.container .header {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid black;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .header .mail {
  margin-left: 10px;
  float: left;
  height: 30%;
}
.container .header div .login {
  float: right;
  min-width: 100px;
  height: 30%;
  text-align: center;
}
.container .header div .country {
  height: 30%;
  float: right;
  min-width: 100px;
  border-right: 1px solid black;
  text-align: center;
}
.container .header div .info {
  height: 30%;
  float: right;
  min-width: 100px;
  border-right: 1px solid black;
  text-align: center;
}
.container .body {
  width: 80%;
  height: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid black;
}
.container .body .menu-ngang {
  width: 100%;
  height: 8%;
  display: flex;
  text-align: center;
}
.container .body .menu-ngang .logo {
  height: 100%;
  width: 20%;
  border: 1px solid yellow;
  box-sizing: border-box;
}
.container .body .menu-ngang .menu {
  height: 100%;
  width: 60%;
  border: 1px solid black;
  box-sizing: border-box;
}
.container .body .menu-ngang .order {
  height: 100%;
  width: 20%;
  border: 1px solid red;
  box-sizing: border-box;
}
.container .body .content {
  width: 100%;
  height: 50%;
}
.container .body .content .menu-doc {
  height: 100%;
  width: 30%;
  box-sizing: border-box;
  border: 2px solid black;
  float: left;
}
.container .body .content .search-bar {
  height: 20%;
  width: 70%;
  border-radius: 5px;
  border: 1px solid blue;
  box-sizing: border-box;
  float: right;
}
.container .body .content .img {
  height: 80%;
  width: 70%;
  background: khaki;
  float: left;
}
.container .footer {
  width: 100%;
  height: 100px;
  width: 100%;
  background: grey;
  filter: brightness(130%);
}/*# sourceMappingURL=style.css.map */