<!doctype html>
<html lang="vi" prefix="og: https://ogp.me/ns#" class="no-js" itemtype="https://schema.org/Blog" itemscope>
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
	<meta name="theme-color" content="#166534"><link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2280%22>🌿</text></svg>"><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=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap" rel="stylesheet"><style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: "DM Sans", -apple-system, sans-serif; color: #1e293b; background: #f5f3ef; line-height: 1.6; }
    a { text-decoration: none; color: inherit; transition: color 0.2s; }
    img { max-width: 100%; height: auto; display: block; }

    .pbn-header {
        background: #fff; border-bottom: 2px solid #dcfce7;
        position: sticky; top: 0; z-index: 1000;
        box-shadow: 0 1px 8px rgba(22,101,52,0.06);
    }
    .pbn-header-inner {
        max-width: 900px; margin: 0 auto;
        display: flex; align-items: center; justify-content: space-between;
        padding: 0 20px; height: 60px;
    }
    .pbn-logo {
        font-family: "DM Serif Display", serif;
        font-size: 26px; font-weight: 400;
        color: #1e293b; letter-spacing: 0.5px;
    }
    .pbn-logo span { color: #166534; }

    .pbn-nav { display: flex; gap: 0; height: 100%; }
    .pbn-nav a {
        color: #94a3b8; padding: 0 18px;
        font-size: 13px; font-weight: 600;
        text-transform: uppercase; letter-spacing: 0.5px;
        display: flex; align-items: center; height: 60px;
        border-bottom: 3px solid transparent;
        transition: all 0.2s;
    }
    .pbn-nav a:hover, .pbn-nav a.active {
        color: #166534; border-bottom-color: #166534;
    }

    .pbn-content { max-width: 900px; margin: 0 auto; padding: 30px 20px; }

    /* Single column layout - no grid */
    .pbn-grid { display: flex; flex-direction: column; gap: 30px; }

    .pbn-card {
        background: #fff; border-radius: 12px; overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.04);
        transition: transform 0.25s, box-shadow 0.25s;
    }
    .pbn-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }
    .pbn-card-img { width: 100%; height: 400px; object-fit: cover; }
    .pbn-card:first-child .pbn-card-img { height: 450px; }
    .pbn-card-body { padding: 25px 30px; }
    .pbn-card-cat {
        display: inline-block;
        background: #dcfce7; color: #166534;
        padding: 4px 12px; border-radius: 20px;
        font-size: 11px; font-weight: 700;
        text-transform: uppercase; letter-spacing: 0.5px;
        margin-bottom: 10px;
    }
    .pbn-card-title {
        font-family: "DM Serif Display", serif;
        font-size: 24px; font-weight: 400;
        line-height: 1.35; color: #1e293b;
        margin-bottom: 10px;
    }
    .pbn-card-title:hover { color: #166534; }
    .pbn-card-excerpt {
        font-size: 15px; color: #64748b; line-height: 1.7;
        display: -webkit-box; -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; overflow: hidden;
    }
    .pbn-card-meta {
        margin-top: 15px; padding-top: 15px;
        border-top: 1px solid #f1f5f9;
        font-size: 12px; color: #94a3b8;
    }

    .pbn-single { max-width: 800px; margin: 0 auto; }
    .pbn-single-header { padding: 30px 0 20px; }
    .pbn-single-title {
        font-family: "DM Serif Display", serif;
        font-size: 36px; font-weight: 400; line-height: 1.25;
        color: #1e293b;
    }
    .pbn-single-meta { font-size: 13px; color: #94a3b8; margin-top: 10px; }
    .pbn-single-img { border-radius: 12px; margin-bottom: 25px; }
    .pbn-single-content, .entry-content, .wp-block-post-content { font-size: 18px; line-height: 2; color: #334155; }
    .pbn-single-content h2, .entry-content h2, .wp-block-post-content h2 {
        font-family: "DM Serif Display", serif;
        font-size: 26px; color: #1e293b; margin: 35px 0 15px;
        padding-left: 15px; border-left: 4px solid #166534;
    }
    .pbn-single-content p, .entry-content p, .wp-block-post-content p { margin-bottom: 20px; }
    .pbn-single-content img, .entry-content img, .wp-block-post-content img { border-radius: 12px; margin: 20px 0; }

    .pbn-footer {
        background: #fff; color: #94a3b8;
        padding: 30px 20px; text-align: center;
        font-size: 13px; margin-top: 40px;
        border-top: 2px solid #dcfce7;
    }
    .pbn-footer strong { color: #166534; }

    @media(max-width: 600px) {
        .pbn-card-img { height: 250px !important; }
        .pbn-card-body { padding: 18px 20px; }
        .pbn-card-title { font-size: 20px; }
        .pbn-nav { display: none; }
        .pbn-header-inner { justify-content: center; }
    }

    /* Hide Kadence theme elements */
    .site-header, .site-footer, #secondary, .kadence-posts-list { display: none !important; }
    .site-content, .site { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
    .content-area { width: 100% !important; float: none !important; }
    </style><meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="geo.region" content="VN-CT">
<meta name="geo.placename" content="Cần Thơ">
<meta name="geo.position" content="10.0452;105.7469">
<meta name="ICBM" content="10.0452, 105.7469">
<link rel="alternate" hreflang="vi-VN" href="https://fernblog.com/">
<link rel="alternate" hreflang="x-default" href="https://fernblog.com/">

<!-- Tối ưu hóa công cụ tìm kiếm bởi Rank Math PRO - https://rankmath.com/ -->
<title>Fern Blog - Du lịch tự túc Việt Nam, công thức Việt chuẩn vị, lifestyle hiện đại 2026. Kinh nghiệm từ những chuyến đi thật.</title>
<meta name="description" content="Du lịch tự túc Việt Nam, công thức Việt chuẩn vị, lifestyle hiện đại 2026. Kinh nghiệm từ những chuyến đi thật."/>
<meta name="robots" content="index, follow"/>
<link rel="canonical" href="https://fernblog.com/" />
<link rel="next" href="https://fernblog.com/page/2/" />
<meta property="og:locale" content="vi_VN" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Fern Blog - Du lịch tự túc Việt Nam, công thức Việt chuẩn vị, lifestyle hiện đại 2026. Kinh nghiệm từ những chuyến đi thật." />
<meta property="og:description" content="Du lịch tự túc Việt Nam, công thức Việt chuẩn vị, lifestyle hiện đại 2026. Kinh nghiệm từ những chuyến đi thật." />
<meta property="og:url" content="https://fernblog.com/" />
<meta property="og:site_name" content="Fern Blog" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Fern Blog - Du lịch tự túc Việt Nam, công thức Việt chuẩn vị, lifestyle hiện đại 2026. Kinh nghiệm từ những chuyến đi thật." />
<meta name="twitter:description" content="Du lịch tự túc Việt Nam, công thức Việt chuẩn vị, lifestyle hiện đại 2026. Kinh nghiệm từ những chuyến đi thật." />
<script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Person","@id":"https://fernblog.com/#person","name":"Fern Blog"},{"@type":"WebSite","@id":"https://fernblog.com/#website","url":"https://fernblog.com","name":"Fern Blog","publisher":{"@id":"https://fernblog.com/#person"},"inLanguage":"vi","potentialAction":{"@type":"SearchAction","target":"https://fernblog.com/?s={search_term_string}","query-input":"required name=search_term_string"}}]}</script>
<!-- /Plugin SEO WordPress Rank Math -->

<link rel="alternate" type="application/rss+xml" title="Dòng thông tin Fern Blog &raquo;" href="https://fernblog.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Fern Blog &raquo; Dòng bình luận" href="https://fernblog.com/comments/feed/" />
<link rel="icon" type="image/x-icon" href="https://ui-avatars.com/api/?name=F&#038;size=32&#038;background=random&#038;color=fff">
			<script>document.documentElement.classList.remove( 'no-js' );</script>
			<meta property="og:image" content="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-phu-quoc-thang-6-2026-.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:image" content="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-phu-quoc-thang-6-2026-.jpg">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","@id":"https://fernblog.com/#organization","name":"Fern Blog","url":"https://fernblog.com/","description":"Du lịch tự túc Việt Nam, công thức Việt chuẩn vị, lifestyle hiện đại 2026. Kinh nghiệm từ những chuyến đi thật.","address":{"@type":"PostalAddress","addressLocality":"Cần Thơ","addressRegion":"VN-CT","addressCountry":"VN"},"geo":{"@type":"GeoCoordinates","latitude":10.0452,"longitude":105.7469},"areaServed":{"@type":"Country","name":"Vietnam"}}</script>
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>

<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--theme-palette-1: var(--global-palette1);--wp--preset--color--theme-palette-2: var(--global-palette2);--wp--preset--color--theme-palette-3: var(--global-palette3);--wp--preset--color--theme-palette-4: var(--global-palette4);--wp--preset--color--theme-palette-5: var(--global-palette5);--wp--preset--color--theme-palette-6: var(--global-palette6);--wp--preset--color--theme-palette-7: var(--global-palette7);--wp--preset--color--theme-palette-8: var(--global-palette8);--wp--preset--color--theme-palette-9: var(--global-palette9);--wp--preset--color--theme-palette-10: var(--global-palette10);--wp--preset--color--theme-palette-11: var(--global-palette11);--wp--preset--color--theme-palette-12: var(--global-palette12);--wp--preset--color--theme-palette-13: var(--global-palette13);--wp--preset--color--theme-palette-14: var(--global-palette14);--wp--preset--color--theme-palette-15: var(--global-palette15);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: var(--global-font-size-small);--wp--preset--font-size--medium: var(--global-font-size-medium);--wp--preset--font-size--large: var(--global-font-size-large);--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--larger: var(--global-font-size-larger);--wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge);--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: var(--global-calc-content-width);--wp--style--global--wide-size: var(--global-calc-wide-content-width); }:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){font-style: inherit;font-weight: inherit;letter-spacing: inherit;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-theme-palette-1-color{color: var(--wp--preset--color--theme-palette-1) !important;}.has-theme-palette-2-color{color: var(--wp--preset--color--theme-palette-2) !important;}.has-theme-palette-3-color{color: var(--wp--preset--color--theme-palette-3) !important;}.has-theme-palette-4-color{color: var(--wp--preset--color--theme-palette-4) !important;}.has-theme-palette-5-color{color: var(--wp--preset--color--theme-palette-5) !important;}.has-theme-palette-6-color{color: var(--wp--preset--color--theme-palette-6) !important;}.has-theme-palette-7-color{color: var(--wp--preset--color--theme-palette-7) !important;}.has-theme-palette-8-color{color: var(--wp--preset--color--theme-palette-8) !important;}.has-theme-palette-9-color{color: var(--wp--preset--color--theme-palette-9) !important;}.has-theme-palette-10-color{color: var(--wp--preset--color--theme-palette-10) !important;}.has-theme-palette-11-color{color: var(--wp--preset--color--theme-palette-11) !important;}.has-theme-palette-12-color{color: var(--wp--preset--color--theme-palette-12) !important;}.has-theme-palette-13-color{color: var(--wp--preset--color--theme-palette-13) !important;}.has-theme-palette-14-color{color: var(--wp--preset--color--theme-palette-14) !important;}.has-theme-palette-15-color{color: var(--wp--preset--color--theme-palette-15) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-theme-palette-1-background-color{background-color: var(--wp--preset--color--theme-palette-1) !important;}.has-theme-palette-2-background-color{background-color: var(--wp--preset--color--theme-palette-2) !important;}.has-theme-palette-3-background-color{background-color: var(--wp--preset--color--theme-palette-3) !important;}.has-theme-palette-4-background-color{background-color: var(--wp--preset--color--theme-palette-4) !important;}.has-theme-palette-5-background-color{background-color: var(--wp--preset--color--theme-palette-5) !important;}.has-theme-palette-6-background-color{background-color: var(--wp--preset--color--theme-palette-6) !important;}.has-theme-palette-7-background-color{background-color: var(--wp--preset--color--theme-palette-7) !important;}.has-theme-palette-8-background-color{background-color: var(--wp--preset--color--theme-palette-8) !important;}.has-theme-palette-9-background-color{background-color: var(--wp--preset--color--theme-palette-9) !important;}.has-theme-palette-10-background-color{background-color: var(--wp--preset--color--theme-palette-10) !important;}.has-theme-palette-11-background-color{background-color: var(--wp--preset--color--theme-palette-11) !important;}.has-theme-palette-12-background-color{background-color: var(--wp--preset--color--theme-palette-12) !important;}.has-theme-palette-13-background-color{background-color: var(--wp--preset--color--theme-palette-13) !important;}.has-theme-palette-14-background-color{background-color: var(--wp--preset--color--theme-palette-14) !important;}.has-theme-palette-15-background-color{background-color: var(--wp--preset--color--theme-palette-15) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-theme-palette-1-border-color{border-color: var(--wp--preset--color--theme-palette-1) !important;}.has-theme-palette-2-border-color{border-color: var(--wp--preset--color--theme-palette-2) !important;}.has-theme-palette-3-border-color{border-color: var(--wp--preset--color--theme-palette-3) !important;}.has-theme-palette-4-border-color{border-color: var(--wp--preset--color--theme-palette-4) !important;}.has-theme-palette-5-border-color{border-color: var(--wp--preset--color--theme-palette-5) !important;}.has-theme-palette-6-border-color{border-color: var(--wp--preset--color--theme-palette-6) !important;}.has-theme-palette-7-border-color{border-color: var(--wp--preset--color--theme-palette-7) !important;}.has-theme-palette-8-border-color{border-color: var(--wp--preset--color--theme-palette-8) !important;}.has-theme-palette-9-border-color{border-color: var(--wp--preset--color--theme-palette-9) !important;}.has-theme-palette-10-border-color{border-color: var(--wp--preset--color--theme-palette-10) !important;}.has-theme-palette-11-border-color{border-color: var(--wp--preset--color--theme-palette-11) !important;}.has-theme-palette-12-border-color{border-color: var(--wp--preset--color--theme-palette-12) !important;}.has-theme-palette-13-border-color{border-color: var(--wp--preset--color--theme-palette-13) !important;}.has-theme-palette-14-border-color{border-color: var(--wp--preset--color--theme-palette-14) !important;}.has-theme-palette-15-border-color{border-color: var(--wp--preset--color--theme-palette-15) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-larger-font-size{font-size: var(--wp--preset--font-size--larger) !important;}.has-xxlarge-font-size{font-size: var(--wp--preset--font-size--xxlarge) !important;}
/*# sourceURL=global-styles-inline-css */
</style>

<link rel='stylesheet' id='kadence-global-css' href='https://fernblog.com/wp-content/themes/kadence/assets/css/global.min.css?ver=1.4.5' media='all' />
<style id="kadence-global-inline-css">
/* Kadence Base CSS */
:root{--global-palette1:#2B6CB0;--global-palette2:#215387;--global-palette3:#1A202C;--global-palette4:#2D3748;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#ffffff;--global-palette10:oklch(from var(--global-palette1) calc(l + 0.10 * (1 - l)) calc(c * 1.00) calc(h + 180) / 100%);--global-palette11:#13612e;--global-palette12:#1159af;--global-palette13:#b82105;--global-palette14:#f7630c;--global-palette15:#f5a524;--global-palette9rgb:255, 255, 255;--global-palette-highlight:var(--global-palette1);--global-palette-highlight-alt:var(--global-palette2);--global-palette-highlight-alt2:var(--global-palette9);--global-palette-btn-bg:var(--global-palette1);--global-palette-btn-bg-hover:var(--global-palette2);--global-palette-btn:var(--global-palette9);--global-palette-btn-hover:var(--global-palette9);--global-palette-btn-sec-bg:var(--global-palette7);--global-palette-btn-sec-bg-hover:var(--global-palette2);--global-palette-btn-sec:var(--global-palette3);--global-palette-btn-sec-hover:var(--global-palette9);--global-body-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--global-heading-font-family:inherit;--global-primary-nav-font-family:inherit;--global-fallback-font:sans-serif;--global-display-fallback-font:sans-serif;--global-content-width:1290px;--global-content-wide-width:calc(1290px + 230px);--global-content-narrow-width:842px;--global-content-edge-padding:1.5rem;--global-content-boxed-padding:2rem;--global-calc-content-width:calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );--wp--style--global--content-size:var(--global-calc-content-width);}.wp-site-blocks{--global-vw:calc( 100vw - ( 0.5 * var(--scrollbar-offset)));}body{background:var(--global-palette8);}body, input, select, optgroup, textarea{font-weight:400;font-size:17px;line-height:1.6;font-family:var(--global-body-font-family);color:var(--global-palette4);}.content-bg, body.content-style-unboxed .site{background:var(--global-palette9);}h1,h2,h3,h4,h5,h6{font-family:var(--global-heading-font-family);}h1{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}h2{font-weight:700;font-size:28px;line-height:1.5;color:var(--global-palette3);}h3{font-weight:700;font-size:24px;line-height:1.5;color:var(--global-palette3);}h4{font-weight:700;font-size:22px;line-height:1.5;color:var(--global-palette4);}h5{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette4);}h6{font-weight:700;font-size:18px;line-height:1.5;color:var(--global-palette5);}.entry-hero .kadence-breadcrumbs{max-width:1290px;}.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container{max-width:var(--global-content-width);}.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container{max-width:var(--global-content-narrow-width);}@media all and (min-width: 1520px){.wp-site-blocks .content-container  .alignwide{margin-left:-115px;margin-right:-115px;width:unset;max-width:unset;}}@media all and (min-width: 1102px){.content-width-narrow .wp-site-blocks .content-container .alignwide{margin-left:-130px;margin-right:-130px;width:unset;max-width:unset;}}.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:calc( -1 * var( --global-content-boxed-padding ) );margin-right:calc( -1 * var( --global-content-boxed-padding ) );}.content-area{margin-top:5rem;margin-bottom:5rem;}@media all and (max-width: 1024px){.content-area{margin-top:3rem;margin-bottom:3rem;}}@media all and (max-width: 767px){.content-area{margin-top:2rem;margin-bottom:2rem;}}@media all and (max-width: 1024px){:root{--global-content-boxed-padding:2rem;}}@media all and (max-width: 767px){:root{--global-content-boxed-padding:1.5rem;}}.entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.entry-content-wrap{padding:1.5rem;}}.entry.single-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.entry.loop-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.loop-entry .entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.loop-entry .entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.loop-entry .entry-content-wrap{padding:1.5rem;}}button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit{box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);}.kb-button.kb-btn-global-outline.kb-btn-global-inherit{padding-top:calc(px - 2px);padding-right:calc(px - 2px);padding-bottom:calc(px - 2px);padding-left:calc(px - 2px);}@media all and (min-width: 1025px){.transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 1024px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 767px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}
/* Kadence Header CSS */
@media all and (max-width: 1024px){.mobile-transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.kadence-scrollbar-fixer.mobile-transparent-header #masthead{right:var(--scrollbar-offset,0);}.mobile-transparent-header #masthead, .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}.site-header-row-tablet-layout-fullwidth, .site-header-row-tablet-layout-standard{padding:0px;}}@media all and (min-width: 1025px){.transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.transparent-header.kadence-scrollbar-fixer #masthead{right:var(--scrollbar-offset,0);}.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}}.site-branding{padding:0px 0px 0px 0px;}.site-branding .site-title{font-weight:700;font-size:26px;line-height:1.2;color:var(--global-palette3);}#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner{background:#ffffff;}.site-main-header-inner-wrap{min-height:80px;}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.primary-menu-container>ul>li>a:after{width:calc( 100% - 1.2em);}.main-navigation .primary-menu-container > ul > li.menu-item > a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:0.6em;padding-bottom:0.6em;color:var(--global-palette5);}.main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle{right:calc(1.2em / 2);}.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{color:var(--global-palette-highlight);}.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a{color:var(--global-palette3);}.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu{background:var(--global-palette3);box-shadow:0px 2px 13px 0px rgba(0,0,0,0.1);}.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a{border-bottom:1px solid rgba(255,255,255,0.1);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item > a{width:200px;padding-top:1em;padding-bottom:1em;color:var(--global-palette8);font-size:12px;}.header-navigation .header-menu-container ul ul li.menu-item > a:hover{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus{color:var(--global-palette5);padding:0.4em 0.6em 0.4em 0.6em;font-size:14px;}.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered{border:1px solid currentColor;}.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size:20px;}.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible{color:var(--global-palette-highlight);}.mobile-navigation ul li{font-size:14px;}.mobile-navigation ul li a{padding-top:1em;padding-bottom:1em;}.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette8);}.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap{color:var(--global-palette-highlight);}.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a{border-bottom:1px solid rgba(255,255,255,0.1);}.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border-left:1px solid rgba(255,255,255,0.1);}#mobile-drawer .drawer-header .drawer-toggle{padding:0.6em 0.15em 0.6em 0.15em;font-size:24px;}
/* Kadence Footer CSS */
.site-bottom-footer-inner-wrap{padding-top:30px;padding-bottom:30px;grid-column-gap:30px;}.site-bottom-footer-inner-wrap .widget{margin-bottom:30px;}.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}
/*# sourceURL=kadence-global-inline-css */
</style>
<link rel='stylesheet' id='kadence-header-css' href='https://fernblog.com/wp-content/themes/kadence/assets/css/header.min.css?ver=1.4.5' media='all' />
<link rel='stylesheet' id='kadence-content-css' href='https://fernblog.com/wp-content/themes/kadence/assets/css/content.min.css?ver=1.4.5' media='all' />
<link rel='stylesheet' id='kadence-footer-css' href='https://fernblog.com/wp-content/themes/kadence/assets/css/footer.min.css?ver=1.4.5' media='all' />
<link rel='stylesheet' id='kadence-rankmath-css' href='https://fernblog.com/wp-content/themes/kadence/assets/css/rankmath.min.css?ver=1.4.5' media='all' />
<link rel="https://api.w.org/" href="https://fernblog.com/wp-json/" />    <script>
    // Remove unwanted schema after page load
    document.addEventListener("DOMContentLoaded", function() {
        var scripts = document.querySelectorAll("script[type=\"application/ld+json\"]");
        scripts.forEach(function(s) {
            try {
                var data = JSON.parse(s.textContent);
                var removed = ["GeoCoordinates", "Country", "PostalAddress", "CollectionPage"];
                function clean(obj) {
                    if (Array.isArray(obj)) return obj.filter(function(x) { return clean(x) !== null; }).map(clean);
                    if (typeof obj === "object" && obj !== null) {
                        if (obj["@type"] && removed.includes(obj["@type"])) return null;
                        for (var k in obj) {
                            var v = clean(obj[k]);
                            if (v === null) delete obj[k]; else obj[k] = v;
                        }
                    }
                    return obj;
                }
                var cleaned = clean(data);
                if (cleaned !== null) s.textContent = JSON.stringify(cleaned);
            } catch(e) {}
        });
    });
    </script>
        <style>
    .ast-footer-copyright p,
    .ast-footer-copyright span,
    .site-info .copyright-text,
    .site-info .powered-by,
    .generate-copyright,
    .copyright a[rel="generator"],
    [class*="theme-credit"],
    .kadence-footer-copyright,
    .blocksy-footer-copyright a {
        font-size: 0 !important;
    }
    .ast-footer-copyright p::after,
    .generate-copyright::after,
    .site-info::after {
        content: "Bản quyền © 2026 — Fern Blog";
        font-size: 14px;
        color: #888;
        display: block;
    }
    .ast-footer-copyright a,
    .site-info a[href*="wpastra"],
    .site-info a[href*="wordpress"],
    .generate-copyright a[href*="generatepress"],
    a[href*="oceanwp"],
    a[href*="kadence"],
    a[href*="creativethemes"] {
        display: none !important;
    }
    </style>
    </head>

<body class="home blog wp-embed-responsive wp-theme-kadence hfeed footer-on-bottom hide-focus-outline link-style-standard content-title-style-hide content-width-normal content-style-boxed content-vertical-padding-show non-transparent-header mobile-non-transparent-header">
    <div class="pbn-header">
        <div class="pbn-header-inner">
            <a href="https://fernblog.com" class="pbn-logo">&#127807; Fern<span>Blog</span></a>
            <nav class="pbn-nav">
                                    <a href="https://fernblog.com/category/am-thuc/">Ẩm thực</a>
                                    <a href="https://fernblog.com/category/du-lich/">Du Lịch</a>
                                    <a href="https://fernblog.com/category/lifestyle/">Lifestyle</a>
                                    <a href="https://fernblog.com/category/uncategorized/">Uncategorized</a>
                            </nav>
        </div>
    </div>
    <div id="wrapper" class="site wp-site-blocks">
			<a class="skip-link screen-reader-text scroll-ignore" href="#main">Skip to content</a>
		<header id="masthead" class="site-header" role="banner" itemtype="https://schema.org/WPHeader" itemscope>
	<div id="main-header" class="site-header-wrap">
		<div class="site-header-inner-wrap">
			<div class="site-header-upper-wrap">
				<div class="site-header-upper-inner-wrap">
					<div class="site-main-header-wrap site-header-row-container site-header-focus-item site-header-row-layout-standard" data-section="kadence_customizer_header_main">
	<div class="site-header-row-container-inner">
				<div class="site-container">
			<div class="site-main-header-inner-wrap site-header-row site-header-row-has-sides site-header-row-no-center">
									<div class="site-header-main-section-left site-header-section site-header-section-left">
						<div class="site-header-item site-header-focus-item" data-section="title_tagline">
	<div class="site-branding branding-layout-standard"><a class="brand" href="https://fernblog.com/" rel="home"><div class="site-title-wrap"><p class="site-title">Fern Blog</p></div></a></div></div><!-- data-section="title_tagline" -->
					</div>
																	<div class="site-header-main-section-right site-header-section site-header-section-right">
						<div class="site-header-item site-header-focus-item site-header-item-main-navigation header-navigation-layout-stretch-false header-navigation-layout-fill-stretch-false" data-section="kadence_customizer_primary_navigation">
		<nav id="site-navigation" class="main-navigation header-navigation hover-to-open nav--toggle-sub header-navigation-style-standard header-navigation-dropdown-animation-none" role="navigation" aria-label="Primary">
			<div class="primary-menu-container header-menu-container">
	<ul id="primary-menu" class="menu"><li id="menu-item-18" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18"><a href="https://fernblog.com/category/am-thuc/">Ẩm thực</a></li>
<li id="menu-item-21" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-21"><a href="https://fernblog.com/category/lifestyle/">Lifestyle</a></li>
<li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://fernblog.com/gioi-thieu/">Giới thiệu</a></li>
<li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://fernblog.com/lien-he/">Liên hệ</a></li>
</ul>		</div>
	</nav><!-- #site-navigation -->
	</div><!-- data-section="primary_navigation" -->
					</div>
							</div>
		</div>
	</div>
</div>
				</div>
			</div>
					</div>
	</div>
	
<div id="mobile-header" class="site-mobile-header-wrap">
	<div class="site-header-inner-wrap">
		<div class="site-header-upper-wrap">
			<div class="site-header-upper-inner-wrap">
			<div class="site-main-header-wrap site-header-focus-item site-header-row-layout-standard site-header-row-tablet-layout-default site-header-row-mobile-layout-default ">
	<div class="site-header-row-container-inner">
		<div class="site-container">
			<div class="site-main-header-inner-wrap site-header-row site-header-row-has-sides site-header-row-no-center">
									<div class="site-header-main-section-left site-header-section site-header-section-left">
						<div class="site-header-item site-header-focus-item" data-section="title_tagline">
	<div class="site-branding mobile-site-branding branding-layout-standard branding-tablet-layout-inherit branding-mobile-layout-inherit"><a class="brand" href="https://fernblog.com/" rel="home"><div class="site-title-wrap"><div class="site-title vs-md-false">Fern Blog</div></div></a></div></div><!-- data-section="title_tagline" -->
					</div>
																	<div class="site-header-main-section-right site-header-section site-header-section-right">
						<div class="site-header-item site-header-focus-item site-header-item-navgation-popup-toggle" data-section="kadence_customizer_mobile_trigger">
		<div class="mobile-toggle-open-container">
						<button id="mobile-toggle" class="menu-toggle-open drawer-toggle menu-toggle-style-default" aria-label="Open menu" data-toggle-target="#mobile-drawer" data-toggle-body-class="showing-popup-drawer-from-right" aria-expanded="false" data-set-focus=".menu-toggle-close"
					>
						<span class="menu-toggle-icon"><span class="kadence-svg-iconset"><svg aria-hidden="true" class="kadence-svg-icon kadence-menu-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Toggle Menu</title><path d="M3 13h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 7h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 19h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1z"></path>
				</svg></span></span>
		</button>
	</div>
	</div><!-- data-section="mobile_trigger" -->
					</div>
							</div>
		</div>
	</div>
</div>
			</div>
		</div>
			</div>
</div>
</header><!-- #masthead -->

	<main id="inner-wrap" class="wrap kt-clear" role="main">
		<div class="pbn-content">
    <h1 style="font-family:'DM Serif Display',serif;font-size:28px;color:#166534;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #dcfce7;">&#127807; Lifestyle, Du L&#7883;ch &amp; &#7848;m Th&#7921;c</h1>
    <div class="pbn-grid">
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-phu-quoc-thang-6-2026-.jpg" alt="Du lịch Phú Quốc tháng 6 2026: lịch trình 3N2Đ chi phí 3.5tr/người" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Uncategorized</span>
                                        <a href="https://fernblog.com/du-lich-phu-quoc-thang-6-2026-lich-trinh-3n2d/">
                        <h2 class="pbn-card-title">Du lịch Phú Quốc tháng 6 2026: lịch trình 3N2Đ chi phí 3.5tr/người</h2>
                    </a>
                    <p class="pbn-card-excerpt">Tháng 6 là thời điểm &#8220;sweet spot&#8221; để du lịch Phú Quốc &#8211; trước mùa mưa lớn nhưng giá đã giảm so với peak season tháng 1-3. Bài viết này chia sẻ lịch trình 3&hellip;</p>
                    <div class="pbn-card-meta">16/05/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-da-lat-thang-5-2026-li.jpg" alt="Du lịch Đà Lạt tháng 5 2026: Lịch trình 3N2Đ chi phí thực tế từng đồng" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Uncategorized</span>
                                        <a href="https://fernblog.com/du-lich-da-lat-thang-5-2026-lich-trinh-3n2d/">
                        <h2 class="pbn-card-title">Du lịch Đà Lạt tháng 5 2026: Lịch trình 3N2Đ chi phí thực tế từng đồng</h2>
                    </a>
                    <p class="pbn-card-excerpt">Tháng 5 là thời điểm lý tưởng để du lịch Đà Lạt — trước mùa mưa bắt đầu, khí hậu mát mẻ dễ chịu và hoa mimosa vẫn còn nở rộ. Bài viết này chia&hellip;</p>
                    <div class="pbn-card-meta">12/05/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-sapa-he-2026-top-10-ho-0-1024x545.jpg" alt="Du Lịch Sapa Hè 2026: Top 10 Homestay View Núi Đáng Đặt" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Du Lịch</span>
                                        <a href="https://fernblog.com/du-lich-sapa-he-2026-top-10-homestay-view-nui/">
                        <h2 class="pbn-card-title">Du Lịch Sapa Hè 2026: Top 10 Homestay View Núi Đáng Đặt</h2>
                    </a>
                    <p class="pbn-card-excerpt">Du lịch Sapa hè 2026 top 10 homestay view núi đang là điểm đến hot nhất miền Bắc Việt Nam mùa hè. Sapa với độ cao 1500m, khí hậu mát mẻ 16-22°C, view núi Hoàng&hellip;</p>
                    <div class="pbn-card-meta">03/05/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-hoi-an-cuoi-tuan-2026-0-1024x683.jpg" alt="Du Lịch Hội An Cuối Tuần 2026: Lịch Trình 2N1Đ Chỉ 1.8tr" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Du Lịch</span>
                                        <a href="https://fernblog.com/du-lich-hoi-an-cuoi-tuan-2026-lich-trinh-2n1d-1-8tr/">
                        <h2 class="pbn-card-title">Du Lịch Hội An Cuối Tuần 2026: Lịch Trình 2N1Đ Chỉ 1.8tr</h2>
                    </a>
                    <p class="pbn-card-excerpt">Du lịch Hội An cuối tuần 2026 lịch trình 2N1Đ 1.8tr là combo lý tưởng cho dân Đà Nẵng + miền Trung tìm trip ngắn aesthetic + cultural. Hội An — UNESCO World Heritage town&hellip;</p>
                    <div class="pbn-card-meta">30/04/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-da-lat-cuoi-tuan-2026-0-1024x683.jpg" alt="Du Lịch Đà Lạt Cuối Tuần 2026: Lịch Trình 2N1Đ Chi Phí 2tr" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Du Lịch</span>
                                        <a href="https://fernblog.com/du-lich-da-lat-cuoi-tuan-2026-lich-trinh-2n1d-2tr/">
                        <h2 class="pbn-card-title">Du Lịch Đà Lạt Cuối Tuần 2026: Lịch Trình 2N1Đ Chi Phí 2tr</h2>
                    </a>
                    <p class="pbn-card-excerpt">Du lịch Đà Lạt cuối tuần 2026 lịch trình 2N1Đ 2tr là combo tuyệt vời cho Gen Z + Millennials TP.HCM tìm trip ngắn relax + aesthetic. Đà Lạt — thành phố ngàn hoa —&hellip;</p>
                    <div class="pbn-card-meta">30/04/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-phu-quoc-tu-tuc-2026-l-0-1024x683.jpg" alt="Du Lịch Phú Quốc Tự Túc 2026: Lịch Trình 4N3Đ Chi Phí 5tr" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Du Lịch</span>
                                        <a href="https://fernblog.com/du-lich-phu-quoc-tu-tuc-2026-lich-trinh-4n3d/">
                        <h2 class="pbn-card-title">Du Lịch Phú Quốc Tự Túc 2026: Lịch Trình 4N3Đ Chi Phí 5tr</h2>
                    </a>
                    <p class="pbn-card-excerpt">Du lịch Phú Quốc tự túc 2026 lịch trình 4N3Đ 5tr là combo cực hot mùa hè cho dân Hà Nội + TP.HCM tìm điểm đến biển đảo cao cấp. Phú Quốc — đảo lớn&hellip;</p>
                    <div class="pbn-card-meta">29/04/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-moc-chau-mua-he-2026-h-0-1024x683.jpg" alt="Du Lịch Mộc Châu Mùa Hè 2026: Top 7 Homestay Đẹp Nhất" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Du Lịch</span>
                                        <a href="https://fernblog.com/du-lich-moc-chau-mua-he-2026-homestay-dep-nhat/">
                        <h2 class="pbn-card-title">Du Lịch Mộc Châu Mùa Hè 2026: Top 7 Homestay Đẹp Nhất</h2>
                    </a>
                    <p class="pbn-card-excerpt">Du lịch Mộc Châu mùa hè 2026 homestay đẹp nhất đang là điểm đến hot cho dân Hà Nội + miền Bắc tránh nóng. Cách Hà Nội chỉ 4 giờ xe, Mộc Châu sở hữu&hellip;</p>
                    <div class="pbn-card-meta">26/04/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-tay-bac-tu-tuc-mua-he-0-1024x683.jpg" alt="Du Lịch Tây Bắc Tự Túc Mùa Hè 2026: Lịch Trình 5N4Đ" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Du Lịch</span>
                                        <a href="https://fernblog.com/du-lich-tay-bac-tu-tuc-mua-he-2026/">
                        <h2 class="pbn-card-title">Du Lịch Tây Bắc Tự Túc Mùa Hè 2026: Lịch Trình 5N4Đ</h2>
                    </a>
                    <p class="pbn-card-excerpt">Du lịch Tây Bắc tự túc mùa hè 2026 là lựa chọn lý tưởng cho những ai muốn trốn nóng Hà Nội, TP.HCM với khí hậu mát mẻ 20-25°C, cảnh quan hùng vĩ và chi&hellip;</p>
                    <div class="pbn-card-meta">25/04/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-ha-giang-mua-he-2026-4-0-1024x576.jpg" alt="Du Lịch Hà Giang Mùa Hè 2026: Lịch Trình 4N3Đ" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Du Lịch</span>
                                        <a href="https://fernblog.com/du-lich-ha-giang-mua-he-2026-4n3d/">
                        <h2 class="pbn-card-title">Du Lịch Hà Giang Mùa Hè 2026: Lịch Trình 4N3Đ</h2>
                    </a>
                    <p class="pbn-card-excerpt">Du lịch Hà Giang mùa hè 2026 đang là lựa chọn hot nhất cho người Việt yêu thiên nhiên. Khác với mùa hoa tam giác mạch tháng 11 đông đúc, mùa hè Hà Giang có&hellip;</p>
                    <div class="pbn-card-meta">23/04/2026</div>
                </div>
            </article>
                    <article class="pbn-card">
                                    <img class="pbn-card-img" src="https://fernblog.com/wp-content/uploads/2026/04/feat-tempeh-chay-thuan-viet-top-10-0-1024x683.jpg" alt="Review Tempeh Chay Thuần Việt: Top 10 Món Ăn Ngon" loading="lazy">
                                <div class="pbn-card-body">
                                            <span class="pbn-card-cat">Ẩm thực</span>
                                        <a href="https://fernblog.com/tempeh-chay-thuan-viet-top-10-mon-an/">
                        <h2 class="pbn-card-title">Review Tempeh Chay Thuần Việt: Top 10 Món Ăn Ngon</h2>
                    </a>
                    <p class="pbn-card-excerpt">Tempeh chay thuần Việt đang bùng nổ trong cộng đồng ăn chay và healthy eater Việt Nam 2026. Theo Báo An Ninh Thủ Đô tháng 3/2026, doanh số tempeh tại Việt Nam tăng 280% trong&hellip;</p>
                    <div class="pbn-card-meta">21/04/2026</div>
                </div>
            </article>
            </div>
    <div style="text-align:center;padding:30px 0;">
        
	<nav class="navigation pagination" aria-label="Phân trang bài viết">
		<h2 class="screen-reader-text">Phân trang bài viết</h2>
		<div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://fernblog.com/page/2/">2</a>
<a class="page-numbers" href="https://fernblog.com/page/3/">3</a>
<a class="page-numbers" href="https://fernblog.com/page/4/">4</a>
<a class="next page-numbers" href="https://fernblog.com/page/2/">→</a></div>
	</nav>    </div>
</div>
	</main><!-- #inner-wrap -->
	<footer id="colophon" class="site-footer" role="contentinfo">
	<div class="site-footer-wrap">
		<div class="site-bottom-footer-wrap site-footer-row-container site-footer-focus-item site-footer-row-layout-standard site-footer-row-tablet-layout-default site-footer-row-mobile-layout-default" data-section="kadence_customizer_footer_bottom">
	<div class="site-footer-row-container-inner">
				<div class="site-container">
			<div class="site-bottom-footer-inner-wrap site-footer-row site-footer-row-columns-1 site-footer-row-column-layout-row site-footer-row-tablet-column-layout-default site-footer-row-mobile-column-layout-row ft-ro-dir-row ft-ro-collapse-normal ft-ro-t-dir-default ft-ro-m-dir-default ft-ro-lstyle-plain">
									<div class="site-footer-bottom-section-1 site-footer-section footer-section-inner-items-1">
						
<div class="footer-widget-area site-info site-footer-focus-item content-align-default content-tablet-align-default content-mobile-align-default content-valign-default content-tablet-valign-default content-mobile-valign-default" data-section="kadence_customizer_footer_html">
	<div class="footer-widget-area-inner site-info-inner">
		<div class="footer-html inner-link-style-normal"><div class="footer-html-inner"><p>&copy; 2026 Fern Blog - WordPress Theme by <a href="https://www.kadencewp.com/" rel="nofollow noopener">Kadence WP</a></p>
</div></div>	</div>
</div><!-- .site-info -->
					</div>
								</div>
		</div>
	</div>
</div>
	</div>
</footer><!-- #colophon -->

</div><!-- #wrapper -->

			<script>document.documentElement.style.setProperty('--scrollbar-offset', window.innerWidth - document.documentElement.clientWidth + 'px' );</script>
			
<style>
.pbn-footer{background:#1a1a2e;color:#cbd5e1;padding:50px 20px 20px;margin-top:50px;font-size:14px;line-height:1.7}
.pbn-footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:40px}
.pbn-footer h3{color:#fff;font-size:16px;font-weight:700;margin:0 0 18px;text-transform:uppercase;letter-spacing:.5px;position:relative;padding-bottom:10px}
.pbn-footer h3:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:3px;background:#f97316;border-radius:2px}
.pbn-footer a{color:#cbd5e1;text-decoration:none;transition:color .2s}
.pbn-footer a:hover{color:#f97316}
.pbn-footer p{margin:0 0 12px}
.pbn-footer ul{list-style:none;padding:0;margin:0}
.pbn-footer ul li{padding:5px 0;border-bottom:1px solid rgba(255,255,255,.05)}
.pbn-footer ul li:last-child{border-bottom:0}
.pbn-footer .pbn-recent-post{display:flex;gap:10px;margin-bottom:14px;align-items:flex-start}
.pbn-footer .pbn-recent-post img{width:55px;height:55px;object-fit:cover;border-radius:6px;flex-shrink:0}
.pbn-footer .pbn-recent-post a{font-size:13px;line-height:1.4;display:block;color:#e2e8f0}
.pbn-footer .pbn-recent-date{font-size:11px;color:#64748b;margin-top:3px}
.pbn-footer .pbn-tags{display:flex;flex-wrap:wrap;gap:6px}
.pbn-footer .pbn-tags a{display:inline-block;padding:4px 10px;background:rgba(255,255,255,.07);border-radius:20px;font-size:12px;border:1px solid rgba(255,255,255,.1)}
.pbn-footer .pbn-tags a:hover{background:#f97316;color:#fff;border-color:#f97316}
.pbn-footer .pbn-contact-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px}
.pbn-footer .pbn-social{display:flex;gap:10px;margin-top:14px}
.pbn-footer .pbn-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.07);border-radius:50%;font-size:16px}
.pbn-footer .pbn-social a:hover{background:#f97316;color:#fff;transform:translateY(-2px)}
.pbn-footer-bottom{max-width:1200px;margin:30px auto 0;padding:20px 0 0;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:13px;color:#64748b}
.pbn-footer-bottom a{color:#94a3b8}
@media(max-width:900px){.pbn-footer-inner{grid-template-columns:1fr 1fr;gap:30px}}
@media(max-width:600px){.pbn-footer-inner{grid-template-columns:1fr;gap:25px}}
</style>

<footer class="pbn-footer" itemscope itemtype="https://schema.org/WPFooter">
  <div class="pbn-footer-inner">

    <!-- Widget 1: About -->
    <div class="pbn-widget pbn-widget-about">
      <h3>Về Fern Blog</h3>
      <p>Fern Blog ghi chép hành trình du lịch, ẩm thực và lifestyle của một cô gái yêu khám phá Việt Nam. Cảm ơn bạn đã ghé thăm góc nhỏ này.</p>
      <div class="pbn-contact-item">📧 <a href="/cdn-cgi/l/email-protection#b2d4d7c0dcf2d4d7c0dcd0deddd59cd1dddf"><span class="__cf_email__" data-cfemail="096f6c7b67496f6c7b676b65666e276a6664">[email&#160;protected]</span></a></div>
      <div class="pbn-contact-item">📞 <span>0292 3812 345</span></div>
      <div class="pbn-contact-item">📍 <span>Đường Trần Văn Khéo, Ninh Kiều, Cần Thơ</span></div>
      <div class="pbn-social">
        <a href="https://facebook.com/fernblog.travel" rel="nofollow" aria-label="Facebook" target="_blank">f</a>        <a href="https://twitter.com/fernblog_vn" rel="nofollow" aria-label="Twitter" target="_blank">𝕏</a>        <a href="https://youtube.com/@fernblogtravel" rel="nofollow" aria-label="Youtube" target="_blank">▶</a>      </div>
    </div>

    <!-- Widget 2: Categories -->
    <div class="pbn-widget pbn-widget-cats">
      <h3>Chuyên mục</h3>
      <ul>
              <li><a href="https://fernblog.com/category/du-lich/">Du Lịch <span style="color:#64748b">(21)</span></a></li>
              <li><a href="https://fernblog.com/category/am-thuc/">Ẩm thực <span style="color:#64748b">(8)</span></a></li>
              <li><a href="https://fernblog.com/category/lifestyle/">Lifestyle <span style="color:#64748b">(4)</span></a></li>
              <li><a href="https://fernblog.com/category/uncategorized/">Uncategorized <span style="color:#64748b">(2)</span></a></li>
            </ul>
    </div>

    <!-- Widget 3: Recent posts -->
    <div class="pbn-widget pbn-widget-recent">
      <h3>Bài viết mới</h3>
              <div class="pbn-recent-post">
          <img src="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-phu-quoc-thang-6-2026--150x150.jpg" alt="Du lịch Phú Quốc tháng 6 2026: lịch trình 3N2Đ chi phí 3.5tr/người" loading="lazy">
          <div>
            <a href="https://fernblog.com/du-lich-phu-quoc-thang-6-2026-lich-trinh-3n2d/">Du lịch Phú Quốc tháng 6 2026: lịch trình 3N2Đ&hellip;</a>
            <div class="pbn-recent-date">16/05/2026</div>
          </div>
        </div>
              <div class="pbn-recent-post">
          <img src="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-da-lat-thang-5-2026-li-150x150.jpg" alt="Du lịch Đà Lạt tháng 5 2026: Lịch trình 3N2Đ chi phí thực tế từng đồng" loading="lazy">
          <div>
            <a href="https://fernblog.com/du-lich-da-lat-thang-5-2026-lich-trinh-3n2d/">Du lịch Đà Lạt tháng 5 2026: Lịch trình 3N2Đ&hellip;</a>
            <div class="pbn-recent-date">12/05/2026</div>
          </div>
        </div>
              <div class="pbn-recent-post">
          <img src="https://fernblog.com/wp-content/uploads/2026/05/feat-du-lich-sapa-he-2026-top-10-ho-0-150x150.jpg" alt="Du Lịch Sapa Hè 2026: Top 10 Homestay View Núi Đáng Đặt" loading="lazy">
          <div>
            <a href="https://fernblog.com/du-lich-sapa-he-2026-top-10-homestay-view-nui/">Du Lịch Sapa Hè 2026: Top 10 Homestay View Núi&hellip;</a>
            <div class="pbn-recent-date">03/05/2026</div>
          </div>
        </div>
              <div class="pbn-recent-post">
          <img src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-hoi-an-cuoi-tuan-2026-0-150x150.jpg" alt="Du Lịch Hội An Cuối Tuần 2026: Lịch Trình 2N1Đ Chỉ 1.8tr" loading="lazy">
          <div>
            <a href="https://fernblog.com/du-lich-hoi-an-cuoi-tuan-2026-lich-trinh-2n1d-1-8tr/">Du Lịch Hội An Cuối Tuần 2026: Lịch Trình 2N1Đ&hellip;</a>
            <div class="pbn-recent-date">30/04/2026</div>
          </div>
        </div>
              <div class="pbn-recent-post">
          <img src="https://fernblog.com/wp-content/uploads/2026/04/feat-du-lich-da-lat-cuoi-tuan-2026-0-150x150.jpg" alt="Du Lịch Đà Lạt Cuối Tuần 2026: Lịch Trình 2N1Đ Chi Phí 2tr" loading="lazy">
          <div>
            <a href="https://fernblog.com/du-lich-da-lat-cuoi-tuan-2026-lich-trinh-2n1d-2tr/">Du Lịch Đà Lạt Cuối Tuần 2026: Lịch Trình 2N1Đ&hellip;</a>
            <div class="pbn-recent-date">30/04/2026</div>
          </div>
        </div>
          </div>

    <!-- Widget 4: Tags -->
    <div class="pbn-widget pbn-widget-tags">
      <h3>Tags phổ biến</h3>
      <div class="pbn-tags">
              <a href="https://fernblog.com/category/du-lich/">Du Lịch</a>
              <a href="https://fernblog.com/category/am-thuc/">Ẩm thực</a>
              <a href="https://fernblog.com/category/lifestyle/">Lifestyle</a>
              <a href="https://fernblog.com/category/uncategorized/">Uncategorized</a>
            </div>
    </div>

  </div>

  <div class="pbn-footer-bottom">
    © 2026 <strong>Fern Blog</strong>. Bản quyền thuộc về chúng tôi.
    <a href="https://fernblog.com/" rel="home">Trang chủ</a>
  </div>
</footer>

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/kadence/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<div class="pbn-footer"><p>&#127807; &copy; 2026 <strong>Fern Blog</strong> &mdash; S&#7889;ng ch&#7853;m, c&#7843;m nh&#7853;n s&acirc;u</p></div>	<div id="mobile-drawer" class="popup-drawer popup-drawer-layout-sidepanel popup-drawer-animation-fade popup-drawer-side-right" data-drawer-target-string="#mobile-drawer"
			>
		<div class="drawer-overlay" data-drawer-target-string="#mobile-drawer"></div>
		<div class="drawer-inner">
						<div class="drawer-header">
				<button class="menu-toggle-close drawer-toggle" aria-label="Close menu"  data-toggle-target="#mobile-drawer" data-toggle-body-class="showing-popup-drawer-from-right" aria-expanded="false" data-set-focus=".menu-toggle-open"
							>
					<span class="toggle-close-bar"></span>
					<span class="toggle-close-bar"></span>
				</button>
			</div>
			<div class="drawer-content mobile-drawer-content content-align-left content-valign-top">
								<div class="site-header-item site-header-focus-item site-header-item-mobile-navigation mobile-navigation-layout-stretch-false" data-section="kadence_customizer_mobile_navigation">
		<nav id="mobile-site-navigation" class="mobile-navigation drawer-navigation drawer-navigation-parent-toggle-false" role="navigation" aria-label="Primary Mobile">
				<div class="mobile-menu-container drawer-menu-container">
			<ul id="mobile-menu" class="menu has-collapse-sub-nav"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-18"><a href="https://fernblog.com/category/am-thuc/">Ẩm thực</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-21"><a href="https://fernblog.com/category/lifestyle/">Lifestyle</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://fernblog.com/gioi-thieu/">Giới thiệu</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://fernblog.com/lien-he/">Liên hệ</a></li>
</ul>		</div>
	</nav><!-- #site-navigation -->
	</div><!-- data-section="mobile_navigation" -->
							</div>
		</div>
	</div>
	<script id="kadence-navigation-js-extra">
var kadenceConfig = {"screenReader":{"expand":"Child menu","expandOf":"Child menu of","collapse":"Child menu","collapseOf":"Child menu of"},"breakPoints":{"desktop":"1024","tablet":768},"scrollOffset":"0"};
//# sourceURL=kadence-navigation-js-extra
</script>
<script id="kadence-navigation-js" src="https://fernblog.com/wp-content/themes/kadence/assets/js/navigation.min.js?ver=1.4.5" async></script>
    <script>
    document.addEventListener("DOMContentLoaded", function() {
        // Replace any footer with theme credit
        var selectors = [".ast-footer-copyright p", ".generate-copyright", ".site-info"];
        selectors.forEach(function(sel) {
            var els = document.querySelectorAll(sel);
            els.forEach(function(el) {
                var html = el.innerHTML;
                if (html.match(/theme|Astra|WordPress|GeneratePress|OceanWP|Kadence|CreativeThemes/i)) {
                    el.innerHTML = "Bản quyền © 2026 — Fern Blog";
                }
            });
        });
    });
    </script>
    </body>
</html>
