{"id":27928,"date":"2025-11-10T15:36:44","date_gmt":"2025-11-10T08:36:44","guid":{"rendered":"https:\/\/xbookvn.com\/?page_id=27928"},"modified":"2025-11-14T12:27:16","modified_gmt":"2025-11-14T05:27:16","slug":"school-plan","status":"publish","type":"page","link":"https:\/\/xbookvn.com\/en\/school-plan\/","title":{"rendered":"School Plan"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"27928\" class=\"elementor elementor-27928\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ee48a23 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ee48a23\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-db311d1\" data-id=\"db311d1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a334378 elementor-widget__width-initial thim-ekits-heading-text-center thim-ekits-heading--mobiletext-center elementor-widget-mobile_extra__width-inherit elementor-widget-mobile__width-inherit elementor-widget thim-ekits-heading elementor-widget-thim-heading\" data-id=\"a334378\" data-element_type=\"widget\" data-widget_type=\"thim-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sc_heading text-center\"><h2 class=\"title\">S\u1eb5n s\u00e0ng n\u00e2ng c\u1ea5p tr\u1ea3i nghi\u1ec7m h\u1ecdc t\u1eadp c\u1ee7a b\u1ea1n?<br>  <span class=\"thim-color\">T\u1eadn h\u01b0\u1edfng, tr\u1ea3i nghi\u1ec7m to\u00e0n b\u1ed9 th\u01b0 vi\u1ec7n xBook<\/span><\/h2><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-a163897 e-flex e-con-boxed e-con e-parent\" data-id=\"a163897\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bc69aad e-con-full e-flex e-con e-child\" data-id=\"bc69aad\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9eda6e1 elementor-widget elementor-widget-html\" data-id=\"9eda6e1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"vi\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>xBook School Plan Features<\/title>\r\n    <style>\r\n        \/* Reset & Base Styles *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        \/* * L\u01afU \u00dd: T\u00f4i \u0111\u00e3 b\u1ecf ph\u1ea7n CSS cho 'body'\r\n         * v\u00ec khi b\u1ea1n d\u00e1n v\u00e0o widget Elementor,\r\n         * n\u00f3 n\u00ean t\u1ef1 ch\u1ee9a 100%\r\n        *\/\r\n\r\n        \/* Card Body Container (Container ch\u00ednh c\u1ee7a Widget) *\/\r\n        .card-body {\r\n            padding: 50px 40px;\r\n            max-width: 1200px;\r\n            margin: 40px auto; \/* Th\u00eam margin \u0111\u1ec3 n\u00f3 kh\u00f4ng d\u00ednh s\u00e1t vi\u1ec1n *\/\r\n            background: white;\r\n            border-radius: 20px;\r\n            \/*box-shadow: 0 10px 40px rgba(0,0,0,0.08);*\/\r\n        }\r\n\r\n        \/* Features Grid *\/\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 30px;\r\n            margin-bottom: 50px; \/* T\u0103ng kho\u1ea3ng c\u00e1ch *\/\r\n        }\r\n\r\n        \/* Feature Item Card *\/\r\n        .feature-item {\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            background: linear-gradient(135deg, #fff5f0 0%, #ffe8d9 100%);\r\n            transition: all 0.3s ease;\r\n            cursor: pointer;\r\n            border: 2px solid transparent;\r\n        }\r\n\r\n        .feature-item:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);\r\n            border-color: #ff8c42;\r\n        }\r\n\r\n        \/* Feature Icon - \u0110\u00c3 S\u1eecA: S\u1eb5n s\u00e0ng cho SVG *\/\r\n        .feature-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 20px;\r\n            padding: 14px; \/* Th\u00eam padding cho SVG *\/\r\n            color: white; \/* M\u00e0u c\u1ee7a icon SVG *\/\r\n        }\r\n        .feature-icon svg {\r\n            width: 100%;\r\n            height: 100%;\r\n        }\r\n\r\n        \/* Feature Title *\/\r\n        .feature-title {\r\n            font-size: 1.3rem;\r\n            color: #1a1a1a;\r\n            margin-bottom: 10px;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* Feature Description *\/\r\n        .feature-description {\r\n            color: #4a4a4a;\r\n            line-height: 1.6;\r\n            font-size: 0.95rem;\r\n        }\r\n\r\n        \/* * --- KH\u1ed0I PRICING \u0110\u00c3 \u0110\u01af\u1ee2C THI\u1ebeT K\u1ebe L\u1ea0I HO\u00c0N TO\u00c0N ---\r\n         * Gi\u1edd n\u00f3 l\u00e0 th\u1ebb n\u1ec1n tr\u1eafng, vi\u1ec1n cam, 2 c\u1ed9t\r\n         * R\u1ea5t \"h\u00e0i ho\u00e0\" v\u1edbi c\u00e1c th\u1ebb t\u00ednh n\u0103ng\r\n        *\/\r\n        .pricing-section {\r\n            background: #ffffff; \/* N\u1ec1n tr\u1eafng *\/\r\n            border: 2px solid #ff8c42; \/* Vi\u1ec1n cam *\/\r\n            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3); \/* \u0110\u1ed5 b\u00f3ng *\/\r\n            padding: 40px;\r\n            border-radius: 15px;\r\n            color: #1a1a1a; \/* Ch\u1eef \u0111en *\/\r\n            margin-bottom: 30px;\r\n            \r\n            \/* B\u1ed1 c\u1ee5c 2 c\u1ed9t m\u1edbi *\/\r\n            display: grid;\r\n            grid-template-columns: 1fr 1.5fr; \/* 40% cho c\u1ed9t tr\u00e1i, 60% cho c\u1ed9t ph\u1ea3i *\/\r\n            gap: 40px;\r\n            align-items: flex-start;\r\n        }\r\n        \r\n        .plan-info {\r\n            text-align: left;\r\n        }\r\n        \r\n        \/* Price Tag *\/\r\n        .price-tag {\r\n            font-size: 2.5rem; \/* Gi\u1ea3m 1 ch\u00fat *\/\r\n            font-weight: 700;\r\n            color: #1a1a1a;\r\n            margin: 10px 0;\r\n        }\r\n\r\n        .price-tag span {\r\n            font-size: 1.1rem;\r\n            color: #4a4a4a;\r\n            opacity: 0.8;\r\n        }\r\n\r\n        \/* * N\u00fat CTA \u0110\u00c3 S\u1eecA:\r\n         * Gi\u1edd n\u00f3 ph\u1ea3i l\u00e0 n\u00fat cam (v\u00ec n\u1ec1n \u0111\u00e3 tr\u1eafng)\r\n        *\/\r\n        .cta-button {\r\n            background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%) !important;\r\n            color: white !important;\r\n            padding: 18px 50px !important;\r\n            border: none !important;\r\n            border-radius: 50px !important;\r\n            font-size: 1.2rem !important;\r\n            font-weight: 600 !important;\r\n            cursor: pointer !important;\r\n            transition: all 0.3s ease !important;\r\n            box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4) !important;\r\n            margin-top: 20px !important;\r\n            display: inline-block !important;\r\n            text-decoration: none !important;\r\n        }\r\n\r\n         .cta-button:hover {\r\n            transform: translateY(-3px) !important;\r\n            box-shadow: 0 15px 40px rgba(255, 107, 53, 0.5) !important;\r\n            opacity: 0.9;\r\n         }\r\n\r\n        \/* Benefits List - \u0110\u00c3 S\u1eecA *\/\r\n        .benefits-list {\r\n            list-style: none;\r\n            margin: 0;\r\n            padding: 0;\r\n             \/* Chia l\u00e0m 2 c\u1ed9t nh\u1ecf *\/\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 15px 25px;\r\n        }\r\n\r\n        .benefits-list li {\r\n            padding: 0;\r\n            text-align: left;\r\n            position: relative;\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 10px;\r\n            color: #4a4a4a;\r\n            font-size: 0.95rem;\r\n            line-height: 1.5;\r\n        }\r\n        \r\n        \/* B\u1ecf ::before, d\u00f9ng SVG inline *\/\r\n        .benefits-list .check-icon {\r\n            width: 20px;\r\n            height: 20px;\r\n            color: #ff6b35; \/* M\u00e0u cam *\/\r\n            flex-shrink: 0;\r\n            margin-top: 2px;\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 900px) {\r\n            .pricing-section {\r\n                grid-template-columns: 1fr; \/* 1 c\u1ed9t *\/\r\n                gap: 30px;\r\n            }\r\n            .plan-info {\r\n                text-align: center; \/* C\u0103n gi\u1eefa khi v\u1ec1 1 c\u1ed9t *\/\r\n            }\r\n            .benefits-list {\r\n                max-width: 500px;\r\n                margin: 0 auto;\r\n            }\r\n        }\r\n         @media (max-width: 768px) {\r\n             .card-body { padding: 30px 20px !important; margin: 20px auto; }\r\n             .features-grid { grid-template-columns: 1fr !important; }\r\n             .price-tag { font-size: 2.5rem !important; }\r\n             .cta-button { padding: 15px 40px !important; font-size: 1rem !important; }\r\n             .benefits-list {\r\n                 grid-template-columns: 1fr; \/* 1 c\u1ed9t *\/\r\n             }\r\n         }\r\n\r\n        \/* Animation (Kh\u00f4ng \u0111\u1ed5i - V\u1eabn r\u1ea5t t\u1ed1t!) *\/\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(20px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"card-body\">\r\n        <div class=\"features-grid\">\r\n            \r\n            <!-- \u0110\u00c3 THAY ICON EMOJI B\u1eb0NG SVG -->\r\n            <div class=\"feature-item\">\r\n                <div class=\"feature-icon\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\r\n                      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.967 8.967 0 016 18c2.006 0 3.907.668 5.4 1.845l.5.352c.918.653 2.114.653 3.032 0l.5-.352C16.093 18.668 18 18 20 18a8.967 8.967 0 006-2.25V3.75a8.967 8.967 0 00-6-2.25c-1.052 0-2.062.18-3 .512V12.96\" \/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h3 class=\"feature-title\">Student Management<\/h3>\r\n                <p class=\"feature-description\">\r\n                    Comprehensive student profile management system, tracking learning progress and development.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\">\r\n                <div class=\"feature-icon\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\r\n                      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.53-2.493M15 19.128v-.003c0-1.113-.824-2.167-1.943-2.39a4.125 4.125 0 00-7.53 2.493M15 19.128v.003c0 1.113.824 2.167 1.943 2.39a4.125 4.125 0 007.53-2.493M3.375 16.125c1.119.223 2.22.335 3.3.372M8.25 16.125c1.119.223 2.22.335 3.3.372m-6.6 0C3.375 16.125 3 16.125 3 16.125s-.375 0-.375 0M3 16.125v.003c0 1.113.824 2.167 1.943 2.39a4.125 4.125 0 007.53-2.493c-.384.043-.77.07-1.158.079M12 12c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125h-3c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125h3zm-3.375 0c1.119.223 2.22.335 3.3.372M12 12v3.375c0 .621-.504 1.125-1.125 1.125h-1.5c-.621 0-1.125-.504-1.125-1.125V12z\" \/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h3 class=\"feature-title\">Teacher Management<\/h3>\r\n                <p class=\"feature-description\">\r\n                    Monitoring teaching, evaluating performance, and managing teacher schedules.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\">\r\n                <div class=\"feature-icon\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\r\n                      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25A1.125 1.125 0 019.75 19.875V8.625zM16.5 3c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v16.875c0 .621-.504 1.125-1.125 1.125h-2.25A1.125 1.125 0 0116.5 19.875V3z\" \/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h3 class=\"feature-title\">Reports &amp; Statistics<\/h3>\r\n                <p class=\"feature-description\">\r\n                    Intuitive interface with detailed reports on learning and school activities.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\">\r\n                <div class=\"feature-icon\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\r\n                      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.5 8.25h9m-9 3H12m-6.375 3h9m-9 3h9M3.375 6.023a3 3 0 116.023 0 3 3 0 01-6.023 0zM3.375 16.023a3 3 0 116.023 0 3 3 0 01-6.023 0zM16.125 6.023a3 3 0 116.023 0 3 3 0 01-6.023 0zM16.125 16.023a3 3 0 116.023 0 3 3 0 01-6.023 0z\" \/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h3 class=\"feature-title\">Parent Connection<\/h3>\r\n                <p class=\"feature-description\">\r\n                    An application connecting school and family, updating learning information in a timely manner.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\">\r\n                <div class=\"feature-icon\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\r\n                      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0v-7.5A2.25 2.25 0 015.25 9h13.5A2.25 2.25 0 0121 11.25v7.5m-9-6h.008v.008H12v-.008zM12 15h.008v.008H12v-.008zM12 18h.008v.008H12v-.008zM9 15h.008v.008H9v-.008zM9 18h.008v.008H9v-.008zM15 15h.008v.008H15v-.008zM15 18h.008v.008H15v-.008z\" \/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h3 class=\"feature-title\">Schedule &amp; Timetable<\/h3>\r\n                <p class=\"feature-description\">\r\n                    Manage schedules flexibly, automatically notifying teachers and students of changes.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\">\r\n                <div class=\"feature-icon\">\r\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\r\n                      <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.75c0 5.592 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.57-.598-3.75h-.152c-3.196 0-6.1-1.248-8.25-3.285z\" \/>\r\n                    <\/svg>\r\n                <\/div>\r\n                <h3 class=\"feature-title\">High Security<\/h3>\r\n                <p class=\"feature-description\">\r\n                    Multi-layer security system, ensuring data security according to international standards.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- ===== KH\u1ed0I PRICING \u0110\u00c3 THI\u1ebeT K\u1ebe L\u1ea0I ===== -->\r\n        <div class=\"pricing-section\">\r\n            \r\n            <!-- C\u1ed9t tr\u00e1i: Th\u00f4ng tin & CTA -->\r\n            <div class=\"plan-info\">\r\n                <h3 style=\"font-size: 1.5rem; margin-bottom: 10px; color: #ff6b35;\">School Plan<\/h3>\r\n                <div class=\"price-tag translation-block\">Contact us <span>for a price quote<\/span><\/div>\r\n                <button class=\"cta-button\">\r\n                    Register Now\r\n                <\/button>\r\n            <\/div>\r\n            \r\n            <!-- C\u1ed9t ph\u1ea3i: Danh s\u00e1ch t\u00ednh n\u0103ng -->\r\n            <ul class=\"benefits-list\">\r\n                <!-- \u0110\u00c3 THAY ::before B\u1eb0NG SVG -->\r\n                <li>\r\n                    <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                      <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\" \/>\r\n                    <\/svg>\r\n                    <span>Unlimited number of students and teachers<\/span>\r\n                <\/li>\r\n                <li>\r\n                    <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                      <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\" \/>\r\n                    <\/svg>\r\n                    <span>24\/7 technical support via hotline and email<\/span>\r\n                <\/li>\r\n                <li>\r\n                    <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                      <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\" \/>\r\n                    <\/svg>\r\n                    <span>Free training for the management board<\/span>\r\n                <\/li>\r\n                <li>\r\n                    <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                      <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\" \/>\r\n                    <\/svg>\r\n                    <span>Customized for the school's specific needs.<\/span>\r\n                <\/li>\r\n                <li>\r\n                    <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                      <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\" \/>\r\n                    <\/svg>\r\n                    <span>Automatic daily data backup<\/span>\r\n                <\/li>\r\n                <li>\r\n                    <svg class=\"check-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 20 20\" fill=\"currentColor\">\r\n                      <path fill-rule=\"evenodd\" d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z\" clip-rule=\"evenodd\" \/>\r\n                    <\/svg>\r\n                    <span>Continuous new feature updates<\/span>\r\n                <\/li>\r\n            <\/ul>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Animation khi scroll v\u00e0o view (M\u00e3 c\u1ee7a b\u1ea1n, gi\u1eef nguy\u00ean)\r\n        const observerOptions = {\r\n            threshold: 0.1,\r\n            rootMargin: '0px 0px -50px 0px'\r\n        };\r\n\r\n        const observer = new IntersectionObserver((entries) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.style.opacity = '1';\r\n                    entry.target.style.transform = 'translateY(0)';\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        \/\/ \u00c1p d\u1ee5ng animation cho t\u1ea5t c\u1ea3 feature items\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const featureItems = document.querySelectorAll('.feature-item');\r\n            \r\n            featureItems.forEach((item, index) => {\r\n                item.style.opacity = '0';\r\n                item.style.transform = 'translateY(20px)';\r\n                item.style.transition = `all 0.6s ease-out ${index * 0.1}s`;\r\n                observer.observe(item);\r\n            });\r\n            \r\n            \/\/ Animation cho pricing section\r\n            const pricingSection = document.querySelector('.pricing-section');\r\n            if (pricingSection) {\r\n                pricingSection.style.opacity = '0';\r\n                pricingSection.style.transform = 'translateY(20px)';\r\n                pricingSection.style.transition = 'all 0.8s ease-out 0.3s';\r\n                observer.observe(pricingSection);\r\n            }\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e34e266 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e34e266\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3d57179\" data-id=\"3d57179\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-050e8b2 thim-ekits-heading-text-center elementor-widget thim-ekits-heading elementor-widget-thim-heading\" data-id=\"050e8b2\" data-element_type=\"widget\" data-widget_type=\"thim-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"sc_heading text-center\"><h2 class=\"title\">Why do people trust xBook? <\/h2><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02e523f elementor-widget elementor-widget-thim-ekits-testimonial\" data-id=\"02e523f\" data-element_type=\"widget\" data-settings=\"{&quot;slidesPerView&quot;:2,&quot;slidesPerGroup&quot;:1,&quot;slider_speed&quot;:3000,&quot;slider_show_arrow&quot;:&quot;yes&quot;,&quot;slider_loop&quot;:&quot;yes&quot;,&quot;slidesPerView_mobile&quot;:1,&quot;slidesPerGroup_tablet&quot;:1,&quot;slidesPerGroup_mobile&quot;:1,&quot;slider_show_pagination&quot;:&quot;bullets&quot;,&quot;spaceBetween&quot;:30}\" data-widget_type=\"thim-ekits-testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div\n\t\t\t\tclass=\"thim-slider-pagination thim-bullets\"><\/div>\n\t\t\n\t\t\t\t\t<div class=\"thim-slider-nav thim-slider-nav-prev hidden-nav-mobile\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-arrow-left\"><\/i>\t\t\t<\/div>\n\n\t\t\t<div class=\"thim-slider-nav thim-slider-nav-next hidden-nav-mobile\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-arrow-right\"><\/i>\t\t\t<\/div>\n\t\t\t\t<div\n\t\t\tclass=\"thim-ekits-testimonial__inner thim-ekits-sliders swiper-container\">\n\t\t\t<div class=\"thim-ekits-testimonial__content swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__article-avatar-left_client_name swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__inner_client\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-content\">\n\t\t\t\t<div>\" V\u1edbi <strong data-start=\"412\" data-end=\"421\">xBook<\/strong>, t\u00f4i kh\u00f4ng ch\u1ec9 h\u1ecdc m\u00e0 c\u00f2n \u0111\u01b0\u1ee3c th\u1ef1c h\u00e0nh v\u00e0 t\u01b0\u01a1ng t\u00e1c c\u00f9ng gi\u1ea3ng vi\u00ean. D\u00f9 ch\u01b0a gi\u1ecfi ngay t\u1eeb \u0111\u1ea7u, t\u00f4i c\u1ea3m nh\u1eadn r\u00f5 s\u1ef1 ti\u1ebfn b\u1ed9 t\u1eebng ng\u00e0y. \u0110\u00e2y l\u00e0 kh\u00f4ng gian tuy\u1ec7t v\u1eddi \u0111\u1ec3 t\u1ef1 tin r\u00e8n luy\u1ec7n b\u1ea3n th\u00e2n.\"<\/div>\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wrapper-client-info\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__avatar\">\n\t\t\t\t<div class=\"thim-ekits-testimonial__image\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2023\/08\/team-2-60x60.png\" title=\"team 2\" alt=\"team 2\" loading=\"lazy\" \/>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-info\">\n\t\t\t\t\t\t\t\t\t<p class=\"thim-ekits-testimonial__name\">Hung Ng<\/p>\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__position\" >Business course<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__quote-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"49\" height=\"48\" viewbox=\"0 0 49 48\" fill=\"none\"><path d=\"M16.1051 41.5462H10.4001C7.1577 41.5462 4.5 38.9062 4.5 35.6462V25.3698C4.5 24.6434 5.1024 24.041 5.82883 24.041H16.1051C19.4715 24.041 22.0052 26.5747 22.0052 29.941V35.6462C21.9874 39.0125 19.4538 41.5462 16.1051 41.5462ZM7.15767 26.7164V35.6639C7.15767 37.4534 8.61056 38.9062 10.4001 38.9062H16.1051C17.9832 38.9062 19.3475 37.542 19.3475 35.6639V29.9588C19.3475 28.0807 17.9832 26.7164 16.1051 26.7164H7.15767Z\" fill=\"#6F768E\"><\/path><path d=\"M5.82883 26.7165C5.1024 26.7165 4.5 26.1141 4.5 25.3876C4.5 14.314 6.75019 11.9931 13.1817 8.18374C13.8196 7.81167 14.6345 8.0243 15.0066 8.64442C15.3787 9.28226 15.1661 10.0972 14.5459 10.4693C8.80538 13.8711 7.15767 15.2885 7.15767 25.3876C7.15767 26.1141 6.55526 26.7165 5.82883 26.7165Z\" fill=\"#6F768E\"><\/path><path d=\"M38.6 41.5462H32.8949C29.6525 41.5462 26.9949 38.9062 26.9949 35.6462V25.3698C26.9949 24.6434 27.5973 24.041 28.3237 24.041H38.6C41.9664 24.041 44.5 26.5747 44.5 29.941V35.6462C44.5 39.0125 41.9664 41.5462 38.6 41.5462ZM29.6703 26.7164V35.6639C29.6703 37.4534 31.1231 38.9062 32.9126 38.9062H38.6177C40.4958 38.9062 41.8601 37.542 41.8601 35.6639V29.9588C41.8601 28.0807 40.4958 26.7164 38.6177 26.7164H29.6703Z\" fill=\"#6F768E\"><\/path><path d=\"M28.3375 26.7165C27.6111 26.7165 27.0087 26.1141 27.0087 25.3876C27.0087 14.314 29.2588 11.9931 35.6904 8.18374C36.3282 7.81167 37.1432 8.0243 37.5153 8.64442C37.8874 9.28226 37.6748 10.0972 37.0546 10.4693C31.3141 13.8711 29.6663 15.2885 29.6663 25.3876C29.6663 26.1141 29.0639 26.7165 28.3375 26.7165Z\" fill=\"#6F768E\"><\/path><\/svg>\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__article-avatar-left_client_name swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__inner_client\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-content\">\n\t\t\t\t<div>\" T\u00f4i ch\u1ecdn <strong data-start=\"641\" data-end=\"650\">xBook<\/strong> v\u00ec c\u00e1ch h\u1ecdc \u1edf \u0111\u00e2y r\u1ea5t d\u1ec5 ti\u1ebfp c\u1eadn v\u00e0 sinh \u0111\u1ed9ng. M\u1ed7i kh\u00f3a h\u1ecdc \u0111\u1ec1u gi\u00fap t\u00f4i hi\u1ec3u s\u00e2u h\u01a1n qua c\u00e1c ho\u1ea1t \u0111\u1ed9ng t\u01b0\u01a1ng t\u00e1c. T\u00f4i th\u1ea5y m\u00ecnh h\u1ecdc hi\u1ec7u qu\u1ea3 h\u01a1n nhi\u1ec1u so v\u1edbi c\u00e1ch h\u1ecdc truy\u1ec1n th\u1ed1ng.\"<\/div>\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wrapper-client-info\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__avatar\">\n\t\t\t\t<div class=\"thim-ekits-testimonial__image\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2023\/08\/team-1-60x60.png\" title=\"team 1\" alt=\"team 1\" loading=\"lazy\" \/>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-info\">\n\t\t\t\t\t\t\t\t\t<p class=\"thim-ekits-testimonial__name\">Duy Dang<\/p>\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__position\" >Photography course<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__quote-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"49\" height=\"48\" viewbox=\"0 0 49 48\" fill=\"none\"><path d=\"M16.1051 41.5462H10.4001C7.1577 41.5462 4.5 38.9062 4.5 35.6462V25.3698C4.5 24.6434 5.1024 24.041 5.82883 24.041H16.1051C19.4715 24.041 22.0052 26.5747 22.0052 29.941V35.6462C21.9874 39.0125 19.4538 41.5462 16.1051 41.5462ZM7.15767 26.7164V35.6639C7.15767 37.4534 8.61056 38.9062 10.4001 38.9062H16.1051C17.9832 38.9062 19.3475 37.542 19.3475 35.6639V29.9588C19.3475 28.0807 17.9832 26.7164 16.1051 26.7164H7.15767Z\" fill=\"#6F768E\"><\/path><path d=\"M5.82883 26.7165C5.1024 26.7165 4.5 26.1141 4.5 25.3876C4.5 14.314 6.75019 11.9931 13.1817 8.18374C13.8196 7.81167 14.6345 8.0243 15.0066 8.64442C15.3787 9.28226 15.1661 10.0972 14.5459 10.4693C8.80538 13.8711 7.15767 15.2885 7.15767 25.3876C7.15767 26.1141 6.55526 26.7165 5.82883 26.7165Z\" fill=\"#6F768E\"><\/path><path d=\"M38.6 41.5462H32.8949C29.6525 41.5462 26.9949 38.9062 26.9949 35.6462V25.3698C26.9949 24.6434 27.5973 24.041 28.3237 24.041H38.6C41.9664 24.041 44.5 26.5747 44.5 29.941V35.6462C44.5 39.0125 41.9664 41.5462 38.6 41.5462ZM29.6703 26.7164V35.6639C29.6703 37.4534 31.1231 38.9062 32.9126 38.9062H38.6177C40.4958 38.9062 41.8601 37.542 41.8601 35.6639V29.9588C41.8601 28.0807 40.4958 26.7164 38.6177 26.7164H29.6703Z\" fill=\"#6F768E\"><\/path><path d=\"M28.3375 26.7165C27.6111 26.7165 27.0087 26.1141 27.0087 25.3876C27.0087 14.314 29.2588 11.9931 35.6904 8.18374C36.3282 7.81167 37.1432 8.0243 37.5153 8.64442C37.8874 9.28226 37.6748 10.0972 37.0546 10.4693C31.3141 13.8711 29.6663 15.2885 29.6663 25.3876C29.6663 26.1141 29.0639 26.7165 28.3375 26.7165Z\" fill=\"#6F768E\"><\/path><\/svg>\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__article-avatar-left_client_name swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__inner_client\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-content\">\n\t\t\t\t<p>\"\u0110i\u1ec1u t\u00f4i th\u00edch nh\u1ea5t \u1edf <strong data-start=\"873\" data-end=\"882\">xBook<\/strong> l\u00e0 c\u1ea3m gi\u00e1c \u0111\u01b0\u1ee3c \u0111\u1ed3ng h\u00e0nh, kh\u00f4ng b\u1ecb b\u1ecf l\u1ea1i ph\u00eda sau. M\u1ed7i b\u00e0i h\u1ecdc \u0111\u1ec1u mang t\u00ednh th\u1ef1c t\u1ebf, d\u1ec5 hi\u1ec3u v\u00e0 \u0111\u1ea7y \u0111\u1ed9ng l\u1ef1c. <strong data-start=\"997\" data-end=\"1006\">xBook<\/strong> th\u1ef1c s\u1ef1 l\u00e0 gi\u1ea3i ph\u00e1p h\u1ecdc t\u1eadp gi\u00fap t\u00f4i ti\u1ebfn b\u1ed9 t\u1eebng ng\u00e0y.\"<\/p>\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wrapper-client-info\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__avatar\">\n\t\t\t\t<div class=\"thim-ekits-testimonial__image\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2023\/08\/team-2-60x60.png\" title=\"team 2\" alt=\"team 2\" loading=\"lazy\" \/>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-info\">\n\t\t\t\t\t\t\t\t\t<p class=\"thim-ekits-testimonial__name\">Mai Ng<\/p>\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__position\" >Business course<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__quote-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"49\" height=\"48\" viewbox=\"0 0 49 48\" fill=\"none\"><path d=\"M16.1051 41.5462H10.4001C7.1577 41.5462 4.5 38.9062 4.5 35.6462V25.3698C4.5 24.6434 5.1024 24.041 5.82883 24.041H16.1051C19.4715 24.041 22.0052 26.5747 22.0052 29.941V35.6462C21.9874 39.0125 19.4538 41.5462 16.1051 41.5462ZM7.15767 26.7164V35.6639C7.15767 37.4534 8.61056 38.9062 10.4001 38.9062H16.1051C17.9832 38.9062 19.3475 37.542 19.3475 35.6639V29.9588C19.3475 28.0807 17.9832 26.7164 16.1051 26.7164H7.15767Z\" fill=\"#6F768E\"><\/path><path d=\"M5.82883 26.7165C5.1024 26.7165 4.5 26.1141 4.5 25.3876C4.5 14.314 6.75019 11.9931 13.1817 8.18374C13.8196 7.81167 14.6345 8.0243 15.0066 8.64442C15.3787 9.28226 15.1661 10.0972 14.5459 10.4693C8.80538 13.8711 7.15767 15.2885 7.15767 25.3876C7.15767 26.1141 6.55526 26.7165 5.82883 26.7165Z\" fill=\"#6F768E\"><\/path><path d=\"M38.6 41.5462H32.8949C29.6525 41.5462 26.9949 38.9062 26.9949 35.6462V25.3698C26.9949 24.6434 27.5973 24.041 28.3237 24.041H38.6C41.9664 24.041 44.5 26.5747 44.5 29.941V35.6462C44.5 39.0125 41.9664 41.5462 38.6 41.5462ZM29.6703 26.7164V35.6639C29.6703 37.4534 31.1231 38.9062 32.9126 38.9062H38.6177C40.4958 38.9062 41.8601 37.542 41.8601 35.6639V29.9588C41.8601 28.0807 40.4958 26.7164 38.6177 26.7164H29.6703Z\" fill=\"#6F768E\"><\/path><path d=\"M28.3375 26.7165C27.6111 26.7165 27.0087 26.1141 27.0087 25.3876C27.0087 14.314 29.2588 11.9931 35.6904 8.18374C36.3282 7.81167 37.1432 8.0243 37.5153 8.64442C37.8874 9.28226 37.6748 10.0972 37.0546 10.4693C31.3141 13.8711 29.6663 15.2885 29.6663 25.3876C29.6663 26.1141 29.0639 26.7165 28.3375 26.7165Z\" fill=\"#6F768E\"><\/path><\/svg>\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__article-avatar-left_client_name swiper-slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__inner_client\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-content\">\n\t\t\t\t<div>\" H\u1ecdc v\u1edbi <strong data-start=\"17\" data-end=\"26\">xBook<\/strong> khi\u1ebfn t\u00f4i c\u1ea3m th\u1ea5y vi\u1ec7c trau d\u1ed3i k\u1ef9 n\u0103ng tr\u1edf n\u00ean nh\u1eb9 nh\u00e0ng v\u00e0 th\u00fa v\u1ecb h\u01a1n. C\u00e1c b\u00e0i h\u1ecdc t\u01b0\u01a1ng t\u00e1c gi\u00fap t\u00f4i ch\u1ee7 \u0111\u1ed9ng h\u01a1n trong qu\u00e1 tr\u00ecnh h\u1ecdc, v\u00e0 t\u00f4i lu\u00f4n c\u1ea3m nh\u1eadn \u0111\u01b0\u1ee3c s\u1ef1 ti\u1ebfn b\u1ed9 sau m\u1ed7i bu\u1ed5i h\u1ecdc.\"<\/div>\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wrapper-client-info\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__avatar\">\n\t\t\t\t<div class=\"thim-ekits-testimonial__image\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2023\/08\/team-1-60x60.png\" title=\"team 1\" alt=\"team 1\" loading=\"lazy\" \/>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__client-info\">\n\t\t\t\t\t\t\t\t\t<p class=\"thim-ekits-testimonial__name\">Tung A<\/p>\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__position\" >Photography course<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"thim-ekits-testimonial__quote-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"49\" height=\"48\" viewbox=\"0 0 49 48\" fill=\"none\"><path d=\"M16.1051 41.5462H10.4001C7.1577 41.5462 4.5 38.9062 4.5 35.6462V25.3698C4.5 24.6434 5.1024 24.041 5.82883 24.041H16.1051C19.4715 24.041 22.0052 26.5747 22.0052 29.941V35.6462C21.9874 39.0125 19.4538 41.5462 16.1051 41.5462ZM7.15767 26.7164V35.6639C7.15767 37.4534 8.61056 38.9062 10.4001 38.9062H16.1051C17.9832 38.9062 19.3475 37.542 19.3475 35.6639V29.9588C19.3475 28.0807 17.9832 26.7164 16.1051 26.7164H7.15767Z\" fill=\"#6F768E\"><\/path><path d=\"M5.82883 26.7165C5.1024 26.7165 4.5 26.1141 4.5 25.3876C4.5 14.314 6.75019 11.9931 13.1817 8.18374C13.8196 7.81167 14.6345 8.0243 15.0066 8.64442C15.3787 9.28226 15.1661 10.0972 14.5459 10.4693C8.80538 13.8711 7.15767 15.2885 7.15767 25.3876C7.15767 26.1141 6.55526 26.7165 5.82883 26.7165Z\" fill=\"#6F768E\"><\/path><path d=\"M38.6 41.5462H32.8949C29.6525 41.5462 26.9949 38.9062 26.9949 35.6462V25.3698C26.9949 24.6434 27.5973 24.041 28.3237 24.041H38.6C41.9664 24.041 44.5 26.5747 44.5 29.941V35.6462C44.5 39.0125 41.9664 41.5462 38.6 41.5462ZM29.6703 26.7164V35.6639C29.6703 37.4534 31.1231 38.9062 32.9126 38.9062H38.6177C40.4958 38.9062 41.8601 37.542 41.8601 35.6639V29.9588C41.8601 28.0807 40.4958 26.7164 38.6177 26.7164H29.6703Z\" fill=\"#6F768E\"><\/path><path d=\"M28.3375 26.7165C27.6111 26.7165 27.0087 26.1141 27.0087 25.3876C27.0087 14.314 29.2588 11.9931 35.6904 8.18374C36.3282 7.81167 37.1432 8.0243 37.5153 8.64442C37.8874 9.28226 37.6748 10.0972 37.0546 10.4693C31.3141 13.8711 29.6663 15.2885 29.6663 25.3876C29.6663 26.1141 29.0639 26.7165 28.3375 26.7165Z\" fill=\"#6F768E\"><\/path><\/svg>\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-ee81a67 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile_extra e-flex e-con-boxed e-con e-parent\" data-id=\"ee81a67\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;fixed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5fe2d4f elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5fe2d4f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-200fd36\" data-id=\"200fd36\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b6a2239 elementor-widget elementor-widget-thim-ekits-list-course\" data-id=\"b6a2239\" data-element_type=\"widget\" data-settings=\"{&quot;column_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;column_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;column_gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;column_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"thim-ekits-list-course.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"thim-ekits-course learn-press-courses\" data-layout=\"grid\">\n\t\t\t\t\t<div class=\"thim-ekits-course__inner\">\n\t\t\t\t\t\t\t\t<div class=\"thim-ekits-course__item post-27660 lp_course type-lp_course status-publish has-post-thumbnail hentry course_category-3d course_category-flagship course_category-xbook pmpro-has-access course\">\n\t\t\t<style id=\"thim-ekit-loop-post-20193\">.elementor-20193 .elementor-element.elementor-element-8769ce6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-20193 .elementor-element.elementor-element-d7c3c29{width:initial;max-width:initial;background-color:var( --e-global-color-76a05d4 );padding:0px 8px 4px 8px;top:12px;}body:not(.rtl) .elementor-20193 .elementor-element.elementor-element-d7c3c29{left:12px;}body.rtl .elementor-20193 .elementor-element.elementor-element-d7c3c29{right:12px;}.elementor-20193 .elementor-element.elementor-element-d7c3c29 .elementor-heading-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );line-height:var( --e-global-typography-accent-line-height );color:var( --e-global-color-accent );}.elementor-widget-thim-loop-item-featured-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-widget-thim-loop-item-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-20193 .elementor-element.elementor-element-322b21c{margin:16px 0px calc(var(--kit-widget-spacing, 0px) + 12px) 0px;}.elementor-20193 .elementor-element.elementor-element-322b21c .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-accent );display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.elementor-widget-thim-loop-item-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-thim-loop-item-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-thim-loop-item-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-thim-loop-item-info .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-20193 .elementor-element.elementor-element-9de1fee{padding:0px 0px 12px 0px;--e-icon-list-icon-size:16px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:center;--icon-vertical-offset:-1px;}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px\/2);}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px\/2);}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px\/2);}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px\/2);}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px\/2);}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-item:not(:last-child):after{content:\"\";height:80%;border-color:var( --e-global-color-84367fb );}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:1px;}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid;}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:1px;}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-icon i{color:var( --e-global-color-text );transition:color 0.3s;}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-icon svg{fill:var( --e-global-color-text );transition:fill 0.3s;}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-icon{padding-inline-end:1px;}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-item > .elementor-icon-list-text, .elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-item > a{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-text{color:var( --e-global-color-text );transition:color 0.3s;}.elementor-20193 .elementor-element.elementor-element-4e41ab6{padding:0px 0px 0px 0px;--e-icon-list-icon-size:16px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;--icon-vertical-align:center;--icon-vertical-offset:-1px;}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px\/2);}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px\/2);}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px\/2);}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px\/2);}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px\/2);}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-item:not(:last-child):after{content:\"\";height:80%;border-color:var( --e-global-color-84367fb );}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:1px;}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid;}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:1px;}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-icon i{color:var( --e-global-color-text );transition:color 0.3s;}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-icon svg{fill:var( --e-global-color-text );transition:fill 0.3s;}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-icon{padding-inline-end:1px;}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-item > a{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-text{color:var( --e-global-color-text );transition:color 0.3s;}.elementor-widget-thim-loop-item-excerpt{color:var( --e-global-color-text );}.elementor-20193 .elementor-element.elementor-element-da305d5 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-20193 .elementor-element.elementor-element-da305d5{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.elementor-20193 .elementor-element.elementor-element-25a0a8c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:8px 0px;--row-gap:8px;--column-gap:0px;--flex-wrap:wrap;--margin-top:16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-20193 .elementor-element.elementor-element-df8fe23{width:auto;max-width:auto;text-align:left;}.elementor-20193 .elementor-element.elementor-element-df8fe23 > .elementor-widget-container{padding:0px 16px 0px 0px;}.elementor-20193 .elementor-element.elementor-element-df8fe23.elementor-element{--align-self:flex-start;}.elementor-20193 .elementor-element.elementor-element-df8fe23 .course-item-price{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );line-height:var( --e-global-typography-accent-line-height );}.elementor-20193 .elementor-element.elementor-element-df8fe23 .course-item-price .origin-price{color:var( --e-global-color-6b28c0b );font-weight:400;text-decoration:line-through;padding:0px 5px 0px 5px;}.elementor-widget-thim-loop-item-read-more .elementor-button{background-color:var( --e-global-color-accent );}.elementor-20193 .elementor-element.elementor-element-8851058 .elementor-button{background-color:#010A2700;font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );line-height:var( --e-global-typography-accent-line-height );fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-style:solid;border-width:0px 0px 2px 05px;border-color:#D4D4D400;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-20193 .elementor-element.elementor-element-8851058{width:auto;max-width:auto;padding:0px 0px 0px 0px;}.elementor-20193 .elementor-element.elementor-element-8851058.elementor-element{--order:99999 \/* order end hack *\/;}@media(max-width:1024px){.elementor-20193 .elementor-element.elementor-element-d7c3c29 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-20193 .elementor-element.elementor-element-322b21c .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-item > .elementor-icon-list-text, .elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-item > a{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-item > a{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-20193 .elementor-element.elementor-element-da305d5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-20193 .elementor-element.elementor-element-df8fe23 .course-item-price{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-20193 .elementor-element.elementor-element-8851058 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-20193 .elementor-element.elementor-element-d7c3c29 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-20193 .elementor-element.elementor-element-322b21c .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-item > .elementor-icon-list-text, .elementor-20193 .elementor-element.elementor-element-9de1fee .elementor-icon-list-item > a{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-icon-list-item > a{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-20193 .elementor-element.elementor-element-da305d5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-20193 .elementor-element.elementor-element-df8fe23 .course-item-price{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-20193 .elementor-element.elementor-element-8851058 .elementor-button{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}\/* Start custom CSS for heading, class: .elementor-element-d7c3c29 *\/.elementor-20193 .elementor-element.elementor-element-d7c3c29 a:hover {\n    color: var(--e-global-color-primary)\n}\/* End custom CSS *\/\n\/* Start custom CSS for thim-loop-item-featured-image, class: .elementor-element-12df6b1 *\/.elementor-20193 .elementor-element.elementor-element-12df6b1 img {\n    display: block !important;\n    visibility: visible !important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for thim-loop-item-info, class: .elementor-element-4e41ab6 *\/.elementor-20193 .elementor-element.elementor-element-4e41ab6 .elementor-inline-item > * {\n    margin-bottom: 12px;\n}\/* End custom CSS *\/\n\/* Start custom CSS for learnpress_course_price, class: .elementor-element-df8fe23 *\/.elementor-20193 .elementor-element.elementor-element-df8fe23 .origin-price {\n    float: right;\n}\/* End custom CSS *\/\n\/* Start custom CSS for thim-loop-item-read-more, class: .elementor-element-8851058 *\/.elementor-20193 .elementor-element.elementor-element-8851058{\n    display: inline-flex;\n    align-items: center;\n}\n.elementor-20193 .elementor-element.elementor-element-8851058:before {\n    content: '';\n    width: 1px;\n    height: 18px;\n    display: inline-flex;\n    background-color: var(--thim-border-color);\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"20193\" class=\"elementor elementor-20193\" data-elementor-post-type=\"thim_elementor_kit\" data-thim-ekit-loop-item-type=\"lp_course\" data-thim-ekit-type=\"loop_item\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8769ce6 e-flex e-con-boxed e-con e-parent\" data-id=\"8769ce6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7c3c29 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"d7c3c29\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/cac-xbook\/3d\/\" class=\"loop-item-term\">3D<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12df6b1 elementor-widget elementor-widget-thim-loop-item-featured-image\" data-id=\"12df6b1\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbookvn.com\/en\/xbook\/mau-sac-trong-thiet-ke\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2025\/11\/color-in-graphic-design-666x450.jpeg\" title=\"Graphic designer drawing on graphics tablet at workplace\" alt=\"Graphic designer drawing on graphics tablet at workplace\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322b21c elementor-widget elementor-widget-thim-loop-item-title\" data-id=\"322b21c\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-title.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/xbook\/mau-sac-trong-thiet-ke\/\">Color in design<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9de1fee elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"9de1fee\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-users\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><div class=\"course-count-student\">254 Students<\/div><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-clock\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><span class=\"course-duration\">10 Weeks<\/span><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e41ab6 elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"4e41ab6\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da305d5 elementor-widget elementor-widget-thim-loop-item-excerpt\" data-id=\"da305d5\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\ud83c\udfa8 Color In Design \u2013 The language of emotion and creativityTUTBook\u2122 \u2013 xBook: When every shade of color becomes an inspiring story The...\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-25a0a8c e-con-full e-flex e-con e-child\" data-id=\"25a0a8c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df8fe23 elementor-widget__width-auto elementor-widget elementor-widget-learnpress_course_price\" data-id=\"df8fe23\" data-element_type=\"widget\" data-widget_type=\"learnpress_course_price.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"course-price\"><span class=\"course-item-price\"> <span class=\"origin-price\">200,000 &#8363;<\/span><span class=\"price\">100,000 &#8363;<\/span> <\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8851058 elementor-widget__width-auto elementor-widget elementor-widget-thim-loop-item-read-more\" data-id=\"8851058\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-read-more.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/xbookvn.com\/en\/xbook\/mau-sac-trong-thiet-ke\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">XBOOK<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t<\/div>\n\t\t\t\t<div class=\"thim-ekits-course__item post-26569 lp_course type-lp_course status-publish has-post-thumbnail hentry course_category-sgk course_category-toan course_tag-lop-9 course_tag-toan pmpro-has-access course\">\n\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"20193\" class=\"elementor elementor-20193\" data-elementor-post-type=\"thim_elementor_kit\" data-thim-ekit-loop-item-type=\"lp_course\" data-thim-ekit-type=\"loop_item\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8769ce6 e-flex e-con-boxed e-con e-parent\" data-id=\"8769ce6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7c3c29 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"d7c3c29\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/cac-xbook\/sgk\/\" class=\"loop-item-term\">SGK<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12df6b1 elementor-widget elementor-widget-thim-loop-item-featured-image\" data-id=\"12df6b1\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbookvn.com\/en\/xbook\/toan-9-tap-1\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2025\/10\/xBook_simulated_mathematics-666x450.png\" title=\"xBook_simulated_mathematics\" alt=\"xBook_simulated_mathematics\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322b21c elementor-widget elementor-widget-thim-loop-item-title\" data-id=\"322b21c\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-title.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/xbook\/toan-9-tap-1\/\">Math 9 \u2013 Volume 1<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9de1fee elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"9de1fee\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-users\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><div class=\"course-count-student\">805 Students<\/div><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-clock\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><span class=\"course-duration\">10 Weeks<\/span><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e41ab6 elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"4e41ab6\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da305d5 elementor-widget elementor-widget-thim-loop-item-excerpt\" data-id=\"da305d5\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tThe xBook Math 9 \u2013 Volume 1, developed by TUTBook\u2122, helps students explore knowledge through visual simulations, interactive quizzes, and lecture videos...\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-25a0a8c e-con-full e-flex e-con e-child\" data-id=\"25a0a8c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df8fe23 elementor-widget__width-auto elementor-widget elementor-widget-learnpress_course_price\" data-id=\"df8fe23\" data-element_type=\"widget\" data-widget_type=\"learnpress_course_price.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"course-price\"><span class=\"course-item-price\"> <span class=\"price\">30,000 &#8363;<\/span> <\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8851058 elementor-widget__width-auto elementor-widget elementor-widget-thim-loop-item-read-more\" data-id=\"8851058\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-read-more.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/xbookvn.com\/en\/xbook\/toan-9-tap-1\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">XBOOK<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t<\/div>\n\t\t\t\t<div class=\"thim-ekits-course__item post-26297 lp_course type-lp_course status-publish has-post-thumbnail hentry course_category-dia-ly course_category-flagship course_tag-dia-ly pmpro-has-access course\">\n\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"20193\" class=\"elementor elementor-20193\" data-elementor-post-type=\"thim_elementor_kit\" data-thim-ekit-loop-item-type=\"lp_course\" data-thim-ekit-type=\"loop_item\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8769ce6 e-flex e-con-boxed e-con e-parent\" data-id=\"8769ce6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7c3c29 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"d7c3c29\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/cac-xbook\/sgk\/dia-ly\/\" class=\"loop-item-term\">\u0110\u1ecba l\u00fd<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12df6b1 elementor-widget elementor-widget-thim-loop-item-featured-image\" data-id=\"12df6b1\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbookvn.com\/en\/xbook\/flagship-9-hanh-trinh-kham-pha-khoang-cach\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2025\/10\/6364-1-666x450.jpg\" title=\"6364\" alt=\"6364\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322b21c elementor-widget elementor-widget-thim-loop-item-title\" data-id=\"322b21c\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-title.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/xbook\/flagship-9-hanh-trinh-kham-pha-khoang-cach\/\">Flagship #9 &#8211; H\u00e0nh Tr\u00ecnh Kh\u00e1m Ph\u00e1 Kho\u1ea3ng C\u00e1ch<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9de1fee elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"9de1fee\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-users\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><div class=\"course-count-student\">54 Students<\/div><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-clock\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><span class=\"course-duration\">10 Weeks<\/span><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e41ab6 elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"4e41ab6\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da305d5 elementor-widget elementor-widget-thim-loop-item-excerpt\" data-id=\"da305d5\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tXBook: H\u00e0nh tr\u00ecnh kh\u00e1m ph\u00e1 kho\u1ea3ng c\u00e1ch l\u00e0 flagship tr\u1ea3i nghi\u1ec7m \u0111\u1ecba l\u00fd t\u01b0\u01a1ng t\u00e1c \u0111\u1ed9c quy\u1ec1n c\u1ee7a XBook, n\u01a1i b\u1ea1n r\u1eddi kh\u1ecfi nh\u1ecbp s\u1ed1ng th\u01b0\u1eddng ng\u00e0y \u0111\u1ec3 b\u01b0\u1edbc v\u00e0o...\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-25a0a8c e-con-full e-flex e-con e-child\" data-id=\"25a0a8c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df8fe23 elementor-widget__width-auto elementor-widget elementor-widget-learnpress_course_price\" data-id=\"df8fe23\" data-element_type=\"widget\" data-widget_type=\"learnpress_course_price.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"course-price\"><span class=\"course-item-price\"><span class=\"free\">Free<\/span><\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8851058 elementor-widget__width-auto elementor-widget elementor-widget-thim-loop-item-read-more\" data-id=\"8851058\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-read-more.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/xbookvn.com\/en\/xbook\/flagship-9-hanh-trinh-kham-pha-khoang-cach\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">XBOOK<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t<\/div>\n\t\t\t\t<div class=\"thim-ekits-course__item post-26129 lp_course type-lp_course status-publish has-post-thumbnail hentry course_category-flagship course_category-tools pmpro-has-access course\">\n\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"20193\" class=\"elementor elementor-20193\" data-elementor-post-type=\"thim_elementor_kit\" data-thim-ekit-loop-item-type=\"lp_course\" data-thim-ekit-type=\"loop_item\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8769ce6 e-flex e-con-boxed e-con e-parent\" data-id=\"8769ce6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7c3c29 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"d7c3c29\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/cac-xbook\/flagship\/\" class=\"loop-item-term\">Flagship<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12df6b1 elementor-widget elementor-widget-thim-loop-item-featured-image\" data-id=\"12df6b1\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-featured-image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/xbookvn.com\/en\/xbook\/flagship-7-artflow-minh-hoa-hoat-hinh\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/xbookvn.com\/wp-content\/uploads\/2025\/10\/david-hockney-1-666x450.jpg\" title=\"david-hockney\" alt=\"david-hockney\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322b21c elementor-widget elementor-widget-thim-loop-item-title\" data-id=\"322b21c\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-title.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/xbookvn.com\/en\/xbook\/flagship-7-artflow-minh-hoa-hoat-hinh\/\">Flagship #7 &#8211; ArtFlow \u2013 Minh h\u1ecda &#038; Ho\u1ea1t h\u00ecnh<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9de1fee elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"9de1fee\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-users\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><div class=\"course-count-student\">0 Students<\/div><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-list-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"tk tk-clock\"><\/i>\t\t\t<\/div>\n\t\t<div class=\"elementor-icon-list-text\"><span class=\"course-duration\">30 Days<\/span><\/div>\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e41ab6 elementor-align-left elementor-icon-list--layout-inline elementor-widget elementor-widget-thim-loop-item-info\" data-id=\"4e41ab6\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-info.default\">\n\t\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da305d5 elementor-widget elementor-widget-thim-loop-item-excerpt\" data-id=\"da305d5\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tKh\u00f3a h\u1ecdc \u201cThi\u1ebft k\u1ebf \u0110\u1ed3 h\u1ecda\u201d c\u1ee7a xBook \u0111\u01b0\u1ee3c x\u00e2y d\u1ef1ng d\u00e0nh cho nh\u1eefng ai mu\u1ed1n kh\u00e1m ph\u00e1 s\u1ee9c m\u1ea1nh c\u1ee7a h\u00ecnh \u1ea3nh v\u00e0 s\u00e1ng t\u1ea1o th\u1ecb gi\u00e1c. \u0110\u00e2y l\u00e0...\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-25a0a8c e-con-full e-flex e-con e-child\" data-id=\"25a0a8c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df8fe23 elementor-widget__width-auto elementor-widget elementor-widget-learnpress_course_price\" data-id=\"df8fe23\" data-element_type=\"widget\" data-widget_type=\"learnpress_course_price.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"course-price\"><span class=\"course-item-price\"><span class=\"free\">Free<\/span><\/span><\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8851058 elementor-widget__width-auto elementor-widget elementor-widget-thim-loop-item-read-more\" data-id=\"8851058\" data-element_type=\"widget\" data-widget_type=\"thim-loop-item-read-more.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/xbookvn.com\/en\/xbook\/flagship-7-artflow-minh-hoa-hoat-hinh\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">XBOOK<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b965b9 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget thim-widget-button\" data-id=\"5b965b9\" data-element_type=\"widget\" data-widget_type=\"thim-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a class=\"widget-button normal\" href=\"https:\/\/xbookvn.com\/xbook\">View all xBooks<\/a>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>S\u1eb5n s\u00e0ng n\u00e2ng c\u1ea5p tr\u1ea3i nghi\u1ec7m h\u1ecdc t\u1eadp c\u1ee7a b\u1ea1n? T\u1eadn h\u01b0\u1edfng, tr\u1ea3i nghi\u1ec7m to\u00e0n b\u1ed9 th\u01b0 vi\u1ec7n xBook xBook School Plan Features Qu\u1ea3n l\u00fd H\u1ecdc sinh H\u1ec7 th\u1ed1ng qu\u1ea3n l\u00fd h\u1ed3 s\u01a1 h\u1ecdc sinh to\u00e0n di\u1ec7n, theo d\u00f5i qu\u00e1 &hellip; <\/p>","protected":false},"author":48,"featured_media":24519,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"pmpro_default_level":"","footnotes":""},"class_list":["post-27928","page","type-page","status-publish","has-post-thumbnail","hentry","pmpro-has-access"],"_links":{"self":[{"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/pages\/27928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/users\/48"}],"replies":[{"embeddable":true,"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/comments?post=27928"}],"version-history":[{"count":16,"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/pages\/27928\/revisions"}],"predecessor-version":[{"id":28381,"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/pages\/27928\/revisions\/28381"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/media\/24519"}],"wp:attachment":[{"href":"https:\/\/xbookvn.com\/en\/wp-json\/wp\/v2\/media?parent=27928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}