﻿.hwcCustomization {
  /*.ui.selection.active.dropdown:hover {
        box-shadow: none;
    }

    .ui.ks.dropdown.active .menu {
        margin-top: 4px;
        box-shadow: 0px 0px 4px rgba(35,19,18,0.2);
    }*/
  /*.ui.ks.dropdown.selection .menu .item:first-child {
        margin-top: 8px !important;
    }*/
}
.hwcCustomization a.btn.btn-locations-search {
  background: transparent;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 16px;
}
.hwcCustomization a.btn.btn-locations-search i {
  font-size: 24px;
  margin-right: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  top: -10px;
}
.hwcCustomization a.btn.btn-locations-search span {
  color: #5A5A5A;
  border-bottom: 1px solid transparent;
  position: relative;
  top: -3px;
  font-size: 16px;
  font-family: 'Thongterm-Roman';
}
.hwcCustomization a.btn.btn-locations-search:hover i,
.hwcCustomization a.btn.btn-locations-search:focus i,
.hwcCustomization a.btn.btn-locations-search:active i,
.hwcCustomization a.btn.btn-locations-search:visited i {
  background-color: #ffd400;
}
.hwcCustomization a.btn.btn-expand {
  background: transparent;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 16px;
  white-space: nowrap;
  padding-left: 0px;
  color: #5A5A5A;
}
.hwcCustomization a.btn.btn-expand span {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-family: 'Thongterm-Roman';
  font-weight: 500;
}
.hwcCustomization a.btn.btn-expand:hover {
  color: #222222;
}
.hwcCustomization a.btn.btn-small:hover {
  background-color: #ffd400;
  border-color: transparent !important;
}
.hwcCustomization .filter-more {
  display: flex;
  flex-wrap: wrap;
  transition: 0.4s all ease;
}
.hwcCustomization .filter-more .more {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  padding-left: 0;
}
.hwcCustomization .filter-more .more .fa-chevron-right {
  opacity: 1;
  position: relative;
  font-size: 12px;
}
.hwcCustomization .filter-more .more .fa-times {
  opacity: 0;
  position: absolute;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.hwcCustomization .filter-more .pro {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px;
}
.hwcCustomization .filter-more .dis {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 15px;
}
.hwcCustomization .filter-more .sub {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  padding-right: 0;
}
.hwcCustomization .filter-more > div[class].active {
  z-index: 5;
}
.hwcCustomization .filter-more.active .more .fa-chevron-right {
  opacity: 0;
  position: absolute;
}
.hwcCustomization .filter-more.active .more .fa-times {
  opacity: 1;
  position: relative;
}
.hwcCustomization .container-map {
  transition: 0.4s all ease;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.hwcCustomization .container-map #map {
  height: 100%;
  transition: 0.4s all ease;
}
.hwcCustomization .container-map .location-info {
  position: absolute;
  width: 370px;
  max-width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0.75rem;
  top: 1rem;
  transition: 0.4s opacity ease, 0.4s left ease;
}
.hwcCustomization .container-map .location-info.active {
  z-index: 9;
  opacity: 1;
}
.hwcCustomization .container-map .location-info .info-close {
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
}
.hwcCustomization .container-map .location-info .info-close i {
  font-size: 24px;
}
.hwcCustomization .container-map .location-info .name {
  font-family: 'Krungsri-Condensed-Bold';
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  max-width: 300px;
}
.hwcCustomization .container-map .location-info .name i {
  padding-right: 0.5rem;
  cursor: pointer;
}
.hwcCustomization .container-map .location-info .info-group {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 2rem;
}
.hwcCustomization .container-map .location-info .info-group .icon {
  width: 16px;
  margin-right: 1.5rem;
}
.hwcCustomization .container-map .location-info .info-group .icon i {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.hwcCustomization .container-map .location-info .info-group .info .info__ti {
  font-family: 'Krungsri-Condensed-Medium';
  font-size: 20px;
  line-height: 30px;
}
.hwcCustomization .container-map .location-info .info-group .info .info__de {
  padding-top: 0.5rem;
}
.hwcCustomization .container-map .location-info .info-group.contact .info__de {
  color: #F76F00;
}
.hwcCustomization .container-map .location-info .actions {
  padding-top: 1rem;
  margin-left: 2.25rem;
}
.hwcCustomization .container-map .location-info .actions .btn.btn-small {
  width: 70px;
  height: 34px;
  padding: 4px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.hwcCustomization .container-map .location-info .actions .btn.btn-small span {
  font-family: 'Thongterm-Roman';
  font-size: 16px;
  font-weight: 500;
}
.hwcCustomization .container-map .places {
  position: absolute;
  height: 100%;
  width: 40%;
  max-width: 400px;
  z-index: 3;
  transition: 0.4s all ease;
  left: -400px;
  border: 0;
  padding: 16px 0;
  padding-right: 24px;
  /*background-color: #FCFCFC;*/
  background-color: #ffffff;
}
.hwcCustomization .container-map .places .total-result {
  font-size: 14px;
}
.hwcCustomization .container-map .places hr {
  border: 1px solid #F3F3F3;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.hwcCustomization .container-map .places .places__list .place {
  margin-top: 1.5rem;
}
.hwcCustomization .container-map .places .places__list .place .name {
  font-family: 'Krungsri-Condensed-Bold';
  font-size: 20px;
  line-height: 30px;
  color: #222222;
}
.hwcCustomization .container-map .places .places__list .place .name i {
  padding-right: 0.5rem;
  font-size: 16px;
  max-width: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s max-width ease;
  position: absolute;
}
.hwcCustomization .container-map .places .places__list .place .name a {
  cursor: pointer;
  text-decoration: none;
}
.hwcCustomization .container-map .places .places__list .place .name:hover i {
  opacity: 1;
  max-width: 24px;
  position: relative;
}
.hwcCustomization .container-map .places .places__list .place .address {
  padding-top: 0.5rem;
}
.hwcCustomization .container-map .places .places__list .place .actions {
  padding-top: 0.5rem;
  display: flex;
  align-content: center;
}
.hwcCustomization .container-map .places .places__list .place .actions label {
  padding-right: 1rem;
  font-family: 'Thongterm-Bold';
}
.hwcCustomization .container-map .places .places__list .place .actions .btn.btn-small {
  width: 70px;
  height: 34px;
  padding: 4px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-family: 'Thongterm-Roman';
  font-size: 14px;
  font-weight: 500;
}
.hwcCustomization #divInputGroupSearch input {
  font-weight: bold;
  font-family: 'Thongterm-Bold';
  color: #222222;
}
.hwcCustomization #divInputGroupSearch input::placeholder {
  font-weight: 700;
  font-family: 'Thongterm';
}
.hwcCustomization #divInputGroupSearch .input-group-append {
  cursor: pointer;
}
.hwcCustomization .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(33, 33, 33, 0.2);
  z-index: 100;
}
.hwcCustomization .loading .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hwcCustomization input.form-control.invalid {
  border: 1px solid #D00000 !important;
}
@media (min-width: 992px) {
  .hwcCustomization .container-map.menu-active .location-info {
    left: 420px !important;
  }
}
@media (max-width: 992px) {
  .hwcCustomization .filter-more .more {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    padding-left: 0;
  }
  .hwcCustomization .filter-more .pro {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 15px;
  }
  .hwcCustomization .filter-more .dis {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 15px;
  }
  .hwcCustomization .filter-more .sub {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .hwcCustomization .filter-more .pro,
  .hwcCustomization .filter-more .dis,
  .hwcCustomization .filter-more .sub {
    position: absolute;
    left: -500px;
    animation-name: more-inactive;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
  }
  .hwcCustomization .filter-more.active .pro,
  .hwcCustomization .filter-more.active .dis,
  .hwcCustomization .filter-more.active .sub {
    animation-name: more-active;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
  }
  .hwcCustomization .filter-more.actived .pro,
  .hwcCustomization .filter-more.actived .dis,
  .hwcCustomization .filter-more.actived .sub {
    animation: none;
    position: relative;
    left: 0;
    opacity: 1;
  }
  .hwcCustomization .container-map {
    margin-top: 40px;
    height: 750px;
  }
  .hwcCustomization .container-map.menu-active .places {
    left: 0;
    top: 0;
    height: 750px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .hwcCustomization .container-map.menu-active .places .location-info {
    display: none;
  }
  .hwcCustomization .container-map.menu-active .location-info {
    /*left: 420px;*/
    left: 42%;
  }
  .hwcCustomization .container-map.menu-active #map {
    margin-left: 32.5%;
  }
}
@media (max-width: 767px) {
  .hwcCustomization .filter-more {
    max-height: 44px;
    transition: 0.4s max-height ease;
    margin-top: 0px;
  }
  .hwcCustomization .filter-more > div[class] {
    margin-top: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .hwcCustomization .filter-more .more {
    margin-top: -10px;
  }
  .hwcCustomization .filter-more .more .btn-expand {
    padding-left: 0px;
  }
  .hwcCustomization .filter-more .more .fa-chevron-right {
    transform: rotateZ(90deg);
    top: -2px;
    left: -2px;
  }
  .hwcCustomization .filter-more .pro,
  .hwcCustomization .filter-more .dis,
  .hwcCustomization .filter-more .sub {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s max-height ease, 0s opacity ease;
  }
  .hwcCustomization .filter-more .sub {
    display: flex;
    justify-content: center;
  }
  .hwcCustomization .filter-more .sub a {
    width: 90% !important;
  }
  .hwcCustomization .filter-more.active {
    max-height: none;
    overflow: visible;
  }
  .hwcCustomization .filter-more.active .pro,
  .hwcCustomization .filter-more.active .dis,
  .hwcCustomization .filter-more.active .sub {
    position: relative;
    max-height: 150px;
    opacity: 1;
    overflow: visible;
  }
  .hwcCustomization #divFL {
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
  }
  .hwcCustomization .container-map {
    margin-top: 30px;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .hwcCustomization .container-map #map {
    height: 300px;
  }
  .hwcCustomization .container-map > .location-info {
    display: none;
  }
  .hwcCustomization .container-map.menu-active .places {
    margin-top: 16px;
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .hwcCustomization .container-map.menu-active .places hr {
    width: 100%;
  }
  .hwcCustomization .container-map.menu-active .places .location-info {
    width: 100%;
    border: 0;
    left: 0;
    top: 0;
    position: relative;
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.4s transform ease;
    /*max-height: 0;
                        overflow: hidden;
                        transition: 0.4s max-height ease;*/
  }
  .hwcCustomization .container-map.menu-active .places.info-active .places__list {
    display: none;
  }
  .hwcCustomization .container-map.menu-active .places.info-active .location-info {
    position: relative;
    transform: translateX(0%);
  }
  .hwcCustomization a.btn.btn-locations-search i {
    margin-right: 4px;
    display: inline-flex;
    top: 0;
  }
}
/*@media (max-width: 767px) {
    .hwcCustomization {
        
    }
}*/
@keyframes more-active {
  0% {
    opacity: 0;
    position: absolute;
    left: -500px;
  }
  25% {
    opacity: 0;
    position: absolute;
    left: -3rem;
  }
  50% {
    opacity: 0;
    position: relative;
    left: -3rem;
  }
  100% {
    opacity: 1;
    position: relative;
    left: 0rem;
  }
}
@keyframes more-inactive {
  0% {
    opacity: 1;
    position: relative;
    left: 0rem;
  }
  50% {
    opacity: 0;
    position: relative;
    left: -3rem;
  }
  75% {
    opacity: 0;
    position: absolute;
    left: -3rem;
  }
  100% {
    opacity: 0;
    position: absolute;
    left: -500px;
  }
}
/* Loading */
.spinner {
  /*margin: 100px auto 0;*/
  /*width: 70px;*/
  width: 100px;
  text-align: center;
  margin: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin: 0 5px;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}