.home_sliders .slider-main {
  margin-bottom: 0;
}
.slick-slider {
    max-width: 90%;
    margin: auto;
    margin-bottom: 0;
}
.slider-main .single-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.slide-left {
    flex: 0 0 14.66%;
    max-width: 14.66%;
    color: #fff;
    white-space: nowrap;
    /* transform: translateY(205%); */
    z-index: 9;
    padding-top: 259px;
}

.slide-left h1 {
    font-size: 60px;
    margin-bottom: 20px;
    height: 75px;
    font-size: 70px;
    color: white !important;
     opacity: 0; /* Ban đầu ẩn đi để animation hoạt động */
}
.btn-collection {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    /* text-decoration: none; */
    /* border-bottom: 1px solid #fff; */
    /* background-color: currentColor; */
    padding: 15px 25px;
    /* border-radius: 99px; */
    font-weight: bold;
    border: 1px solid;
}
/* Ảnh chính: 8/12 = 66.66% */
.slide-center {
  flex: 0 0 68.66%;
  max-width: 68.66%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 68px;
}
.slide-center img {
    width: 100%;
    object-fit: cover;
}

.slide-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-right img {
   width: auto;
  max-width: 100%;
  height: auto;
}



.btn-buy {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #ff3366;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
