.m-title,
.m-title h3,
.m-title p {
  padding-left: .25em;
}

.zungfu-mb table.thankyoupage-table {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .jumbotron {
    display: block;
  }

  .mobiletron {
    display: none;
  }

  .description.wide.desktop {
    display: block;
  }

  .description.mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .jumbotron {
    display: none;
  }

  .mobiletron {
    display: block;
  }
}

@media (max-width: 991px) {
  .description.wide.desktop {
    display: none;
  }

  .description.mobile {
    display: block;
  }
}

.zungfu-mb table {
  border-bottom: 0;
}

.zungfu-mb table td {
  border-top: 0;
  border-bottom: 0;
  padding: .25em;
}

.zungfu-mb .ui-selectmenu-button.ui-button, [theme="zungfu-mb"] .ui-selectmenu-button.ui-button {
  min-width: 280px;
  border-radius: 0;
}

#s1-limit-error {
  color: red;
}

.zungfu-mb table.event-detail,
[theme="zungfu-mb"] table.event-detail {
  padding-left: 0;
  padding-right: 0;
}

.zungfu-mb table.event-detail-description,
[theme="zungfu-mb"] table.event-detail-description {
  margin-bottom: 10px;
}

.zungfu-mb table.event-detail-description th,
[theme="zungfu-mb"] table.event-detail-description th,
.zungfu-mb table.event-detail-description td,
[theme="zungfu-mb"] table.event-detail-description td {
  padding: .75rem;
}

.zungfu-mb table.event-detail-description th,
[theme="zungfu-mb"] table.event-detail-description th {
  border-top: none;
  border-bottom: 1px solid #595959;
}

.zungfu-mb table.event-detail-description td,
[theme="zungfu-mb"] table.event-detail-description td {
  border-bottom: 1px solid #595959;
}

#model_1-menu.ui-menu,
#model_2-menu.ui-menu,
#owned_brand-menu.ui-menu {
  max-height: 500px !important;
}

.zungfu-mb .ui-selectmenu-button.ui-button, [theme="zungfu-mb"] .ui-selectmenu-button.ui-button {
  min-width: 280px;
  border-radius: 0;
}

#s1_timeslot {
  width: 280px;
}

#s1-limit-error,
#s2-limit-error {
  color: red;
}

.zungfu-mb h3 {
  margin-top: 0;
}

.zungfu-mb h3 span.experience-label {
  font-size: 1.1rem;
}

.event-detail {
  display: flex;
}

.event-description .event-detail {
  padding-bottom: 50px;
}

.event-detail a {
  text-decoration: none;
}

.event-detail .description {
  background-color: #f1f1f1;
  padding: 10px;
}

.event-detail .description .content {
  height: 100%;
  position: relative;
}

.event-detail .description .content h3 {
  line-height: 1.4rem;
}

.event-detail .description .content.heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-detail .description ol {
  margin-bottom: 0;
  margin-top: 0;
}

.event-detail .description h3 {
  margin-top: 4px;
  line-height: 2rem;
}

.event-detail .btn-primary {
  width: 100%;
}

.event-detail .description .bottom {
  position: absolute;
  bottom: 4px;
  width: 100%;
}

.event-detail .description h3 {
  font-size: 20px;
}

.event-detail .description {
  min-height: 300px;
}

@media (min-width: 992px) {
  .event-detail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
  }

  .wide {
    grid-column-start: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

@media (max-width: 991px) {
  .event-detail {
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    gap: 10px;
    row-gap: 10px;
  }

  .event-detail .description {
    /* width: calc((100% / 2) - 10px); */
    width: 100%;
    min-height: 200px;
  }

  .event-detail .description .bottom {
    position: static;
    margin-top: 20px;
  }

  .event-detail .description.heading {
    min-height: 50px;
  }

  .event-detail .description .content.heading h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .event-detail {
    gap: 10px;
    row-gap: 10px;
  }
}

.event-1-participants,
.event-2-participants {
  margin-bottom: 10px;
}

table.event-detail {
  display: block;
}

#tradein_brand-menu.ui-menu,
#tradein_manufacture_year-menu.ui-menu,
#model_1-menu.ui-menu,
#model_2-menu.ui-menu,
#brand-menu.ui-menu {
  max-height: 500px !important;
}

