header {
  max-width: 1920px;
  margin: auto;
}

section {
  padding: 168px;
  max-width: 1920px;
  margin: 0 auto;
}

.headerTop {
  font-size: 12px;
  width: 100%;
  padding: 8px;
  color: #fff;
  background-color: #7d7d7d;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.headerTopLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerTopIcon {
  height: 18px;
}

.nav {
  max-width: 1300px;
}

.search {
  width: 70px;
}

.navbar-collapse {
  flex-grow: unset;
}

.navbar-brand {
  width: auto;
}

.logo {
  aspect-ratio: 92/15;
  width: 100%;
}

.title {
  font-size: 36px;
  font-weight: 800;
  color: #d9261c;
  margin-bottom: 36px;
}

.subTitle {
  font-size: 24px;
  font-weight: 800;
  color: #535353;
  margin-bottom: 16px;
}

.content {
  line-height: 1.8;
  letter-spacing: 1px;
}

.readMoreBtn {
  font-size: 14px;
  color: #fff;
  background-color: #d9261c;
  padding: 8px 12px;
  width: fit-content;
  margin-top: 16px;
}

.readMoreBtn > a {
  color: #fff;
}

.leftImage {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px;
  width: 50%;
}

.rightImage {
  position: relative;
  right: -216px;
  bottom: 114px;
  z-index: 1;
  width: 50%;
}

.product {
  background-image: url('../img/product.png');
  background-size: 100%;
  height: 100%;
  padding: 64px;
  max-width: 1920px;
  margin: 0 auto;
}

.productTitle {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 48px;
}

.productTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.carouselImage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.productItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer {
  background-color: #eeeeee;
  margin-top: 64px;
  padding: 64px;
  max-width: 1920px;
  margin: auto;
}

.contactIcon {
  width: 18px;
  margin-right: 4px;
}

.copyright {
  font-size: 12px;
  padding: 24px 0;
  text-align: center;
}

.dropdown-item:hover {
  background-color: #bebebe;
  color: #fff;
}

.headerList {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}

.listItem {
  margin-right: 16px;
}

a {
  text-decoration: none;
  color: #000;
}

.listHam {
  display: none;
}

.listClose {
  display: none;
}

.phoneNav {
  display: none;
}

.phoneNavItem {
  position: absolute;
  right: 0px;
  top: 86px;
  bottom: 0;
  height: 100dvh;
  width: 300px;
  background-color: rgba(221, 221, 221, 0.8);
  z-index: 1000;
}

.phoneHeaderList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 24px;
}

.carousel-inner {
  max-width: 1920px;
  margin: 0 auto;
}

.list-group-item:hover {
  cursor: pointer;
}

@media (max-width: 1400px) {
  section {
    padding: 132px;
  }
}

@media (max-width: 1200px) {
  section {
    padding: 86px;
  }

  .headerTop {
    font-size: 12px;
    width: 100%;
    padding: 8px;
    color: #fff;
    background-color: #7d7d7d;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
  }

  .headerTopLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
  }

  .cover {
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 100;
  }

  .listHam {
    cursor: pointer;
    transition: all 0.3s;
  }

  .listClose {
    cursor: pointer;
    transition: all 0.3s;
  }

  .headerList {
    display: none;
  }

  .headerTop {
    display: none;
  }

  .phoneNav {
    transition: all 0.5s;
  }
}

@media (max-width: 768px) {
  section {
    padding: 16px;
  }

  .leftImage {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 10px;
    width: 80%;
  }

  .rightImage {
    position: relative;
    right: -56px;
    bottom: 43px;
    z-index: 1;
    width: 80%;
  }

  .footer {
    padding: 30px;
  }

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product {
    padding: 16px;
  }

  .logo {
    aspect-ratio: 92/15;
  }

  .navbar-brand {
    width: 50%;
  }

  .phoneNavItem {
    top: 57px;
  }

  .cover {
    top: 57px;
  }

  .listItem {
    margin-bottom: 16px;
  }
}
