<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sc-search-branch {
  background: url(../img/bg-search-mobile@2x.jpg) center top no-repeat;
  background-size: cover;
}

.sc-search-branch .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);
}

.sc-search-branch.sc-branch-detail {
  background: url(../img/bg-search-detail-mobile@2x.jpg) center center no-repeat;
  background-size: cover;
}

.sc-search-branch.sc-branch-detail .sc-inner {
  max-height: 350px;
}

.sc-search-branch .sc-heading {
  margin-bottom: 25px;
  font-size: 30px;
}

.sc-search-branch .search-branch-form {
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
}

.search-branch-form .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.search-branch-form [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.search-branch-form .input-search {
  position: relative;
}

.search-branch-form .input-search input[type="text"] {
  height: 55px;
  border-radius: 28px;
  border: none;
  font-family: 'notosans_thai', sans-serif;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 70px;
}

.search-branch-form .input-search .btn-search-branch {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 0 28px 28px 0;
  background: #00A850;
  background: -webkit-gradient(linear, left top, right top, from(#009B3B), to(#4DB976));
  background: linear-gradient(90deg, #009B3B 0%, #4DB976 100%);
}

.search-branch-form .input-search .btn-search-branch span {
  display: inline-block;
  text-indent: -9999px;
  background: url(../img/icon/ico-search-btn@2x.png) center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-left: 16px;
}

.search-branch-form .input-search .btn-search-branch::after {
  content: '';
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: bold;
  line-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
}

.select2-container .select2-selection--single {
  height: 55px;
}

.select2-container--default .select2-selection--single {
  border-radius: 28px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__clear {
  width: 50px;
  height: 55px;
  line-height: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before, .select2-container--default .select2-selection--single .select2-selection__clear:before {
  line-height: 55px;
}

.select2-dropdown {
  border-radius: 28px;
}

.sc-branch-result {
  background-color: #F7F6FB;
}

.sc-branch-result .main-container {
  padding: 0;
}

.sc-branch-result .row {
  margin-left: -13px;
  margin-right: -13px;
}

.sc-branch-result .item-result {
  padding-left: 13px;
  padding-right: 13px;
}

.sc-header-result {
  margin-bottom: 25px;
}

.sc-header-result .sc-heading {
  font-size: 18px;
}

.sc-header-result .text-result {
  font-family: 'notosans_thai', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
}

.sc-header-result .text-result .text-total {
  display: inline-block;
  margin-left: 5px;
}

.item-result {
  margin-bottom: 15px;
}

.item-result .box-inner {
  background-color: #fff;
  border-top: 2px solid #00A850;
  padding: 20px 25px 74px;
  border-radius: 0 0 10px 10px;
}

.item-result .item-heading {
  font-size: 24px;
  margin-bottom: 25px;
}

.item-result .list-info {
  margin-bottom: 40px;
}

.item-result .list-info li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 15px;
}

.item-result .list-info li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
}

.item-result .list-info .info-time::before {
  width: 16px;
  height: 16px;
  background: url(../img/icon/ico-time@2x.png) 0 0 no-repeat;
  background-size: 100%;
}

.item-result .list-info .info-call::before {
  width: 14px;
  height: 14px;
  background: url(../img/icon/ico-call@2x.png) 0 0 no-repeat;
  background-size: 100%;
}

.item-result .item-footer {
  position: absolute;
  left: 13px;
  bottom: 0;
  width: calc(100% - 26px);
  height: 74px;
  background: #00A850;
  background: -webkit-gradient(linear, left top, right top, from(#009B3B), to(#4DB976));
  background: linear-gradient(90deg, #009B3B 0%, #4DB976 100%);
  border-radius: 0 0 10px 10px;
  font-family: 'notosans_thai', sans-serif;
  color: #fff;
  padding: 0 25px;
}

.item-result .item-footer .text-distance {
  font-size: 14px;
  margin-top: 14px;
}

.item-result .item-footer .text-distance span {
  font-size: 30px;
  font-weight: bold;
}

.item-result .item-footer .text-direction {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 26px;
}

.item-result .item-footer .text-direction::after {
  font-family: 'icongarage';
  content: "\e905";
  font-size: 9px;
  margin-left: 7px;
}

.page-nav {
  text-align: center;
  margin-top: 15px;
}

.page-nav .pagination {
  display: inline-block;
}

.page-nav .pagination li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  text-align: center;
}

.page-nav .pagination li a {
  display: table-cell;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

.page-nav .pagination li.page-disabled a {
  pointer-events: none;
}

.page-nav .pagination li.active a {
  background: #00A850;
  background: -webkit-gradient(linear, left top, right top, from(#009B3B), to(#4DB976));
  background: linear-gradient(90deg, #009B3B 0%, #4DB976 100%);
  color: #fff;
  border-radius: 100%;
}

.page-nav .pagination li.page-prev {
  width: 10px;
  overflow: hidden;
  margin-top: -2px;
}

.page-nav .pagination li.page-prev span {
  display: inline-block;
  text-indent: -9999px;
}

.page-nav .pagination li.page-prev a {
  color: #00A850;
}

.page-nav .pagination li.page-prev a::before {
  font-family: 'icongarage';
  content: "\e904";
  font-size: 9px;
}

.page-nav .pagination li.page-next {
  width: 10px;
  overflow: hidden;
  margin-top: -2px;
}

.page-nav .pagination li.page-next span {
  display: inline-block;
  text-indent: -9999px;
}

.page-nav .pagination li.page-next a {
  color: #00A850;
}

.page-nav .pagination li.page-next a::after {
  font-family: 'icongarage';
  content: "\e905";
  font-size: 9px;
}

@media screen and (min-width: 992px) {
  .sc-search-branch {
    background: url(../img/bg-search@2x.jpg) center top no-repeat;
    background-size: cover;
  }
  .sc-search-branch.sc-branch-detail {
    background: url(../img/bg-search-detail@2x.jpg) center top no-repeat;
    background-size: cover;
  }
  .sc-search-branch.sc-branch-detail .sc-inner {
    max-height: 460px;
  }
  .sc-search-branch .sc-heading {
    margin-bottom: 35px;
    font-size: 35px;
  }
  .sc-header-result .sc-heading {
    font-size: 24px;
  }
  .sc-branch-result .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc-branch-result .item-result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .item-result {
    margin-bottom: 25px;
  }
  .item-result .box-inner {
    height: calc(100% - 0px);
  }
}

@media screen and (min-width: 1025px) {
  .sc-search-branch .filter-dropdown {
    width: 45.666667%;
  }
  .sc-search-branch .filter-keyword {
    width: 54.333333%;
  }
}

@media screen and (max-width: 1024px) {
  .sc-search-branch .sc-inner {
    height: calc(100vh - 120px);
  }
  .search-branch-form select.select2 {
    font-family: 'notosans_thai', sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    border-radius: 25px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .search-branch-form .input-search {
    margin-top: 0;
  }
  .search-branch-form .input-search input[type="text"] {
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
    padding-left: 28px;
    padding-right: 70px;
  }
  .search-branch-form .input-search .btn-search-branch {
    width: 50px;
    height: 50px;
    border-radius: 0 25px 25px 0;
    line-height: 1;
  }
  .search-branch-form .input-search .btn-search-branch span {
    width: 16px;
    height: 16px;
    margin-left: 14px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 50px;
  }
  .select2-container .select2-selection--single {
    height: 50px;
  }
  .select2-container--default .select2-selection--single {
    border-radius: 25px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 50px;
    line-height: 50px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:before, .select2-container--default .select2-selection--single .select2-selection__clear:before {
    line-height: 50px;
  }
  .select2-dropdown {
    border-radius: 25px;
  }
}

@media screen and (max-width: 991px) {
  .garage-container .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .search-branch-form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-branch-form .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .search-branch-form [class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sc-branch-result .sc-inner {
    padding: 35px 0;
  }
  .sc-header-result {
    margin-bottom: 20px;
  }
  .sc-header-result .text-result {
    margin-top: 0;
  }
  .item-result .list-info li {
    font-size: 16px;
  }
  .item-result .list-info li::before {
    top: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sc-search-branch.sc-branch-detail .sc-inner {
    max-height: 540px;
  }
  .sc-branch-result .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc-branch-result .item-result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .search-branch-form .input-search {
    margin-top: 15px;
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .sc-branch-result .item-result {
        flex: none;
    }
}</pre></body></html>