body {
  background: #F8F8F8
}

.banner {
  width: 100%;
  height: 51.82292vw;
  position: relative
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.banner .text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 5.78125vw 0 7.91667vw;
  background: rgba(0, 0, 0, 0.4)
}

.banner .text h1 {
  color: #FFF;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase
}

.banner .text h1 b {
  font-weight: 500
}

.sec1 {
  padding: 14.6875vw 0 14.21875vw
}

.sec1 .wrap {
  width: 79.16667vw;
  margin: 0 auto
}

.sec1 .wrap .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.sec1 .wrap .box .l {
  width: 30.20833vw
}

.sec1 .wrap .box .l .title {
  color: #252726;
  font-weight: 400;
  text-transform: uppercase
}

.sec1 .wrap .box .l .text {
  color: #403F3F;
  font-weight: 400;
  line-height: 150%;
  /* text-transform: capitalize; */
  margin: 3.38542vw 0 2.08333vw
}

.sec1 .wrap .box .l .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.08333vw;
  width: fit-content;
  height: 1.66667vw;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  border-top: .05208vw solid #000;
  border-bottom: .05208vw solid #000;
  transition: 0.6s
}

.sec1 .wrap .box .l .more:hover {
  background: #000000;
  color: #FFFFFF
}

.sec1 .wrap .box .r {
  width: 41.66667vw;
  height: 27.60417vw;
  overflow: hidden
}

.sec1 .wrap .box .r img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec1 .wrap .box .r:hover img {
  transform: scale(1.1)
}

.sec1 .wrap .swiper {
  margin: 8.02083vw 0 0
}

.sec1 .wrap .swiper .swiper-slide {
  overflow: hidden;
  height: 13.54167vw
}

.sec1 .wrap .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec1 .wrap .swiper .swiper-slide:hover img {
  transform: scale(1.1)
}

.sec2 {
  position: relative;
  width: 100%;
  z-index: 10
}

.sec2 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.sec2 .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sec2 .box {
  width: 54.63542vw;
  background: rgba(91, 91, 91, 0.45);
  backdrop-filter: blur(.625vw);
  padding: 5.46875vw 13.22917vw 5.20833vw 10.67708vw
}

.sec2 .box form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.sec2 .box form .item_title {
  display: flex;
  align-items: center;
  gap: .52083vw;
  margin-bottom: 1.25vw
}

.sec2 .box form .item_title p {
  color: #FFF;
  font-weight: 300
}

.sec2 .box form .item_title .icon {
  width: 2.03125vw;
  height: 2.03125vw;
  display: flex;
  align-items: center;
  justify-content: center
}

.sec2 .box form .item_title .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.sec2 .box form input {
  width: 100%;
  height: 2.08333vw;
  border: none;
  border-bottom: .05208vw solid #fff;
  background: unset;
  padding: 0 .625vw;
  color: #FFF;
  font-size: 1.04167vw;
  font-weight: 300
}

.sec2 .box form input::placeholder {
  font-size: 1.04167vw;
  color: #FFF
}

.sec2 .box form .item {
  width: 14.32292vw;
  margin-bottom: 4.16667vw
}

.sec2 .box form .item1 {
  width: 100%;
  margin-bottom: 4.16667vw
}

.sec2 .box form .btn {
  width: fit-content;
  padding: .83333vw 3.125vw;
  background: #F1DB63;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.04167vw;
  cursor: pointer
}

.sec2 .box form .btn p {
  color: #252726;
  font-weight: 400;
  text-transform: capitalize
}

.sec2 .box form .btn img {
  display: block;
  width: 1.25vw
}

.sec2 .box form .select_data {
  position: relative;
  cursor: pointer
}

.sec2 .box form .select_data .date-picker-container {
  position: absolute;
  top: 3.85417vw;
  left: 0;
  width: 35.9375vw;
  border-radius: 1.30208vw;
  background: #F5F5F5;
  padding: .83333vw 5.20833vw 1.14583vw;
  transform: translateY(1.04167vw);
  opacity: 0;
  pointer-events: none
}

