.taxi-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
/* chỉnh backgound hình nền */
.slider-item {
  background-size: cover;
  background-position: center;
  height: 88vh;
  display: flex;
}

.slider-item {
  width: 100%;             
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  position: relative;
}

/* Giới hạn nội dung trong vùng giữa */
.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1800px;       
  margin: 0 auto;          
  padding: 0 0 0 150px; 
  z-index: 9999999999999999999;
}


/* Text bên trái */
.hero-content {
  flex: 1;
  max-width: 736px;
}

.hero-content h5 {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hero-content h1 {
    font-size: 80px;
    line-height: 1.125;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: white;
}

.hero-btn {
  display: inline-block;
  background: #ffcf00;
  color: #000;
  font-weight: 600;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 14px 39px;
  font-weight: 600;
  letter-spacing: normal;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  z-index: 2;
}



/* Ảnh bên phải */
.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  position: relative;
  right: -15px;
  z-index: 3;
}


.main-slider-one__shape-two {
    position: absolute;
    right: -22px;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
}


.main-slider-one__shape-two__one {
    position: relative;
    width: 258px;
    height: 170px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #FED100;
    top: 0;
    z-index: 1;
    opacity: 0.25;
}

.main-slider-one__shape-line {
    position: absolute;
    right: 20.9%;
    bottom: -6%;
}
.main-slider-one__shape-line__one, .main-slider-one__shape-line__two {
    width: 246.54px;
    height: 1021.42px;
    position: relative;
    background-color: #FED100;
    opacity: 0.5;
    transform: rotate(13deg);
    z-index: 1;
}
.main-slider-one__shape-line__two {
    position: absolute;
    left: 123px;
    width: 257.87px;
    height: 835px;
    bottom: -6%;
    clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
    background-color: #FED100;
    z-index: 1;
}

.main-slider-one__shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.4;
}
.main-slider-one__shape__one {
    top: 0;
    z-index: 1;
}
.main-slider-one__shape__one, .main-slider-one__shape__two {
    position: relative;
    width: 258px;
    height: 170px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: var(--cityride-base, #FED100);
}

.main-slider-one__pattern {
    right: 40%;
    height: 55px;
    position: absolute;
    left: 4px;
    bottom: 32px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.4;
}

.main-slider-one__shape__two {
    top: 0;
    position: absolute;
    left: 96px;
    background-color: RGBA(var(--cityride-base-rgb, 254, 209, 0), 0.5);
}


.main-slider-one__video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 54px;
    font-size: 17px;
    color: #141414;
    background-color: #FED100;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 24% 100%);
    transition: all 500ms ease;
}

.icon-play:before {
    content: "\e918";
}

.button-main-slider {
  display: flex;
}
.main-slider-one__top {
    display: flex;
    align-items: center;
    gap: 9px;
}


/* Giữ chiều cao track = 100% */
.taxi-slider .slick-list,
.taxi-slider .slick-track {
  height: 100%;
  display: flex !important;
  align-items: center;          /* canh giữa dọc */
}

/* Mỗi slide phải chiếm toàn bộ chiều cao */
.slider-item {
  display: flex !important;
  align-items: center;          /* canh giữa dọc nội dung */
  height: 100%;
  min-height: 87vh;             /* khớp với taxi-slider */
  background-size: cover;
  background-position: center;
}


ul.slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 99px;
}


ul.slick-dots {
    position: absolute;
    bottom: 41%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    left: 79px;
    list-style: none;
}


ul.slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 99px;
}

li.slick-active button::after {
    content: '';
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    border-radius: 95px;
    opacity: 0.3;
}

.slick-dots li.slick-active button {
  background-color: #FED100; 
}