{"id":95,"date":"2026-03-05T19:14:22","date_gmt":"2026-03-05T19:14:22","guid":{"rendered":"http:\/\/davilearn.com\/?page_id=95"},"modified":"2026-03-29T08:30:01","modified_gmt":"2026-03-29T08:30:01","slug":"home","status":"publish","type":"page","link":"https:\/\/davilearn.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"vi\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>DaviLearn \u2013 M\u00f4 ph\u1ecfng khoa h\u1ecdc t\u01b0\u01a1ng t\u00e1c<\/title>\n  <meta name=\"description\" content=\"Kh\u00e1m ph\u00e1 c\u00e1c b\u00e0i h\u1ecdc v\u00e0 m\u00f4 ph\u1ecfng trong Sinh h\u1ecdc, V\u1eadt l\u00fd v\u00e0 H\u00f3a h\u1ecdc ngay tr\u00ean tr\u00ecnh duy\u1ec7t.\" \/>\n  <style>\n    :root {\n      --bg: #f8f8f5;\n      --surface: #ffffff;\n      --text: #111111;\n      --muted: #6b7280;\n      --line: #e5e7eb;\n      --accent: #111111;\n      --accent-2: #2563eb;\n      --radius: 22px;\n      --max: 1120px;\n      --shadow: 0 10px 30px rgba(17, 17, 17, 0.04);\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      margin: 0;\n      font-family: Inter, Arial, sans-serif;\n      background: var(--bg);\n      color: var(--text);\n      line-height: 1.6;\n    }\n\n    img {\n      display: block;\n      max-width: 100%;\n      height: auto;\n    }\n\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    .container {\n      width: min(100% - 32px, var(--max));\n      margin: 0 auto;\n    }\n\n    .site-header {\n      padding: 18px 0;\n    }\n\n    .nav {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    .brand {\n      font-size: 18px;\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 18px;\n      flex-wrap: wrap;\n    }\n\n    .nav-links a {\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .hero {\n      padding: 54px 0 48px;\n    }\n\n    .hero-inner {\n      max-width: 760px;\n    }\n\n    .eyebrow {\n      display: inline-block;\n      font-size: 13px;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      margin-bottom: 14px;\n    }\n\n    h1 {\n      font-size: clamp(38px, 7vw, 68px);\n      line-height: 1.03;\n      letter-spacing: -0.04em;\n      margin: 0 0 18px;\n    }\n\n    .hero-text {\n      font-size: 18px;\n      color: var(--muted);\n      max-width: 680px;\n      margin: 0 0 28px;\n    }\n\n    .hero-actions {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n    }\n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 13px 20px;\n      border-radius: 999px;\n      border: 1px solid var(--line);\n      font-size: 15px;\n      font-weight: 600;\n      transition: 0.2s ease;\n      cursor: pointer;\n    }\n\n    .btn:hover {\n      transform: translateY(-1px);\n    }\n\n    .btn-primary {\n      background: var(--accent);\n      color: white;\n      border-color: var(--accent);\n    }\n\n    .btn-secondary {\n      background: white;\n      color: var(--text);\n    }\n\n    section {\n      padding: 36px 0 32px;\n    }\n\n    .section-head {\n      display: flex;\n      align-items: end;\n      justify-content: space-between;\n      gap: 20px;\n      margin-bottom: 22px;\n    }\n\n    .section-label {\n      font-size: 13px;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      color: var(--muted);\n      margin: 0 0 8px;\n    }\n\n    h2 {\n      font-size: clamp(28px, 4vw, 42px);\n      line-height: 1.1;\n      letter-spacing: -0.03em;\n      margin: 0 0 8px;\n    }\n\n    .section-desc {\n      margin: 0;\n      color: var(--muted);\n      max-width: 640px;\n    }\n\n    .section-link {\n      font-size: 14px;\n      color: var(--muted);\n      white-space: nowrap;\n    }\n\n    .posts-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .post-card {\n      background: var(--surface);\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      min-height: 100%;\n    }\n\n    .post-thumb {\n      display: block;\n      width: 100%;\n      aspect-ratio: 16 \/ 10;\n      background: #eef2f7;\n      overflow: hidden;\n    }\n\n    .post-thumb img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .thumb-placeholder {\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(135deg, #eef2f7, #f8fafc);\n    }\n\n    .post-body {\n      padding: 18px;\n    }\n\n    .post-date {\n      font-size: 13px;\n      color: var(--muted);\n      margin-bottom: 10px;\n    }\n\n    .post-title {\n      font-size: 22px;\n      line-height: 1.25;\n      letter-spacing: -0.02em;\n      margin: 0 0 10px;\n    }\n\n    .post-excerpt {\n      font-size: 15px;\n      color: var(--muted);\n      margin: 0 0 14px;\n    }\n\n    .post-readmore {\n      font-size: 15px;\n      font-weight: 600;\n      color: var(--text);\n    }\n\n    .loading,\n    .empty-state,\n    .error-state {\n      padding: 20px;\n      border: 1px dashed var(--line);\n      border-radius: 16px;\n      color: var(--muted);\n      background: rgba(255,255,255,0.6);\n    }\n\n    .subjects-grid,\n    .benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .subject-card,\n    .benefit-card {\n      background: var(--surface);\n      border: 1px solid var(--line);\n      border-radius: var(--radius);\n      padding: 24px;\n      box-shadow: var(--shadow);\n    }\n\n    .subject-card h3,\n    .benefit-card h3 {\n      margin: 0 0 10px;\n      font-size: 22px;\n      letter-spacing: -0.02em;\n    }\n\n    .subject-card p,\n    .benefit-card p {\n      margin: 0;\n      color: var(--muted);\n    }\n\n    .final-cta {\n      padding: 64px 0 90px;\n    }\n\n    .cta-box {\n      background: var(--surface);\n      border: 1px solid var(--line);\n      border-radius: 28px;\n      padding: 36px;\n      text-align: center;\n      box-shadow: var(--shadow);\n    }\n\n    .cta-box p {\n      color: var(--muted);\n      margin: 0 0 20px;\n    }\n\n    .site-footer {\n      border-top: 1px solid var(--line);\n      padding: 22px 0 40px;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    @media (max-width: 960px) {\n      .posts-grid,\n      .subjects-grid,\n      .benefits-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .section-head {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n\n      .nav {\n        flex-direction: column;\n        align-items: flex-start;\n      }\n\n      .hero {\n        padding-top: 30px;\n      }\n\n      .cta-box {\n        padding: 28px 20px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <header class=\"site-header\">\n    <div class=\"container nav\">\n      <a class=\"brand\" href=\"\/\">DaviLearn<\/a>\n      <nav class=\"nav-links\">\n        <a href=\"#latest-posts\">B\u00e0i vi\u1ebft m\u1edbi<\/a>\n        <a href=\"#subjects\">L\u0129nh v\u1ef1c<\/a>\n        <a href=\"\/blog\">Blog<\/a>\n        <a href=\"\/labs\">M\u00f4 ph\u1ecfng<\/a>\n      <\/nav>\n    <\/div>\n  <\/header>\n\n  <main>\n    <section class=\"hero\">\n      <div class=\"container hero-inner\">\n        <span class=\"eyebrow\">DaviLearn<\/span>\n        <h1>M\u00f4 ph\u1ecfng khoa h\u1ecdc t\u01b0\u01a1ng t\u00e1c, d\u1ec5 hi\u1ec3u v\u00e0 tr\u1ef1c quan.<\/h1>\n        <p class=\"hero-text\">\n          Kh\u00e1m ph\u00e1 c\u00e1c b\u00e0i h\u1ecdc v\u00e0 m\u00f4 ph\u1ecfng trong Sinh h\u1ecdc, V\u1eadt l\u00fd v\u00e0 H\u00f3a h\u1ecdc \u2014 ngay tr\u00ean tr\u00ecnh duy\u1ec7t.\n        <\/p>\n        <div class=\"hero-actions\">\n          <a class=\"btn btn-primary\" href=\"#latest-posts\">Xem b\u00e0i vi\u1ebft m\u1edbi<\/a>\n          <a class=\"btn btn-secondary\" href=\"\/labs\">Kh\u00e1m ph\u00e1 m\u00f4 ph\u1ecfng<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"latest-posts\">\n      <div class=\"container\">\n        <div class=\"section-head\">\n          <div>\n            <p class=\"section-label\">C\u1eadp nh\u1eadt<\/p>\n            <h2>B\u00e0i vi\u1ebft m\u1edbi nh\u1ea5t<\/h2>\n            <p class=\"section-desc\">\n              Nh\u1eefng b\u00e0i \u0111\u0103ng v\u00e0 m\u00f4 ph\u1ecfng m\u1edbi \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt tr\u00ean DaviLearn.\n            <\/p>\n          <\/div>\n          <a class=\"section-link\" href=\"\/blog\">Xem t\u1ea5t c\u1ea3<\/a>\n        <\/div>\n\n        <div id=\"posts-container\">\n          <div class=\"loading\">\u0110ang t\u1ea3i b\u00e0i vi\u1ebft m\u1edbi nh\u1ea5t&#8230;<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"subjects\">\n      <div class=\"container\">\n        <div class=\"section-head\">\n          <div>\n            <p class=\"section-label\">L\u0129nh v\u1ef1c<\/p>\n            <h2>Kh\u00e1m ph\u00e1 theo l\u0129nh v\u1ef1c<\/h2>\n            <p class=\"section-desc\">\n              Ba h\u01b0\u1edbng ti\u1ebfp c\u1eadn c\u1ed1t l\u00f5i \u0111\u1ec3 h\u1ecdc khoa h\u1ecdc b\u1eb1ng m\u00f4 ph\u1ecfng t\u01b0\u01a1ng t\u00e1c.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"subjects-grid\">\n          <a class=\"subject-card\" href=\"\/category\/sinh-hoc\/\">\n            <h3>Sinh h\u1ecdc<\/h3>\n            <p>T\u1eeb t\u1ebf b\u00e0o \u0111\u1ebfn quang h\u1ee3p, h\u1ecdc b\u1eb1ng m\u00f4 ph\u1ecfng tr\u1ef1c quan v\u00e0 d\u1ec5 h\u00ecnh dung h\u01a1n.<\/p>\n          <\/a>\n\n          <a class=\"subject-card\" href=\"\/category\/vat-ly\/\">\n            <h3>V\u1eadt l\u00fd<\/h3>\n            <p>Hi\u1ec3u hi\u1ec7n t\u01b0\u1ee3ng v\u00e0 quy lu\u1eadt b\u1eb1ng t\u01b0\u01a1ng t\u00e1c thay v\u00ec ch\u1ec9 \u0111\u1ecdc l\u00fd thuy\u1ebft.<\/p>\n          <\/a>\n\n          <a class=\"subject-card\" href=\"\/category\/hoa-hoc\/\">\n            <h3>H\u00f3a h\u1ecdc<\/h3>\n            <p>Quan s\u00e1t ph\u1ea3n \u1ee9ng, c\u1ea5u tr\u00fac v\u00e0 quy tr\u00ecnh m\u1ed9t c\u00e1ch sinh \u0111\u1ed9ng v\u00e0 tr\u1ef1c ti\u1ebfp.<\/p>\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section>\n      <div class=\"container\">\n        <div class=\"section-head\">\n          <div>\n            <p class=\"section-label\">Gi\u00e1 tr\u1ecb<\/p>\n            <h2>H\u1ecdc khoa h\u1ecdc theo c\u00e1ch d\u1ec5 hi\u1ec3u h\u01a1n<\/h2>\n          <\/div>\n        <\/div>\n\n        <div class=\"benefits-grid\">\n          <div class=\"benefit-card\">\n            <h3>Tr\u1ef1c quan<\/h3>\n            <p>Kh\u00e1i ni\u1ec7m kh\u00f3 tr\u1edf n\u00ean d\u1ec5 n\u1eafm b\u1eaft h\u01a1n nh\u1edd m\u00f4 ph\u1ecfng sinh \u0111\u1ed9ng.<\/p>\n          <\/div>\n\n          <div class=\"benefit-card\">\n            <h3>T\u01b0\u01a1ng t\u00e1c<\/h3>\n            <p>Ng\u01b0\u1eddi h\u1ecdc ch\u1ee7 \u0111\u1ed9ng quan s\u00e1t, th\u1eed nghi\u1ec7m v\u00e0 thay \u0111\u1ed5i tham s\u1ed1.<\/p>\n          <\/div>\n\n          <div class=\"benefit-card\">\n            <h3>Linh ho\u1ea1t<\/h3>\n            <p>Ph\u00f9 h\u1ee3p cho t\u1ef1 h\u1ecdc, d\u1ea1y h\u1ecdc tr\u00ean l\u1edbp v\u00e0 kh\u00e1m ph\u00e1 khoa h\u1ecdc t\u1ea1i nh\u00e0.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"final-cta\">\n      <div class=\"container\">\n        <div class=\"cta-box\">\n          <h2>B\u1eaft \u0111\u1ea7u t\u1eeb m\u1ed9t b\u00e0i vi\u1ebft, ho\u1eb7c \u0111i th\u1eb3ng v\u00e0o ph\u00f2ng lab.<\/h2>\n          <p>Gi\u1eef homepage g\u1ecdn, r\u00f5, v\u00e0 lu\u00f4n c\u00f3 n\u1ed9i dung m\u1edbi \u0111\u1ec3 ng\u01b0\u1eddi d\u00f9ng quay l\u1ea1i.<\/p>\n          <div class=\"hero-actions\" style=\"justify-content:center;\">\n            <a class=\"btn btn-primary\" href=\"\/blog\">Xem t\u1ea5t c\u1ea3 b\u00e0i vi\u1ebft<\/a>\n            <a class=\"btn btn-secondary\" href=\"\/labs\">M\u1edf m\u00f4 ph\u1ecfng<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <footer class=\"site-footer\">\n    <div class=\"container\">\n      \u00a9 2026 DaviLearn. H\u1ecdc khoa h\u1ecdc b\u1eb1ng m\u00f4 ph\u1ecfng t\u01b0\u01a1ng t\u00e1c.\n    <\/div>\n  <\/footer>\n\n  <script>\n    async function loadLatestPosts() {\n      const container = document.getElementById('posts-container');\n\n      const endpoints = [\n        `${window.location.origin}\/wp-json\/wp\/v2\/posts?_embed&per_page=6`,\n        `${window.location.origin}\/?rest_route=\/wp\/v2\/posts&_embed&per_page=6`\n      ];\n\n      let posts = null;\n      let lastError = null;\n\n      for (const endpoint of endpoints) {\n        try {\n          const res = await fetch(endpoint);\n          if (!res.ok) throw new Error(`HTTP ${res.status}`);\n          posts = await res.json();\n          if (Array.isArray(posts)) break;\n        } catch (err) {\n          lastError = err;\n        }\n      }\n\n      if (!posts || !Array.isArray(posts)) {\n        container.innerHTML = `\n          <div class=\"error-state\">\n            Kh\u00f4ng t\u1ea3i \u0111\u01b0\u1ee3c b\u00e0i vi\u1ebft m\u1edbi nh\u1ea5t. H\u00e3y ki\u1ec3m tra WordPress REST API ho\u1eb7c permalink.\n          <\/div>\n        `;\n        console.error(lastError);\n        return;\n      }\n\n      if (posts.length === 0) {\n        container.innerHTML = `\n          <div class=\"empty-state\">\n            Ch\u01b0a c\u00f3 b\u00e0i vi\u1ebft n\u00e0o \u0111\u01b0\u1ee3c \u0111\u0103ng.\n          <\/div>\n        `;\n        return;\n      }\n\n      const html = posts.map(post => {\n        const title = post.title?.rendered || 'B\u00e0i vi\u1ebft';\n        const excerptRaw = post.excerpt?.rendered || '';\n        const excerpt = excerptRaw.replace(\/<[^>]*>\/g, '').trim();\n        const link = post.link || '#';\n        const date = new Date(post.date).toLocaleDateString('vi-VN');\n\n        let image = '';\n        const media = post._embedded && post._embedded['wp:featuredmedia'] && post._embedded['wp:featuredmedia'][0];\n        if (media && media.source_url) {\n          image = `<img decoding=\"async\" src=\"${media.source_url}\" alt=\"${title}\">`;\n        } else {\n          image = `<div class=\"thumb-placeholder\"><\/div>`;\n        }\n\n        return `\n          <article class=\"post-card\">\n            <a class=\"post-thumb\" href=\"${link}\">\n              ${image}\n            <\/a>\n            <div class=\"post-body\">\n              <div class=\"post-date\">${date}<\/div>\n              <h3 class=\"post-title\">\n                <a href=\"${link}\">${title}<\/a>\n              <\/h3>\n              <p class=\"post-excerpt\">\n                ${excerpt ? excerpt.substring(0, 110) + (excerpt.length > 110 ? '\u2026' : '') : 'Kh\u00e1m ph\u00e1 b\u00e0i vi\u1ebft m\u1edbi tr\u00ean DaviLearn.'}\n              <\/p>\n              <a class=\"post-readmore\" href=\"${link}\">\u0110\u1ecdc b\u00e0i vi\u1ebft \u2192<\/a>\n            <\/div>\n          <\/article>\n        `;\n      }).join('');\n\n      container.innerHTML = `<div class=\"posts-grid\">${html}<\/div>`;\n    }\n\n    document.addEventListener('DOMContentLoaded', loadLatestPosts);\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>DaviLearn \u2013 M\u00f4 ph\u1ecfng khoa h\u1ecdc t\u01b0\u01a1ng t\u00e1c DaviLearn B\u00e0i vi\u1ebft m\u1edbi L\u0129nh v\u1ef1c Blog M\u00f4 ph\u1ecfng DaviLearn M\u00f4 ph\u1ecfng [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-95","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - davilearn.com<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - davilearn.com\" \/>\n<meta property=\"og:description\" content=\"DaviLearn \u2013 M\u00f4 ph\u1ecfng khoa h\u1ecdc t\u01b0\u01a1ng t\u00e1c DaviLearn B\u00e0i vi\u1ebft m\u1edbi L\u0129nh v\u1ef1c Blog M\u00f4 ph\u1ecfng DaviLearn M\u00f4 ph\u1ecfng [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/davilearn.com\/\" \/>\n<meta property=\"og:site_name\" content=\"davilearn.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-29T08:30:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/davilearn.com\/\",\"url\":\"https:\/\/davilearn.com\/\",\"name\":\"Home - davilearn.com\",\"isPartOf\":{\"@id\":\"https:\/\/davilearn.com\/#website\"},\"datePublished\":\"2026-03-05T19:14:22+00:00\",\"dateModified\":\"2026-03-29T08:30:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/davilearn.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/davilearn.com\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/davilearn.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/davilearn.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/davilearn.com\/#website\",\"url\":\"https:\/\/davilearn.com\/\",\"name\":\"davilearn.com\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/davilearn.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - davilearn.com","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Home - davilearn.com","og_description":"DaviLearn \u2013 M\u00f4 ph\u1ecfng khoa h\u1ecdc t\u01b0\u01a1ng t\u00e1c DaviLearn B\u00e0i vi\u1ebft m\u1edbi L\u0129nh v\u1ef1c Blog M\u00f4 ph\u1ecfng DaviLearn M\u00f4 ph\u1ecfng [&hellip;]","og_url":"https:\/\/davilearn.com\/","og_site_name":"davilearn.com","article_modified_time":"2026-03-29T08:30:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/davilearn.com\/","url":"https:\/\/davilearn.com\/","name":"Home - davilearn.com","isPartOf":{"@id":"https:\/\/davilearn.com\/#website"},"datePublished":"2026-03-05T19:14:22+00:00","dateModified":"2026-03-29T08:30:01+00:00","breadcrumb":{"@id":"https:\/\/davilearn.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/davilearn.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/davilearn.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/davilearn.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/davilearn.com\/#website","url":"https:\/\/davilearn.com\/","name":"davilearn.com","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/davilearn.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/pages\/95","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":7,"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/pages\/95\/revisions"}],"predecessor-version":[{"id":222,"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/pages\/95\/revisions\/222"}],"wp:attachment":[{"href":"https:\/\/davilearn.com\/index.php\/wp-json\/wp\/v2\/media?parent=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}