.section_image_slider {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.section_image_slider .slider-progress {
  width: 100%;
  height: 10px;
  background: #4A5468;
  margin-top: -1px;
}
.section_image_slider .slider-progress .progress {
  width: 0%;
  height: 10px;
  background: #F5222D;
}
.section_image_slider .slider-nav {
  text-align: center;
  background: #F0F0F0;
}
.section_image_slider .slider-nav button {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 0;
  height: auto;
  line-height: 72px;
  font-family: "Gotham";
  font-weight: bold;
  color: #434343;
  position: relative;
}
.section_image_slider .slider-nav button.active::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #CF1322;
}
.section_image_slider img {
  width: 100%;
  display: block;
}

.section_promos {
  padding: 60px 0 40px;
}
.section_promos .container {
  position: relative;
}
.section_promos h3 {
  font-size: 32px;
  margin-bottom: 80px;
}
.section_promos .filter_box {
  position: absolute;
  top: 12px;
  right: 0;
}
.section_promos .filter_box .filter {
  width: 140px;
  margin-right: 20px;
}
.section_promos .filter_box .filter:first-child {
  width: 80px;
}
.section_promos .filter_box .filter:last-child {
  margin-right: 0;
}
.section_promos .filter_box .filter span {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.section_promos .filter_box .filter input[type=text],
.section_promos .filter_box .filter select {
  width: 100%;
  height: 32px;
  display: block;
  padding: 0 5px;
  border: 1px solid #D9D9D9;
  color: #434343;
  background: #FFFFFF;
  padding-right: 30px;
}
.section_promos .filter_box .filter input[type=text].datepicker,
.section_promos .filter_box .filter select.datepicker {
  background: #fff url("../images/icon_calendar.png") no-repeat right 10px top 8px/12.5px;
}
.section_promos .filter_box .filter .search_btn {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../images/icon_search.png") no-repeat center/16px;
}
.section_promos .pc_box {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: #F5F5F5;
}
.section_promos .pc_box:nth-child(3n) {
  margin-right: 0;
}
.section_promos .pc_box:hover .pc_image img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.section_promos .pc_box .pc_image {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  height: 126px;
}
.section_promos .pc_box .pc_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.2s ease;
}
.section_promos .pc_box .pc_info {
  padding: 25px 20px 20px;
  height: 375px;
  position: relative;
}
.section_promos .pc_box .pc_info h4 {
  font-size: 24px;
}
.section_promos .pc_box .pc_info span {
  font-weight: bold;
}
.section_promos .pc_box .pc_info .bar_redeem_box {
  position: absolute;
  bottom: 88px;
  left: 20px;
  width: calc(100% - 40px);
}
.section_promos .pc_box .pc_info .bar_redeem_box .bar_redeem_track {
  width: 100%;
  height: 16px;
  background: #CBD2E0;
  border-radius: 20px;
  position: relative;
  margin-bottom: 5px;
}
.section_promos .pc_box .pc_info .bar_redeem_box .bar_redeem_track .bar_redeem_fill {
  height: 100%;
  background: #F5222D;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.section_promos .pc_box .pc_info .bar_redeem_box .bar_redeem_info {
  padding: 0 5px;
  font-size: 18px;
}
.section_promos .pc_box .pc_info .bar_redeem_box .bar_redeem_info strong {
  font-weight: bold;
  font-size: 20px;
}
.section_promos .pc_box .pc_info .purple_btn {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.section_misc {
  padding-bottom: 60px;
}
.section_misc .sm_box {
  width: calc((100% - 46px) / 2);
  margin-right: 46px;
  position: relative;
  overflow: hidden;
}
.section_misc .sm_box:hover img {
  transition: all 0.2s ease;
  transform: scale(1.1);
}
.section_misc .sm_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.2s ease;
}
.section_misc .sm_box h3 {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  padding-left: 60px;
  font-size: 40px;
  color: #fff;
  display: inline;
}
.section_misc .sm_box h3 span {
  font-size: 22px;
  font-weight: normal;
  display: block;
}
.section_misc .sm_box h3 a {
  color: #fff;
  display: block;
}
.section_misc .sm_box:nth-child(2n) {
  margin-right: 0;
}
.section_misc .sm_box:nth-child(2n) h3 {
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}

@media only screen and (max-width: 1069px) {
  .section_promos .filter_box {
    right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .section_promos h3 {
    margin-bottom: 40px;
    text-align: center;
  }
  .section_promos .filter_box {
    position: static;
    right: 20px;
    margin-bottom: 20px;
  }
  .section_promos .filter_box .filter {
    width: calc(32.3% - 40px);
    position: relative;
  }
  .section_promos .filter_box .filter:first-child {
    width: 80px;
    margin-bottom: 20px;
  }
  .section_promos .pc_box .pc_info {
    padding: 20px;
  }
  .section_promos .pc_box .pc_info h4 {
    font-size: 20px;
  }
  .section_promos .pc_box .pc_info span {
    font-size: 14px;
  }
  .section_promos .pc_box .pc_info .bar_redeem_box .bar_redeem_track {
    height: 12px;
  }
  .section_promos .pc_box .pc_info .bar_redeem_box .bar_redeem_info {
    font-size: 14px;
  }
  .section_promos .pc_box .pc_info .bar_redeem_box .bar_redeem_info strong {
    font-size: 16px;
  }
  .section_image_slider .slider-nav {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset !important;
    justify-content: unset !important;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section_image_slider .slider-nav button {
    line-height: 60px;
  }
  .section_promos h3 {
    font-size: 26px;
  }
  .section_promos .filter_box .filter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section_promos .filter_box .filter:first-child {
    width: 100%;
  }
  .section_promos .filter_box .filter span {
    font-size: 14px;
  }
  .section_promos .pc_box {
    width: 100%;
    margin-right: 0;
  }
  .section_promos .pc_box .pc_info {
    height: 250px;
    min-height: 210px;
  }
  .section_misc .sm_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .section_misc .sm_box h3 {
    padding: 0;
  }
  .section_misc .sm_box:last-child h3 {
    padding: 0;
    text-align: center;
  }
}/*# sourceMappingURL=home.css.map */