{"id":101,"date":"2026-02-14T14:32:32","date_gmt":"2026-02-14T07:32:32","guid":{"rendered":"https:\/\/kiemdinhtic.vn\/?page_id=101"},"modified":"2026-02-14T16:09:37","modified_gmt":"2026-02-14T09:09:37","slug":"trang-chu-tic","status":"publish","type":"page","link":"https:\/\/kiemdinhtic.vn\/","title":{"rendered":"Trang Ch\u1ee7 TIC"},"content":{"rendered":"\n<style>\n    \/* 1. Ghi \u0111\u00e8 bi\u1ebfn k\u00edch th\u01b0\u1edbc c\u1ee7a Twenty Twenty-One *\/\n    :root {\n        --responsive--aligndefault-width: 100% !important;\n        --responsive--alignwide-width: 100% !important;\n        --responsive--alignfull-width: 100% !important;\n    }\n\n    \/* 2. \u00c9p t\u1ea5t c\u1ea3 c\u00e1c khung bao ngo\u00e0i ph\u1ea3i m\u1edf r\u1ed9ng t\u1ed1i \u0111a *\/\n    html, body {\n        overflow-x: hidden !important;\n        margin: 0 !important;\n    }\n    \n    \/* X\u1eed l\u00fd khung ch\u00ednh c\u1ee7a theme *\/\n    #page, .site, .site-content, .site-main, .entry-content, article {\n        width: 100vw !important; \/* 100% chi\u1ec1u r\u1ed9ng thi\u1ebft b\u1ecb *\/\n        max-width: 100vw !important;\n        margin: 0 !important;\n        padding: 0 !important;\n        border: none !important;\n    }\n\n    \/* 3. \u1ea8n ti\u00eau \u0111\u1ec1 \"Trang Ch\u1ee7 TIC\" do WordPress t\u1ef1 sinh ra *\/\n    header.entry-header {\n        display: none !important;\n    }\n    \n    \/* 4. \u1ea8n lu\u00f4n Header\/Footer m\u1eb7c \u0111\u1ecbnh c\u1ee7a Theme (\u0111\u1ec1 ph\u00f2ng) *\/\n    #masthead, #colophon {\n        display: none !important;\n    }\n<\/style>\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>TIC Vi\u1ec7t Nam &#8211; An to\u00e0n h\u00f4m nay, h\u1ea1nh ph\u00fac ng\u00e0y mai<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        ticBlue: '#003399', \n                        ticGreen: '#009933',\n                        ticGray: '#f3f4f6',\n                    },\n                    animation: {\n                        'bounce-slow': 'bounce 3s infinite',\n                        'spin-slow': 'spin 10s linear infinite',\n                    }\n                }\n            }\n        }\n    <\/script>\n    <style>\n        html { scroll-behavior: smooth; }\n        .hero-bg {\n            background-image: linear-gradient(rgba(0, 51, 153, 0.85), rgba(0, 153, 51, 0.75)), url('https:\/\/images.unsplash.com\/photo-1581094794329-c8112a89af12?q=80&w=2000&auto=format&fit=crop');\n            background-size: cover;\n            background-position: center;\n            background-attachment: fixed;\n        }\n        .nav-link {\n            position: relative;\n        }\n        .nav-link::after {\n            content: '';\n            position: absolute;\n            width: 0;\n            height: 2px;\n            bottom: -2px;\n            left: 0;\n            background-color: #009933;\n            transition: width 0.3s;\n        }\n        .nav-link:hover::after {\n            width: 100%;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-800 antialiased\">\n\n    <!-- Navbar -->\n    <nav class=\"bg-white shadow-md fixed w-full z-50 transition-all duration-300\" id=\"navbar\">\n        <div class=\"container mx-auto px-6 py-3 flex justify-between items-center\">\n            <!-- Logo -->\n            <a href=\"#\" class=\"flex items-center gap-3 group\">\n                <img decoding=\"async\" src=\"https:\/\/kiemdinhtic.vn\/wp-content\/uploads\/2025\/02\/logo-TIC-03.png\" alt=\"Logo TIC Vi\u1ec7t Nam\" style=\"height: 60px; width: auto; object-fit: contain;\">\n            <\/a>\n\n            <!-- Desktop Menu -->\n            <div class=\"hidden md:flex space-x-8 font-medium items-center\">\n                <a href=\"#trang-chu\" class=\"nav-link text-gray-600 hover:text-ticBlue transition\">Trang ch\u1ee7<\/a>\n                <a href=\"#gioi-thieu\" class=\"nav-link text-gray-600 hover:text-ticBlue transition\">Gi\u1edbi thi\u1ec7u<\/a>\n                <a href=\"#ho-so-nang-luc\" class=\"nav-link text-ticBlue font-bold transition flex items-center gap-1\"><i class=\"fas fa-file-pdf text-sm\"><\/i> H\u1ed3 s\u01a1 n\u0103ng l\u1ef1c<\/a>\n                <a href=\"#dich-vu\" class=\"nav-link text-gray-600 hover:text-ticBlue transition\">D\u1ecbch v\u1ee5<\/a>\n                <a href=\"#lien-he\" class=\"nav-link text-gray-600 hover:text-ticBlue transition\">Li\u00ean h\u1ec7<\/a>\n            <\/div>\n\n            <!-- Call Action -->\n            <a href=\"tel:0587781781\" class=\"hidden md:flex items-center gap-2 bg-red-600 text-white px-5 py-2 rounded-full font-bold hover:bg-red-700 transition shadow-lg hover:shadow-xl transform hover:-translate-y-0.5\">\n                <i class=\"fas fa-phone-alt animate-pulse\"><\/i>\n                <span>0587.781.781<\/span>\n            <\/a>\n\n            <!-- Mobile Menu Button -->\n            <button id=\"mobile-menu-btn\" class=\"md:hidden text-gray-600 focus:outline-none p-2 rounded hover:bg-gray-100\">\n                <i class=\"fas fa-bars text-2xl\"><\/i>\n            <\/button>\n        <\/div>\n\n        <!-- Mobile Menu Dropdown -->\n        <div id=\"mobile-menu\" class=\"hidden md:hidden bg-white border-t absolute w-full shadow-lg\">\n            <div class=\"flex flex-col px-6 py-4 space-y-4\">\n                <a href=\"#trang-chu\" class=\"mobile-link text-gray-700 hover:text-ticBlue font-medium border-b pb-2\">Trang ch\u1ee7<\/a>\n                <a href=\"#gioi-thieu\" class=\"mobile-link text-gray-700 hover:text-ticBlue font-medium border-b pb-2\">Gi\u1edbi thi\u1ec7u<\/a>\n                <a href=\"#ho-so-nang-luc\" class=\"mobile-link text-ticBlue font-bold border-b pb-2\">H\u1ed3 s\u01a1 n\u0103ng l\u1ef1c<\/a>\n                <a href=\"#dich-vu\" class=\"mobile-link text-gray-700 hover:text-ticBlue font-medium border-b pb-2\">D\u1ecbch v\u1ee5<\/a>\n                <a href=\"#lien-he\" class=\"mobile-link text-gray-700 hover:text-ticBlue font-medium\">Li\u00ean h\u1ec7<\/a>\n                <a href=\"tel:0587781781\" class=\"bg-red-600 text-white text-center py-3 rounded-md font-bold hover:bg-red-700\">\n                    <i class=\"fas fa-phone-alt mr-2\"><\/i> 0587.781.781\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <section id=\"trang-chu\" class=\"hero-bg h-screen flex items-center justify-center text-center text-white px-6 relative\">\n        <div class=\"absolute inset-0 bg-black opacity-30\"><\/div>\n        <div class=\"max-w-5xl mt-16 relative z-10\">\n            <h2 class=\"text-lg md:text-2xl font-light mb-4 uppercase tracking-wider text-green-300\">C\u00f4ng ty C\u1ed5 ph\u1ea7n \u0110\u00e0o t\u1ea1o v\u00e0 Ki\u1ec3m \u0111\u1ecbnh TIC Vi\u1ec7t Nam<\/h2>\n           <h1 class=\"text-4xl md:text-6xl font-bold mb-6 leading-tight text-white\" style=\"color: #ffffff !important;\">\n    An to\u00e0n h\u00f4m nay <br>\n    <span class=\"text-green-300\">H\u1ea1nh ph\u00fac mai sau<\/span>\n<\/h1>\n            <p class=\"text-lg md:text-xl mb-10 text-gray-100 max-w-3xl mx-auto leading-relaxed\">\n                \u0110\u1ed1i t\u00e1c tin c\u1eady h\u00e0ng \u0111\u1ea7u trong l\u0129nh v\u1ef1c Ki\u1ec3m \u0111\u1ecbnh k\u1ef9 thu\u1eadt an to\u00e0n, Ki\u1ec3m tra kh\u00f4ng ph\u00e1 h\u1ee7y (NDT) v\u00e0 \u0110\u00e0o t\u1ea1o an to\u00e0n lao \u0111\u1ed9ng chu\u1ea9n qu\u1ed1c t\u1ebf.\n            <\/p>\n            <div class=\"flex flex-col md:flex-row gap-4 justify-center items-center\">\n                <a href=\"#ho-so-nang-luc\" class=\"w-full md:w-auto bg-green-600 text-white px-8 py-4 rounded-md font-bold hover:bg-green-700 transition shadow-lg flex items-center justify-center gap-2\">\n                    <i class=\"fas fa-file-pdf\"><\/i> Xem H\u1ed3 s\u01a1 n\u0103ng l\u1ef1c\n                <\/a>\n                <a href=\"#lien-he\" class=\"w-full md:w-auto border-2 border-white text-white px-8 py-4 rounded-md font-bold hover:bg-white hover:text-ticBlue transition shadow-lg\">\n                    Li\u00ean h\u1ec7 t\u01b0 v\u1ea5n\n                <\/a>\n            <\/div>\n        <\/div>\n        \n        <!-- Scroll Down Indicator -->\n        <div class=\"absolute bottom-10 animate-bounce text-white opacity-70\">\n            <i class=\"fas fa-chevron-down text-3xl\"><\/i>\n        <\/div>\n    <\/section>\n\n    <!-- Intro Section -->\n    <section id=\"gioi-thieu\" class=\"py-24 bg-white\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"flex flex-col md:flex-row items-center gap-16\">\n                <div class=\"md:w-1\/2 relative\">\n                    <div class=\"absolute -top-4 -left-4 w-24 h-24 bg-ticGreen opacity-20 rounded-tl-3xl\"><\/div>\n                    <div class=\"absolute -bottom-4 -right-4 w-24 h-24 bg-ticBlue opacity-20 rounded-br-3xl\"><\/div>\n                    <img decoding=\"async\" src=\"https:\/\/kiemdinhtic.vn\/wp-content\/uploads\/2026\/02\/Ky\u0303-su\u031b-kie\u0302\u0309m-di\u0323nh.png\" alt=\"K\u1ef9 s\u01b0 ki\u1ec3m \u0111\u1ecbnh\" class=\"rounded-xl shadow-2xl w-full object-cover h-[500px] relative z-10 hover:scale-[1.01] transition duration-500\">\n                <\/div>\n                <div class=\"md:w-1\/2\">\n                    <h3 class=\"text-ticBlue font-bold uppercase tracking-widest mb-2 text-sm\">V\u1ec1 ch\u00fang t\u00f4i<\/h3>\n                    <h2 class=\"text-3xl md:text-4xl font-bold text-gray-900 mb-6 leading-tight\">Uy t\u00edn &#8211; Ch\u00ednh x\u00e1c <br> <span class=\"text-ticGreen\">Chuy\u00ean nghi\u1ec7p<\/span><\/h2>\n                    <p class=\"text-gray-600 mb-4 leading-relaxed text-justify\">\n                        Ch\u00e0o m\u1eebng qu\u00fd kh\u00e1ch \u0111\u1ebfn v\u1edbi <strong>TIC VI\u1ec6T NAM<\/strong>. Ch\u00fang t\u00f4i hi\u1ec3u r\u1eb1ng vi\u1ec7c theo \u0111u\u1ed5i s\u1ef1 xu\u1ea5t s\u1eafc v\u1ec1 an to\u00e0n l\u00e0 m\u1ed9t h\u00e0nh tr\u00ecnh li\u00ean t\u1ee5c. V\u1edbi \u0111\u1ed9i ng\u0169 k\u1ef9 s\u01b0, ki\u1ec3m \u0111\u1ecbnh vi\u00ean d\u00e0y d\u1ea1n kinh nghi\u1ec7m v\u00e0 trang thi\u1ebft b\u1ecb hi\u1ec7n \u0111\u1ea1i.\n                    <\/p>\n                    <ul class=\"space-y-4\">\n                        <li class=\"flex items-start text-gray-700 bg-gray-50 p-3 rounded-lg hover:bg-blue-50 transition\">\n                            <i class=\"fas fa-certificate text-ticGreen mt-1 mr-3 text-xl\"><\/i>\n                            <div>\n                                <span class=\"font-bold block text-ticBlue\">Ph\u00e1p l\u00fd v\u1eefng ch\u1eafc<\/span>\n                                <span class=\"text-sm\">Gi\u1ea5y ch\u1ee9ng nh\u1eadn \u0111\u1ee7 \u0111i\u1ec1u ki\u1ec7n ho\u1ea1t \u0111\u1ed9ng ki\u1ec3m \u0111\u1ecbnh s\u1ed1 <strong>232\/GCN-KD<\/strong> do B\u1ed9 L\u0110-TB&#038;XH c\u1ea5p ng\u00e0y 24\/01\/2025.<\/span>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start text-gray-700 bg-gray-50 p-3 rounded-lg hover:bg-blue-50 transition\">\n                            <i class=\"fas fa-users text-ticGreen mt-1 mr-3 text-xl\"><\/i>\n                            <div>\n                                <span class=\"font-bold block text-ticBlue\">Chuy\u00ean gia h\u00e0ng \u0111\u1ea7u<\/span>\n                                <span class=\"text-sm\">\u0110\u1ed9i ng\u0169 l\u00e3nh \u0111\u1ea1o v\u00e0 ki\u1ec3m \u0111\u1ecbnh vi\u00ean tr\u00ean 20 n\u0103m kinh nghi\u1ec7m trong ng\u00e0nh.<\/span>\n                            <\/div>\n                        <\/li>\n                        <li class=\"flex items-start text-gray-700 bg-gray-50 p-3 rounded-lg hover:bg-blue-50 transition\">\n                            <i class=\"fas fa-tools text-ticGreen mt-1 mr-3 text-xl\"><\/i>\n                            <div>\n                                <span class=\"font-bold block text-ticBlue\">Thi\u1ebft b\u1ecb hi\u1ec7n \u0111\u1ea1i<\/span>\n                                <span class=\"text-sm\">S\u1edf h\u1eefu c\u00e1c thi\u1ebft b\u1ecb ki\u1ec3m tra ti\u00ean ti\u1ebfn: USM 35, M\u00e1y \u0111o \u0111i\u1ec7n tr\u1edf Kyoritsu, B\u01a1m \u00e1p l\u1ef1c chuy\u00ean d\u1ee5ng.<\/span>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Profile Download Section (New) -->\n    <section id=\"ho-so-nang-luc\" class=\"py-20 bg-gray-50\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-12\">\n                <h3 class=\"text-ticBlue font-bold uppercase mb-2 tracking-widest text-sm\">T\u00e0i li\u1ec7u doanh nghi\u1ec7p<\/h3>\n                <h2 class=\"text-3xl font-bold text-gray-800\">H\u1ed3 s\u01a1 n\u0103ng l\u1ef1c TIC Vi\u1ec7t Nam<\/h2>\n                <div class=\"w-20 h-1 bg-ticGreen mx-auto mt-4 rounded-full\"><\/div>\n                <p class=\"text-gray-600 mt-4 max-w-2xl mx-auto\">\n                    Minh b\u1ea1ch h\u1ed3 s\u01a1 ph\u00e1p l\u00fd, ch\u1ee9ng ch\u1ec9 n\u0103ng l\u1ef1c v\u00e0 danh s\u00e1ch thi\u1ebft b\u1ecb ki\u1ec3m \u0111\u1ecbnh hi\u1ec7n \u0111\u1ea1i. Qu\u00fd kh\u00e1ch h\u00e0ng c\u00f3 th\u1ec3 xem tr\u1ef1c ti\u1ebfp ho\u1eb7c t\u1ea3i v\u1ec1 h\u1ed3 s\u01a1 \u0111\u1ea7y \u0111\u1ee7 b\u00ean d\u01b0\u1edbi.\n                <\/p>\n            <\/div>\n\n            <div class=\"bg-white rounded-2xl shadow-xl overflow-hidden flex flex-col md:flex-row max-w-5xl mx-auto border border-gray-100\">\n                <div class=\"md:w-2\/5 bg-gradient-to-br from-ticBlue to-blue-800 p-10 flex flex-col items-center justify-center text-white text-center relative overflow-hidden\">\n                    <div class=\"absolute inset-0 bg-pattern opacity-10\"><\/div>\n                    <i class=\"fas fa-file-pdf text-9xl mb-6 opacity-90 drop-shadow-md transform hover:scale-110 transition duration-500\"><\/i>\n                    <h4 class=\"text-2xl font-bold relative z-10\">H\u1ed3 S\u01a1 N\u0103ng L\u1ef1c 2025<\/h4>\n                    <p class=\"mt-2 text-blue-200 text-sm relative z-10\"><i class=\"fas fa-check-circle mr-1\"><\/i> \u0110\u00e3 c\u1eadp nh\u1eadt ph\u00e1p l\u00fd m\u1edbi nh\u1ea5t<\/p>\n                <\/div>\n\n                <div class=\"md:w-3\/5 p-10 flex flex-col justify-center\">\n                    <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-6 mb-8\">\n                        <div class=\"flex items-start\">\n                            <div class=\"bg-green-100 w-10 h-10 rounded-full flex items-center justify-center text-ticGreen mr-3 flex-shrink-0\">\n                                <i class=\"fas fa-shield-alt\"><\/i>\n                            <\/div>\n                            <div>\n                                <h5 class=\"font-bold text-gray-800 text-sm\">Gi\u1ea5y ph\u00e9p ho\u1ea1t \u0111\u1ed9ng<\/h5>\n                                <p class=\"text-xs text-gray-500 mt-1\">C\u1ea5p b\u1edfi C\u1ee5c An to\u00e0n lao \u0111\u1ed9ng &#8211; B\u1ed9 L\u0110TBXH.<\/p>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start\">\n                            <div class=\"bg-blue-100 w-10 h-10 rounded-full flex items-center justify-center text-ticBlue mr-3 flex-shrink-0\">\n                                <i class=\"fas fa-cogs\"><\/i>\n                            <\/div>\n                            <div>\n                                <h5 class=\"font-bold text-gray-800 text-sm\">Danh s\u00e1ch thi\u1ebft b\u1ecb<\/h5>\n                                <p class=\"text-xs text-gray-500 mt-1\">M\u00e1y si\u00eau \u00e2m, \u0111o \u0111i\u1ec7n tr\u1edf, b\u01a1m \u00e1p l\u1ef1c&#8230;<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"flex flex-col sm:flex-row gap-4\">\n                        <a href=\"https:\/\/kiemdinhtic.vn\/wp-content\/uploads\/2026\/02\/profile.pdf\" download class=\"flex-1 bg-ticBlue text-white text-center px-6 py-4 rounded-lg font-bold hover:bg-blue-800 transition shadow-lg flex items-center justify-center gap-2 group\">\n                            <i class=\"fas fa-download group-hover:animate-bounce\"><\/i> T\u1ea3i H\u1ed3 S\u01a1 (PDF)\n                        <\/a>\n                        <a href=\"https:\/\/kiemdinhtic.vn\/wp-content\/uploads\/2026\/02\/profile.pdf\" target=\"_blank\" class=\"flex-1 border-2 border-ticBlue text-ticBlue text-center px-6 py-4 rounded-lg font-bold hover:bg-blue-50 transition flex items-center justify-center gap-2\">\n                            <i class=\"fas fa-eye\"><\/i> Xem Tr\u1ef1c Tuy\u1ebfn\n                        <\/a>\n                    <\/div>\n                    <p class=\"text-xs text-gray-400 mt-4 text-center italic\">* Vui l\u00f2ng li\u00ean h\u1ec7 Hotline n\u1ebfu c\u1ea7n b\u1ea3n c\u1ee9ng c\u00f3 d\u1ea5u \u0111\u1ecf.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section -->\n    <section id=\"dich-vu\" class=\"py-24 bg-ticGray\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"text-center mb-16\">\n                <h3 class=\"text-ticBlue font-bold uppercase tracking-widest mb-2 text-sm\">L\u0129nh v\u1ef1c ho\u1ea1t \u0111\u1ed9ng<\/h3>\n                <h2 class=\"text-3xl md:text-4xl font-bold text-gray-800\">Gi\u1ea3i ph\u00e1p to\u00e0n di\u1ec7n<\/h2>\n                <div class=\"w-24 h-1.5 bg-ticGreen mx-auto mt-4 rounded-full\"><\/div>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8\">\n                <!-- Card 1 -->\n                <div class=\"bg-white p-8 rounded-xl shadow-lg hover:-translate-y-2 hover:shadow-2xl transition duration-300 group border-b-4 border-transparent hover:border-ticBlue\">\n                    <div class=\"w-20 h-20 bg-blue-50 rounded-full flex items-center justify-center text-ticBlue mb-6 group-hover:bg-ticBlue group-hover:text-white transition duration-300 mx-auto\">\n                        <i class=\"fas fa-industry text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-gray-800 text-center\">Ki\u1ec3m \u0111\u1ecbnh KT An to\u00e0n<\/h3>\n                    <p class=\"text-gray-600 text-sm mb-6 text-center leading-relaxed\">\n                        N\u1ed3i h\u01a1i, b\u00ecnh ch\u1ecbu \u00e1p l\u1ef1c, h\u1ec7 th\u1ed1ng l\u1ea1nh, \u0111\u01b0\u1eddng \u1ed1ng d\u1eabn kh\u00ed, thang m\u00e1y, c\u1ea7u tr\u1ee5c, c\u1ea7n tr\u1ee5c, xe n\u00e2ng&#8230;\n                    <\/p>\n                <\/div>\n\n                <!-- Card 2 -->\n                <div class=\"bg-white p-8 rounded-xl shadow-lg hover:-translate-y-2 hover:shadow-2xl transition duration-300 group border-b-4 border-transparent hover:border-ticGreen\">\n                    <div class=\"w-20 h-20 bg-green-50 rounded-full flex items-center justify-center text-ticGreen mb-6 group-hover:bg-ticGreen group-hover:text-white transition duration-300 mx-auto\">\n                        <i class=\"fas fa-microscope text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-gray-800 text-center\">Ki\u1ec3m tra NDT<\/h3>\n                    <p class=\"text-gray-600 text-sm mb-6 text-center leading-relaxed\">\n                        Si\u00eau \u00e2m m\u1ed1i h\u00e0n (UT), th\u1ea9m th\u1ea5u (PT), b\u1ed9t t\u1eeb (MT), ch\u1ee5p phim (RT), \u0111o \u0111i\u1ec7n tr\u1edf ti\u1ebfp \u0111\u1ea5t, ch\u1ed1ng s\u00e9t&#8230;\n                    <\/p>\n                <\/div>\n\n                <!-- Card 3 -->\n                <div class=\"bg-white p-8 rounded-xl shadow-lg hover:-translate-y-2 hover:shadow-2xl transition duration-300 group border-b-4 border-transparent hover:border-ticBlue\">\n                    <div class=\"w-20 h-20 bg-blue-50 rounded-full flex items-center justify-center text-ticBlue mb-6 group-hover:bg-ticBlue group-hover:text-white transition duration-300 mx-auto\">\n                        <i class=\"fas fa-chalkboard-teacher text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-gray-800 text-center\">\u0110\u00e0o t\u1ea1o An to\u00e0n<\/h3>\n                    <p class=\"text-gray-600 text-sm mb-6 text-center leading-relaxed\">\n                        Hu\u1ea5n luy\u1ec7n ATVSL\u0110 (Nh\u00f3m 1-6), c\u1ea5p ch\u1ee9ng ch\u1ec9 ngh\u1ec1, s\u01a1 c\u1ea5p c\u1ee9u, PCCC &#038; CNCH.\n                    <\/p>\n                <\/div>\n\n                <!-- Card 4 -->\n                <div class=\"bg-white p-8 rounded-xl shadow-lg hover:-translate-y-2 hover:shadow-2xl transition duration-300 group border-b-4 border-transparent hover:border-ticGreen\">\n                    <div class=\"w-20 h-20 bg-green-50 rounded-full flex items-center justify-center text-ticGreen mb-6 group-hover:bg-ticGreen group-hover:text-white transition duration-300 mx-auto\">\n                        <i class=\"fas fa-tools text-3xl\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-xl font-bold mb-3 text-gray-800 text-center\">Thi c\u00f4ng &#038; Ch\u1ebf t\u1ea1o<\/h3>\n                    <p class=\"text-gray-600 text-sm mb-6 text-center leading-relaxed\">\n                        Thi\u1ebft k\u1ebf, l\u1eafp \u0111\u1eb7t, b\u1ea3o tr\u00ec, b\u1ea3o d\u01b0\u1ee1ng thi\u1ebft b\u1ecb n\u00e2ng, thi\u1ebft b\u1ecb \u00e1p l\u1ef1c. Cung c\u1ea5p van an to\u00e0n, \u00e1p k\u1ebf.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Capability Section -->\n    <section id=\"nang-luc\" class=\"py-20 bg-ticBlue text-white relative overflow-hidden\">\n        <div class=\"absolute top-0 left-0 w-full h-full opacity-10 pointer-events-none\">\n             <i class=\"fas fa-cogs text-[15rem] absolute -top-20 -left-20 animate-spin-slow\" style=\"animation-duration: 60s;\"><\/i>\n             <i class=\"fas fa-hard-hat text-[15rem] absolute bottom-0 right-0 transform rotate-45\"><\/i>\n        <\/div>\n\n        <div class=\"container mx-auto px-6 relative z-10\">\n            <div class=\"grid grid-cols-2 md:grid-cols-4 gap-8 text-center divide-x divide-blue-800\/50\">\n                <div class=\"p-4\">\n                    <div class=\"text-4xl md:text-5xl font-bold mb-2 counter\" data-target=\"20\">0<\/div>\n                    <div class=\"text-green-400 font-bold uppercase text-sm tracking-wider\">N\u0103m kinh nghi\u1ec7m<\/div>\n                <\/div>\n                <div class=\"p-4\">\n                    <div class=\"text-4xl md:text-5xl font-bold mb-2\">100%<\/div>\n                    <div class=\"text-green-400 font-bold uppercase text-sm tracking-wider\">Ph\u00e1p l\u00fd chu\u1ea9n ch\u1ec9<\/div>\n                <\/div>\n                <div class=\"p-4\">\n                    <div class=\"text-4xl md:text-5xl font-bold mb-2 counter\" data-target=\"500\">0<\/div>\n                    <div class=\"text-green-400 font-bold uppercase text-sm tracking-wider\">D\u1ef1 \u00e1n \/ N\u0103m<\/div>\n                <\/div>\n                <div class=\"p-4\">\n                    <div class=\"text-4xl md:text-5xl font-bold mb-2\">24\/7<\/div>\n                    <div class=\"text-green-400 font-bold uppercase text-sm tracking-wider\">H\u1ed7 tr\u1ee3 k\u1ef9 thu\u1eadt<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Clients -->\n    <section class=\"py-16 bg-white\">\n        <div class=\"container mx-auto px-6 text-center\">\n            <h3 class=\"text-gray-500 font-bold uppercase mb-10 tracking-widest text-sm\">Kh\u00e1ch h\u00e0ng ti\u00eau bi\u1ec3u<\/h3>\n            <div class=\"flex flex-wrap justify-center items-center gap-x-12 gap-y-8 opacity-70 grayscale hover:grayscale-0 transition duration-500\">\n                <span class=\"text-3xl font-black text-gray-800 hover:scale-110 transition cursor-default\">THACO<\/span>\n                <span class=\"text-3xl font-black text-blue-900 hover:scale-110 transition cursor-default\">PETROVIETNAM<\/span>\n                <span class=\"text-3xl font-black text-orange-600 hover:scale-110 transition cursor-default\">EVN<\/span>\n                <span class=\"text-3xl font-black text-blue-500 hover:scale-110 transition cursor-default font-serif italic\">Vietnam Airlines<\/span>\n                <span class=\"text-3xl font-black text-blue-600 hover:scale-110 transition cursor-default\">VINAMILK<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"py-20 bg-ticGreen relative overflow-hidden\">\n        <div class=\"absolute inset-0 bg-black opacity-10\"><\/div>\n        <div class=\"container mx-auto px-6 text-center text-white relative z-10\">\n            <h2 class=\"text-3xl md:text-4xl font-bold mb-6\">B\u1ea1n c\u1ea7n t\u01b0 v\u1ea5n v\u1ec1 Ki\u1ec3m \u0111\u1ecbnh &#038; An to\u00e0n?<\/h2>\n            <p class=\"text-lg md:text-xl mb-10 max-w-2xl mx-auto opacity-90\">H\u00e3y \u0111\u1ec3 TIC Vi\u1ec7t Nam \u0111\u1ed3ng h\u00e0nh c\u00f9ng s\u1ef1 ph\u00e1t tri\u1ec3n b\u1ec1n v\u1eefng c\u1ee7a doanh nghi\u1ec7p b\u1ea1n. Ch\u00fang t\u00f4i s\u1eb5n s\u00e0ng h\u1ed7 tr\u1ee3 ngay l\u1eadp t\u1ee9c.<\/p>\n            <div class=\"flex flex-col sm:flex-row gap-4 justify-center\">\n                <a href=\"tel:0587781781\" class=\"inline-flex items-center justify-center bg-white text-ticGreen font-bold py-4 px-8 rounded-full shadow-lg hover:bg-gray-100 transition transform hover:scale-105\">\n                    <i class=\"fas fa-phone-alt mr-3 animate-tada\"><\/i> G\u1ecdi ngay: 0587.781.781\n                <\/a>\n                <a href=\"mailto:kiemdinhtic@gmail.com\" class=\"inline-flex items-center justify-center border-2 border-white text-white font-bold py-4 px-8 rounded-full hover:bg-white hover:text-ticGreen transition transform hover:scale-105\">\n                    <i class=\"fas fa-envelope mr-3\"><\/i> G\u1eedi Email y\u00eau c\u1ea7u\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer id=\"lien-he\" class=\"bg-gray-900 text-white pt-20 pb-10 border-t-4 border-ticBlue\">\n        <div class=\"container mx-auto px-6\">\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-12 mb-16\">\n                <!-- Company Info -->\n                <div>\n                    <div class=\"text-3xl font-bold text-white mb-6 flex items-center gap-2\">\n                        TIC <span class=\"text-ticGreen\">VIET NAM<\/span>\n                    <\/div>\n                    <p class=\"text-gray-400 mb-6 text-sm leading-relaxed\">\n                        C\u00d4NG TY C\u1ed4 PH\u1ea6N \u0110\u00c0O T\u1ea0O V\u00c0 KI\u1ec2M \u0110\u1ecaNH TIC VI\u1ec6T NAM.<br>\n                        M\u00e3 s\u1ed1 thu\u1ebf: 0402250070<br>\n                        \u0110\u01a1n v\u1ecb h\u00e0ng \u0111\u1ea7u trong l\u0129nh v\u1ef1c ki\u1ec3m \u0111\u1ecbnh, hu\u1ea5n luy\u1ec7n an to\u00e0n v\u00e0 quan tr\u1eafc m\u00f4i tr\u01b0\u1eddng.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"flex items-start group\">\n                            <div class=\"w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center mr-3 group-hover:bg-ticGreen transition\">\n                                <i class=\"fas fa-map-marker-alt text-ticGreen group-hover:text-white\"><\/i>\n                            <\/div>\n                            <span class=\"text-gray-300 text-sm flex-1\">S\u1ed1 06 Ng\u00f4 T\u1eed H\u1ea1, P. An Kh\u00ea, TP. \u0110\u00e0 N\u1eb5ng<\/span>\n                        <\/div>\n                        <div class=\"flex items-center group\">\n                            <div class=\"w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center mr-3 group-hover:bg-ticGreen transition\">\n                                <i class=\"fas fa-phone text-ticGreen group-hover:text-white\"><\/i>\n                            <\/div>\n                            <span class=\"text-gray-300 text-sm\">0587.781.781<\/span>\n                        <\/div>\n                        <div class=\"flex items-center group\">\n                            <div class=\"w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center mr-3 group-hover:bg-ticGreen transition\">\n                                <i class=\"fas fa-envelope text-ticGreen group-hover:text-white\"><\/i>\n                            <\/div>\n                            <span class=\"text-gray-300 text-sm\">kiemdinhtic@gmail.com<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Quick Links -->\n                <div>\n                    <h4 class=\"text-lg font-bold mb-8 relative inline-block\">\n                        Li\u00ean k\u1ebft nhanh\n                        <span class=\"absolute -bottom-2 left-0 w-1\/2 h-1 bg-ticGreen\"><\/span>\n                    <\/h4>\n                    <ul class=\"space-y-3 text-sm text-gray-400\">\n                        <li><a href=\"#trang-chu\" class=\"hover:text-ticGreen transition flex items-center\"><i class=\"fas fa-angle-right mr-2 text-xs\"><\/i> Trang ch\u1ee7<\/a><\/li>\n                        <li><a href=\"#gioi-thieu\" class=\"hover:text-ticGreen transition flex items-center\"><i class=\"fas fa-angle-right mr-2 text-xs\"><\/i> V\u1ec1 ch\u00fang t\u00f4i<\/a><\/li>\n                        <li><a href=\"#ho-so-nang-luc\" class=\"hover:text-ticGreen transition flex items-center\"><i class=\"fas fa-angle-right mr-2 text-xs\"><\/i> H\u1ed3 s\u01a1 n\u0103ng l\u1ef1c<\/a><\/li>\n                        <li><a href=\"#dich-vu\" class=\"hover:text-ticGreen transition flex items-center\"><i class=\"fas fa-angle-right mr-2 text-xs\"><\/i> D\u1ecbch v\u1ee5 ki\u1ec3m \u0111\u1ecbnh<\/a><\/li>\n                        <li><a href=\"#lien-he\" class=\"hover:text-ticGreen transition flex items-center\"><i class=\"fas fa-angle-right mr-2 text-xs\"><\/i> Li\u00ean h\u1ec7 b\u00e1o gi\u00e1<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Map -->\n                <div>\n                    <h4 class=\"text-lg font-bold mb-8 relative inline-block\">\n                        B\u1ea3n \u0111\u1ed3\n                        <span class=\"absolute -bottom-2 left-0 w-1\/2 h-1 bg-ticGreen\"><\/span>\n                    <\/h4>\n                    <div class=\"bg-gray-800 h-56 rounded-xl overflow-hidden shadow-inner border border-gray-700\">\n                         <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3834.1147817457!2d108.196!3d16.05!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMTbCsDAzJzAwLjAiTiAxMDjCsDExJzQ4LjAiRQ!5e0!3m2!1svi!2s!4v1600000000000!5m2!1svi!2s\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"><\/iframe>\n                    <\/div>\n                <\/div>\n            <\/div>\n             \n            <div class=\"border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center text-gray-500 text-sm\">\n                <p>&copy; 2025 TIC VIET NAM. All rights reserved.<\/p>\n                <div class=\"flex space-x-4 mt-4 md:mt-0\">\n                    <a href=\"#\" class=\"hover:text-white transition\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                    <a href=\"#\" class=\"hover:text-white transition\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n                    <a href=\"#\" class=\"hover:text-white transition\"><i class=\"fab fa-youtube\"><\/i><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Back to Top Button -->\n    <button id=\"back-to-top\" class=\"fixed bottom-6 right-6 bg-ticBlue text-white p-3 rounded-full shadow-lg opacity-0 invisible transition-all duration-300 hover:bg-ticGreen z-40\">\n        <i class=\"fas fa-arrow-up\"><\/i>\n    <\/button>\n\n    <script>\n        \/\/ Mobile Menu Logic\n        const btn = document.getElementById('mobile-menu-btn');\n        const menu = document.getElementById('mobile-menu');\n        const links = document.querySelectorAll('.mobile-link');\n\n        btn.addEventListener('click', () => {\n            menu.classList.toggle('hidden');\n        });\n\n        \/\/ Close menu when clicking a link\n        links.forEach(link => {\n            link.addEventListener('click', () => {\n                menu.classList.add('hidden');\n            });\n        });\n\n        \/\/ Counter Animation for Numbers\n        const counters = document.querySelectorAll('.counter');\n        const speed = 200; \n\n        const animateCounters = () => {\n            counters.forEach(counter => {\n                const target = +counter.getAttribute('data-target');\n                const count = +counter.innerText.replace('+', ''); \/\/ Remove + sign for calculation if present\n                \n                const inc = target \/ speed;\n\n                if(count < target) {\n                    counter.innerText = Math.ceil(count + inc) + (target > 50 ? '+' : '+'); \/\/ Add + sign back\n                    setTimeout(animateCounters, 20); \/\/ Recurse\n                } else {\n                    counter.innerText = target + '+';\n                }\n            });\n        }\n\n        \/\/ Intersection Observer to trigger counter when visible\n        let counterSection = document.querySelector(\"#nang-luc\");\n        let observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    animateCounters();\n                    observer.unobserve(counterSection); \/\/ Run once\n                }\n            });\n        });\n        observer.observe(counterSection);\n\n        \/\/ Back to Top Button Logic\n        const backToTopBtn = document.getElementById('back-to-top');\n        \n        window.addEventListener('scroll', () => {\n            if (window.scrollY > 300) {\n                backToTopBtn.classList.remove('opacity-0', 'invisible');\n            } else {\n                backToTopBtn.classList.add('opacity-0', 'invisible');\n            }\n        });\n\n        backToTopBtn.addEventListener('click', () => {\n            window.scrollTo({ top: 0, behavior: 'smooth' });\n        });\n\n    <\/script>\n<script>\n    \/\/ --- C\u1ea4U H\u00ccNH 3 \u1ea2NH BANNER T\u1ea0I \u0110\u00c2Y ---\n    const bannerImages = [\n        \"https:\/\/kiemdinhtic.vn\/wp-content\/uploads\/2026\/02\/banner-2-scaled.jpeg\",\n        \"https:\/\/kiemdinhtic.vn\/wp-content\/uploads\/2026\/02\/banner-3-scaled.jpeg\",\n        \"https:\/\/kiemdinhtic.vn\/wp-content\/uploads\/2026\/02\/banner-1-scaled.jpeg\"\n    ];\n    \/\/ -------------------------------------\n\n    let currentBannerIndex = 0;\n    const heroSection = document.getElementById('trang-chu');\n\n    \/\/ H\u00e0m thay \u0111\u1ed5i h\u00ecnh n\u1ec1n\n    function changeBanner() {\n        currentBannerIndex = (currentBannerIndex + 1) % bannerImages.length;\n        \n        \/\/ Gi\u1eef nguy\u00ean l\u1edbp ph\u1ee7 m\u00e0u xanh (Gradient) \u0111\u1ec3 ch\u1eef lu\u00f4n r\u00f5\n        const overlay = \"linear-gradient(rgba(0, 51, 153, 0.8), rgba(0, 153, 51, 0.7))\";\n        const imageUrl = `url('${bannerImages[currentBannerIndex]}')`;\n        \n        heroSection.style.backgroundImage = `${overlay}, ${imageUrl}`;\n    }\n\n    \/\/ T\u1ef1 \u0111\u1ed9ng chuy\u1ec3n sau m\u1ed7i 3000 mili-gi\u00e2y (3 gi\u00e2y)\n    setInterval(changeBanner, 3000);\n    \n    \/\/ Th\u00eam hi\u1ec7u \u1ee9ng chuy\u1ec3n c\u1ea3nh m\u01b0\u1ee3t m\u00e0\n    heroSection.style.transition = \"background-image 1s ease-in-out\";\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>TIC Vi\u1ec7t Nam &#8211; An to\u00e0n h\u00f4m nay, h\u1ea1nh ph\u00fac ng\u00e0y mai Trang ch\u1ee7 Gi\u1edbi thi\u1ec7u H\u1ed3 s\u01a1 n\u0103ng l\u1ef1c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-101","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/pages\/101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/comments?post=101"}],"version-history":[{"count":11,"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/pages\/101\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/pages\/101\/revisions\/121"}],"wp:attachment":[{"href":"https:\/\/kiemdinhtic.vn\/index.php\/wp-json\/wp\/v2\/media?parent=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}