.sec2 .box form .select_data .date-picker-container .selected-date-display p {
  color: #1A1A1A;
  font-weight: 400;
  line-height: 150%
}

.sec2 .box form .select_data .date-picker-container .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.40625vw 0 1.14583vw
}

.sec2 .box form .select_data .date-picker-container .calendar-header .current-month {
  color: #1A1A1A;
  font-weight: 400;
  line-height: 150%
}

.sec2 .box form .select_data .date-picker-container .calendar-header .jt {
  width: 2.8125vw;
  height: 2.8125vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s
}

.sec2 .box form .select_data .date-picker-container .calendar-header .jt img {
  display: block;
  width: .52083vw;
  filter: brightness(0);
  opacity: 0.5;
  transition: 0.6s
}

.sec2 .box form .select_data .date-picker-container .calendar-header .jt:nth-child(1) {
  transform: rotate(180deg)
}

.sec2 .box form .select_data .date-picker-container .calendar-header .jt:hover {
  background: rgba(0, 105, 255, 0.08)
}

.sec2 .box form .select_data .date-picker-container .calendar-header .jt:hover img {
  filter: brightness(1);
  opacity: 1
}

.sec2 .box form .select_data .date-picker-container .weekdays {
  display: flex;
  align-items: center;
  gap: .625vw .41667vw;
  margin-bottom: 1.14583vw
}

.sec2 .box form .select_data .date-picker-container .weekdays div {
  width: 3.22917vw;
  color: #1A1A1A;
  text-align: center;
  font-size: .88542vw;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase
}

.sec2 .box form .select_data .date-picker-container .days {
  display: flex;
  flex-wrap: wrap;
  gap: .625vw .41667vw
}

.sec2 .box form .select_data .date-picker-container .days .day {
  width: 3.22917vw;
  height: 3.22917vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(26, 26, 26, 0.61);
  font-size: 1.14583vw;
  font-weight: 400
}

.sec2 .box form .select_data .date-picker-container .days .day.other-month {
  opacity: 0;
  pointer-events: none
}

.sec2 .box form .select_data .date-picker-container .days .day:hover,
.sec2 .box form .select_data .date-picker-container .days .day.selected {
  background: rgba(0, 105, 255, 0.08);
  color: #0060E6;
  font-weight: 700
}

.sec2 .box form .select_data .date-picker-container.on {
  transition: ease .3s;
  opacity: 1;
  transform: translateY(.52083vw);
  pointer-events: auto
}

.sec2 .box form .select_data .show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.08333vw;
  border-bottom: .05208vw solid #fff;
  padding: 0 1.19792vw 0 .625vw
}

.sec2 .box form .select_data .show .txt {
  color: #FFF;
  font-weight: 300
}

.sec2 .box form .select_data .show .icon img {
  display: block;
  width: .41667vw
}

.sec2 .box form .select {
  position: relative;
  cursor: pointer
}

.sec2 .box form .select .show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 2.08333vw;
  border-bottom: .05208vw solid #fff;
  padding: 0 1.19792vw 0 .625vw
}

.sec2 .box form .select .show .txt {
  color: #FFF;
  font-weight: 300
}

.sec2 .box form .select .show .icon img {
  display: block;
  width: .41667vw
}

.sec2 .box form .select .pull {
  position: absolute;
  transform: translateY(1.04167vw);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  box-shadow: 0 .10417vw .625vw 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: .05208vw solid rgba(0, 0, 0, 0.05);
  max-height: 13.02083vw;
  overflow: hidden;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  z-index: 9
}

.sec2 .box form .select .pull.on {
  transition: ease .3s;
  opacity: 1;
  transform: translateY(.52083vw);
  pointer-events: auto
}

.sec2 .box form .select .pull::-webkit-scrollbar {
  width: 0
}

