*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:sans-serif;
}
.container nav{
    position:fixed;
    background-color: #266411;
    width: 100%;
}
.menu{
    margin: 0px 100px;
    display: flex;
    justify-content: space-between;
}
.logo img{
    margin: auto;
    width: 180px;
}
.menu-1{
    margin: auto;
    display: flex;
}
.menu-1 a{
    color: #D4E0D9;
    margin-left: 20px;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: bold;
}
.menu-1 a:hover{
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 10px;
    color: yellow;
}
.timkiem{
    position: relative;
    margin: auto; 
}
.timkiem input{
    border-radius: 1rem;
    height: 30px;
    padding-left: 30px;
    font-size: 13px;
    border: 1px solid white;
    outline: none;
}
.timkiem i{
    position: absolute;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 13px;
    color: rgb(135, 121, 121);
}
.dangnhap{
    display: flex;
    margin: auto;
}
.dangnhap a{
    margin-left: 15px;
    margin-right: 10px;
    text-decoration: none;
    color: #D4E0D9;
    font-size: 20px;
}
.dangnhap a i{
    padding: 8px 5px;
    border-radius: 50%;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid #D4E0D9;
}
.dangnhap a i:hover{
    transition: 0.4s;
    border: 1px solid #266411;
}
#icon{
    padding: 8px 8px;
}
main{
    width: 100%;
    background-color: #F5F7F3;
}
#banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 50px;
}
#img {
    margin-top: 55px;
    width: 100%;
    height: 550px;
}
button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgb(209, 188, 160);
    font-size: 30px;
    transition: opacity 0.3s;
    z-index: 1;
}
.right {
    right: 0;
}
.left {
    left: 0;
}
.sanphamhot{
    margin: 0px 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.sanphamhot hr{
    width: 530px;
    height: 2px;
    border: 2px solid #bbc3b8;
    font-weight: bold;
    margin-top: 10px;
}
.sanphamhot i{
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #266411;
}
.sanphamhot >.tatca{
    color: #266411;
    text-decoration: none;
    font-weight: bold;
}
.tatca i{
    font-size: 13px;
    color: #bbc3b8;
}
.sanpham{
    display: flex;
    justify-content: space-between;
    margin: 0px 100px;
    margin-bottom: 50px;
}
.sanpham a{
    text-decoration: none;
    color: black;
}
.sanpham-1{
    width: 191px;
    overflow: hidden;
    box-shadow:0 1px 10px -2px rgba(0,0,0,.12),
    0 1px 2px rgba(0,0,0,.24);
}
.sanpham-1:hover{
    box-shadow:0 5px 20px -2px rgba(0,0,0,.12),
                0 5px 20px rgba(0,0,0,.24);
}
.anh{
    opacity: 1;
    width: 191px;
    height: 260px;
    overflow: hidden;
}
.sanpham-1 img{
    width: 191px;
    height: 260px;
    transition: 0.4s;
}
/* .sanpham-1 img:hover{
    transform: scale(1.1);S
} */
.chitiet{
    display: block;
    margin:  0 5px;
}
.chitiet >.tensp p{
    white-space: nowrap; /* Ngăn chữ dài bị xuống dòng */
    overflow: hidden; /* Ẩn phần chữ vượt ra khỏi sanpham */
    text-overflow: ellipsis;/* Hiển thị dấu ba chấm */
    margin-top: 10px;
    color: black;
    margin-bottom: 10px;
}
.danhgia >.giamgia{
    float: left;
    border-left: 1px  dashed white;
    border-right: 1px dashed white;
    background-color: #F69113;
    padding: 0px 3px;
    font-size: 12px;
    color: white;
}
.danhgia p{
    font-size: 14.4px;
    float: right;
    color: #7E8886;
    font-size: 12px;
}
.gia del{
    font-size: 14.4px;
    margin-top: 10px;
    margin-right: 20px;
    float: left;
    color: #7E8886;
}
.gia b{
    float: left;
    font-size: 14.4px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.diachihoa{
    background-color: #eceff4;
    padding-bottom: 50px;
}
.shophoakv{
    padding-top: 50px;
    margin:  0px 100px;
    text-align: center;
}
.shophoakv b{
    font-size: 18px;
}
.shophoakv p{
    text-align: center;
    line-height: 1.5;
    margin: 0px 200px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.diachikv{
    display: flex;
    justify-content: space-between;
}
.khuvuc{
    width: 400px;
}
.khuvuc img{
    width: 400px;
    height: 180px;
    margin-bottom: 10px;
}
.khuvuc b{
    font-size: 17px;
}
.khuvuc p{
    margin: auto;
    width: 370px;
    border-top: 2px solid #bbc3b8;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 15px;
}
footer{
    color: rgb(245, 237, 237);
    width: 100%;
    background-color: #314737;
}
.footer-1{
    margin: 0px 100px;
}
.footer-logo{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.footer-logo img{
    margin-right: 80px;
    width: 200px;
    height: 60px;
}
.footer-logo p{
    margin-top: 20px;
    color: rgb(245, 237, 237);
}
hr{
    color: #f1f1e5;
    margin: 40px 0px;
}
.lienhe-center{
    display: flex;
    justify-content: space-between;
}
.lienhe-1{
    display: flex;
}
.lienhe-1 i{
    font-size: 12px;
    margin-top: 2px;
    margin-right: 10px;
}
.lienhe-1 p{
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}
.diachi{
    width: 415px;
    display: flex;
}
.diachi p{  
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 13px;
}
.hotroKH b{
    font-size: 20px;
}
.hotroKH-1{
    width: 265px;
    display: flex;
    border-bottom: 1px solid #46594b;
}
.hotroKH-1 i{
    margin-top: 15px;
    margin-right: 15px;
    font-size: 10px;
    color: #46594b;
}
#right{
    margin-top: 40px;
}
.hotroKH-1 p{
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}
.hotroKH-1 >.huongdan{
    margin-top: 35px;
}
.footer-cuoi{
    display: flex;
    justify-content: space-between;
}
.facebook p{
    margin-bottom: 10px;
}
.facebook b{
    font-size: 14px;
    margin-right: 10px;
}
.facebook i{
    margin-top: 25px;
    margin-right: 10px;
}
.center p{
    margin-top: 83px;
    font-family: initial;
    font-variant: small-caps;
    margin-bottom: 30px;
}
.chinhsach{
    display: flex;
}
.chinhsach b{
    margin-left: 20px;
    font-size: 13px;
    color: white;
}
.facebook-1{
    position: relative;
    display: inline;
}
.facebook-1:hover:before { 
    width: 128px; 
    font-size: 14px;
    color: white;
    content: "Follow on Facebook";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    background-color:black;
    padding: 5px;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.facebook-1:before {
    content: "";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.instagram{
    position: relative;
    display: inline;
}
.instagram:hover:before {  
    width: 128px; 
    font-size: 14px;
    color: white;
    content: "Follow on Instagram";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    background-color:black;
    padding: 5px;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.instagram:before {
    content: "";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.tiktok{
    position: relative;
    display: inline;
}
.tiktok:hover:before {  
    width: 110px; 
    font-size: 14px;
    color: white;
    content: "Follow on TikTok";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    background-color:black;
    padding: 5px;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.tiktok:before {
    content: "";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.youtube{
    position: relative;
    display: inline;
}
.youtube:hover:before {  
    width: 128px; 
    font-size: 14px;
    color: white;
    content: "Follow on YouTuBe";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    background-color:black;
    padding: 5px;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.youtube:before {
    content: "";
    position: absolute;
    top: -30px; /* Điều chỉnh vị trí xuất hiện của dòng chữ */
    left: 0;
    visibility: hidden;
    opacity: 0;
}
  