*{
    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-family: sans-serif;
    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;
    padding-bottom: 150px;
}
.sanpham{
    margin: 0px 100px;
    display: flex;
    padding-top: 80px;
}
.sanpham-left img{
    margin-right: 20px;
    width: 350px;
    height: 500px;
}
.chitiet-right{ 
    margin-left: 20px;
}
.chitiet-right h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.danhgia{
    width: 400px;
    display: flex;
    justify-content:space-between;
    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: 16px;
    color: white;
}
.danhgia p{
    color: #7E8886;
    font-size: 16px;
}
.gia{
    display: flex;
}
.gia del{
    font-size: 20px;
    margin-top: 10px;
    margin-right: 20px;
    float: left;
    color: #7E8886;
}
.gia b{
    font-size: 20px;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
.soluong{
    display: flex;
    margin-bottom: 40px;
    border-top:1px solid #7E8886 ;
    border-bottom:1px solid #7E8886 ;
    width: 105px;
}
.soluong button{
    border: 0px;
    border-right:1px solid #7E8886 ;
    border-left:1px solid #7E8886 ;
    width: 30px;
    height: 35px;
    font-size: 16px;
    color: #7E8886;
}
.soluong button:hover{
    background-color: #c1d5d1;
}
.soluong input{
    padding-left: 20px;
    font-size: 14px;
    border:0px;
    outline: none;
    width: 45px;
    height: 35px;
}
.button-2 button{
    float: right;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    padding: 0px 20px;
    background-color:  #266411;
    border: 1px solid #266411 ;
    color: white;
}
.button-2 button:hover{
    background-color: #418729;
    border: 1px solid #418729 ;
}
.button-2 >.giohang{
    background-color:white ;
    color: #266411 ;
    border: 1px solid #266411;
    float: left;
}
.button-2 >.giohang:hover{
    background-color: rgb(247, 243, 243);
}
.button-2 i{
    margin-right: 10px;
}
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;
}
  