.colmenu {
  z-index: 1;
}
.col-6 {
  width: 50%;
  margin: 50px auto; /* Căn giữa nội dung bên trong .col-6 */
}
.col-6 img {
  display: block;
  margin: 0 auto; /* Căn giữa hình ảnh */
  padding: 5px;
}
.col-6 div {
  margin-left: 43px;
  font-weight: bold;
  margin-top: 10px;
}
.col-6 img:hover {
  border: 1px solid #42652b;
}

.mainProduct-a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #f58b00 !important;
  text-decoration: none !important;
  border-radius: 5px;
  transform: translateY(-2px);
  font-weight: bold;
}

.uPVC {
  right: -375px !important;
  top: 0px;
}
.row-1 {
  z-index: 1 !important;
}
.dropdown-phone {
  display: none;
}
@media (max-width: 1670px) {
  .dropdown-phone {
    display: contents;
  }
  .colmenu {
    display: none;
  }

  .dropdown-menu a {
    color: black;
  }
  .navbar-collapse {
    align-items: left;
  }
  .SanPham {
    width: 100%;
  }
}
