.mainON {
  font-size: larger;
  font-weight: bold;
}

.dropbtn {
  color: black;
  border: none;
  width: 213px;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 5px 0;
}
.dropbtn:hover {
  font-size: large;
}
.dropdown {
  display: inline-block;
  z-index: 2 !important;
}

.colmenu {
  background-color: #e6e6e6;
  transition: top 1.5s ease-in-out;
  position: absolute;
}
.danhsach {
  margin-top: 10px;
  list-style-type: none;
}

.hdpe {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2 !important; /* Đảm bảo dropdown content hiển thị trên .SanPham */
  background-color: #42652b;
  width: 100%;
  left: 213px;
  top: 0px;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
}

.hdpe a {
  font-size: large;
  color: white;
  font-weight: bold;
  padding: 7px 13px;
  text-decoration: none;
  width: 100%;
  display: block;
  margin-left: 0;
  padding-left: 5%;

  /* box-sizing: border-box; Đảm bảo padding không làm tăng kích thước tổng */
}

.hdpe a:hover {
  background-color: #d9f2d9;
  color: black !important;
  left: 10000px;
}

.dropdown:hover .hdpe {
  display: block;
  right: -83px;
}

.uPVC {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 2 !important;
  background-color: #42652b;
  width: fit-content;
  left: 213px;
  top: 0px;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
}

.uPVC a {
  font-size: large;
  color: white;
  font-weight: bold;
  padding: 7px 13px;
  text-decoration: none;
  display: block;
  margin: 0;
  padding-left: 5%;
  /* Đảm bảo padding không làm tăng kích thước tổng */
}

.uPVC a:hover {
  background-color: #d9f2d9;
  color: black !important;
  font-size: large;
}

.dropdown:hover .uPVC {
  display: block;
  right: -83px;
}

.dropdown:hover .dropbtn {
  background-color: #42652b;
  color: white;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
}
.dropdown {
  position: relative;
  display: flex;
  height: 3em;
  align-items: center;
  justify-content: center !important;
}
