.sc-top-content {
  background: url(../img/bg-conditions-mobile@2x.jpg) center top no-repeat;
  background-size: contain;
}

.sc-top-content .sc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 120px);
  max-height: 350px;
}

.sc-top-content .sc-heading {
  margin-bottom: 25px;
  font-size: 30px;
}

.list-bullet {
  margin-left: 20px !important;
}

.list-bullet li {
  list-style: disc !important;
  margin-bottom: 5px;
}

.list-conditions {
  margin-left: 20px !important;
}

.list-conditions li {
  list-style: decimal;
  font-size: 13px;
  margin-bottom: 8px;
}

.list-conditions .list-bullet {
  margin-top: 8px;
}

.sc-main-content {
  background-color: #F7F6FB;
}

.sc-detail-content .container {
  max-width: 980px;
}

.sc-detail-content .row-detail {
  margin-bottom: 50px;
}

.sc-detail-content .row-detail .heading {
  margin-bottom: 15px;
}

.table-c-detail {
  margin: 25px 0 0 -15px;
}

.table-c-detail .table {
  border-radius: 10px;
  overflow: hidden;
}

.table-c-detail thead {
    background: rgba(0, 168, 80, 1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 168, 80, 1)), to(rgba(97, 214, 153, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 168, 80, 1) 0%, rgba(97, 214, 153, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 168, 80, 1) 0%, rgba(97, 214, 153, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 168, 80, 1) 0%, rgba(97, 214, 153, 1) 100%);
    background-size: 100% auto;
}

.table-c-detail th {
  font-size: 19px;
  height: 70px;
}

.table-c-detail td {
  font-size: 19px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 20px;
}

.table-conditions th:nth-child(1) {
  width: 255px;
}

.table-conditions th:nth-child(2) {
  width: 170px;
}

.table-conditions th:nth-child(3) {
  width: 170px;
}

.btn-center {
  text-align: center;
}

.btn-nearest {
  margin-left: auto;
  margin-right: auto;
}

.btn-nearest::before {
  content: '';
  display: inline-block;
  background: url(../img/icon/ico-find-branch@2x.png) 0 0 no-repeat;
  background-size: 100%;
  width: 14px;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.icw.mfp-hide {
  display: none;
}

@media screen and (min-width: 992px) {
  .sc-top-content {
    background: url(../img/bg-conditions@2x.jpg) center center no-repeat;
    background-size: cover;
  }
  .sc-top-content .sc-inner {
    max-height: 460px;
  }
  .sc-top-content .sc-heading {
    margin-bottom: 35px;
    font-size: 35px;
  }
  .table-c-detail {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-main {
    padding-bottom: 0;
  }
  .sc-top-content .sc-inner {
    height: calc(100vh - 120px);
  }
  .sc-detail-content .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .garage-container .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sc-top-content {
    background-position: center;
    background-size: cover;
  }
  .sc-detail-content .row-detail {
    margin-bottom: 30px;
  }
  .sc-detail-content .row-detail .heading {
    font-size: 16px;
  }
  .list-bullet li {
    font-size: 13px;
  }
  .table-c-detail {
    overflow-x: auto;
    margin-top: 15px;
  }
  .table-c-detail table {
    white-space: nowrap;
    max-width: none;
  }
  .table-c-detail th {
    font-size: 16px;
  }
  .table-c-detail td {
    font-size: 16px;
  }
  .table-c-detail .mCustomScrollBox {
    padding-top: 30px;
  }
  .table-c-detail .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    position: absolute;
    top: 0;
    left: 0;
  }
  .table-c-detail .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 6px;
    margin: 6px 0;
    background-color: #fff;
  }
  .table-c-detail .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    background-color: #00A850;
  }
  .table-c-detail .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sc-top-content .sc-inner {
    max-height: 540px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .table-c-detail thead {
        background: rgba(0, 168, 80, 1);
    }
}

@media screen and (min-width: 583px) {
  .responsive-scroll {
    display: none;
  }
}

.table-responsive {
  overflow-x: auto;
}

.table-responsive .table {
  min-width: 552px;
  width: 100%;
}

.table-responsive::-webkit-scrollbar {
  display: none;
}

.responsive-scroll {
  background-color: #F4F3F9;
  margin: 1.5rem 0 2rem -15px;
  position: relative;
  width: 100%;
  height: 2px;
}

.responsive-scroll .scroll {
  background-color: #00A850;
  position: absolute;
  border-radius: 2px;
  margin-top: -1px;
  display: block;
  height: 4px;
}