header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:white;
    padding: 20px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color:white;
    color: #333;
    height: 100vh;
}

header .logo img {
    width: 120px;
    height: auto;
}
.luachon2 {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    flex-wrap: wrap; /* Cho phép các phần tử chuyển xuống dòng tiếp theo nếu không đủ không gian */
    margin-top: 20px; /* Khoảng cách từ phần trên cùng của luachon2 đến phần trên cùng của trang */
}

.highlight {
    color: black; /* Màu xám */
}
.text{
    color: grey;
    font-size: 30px;
    margin-top: 80px;
    margin-left: 30px;
}
.button3 {
    text-decoration: none; /* Loại bỏ dấu gạch chân */
    color: black;
    padding: 10px 20px;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    
}
.button3:hover {
    background-color: rgb(233, 230, 230);
    color: black;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    margin-right: 10px; /* Thêm margin giữa các nút */
    margin-left: -3px; /* Dịch nút về phía bên trái */
    margin-left: 30px;
    margin-bottom: 5px;
    
}

.button1 {
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    border: 1px solid rgb(4, 68, 195);
    background-color: rgb(4, 68, 195);
    border-radius: 5px;
    font-size: 20px;
    
}
.luachon1 {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    flex-wrap: wrap; /* Cho phép các nút chuyển xuống dòng tiếp theo nếu không đủ không gian */
  }
  .car-category{
    text-decoration: none;
    margin-bottom: 10px;
    color: black;
    padding: 10px 20px;
    font-size: 15px; 
  
}
    

.car-category:hover {
    text-decoration: underline;
    
}
.video2{
    text-align: left;
    margin-left: 500px;
}
.image3{
    margin-top: 100px;
    margin-left: 100px;
}
.imagevideo {
    display: flex; /* Sử dụng flexbox để các phần tử con nằm cạnh nhau */
    justify-content: space-between; /* Các phần tử con được căn cách đều nhau trên hàng ngang */
    align-items: center; /* Căn dọc các phần tử con theo trục y */
    margin: 20px 0; /* Khoảng cách ngoài cùng */
}

.image3, .video3 {
    flex: 1; /* Phần tử con sẽ mở rộng để điền vào không gian trống */
    margin: 0 10px; /* Khoảng cách giữa các phần tử */
    text-align: center; /* Căn giữa nội dung trong mỗi phần tử */
}

.image3 img, .video3 video {
    max-width: 100%; /* Đảm bảo ảnh và video không vượt quá chiều rộng của phần tử cha */
    height: auto; /* Đảm bảo tỉ lệ khung hình tự động */
}


.highlight {
    font-weight: bold;
    text-align: center;
    padding: 8px;
}
.container {
    max-width: 600px;
    margin-left: 70px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
   
  }
  table {
    width: 70%;
    border-collapse: collapse;
    border-left: 500px;
  }
  th, td {
    text-align: left;
    padding: 8px;
  }
  th {
    background-color: #f2f2f2;
  }


.nut{
    border: 1px solid rgb(40, 40, 174); 
    color: brgb(40, 40, 174)lue; 
    background-color: transparent; 
    height: 35px; 
    width: 200px; 
    border-radius: 5px;
    margin-top: 25px;
}
.nut:hover
{
 background-color: rgb(40, 40, 174);
 color: white;
}
.container1 {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid rgb(40, 40, 174);
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -100px;
    height: 400px;
    margin-top: 40px;
    width: 350px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}
.nuta {
    display: block;
    text-align: center;
    margin-top: 50px;
    text-decoration: none;
    color: rgb(40, 40, 174);
    margin-right: 60px;
}
.nut2{
    border: 1px solid rgb(40, 40, 174); 
    color: rgb(40, 40, 174); 
    background-color: transparent; 
    height: 35px; 
    width: 200px; 
    border-radius: 6px;
    margin-top: 25px;
    margin-left: 655px;
}
.nut2:hover
{
 background-color: rgb(40, 40, 174);
 color: white;
}
.body1 {
    width: 80%;
    margin: 20px auto;
  }
.nav {
    display: block;
    justify-content: space-between;
    padding: 10px 0; /* Để tăng khoảng cách giữa các xe */
    margin-left: 300px;
    width: 1500px;
    
  }
.item {
    width: 48%;
    padding: 15px 0;
    position: relative;
  }
  .nav .item {
    border-bottom: 1px solid #ccc; /* Đường kẻ màu xám dưới mỗi dòng chữ */
    padding: 10px 0; /* Để tăng khoảng cách giữa các dòng chữ */
  }

.ket {
    display: flex;
    gap: 10px;
    margin-top: 100px;
    margin-left: 400px;
}
.ket a {
  text-decoration: none; /* Remove underline */
  color: black; /* Set link color */
  padding: 5px 10px; /* Add padding to links */
  transition: background-color 0.3s; /* Add transition for background color */
  text-align: center;
}
.footer {
    margin-top: 20px;
    text-align: center;
    color: gray;
}
.mui-ten {
    position: absolute;
    right: 0;
    color: #007cc4;
  }