.header{
    box-shadow: 0 1px 3px 0 rgb(0 0 0 /10%);

}
.header-top{
    background-color: var(--color-tieude);
    color: var(--color-text);
    font-size: 18px;
    padding: 10px;
    text-align: center;
    
}
.header-main .inner-wrap{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 ;
}
.header-main .inner-logo img{
    height: 80px;
    width: auto;
    margin-right: 20px;
}
.header-main .inner-menu-mobi{
    display: none;
}
a{
    text-decoration: none;
}
.header-main .inner-menu ul{
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style-type: none;

}
.header-main .inner-menu ul li{
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.header-main .inner-menu ul li{
    color: var(--color-tieude);
    font-size: 18px;
    color: var(--color-text);
}
.header-main .inner-contac{
    display: flex;
    margin-top: 20px;
     font-size: 30px;
     gap: 20px;
}

.item .product .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 15px;
    width: 80%;
    border: 1px solid black;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s all ease-out;
}

.item .product .btn:hover {
    color: red;
    border: 1px solid red;
    transition: 0.3s all ease-out;
}

/* Cart Item Count (the number 0) */
.header-main .inner-cart p.cart-item {
    position: absolute;
    top: -5px;   /* Điều chỉnh để dịch lên trên */
    right: -5px; /* Điều chỉnh để dịch sang phải, nằm ngoài icon một chút */
    
    background-color: red; /* Màu nền số lượng */
    color: white; /* Màu chữ */
    border-radius: 50%; /* Hình tròn */
    padding: 2px 6px; /* Padding để số không bị sát viền quá */
    font-size: 12px; /* Kích thước chữ số lượng */
    min-width: 12px; /* Đảm bảo hình tròn đủ to cho số 0 hoặc 1 chữ số */
    text-align: center; /* Căn giữa chữ */
    box-sizing: border-box; /* Đảm bảo padding không làm tăng kích thước total */

    /* Để căn giữa số một cách hoàn hảo trong hình tròn nhỏ */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.header-main .inner-cart i{
    margin-top: 20px;
}

@media(max-width:1200px)
{
    .header-top{
        font-size: 12px;
    }
    .section-three .container .grid{
        grid-template-columns: repeat(2, 1fr); /* 2 cột */
    }
    
}
@media(max-width:1350px)
{
    .header-main .container .inner-mxh {
        display: none;
    }
    .section-three .container .grid {
        grid-template-columns: repeat(2, 1fr); /* 2 cột */
        max-width: 900px; /* Giới hạn chiều rộng tổng thể của grid cho 2 cột */
    }

}

@media(max-width:1000px)
{
    .inner-menu {
        position: fixed;
        top: 0;
        left: -300px;
        width: 250px;
        height: 100%;
        background-color: var(--color-tieude);
        color: white;
        padding: 60px 20px;
        transition: all 0.3s ease;
        z-index: 999;
    }
    .section-three .grid {
        grid-template-columns: 1fr; /* 1 cột duy nhất */
    }

    .inner-menu ul {
        display: flex;
        flex-direction: column;
    }

    .inner-menu ul li a{
        color: white;
        font-size: 15px;
        font-weight: 500;
    }

    .inner-menu.menu-active {
        left: 0;
    }

    .header .inner-menu-mobi{
        display: block;
        font-size: 30px;
        color: var(--color-tieude);
        margin-right:30px ;
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s ease-in-out;
    }

    .header .inner-menu-mobi:hover{
        color: red;
        transition: all 0.3s ease-in-out;
    }

    .inner-cart {
        margin-left: 100px;
    }

    .header-main .inner-logo{
        margin-left: 50px;
    }
    .header-main .inner-content .inner-tieude{
        font-size: 5px;
        margin-left:15px ;
    }



}

.section-one{
    background-color:#F0F1F3 ;
    padding: 100px 0 ;
}
.section-one .inner-wrap{
    display: flex;
}
.section-one .inner-image img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    margin-left: 10px;
}
.section-one .inner-content{
    width: 50%;
}
.section-one .inner-image {
    width: 50%;
    position: relative;
}
.section-one .giasp {
    background-color: #FEC803;
    color: white;
    padding: 8px 15px; 
    font-weight: bold; 
    border-radius: 50%;
    position: absolute; 
    top: 15px; 
    right: 15px; 
    z-index: 2; /* Đảm bảo nó hiển thị trên ảnh (ảnh thường có z-index mặc định là 0 hoặc 1) */
    position: absolute;
    width: 150px;
    height: 150px;
}
.section-one .giasp span {
    margin-top: 40px;
    font-size: 25px; /* Làm cho số tiền lớn hơn một chút */
    display: block; /* Đảm bảo nó xuống dòng mới */
    margin-left: 20px;
    color: var(--color-tieude);
}
.section-one .inner-content .inner-tieude{
    font-size: 60px;
    color: var(--color-tieude);
}
.section-one .inner-content .noidung{
    font-size: 22px;
    color: var(--color-text);
    margin-bottom: 30px;
}
.section-one .inner-content .inner-list{
    display: flex;
}
.section-one .inner-content .inner-item1{
    width: 50%;
}
.section-one .inner-content .inner-item2{
    width: 50%;
}
.section-one .inner-content .inner-item3 button{
    border-radius :30px;;
    background-color: #FEC803;
    color: #EAEFF3;
    margin-top: 50px;
    width: 200px;
    height: 80px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    border: none;
}
.section-one .inner-content .inner-item3 button:hover{
    background-color: white;
    border: 2px solid ;
    color: #FEC803;
    border-color: #FEC803;
}
@media screen and (max-width:1200px){
        .section-one .inner-image2{
            display: none;
        }
        .section-two .inner-wrap{
            justify-content: center;
        }
}
.section-two {
    padding: 20px;
}
/* section 2 khối thửs 2 */
.section-two .inner-wrap{
    display: flex;
    
    justify-content: center;
}
.section-two .inner-wrap .box1{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var( --color-hotline);
    padding: 20px;
    color: #F0F1F3;
    border-radius: 5px;
    margin-right: 5px;
}
.section-two .inner-wrap .box2{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var(--color-tieude);
    padding: 20px;
    color: #F0F1F3;
    border-radius: 5px;

}
.section-two .inner-wrap .box3{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var( --color-ycaubaogia);
    padding: 20px;
    color: #F0F1F3;
    border-radius: 5px;
    margin-left: 5px;
}
.section-two .box1 a{
    color: #F0F1F3;
}
.section-two .box2 a{
    color: #F0F1F3;
}
.section-two .box3 a{
    color: #F0F1F3;
}
@media (max-width:1000px) {
    .section-two .inner-wrap{
        flex-wrap: wrap;
    }
    .section-two .box1{
        width: 100%;
        margin-left: 0px;
        margin-right: -10px;
    }
        .section-two .box2{
        width: 100%;

    }
        .section-two .box3{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
.section-three .grid{
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
}
.section-three .item{
    border: none ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* x-offset y-offset blur-radius spread-radius color */
}
.section-three .item .product img{
    height: 300px;
    width: 350px;
    margin-left: 5px;
}

/* Section four */
.section-four .inner-wrap .header{
    margin-top: 50px;
}
.section-four .inner{
    display: flex;
    justify-content: space-evenly;
}
.section-four .inner img{
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 50px;
}
.section-four .video{
    margin: 100px 0 ;
}
/* end section four */
/* section-five */
.section-five{
    background-color: #EAEFF3;
}
.section-five .inner-wrap{
    display: flex;
    padding: 50px;
}
.section-five .inner-wrap .conten-trai{
    max-width: 35%;
    margin-right: 20px;
}
.section-five .inner-wrap .conten-phai{
    max-width: 35%;
    margin-right: 20px;
}
.section-five .inner-wrap .anh_sua_xe{
    max-width: 30%;
}
.section-five .inner-wrap .anh_sua_xe img{
    height: 500px;
    width: 450px;
}
.section-five .inner-wrap h3{
    font-size: 20px;
    color: var(--color-tieude);
}
.section-five .inner-wrap p{
    font-size: 15px;
    color: var(--color-text);
}
/*End section-five */
/* section-six */
.section-six .container{
    width: 100%;
    max-width: 1000px;

    margin-left: auto;
    margin-right: auto;
}
.section-six{
    padding: 50px;
}
.section-six .inner-wrap{
    display: flex;
    justify-content: space-around;
}
.section-six .inner-wrap .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-six .inner-wrap .item i {
    font-size: 40px; /* Kích thước icon lớn hơn */
    color: #007bff; /* Màu xanh cho icon */
    margin-bottom: 10px; /* Khoảng cách dưới icon */
}
/* End section-six */
/* section seven -----------------------------------------------------------------------------------------------------------------*/
.section-seven{
    background-color: var(--color-tieude);
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: white;
}
.section-seven .inner-wrap{
    display: flex;
    justify-content: space-around;

}
.section-seven .inner-wrap .item h3{
    color: white;
}
.section-seven .inner-wrap .item .hotlinetv{
    background-color: red;
    max-width:  300px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: #EAEFF3;
    gap: 20px;
}
.section-seven .inner-wrap .item .ycbaogia{
    background-color: #007bff;
    width: 200px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: #EAEFF3;
    gap: 20px;
}
.section-seven .inner-wrap .item .ycbaogia .icon{
    margin-right: 10px;
}
/* End section seven */
.section-three .grid .item .product {
    text-align: center;
}
.section-three .grid .item .product .p{
    color: red;
}
.section-three .grid .item .product .btn{
    border: none;
}
.section-three .grid .item .product .btn:hover{
    border:  1px  solid black;
}
.header .header-top{
    color: #FEC803;
}
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* Màu nền chung cho cả phần section này */
.section-six\.5 { /* Dùng dấu \ để escape dấu chấm nếu tên class có dấu chấm */
    background-color:#F0F1F3; /* Màu nền rất tối hoặc đen */
    padding: 80px 0; /* Tăng padding trên/dưới để tạo khoảng trống */
    display: flex; /* Dùng flexbox để căn giữa container */
    justify-content: center;
    align-items: center;
    min-height: 500px; /* Đảm bảo chiều cao tối thiểu cho dễ nhìn */
}

.section-six\.5 .container {
    display: flex; /* Bật flexbox cho container */
    justify-content: space-between; /* Đẩy nội dung và form ra hai phía */
    align-items: flex-start; /* Căn chỉnh các item con lên trên */
    max-width: 1200px; /* Giới hạn chiều rộng tối đa */
    margin: 0 auto; /* Căn giữa container */
    padding: 0 20px; /* Padding hai bên */
    flex-wrap: wrap; /* Cho phép các item xuống dòng trên màn hình nhỏ */
}

/* Phần tiêu đề/slogan */
.section-six\.5 .tieude {
    flex: 1; /* Cho phép phần này co giãn */
    max-width: 30%; /* Giới hạn chiều rộng tối đa */
    padding-right: 40px; /* Khoảng cách với form */
}

.section-six\.5 .tieude h1 {
    font-size: 36px; /* Kích thước chữ to */
    font-weight: bold;
    color: #4a4a4a; /* Màu chữ tối hơn cho slogan để hợp với nền sáng */
    line-height: 1.4; /* Khoảng cách dòng */
    position: relative; /* Dùng để thêm dấu ngoặc kép */
    padding-left: 60px; /* Khoảng trống cho dấu ngoặc kép */
}

/* Tạo dấu ngoặc kép lớn */
.section-six\.5 .tieude h1::before {
    content: "\201C"; /* Ký tự dấu ngoặc kép mở */
    font-family: Arial, sans-serif; /* Hoặc font khác hỗ trợ ký tự này */
    font-size: 150px; /* Kích thước rất lớn */
    color: #666; /* Màu xám đậm */
    position: absolute;
    left: 0;
    top: -40px; /* Điều chỉnh vị trí */
    line-height: 1;
    opacity: 0.5; /* Làm mờ dấu ngoặc kép */
}

/* Phần form */
.section-six\.5 .form {
    flex: 1; /* Cho phép form co giãn */
    max-width: 70%; /* Giới hạn chiều rộng tối đa */
    display: flex;
    flex-wrap: wrap; /* Cho phép các input xuống dòng */
    gap: 20px; /* Khoảng cách giữa các input */
    padding-left: 40px; /* Khoảng cách với tiêu đề */
}

.section-six\.5 .form input {
    width: calc(50% - 10px); /* 2 cột, trừ đi một nửa gap */
    padding: 15px 20px;
       background-color: #333333; /* Màu nền input xám đậm như hình */
    border: 1px solid #555555; /* Viền input xám đậm hơn */
    color: white; /* Màu chữ nhập vào */
    border-radius: 5px;
    font-size: 16px;
    outline: none; /* Bỏ viền khi focus */
}

/* Input cho nội dung quan tâm (full width) */
.section-six\.5 .form input[placeholder="Nội dung quan tâm"] {
    width: 100%; /* Đảm bảo nó chiếm toàn bộ chiều rộng */
    height: 120px; /* Chiều cao lớn hơn cho trường tin nhắn */
    box-sizing: border-box; /* Đảm bảo padding không làm tăng kích thước */
}

/* Placeholder text color */
.section-six\.5 .form input::placeholder {
    color: #bbb; /* Màu chữ placeholder */
    opacity: 1; /* Đảm bảo màu hiển thị rõ */
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}

.section-six\.5 .form button {
    width: 100%; /* Nút chiếm toàn bộ chiều rộng */
    padding: 15px 20px;
    background: linear-gradient(to right, #007bff, #0056b3); /* Màu gradient xanh */
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease; /* Hiệu ứng hover */
}

.section-six\.5 .form button:hover {
    background: linear-gradient(to right, #0056b3, #007bff); /* Đổi gradient khi hover */
}

/* Media Queries cho Responsive Design */
@media (max-width: 992px) {
    .section-six\.5 .container {
        flex-direction: column; /* Xếp chồng tiêu đề và form trên màn hình nhỏ */
        align-items: center;
    }

    .section-six\.5 .tieude,
    .section-six\.5 .form {
        max-width: 100%; /* Chiếm toàn bộ chiều rộng */
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 40px; /* Khoảng cách giữa tiêu đề và form */
    }

    .section-six\.5 .tieude h1 {
        text-align: center;
        padding-left: 0;
    }

    .section-six\.5 .tieude h1::before {
        display: none; /* Ẩn dấu ngoặc kép trên màn hình nhỏ */
    }
}

@media (max-width: 768px) {
    .section-six\.5 .form input {
        width: 100%; /* Mỗi input chiếm 100% chiều rộng trên màn hình rất nhỏ */
    }
}