{"id":1381,"date":"2020-11-19T17:17:31","date_gmt":"2020-11-19T06:17:31","guid":{"rendered":"https:\/\/workerchecks.com\/?page_id=1381"},"modified":"2026-03-05T09:20:20","modified_gmt":"2026-03-04T22:20:20","slug":"xac-nhan-kiem-tra-canh-sat","status":"publish","type":"page","link":"https:\/\/workerchecks.com\/vi\/validate-a-police-check\/","title":{"rendered":"X\u00e1c nh\u1eadn Ki\u1ec3m tra C\u1ea3nh s\u00e1t"},"content":{"rendered":"<style>\n  :root {\n    --wc-royal: #005bab;\n    --wc-sky: #bde4f7;\n    --wc-dark: #0B1D3A;\n    --wc-bg: #F4F7FB;\n    --wc-white: #ffffff;\n    --wc-border: #E2E8F0;\n    --red-soft: #FEE2E2;\n    --red-icon: #EF4444;\n    --green-soft: #DCFCE7;\n    --green-icon: #10B981;\n    --amber-soft: #FEF3C7;\n    --amber-icon: #F59E0B;\n    --amber-border: #FDE68A;\n    --text-primary: #0B1D3A;\n    --text-secondary: #475569;\n    --text-muted: #94A3B8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: &#39;DM Sans&#39;, sans-serif;\n    background: var(--wc-white);\n    color: var(--text-primary);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ====================================\n     SECTION 1: HERO WITH CTA\n     ==================================== *\/\n  .hero {\n    background: linear-gradient(170deg, var(--wc-dark) 0%, #0d2748 60%, #112d52 100%);\n    padding: 72px 24px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -30%; right: -15%;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, rgba(0,91,171,0.18) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .hero::after {\n    content: &#39;&#39;;\n    position: absolute;\n    bottom: -40%; left: -10%;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(189,228,247,0.08) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .hero__inner {\n    max-width: 720px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero__badge {\n    display: inline-block;\n    background: rgba(189,228,247,0.12);\n    border: 1px solid rgba(189,228,247,0.2);\n    color: var(--wc-sky);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 100px;\n    margin-bottom: 24px;\n  }\n\n  .hero h1 {\n    font-size: 40px;\n    font-weight: 700;\n    line-height: 1.15;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n\n  .hero h1 .hl {\n    color: var(--wc-sky);\n  }\n\n  .hero p {\n    font-size: 16px;\n    color: rgba(189,228,247,0.7);\n    line-height: 1.6;\n    max-width: 580px;\n    margin: 0 auto 32px;\n  }\n\n  .hero p strong {\n    color: #fff;\n    font-weight: 600;\n  }\n\n  .hero__cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--wc-royal);\n    color: #fff;\n    font-size: 17px;\n    font-weight: 700;\n    padding: 18px 40px;\n    border-radius: 14px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n    box-shadow: 0 8px 32px rgba(0,91,171,0.35);\n  }\n\n  .hero__cta:hover {\n    background: #0069c8;\n    transform: translateY(-2px);\n    box-shadow: 0 12px 40px rgba(0,91,171,0.45);\n  }\n\n  .hero__cta svg {\n    width: 20px; height: 20px;\n    stroke: #fff; fill: none; stroke-width: 2;\n  }\n\n  .hero__sub {\n    margin-top: 16px;\n    font-size: 13px;\n    color: rgba(189,228,247,0.5);\n  }\n\n  \/* ====================================\n     SECTION 2: WARNING CALLOUT\n     ==================================== *\/\n  .warning-section {\n    background: var(--wc-white);\n    padding: 56px 24px 0;\n  }\n\n  .warning-section__inner {\n    max-width: 840px;\n    margin: 0 auto;\n  }\n\n  .warning-box {\n    background: #FFFBEB;\n    border: 2px solid var(--amber-border);\n    border-radius: 16px;\n    padding: 28px 32px;\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n  }\n\n  .warning-box__icon {\n    width: 48px; height: 48px;\n    background: var(--amber-soft);\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .warning-box__icon svg {\n    width: 24px; height: 24px;\n    stroke: var(--amber-icon); fill: none; stroke-width: 1.5;\n  }\n\n  .warning-box h3 {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n    line-height: 1.3;\n  }\n\n  .warning-box p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.6;\n  }\n\n  .warning-box p strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  \/* ====================================\n     SECTION 3: PDF VS BLOCKCHAIN\n     ==================================== *\/\n  .compare-section {\n    background: var(--wc-white);\n    padding: 64px 24px;\n  }\n\n  .compare-section__inner {\n    max-width: 960px;\n    margin: 0 auto;\n  }\n\n  .compare-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .compare-header h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .compare-header h2 .strike {\n    text-decoration: line-through;\n    text-decoration-color: var(--red-icon);\n    text-decoration-thickness: 3px;\n    color: var(--text-muted);\n  }\n\n  .compare-header h2 .hl {\n    color: var(--wc-royal);\n  }\n\n  .compare-header p {\n    font-size: 15px;\n    color: var(--text-secondary);\n    max-width: 560px;\n    margin: 0 auto;\n    line-height: 1.55;\n  }\n\n  .versus {\n    display: grid;\n    grid-template-columns: 1fr 56px 1fr;\n    align-items: stretch;\n    gap: 0;\n  }\n\n  .vs-card {\n    border-radius: 18px;\n    padding: 36px 30px;\n    position: relative;\n  }\n\n  \/* PDF card *\/\n  .vs-card--pdf {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n  }\n\n  \/* Blockchain card *\/\n  .vs-card--bc {\n    background: linear-gradient(145deg, var(--wc-dark) 0%, #0f2a50 100%);\n    color: #fff;\n    box-shadow: 0 20px 56px rgba(11,29,58,0.22);\n  }\n\n  .vs-card--bc::before {\n    content: &#39;&#39;;\n    position: absolute;\n    top: -35%; right: -12%;\n    width: 250px; height: 250px;\n    background: radial-gradient(circle, rgba(0,91,171,0.25) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .vs-card__tag {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .vs-card--pdf .vs-card__tag { color: var(--text-muted); }\n  .vs-card--bc .vs-card__tag { color: var(--wc-sky); }\n\n  .vs-card__icon {\n    width: 56px; height: 56px;\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 18px;\n  }\n\n  .vs-card--pdf .vs-card__icon { background: var(--red-soft); }\n  .vs-card--pdf .vs-card__icon svg { width: 26px; height: 26px; stroke: var(--red-icon); fill: none; stroke-width: 1.5; }\n\n  .vs-card--bc .vs-card__icon {\n    background: rgba(189,228,247,0.1);\n    border: 1.5px solid rgba(189,228,247,0.18);\n  }\n  .vs-card--bc .vs-card__icon svg { width: 26px; height: 26px; stroke: var(--wc-sky); fill: none; stroke-width: 1.5; }\n\n  .vs-card__title { font-size: 19px; font-weight: 700; margin-bottom: 6px; line-height: 1.2; }\n  .vs-card--pdf .vs-card__title { color: var(--text-primary); }\n  .vs-card--bc .vs-card__title { color: #fff; }\n\n  .vs-card__subtitle { font-size: 13px; margin-bottom: 22px; line-height: 1.4; }\n  .vs-card--pdf .vs-card__subtitle { color: var(--text-muted); }\n  .vs-card--bc .vs-card__subtitle { color: rgba(189,228,247,0.65); }\n\n  .vs-list {\n    list-style: none;\n    display: flex; flex-direction: column; gap: 14px;\n  }\n\n  .vs-item {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 13.5px; line-height: 1.5;\n    text-align: left;\n  }\n\n  .vs-item span:last-child {\n    flex: 1;\n  }\n\n  .vs-dot {\n    width: 20px; height: 20px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0; margin-top: 2px;\n  }\n\n  .vs-dot svg { width: 10px; height: 10px; stroke-width: 2.5; fill: none; }\n\n  .vs-card--pdf .vs-dot { background: var(--red-soft); }\n  .vs-card--pdf .vs-dot svg { stroke: var(--red-icon); }\n  .vs-card--pdf .vs-item { color: var(--text-secondary); }\n  .vs-card--pdf .vs-item strong { color: var(--text-primary); font-weight: 600; }\n\n  .vs-card--bc .vs-dot { background: rgba(16,185,129,0.15); }\n  .vs-card--bc .vs-dot svg { stroke: var(--green-icon); }\n  .vs-card--bc .vs-item { color: rgba(255,255,255,0.85); }\n  .vs-card--bc .vs-item strong { color: #fff; font-weight: 600; }\n\n  \/* VS circle *\/\n  .vs-divider {\n    display: flex; align-items: center; justify-content: center;\n  }\n\n  .vs-circle {\n    width: 44px; height: 44px;\n    background: var(--wc-royal);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 700; color: #fff;\n    box-shadow: 0 4px 16px rgba(0,91,171,0.3);\n    z-index: 2;\n  }\n\n  \/* ====================================\n     SECTION 4: HOW TO VALIDATE\n     ==================================== *\/\n  .howto-section {\n    background: var(--wc-bg);\n    padding: 64px 24px;\n  }\n\n  .howto-section__inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .howto-header {\n    text-align: center;\n    margin-bottom: 44px;\n  }\n\n  .howto-header h2 {\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n  }\n\n  .howto-header p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n  }\n\n  .steps {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 28px;\n    margin-bottom: 44px;\n  }\n\n  .step {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 16px;\n    padding: 32px 24px;\n    text-align: center;\n    position: relative;\n    transition: box-shadow 0.25s ease;\n  }\n\n  .step:hover {\n    box-shadow: 0 8px 28px rgba(11,29,58,0.08);\n  }\n\n  .step__num {\n    width: 32px; height: 32px;\n    background: var(--wc-royal);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 700; color: #fff;\n    margin: 0 auto 16px;\n  }\n\n  .step__icon {\n    width: 56px; height: 56px;\n    background: var(--wc-sky);\n    border-radius: 14px;\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 14px;\n  }\n\n  .step__icon svg {\n    width: 26px; height: 26px;\n    stroke: var(--wc-royal); fill: none; stroke-width: 1.5;\n  }\n\n  .step__title {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 6px;\n  }\n\n  .step__desc {\n    font-size: 13px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n  }\n\n  .step__desc strong {\n    color: var(--text-primary);\n    font-weight: 600;\n  }\n\n  .step__or {\n    font-size: 11px;\n    color: var(--text-muted);\n    margin-top: 10px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Big CTA block *\/\n  .cta-block {\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 16px;\n    padding: 36px;\n    text-align: center;\n  }\n\n  .cta-block h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .cta-block p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    margin-bottom: 24px;\n    line-height: 1.5;\n    max-width: 480px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cta-block__btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--wc-royal);\n    color: #fff;\n    font-size: 16px;\n    font-weight: 700;\n    padding: 16px 36px;\n    border-radius: 12px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n    box-shadow: 0 6px 24px rgba(0,91,171,0.3);\n  }\n\n  .cta-block__btn:hover {\n    background: #0069c8;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 32px rgba(0,91,171,0.4);\n  }\n\n  .cta-block__btn svg {\n    width: 18px; height: 18px;\n    stroke: #fff; fill: none; stroke-width: 2;\n  }\n\n  .cta-block__note {\n    margin-top: 14px;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  \/* ====================================\n     SECTION 5: TECHNOLOGY & TRUST\n     ==================================== *\/\n  .tech-section {\n    background: var(--wc-white);\n    padding: 64px 24px;\n  }\n\n  .tech-section__inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .tech-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .tech-header h2 {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 8px;\n  }\n\n  .tech-header p {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.5;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n\n  \/* Features grid *\/\n  .tech-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 20px;\n    margin-bottom: 44px;\n  }\n\n  .tech-card {\n    background: var(--wc-bg);\n    border-radius: 14px;\n    padding: 28px 24px;\n    text-align: center;\n  }\n\n  .tech-card__icon {\n    width: 48px; height: 48px;\n    background: var(--wc-white);\n    border: 1.5px solid var(--wc-border);\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    margin: 0 auto 14px;\n  }\n\n  .tech-card__icon svg {\n    width: 22px; height: 22px;\n    stroke: var(--wc-royal); fill: none; stroke-width: 1.5;\n  }\n\n  .tech-card__title {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin-bottom: 4px;\n  }\n\n  .tech-card__desc {\n    font-size: 12px;\n    color: var(--text-secondary);\n    line-height: 1.45;\n  }\n\n  \/* Trust bar *\/\n  .trust-strip {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    padding: 28px 0;\n    border-top: 1px solid var(--wc-border);\n  }\n\n  .trust-item {\n    display: flex; align-items: center; gap: 9px;\n    font-size: 13px; font-weight: 500; color: var(--text-primary);\n  }\n\n  .trust-item__icon {\n    width: 34px; height: 34px;\n    background: var(--wc-sky); border-radius: 9px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .trust-item__icon svg {\n    width: 16px; height: 16px;\n    stroke: var(--wc-royal); stroke-width: 1.5; fill: none;\n  }\n\n  \/* ====================================\n     SECTION 6: FOOTER DISCLAIMER\n     ==================================== *\/\n  .page-footer {\n    background: var(--wc-bg);\n    padding: 24px;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.5;\n  }\n\n  .page-footer .pipe { margin: 0 6px; color: var(--wc-border); }\n\n  .page-footer a {\n    color: var(--wc-royal);\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  \/* ====================================\n     ANIMATIONS\n     ==================================== *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .hero__inner { animation: fadeUp 0.6s ease-out both; }\n  .warning-box { animation: fadeUp 0.6s ease-out 0.15s both; }\n  .vs-card--pdf { animation: fadeUp 0.5s ease-out 0.2s both; }\n  .vs-card--bc { animation: fadeUp 0.5s ease-out 0.35s both; }\n\n  \/* ====================================\n     RESPONSIVE\n     ==================================== *\/\n  @media (max-width: 768px) {\n    .hero { padding: 56px 20px 64px; }\n    .hero h1 { font-size: 28px; }\n    .hero p { font-size: 14px; }\n    .hero__cta { font-size: 15px; padding: 16px 28px; }\n\n    .warning-box { flex-direction: column; padding: 24px 20px; }\n\n    .versus { grid-template-columns: 1fr; gap: 16px; }\n    .vs-divider { padding: 4px 0; }\n    .vs-circle { width: 36px; height: 36px; font-size: 11px; }\n    .compare-header h2 { font-size: 22px; }\n\n    .steps { grid-template-columns: 1fr; gap: 16px; }\n    .step:not(:last-child)::after { display: none; }\n\n    .tech-grid { grid-template-columns: 1fr; gap: 14px; }\n    .trust-strip { gap: 20px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- ==============================================\n     SECTION 1: HERO\n     ============================================== -->\n<section class=\"hero\">\n  <div class=\"hero__inner\">\n    <div class=\"hero__badge\">X\u00e1c nh\u1eadn Ki\u1ec3m tra C\u1ea3nh s\u00e1t<\/div>\n    <h1>B\u1ea1n \u0111\u00e3 nh\u1eadn \u0111\u01b0\u1ee3c ch\u1ee9ng ch\u1ec9 ch\u01b0a?<br><span class=\"hl\">X\u00e1c minh t\u00ednh x\u00e1c th\u1ef1c c\u1ee7a n\u00f3.<\/span><\/h1>\n    <p>M\u1ed9t t\u1ec7p PDF in ra ch\u1ec9 l\u00e0 b\u1ea3n sao. \u0110\u1ec3 x\u00e1c nh\u1eadn r\u1eb1ng n\u00f3 ch\u01b0a b\u1ecb s\u1eeda \u0111\u1ed5i, h\u00e3y nh\u1eadp v\u00e0o <strong>M\u00e3 x\u00e1c minh 6 k\u00fd t\u1ef1<\/strong> ho\u1eb7c qu\u00e9t <strong>M\u00e3 QR<\/strong> Tr\u00ean ch\u1ee9ng ch\u1ec9 \u2014 v\u00e0 xem k\u1ebft qu\u1ea3 th\u1ef1c t\u1ebf, \u0111\u01b0\u1ee3c hi\u1ec3n th\u1ecb tr\u1ef1c ti\u1ebfp t\u1eeb blockchain ri\u00eang t\u01b0 c\u1ee7a ch\u00fang t\u00f4i.<\/p>\n    <a href=\"https:\/\/app.workerchecks.com\/Validate\" class=\"hero__cta\">\n      <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      X\u00e1c minh s\u00e9c ngay b\u00e2y gi\u1edd\n    <\/a>\n    <div class=\"hero__sub\">Mi\u1ec5n ph\u00ed s\u1eed d\u1ee5ng \u2014 kh\u00f4ng c\u1ea7n t\u1ea1o t\u00e0i kho\u1ea3n<\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 2: WARNING\n     ============================================== -->\n<section class=\"warning-section\">\n  <div class=\"warning-section__inner\">\n    <div class=\"warning-box\">\n      <div class=\"warning-box__icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M12 9v2m0 4h.01M5.07 19h13.86c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L3.34 16c-.77 1.33.19 3 1.73 3z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n      <\/div>\n      <div>\n        <h3>M\u1ed9t t\u1ec7p PDF c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9nh s\u1eeda. M\u1ed9t b\u1ea3n ghi blockchain kh\u00f4ng th\u1ec3.<\/h3>\n        <p>B\u1ea5t k\u1ef3 t\u1ec7p PDF n\u00e0o \u2014 t\u1eeb b\u1ea5t k\u1ef3 nh\u00e0 cung c\u1ea5p n\u00e0o \u2014 \u0111\u1ec1u c\u00f3 th\u1ec3 \u0111\u01b0\u1ee3c ch\u1ec9nh s\u1eeda b\u1eb1ng ph\u1ea7n m\u1ec1m c\u01a1 b\u1ea3n. N\u1ebfu ai \u0111\u00f3 cung c\u1ea5p cho b\u1ea1n ch\u1ee9ng ch\u1ec9 Worker Checks, <strong>Lu\u00f4n lu\u00f4n x\u00e1c minh n\u00f3.<\/strong> S\u1eed d\u1ee5ng m\u00e3 QR ho\u1eb7c m\u00e3 x\u00e1c minh tr\u00ean t\u00e0i li\u1ec7u. K\u1ebft qu\u1ea3 hi\u1ec3n th\u1ecb tr\u00ean m\u00e0n h\u00ecnh sau khi x\u00e1c minh l\u00e0 phi\u00ean b\u1ea3n duy nh\u1ea5t \u0111\u01b0\u1ee3c \u0111\u1ea3m b\u1ea3o l\u00e0 ch\u00ednh x\u00e1c \u2014 n\u00f3 \u0111\u01b0\u1ee3c \u0111\u1ecdc tr\u1ef1c ti\u1ebfp t\u1eeb blockchain ri\u00eang t\u01b0 kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i c\u1ee7a ch\u00fang t\u00f4i.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 3: PDF VS BLOCKCHAIN\n     ============================================== -->\n<section class=\"compare-section\">\n  <div class=\"compare-section__inner\">\n\n    <div class=\"compare-header\">\n      <h2><span class=\"strike\">M\u1ed9t t\u1ec7p PDF trong c\u01a1 s\u1edf d\u1eef li\u1ec7u<\/span> &nbsp;vs&nbsp; <span class=\"hl\">Tr\u1ef1c ti\u1ebfp t\u1eeb blockchain<\/span><\/h2>\n      <p>Hi\u1ec3u r\u00f5 s\u1ef1 kh\u00e1c bi\u1ec7t gi\u1eefa b\u1ea3n in v\u00e0 b\u1ea3n g\u1ed1c \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c minh v\u00e0 kh\u00f4ng th\u1ec3 s\u1eeda \u0111\u1ed5i.<\/p>\n    <\/div>\n\n    <div class=\"versus\">\n\n      <!-- PDF -->\n      <div class=\"vs-card vs-card--pdf\">\n        <div class=\"vs-card__tag\">Gi\u1ea5y ch\u1ee9ng nh\u1eadn in<\/div>\n        <div class=\"vs-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"vs-card__title\">Ch\u1ee9ng ch\u1ec9 PDF<\/div>\n        <div class=\"vs-card__subtitle\">M\u1ed9t b\u1ea3n sao ti\u1ec7n l\u1ee3i \u2014 nh\u01b0ng ch\u1ec9 l\u00e0 m\u1ed9t b\u1ea3n sao.<\/div>\n        <ul class=\"vs-list\">\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>C\u00f3 th\u1ec3 <strong>\u0111\u01b0\u1ee3c ch\u1ec9nh s\u1eeda ho\u1eb7c l\u00e0m gi\u1ea3<\/strong> v\u1edbi ph\u1ea7n m\u1ec1m c\u01a1 b\u1ea3n<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>Kh\u00f4ng c\u00f3 c\u00e1ch n\u00e0o \u0111\u1ec3 x\u00e1c nh\u1eadn \u0111i\u1ec1u \u0111\u00f3. <strong>Ch\u01b0a b\u1ecb can thi\u1ec7p.<\/strong> v\u1edbi<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>M\u1ed8T <strong>\u1ea3nh ch\u1ee5p t\u0129nh<\/strong> \u2014 ng\u1eaft k\u1ebft n\u1ed1i kh\u1ecfi ngu\u1ed3n<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 6L6 18M6 6l12 12\" stroke-linecap=\"round\"\/><\/svg><\/span>\n            <span>Ch\u1ee9a m\u1ed9t <strong>M\u00e3 QR<\/strong> + <strong>m\u00e3 x\u00e1c minh<\/strong> V\u00ec v\u1eady, b\u1ea1n c\u00f3 th\u1ec3 x\u00e1c minh n\u00f3 \u2192<\/span>\n          <\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- VS -->\n      <div class=\"vs-divider\">\n        <div class=\"vs-circle\">VS<\/div>\n      <\/div>\n\n      <!-- Blockchain -->\n      <div class=\"vs-card vs-card--bc\">\n        <div class=\"vs-card__tag\">K\u1ebft qu\u1ea3 hi\u1ec3n th\u1ecb tr\u00ean m\u00e0n h\u00ecnh \u0111\u00e3 \u0111\u01b0\u1ee3c x\u00e1c th\u1ef1c<\/div>\n        <div class=\"vs-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"vs-card__title\">K\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c x\u00e1c minh b\u1eb1ng blockchain<\/div>\n        <div class=\"vs-card__subtitle\">B\u1ea3n ghi ch\u00e9p ch\u00ednh x\u00e1c \u2014 tr\u1ef1c ti\u1ebfp t\u1eeb ngu\u1ed3n g\u1ed1c.<\/div>\n        <ul class=\"vs-list\">\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Ph\u00e1t tr\u1ef1c ti\u1ebfp<\/strong> t\u1eeb blockchain ri\u00eang t\u01b0 \u0111\u1ed9c quy\u1ec1n c\u1ee7a ch\u00fang t\u00f4i<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i<\/strong> \u2014 kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i ho\u1eb7c x\u00f3a sau khi \u0111\u00e3 \u0111\u01b0\u1ee3c ghi.<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>\u0110\u01b0\u1ee3c ni\u00eam phong b\u1eb1ng ph\u01b0\u01a1ng ph\u00e1p m\u00e3 h\u00f3a<\/strong> \u2014 \u0110\u1ea3m b\u1ea3o t\u00ednh x\u00e1c th\u1ef1c m\u1ed7i l\u1ea7n<\/span>\n          <\/li>\n          <li class=\"vs-item\">\n            <span class=\"vs-dot\"><svg viewbox=\"0 0 24 24\"><path d=\"M5 13l4 4L19 7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/span>\n            <span><strong>Danh s\u00e1ch theo d\u00f5i ki\u1ec3m to\u00e1n<\/strong> \u2014 \u1ee8ng vi\u00ean s\u1ebd \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o khi h\u1ed3 s\u01a1 c\u1ee7a h\u1ecd \u0111\u01b0\u1ee3c xem x\u00e9t.<\/span>\n          <\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 4: HOW TO VALIDATE\n     ============================================== -->\n<section class=\"howto-section\">\n  <div class=\"howto-section__inner\">\n\n    <div class=\"howto-header\">\n      <h2>C\u00e1ch x\u00e1c minh trong v\u00e0i gi\u00e2y<\/h2>\n      <p>Hai ph\u01b0\u01a1ng ph\u00e1p \u2014 c\u1ea3 hai \u0111\u1ec1u \u0111\u01b0a b\u1ea1n \u0111\u1ebfn c\u00f9ng m\u1ed9t k\u1ebft qu\u1ea3 \u0111\u01b0\u1ee3c b\u1ea3o m\u1eadt b\u1eb1ng blockchain v\u00e0 x\u00e1c th\u1ef1c.<\/p>\n    <\/div>\n\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step__num\">1<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M4 4h4v4H4zM16 4h4v4h-4zM4 16h4v4H4zM16 16h1v1h-1zM19 16h1v1h-1zM16 19h1v1h-1zM19 19h1v1h-1zM12 4h1v4h-1zM4 12h4v1H4zM12 12h1v1h-1zM16 12h4v1h-4zM12 16h1v4h-1z\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Qu\u00e9t m\u00e3 QR<\/div>\n        <div class=\"step__desc\">H\u01b0\u1edbng camera \u0111i\u1ec7n tho\u1ea1i c\u1ee7a b\u1ea1n v\u00e0o m\u00e3 QR \u0111\u01b0\u1ee3c in \u1edf g\u00f3c tr\u00ean b\u00ean tr\u00e1i c\u1ee7a ch\u1ee9ng ch\u1ec9.<\/div>\n        <div class=\"step__or\">\u2014 ho\u1eb7c \u2014<\/div>\n      <\/div>\n\n      <div class=\"step\">\n        <div class=\"step__num\">2<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Nh\u1eadp m\u00e3 x\u00e1c minh<\/div>\n        <div class=\"step__desc\">T\u00ecm <strong>M\u00e3 g\u1ed3m 6 k\u00fd t\u1ef1<\/strong> Nh\u1eadp m\u00e3 x\u00e1c minh \u1edf ph\u1ea7n tr\u00ean c\u00f9ng c\u1ee7a ch\u1ee9ng ch\u1ec9 v\u00e0 nh\u1eadp n\u00f3 v\u00e0o c\u1ed5ng x\u00e1c minh.<\/div>\n      <\/div>\n\n      <div class=\"step\">\n        <div class=\"step__num\">3<\/div>\n        <div class=\"step__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"step__title\">Xem k\u1ebft qu\u1ea3 ch\u00ednh x\u00e1c<\/div>\n        <div class=\"step__desc\">Xem <strong>ch\u1ee9ng ch\u1ec9 th\u1eadt<\/strong> \u0110\u01b0\u1ee3c truy\u1ec1n tr\u1ef1c ti\u1ebfp t\u1eeb blockchain \u2014 kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i, kh\u00f4ng th\u1ec3 l\u00e0m gi\u1ea3, tr\u1ef1c ti\u1ebfp t\u1eeb ngu\u1ed3n.<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CTA block -->\n    <div class=\"cta-block\">\n      <h3>S\u1eb5n s\u00e0ng \u0111\u1ec3 x\u00e1c minh?<\/h3>\n      <p>Nh\u1eadp m\u00e3 6 k\u00fd t\u1ef1 t\u1eeb ch\u1ee9ng ch\u1ec9 v\u00e0 ch\u00fang t\u00f4i s\u1ebd hi\u1ec3n th\u1ecb k\u1ebft qu\u1ea3 ch\u00ednh x\u00e1c, \u0111\u01b0\u1ee3c b\u1ea3o m\u1eadt b\u1eb1ng blockchain.<\/p>\n      <a href=\"https:\/\/app.workerchecks.com\/Validate\" class=\"cta-block__btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        X\u00e1c minh s\u00e9c ngay b\u00e2y gi\u1edd\n      <\/a>\n      <div class=\"cta-block__note\">Mi\u1ec5n ph\u00ed s\u1eed d\u1ee5ng \u00b7 Kh\u00f4ng c\u1ea7n t\u00e0i kho\u1ea3n \u00b7 \u1ee8ng vi\u00ean s\u1ebd \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o r\u1eb1ng h\u1ed3 s\u01a1 c\u1ee7a h\u1ecd \u0111\u00e3 \u0111\u01b0\u1ee3c xem.<\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     SECTION 5: TECHNOLOGY & TRUST\n     ============================================== -->\n<section class=\"tech-section\">\n  <div class=\"tech-section__inner\">\n\n    <div class=\"tech-header\">\n      <h2>Blockchain ri\u00eang t\u01b0 \u0111\u1ed9c quy\u1ec1n c\u1ee7a ch\u00fang t\u00f4i<\/h2>\n      <p>\u0110\u01b0\u1ee3c x\u00e2y d\u1ef1ng t\u1eeb \u0111\u1ea7u b\u1edfi Worker Checks. Kh\u00f4ng s\u1eed d\u1ee5ng n\u1ec1n t\u1ea3ng c\u1ee7a b\u00ean th\u1ee9 ba. Kh\u00f4ng thu\u00ea ngo\u00e0i. D\u1eef li\u1ec7u c\u1ee7a b\u1ea1n lu\u00f4n \u0111\u01b0\u1ee3c b\u1ea3o m\u1eadt v\u00e0 kh\u00f4ng bao gi\u1edd r\u1eddi kh\u1ecfi tay ch\u00fang t\u00f4i.<\/p>\n    <\/div>\n\n    <div class=\"tech-grid\">\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">C\u00f4ng ngh\u1ec7 \u0111\u1ed9c quy\u1ec1n<\/div>\n        <div class=\"tech-card__desc\">Blockchain ri\u00eang t\u01b0 c\u1ee7a ch\u00fang t\u00f4i \u0111\u01b0\u1ee3c thi\u1ebft k\u1ebf v\u00e0 ph\u00e1t tri\u1ec3n ho\u00e0n to\u00e0n n\u1ed9i b\u1ed9 \u2014 \u0111\u00e2y kh\u00f4ng ph\u1ea3i l\u00e0 s\u1ea3n ph\u1ea9m c\u00f3 s\u1eb5n tr\u00ean th\u1ecb tr\u01b0\u1eddng hay d\u1ecbch v\u1ee5 c\u1ee7a b\u00ean th\u1ee9 ba.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M4 7v10c0 2 1 3 3 3h10c2 0 3-1 3-3V7c0-2-1-3-3-3H7c-2 0-3 1-3 3z\" stroke-linecap=\"round\"\/><path d=\"M8 12h8m-8-3h8m-8 6h4\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Ghi ch\u00e9p kh\u00f4ng th\u1ec3 thay \u0111\u1ed5i<\/div>\n        <div class=\"tech-card__desc\">Khi k\u1ebft qu\u1ea3 ki\u1ec3m tra l\u00fd l\u1ecbch t\u01b0 ph\u00e1p c\u1ee7a b\u1ea1n \u0111\u01b0\u1ee3c ghi v\u00e0o blockchain c\u1ee7a ch\u00fang t\u00f4i, n\u00f3 s\u1ebd kh\u00f4ng bao gi\u1edd b\u1ecb thay \u0111\u1ed5i, x\u00f3a b\u1ecf ho\u1eb7c can thi\u1ec7p. Bao gi\u1edd.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Kh\u00f4ng c\u00f3 quy\u1ec1n truy c\u1eadp c\u1ee7a b\u00ean th\u1ee9 ba<\/div>\n        <div class=\"tech-card__desc\">Ch\u1ec9 b\u1ea1n v\u00e0 Worker Checks c\u00f3 th\u1ec3 truy c\u1eadp d\u1eef li\u1ec7u c\u1ee7a b\u1ea1n. Kh\u00f4ng c\u00f3 n\u1ec1n t\u1ea3ng b\u00ean ngo\u00e0i, kh\u00f4ng c\u00f3 h\u1ea1 t\u1ea7ng chia s\u1ebb, kh\u00f4ng c\u00f3 l\u01b0u tr\u1eef thu\u00ea ngo\u00e0i.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">Ph\u00e2n t\u00e1n &amp; M\u00e3 h\u00f3a<\/div>\n        <div class=\"tech-card__desc\">D\u1eef li\u1ec7u \u0111\u01b0\u1ee3c m\u00e3 h\u00f3a v\u00e0 ph\u00e2n t\u00e1n tr\u00ean c\u00e1c n\u00fat. Ngay c\u1ea3 khi m\u1ed9t n\u00fat b\u1ecb x\u00e2m ph\u1ea1m, d\u1eef li\u1ec7u v\u1eabn an to\u00e0n v\u00e0 kh\u00f4ng th\u1ec3 \u0111\u1ecdc \u0111\u01b0\u1ee3c.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\" stroke-linecap=\"round\"\/><path d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">D\u00f2ng s\u1ef1 ki\u1ec7n ki\u1ec3m to\u00e1n minh b\u1ea1ch<\/div>\n        <div class=\"tech-card__desc\">M\u1ed7i khi m\u1ed9t ch\u1ee9ng ch\u1ec9 \u0111\u01b0\u1ee3c x\u00e1c minh, ng\u01b0\u1eddi n\u1ed9p \u0111\u01a1n s\u1ebd \u0111\u01b0\u1ee3c th\u00f4ng b\u00e1o \u2014 \u0111\u1ea3m b\u1ea3o t\u00ednh minh b\u1ea1ch ho\u00e0n to\u00e0n v\u1ec1 vi\u1ec7c ai \u0111\u00e3 xem h\u1ed3 s\u01a1 c\u1ee7a h\u1ecd.<\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <div class=\"tech-card__icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"12\" cy=\"12\" r=\"10\"\/><\/svg>\n        <\/div>\n        <div class=\"tech-card__title\">100% \u00dac<\/div>\n        <div class=\"tech-card__desc\">T\u1ea5t c\u1ea3 d\u1eef li\u1ec7u \u0111\u01b0\u1ee3c l\u01b0u tr\u1eef tr\u00ean \u0111\u1ea5t li\u1ec1n t\u1ea1i \u00dac, theo y\u00eau c\u1ea7u c\u1ee7a \u1ee6y ban T\u00ecnh b\u00e1o H\u00ecnh s\u1ef1 \u00dac (ACIC).<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Trust strip -->\n    <div class=\"trust-strip\">\n      <a href=\"https:\/\/www.acic.gov.au\/accredited-bodies\" target=\"_blank\" rel=\"noopener\" class=\"trust-item\" style=\"text-decoration:none;\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        \u0110\u01b0\u1ee3c ACIC c\u00f4ng nh\u1eadn\n      <\/a>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"12\" cy=\"12\" r=\"10\"\/><\/svg><\/div>\n        100% D\u1eef li\u1ec7u \u00dac\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        M\u00e3 h\u00f3a khi l\u01b0u tr\u1eef\n      <\/div>\n      <div class=\"trust-item\">\n        <div class=\"trust-item__icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>\n        75% Trong v\u00f2ng 5 ph\u00fat\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- ==============================================\n     FOOTER\n     ============================================== -->\n<footer class=\"page-footer\">\n  \u0110\u01b0\u1ee3c v\u1eadn h\u00e0nh b\u1edfi blockchain ri\u00eang t\u01b0 \u0111\u1ed9c quy\u1ec1n c\u1ee7a ch\u00fang t\u00f4i<span class=\"pipe\">\u00b7<\/span>Kh\u00f4ng ph\u1ea3i ti\u1ec1n \u0111i\u1ec7n t\u1eed<span class=\"pipe\">\u00b7<\/span>Kh\u00f4ng ph\u1ea3i Bitcoin<span class=\"pipe\">\u00b7<\/span>Ch\u1ec9 an ninh.\n  <br>\n  <a href=\"https:\/\/workerchecks.com\/vi\/cong-nhan-kiem-tra-blockchain-rieng-tu-kiem-tra-canh-sat\/\">T\u00ecm hi\u1ec3u th\u00eam v\u1ec1 c\u00f4ng ngh\u1ec7 blockchain c\u1ee7a ch\u00fang t\u00f4i<\/a><span class=\"pipe\">\u00b7<\/span><a href=\"https:\/\/workerchecks.com\/vi\/bao-ve-du-lieu-cua-ban\/\">C\u00e1ch ch\u00fang t\u00f4i b\u1ea3o v\u1ec7 d\u1eef li\u1ec7u c\u1ee7a b\u1ea1n<\/a>\n<\/footer>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Validate a Police Check Received a certificate?Verify it&#39;s authentic. A printed PDF is just a copy. To confirm it hasn&#39;t been altered, enter the 6-character validation code or scan the QR code on the certificate &mdash; and view the real result, rendered live from our private blockchain. Validate a Check Now Free to use &mdash;&#8230;<\/p>","protected":false},"author":196713191,"featured_media":888,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"footnotes":""},"class_list":["post-1381","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/pages\/1381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/users\/196713191"}],"replies":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/comments?post=1381"}],"version-history":[{"count":0,"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/pages\/1381\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/media\/888"}],"wp:attachment":[{"href":"https:\/\/workerchecks.com\/vi\/wp-json\/wp\/v2\/media?parent=1381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}