.zungfu-mb .ui-selectmenu-button.ui-button,
[theme="zungfu-mb"] .ui-selectmenu-button.ui-button {
  min-width: 280px;
  border-radius: 0;
}

.slider-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  overflow: visible;
}

.swiper-container.a-link-swiper {
  width: 100%;
}

.swiper-container.layout-story_carCard {
  margin-right: 15px;
  margin-left: 15px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #00adef;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.idx_wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.idx__event_content-section {
  padding: 50px 0;
}

.idx__event_content-section .idx__event_content-remind {
  text-align: center;
  font-size: 19px;
}

.idx_wrapper-inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}

.idx__event_poster-section .idx__event_poster-poster2 .swiper {
  overflow: visible;
}

.idx__event_poster-section .idx__event_poster-poster .swiper {
  overflow: visible;
}

.idx__event_poster-section .swiper-button-prev, .idx__event_poster-section .swiper-rtl .swiper-button-next {
  left: -26px;
}

.idx__event_poster-section .swiper-button-next, .idx__event_poster-section .swiper-rtl .swiper-button-prev {
  right: -26px;
}

.idx__event_poster-section .swiper-button-next, .idx__event_poster-section .swiper-button-prev {
  width: 26px;
  height: 74px;
  margin-top: calc(-74px / 2);
  --swiper-navigation-color: #FFF;
  --swiper-navigation-size: 20px;
  background: rgb(255 255 255 / 80%);
}

.idx__event_info-section .idx_wrapper h1 {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0px;
  font-size: 64px;
}

.idx__event_poster-nav2 .slider-caption {
  padding-top: 32px;
  font-size: 24px;
  text-align: center;
  height: 100px;
}

.idx__event_poster-nav2 .slider-caption small {
  padding-top: 32px;
  font-size: 16px;
  text-align: center;
  height: 100px;
}

.idx__event_poster-section .idx__event_moreModels-title {
  font-size: 64px;
  text-align: center;
  margin-top: 50px;
}

.idx__event_info-section .idx__event_info-text {
  font-size: 19px;
}

.idx__event_poster-nav .spec {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 30px !important;
  color: #0078d6;
  font-weight: bold;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  font-size: 30px !important;
  color: #0078d6;
  font-weight: bold;
}

.idx_wrapper2 h3 {
  font-size: 19px;
  text-align: center;
}

@media (max-width: 991px) {
  .layout-story_carCard__item {
    width: 50%;
  }

  .layout-story_carCard__bottom {
    margin-top: 30px;
    flex-flow: column-reverse;
    align-items: baseline;
  }

  .layout-story_carCard__bottom__left {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }

  .layout-story_carCard__bottom__right {
    width: 100%;
    padding-bottom: 20px;
  }

  .layout-story_carCard__item_wrapper {
    padding: 20px;
  }

  .layout-story_discover__item_wrapper {
    background-color: #9a9a9a;
    padding: 50px 20px;
    color: #fff;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mobile-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper-container.layout-story_carCard {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 680px) {
  .idx__event_poster-nav {
    padding: 20px;
  }

  .idx__event_poster-section .swiper-button-prev, .idx__event_poster-section .swiper-rtl .swiper-button-next {
    left: 0;
  }

  .idx__event_poster-section .swiper-button-next, .idx__event_poster-section .swiper-rtl .swiper-button-prev {
    right: 0;
  }

  .idx__event_poster-section .idx__event_moreModels-title, .idx__event_info-section .idx_wrapper h1 {
    font-size: 28px;
  }
}

.container.header {
  padding-bottom: 2rem;
}

body {
  overflow-x: hidden;
}

div.event-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}

div.event-detail .item {
  display: flex;
  flex-direction: row;
}

div.event-detail .item > div:first-child {
  flex-basis: 100px;
}

@media only screen and (max-width: 991px) {
  div.event-detail .item {
    flex-direction: column;
  }

  div.event-detail .item > div:first-child {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  div.event-detail {
    gap: 10px;
  }

  .slider-wrapper {
    overflow-x: hidden;
  }
}

/*
.select-location .radio-ele {
  display: none;
}
*/
