* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

/* container */
.container {
  width: 1170px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}
a {
  text-decoration: none;
}
h4 {
  text-align: left;
  color: #635f5f;
}
li {
  list-style: none;
}
/* logo */
.logo {
  width: 220px;
}

/* header */
.header {
  border-top: 30px;
  min-height: 5vh;
  background-color: #04d8ef;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
}

.navbar__list {
  display: flex;
}
.navbar .navbar__list .navbar__item {
  position: relative;
}
.navbar .navbar__list .navbar__item li a {
  color: #f8f8f8;
  display: block;
  padding: 18px 20px;
  text-transform: uppercase;
}

.navbar .navbar__list .navbar__item .menu_xemay {
  position: absolute;
  background-color: #34a3af;
  padding: 15px 0px;
  list-style: none;
  width: 200px;
  display: none;
}
.navbar .navbar__list .navbar__item .menu_xemay a {
  padding: 8px 15px;
  border-bottom: 1px solid white;
}
.navbar .navbar__list li:hover .menu_xemay {
  display: block;
}
.navbar .navbar__list .navbar__item li:hover {
  border-bottom: 1px solid #c1cacb;
}
.navbar .navbar__list .navbar__item li:last-child a {
  border: none;
}
.navbar__list > li.has-child::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  color: #686666;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 0px;
}

.login_dangnhap,
.navbar__link {
  padding: 8px 40px;
  color: black;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
}
.navbar__link:hover,
.navbar__link__home {
  text-shadow: 1px 0 0 currentColor;
  color: black;
}

.btn {
  display: inline-block;
  min-width: 205px;
  line-height: 60px;
  background: #2e80ce;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  border-radius: 999px;
}
.btn:hover {
  opacity: 0.9;
}
.baner img {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 0px 0px 20px;
}
.baner .hondabaner #mua_ngay {
  background: #1d1a1a;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 10px 0px;
  width: 100%;
  border-radius: 20px;
  font-weight: bold;
  border: none;
  outline: none;
}
.baner .hondabaner #mua_ngay:hover {
  background: orange;
  bottom: 0px;
}

#body-web {
  max-width: 1170px;
  margin: 0 auto;
}
.headline {
  text-align: center;
  margin: 40px 0px;
}
h3 {
  font-size: 18px;
  color: #111;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid #bebebe;
  display: inline-block;
  color: #555;
  font-weight: 600;
}

ul.cacloaixe {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
ul.cacloaixe li {
  flex-basis: 25%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

ul.cacloaixe li.cacloaixe-item .cacloaixe-top a.buy_now .cacloaixe-hinhxe img {
  display: block;
}

ul.cacloaixe li .cacloaixe-top {
  position: relative;
  overflow: hidden;
}
ul.cacloaixe li .cacloaixe-top .cacloaixe-hinhxe {
  display: block;
}
ul.cacloaixe li .cacloaixe-top .cacloaixe-hinhxe img {
  display: block;
}
ul.cacloaixe li .cacloaixe-top a.buy_now {
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #446084;
  color: #fff;
  padding: 10px 0px;
  position: absolute;
  bottom: -60px;
  width: 100%;
  transition: 0.25s ease-in-out;
  opacity: 0.85;
}
ul.cacloaixe li:hover a.buy_now {
  bottom: 0px;
}
ul.cacloaixe li img {
  max-width: 100%;
  height: auto;
}
ul.cacloaixe li .thongtinxe {
  padding: 10px 0px;
}
ul.cacloaixe li .thongtinxe a {
  display: block;
}
ul.cacloaixe li .thongtinxe a.tenxe {
  color: #334862;
  padding: 3px 0px;
}
ul.cacloaixe li .thongtinxe .giaxe {
  color: #111;
  padding: 2px 0px;
  font-weight: 600;
}
/* footer */
.footer {
  background-color: #04d8ef;
  padding: 96px 135px 0;
}
.footer .row {
  display: flex;
}
.footer .row .column {
  width: 21.6%;
}
.footer .row .column:first-child {
  width: 35%;
}
.footer .row .column .logo_column {
  width: 220px;
}
.footer .nd_column1 {
  margin-top: 18px;
  max-width: 267px;
  color: #1d1d1c;
  font-size: 1.4rem;
  line-height: 1.86;
}
.footer .socianls .icon {
  margin-top: 18px;
  max-width: 30px;
  padding: 0px 10px;
}
.footer .list a {
  display: inline-block;
  margin-bottom: 12px;
  color: #484846;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .header-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo {
    max-width: 180px;
    height: auto;
  }

  .navbar {
    width: 100%;
  }

  .navbar__list {
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  .navbar {
    display: none;
    flex-direction: column;
    background-color: #04d8ef;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .navbar.active {
    display: flex;
  }

  .navbar__item,
  .navbar__lab {
    width: 100%;
  }

  .navbar__link {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }

  .login {
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }

  .login_dangnhap,
  .login_taotaikhoan {
    width: 100%;
    text-align: center;
  }

  .baner {
    width: 100%;
    text-align: center;
  }

  .honda_hinhlon {
    width: 100%;
    height: auto;
  }

  #mua_ngay {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .cacloaixe {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }

  .cacloaixe-item {
    width: 100%;
  }

  .cacloaixe-hinhxe img {
    width: 100%;
    height: auto;
  }

  .tenxe {
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 8px 0;
  }

  .giaxe {
    text-align: center;
    font-size: 16px;
  }

  .buy_now {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #ff4d4f;
    color: white;
    margin-top: 8px;
    border-radius: 5px;
    font-weight: bold;
  }

  .footer .row {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }

  .footer .column {
    text-align: center;
  }

  .logo_column {
    width: 120px;
    height: auto;
  }

  .socianls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }

  .icon {
    width: 24px;
    height: 24px;
  }
}
