<!DOCTYPE html>
<html lang=”vi”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>
<title>VinFast SVF7 – Đại lý chính thức VinFast Bắc Ninh</title>
<style>
/* Reset CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: ‘Arial’, sans-serif;
}
body {
line-height: 1.6;
color: #333;
background-color: #f5f5f5;
}
/* Header */
header {
background-color: #003366;
color: white;
padding: 15px 0;
position: sticky;
top: 0;
z-index: 100;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
width: 120px;
height: auto;
}
.menu-toggle {
font-size: 24px;
cursor: pointer;
}
/* Mobile Menu */
.mobile-menu {
display: none;
background-color: #003366;
position: absolute;
top: 100%;
left: 0;
width: 100%;
padding: 15px;
}
.mobile-menu.active {
display: block;
}
.mobile-menu a {
display: block;
color: white;
text-decoration: none;
padding: 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* Hero Section */
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(‘https://vinfastbacninh.net/wp-content/uploads/2023/05/vinfast-svf7.jpg’);
background-size: cover;
background-position: center;
color: white;
padding: 60px 0;
text-align: center;
}
.hero h1 {
font-size: 28px;
margin-bottom: 15px;
}
.hero p {
font-size: 16px;
margin-bottom: 20px;
}
.btn {
display: inline-block;
background-color: #ff6600;
color: white;
padding: 12px 25px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}
/* Car Info */
.car-section {
padding: 30px 0;
}
.section-title {
text-align: center;
margin-bottom: 25px;
font-size: 24px;
color: #003366;
}
.car-features {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
margin-bottom: 30px;
}
.feature-card {
background: white;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.feature-card h3 {
color: #ff6600;
margin-bottom: 10px;
font-size: 18px;
}
/* Gallery */
.gallery {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-bottom: 30px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 5px;
transition: transform 0.3s;
}
.gallery img:hover {
transform: scale(1.03);
}
/* Contact Form */
.contact-form {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
margin-bottom: 30px;
}
.form-group {
margin-bottom: 15px;
}
.form-group label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 16px;
}
.form-group textarea {
height: 100px;
}
/* Footer */
footer {
background-color: #003366;
color: white;
padding: 20px 0;
text-align: center;
}
.social-icons {
margin: 15px 0;
}
.social-icons a {
color: white;
margin: 0 10px;
font-size: 20px;
}
/* Responsive Adjustments */
@media (min-width: 768px) {
.hero h1 {
font-size: 36px;
}
.car-features {
grid-template-columns: repeat(2, 1fr);
}
.gallery {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 992px) {
.car-features {
grid-template-columns: repeat(3, 1fr);
}
.gallery {
grid-template-columns: repeat(4, 1fr);
}
}
</style>
</head>
<body>
<header>
<div class=”container”>
<div class=”header-content”>
<img src=”https://vinfastbacninh.net/wp-content/uploads/2023/05/logo-vinfast.png” alt=”VinFast Bắc Ninh” class=”logo”>
<div class=”menu-toggle” id=”menuToggle”>☰</div>
</div>
<div class=”mobile-menu” id=”mobileMenu”>
<a href=”/”>Trang chủ</a>
<a href=”/o-to”>Ô tô</a>
<a href=”/xe-may”>Xe máy điện</a>
<a href=”/lien-he”>Liên hệ</a>
</div>
</div>
</header>
<section class=”hero”>
<div class=”container”>
<h1>VinFast SVF7 – Đẳng cấp thượng hạng</h1>
<p>Trải nghiệm công nghệ tiên phong cùng VinFast SVF7</p>
<a href=”#contact” class=”btn”>Đăng ký lái thử</a>
</div>
</section>
<section class=”car-section”>
<div class=”container”>
<h2 class=”section-title”>Thông số kỹ thuật</h2>
<div class=”car-features”>
<div class=”feature-card”>
<h3>Động cơ</h3>
<p>2 động cơ điện, công suất 402 mã lực</p>
</div>
<div class=”feature-card”>
<h3>Tốc độ tối đa</h3>
<p>200 km/h</p>
</div>
<div class=”feature-card”>
<h3>Tầm hoạt động</h3>
<p>450 km/lần sạc</p>
</div>
<div class=”feature-card”>
<h3>Tăng tốc</h3>
<p>0-100 km/h trong 5.5 giây</p>
</div>
<div class=”feature-card”>
<h3>Công nghệ</h3>
<p>Hệ thống lái tự động cấp độ 3</p>
</div>
<div class=”feature-card”>
<h3>Bảo hành</h3>
<p>7 năm hoặc 150.000 km</p>
</div>
</div>
<h2 class=”section-title”>Hình ảnh</h2>
<div class=”gallery”>
<img src=”https://vinfastbacninh.net/wp-content/uploads/2023/05/svf7-1.jpg” alt=”VinFast SVF7″ loading=”lazy”>
<img src=”https://vinfastbacninh.net/wp-content/uploads/2023/05/svf7-2.jpg” alt=”VinFast SVF7″ loading=”lazy”>
<img src=”https://vinfastbacninh.net/wp-content/uploads/2023/05/svf7-3.jpg” alt=”VinFast SVF7″ loading=”lazy”>
<img src=”https://vinfastbacninh.net/wp-content/uploads/2023/05/svf7-4.jpg” alt=”VinFast SVF7″ loading=”lazy”>
</div>
</div>
</section>
<section class=”car-section” id=”contact”>
<div class=”container”>
<h2 class=”section-title”>Đăng ký tư vấn</h2>
<div class=”contact-form”>
<form>
<div class=”form-group”>
<label for=”name”>Họ và tên</label>
<input type=”text” id=”name” required>
</div>
<div class=”form-group”>
<label for=”phone”>Số điện thoại</label>
<input type=”tel” id=”phone” required>
</div>
<div class=”form-group”>
<label for=”email”>Email</label>
<input type=”email” id=”email”>
</div>
<div class=”form-group”>
<label for=”interest”>Mẫu xe quan tâm</label>
<select id=”interest”>
<option value=”svf7″>VinFast SVF7</option>
<option value=”vf8″>VinFast VF8</option>
<option value=”vf9″>VinFast VF9</option>
</select>
</div>
<div class=”form-group”>
<label for=”message”>Nội dung</label>
<textarea id=”message”></textarea>
</div>
<button type=”submit” class=”btn”>Gửi yêu cầu</button>
</form>
</div>
</div>
</section>
<footer>
<div class=”container”>
<h3>Đại lý chính thức VinFast Bắc Ninh</h3>
<p>Địa chỉ: 123 Đường ABC, Thành phố Bắc Ninh</p>
<p>Hotline: 0123 456 789</p>
<div class=”social-icons”>
<a href=”#”>FB</a>
<a href=”#”>YT</a>
<a href=”#”>Zalo</a>
</div>
<p>© 2023 VinFast Bắc Ninh. All rights reserved.</p>
</div>
</footer>
<script>
// Mobile Menu Toggle
document.getElementById(‘menuToggle’).addEventListener(‘click’, function() {
document.getElementById(‘mobileMenu’).classList.toggle(‘active’);
});
// Lazy Loading for images
if (‘loading’ in HTMLImageElement.prototype) {
const images = document.querySelectorAll(‘img[loading=”lazy”]’);
images.forEach(img => {
img.src = img.dataset.src;
});
}
</script>
</body>
</html>