{"id":2253,"date":"2025-10-10T08:50:44","date_gmt":"2025-10-10T01:50:44","guid":{"rendered":"http:\/\/kthtx.vn\/?page_id=2253"},"modified":"2026-04-10T15:04:52","modified_gmt":"2026-04-10T08:04:52","slug":"bsc-qtkd","status":"publish","type":"page","link":"https:\/\/kthtx.vn\/index.php\/bsc-qtkd\/","title":{"rendered":"BSC QTKD"},"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>BSC QTKD 4.0 &#8211; Qu\u1ea3n Tr\u1ecb To\u00e0n Di\u1ec7n Cho SME<\/title>\n    <link\n      href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&#038;display=swap\"\n      rel=\"stylesheet\"\n    \/>\n    <style>\n      :root {\n        --primary-blue: #007bff;\n        --accent-orange: #ffc107;\n        --accent-red-orange: #fd7e14;\n        --light-gray: #f8f9fa;\n        --dark-gray: #343a40;\n        --text-color: #495057;\n      }\n\n      body {\n        font-family: \"Montserrat\", sans-serif;\n        margin: 0;\n        padding: 0;\n        color: var(--text-color);\n        line-height: 1.6;\n        background-color: #ffffff;\n      }\n\n      .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px;\n      }\n\n      \/* Header & Banner *\/\n      .hero-section {\n        background: linear-gradient(\n          135deg,\n          var(--primary-blue) 0%,\n          #0056b3 100%\n        );\n        color: #ffffff;\n        text-align: center;\n        padding: 80px 20px;\n        position: relative;\n        overflow: hidden;\n      }\n\n      .hero-section h1 {\n        font-size: 3.5em;\n        margin-bottom: 20px;\n        font-weight: 700;\n      }\n\n      .hero-section .slogan {\n        font-size: 1.5em;\n        margin-bottom: 30px;\n        font-weight: 600;\n      }\n\n      .hero-section p {\n        font-size: 1.1em;\n        max-width: 800px;\n        margin: 0 auto 40px auto;\n      }\n\n      .btn-primary {\n        background-color: var(--accent-red-orange);\n        color: white;\n        padding: 15px 30px;\n        border-radius: 30px;\n        text-decoration: none;\n        font-size: 1.2em;\n        font-weight: 600;\n        transition: background-color 0.3s ease;\n        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n      }\n\n      .btn-primary:hover {\n        background-color: #e66000;\n      }\n\n      .hero-image {\n        max-width: 90%;\n        height: auto;\n        margin-top: 50px;\n        border-radius: 15px;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n        transition: transform 0.5s ease;\n      }\n      .hero-image:hover {\n        transform: translateY(-10px);\n      }\n\n      \/* General Section Styling *\/\n      .section {\n        padding: 60px 20px;\n        text-align: center;\n      }\n\n      .section:nth-child(even) {\n        background-color: var(--light-gray);\n      }\n\n      .section h2 {\n        font-size: 2.5em;\n        margin-bottom: 40px;\n        color: var(--dark-gray);\n        font-weight: 700;\n      }\n\n      .section p.description {\n        font-size: 1.1em;\n        max-width: 900px;\n        margin: 0 auto 50px auto;\n        color: var(--text-color);\n      }\n\n      \/* Why BSC QTKD 4.0 *\/\n      .benefits-grid {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 30px;\n        margin-top: 40px;\n      }\n\n      .benefit-card {\n        background-color: white;\n        padding: 30px;\n        border-radius: 10px;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        width: calc(25% - 30px); \/* 4 cards per row *\/\n        min-width: 250px;\n        text-align: left;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n      }\n      .benefit-card:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n      }\n\n      .benefit-card .icon {\n        font-size: 3em;\n        color: var(--primary-blue);\n        margin-bottom: 15px;\n      }\n      .benefit-card h3 {\n        font-size: 1.5em;\n        color: var(--dark-gray);\n        margin-bottom: 10px;\n      }\n      .benefit-card p {\n        font-size: 1em;\n        color: var(--text-color);\n      }\n\n      \/* Core Modules *\/\n      .modules-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 30px;\n        margin-top: 40px;\n      }\n\n      .module-card {\n        background-color: white;\n        padding: 30px;\n        border-radius: 10px;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        text-align: center;\n        transition: background-color 0.3s ease;\n      }\n      .module-card:hover {\n        background-color: #eaf6ff;\n      }\n\n      .module-card .icon {\n        font-size: 3.5em;\n        color: var(--accent-red-orange);\n        margin-bottom: 15px;\n      }\n      .module-card h3 {\n        font-size: 1.6em;\n        color: var(--dark-gray);\n        margin-bottom: 10px;\n      }\n      .module-card p {\n        font-size: 1em;\n        color: var(--text-color);\n      }\n      .module-card img {\n        max-width: 80%;\n        height: auto;\n        border-radius: 8px;\n        margin-top: 20px;\n        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n      }\n\n      \/* Strategic Features *\/\n      .feature-item {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 50px;\n        text-align: left;\n        flex-wrap: wrap;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-content {\n        flex: 1;\n        padding: 30px;\n        max-width: 500px;\n      }\n\n      .feature-content h3 {\n        font-size: 2em;\n        color: var(--primary-blue);\n        margin-bottom: 15px;\n      }\n\n      .feature-content p {\n        font-size: 1.1em;\n      }\n\n      .feature-image {\n        flex: 1;\n        text-align: center;\n        min-width: 300px;\n      }\n      .feature-image img {\n        max-width: 90%;\n        height: auto;\n        border-radius: 15px;\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n      }\n\n      \/* Call to Action Footer *\/\n      .cta-footer {\n        background-color: var(--primary-blue);\n        color: white;\n        padding: 60px 20px;\n        text-align: center;\n      }\n\n      .cta-footer h2 {\n        color: white;\n        font-size: 2.8em;\n        margin-bottom: 20px;\n      }\n\n      .cta-footer p {\n        font-size: 1.3em;\n        max-width: 800px;\n        margin: 0 auto 40px auto;\n      }\n\n      .cta-footer .btn-primary {\n        background-color: var(--accent-red-orange);\n        font-size: 1.3em;\n        padding: 18px 35px;\n      }\n      .cta-footer .contact-info {\n        margin-top: 30px;\n        font-size: 1em;\n        opacity: 0.8;\n      }\n      .cta-footer .contact-info a {\n        color: white;\n        text-decoration: none;\n        margin: 0 10px;\n      }\n      .cta-footer .contact-info a:hover {\n        text-decoration: underline;\n      }\n\n      \/* Responsive adjustments *\/\n      @media (max-width: 992px) {\n        .hero-section h1 {\n          font-size: 2.8em;\n        }\n        .hero-section .slogan {\n          font-size: 1.3em;\n        }\n        .benefit-card {\n          width: calc(50% - 30px); \/* 2 cards per row *\/\n        }\n        .feature-item {\n          flex-direction: column;\n        }\n        .feature-item:nth-child(even) {\n          flex-direction: column;\n        }\n        .feature-content,\n        .feature-image {\n          max-width: 100%;\n          padding: 15px;\n        }\n        .feature-content h3 {\n          font-size: 1.8em;\n        }\n      }\n\n      @media (max-width: 768px) {\n        .hero-section {\n          padding: 60px 20px;\n        }\n        .hero-section h1 {\n          font-size: 2.2em;\n        }\n        .hero-section .slogan {\n          font-size: 1.1em;\n        }\n        .btn-primary {\n          padding: 12px 25px;\n          font-size: 1.1em;\n        }\n        .section h2 {\n          font-size: 2em;\n        }\n        .benefit-card {\n          width: 100%; \/* 1 card per row *\/\n        }\n        .modules-grid {\n          grid-template-columns: 1fr;\n        }\n        .cta-footer h2 {\n          font-size: 2.2em;\n        }\n        .cta-footer p {\n          font-size: 1.1em;\n        }\n      }\n    <\/style>\n  <\/head>\n  <body>\n    <section class=\"hero-section\">\n      <div class=\"container\">\n        <p class=\"slogan\">\n          Qu\u1ea3n Tr\u1ecb Chi\u1ebfn L\u01b0\u1ee3c To\u00e0n Di\u1ec7n, T\u0103ng Tr\u01b0\u1edfng B\u1ec1n V\u1eefng.\n        <\/p>\n        <h1>BSC QTKD 4.0<\/h1>\n        <p>\n          \u1ee8ng d\u1ee5ng Web \u0111\u01a1n gi\u1ea3n h\u00f3a qu\u1ea3n l\u00fd Kho h\u00e0ng, Mua b\u00e1n, Thu chi. L\u1ea7n \u0111\u1ea7u\n          ti\u00ean t\u00edch h\u1ee3p m\u00f4 h\u00ecnh **Balanced Scorecard (BSC)** v\u00e0 **OKR** \u0111\u1ec3 theo\n          d\u00f5i hi\u1ec7u su\u1ea5t v\u00e0 m\u1ee5c ti\u00eau t\u0103ng tr\u01b0\u1edfng r\u00f5 r\u00e0ng.\n        <\/p>\n        <a href=\"#dang-ky\" class=\"btn-primary\">B\u1eaft \u0110\u1ea7u D\u00f9ng Th\u1eed Mi\u1ec5n Ph\u00ed<\/a>\n\n        <div style=\"margin-top: 50px\">\n          <img decoding=\"async\"\n            src=\"\n\"\n            alt=\"Dashboard BSC QTKD 4.0\"\n            class=\"hero-image\"\n          \/>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\">\n      <div class=\"container\">\n        <h2>\u0110\u1eebng Ch\u1ec9 K\u1ebf To\u00e1n, H\u00e3y Qu\u1ea3n Tr\u1ecb! \ud83d\udcca<\/h2>\n        <p class=\"description\">\n          BSC QTKD 4.0 mang \u0111\u1ebfn c\u00e1i nh\u00ecn to\u00e0n di\u1ec7n v\u1ec1 doanh nghi\u1ec7p c\u1ee7a b\u1ea1n, gi\u00fap\n          b\u1ea1n ra quy\u1ebft \u0111\u1ecbnh th\u00f4ng minh h\u01a1n d\u1ef1a tr\u00ean 4 kh\u00eda c\u1ea1nh c\u1ed1t l\u00f5i:\n        <\/p>\n        <div class=\"benefits-grid\">\n          <div class=\"benefit-card\">\n            <div class=\"icon\">\ud83d\udcb0<\/div>\n            <h3>T\u00e0i ch\u00ednh<\/h3>\n            <p>\n              T\u1ed1i \u01b0u h\u00f3a l\u1ee3i nhu\u1eadn, ki\u1ec3m so\u00e1t chi ph\u00ed ho\u1ea1t \u0111\u1ed9ng m\u1ed9t c\u00e1ch ch\u1eb7t\n              ch\u1ebd.\n            <\/p>\n          <\/div>\n          <div class=\"benefit-card\">\n            <div class=\"icon\">\ud83e\udde1<\/div>\n            <h3>Kh\u00e1ch h\u00e0ng<\/h3>\n            <p>\n              Hi\u1ec3u kh\u00e1ch h\u00e0ng s\u00e2u s\u1eafc, t\u0103ng t\u1ef7 l\u1ec7 kh\u00e1ch h\u00e0ng quay l\u1ea1i v\u00e0 gi\u00e1 tr\u1ecb\n              tr\u1ecdn \u0111\u1eddi.\n            <\/p>\n          <\/div>\n          <div class=\"benefit-card\">\n            <div class=\"icon\">\u2699\ufe0f<\/div>\n            <h3>Quy tr\u00ecnh n\u1ed9i b\u1ed9<\/h3>\n            <p>\n              V\u1eadn h\u00e0nh tr\u01a1n tru, gi\u1ea3m sai s\u00f3t kho, t\u0103ng t\u1ed1c \u0111\u1ed9 x\u1eed l\u00fd \u0111\u01a1n h\u00e0ng\n              hi\u1ec7u qu\u1ea3.\n            <\/p>\n          <\/div>\n          <div class=\"benefit-card\">\n            <div class=\"icon\">\ud83d\udca1<\/div>\n            <h3>H\u1ecdc h\u1ecfi &#038; Ph\u00e1t tri\u1ec3n<\/h3>\n            <p>\n              Li\u00ean t\u1ee5c c\u1ea3i ti\u1ebfn, \u0111\u1eb7t m\u1ee5c ti\u00eau h\u1ecdc h\u1ecfi v\u00e0 \u0111\u1ed5i m\u1edbi \u0111\u1ec3 doanh nghi\u1ec7p\n              kh\u00f4ng ng\u1eebng ti\u1ebfn l\u00ean.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\" style=\"background-color: #f0f8ff\">\n      <div class=\"container\">\n        <h2>N\u1ec1n T\u1ea3ng V\u1eefng Ch\u1eafc &#8211; Qu\u1ea3n L\u00fd \u0110\u01a1n Gi\u1ea3n<\/h2>\n        <p class=\"description\">\n          C\u00e1c module c\u01a1 b\u1ea3n \u0111\u01b0\u1ee3c thi\u1ebft k\u1ebf tinh g\u1ecdn, d\u1ec5 s\u1eed d\u1ee5ng, l\u00e0 x\u01b0\u01a1ng s\u1ed1ng\n          cho m\u1ecdi ho\u1ea1t \u0111\u1ed9ng kinh doanh c\u1ee7a b\u1ea1n.\n        <\/p>\n        <div class=\"modules-grid\">\n          <div class=\"module-card\">\n            <div class=\"icon\">\ud83d\udce6<\/div>\n            <h3>Qu\u1ea3n l\u00fd OKR<\/h3>\n            <p>\n              Doanh nghi\u1ec7p c\u1ea7n x\u00e1c \u0111\u1ecbnh 3 &#8211; 5 m\u1ee5c ti\u00eau r\u00f5 r\u00e0ng, c\u1ee5 th\u1ec3 kh\u00f4ng d\u00e0n\n              tr\u1ea3i, \u0111\u1eb7t qu\u00e1 nhi\u1ec1u m\u1ee5c ti\u00eau s\u1ebd l\u00e0m ch\u1ed3ng ch\u00e9o c\u00f4ng vi\u1ec7c, g\u00e2y l\u00e3ng\n              ph\u00ed. H\u01a1n h\u1ebft, c\u00e1c m\u1ee5c ti\u00eau \u0111\u1eb7t ra c\u1ea7n mang t\u00ednh th\u00e1ch th\u1ee9c, t\u1ea1o \u00e1p\n              l\u1ef1c \u0111\u1ec3 ph\u00e1t huy t\u1ed1i \u0111a hi\u1ec7u su\u1ea5t l\u00e0m vi\u1ec7c c\u1ee7a nh\u00e2n vi\u00ean. Nh\u01b0 n\u1ed9i\n              dung ph\u00eda tr\u00ean, KR ph\u1ea3i \u0111o l\u01b0\u1eddng \u0111\u01b0\u1ee3c, th\u1ec3 hi\u1ec7n b\u1eb1ng nh\u1eefng con s\u1ed1\n              c\u00f3 t\u00ednh th\u1ef1c t\u1ebf.\n            <\/p>\n            <img decoding=\"async\"\n              src=\"https:\/\/cdn2.fptshop.com.vn\/unsafe\/Uploads\/images\/tin-tuc\/169725\/Originals\/okr-la-gi-02.jpeg\"\n              alt=\"Qu\u1ea3n l\u00fd Kho H\u00e0ng\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n          <div class=\"module-card\">\n            <div class=\"icon\">\ud83d\udce6<\/div>\n            <h3>Qu\u1ea3n l\u00fd Kho H\u00e0ng<\/h3>\n            <p>\n              T\u1ef1 \u0111\u1ed9ng c\u1eadp nh\u1eadt t\u1ed3n kho. C\u1ea3nh b\u00e1o m\u1ee9c t\u1ed3n t\u1ed1i thi\u1ec3u\/t\u1ed1i \u0111a gi\u00fap\n              b\u1ea1n kh\u00f4ng b\u1ecf l\u1ee1 c\u01a1 h\u1ed9i.\n            <\/p>\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2023\/04\/image-6.png\"\n              alt=\"Qu\u1ea3n l\u00fd Kho H\u00e0ng\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n          <div class=\"module-card\">\n            <div class=\"icon\">\ud83d\uded2<\/div>\n            <h3>Qu\u1ea3n l\u00fd Mua B\u00e1n<\/h3>\n            <p>\n              Theo d\u00f5i \u0111\u01a1n h\u00e0ng, h\u00f3a \u0111\u01a1n, l\u1ecbch s\u1eed giao d\u1ecbch. Qu\u1ea3n l\u00fd NCC &#038; Kh\u00e1ch\n              h\u00e0ng hi\u1ec7u qu\u1ea3.\n            <\/p>\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2023\/04\/image-3.png\"\n              alt=\"Qu\u1ea3n l\u00fd Mua B\u00e1n\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n          <div class=\"module-card\">\n            <div class=\"icon\">\ud83d\udcb5<\/div>\n            <h3>Qu\u1ea3n l\u00fd Thu Chi<\/h3>\n            <p>\n              S\u1ed5 qu\u1ef9 r\u00f5 r\u00e0ng, chi ti\u1ebft d\u00f2ng ti\u1ec1n v\u00e0o\/ra theo ng\u00e0y\/th\u00e1ng\/qu\u00fd.\n              Ki\u1ec3m so\u00e1t t\u00e0i ch\u00ednh ch\u1eb7t ch\u1ebd.\n            <\/p>\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2023\/04\/image-2.png\"\n              alt=\"Qu\u1ea3n l\u00fd Thu Chi\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n          <div class=\"module-card\">\n            <div class=\"icon\">\ud83e\uddfe<\/div>\n            <h3>Qu\u1ea3n l\u00fd C\u00f4ng N\u1ee3<\/h3>\n            <p>\n              B\u00e1o c\u00e1o chi ti\u1ebft c\u00f4ng n\u1ee3 Kh\u00e1ch h\u00e0ng v\u00e0 NCC. C\u1ea3nh b\u00e1o c\u00f4ng n\u1ee3 qu\u00e1\n              h\u1ea1n t\u1ee9c th\u00ec.\n            <\/p>\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2023\/04\/image-5.png\"\n              alt=\"Qu\u1ea3n l\u00fd C\u00f4ng N\u1ee3\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n          <div class=\"module-card\">\n            <div class=\"icon\"><\/div>\n            <h3>Qu\u1ea3n l\u00fd kh\u00e1ch h\u00e0ng<\/h3>\n            <p>\n              B\u00e1o c\u00e1o chi ti\u1ebft Kh\u00e1ch h\u00e0ng v\u00e0 NCC. L\u1ecbch s\u1eed giao d\u1ecbch, \u0111\u00e1nh gi\u00e1\n              v\u00f2ng \u0111\u1eddi kh\u00e1ch h\u00e0ng.\n            <\/p>\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2023\/04\/image-4.png\"\n              alt=\"Qu\u1ea3n l\u00fd kh\u00e1ch h\u00e0ng\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\">\n      <div class=\"container\">\n        <h2>T\u00ednh N\u0103ng Chi\u1ebfn L\u01b0\u1ee3c \u0110\u1ed9t Ph\u00e1<\/h2>\n        <p class=\"description\">\n          N\u00e2ng t\u1ea7m qu\u1ea3n tr\u1ecb doanh nghi\u1ec7p c\u1ee7a b\u1ea1n v\u1edbi c\u00e1c c\u00f4ng c\u1ee5 chi\u1ebfn l\u01b0\u1ee3c m\u1ea1nh\n          m\u1ebd.\n        <\/p>\n\n        <div class=\"feature-item\">\n          <div class=\"feature-content\">\n            <h3>Dashboard KPI &#8211; B\u1ed9 N\u00e3o Kinh Doanh<\/h3>\n            <p>\n              Dashboard tr\u1ef1c quan hi\u1ec3n th\u1ecb hi\u1ec7u su\u1ea5t th\u1ef1c t\u1ebf so v\u1edbi **M\u1ee5c Ti\u00eau\n              (Target)**. T\u1ef1 \u0111\u1ed9ng t\u00ednh to\u00e1n c\u00e1c ch\u1ec9 s\u1ed1 quan tr\u1ecdng (Doanh thu,\n              L\u1ee3i nhu\u1eadn g\u1ed9p, T\u1ed1c \u0111\u1ed9 x\u1eed l\u00fd \u0111\u01a1n h\u00e0ng) t\u1eeb d\u1eef li\u1ec7u b\u1ea1n nh\u1eadp. **M\u00e3\n              M\u00e0u S\u1eafc** tr\u1ef1c quan (Xanh, V\u00e0ng, \u0110\u1ecf) gi\u00fap b\u1ea1n bi\u1ebft ngay \u0111\u00e2u l\u00e0 v\u1ea5n\n              \u0111\u1ec1 c\u1ea7n t\u1eadp trung.\n            <\/p>\n          <\/div>\n          <div class=\"feature-image\">\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2025\/10\/Screenshot-2025-10-10-at-08.58.31-810x500.png\"\n              alt=\"Dashboard KPI\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n        <\/div>\n\n        <div class=\"feature-item\">\n          <div class=\"feature-content\">\n            <h3>Qu\u1ea3n Tr\u1ecb M\u1ee5c Ti\u00eau v\u1edbi OKR<\/h3>\n            <p>\n              \u0110\u1eb7t **M\u1ee5c Ti\u00eau Tham V\u1ecdng (Objective)** v\u00e0 \u0111o l\u01b0\u1eddng b\u1eb1ng **K\u1ebft Qu\u1ea3\n              Then Ch\u1ed1t (Key Results)**. C\u00e1c **Key Results** \u0111\u01b0\u1ee3c **li\u00ean k\u1ebft\n              tr\u1ef1c ti\u1ebfp** v\u1edbi d\u1eef li\u1ec7u v\u1eadn h\u00e0nh (Doanh thu t\u1eeb module Thu Chi, T\u1ef7\n              l\u1ec7 chuy\u1ec3n \u0111\u1ed5i t\u1eeb module Mua B\u00e1n) \u0111\u1ec3 t\u1ef1 \u0111\u1ed9ng c\u1eadp nh\u1eadt ti\u1ebfn \u0111\u1ed9,\n              kh\u00f4ng c\u1ea7n nh\u1eadp li\u1ec7u th\u1ee7 c\u00f4ng. Theo d\u00f5i ti\u1ebfn \u0111\u1ed9 d\u1ec5 d\u00e0ng v\u1edbi **Thanh\n              Ti\u1ebfn Tr\u00ecnh (Progress Bar)** hi\u1ec3n th\u1ecb % ho\u00e0n th\u00e0nh.\n            <\/p>\n          <\/div>\n          <div class=\"feature-image\">\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2023\/04\/image-1.png\"\n              alt=\"Qu\u1ea3n l\u00fd OKR\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n        <\/div>\n\n        <div class=\"feature-item\">\n          <div class=\"feature-content\">\n            <h3>Qu\u1ea3n L\u00fd M\u1ed1i Quan H\u1ec7 Kh\u00e1ch H\u00e0ng (CRM) To\u00e0n Di\u1ec7n \ud83d\udc96<\/h3>\n            <p>\n              **CRM** gi\u00fap b\u1ea1n ch\u0103m s\u00f3c Kh\u00e1ch h\u00e0ng m\u1ed9t c\u00e1ch c\u00f3 h\u1ec7 th\u1ed1ng. Theo\n              d\u00f5i chi ti\u1ebft m\u1ecdi **t\u01b0\u01a1ng t\u00e1c, l\u1ecbch s\u1eed mua h\u00e0ng, v\u00e0 c\u00f4ng n\u1ee3** ngay\n              tr\u00ean m\u1ed9t h\u1ed3 s\u01a1 duy nh\u1ea5t. Bi\u1ebfn Kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng th\u00e0nh Kh\u00e1ch\n              h\u00e0ng trung th\u00e0nh v\u00e0 d\u1ef1 b\u00e1o doanh thu t\u01b0\u01a1ng lai th\u00f4ng qua\n              **Pipeline B\u00e1n h\u00e0ng** tr\u1ef1c quan.\n            <\/p>\n          <\/div>\n          <div class=\"feature-image\">\n            <img decoding=\"async\"\n              src=\"https:\/\/kthtx.vn\/wp-content\/uploads\/2023\/04\/image.png\"\n              alt=\"Qu\u1ea3n tr\u1ecb CRM\"\n              loading=\"lazy\"\n            \/>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"cta-footer\" id=\"dang-ky\">\n      <div class=\"container\">\n        <h2>\u0110\u1eebng \u0110\u1ec3 M\u1ea5t Ti\u1ec1n Ch\u1ec9 V\u00ec Kh\u00f4ng Bi\u1ebft M\u00ecnh \u0110ang \u1ede \u0110\u00e2u.<\/h2>\n        <p>\n          B\u1eaft \u0111\u1ea7u h\u00e0nh tr\u00ecnh qu\u1ea3n tr\u1ecb 4.0 ngay h\u00f4m nay. **BSC QTKD 4.0** l\u00e0 \u0111\u1ed1i\n          t\u00e1c c\u00f4ng ngh\u1ec7 gi\u00fap b\u1ea1n t\u0103ng tr\u01b0\u1edfng b\u1ec1n v\u1eefng v\u00e0 \u0111\u1ea1t \u0111\u01b0\u1ee3c m\u1ecdi m\u1ee5c ti\u00eau\n          kinh doanh.\n        <\/p>\n        <a href=\"#\" class=\"btn-primary\">\u0110\u0103ng K\u00fd D\u00f9ng Th\u1eed Mi\u1ec5n Ph\u00ed<\/a>\n        <div class=\"contact-info\">\n          <p>\n            C\u1ea7n h\u1ed7 tr\u1ee3? Li\u00ean h\u1ec7 ch\u00fang t\u00f4i:\n            <a href=\"tel:+840989 228 108\">Hotline: 0989 228 108<\/a> |\n            <a href=\"mailto:hotro@kthtx.vn\">Email: hotro@kthtx.vn<\/a>\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>BSC QTKD 4.0 &#8211; Qu\u1ea3n Tr\u1ecb To\u00e0n Di\u1ec7n Cho SME Qu\u1ea3n Tr\u1ecb Chi\u1ebfn L\u01b0\u1ee3c To\u00e0n Di\u1ec7n, T\u0103ng Tr\u01b0\u1edfng B\u1ec1n V\u1eefng. BSC QTKD 4.0 \u1ee8ng d\u1ee5ng Web \u0111\u01a1n gi\u1ea3n h\u00f3a qu\u1ea3n l\u00fd Kho h\u00e0ng, Mua b\u00e1n, Thu chi. L\u1ea7n \u0111\u1ea7u ti\u00ean t\u00edch h\u1ee3p m\u00f4 h\u00ecnh **Balanced Scorecard (BSC)** v\u00e0 **OKR** \u0111\u1ec3 theo d\u00f5i hi\u1ec7u su\u1ea5t v\u00e0 &hellip; <\/p>\n","protected":false},"author":1,"featured_media":2261,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2253","page","type-page","status-publish","has-post-thumbnail","hentry","grid-sizer"],"_links":{"self":[{"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/pages\/2253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/comments?post=2253"}],"version-history":[{"count":14,"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/pages\/2253\/revisions"}],"predecessor-version":[{"id":2291,"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/pages\/2253\/revisions\/2291"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/media\/2261"}],"wp:attachment":[{"href":"https:\/\/kthtx.vn\/index.php\/wp-json\/wp\/v2\/media?parent=2253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}