.banner {
    width: 100%;
    height: 500px; 
    background-image: url('Pictures/banner..jpg'); 
    background-size: cover; 
    background-position: bottom;
    color: white; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.banner h1 {
    font-size: 3em; 
    margin: 0;
    padding-top: 20px; 
}

.banner p {
    font-size: 1.5em; 
    margin: px 0 0;
}


#background {
    background-image: url('Pictures/main-banner-1.jpg');
    background-attachment: fixed; 
    background-position: center;
    background-size: cover;
    height: auto; 
    width: 100%;
}


header {
    background-color: #ffffff;
    color: #e5e7d4;
    padding: 13px 0;
}


nav {
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 1200px;
    margin:  auto;
    margin-top: -6px;
    padding: 0 20px;
}


.logo h1 {
    margin: 0;
    color: #013d3d;
}
.search-bar {
    vertical-align: middle;
    margin-top: -5px;
    padding: 3px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #3a4e31;
}
.search-icon {
    vertical-align: middle;
    margin-top: -5px;
    padding: 3px;
    width: 15px; 
    height: 15px;
  }
.menu {
    vertical-align:middle;
    font-size: large; 
    list-style-type: none; 
    margin: 0px;
    padding:0;
    display: flex;
}


.menu li {
    margin-left: 50px; 
    position: relative;
}


.menu a {
    color: #000000; 
    text-decoration: none; 
    padding: 10px; 
    border-radius: 10px;
    transition: background-color 0.3s, color 0,3s;
}


.menu a:hover {
    background-color:#D0E8C5;
}


.submenusp, .submenup {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 10px; 
    top: 100%;
    left: 0;
    list-style-type: none; 
    min-width:fit-content; 
    width: auto;     
}


.menu li:hover .submenusp, .menu li:hover .submenup {
    display: block; 
}


.submenusp li, .submenup li {
    margin: 0; 
    padding: 5px 10px; 
    text-align: left;
    white-space: nowrap;
}


.submenusp a, .submenup a {
    color: #000000; 
    padding: 10px 12px;
    display: block; 
}


.submenusp a:hover, .submenup a:hover {
    background-color: #D0E8C5; 
}


main {
    padding: 0;
    text-align: center;
}



.anhphongkhach{
    border-radius: 10px;
    width: 450px;
    height: 350px;
    float: left;
}

.tt {
    background-color: rgb(255, 255, 255);
    list-style-type: none;
    height: auto;
    width: 80%;
    margin: 0 auto; 
    padding: 20px;
}
.tt li{
    text-align:center;
    font-size:x-large;
    margin: 50px;
    bottom: 50px;
    vertical-align: middle;
}
.nut {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: rgb(51, 50, 50);
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.nut:hover {
    background-color: #ffffff;
    transform: scale(1.05);
}

.muiten {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.anhphongbep{
    border-radius: 10px;
    width: 450px; 
    height: 350px;
    float: right;
}
.anhphongngu{
        border-radius: 10px;
    width: 450px; 
    height: 350px;
    float: left;
}
.anhphonglamviec{
    border-radius: 10px;
    width: 450px; 
    height: 350px;
    float: right;
}
.dotrangtri{
    border-radius: 10px;
    width: 450px; 
    height: 350px;
    float: left;
}
.product-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-display {
    gap:8px;
    display: flex;
    overflow: hidden;
    width: 1000px; 
}

.product {
    min-width: 250px;
    transition: transform 0.5s ease;
}

.product.active {
    display: block;
}
.anhsp {
    width: 220px;
    height: 220px;
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease; 
    margin: 0;
    padding: 0;
}

.anhsp:hover {
    transform: scale(1.05);
}
.mua{

    background-color: #ff0000e0;
    color:#f5f5f5;
    border-color: #ddd3d3;
    height:30px;
    width: 60px;
    font-size: large;
    border-radius: 5px;
}
.mua:hover{
    transform: scale(1.05);
}
.arrow {
    background-color: #5cb85c;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.arrow:hover {
    background-color: #4cae4c; 
}
footer {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center; 
}

.footer-content, .footer-links, .footer-social {
    margin-bottom: 15px;
}

.footer-links ul {
    list-style-type: none; 
    padding: 0; 
}

.footer-links a, .footer-social a {
    text-decoration: none; 
    color: #007bff; 
}

.footer-links a:hover, .footer-social a:hover {
    text-decoration: underline; 
}