.main_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff4e6;
    padding: 10px 30px;
}

.main_content ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
}

.main_content li a {
    text-decoration: none;
    color: indigo;
    font-size: 17px;
    font-weight: 500;
    transition: color 0.3s;
}

.main_content li a:hover {
    color: darkorange;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search {
    padding: 6px 10px;
    font-size: 16px;
}

.search-btn {
    padding: 6px 12px;
    background-color: indigo;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btn:hover {
    background-color: darkorange;
}

.cart {
    font-size: 20px;
    text-decoration: none;
    margin-left: 10px;
}

.row_1 {
    display: flex;
    width: 100%;
    height: 100px;
    padding: 20px;
    border: 1px solid #e48749;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap; /* Để tự động xuống hàng khi không đủ chỗ */
}

.row_1 img {
    width: 100%;
    height: 100%;
}

.cell_1 {
    flex: 0 0 150px; /* Cố định độ rộng ảnh */
}


.cell_2 {
    /* padding: 20px;
    width: 300px; */
    flex: 1;
    min-width: 200px;
    word-wrap: break-word;
    white-space: normal;
    
}

.cell_2 h5 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: bold;
}

.cell_2 p {
    margin: 0;
    line-height: 1.5;
}


.login {
    margin-left: 10px;
    color: indigo;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.login:hover {
    color: darkorange;
}

.login-container {
    width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    text-align: center;
}

.login-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.input-group {
    margin-bottom: 15px;
    text-align: left;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.forgot-password {
    text-align: right;
    margin: 10px 0;
}

.forgot-password a {
    color: #1a73e8;
    text-decoration: none;
    font-size: 14px;
}

.login-btn {
    width: 100%;
    padding: 10px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.login-btn:hover {
    background: #333;
}

.register-link {
    margin-top: 15px;
    font-size: 14px;
}

.register-link a {
    color: #1a73e8;
    text-decoration: none;
}

footer {
    background-color: #222;
    color: white;
    padding: 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-section {
    max-width: 250px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section input {
    padding: 5px;
    width: 80%;
}

.footer-section button {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fcbf49;
    border: none;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
}

.content_tintuc {
    display: flex;
}

.content_vdv {
    /* flex: 6; */
    padding: 10px;
    background-color: lightblue;
    width: 100%;

}

.content_vot {
    flex: 4;
    /* chiếm 6 phần */
    background-color: lightgreen;
    padding: 10px;
}

.content_3 a{
 text-decoration: none;
}
