body{
    margin: 0;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    text-align: center;
}
header {
    position: relative;
    width: 100%;
    height: 200px;
}
.logo>a>img{
    width: 100%;
    
}
header>.logo {
    width: 200px;
}

header>.top-right {
    position: absolute;
    background-color: white;
    text-decoration: none;
    top: 20px;
    right: 0;
    width: 200px;
    height: 40px;
}

header>.top-right>a {
    background-color: rgb(152, 147, 147);
    color: black;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
}

header>h2 {
    font-weight: bold;
    text-align: center;
    font-size: small large;
}

header>h2>a {
    color: black;
    text-decoration: none;
    margin: 20px;
}
nav{
    width: 50%;
    height: 750px;
    text-align: center;
    float: left;
    position: relative;
}
.cc>.sanpham{
    position: absolute;
}
.cc>.sanpham>img{
    width: 500px;
}
.cc>.giatri{
    position: absolute;
    left: 200px;
    top: 670px;
}

.giatri>select{
    position: absolute;
    width: 100px;
    height: 30px;
}

aside{
    text-align: left;
    color: black;
    width: 50%;
    height: 750px;
    float: left;
    z-index: 1;
}
.word{
    margin-left: 0px;
    margin-top: 100px;
    font-size: medium;
    font-weight: 100px;
}
button{ 
    margin: 10px;
    background-color: red;
    color: white;
    width: 30%;
}
.other{
    width: 20%;
    height: 700px;
    float:left;
}
.other1{
    width: 20%;
    height: 500px;
    float:left;
}
.other2{
    width: 20%;
    height: 500px;
    float:left;
}
.other3{
    width: 20%;
    height: 500px;
    float:left;
}
.other4{
    width: 20%;
    height: 500px;
    float:left;
}
.other>a>img{
    width: 200px;
    height: 200px;
  
}
.other1>a>img{
    width: 200px;
    height: 200px;
  
}
.other2>a>img{
    width: 200px;
    height: 200px;

}
.other3>a>img{
    width: 200px;
    height: 200px;
 
}
.other4>a>img{
    width: 200px;
    height: 200px;
 
}
.giaohang>img{
    width: 100% ;
}
footer{
    left: 0;
    width: 100%;
    top: 1700px;
    position: absolute;
    text-align: center;
    color: white;
    background-color: gray;
}
footer>img {
    width: 6%;
    height: 100px;
    right: 100px;
}