.sec2 .box form .select .pull p {
  width: 100%;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 .78125vw;
  cursor: pointer;
  font-size: .9375vw !important;
  transition: ease .3s;
  color: #111
}

.sec2 .box form .select .pull p:hover {
  background: #111;
  color: #FFFFFF !important
}

.sec2 .box form .select .pull p.on {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #111 !important;
  pointer-events: none
}

@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
    margin: 60px 0 0
  }

  .banner .text {
    padding: 20px 0
  }

  .banner .text h1 {
    font-size: 20px
  }

  .sec1 {
    padding: 50px 0 60px;
    width: 100%;
    overflow: hidden
  }

  .sec1 .wrap {
    width: 90%
  }

  .sec1 .wrap .box {
    flex-direction: column-reverse
  }

  .sec1 .wrap .box .r {
    width: 100%;
    height: 58vw;
    margin-bottom: 30px
  }

  .sec1 .wrap .box .l {
    width: 100%
  }

  .sec1 .wrap .box .l .title {
    font-size: 24px;
    margin-bottom: 10px
  }

  .sec1 .wrap .box .l .text {
    margin: 0 0 30px
  }

  .sec1 .wrap .box .l .more {
    padding: 6px 30px;
    height: auto
  }

  .sec1 .wrap .swiper .swiper-slide {
    height: 41vw
  }

  .sec2 {
    padding: 50px 0
  }

  .sec2 .box {
    width: 90%;
    margin: 0 auto;
    padding: 30px
  }

  .sec2 .box form .item_title {
    gap: 10px
  }

  .sec2 .box form .item_title .icon {
    width: 20px;
    height: 20px
  }

  .sec2 .box form .select .show {
    padding: 0 10px;
    height: 50px
  }

  .sec2 .box form .select .show .txt {
    font-size: 13px
  }

  .sec2 .box form .select .show .icon img {
    width: 8px;
    height: auto
  }

  .sec2 .box form .select .pull {
    max-height: 160px
  }

  .sec2 .box form .select .pull p {
    height: 40px;
    font-size: 14px !important;
    padding: 0 10px
  }

  .sec2 .box form .btn {
    padding: 8px 20px;
    gap: 10px
  }

  .sec2 .box form .btn img {
    width: 16px
  }

  .sec2 .box form .select_data .show {
    padding: 0 10px;
    height: 50px
  }

  .sec2 .box form .select_data .show .txt {
    font-size: 13px
  }

  .sec2 .box form .select_data .date-picker-container {
    top: 60px;
    width: 100%;
    padding: 20px
  }

  .sec2 .box form .select_data .date-picker-container .selected-date-display p {
    font-size: 16px
  }

  .sec2 .box form .select_data .date-picker-container .calendar-header {
    margin: 15px 0
  }

  .sec2 .box form .select_data .date-picker-container .calendar-header .jt {
    width: 40px;
    height: 40px
  }

  .sec2 .box form .select_data .date-picker-container .calendar-header .jt img {
    width: 8px
  }

  .sec2 .box form .select_data .date-picker-container .calendar-header .current-month {
    font-size: 15px
  }

  .sec2 .box form .select_data .date-picker-container .weekdays {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .sec2 .box form .select_data .date-picker-container .weekdays div {
    width: 14%;
    font-size: 10px
  }

  .sec2 .box form .select_data .date-picker-container .days {
    gap: 0.3%
  }

  .sec2 .box form .select_data .date-picker-container .days .day {
    width: 14%;
    font-size: 12px;
    height: 8vw
  }

  .sec2 .box form .item1 {
    margin-bottom: 30px
  }

  .sec2 .box form .item {
    width: 100%;
    margin-bottom: 30px
  }

  .sec2 .box form .item input {
    height: 50px;
    padding: 0 10px;
    font-size: 13px
  }

  .sec2 .box form .item input::placeholder {
    font-size: 13px
  }
}