test 2

<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Luyện Thi Chứng Chỉ Hành Nghề Xây Dựng</title>
<script src="https://cdn.tailwindcss.com/3.4.16"></script>
<script>tailwind.config={theme:{extend:{colors:{primary:'#1e88e5',secondary:'#90caf9'},borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}}}}</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
<style>
:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Roboto', sans-serif;
background-color: #f8fafc;
}
.hero-bg {
background-image: linear-gradient(to bottom, rgba(30, 136, 229, 0.8), rgba(30, 136, 229, 0.4)), url('https://readdy.ai/api/search-image?query=construction%2520engineering%2520blueprint%2520with%2520building%2520models%2520and%2520architectural%2520plans%2520on%2520a%2520blue%2520background%2520with%2520soft%2520gradient%2520lighting%2520professional%2520clean%2520modern%2520workspace&width=1920&height=400&seq=hero123&orientation=landscape');
background-size: cover;
background-position: center;
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: white;
transition: width 0.3s;
}
.nav-link:hover:after {
width: 100%;
}
input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
width: 20px;
height: 20px;
border: 2px solid #1e88e5;
border-radius: 4px;
position: relative;
cursor: pointer;
}
input[type="checkbox"]:checked::before {
content: '✓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #1e88e5;
font-size: 14px;
}
input[type="radio"] {
appearance: none;
-webkit-appearance: none;
width: 20px;
height: 20px;
border: 2px solid #1e88e5;
border-radius: 50%;
position: relative;
cursor: pointer;
}
input[type="radio"]:checked::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
background-color: #1e88e5;
border-radius: 50%;
}
.category-button {
transition: all 0.3s ease;
}
.category-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.search-input:focus {
outline: none;
box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.3);
}
</style>
</head>
<body>
<header class="bg-white shadow-md">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center">
<a href="#" class="text-primary font-['Pacifico'] text-3xl">logo</a>
<span class="ml-2 text-gray-700 font-semibold">Luyện Thi Chứng Chỉ Hành Nghề Xây Dựng</span>
</div>
<div class="flex items-center space-x-4">
<div class="flex items-center text-gray-600">
<div class="w-8 h-8 flex items-center justify-center">
<i class="ri-phone-line"></i>
</div>
<span>0942004333</span>
</div>
<div class="flex items-center text-gray-600">
<div class="w-8 h-8 flex items-center justify-center">
<i class="ri-mail-line"></i>
</div>
<span>thanhhuong@gmail.com</span>
</div>
<div class="flex space-x-2">
<a href="#" class="w-8 h-8 bg-[#3b5998] text-white rounded-full flex items-center justify-center">
<i class="ri-facebook-fill"></i>
</a>
<a href="#" class="w-8 h-8 bg-[#1da1f2] text-white rounded-full flex items-center justify-center">
<i class="ri-twitter-fill"></i>
</a>
<a href="#" class="w-8 h-8 bg-[#ff0000] text-white rounded-full flex items-center justify-center">
<i class="ri-youtube-fill"></i>
</a>
</div>
</div>
</div>
</header>
<div class="hero-bg py-10">
<div class="container mx-auto px-4">
<h1 class="text-4xl font-bold text-white text-center mb-4">Luyện Thi Chứng Chỉ Hành Nghề Xây Dựng</h1>
<p class="text-white text-center text-lg mb-8">Hệ thống đề thi và tài liệu ôn tập chuyên nghiệp dành cho kỹ sư xây dựng</p>
</div>
</div>
<div class="py-2 bg-gray-100 text-gray-600 text-sm">
<div class="container mx-auto px-4">
<p>Chủ nhật, 08/06/2025, 10:45</p>
</div>
</div>
<div class="container mx-auto px-4 py-8">
<div class="flex flex-wrap">
<div class="w-full">
<div class="mb-8">
<div class="flex mb-4">
<button id="tab1-btn" class="tab-btn bg-primary text-white py-2 px-4 rounded-t-lg font-medium active">Hạng 1</button>
<button id="tab2-btn" class="tab-btn bg-gray-200 text-gray-700 py-2 px-4 rounded-t-lg font-medium">Hạng 2</button>
<button id="tab3-btn" class="tab-btn bg-gray-200 text-gray-700 py-2 px-4 rounded-t-lg font-medium">Hạng 3</button>
</div>
<div id="tab1-content" class="tab-content active bg-white p-6 rounded-lg shadow-md rounded-tl-none">
<h2 class="text-2xl font-bold text-gray-800 mb-6 pb-2 border-b border-gray-200">Bộ Đề Thi Chứng Chỉ Hành Nghề Xây Dựng Hạng 1</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Khai Thác Mỏ Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-bridge-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cầu Hầm Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-phone-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Thông Tin Cáp Thoại Nhiệt</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-water-flash-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Cơ Điện Cấp Thoát Nước</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-plug-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Cơ Điện - Hệ Thống Điện</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-fire-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cơ Thủy Lợi Bê Tông</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-road-map-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Công Trình Đường Bộ</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-bridge-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Kết Cấu Công Trình</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-map-pin-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Quy Hoạch Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-ruler-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Giám Sát Lắp Đặt Thiết Bị</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-home-gear-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Khảo Sát Địa Chất Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-eye-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Giám Sát Xây Dựng Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-earth-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Định Giá Xây Dựng Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-file-list-3-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Quản Lý Dự Án Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-landscape-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Khảo Sát Địa Hình Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-2-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Kiến Trúc Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-tools-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Nội Ngoại Thất</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-hammer-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thi Công Xây Dựng Hạng 1</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-4-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Nhà Cao Tầng</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-plant-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cảnh Quan Hạng 1</span>
</a>
</div>
</div>
<div id="tab2-content" class="tab-content bg-white p-6 rounded-lg shadow-md rounded-tl-none">
<h2 class="text-2xl font-bold text-gray-800 mb-6 pb-2 border-b border-gray-200">Bộ Đề Thi Chứng Chỉ Hành Nghề Xây Dựng Hạng 2</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Khai Thác Mỏ Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-bridge-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cầu Hầm Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-phone-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Thông Tin Cáp Thoại Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-water-flash-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Cơ Điện Cấp Thoát Nước 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-plug-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Cơ Điện - Hệ Thống Điện 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-fire-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cơ Thủy Lợi Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-road-map-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Công Trình Đường Bộ Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-bridge-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Kết Cấu Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-map-pin-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Quy Hoạch Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-ruler-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Giám Sát Lắp Đặt Thiết Bị 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-home-gear-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Khảo Sát Địa Chất Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-eye-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Giám Sát Xây Dựng Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-earth-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Định Giá Xây Dựng Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-file-list-3-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Quản Lý Dự Án Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-landscape-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Khảo Sát Địa Hình Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-2-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Kiến Trúc Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-tools-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Nội Ngoại Thất 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-hammer-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thi Công Xây Dựng Hạng 2</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-4-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Nhà Dân Dụng</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-plant-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cảnh Quan Hạng 2</span>
</a>
</div>
</div>
<div id="tab3-content" class="tab-content bg-white p-6 rounded-lg shadow-md rounded-tl-none">
<h2 class="text-2xl font-bold text-gray-800 mb-6 pb-2 border-b border-gray-200">Bộ Đề Thi Chứng Chỉ Hành Nghề Xây Dựng Hạng 3</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Khai Thác Mỏ Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-bridge-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cầu Hầm Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-phone-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Thông Tin Cáp Thoại Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-water-flash-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Cơ Điện Cấp Thoát Nước 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-plug-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Cơ Điện - Hệ Thống Điện 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-fire-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cơ Thủy Lợi Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-road-map-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">TK Công Trình Đường Bộ Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-bridge-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Kết Cấu Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-map-pin-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Quy Hoạch Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-ruler-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Giám Sát Lắp Đặt Thiết Bị 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-home-gear-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Khảo Sát Địa Chất Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-eye-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Giám Sát Xây Dựng Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-earth-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Định Giá Xây Dựng Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-file-list-3-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Quản Lý Dự Án Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-landscape-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Khảo Sát Địa Hình Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-2-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Kiến Trúc Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-tools-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Nội Ngoại Thất 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-hammer-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thi Công Xây Dựng Hạng 3</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-building-4-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Nhà Cấp 4</span>
</a>
<a href="#" class="category-button bg-white border border-gray-200 hover:border-primary rounded-lg p-4 flex items-center shadow-sm">
<div class="w-10 h-10 flex items-center justify-center bg-blue-50 rounded-full mr-3">
<i class="ri-plant-line text-primary ri-lg"></i>
</div>
<span class="text-gray-700 font-medium">Thiết Kế Cảnh Quan Hạng 3</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-gray-800 text-white pt-12 pb-6">
<div class="container mx-auto px-4">
<div class="text-center">
<h4 class="text-xl font-bold mb-4">Thông Tin Liên Hệ</h4>
<ul class="space-y-3 inline-block text-left">
<li class="flex items-start">
<div class="w-5 h-5 flex items-center justify-center mt-1 mr-3">
<i class="ri-map-pin-line"></i>
</div>
<span class="text-gray-400">123 Đường Nguyễn Văn Linh, Quận 7, TP. Hồ Chí Minh</span>
</li>
<li class="flex items-center">
<div class="w-5 h-5 flex items-center justify-center mr-3">
<i class="ri-phone-line"></i>
</div>
<span class="text-gray-400">0942004333</span>
</li>
<li class="flex items-center">
<div class="w-5 h-5 flex items-center justify-center mr-3">
<i class="ri-mail-line"></i>
</div>
<span class="text-gray-400">thanhhuong@gmail.com</span>
</li>
<li class="flex items-center">
<div class="w-5 h-5 flex items-center justify-center mr-3">
<i class="ri-time-line"></i>
</div>
<span class="text-gray-400">8:00 - 17:30, Thứ Hai - Thứ Bảy</span>
</li>
</ul>
</div>
<div class="border-t border-gray-700 mt-10 pt-6">
<div class="text-center">
<p class="text-gray-400 text-sm">© 2025 Luyện Thi Chứng Chỉ Hành Nghề Xây Dựng. Tất cả quyền được bảo lưu.</p>
</div>
</div>
</div>
</footer>
<script id="tab-switcher">
document.addEventListener('DOMContentLoaded', function() {
const tabButtons = document.querySelectorAll('.tab-btn');
const tabContents = document.querySelectorAll('.tab-content');
tabButtons.forEach(button => {
button.addEventListener('click', () => {
// Remove active class from all buttons and contents
tabButtons.forEach(btn => {
btn.classList.remove('active');
btn.classList.remove('bg-primary');
btn.classList.remove('text-white');
btn.classList.add('bg-gray-200');
btn.classList.add('text-gray-700');
});
tabContents.forEach(content => {
content.classList.remove('active');
});
// Add active class to clicked button and corresponding content
button.classList.add('active');
button.classList.add('bg-primary');
button.classList.add('text-white');
button.classList.remove('bg-gray-200');
button.classList.remove('text-gray-700');
const tabId = button.id.replace('-btn', '-content');
document.getElementById(tabId).classList.add('active');
});
});
});
</script>
</body>
</html>
 

  Ý kiến bạn đọc

Mã bảo mật   
Thống kê truy cập
  • Đang truy cập19
  • Thành viên online2
  • Máy chủ tìm kiếm7
  • Khách viếng thăm10
  • Hôm nay2,456
  • Tháng hiện tại13,705
  • Tổng lượt truy cập7,596,415
Bạn đã không sử dụng Site, Bấm vào đây để duy trì trạng thái đăng nhập. Thời gian chờ: 60 giây