#home .video,
#home .nhat-ban,
#home .tim-hieu-them,
#home .image-links {
  position: relative;
  overflow: hidden;
}
#home .mua-ngay {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50px;
}
#home .mua-ngay img {
  transition: 0.3s ease;
}
#home .mua-ngay:hover img {
  transform: scale(1.15);
}
#home .nhat-ban::before {
  content: url("../images/home/nhat-ban-left.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#home .nhat-ban::after {
  content: url("../images/home/nhat-ban-right.png");
  position: absolute;
  right: 0;
  top: 10%;
}
#home .tim-hieu-them::after {
  content: url("../images/home/tim-hieu-them-right.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#home .image-links ul li > div {
  display: flex;
}
#home .image-links ul li:first-child > div > div:last-child {
  text-align: right;
  align-items: flex-end;
  padding: calc(var(--padding) * 2);
}
#home .image-links ul li:first-child > div > div:last-child .btn {
  margin: 0;
}
#home .image-links ul li:first-child > div > div:last-child::before {
  left: 1rem;
}
#home .image-links ul li:last-child > div > div:first-child {
  border-bottom-left-radius: 80px;
  padding: var(--padding) calc(var(--padding) * 2);
}
#home .image-links ul li:last-child > div > div:first-child .btn {
  margin: 0;
  padding: 1rem 3rem;
}
#home .image-links ul li:last-child > div > div:first-child ul {
  display: flex;
  gap: 0.5rem;
}
#home .image-links ul li:last-child > div > div:first-child ul li {
  flex: 1;
}
#home .image-links ul li:last-child > div > div:first-child .qr-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#home .image-links ul li:last-child > div > div:first-child .qr-links > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
#home .image-links ul li:last-child > div > div:first-child::before {
  right: 1rem;
}
#home .image-links ul li:first-child > div > div:last-child,
#home .image-links ul li:last-child > div > div:first-child {
  position: relative;
  background: linear-gradient(88.76deg, #FFFFFF 1.1%, #FFD359 141.45%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#home .image-links ul li:first-child > div > div:last-child::before,
#home .image-links ul li:last-child > div > div:first-child::before {
  content: url("../images/home/hoa.png");
  opacity: 0.25;
  position: absolute;
  top: 1rem;
}
#home .image-links::before {
  content: url("../images/home/image-links-left.png");
  position: absolute;
  left: 0;
  top: 15%;
}
#home .tet-nay ul {
  display: flex;
  gap: 1rem;
}
#home .tet-nay ul li {
  width: 100%;
}
#home .tet-nay ul li > div {
  background: linear-gradient(180deg, #FFF6DC 0%, #ECBC6A 100%);
  border-radius: 1rem;
}
#home .tet-nay ul li > div p {
  color: #5C5C5C;
  font-size: 20px;
}
#home .tet-nay ul li > div img {
  height: 100px;
  object-fit: contain;
}
#home .mua-ngay img,
#home .tet-nay ul li:last-child a img {
  transition: 0.3s ease;
}
#home .mua-ngay:hover img,
#home .tet-nay ul li:last-child a:hover img {
  transform: scale(1.15);
}
@media (max-width: 1023px) {
  #home section::before,
  #home section::after {
    display: none;
  }
  #home .image-links ul li:first-child > div {
    flex-direction: column;
  }
  #home .image-links ul li:first-child > div > div:first-child {
    border-top-right-radius: 80px;
    overflow: hidden;
  }
  #home .image-links ul li:last-child > div {
    flex-direction: column-reverse;
  }
  #home .image-links ul li:last-child > div > div:first-child .qr-links {
    flex-direction: column;
  }
  #home .tet-nay ul {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  #home .mua-ngay {
    max-width: unset;
  }
  #home .image-links ul li > div > div {
    width: 50%;
  }
  #home .image-links ul li:first-child > div > div:last-child {
    border-top-right-radius: 80px;
    overflow: hidden;
  }
  #home .tet-nay ul li {
    width: calc(33% - 0.5rem);
  }
}

/*# sourceMappingURL=home.css.map */
