@charset "UTF-8";

.red {
  color: #e73155;
}

.blue {
  color: #2d7cd1;
}

.black {
  color: #333;
}

.gray-darker {
  color: #666;
}

.yellow {
  color: #fbb949;
}

.red-list-dot li {
  color: #e73155;
}

.red-list-dot li > div {
  color: #333;
}

.touch-action-none {
  -ms-touch-action: none;
      touch-action: none;
}

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-base,
.btn-order,
.btn-order-sm,
.btn-change,
.btn-change-sm,
.btn-addcart,
.btn-addnew,
.btn-editor,
.btn-reload,
.btn-select,
.btn-import,
.btn-import-sm,
.btn-switch,
.btn-switch-sm {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.3s ease all;
  padding: 0px;
}

.btn-base:hover,
.btn-order:hover,
.btn-order-sm:hover,
.btn-change:hover,
.btn-change-sm:hover,
.btn-addcart:hover,
.btn-addnew:hover,
.btn-editor:hover,
.btn-reload:hover,
.btn-select:hover,
.btn-import:hover,
.btn-import-sm:hover,
.btn-switch:hover,
.btn-switch-sm:hover {
  cursor: pointer;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.btn-base:focus,
.btn-order:focus,
.btn-order-sm:focus,
.btn-change:focus,
.btn-change-sm:focus,
.btn-addcart:focus,
.btn-addnew:focus,
.btn-editor:focus,
.btn-reload:focus,
.btn-select:focus,
.btn-import:focus,
.btn-import-sm:focus,
.btn-switch:focus,
.btn-switch-sm:focus {
  text-decoration: none;
}

.btn-base:active,
.btn-order:active,
.btn-order-sm:active,
.btn-change:active,
.btn-change-sm:active,
.btn-addcart:active,
.btn-addnew:active,
.btn-editor:active,
.btn-reload:active,
.btn-select:active,
.btn-import:active,
.btn-import-sm:active,
.btn-switch:active,
.btn-switch-sm:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-sm-base,
.btn-order-sm,
.btn-change-sm,
.btn-addcart-sm,
.btn-addnew-sm,
.btn-editor-sm,
.btn-reload-sm,
.btn-select-sm,
.btn-import-sm,
.btn-switch-sm {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.3s ease all;
  padding: 0px;
  height: 30px;
  line-height: 28px;
}

.btn-sm-base:hover,
.btn-order-sm:hover,
.btn-change-sm:hover,
.btn-addcart-sm:hover,
.btn-addnew-sm:hover,
.btn-editor-sm:hover,
.btn-reload-sm:hover,
.btn-select-sm:hover,
.btn-import-sm:hover,
.btn-switch-sm:hover {
  cursor: pointer;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.btn-sm-base:focus,
.btn-order-sm:focus,
.btn-change-sm:focus,
.btn-addcart-sm:focus,
.btn-addnew-sm:focus,
.btn-editor-sm:focus,
.btn-reload-sm:focus,
.btn-select-sm:focus,
.btn-import-sm:focus,
.btn-switch-sm:focus {
  text-decoration: none;
}

.btn-sm-base:active,
.btn-order-sm:active,
.btn-change-sm:active,
.btn-addcart-sm:active,
.btn-addnew-sm:active,
.btn-editor-sm:active,
.btn-reload-sm:active,
.btn-select-sm:active,
.btn-import-sm:active,
.btn-switch-sm:active {
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.solid-btn-base,
.btn-order,
.btn-order-sm,
.btn-change,
.btn-change-sm {
  border: solid 1px transparent;
}

.btn-base-icon,
.btn-collect,
.btn-collect-nobox {
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  transition: 0.3s ease all;
  border-radius: 4px;
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  color: #333;
}

.btn-base-icon i,
.btn-collect i,
.btn-collect-nobox i {
  font-size: 1.8rem;
  vertical-align: middle;
  font-weight: bold;
}

.btn-base-icon span,
.btn-collect span,
.btn-collect-nobox span {
  vertical-align: middle;
  padding-left: 5px;
}

.btn-base-icon:hover,
.btn-collect:hover,
.btn-collect-nobox:hover {
  cursor: pointer;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-base-icon:focus,
.btn-collect:focus,
.btn-collect-nobox:focus {
  text-decoration: none;
  color: #333;
}

@media screen and (min-width: 992px) {
  .btn-base,
  .btn-order,
  .btn-order-sm,
  .btn-change,
  .btn-change-sm,
  .btn-addcart,
  .btn-addnew,
  .btn-editor,
  .btn-reload,
  .btn-select,
  .btn-import,
  .btn-import-sm,
  .btn-switch,
  .btn-switch-sm {
    height: 48px;
    line-height: 46px;
  }

  .btn-base-icon,
  .btn-collect,
  .btn-collect-nobox {
    height: 48px;
  }
}

@media screen and (max-width: 991px) {
  .btn-base,
  .btn-order,
  .btn-order-sm,
  .btn-change,
  .btn-change-sm,
  .btn-addcart,
  .btn-addnew,
  .btn-editor,
  .btn-reload,
  .btn-select,
  .btn-import,
  .btn-import-sm,
  .btn-switch,
  .btn-switch-sm {
    height: 40px;
    line-height: 38px;
  }

  .btn-base-icon,
  .btn-collect,
  .btn-collect-nobox {
    height: 40px;
  }

  .btn-addcart {
    line-height: 36px;
  }

  .btn-sm-base,
  .btn-order-sm,
  .btn-change-sm,
  .btn-addcart-sm,
  .btn-addnew-sm,
  .btn-editor-sm,
  .btn-reload-sm,
  .btn-select-sm,
  .btn-import-sm,
  .btn-switch-sm {
    height: 30px;
    line-height: 26px;
  }
}

@media screen and (max-width: 399px) {
  .btn-base,
  .btn-order,
  .btn-order-sm,
  .btn-change,
  .btn-change-sm,
  .btn-addcart,
  .btn-addnew,
  .btn-editor,
  .btn-reload,
  .btn-select,
  .btn-import,
  .btn-import-sm,
  .btn-switch,
  .btn-switch-sm {
    font-size: 1.4rem;
    height: 40px;
    line-height: 38px;
  }
}

.btn-order,
.btn-order-sm {
  border-radius: 4px;
  color: #fff;
  background: #e73155;
}

.btn-order:hover,
.btn-order-sm:hover {
  color: #fff;
}

.btn-order:focus,
.btn-order-sm:focus {
  color: #fff;
}

.btn-change,
.btn-change-sm {
  border-radius: 4px;
  color: #fff;
  background: #2d7cd1;
}

.btn-change:hover,
.btn-change-sm:hover {
  color: #fff;
}

.btn-change:focus,
.btn-change-sm:focus {
  color: #fff;
}

.btn-addcart {
  color: #e73155;
  background: #fff;
  border: solid 2px #e73155;
  border-radius: 4px;
  line-height: 44px;
}

.btn-addcart:hover {
  color: #e73155;
}

.btn-addcart:focus {
  color: #e73155;
}

.btn-addcart-sm {
  color: #e73155;
  background: #fff;
  border: solid 1px #e73155;
  border-radius: 4px;
}

.btn-addcart-sm:hover {
  color: #e73155;
}

.btn-addcart-sm:focus {
  color: #e73155;
}

@media screen and (max-width: 991px) {
  .btn-addcart {
    line-height: 36px;
  }
}

.btn-addnew {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
  border-radius: 4px;
  line-height: 46px;
}

.btn-addnew:hover {
  color: #2d7cd1;
}

.btn-addnew:focus {
  color: #2d7cd1;
}

.btn-addnew-sm {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
  border-radius: 4px;
}

.btn-addnew-sm:hover {
  color: #2d7cd1;
}

.btn-addnew-sm:focus {
  color: #2d7cd1;
}

.btn-editor {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
  border-radius: 4px;
  line-height: 46px;
}

.btn-editor span:before {
  content: '\7DE8\8F2F';
}

.btn-editor.active span:before {
  content: '\53D6\6D88';
}

.btn-editor:hover {
  color: #2d7cd1;
}

.btn-editor:focus {
  color: #2d7cd1;
}

.btn-editor-sm {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
  border-radius: 4px;
}

.btn-editor-sm span:before {
  content: '\7DE8\8F2F';
}

.btn-editor-sm.active span:before {
  content: '\53D6\6D88';
}

.btn-editor-sm:hover {
  color: #2d7cd1;
}

.btn-editor-sm:focus {
  color: #2d7cd1;
}

.btn-reload {
  color: #fff;
  background: none;
  border: solid 1px #fff;
  border-radius: 4px;
  line-height: 38px;
}

.btn-reload:hover {
  color: #fff;
}

.btn-reload:focus {
  color: #fff;
}

.btn-reload-sm {
  color: #fff;
  background: none;
  border: solid 1px #fff;
  border-radius: 4px;
}

.btn-reload-sm:hover {
  color: #fff;
}

.btn-reload-sm:focus {
  color: #fff;
}

.btn-select {
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.btn-select:hover {
  color: #000;
}

.btn-select:focus {
  color: #000;
}

.btn-select-sm {
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.btn-import,
.btn-import-sm {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  color: #2d7cd1;
}

.btn-import:focus,
.btn-import-sm:focus {
  color: #2d7cd1;
}

/*
.btn-delete {
    @extend .btn-base-icon;
    @include border-gray(1px);
    @include border-radius(4px);
    &:hover {
        @include border-blue(1px);
        box-shadow: $box-shadow; 
    }
    &:active {
        @include border-blue(1px);
        box-shadow: $box-shadow; 
    }
}
*/

.btn-collect {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.btn-collect:hover {
  color: #e73155;
  background: #fff;
  border: solid 1px #e73155;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-collect:active {
  color: #e73155;
  background: #fff;
  border: solid 1px #e73155;
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn-collect-nobox {
  background: none;
  border: none;
  height: auto;
  font-weight: 400;
}

.btn-collect-nobox:before {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  color: #e73155;
  font-family: 'FontAwesome';
  font-size: 2.4rem;
  content: "\F08A";
  transition: 0.3s ease all;
}

.btn-collect-nobox:hover {
  box-shadow: none;
}

.btn-collect-nobox:hover:before {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

.btn-collect-nobox.active:before {
  content: "\F004";
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

.favorite-btn:before {
  content: "\F08A";
  font-family: 'FontAwesome';
  font-weight: normal;
  color: #000;
  transition: 0.3s ease all;
  font-weight: bold;
  font-size: 1.8rem;
}

.favorite-btn:hover {
  border: solid 1px #cccccc;
}

.favorite-btn.active:before {
  content: "\F004";
  color: #e73155;
}

.slider-btn {
  margin-top: 15px;
  position: relative;
  z-index: 0;
}

.slider-btn:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  border-top: dashed 1px #ccc;
  z-index: 1;
}

.slider-btn div {
  cursor: pointer;
  margin: 0 auto;
  border: solid 1px #ccc;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  font-size: 14px;
  width: 166px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  margin-top: -1px;
  position: relative;
  color: #666;
  transition: 0.3s ease all;
  outline: none;
}

.slider-btn div i {
  position: absolute;
  right: 18px;
  top: 50%;
  transition: 0.3s ease all;
  transform: translateY(-50%);
}

.slider-btn div i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  animation: sliderBtnArrowShadow 2s ease-in-out infinite 0s;
}

.slider-btn div:before {
  position: absolute;
  content: '';
  width: 250%;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px -40px 45px 10px #fff;
}

.slider-btn div.active i {
  transform: translateY(-50%) rotate(-180deg);
}

.slider-btn div.active:before {
  box-shadow: none !important;
}

.slider-btn div:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.product-features .slider-btn div:before {
  box-shadow: 0px -40px 45px 10px #f0f0e8;
}

@keyframes sliderBtnArrowShadow {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }

  100% {
    width: 30px;
    height: 30px;
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .slider-btn div:hover {
    box-shadow: none;
  }
}

.btn-disabled {
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
  color: #ccc;
  border-color: #ccc;
  background: #ececec;
  cursor: not-allowed !important;
}

.btn-disabled:hover,
.btn-disabled:active {
  box-shadow: none !important;
  color: #ccc !important;
}

.btn-disabled:focus {
  color: #ccc !important;
}

@media screen and (max-width: 991px) {
  .slider-btn {
    /*
        &:before {
            z-index: 0;
        }
        */
  }

  .slider-btn div:before {
    width: 100vw;
  }

  .product-features .slider-btn {
    border-top: none !important;
  }

  .product-features .slider-btn:before {
    background: #fff;
  }

  .product-features .slider-btn div:before {
    box-shadow: none;
  }
}

.btn-switch,
.btn-switch-sm {
  border-radius: 4px;
  color: #2d7cd1;
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
}

.btn-switch.active,
.active.btn-switch-sm {
  color: #2d7cd1;
  background: #fff;
  border: solid 1px #2d7cd1;
  color: #fff;
  background: #2d7cd1;
}

.width-auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
}

.checkbox:last-of-type {
  margin-right: 0px;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox input[type=checkbox] label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox .checkbox-label {
  position: relative;
  cursor: pointer;
  padding: 0px;
  min-height: 0px;
}

.checkbox .checkbox-label:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #ccc;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 6px;
  font-size: 1.5rem;
  line-height: 16px;
}

.checkbox .checkbox-label span,
.checkbox .checkbox-label strong {
  vertical-align: middle;
  width: auto;
  line-height: 22px;
  display: inline-block;
}

.checkbox input[type=checkbox]:checked + .checkbox-label:before {
  content: "\F00C";
  font-family: 'FontAwesome';
  background: #2d7cd1;
  color: #fff;
  border: solid 1px #2d7cd1;
}

.checkbox.no-info {
  margin: 0px;
  line-height: 16px;
}

.checkbox.no-info input[type=checkbox] + .checkbox-label:before {
  margin: 0px;
}

.checkbox.disabled .checkbox-label:before {
  background: #f4f4f4;
}

.checkbox.disabled .checkbox-label span,
.checkbox.disabled .checkbox-label strong {
  color: #ccc;
}

.checkbox.disabled input[type=checkbox]:checked + .checkbox-label:before {
  content: '';
  background: #f4f4f4;
  border: solid 1px #ccc;
}

.checkbox.disabled-txtOn .checkbox-label {
  cursor: not-allowed;
}

.checkbox.disabled-txtOn .checkbox-label:before {
  background: #f4f4f4;
}

.checkbox.disabled-txtOn input[type=checkbox]:checked + .checkbox-label:before {
  content: '';
  background: #f4f4f4;
  border: solid 1px #ccc;
}

.checkbox + .checkbox {
  margin-top: 0px;
}

.radio {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
}

.radio + .radio {
  margin-top: 0px;
}

.radio:last-of-type {
  margin-right: 0px;
}

.radio .radiobox {
  display: none;
}

.radio .radiobox label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.radio .radiobox-label {
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 0;
  cursor: pointer;
  min-height: 0px;
  padding: 0px;
}

.radio .radiobox-label span,
.radio .radiobox-label strong {
  vertical-align: middle;
  width: auto;
  line-height: 22px;
  display: inline-block;
}

.radio .radiobox-label:before {
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  margin-right: 6px;
  font-family: 'FontAwesome';
  font-size: 2rem;
  display: inline-block;
  content: "\F10C";
  color: #ccc;
  width: 20px;
  border-radius: 100%;
}

.radio .radiobox:checked + .radiobox-label:before {
  content: "\F192";
  color: #2d7cd1;
}

.radio.no-info {
  margin: 0px;
}

.radio.no-info input[type=radio] + .radiobox-label:before {
  margin: 0px;
}

.radio.disabled .radiobox-label:before {
  background: #f4f4f4;
}

.radio.disabled .radiobox-label span,
.radio.disabled .radiobox-label strong {
  color: #ccc;
}

.radio.disabled .radiobox:checked + .radiobox-label:before {
  content: "\F10C";
  color: #ccc;
}

.radio.lg .radiobox-label:before {
  font-size: 40px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .radio.lg .radiobox-label:before {
    font-size: 20px;
    width: 20px;
  }
}

.select-style,
.select,
.select-boder {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 24px 0 8px;
  color: #555;
  font-size: 1.4rem;
  line-height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 18px;
  outline: none;
}

.select-style.disabled,
.disabled.select,
.disabled.select-boder {
  background-color: #f4f4f4;
  color: #ccc;
  cursor: not-allowed;
}

.select-style.display-inline-block,
.display-inline-block.select,
.display-inline-block.select-boder {
  width: auto;
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

.select {
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #ccc;
}

.select.error {
  background-color: #fff8ec;
  background-size: 18px;
  border-bottom: solid 2px #f37370;
}

.select-boder {
  border-radius: 4px;
  border: solid 1px #ccc;
  display: inline-block;
}

.select-boder.error {
  background-color: #fff8ec;
  border: solid 1px #f37370;
}

.select-boder.active {
  border: solid 1px #2d7cd1;
}

.input-box-base,
.input-box-border,
.input-box-inner {
  position: relative;
  vertical-align: middle;
  margin-bottom: 0px;
}

.input-box-base .input,
.input-box-border .input,
.input-box-inner .input {
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #ccc;
  box-shadow: none;
  background: #fff;
  padding: 0px 30px 0px 8px;
  height: 40px;
}

.input-box-base .input::-ms-clear,
.input-box-border .input::-ms-clear,
.input-box-inner .input::-ms-clear {
  display: none;
}

.input-box-base .input span,
.input-box-border .input span,
.input-box-inner .input span {
  font-size: 1.4rem;
  color: #999;
  line-height: 40px;
}

.input-box-base .input:focus,
.input-box-border .input:focus,
.input-box-inner .input:focus {
  box-shadow: none;
  border-bottom: solid 2px #2d7cd1;
}

.input-box-base .input.error,
.input-box-border .input.error,
.input-box-inner .input.error {
  background: #fff8ec;
  border-bottom: solid 2px #f37370;
}

.input-box-base .input.disabled,
.input-box-border .input.disabled,
.input-box-inner .input.disabled {
  background-color: #f4f4f4;
  color: #ccc;
  cursor: not-allowed;
}

.input-box-base .input.have-data span,
.input-box-border .input.have-data span,
.input-box-inner .input.have-data span {
  color: #333;
}

.input-box-base.has-icon i,
.has-icon.input-box-border i,
.has-icon.input-box-inner i {
  position: absolute;
  font-size: 20px;
  left: 4px;
  top: 10px;
  color: #2d7cd1;
  width: 20px;
}

.input-box-base.has-icon .input,
.has-icon.input-box-border .input,
.has-icon.input-box-inner .input {
  padding-left: 28px;
}

.input-box-base i.input-del-btn,
.input-box-border i.input-del-btn,
.input-box-inner i.input-del-btn {
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  cursor: pointer;
  color: #999;
  width: 30px;
  text-align: center;
  line-height: 39px;
  font-size: 15px;
}

.input-box-base i.input-del-btn:hover,
.input-box-border i.input-del-btn:hover,
.input-box-inner i.input-del-btn:hover {
  color: #2d7cd1;
}

.input-box-base i.input-check,
.input-box-border i.input-check,
.input-box-inner i.input-check {
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  color: #2d7cd1;
  width: 30px;
  text-align: center;
  line-height: 39px;
  font-size: 15px;
}

.input-box-base .input-loading,
.input-box-border .input-loading,
.input-box-inner .input-loading {
  position: absolute;
  left: auto;
  right: 5px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: block;
}

.input-box-base .input-loading article,
.input-box-border .input-loading article,
.input-box-inner .input-loading article {
  width: 100%;
  min-height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.input-box-base .input-loading article .loading-circle,
.input-box-border .input-loading article .loading-circle,
.input-box-inner .input-loading article .loading-circle {
  transform: scale(0.08);
}

.input-box-base .num-input,
.input-box-border .num-input,
.input-box-inner .num-input {
  padding: 5px 0;
}

.input-box-base .num-input input,
.input-box-border .num-input input,
.input-box-inner .num-input input {
  display: inline-block;
  width: 15%;
  margin: 0 0 0 2px;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 2px;
  font-size: 24px;
  text-align: center;
  color: #2d7cd1;
}

.input-box-base .num-input input:last-child,
.input-box-border .num-input input:last-child,
.input-box-inner .num-input input:last-child {
  margin-right: 0;
}

.input-box-base .num-input input:focus,
.input-box-border .num-input input:focus,
.input-box-inner .num-input input:focus {
  border: solid 2px #2d7cd1;
}

.input-box-base .num-input.error input,
.input-box-border .num-input.error input,
.input-box-inner .num-input.error input {
  color: #e73155;
  border: solid 1px #e73155;
}

.input-box-border .input {
  border-radius: 4px;
  border: solid 1px #ccc;
}

.input-box-border .input span {
  line-height: 38px;
}

.input-box-border .input.error {
  border: solid 1px #f37370;
}

.input-box-border .input:focus {
  border: solid 1px #2d7cd1;
}

.input-box-inner .input {
  border-radius: 4px;
  border: none;
}

.input-box-inner .input.error {
  border: none;
}

.input-box-inner .input:focus {
  border: none;
}

.textarea {
  resize: none;
}

.textarea.error {
  background-color: #fff8ec;
  border: solid 1px #f37370;
}

.textarea.disabled {
  background-color: #f4f4f4;
  color: #ccc;
}

.input-memo {
  font-size: 1.2rem;
  color: #2d7cd1;
  margin: 2px 0;
  width: 100%;
  overflow: hidden;
}

.input-error {
  font-size: 1.2rem;
  color: #f37370;
  margin: 2px 0;
  width: 100%;
  overflow: hidden;
}

.area-input > .row {
  margin: 0 -5px;
}

.area-input > .row > div[class^="col-"] {
  padding: 5px 5px;
}

.area-input > .row > div[class^="col-"] > .row {
  margin: -5px -5px;
}

.area-input > .row > div[class^="col-"] > .row > div[class^="col-"] {
  padding: 5px 5px;
}

.area-input.st-mark {
  border-left: solid 3px #2d7cd1;
}

.area-input .form-label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 22px;
  text-align: right;
}

.area-input .form-label .required {
  color: #e73155;
  font-size: 2rem;
  margin-right: 3px;
  vertical-align: middle;
}

.area-input .form-label .no-required {
  color: #fff;
  font-size: 2rem;
  margin-right: 3px;
}

.area-input .form-label label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 9px 0px;
}

.area-input .form-label label.has-remark {
  padding: 4px 0px 3px;
}

.area-input .form-label label.has-remark .remark {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin-top: -5px;
  color: #999;
}

.area-input .radio .radiobox-label span,
.area-input .radio .radiobox-label strong {
  padding: 9px 0px;
}

.area-input .checkbox .checkbox-label span,
.area-input .checkbox .checkbox-label strong {
  padding: 9px 0px;
}

.area-input-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 2px;
}

.area-input .quantity-select {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 2px;
}

.area-input-inner > .row {
  margin: 0;
}

.area-input-inner > .row > div[class^="col-"] {
  padding: 0;
}

.area-input-inner > .row > div[class^="col-"] > .row {
  margin: 0;
}

.area-input-inner > .row > div[class^="col-"] > .row > div[class^="col-"] {
  padding: 0;
}

.area-input-inner.st-mark {
  border-left: solid 3px #2d7cd1;
}

.area-input-inner .form-label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 22px;
  text-align: left;
}

.area-input-inner .form-label .required {
  color: #e73155;
  font-size: 2rem;
  margin-right: 3px;
  vertical-align: middle;
}

.area-input-inner .form-label .no-required {
  color: #fff;
  font-size: 2rem;
  margin-right: 3px;
}

.area-input-inner .form-label label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  /*padding: 9px 0px;*/
}

.area-input-inner .form-label label.has-remark {
  padding: 4px 0px 3px;
}

.area-input-inner .form-label label.has-remark .remark {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin-top: -5px;
  color: #999;
}

.area-input-inner .radio .radiobox-label span,
.area-input-inner .radio .radiobox-label strong {
  padding: 9px 0px;
}

.area-input-inner .checkbox .checkbox-label span,
.area-input-inner .checkbox .checkbox-label strong {
  padding: 9px 0px;
}

.area-input-inner-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 2px;
}

.area-input-inner .quantity-select {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 2px;
}

.area-input-inner .select-boder {
  padding: 0 24px 0 0;
  border: none;
}

.area-input-inner .input {
  border: none;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .area-input {
    padding-bottom: 15px;
  }

  .area-input > .row > div[class^="col-"] {
    padding: 0px 5px;
  }

  .area-input .form-label {
    font-size: 1.4rem;
  }

  .area-input .st-alert-warning {
    font-size: 1.4rem;
    line-height: 20px;
  }

  .area-input-text {
    font-size: 16px;
  }

  .select-style,
  .select,
  .select-boder,
  .input-box-base .input,
  .input-box-border .input,
  .input-box-inner .input,
  .input-box-base .input span,
  .input-box-border .input span,
  .input-box-inner .input span,
  .textarea,
  input[type=text] {
    font-size: 16px;
  }
}

.date-interval > .row > [class^=col]:nth-of-type(1):after {
  content: '~';
  position: absolute;
  top: 11px;
  right: -5px;
}

@media screen and (max-width: 991px) {
  .date-interval > .row > [class^=col]:nth-of-type(1) {
    margin-bottom: 30px;
  }

  .date-interval > .row > [class^=col]:nth-of-type(1):after {
    top: 45px;
    right: 50%;
    transform: rotate(90deg);
  }
}

.modal-base .date-interval > .row > [class^=col] .st-calendar-area.many-days {
  width: 560px;
}

.modal-base .date-interval > .row > [class^=col] .st-calendar-area.many-days .date-list-day {
  font-size: 12px;
}

.modal-base .date-interval > .row > [class^=col]:nth-of-type(1) .st-calendar-area.many-days {
  right: auto;
  left: -70px;
}

.modal-base .date-interval > .row > [class^=col]:nth-of-type(1) .st-calendar-area.many-days:before,
.modal-base .date-interval > .row > [class^=col]:nth-of-type(1) .st-calendar-area.many-days:after {
  left: 86px;
}

.modal-base .date-interval > .row > [class^=col]:nth-of-type(2) .st-calendar-area.many-days {
  right: 10px;
}

.modal-base .date-interval > .row > [class^=col]:nth-of-type(2) .st-calendar-area.many-days:before,
.modal-base .date-interval > .row > [class^=col]:nth-of-type(2) .st-calendar-area.many-days:after {
  left: 333px;
}

.code-number-input [class*=input-box] {
  max-width: 240px;
}

.code-number-input [class*=input-box] .input input {
  border: none;
  padding: 0px;
  height: 100%;
  outline: none;
  box-shadow: none;
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  border-bottom: none;
  background: none;
}

.code-number-input [class*=input-box] .input span {
  vertical-align: middle;
}

.code-number-input-info {
  display: inline-block;
  vertical-align: top;
}

.code-number-input-card-type {
  display: inline-block;
  vertical-align: middle;
}

.code-number-input-card-type img {
  height: 40px;
  padding: 8px 5px;
}

.code-number-input-bank-name {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
}

@media screen and (max-width: 767px) {
  .code-number-input [class*=input-box] {
    max-width: none;
  }

  .code-number-input-info {
    display: block;
  }
}

.expiry-date [class*=input-box],
.security-code [class*=input-box] {
  max-width: 105px;
  display: inline-block;
  vertical-align: top;
}

.expiry-date-prompt,
.security-code-prompt {
  display: inline-block;
  vertical-align: top;
}

.expiry-date-prompt > img,
.security-code-prompt > img {
  height: 40px;
  padding: 8px 5px;
}

[data-id2*=expiry-date-tooltip] .tooltip-inner {
  max-width: none;
}

@media screen and (max-width: 479px) {
  [data-id2*=expiry-date-tooltip] .tooltip-inner {
    padding: 10px !important;
  }

  [data-id2*=expiry-date-tooltip] .tooltip-inner img {
    width: 125px;
  }
}

.search-input > .row {
  margin: 0px -5px;
  font-size: 0px;
}

.search-input > .row > [class*='col-'] {
  padding: 0px 5px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.quantity-select {
  white-space: nowrap;
  text-align: center;
  font-size: 0px;
  padding: 0px;
}

.quantity-select.display-inline-block {
  display: inline-block;
}

.quantity-select.display-inline {
  display: inline;
}

.quantity-select.cover-width .input-number {
  width: calc( 100% - 60px);
  max-width: 70px;
}

.quantity-select.has-unit {
  padding-right: 36px;
}

.quantity-select.has-unit:after {
  content: attr(data-unit);
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  margin: 8px 0px;
  margin-left: 5px;
}

.input-number {
  width: 36px;
  padding: 0 5px;
  vertical-align: top;
  text-align: center;
  outline: none;
  transition: 0.3s ease all;
  color: #666;
  background: #fff;
  border: solid 2px #ccc;
}

.input-number.active,
.input-number:focus {
  color: #e73155;
  background: #fff;
  border: solid 2px #e73155;
}

.input-number[disabled] {
  cursor: not-allowed;
  color: #ccc;
}

.input-number,
.input-number-decre,
.input-number-incre {
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
  font-size: 1.8rem;
  vertical-align: top;
  border-radius: 4px;
}

.number-base,
.input-number-decre,
.input-number-incre {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #666;
  background: #fff;
  border: solid 1px #ccc;
}

.input-number-decre,
.input-number-incre {
  line-height: 36px;
}

.input-number-decre:hover,
.input-number-incre:hover {
  color: #e73155;
}

.input-number-decre:active,
.input-number-incre:active {
  color: #e73155;
}

.input-number-decre.disable,
.input-number-incre.disable {
  color: #ccc;
  border-color: #ccc;
  background: #ececec;
  cursor: not-allowed;
}

.input-number-decre {
  border-right: none;
  border-radius: 4px 0px 0px 4px;
}

.input-number-incre {
  border-left: none;
  border-radius: 0px 4px 4px 0px;
}

@media screen and (max-width: 1199px) {
  .quantity-select.cover-width .input-number {
    width: calc( 100% - 40px);
  }

  .quantity-select.cover-width .input-number-decre,
  .quantity-select.cover-width .input-number-incre {
    width: 20px;
  }
}

@media screen and (max-width: 991px) {
  .quantity-select.cover-width .input-number {
    width: calc( 100% - 60px);
  }

  .quantity-select.cover-width .input-number-decre,
  .quantity-select.cover-width .input-number-incre {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .quantity-select.has-unit:after {
    font-size: 14px;
    margin: 9px 0px;
    margin-left: 5px;
  }
}

.container {
  width: 1400px;
  padding: 0px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
    padding: 0px 25px;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: auto;
    padding: 0px 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: auto;
    padding: 0px 15px;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid,
  .container {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*===============================
=        carousel               =
===============================*/

.search-form .input-attention,
.searchmodal-mobile .input-attention {
  background-color: #FFF8EC;
  border-radius: 4px;
}

.search-form .input-attention .input-field .label-attention,
.searchmodal-mobile .input-attention .input-field .label-attention {
  color: #F37370;
}

.loading-align-cover {
  position: absolute;
  width: 100%;
  height: 50vh;
  background-color: #fff;
}

.loading-align {
  position: absolute;
  top: 50%;
  left: 50%;
}

.loading-align-cover-dropdown {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 150vh;
  background-color: #fff;
}

.loading-align-dropdown {
  position: absolute;
  top: 10%;
  left: 25%;
}

.loading-align-cover-dropdown-mobile {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 110vh;
  background-color: #fff;
}

.loading-align-dropdown-mobile {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

:focus {
  outline: 0;
}

.container-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.container-searchbar {
  position: relative;
  top: -130px;
  left: 0;
  z-index: 998;
}

@media screen and (max-width: 1499px) {
  .container-searchbar {
    min-width: 95%;
    max-width: 1200px;
  }
}

@media screen and (max-width: 1399px) {
  .container-searchbar {
    top: -100px;
    z-index: 2;
    min-width: 100%;
  }
}

@media screen and (max-width: 1099px) {
  .container-searchbar {
    top: -95px;
    z-index: 2;
    min-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .container-searchbar {
    top: -80px;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .container-searchbar {
    position: unset;
  }

  .container-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 40px;
  }
}

.slide-bg.swiper-container {
  z-index: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainbanner-overlay-bottom {
  width: 100%;
  height: 85px;
  background-image: linear-gradient(to top, white 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.mainbanner-linkblock {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}

.swiper-container {
  width: 100%;
  height: 530px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 1399px) {
  .swiper-container {
    width: 100%;
    height: 46vw;
  }
}

.index-banner-bg {
  width: 100%;
  height: 0px;
  padding-bottom: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}

@media screen and (max-width: 1399px) {
  .index-banner-bg {
    width: 100%;
    height: 0px;
    padding-bottom: 55%;
    /* 寬高比例 5:3 (可視範圍1000*400) */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
  }

  .mainbanner-overlay-bottom {
    height: 7vw;
    bottom: -25px;
  }
}

@media screen and (max-width: 1200px) {
  .index-banner-bg {
    width: 100%;
    height: 0px;
    padding-bottom: calc(55% - 10px);
    /* 寬高比例 5:3 (可視範圍1000*400) */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
  }

  .mainbanner-overlay-bottom {
    height: 7vw;
    bottom: -25px;
  }
}

@media screen and (max-width: 991px) {
  .index-banner-bg {
    width: 100%;
    height: 0px;
    padding-bottom: calc(55% - 15px);
    /* 寬高比例 5:3 (可視範圍1000*400) */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .index-banner-bg {
    width: 100%;
    height: 0px;
    padding-bottom: calc(60% - 18px);
    /* 寬高比例 5:3 (可視範圍1000*400) */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
  }

  .mainbanner-overlay-bottom {
    height: 7vw;
    bottom: -1px;
  }

  /* 手機版 search 搜尋框樣式 */

  .search-form-mobile {
    position: relative;
    top: -7.5vw;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    margin-bottom: -113px;
  }

  .search-form-mobile .search-input-mobile .form-control {
    height: 40px;
  }

  .search-form-mobile .search-input-mobile .form-control:focus {
    border-color: #ccc;
  }

  .search-form-mobile .search-input-mobile .btn-default {
    padding: 10px 12px 6px 12px;
  }

  .search-form-mobile .search-input-mobile .btn-default i {
    font-size: 18px;
    color: #2d7cd1;
  }
}

@media screen and (max-width: 479px) {
  /* 手機版 search 搜尋框樣式 */

  .search-form-mobile {
    position: relative;
    top: -8.5vw;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
    margin-bottom: -113px;
  }
}

/*swiper-controll切換選單鈕的位置*/

.slide-bg .swiper-controll-bar {
  position: absolute;
  top: 400px;
  --widthA: calc(100% - 1400px);
  --widthB: calc(var(--widthA) / 2);
  right: var(--widthB);
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 22px;
  z-index: 999;
}

@media screen and (max-width: 1499px) {
  .slide-bg .swiper-controll-bar {
    position: absolute;
    top: 400px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1440px) {
  .slide-bg .swiper-controll-bar {
    position: absolute;
    top: 400px;
    right: calc(2.5% + 25px);
    margin-right: 0;
  }
}

@media screen and (max-width: 1399px) {
  .slide-bg .swiper-controll-bar {
    position: absolute;
    top: calc( 40vw - 7%);
    right: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .slide-bg .swiper-controll-bar {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-right: 0;
    width: 60px;
  }

  .slide-bg .swiper-controll-bar .swiper-button-prev,
  .slide-bg .swiper-controll-bar .swiper-button-next {
    display: none;
  }

  .slide-bg .swiper-pagination {
    padding: 4px;
  }
}

@media screen and (max-width: 768px) {
  .slide-bg .swiper-pagination {
    padding: 2px 0;
  }

  .slide-bg .swiper-controll-bar {
    width: 45px;
  }
}

.slide-bg .swiper-pagination {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: static;
  width: auto;
  bottom: auto;
  left: auto;
}

.slide-bg .swiper-button-next,
.slide-bg .swiper-button-prev {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: static;
  top: auto;
  margin-top: auto;
}

.slide-bg .swiper-button-prev,
.slide-bg .swiper-container-rtl .swiper-button-next,
.slide-bg .swiper-button-next,
.slide-bg .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  left: auto;
  right: auto;
}

/*===============================
=        searchBar              =
===============================*/

.searchbar-block .nav-normal {
  margin: 0;
}

.searchbar-block .nav-normal li a {
  padding: 14px 20px;
  background: #2d7cd1;
  color: #ffffff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  transition: all .3s ease;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 2px 0;
}

.searchbar-block .nav-normal li a:hover,
.searchbar-block .nav-normal li a:focus {
  background: #004EA2;
  color: #ffffff;
  border: 0;
}

.searchbar-block .nav-normal li.active a,
.searchbar-block .nav-normal li.active a:hover,
.searchbar-block .nav-normal li.active a:focus {
  background: #ffffff;
  color: #2d7cd1;
}

@media screen and (max-width: 991px) {
  .searchbar-block .nav-normal li a {
    padding: 14px 10px;
    min-width: 85px;
  }
}

@media screen and (max-width: 767px) {
  .searchbar-block .nav-normal li.active a,
  .searchbar-block .nav-normal li.active a:hover,
  .searchbar-block .nav-normal li.active a:focus {
    min-width: unset;
    background: #ffffff;
    color: #2d7cd1;
    font-size: 13px !important;
  }
}

.searchbar-block .tab-content {
  background: #ffffff;
  border-radius: 4px;
  border-top-left-radius: 0;
  position: relative;
  top: -2px;
}

.sub-tab-content {
  position: relative;
  padding: 20px 30px;
}

.searchbar-block .tab-content .tab-first-lv {
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.container-searchbar .nav-tabs.nav-underline-left {
  border-bottom: none;
  margin: 0;
  padding: 30px 30px 0 30px;
}

.container-searchbar .nav-tabs.nav-underline-left li a {
  color: #999;
  background: #fff;
  padding: 6px 15px;
  border: 0;
  border-bottom: solid 3px #ccc;
  margin: 0 0 3px;
  font-size: 16px;
  line-height: 20px;
}

.container-searchbar .nav-tabs.nav-underline-left li a:hover,
.container-searchbar .nav-tabs.nav-underline-left li a:focus {
  color: #2d7cd1;
  background: #fff;
  padding: 6px 15px;
  border-bottom: solid 3px #2D7CD1;
}

.container-searchbar .nav-tabs.nav-underline-left li:last-of-type a {
  margin-right: 0px;
}

.container-searchbar .nav-tabs.nav-underline-left li.active a,
.container-searchbar .nav-tabs.nav-underline-left li.active a:hover,
.container-searchbar .nav-tabs.nav-underline-left li.active a:focus {
  color: #2d7cd1;
  background: #fff;
  border-bottom: solid 3px #2d7cd1;
}

.container-searchbar .hot-link {
  position: absolute;
  right: 30px;
  top: -28px;
  max-width: calc( 100% - 304px);
  z-index: 999;
}

.container-searchbar .hot-link.p-normal {
  position: unset;
  padding: 0 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 999;
}

.container-searchbar .hot-link .cushion {
  display: inline;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.container-searchbar .hot-link .cushion a {
  display: inline;
  text-decoration: none;
  color: #2D7CD1;
  padding-left: 15px;
}

.container-searchbar .hot-link .cushion a:first-child {
  padding-left: 0;
}

.container-searchbar .hot-link .cushion a:hover,
.container-searchbar .hot-link .cushion a:focus,
.container-searchbar .hot-link .cushion a:active {
  color: #004EA2;
}

.container-searchbar .hot-sticker:before {
  content: "\71B1\641C\FF1A";
  position: absolute;
  left: -45px;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .container-searchbar .hot-link {
    position: unset;
    max-width: 100%;
    margin-bottom: 15px;
    padding-left: 45px;
  }

  .container-searchbar .hot-link .cushion a {
    padding-left: 6px;
  }

  .container-searchbar .hot-sticker:before {
    content: "\71B1\641C\FF1A";
    position: absolute;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .search-form-mobile .hot-link {
    position: static;
    margin-top: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }

  .search-form-mobile .hot-link .cushion {
    display: -ms-flexbox;
    display: flex;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    margin-right: 25px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
  }

  .search-form-mobile .hot-link .cushion a {
    display: inline;
    text-decoration: none;
    color: #2D7CD1;
    padding-left: 6px;
  }

  .search-form-mobile .hot-link .cushion a:first-child {
    padding-left: 0;
  }

  .search-form-mobile .hot-link .cushion a:hover,
  .search-form-mobile .hot-link .cushion a:focus,
  .search-form-mobile .hot-link .cushion a:active {
    color: #004EA2;
  }

  .search-form-mobile .hot-link:before {
    font-family: FontAwesome;
    content: "\F054";
    position: absolute;
    right: 15px;
    bottom: calc( 15px + 9px);
    color: #969694;
    width: 30px;
    height: 19px;
    line-height: 19px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
    text-align: right;
    z-index: 9999;
  }

  .search-form-mobile .cushion:before {
    content: "\71B1\641C\FF1A";
  }

  .search-form-mobile .hot-sticker {
    display: block;
    width: 100%;
    position: absolute;
  }

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

  .search-form-mobile .search-input-mobile .form-control {
    padding-left: 38px;
    color: #999999 !important;
    text-align: left !important;
    border: 1.5px solid #2d7cd1;
  }

  .search-form-mobile .search-input-mobile .input-icon {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 12px 6px 12px;
    font-size: 18px;
    line-height: 26px;
    color: #2d7cd1;
  }
}

/* 高度統一 */

/* 表單 */

.searchbar-block .input-select select {
  background: transparent;
  border-radius: 0;
  border: 0;
  line-height: 21px;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  min-height: auto;
  width: 100%;
  /* 移除箭頭 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.searchbar-block .input-select.input-dropdown-arrow {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.searchbar-block .input-select.input-dropdown-arrow label,
.searchbar-block .input-select.input-dropdown-arrow i {
  font-size: 13px;
  line-height: 22px;
  color: #2D7CD1;
  transition: all .2s ease;
  font-weight: normal;
}

.searchbar-block .input-select.input-dropdown-arrow .select-hidden {
  display: none;
}

.searchbar-block .searchbar-dropdown.dropdown-fadeIn i {
  transform: rotate(-180deg);
}

.searchbar-dropdown.dropdown-fadeIn + .searchbar-dropdown-menu.no-mt {
  margin-top: 0;
  display: block;
  transition: all .2s ease;
}

.input-border {
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: -15px;
  margin-right: -15px;
}

.search-form .input-wrap {
  border-radius: 4px;
  position: relative;
  padding: 10px 0px;
}

.search-form .input-border div:last-child .input-wrap {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media screen and (max-width: 991px) {
  .search-form .input-wrap {
    padding: 10px 15px;
  }
}

.search-form {
  /* search欄位 右側分隔線 */
  /* search欄位 分隔箭頭的格式*/
}

.search-form .input-border > div + div:before,
.search-form .input-border .input-bgcolor:last-child:before {
  content: "";
  border-left: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  height: 100%;
}

.search-form .input-border .input-col-date > div + div:before {
  content: "";
  border-left: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}

.search-form .input-border.input-arrow > div:nth-child(1) > div:nth-child(1) + div:before {
  font-family: FontAwesome;
  content: "\F0EC";
  border-left: 0 !important;
  color: #2D7CD1;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
}

.search-form .input-border.input-arrow .input-wrap:first-child .input-field .input-select {
  width: calc( 100% - 15px);
}

.search-form .input-border.input-arrow-single > div > div:nth-child(1) + div:before {
  font-family: FontAwesome;
  content: "\F178";
  border-left: 0 !important;
  color: #2D7CD1;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
}

.search-form .input-border.input-arrow-single .input-wrap:first-child .input-field .input-select {
  width: calc( 100% - 15px);
}

.search-form .input-border .input-wrap:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-form .input-keyword {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.search-form .input-wrap .input-field {
  min-height: 41px;
}

.search-form .input-keyword .input-field {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .search-form .input-keyword .input-field {
    padding: 0;
  }

  .input-border {
    border-radius: 4px;
  }
}

.search-form .input-wrap .input-field label {
  font-size: 10px;
  font-weight: 900;
  display: block;
  color: #555555;
  margin-bottom: 0;
}

.search-form .input-wrap .input-field .w-100,
.search-form .date-input,
.search-form .place-input {
  font-size: 16px;
  border: 0;
  background: transparent;
  text-overflow: ellipsis;
  width: 100%;
}

.search-form .input-wrap .input-field .input-select {
  font-size: 16px;
  background: transparent;
  border: 0;
  text-overflow: ellipsis;
}

/* input placeholder color */

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1a1a1;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1a1a1;
  opacity: 1;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1a1a1;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a1a1a1;
}

/* ============================== */

option:disabled {
  color: #a1a1a1 !important;
}

.search-form .input-wrap .input-field .w-100 {
  width: 100%;
}

.search-form .input-wrap .input-field input.hover,
.search-form .input-wrap .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.search-form .searchbtn-block {
  margin-right: -30px;
}

/* 搜尋按鈕(一般狀態) */

.search-form .btn-search {
  width: 100%;
  height: 63px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  transition: all .2s ease-out,color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -15px;
  background: #2d7cd1;
}

.search-form .btn-search:hover,
.search-form .btn-search:active,
.search-form .btn-search:focus {
  background: #004EA2;
}

/* PC版 搜尋按鈕(點擊後loading狀態) */

.search-form .btn-search-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 20px;
  background-image: url(https://www.settour.com.tw/st_ec/img/pc-loading-dpblue.gif);
  background-repeat: no-repeat;
  background-size: 40px 20px;
  padding-left: 0;
}

.searchmodal-mobile .btn-change,
.searchmodal-mobile .btn-change-sm {
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .search-form .btn-search-loading:after {
    margin-top: 7.5px;
  }
}

/* Ｍ版 搜尋按鈕(點擊後loading狀態) */

@media screen and (max-width: 768px) {
  .searchmodal-mobile .btn-change:hover,
  .searchmodal-mobile .btn-change-sm:hover,
  .searchmodal-mobile .btn-change:active,
  .searchmodal-mobile .btn-change-sm:active,
  .searchmodal-mobile .btn-change:focus,
  .searchmodal-mobile .btn-change-sm:focus {
    background: #004EA2;
  }

  .btn-img-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    margin-top: 7.5px;
    display: none;
  }

  .btn-search-loading ~ .btn-img-loading {
    display: block;
  }
}

/* checkbox */

.search-form .input-checkbox-group {
  margin-top: 15px;
  display: inline-block;
}

.search-form .input-checkbox-group .input-checkbox {
  display: inline-block;
  margin-right: 20px;
  padding: 8px;
}

.search-form .input-checkbox-group .input-checkbox:first-child {
  padding-left: 0;
}

.search-form .input-checkbox-group .input-checkbox.input-border {
  background-color: #eeeeee;
  border: 0;
  border-radius: 4px;
  padding-left: 8px;
}

.search-form .input-checkbox-group.pd-0 .input-checkbox:first-child {
  padding-left: 0;
}

.container-searchbar [type="checkbox"]:checked,
.container-searchbar [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  transform: scale(0);
  opacity: 0;
}

.container-searchbar [type="checkbox"]:checked + label,
.container-searchbar [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}

.container-searchbar [type="checkbox"]:checked + label:before,
.container-searchbar [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
}

.container-searchbar [type="checkbox"]:checked + label:after,
.container-searchbar [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  left: 0px;
  border-radius: 3px;
  transition: all 0.2s ease;
  content: "\F00C";
  font-family: FontAwesome;
  background: #2d7cd1;
  color: #fff;
  border: 1px solid #2d7cd1;
}

.container-searchbar [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.container-searchbar [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.search-form .input-checkbox-group .input-checkbox label {
  color: #555;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 900;
}

@media screen and (max-width: 1199px) {
  .search-form .input-keyword {
    margin: 0 -15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .search-form .btn-search {
    width: 100%;
    height: 62px;
    padding: 0 15px;
    border-radius: 4px;
    margin-top: 15px;
  }

  .sub-tab-content {
    position: relative;
    padding: 20px 30px;
  }

  .search-form .input-checkbox-group {
    position: absolute;
    bottom: 29px;
  }
}

.search-form .input-wrap .input-field .date-input {
  max-width: 95px;
}

@media screen and (min-width: 991px) {
  .search-form .input-keyword {
    border-left: 0;
    max-height: 63px;
  }
}

@media screen and (max-width: 991px) {
  .search-form .input-wrap {
    border-radius: 4px !important;
    padding-left: 0;
    padding-right: 0;
  }

  .search-form .input-border div:last-child .input-wrap {
    margin-right: -15px;
  }

  .search-form .input-wrap:before {
    content: none;
  }

  .search-form .input-keyword {
    margin-top: 15px;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-form .input-checkbox-group {
    position: unset;
  }

  .sub-tab-content {
    position: relative;
  }
}

/*===============================
=        nav link               =
===============================*/

.search-form .search-form-row {
  display: block;
  position: relative;
}

.search-form .search-form-row .search-form-title {
  content: "";
  background: #2d7cd1;
  color: #fff;
  display: inline-block;
  width: 62px;
  height: 100%;
  line-height: 61px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-form .search-form-row .search-form-title + div {
  padding-left: 62px;
}

.search-form .search-form-row .input-border {
  border-radius: 4px;
  margin-left: 0;
  margin-right: 15px;
}

.search-form .search-form-row .input-border.input-mr {
  margin-right: 0;
}

.search-form .search-form-row .input-wrap.input-last-block {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
}

.search-form .search-form-row .searchbtn-block {
  margin-right: 15px;
  margin-left: -15px;
}

.search-form .search-form-row .searchbtn-block .btn-search {
  border-radius: 4px;
  margin-left: 15px;
}

.search-form-row.search-form-mb {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .search-form .input-checkbox-group.p-unset {
    position: unset;
  }

  .search-form-row.search-form-mb2 {
    margin-bottom: 15px;
  }

  .search-form-mb.ml-back {
    margin: 15px 0 0 -15px;
  }

  .search-form .search-form-row .searchbtn-block {
    margin-right: -15px;
  }

  .search-form .search-form-row .searchbtn-block .btn-search {
    margin: 0;
    margin-top: 15px;
  }

  .search-form-row.search-form-mb2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .search-form .input-keyword {
    margin-left: -15px;
    margin-right: 0;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid #ccc;
  }

  .search-form .input-checkbox-group {
    position: unset;
  }

  .input-border {
    border-radius: 4px;
  }
}

/* 旅平險專頁使用 先註解掉 */
/* @media screen and (min-width: 1199px) and (max-width: 1299px) {
  .search-form .input-wrap .input-field input {
    font-size: 14px;
  }
} */

.modal-open .modal {
  z-index: 10000001;
}

.close-btn {
  position: absolute;
  cursor: pointer;
  text-align: center;
  width: 40px;
  top: 10px;
  right: 2px;
  transition: 0.3s ease all;
  font-size: 22px;
  color: #666;
}

.close-btn i {
  line-height: 40px;
}

.close-btn:focus,
.close-btn:active {
  color: #2d7cd1;
}

.searchmodal-mobile .modal-dialog {
  width: 700px;
}

.searchmodal-mobile .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.searchmodal-mobile .modal-header {
  color: #2d7cd1;
  text-align: center;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
  padding: 12px 10px;
}

.searchmodal-mobile .modal-header .close-btn {
  top: 2px;
  right: 6px;
  margin: 0px;
  opacity: 1;
  float: none;
}

.searchmodal-mobile .modal-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 0px 40px;
}

.searchmodal-mobile .modal-base .area-input > .row > div[class^="col-"] {
  padding-right: 4px;
}

.searchmodal-mobile .modal-body > .container-fluid,
.searchmodal-mobile .modal-body.searchbar-dropdown-scroll > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.searchmodal-mobile .modal-body > .container-fluid .modal-body > .container-fluid,
.searchmodal-mobile .modal-body.no-scroll > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.searchmodal-mobile .modal-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #e6e6e6;
  z-index: 9999;
}

.searchmodal-mobile .modal-bottom > .row {
  margin: 0px -5px;
  font-size: 0px;
}

.searchmodal-mobile .modal-bottom > .row div[class*="col"] {
  padding: 0px 5px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  float: none;
}

@media screen and (min-width: 769px) {
  .searchmodal-mobile .modal-bottom [class*=btn-] {
    /*1080115 cash提高度調整*/
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .searchmodal-mobile .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .searchmodal-mobile .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .searchmodal-mobile .modal-body.p-unset {
    position: relative;
    top: 0;
    width: 100%;
  }

  .searchmodal-mobile .modal-base {
    width: auto;
    border: none;
    max-height: none;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin: 0px;
    min-height: 80px;
    float: none;
    height: calc( 100vh - 47px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 6vh;
  }

  .searchmodal-mobile .modal-base > div {
    margin: 0px;
    padding: 0px;
    padding-bottom: 61px;
    box-sizing: content-box;
    min-height: calc( 110vh - 47px);
  }

  .searchmodal-mobile .h-all {
    width: auto;
    border: none;
    box-sizing: border-box;
    margin-bottom: 0px;
    height: calc(100vh - 60px);
  }

  .searchmodal-mobile .modal-bottom {
    position: unset;
    padding: 0;
    border-top: 0;
  }

  .searchmodal-mobile .modal-bottom > .row {
    margin: 0px -15px;
  }

  .searchmodal-mobile .modal-bottom > .row div[class*="col"] {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 767px) {
  .searchmodal-mobile .modal-body > .container-fluid {
    min-height: auto;
  }

  .searchmodal-mobile .modal-body.no-scroll {
    overflow-y: hidden;
  }

  .searchmodal-mobile .modal-base.no-scroll {
    overflow-y: hidden;
  }

  .searchmodal-mobile .modal-bottom > .row {
    margin: 0px -5px;
  }

  .searchmodal-mobile .modal-bottom > .row div[class*="col"] {
    padding: 0px 5px;
  }
}

@media screen and (max-width: 767px) {
  .searchmodal-mobile .re-write .form-label {
    text-align: left;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .searchmodal-mobile .re-write .form-label label {
    padding: 0px;
  }
}

.modal-dialog.type2 .modal-title {
  text-align: left;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .searchmodal-mobile .modal-dialog.type2 {
    width: 977px;
  }

  .searchmodal-mobile .modal-dialog.type2 .modal-title {
    font-size: 20px;
    line-height: 26px;
  }

  .searchmodal-mobile .modal-dialog.type2 .modal-base {
    max-height: 568px;
  }
}

@media screen and (max-width: 991px) {
  .searchmodal-mobile .modal-dialog.type2 .modal-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 479px) {
  .searchmodal-mobile .modal-dialog.type2 .modal-title {
    padding-left: 5px;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.searchmodal-mobile .container-searchbar {
  position: unset;
  transform: none;
  margin-top: 0;
}

.searchmodal-mobile .container-searchbar .tab-pane {
  overflow: hidden;
}

.searchmodal-mobile .container-searchbar .searchbar-block .tab-content .tab-first-lv {
  box-shadow: none;
}

.searchmodal-mobile .container-searchbar .search-navtab-bg {
  background: #2d7cd1;
  padding: 15px 15px 4px 15px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
  width: 100vw;
  margin-left: 0;
  margin-bottom: 2px;
}

.searchmodal-mobile .searchbar-block .tab-content {
  padding: 0 15px;
  border-radius: 0;
}

.searchmodal-mobile .searchbar-block .nav-normal {
  width: 100%;
  border-bottom: 0;
}

.searchmodal-mobile .searchbar-block .nav-normal li {
  --widthALL: calc(100% - 30px);
  --widthM: calc(var(--widthALL) / 4);
  width: var(--widthM);
  float: left;
  margin: 0 10px 10px 0;
}

.searchmodal-mobile .searchbar-block .nav-normal li a {
  padding: 5px 0px;
  color: #ffffff;
  background: #2d7cd1;
  border: 1px solid rgba(204, 204, 204, 0.3);
  margin: 0;
  box-shadow: none;
  margin-bottom: 2px;
  transition: all .3s ease;
  min-width: unset;
  border-radius: 32px;
  min-width: unset;
  font-size: 13px !important;
  font-weight: bold;
}

.searchmodal-mobile .searchbar-block .nav-normal li.active a,
.searchmodal-mobile .searchbar-block .nav-normal li.active a:hover,
.searchmodal-mobile .searchbar-block .nav-normal li.active a:focus {
  min-width: unset;
  color: #2d7cd1;
  background: #ffffff;
  font-size: 13px !important;
}

.searchmodal-mobile .searchbar-block .nav-normal li:nth-child(4n) {
  margin-right: 0;
}

.searchmodal-mobile .container-searchbar .nav-tabs.nav-underline-left {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
}

.searchmodal-mobile .container-searchbar .nav-tabs.nav-underline-left li {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}

.searchmodal-mobile .searchbar-block .tab-content.sub-tab-content {
  padding: 0;
  margin-top: 20px;
}

.searchmodal-mobile .searchbar-dropdown {
  margin-bottom: 15px;
}

.searchmodal-mobile .searchbar-dropdown select {
  font-size: 15px;
  width: 100%;
  background: transparent;
  border-radius: 0;
}

.searchmodal-mobile .searchbar-dropdown input .select {
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}

.searchmodal-mobile .select,
.searchmodal-mobile .search-form .input-wrap .input-field input {
  border: 0;
  border-bottom: 1px solid #ccc;
  height: 40px;
  padding-left: 5px;
  padding-right: 0px;
  text-align: left;
  text-overflow: ellipsis;
  background: transparent;
}

._readonly {
  pointer-events: none;
}

.searchmodal-mobile .input-wrap .searchbar-dropdown.dropdown-fadeIn label {
  color: #2d7cd1;
}

.searchmodal-mobile .input-wrap .searchbar-dropdown.dropdown-fadeIn .select:focus,
.searchmodal-mobile .input-wrap .searchbar-dropdown.dropdown-fadeIn .search-form .input-wrap .input-field input:focus {
  border-bottom: 2px solid #2d7cd1;
}

.searchmodal-mobile .search-form .input-wrap .input-field label {
  margin-bottom: 5px;
}

.searchmodal-mobile .input-wrap .input-field label,
.searchmodal-mobile .search-form .input-wrap .input-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px 0px 0px 5px;
}

.searchmodal-mobile .input-checkbox {
  margin-bottom: 10px;
}

.searchmodal-mobile .input-checkbox label {
  margin-bottom: 0;
  line-height: 22px;
}

.searchmodal-mobile .search-form .input-wrap {
  padding: 0px;
}

.modal-base {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) {
  .modal-base > div {
    margin: 0px;
    padding: 0px;
    padding-bottom: 61px;
    box-sizing: content-box;
  }

  .modal-body {
    height: unset;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .modal-body {
    height: unset;
  }
}

#searchModal .searchmodal-mobile {
  z-index: 999999;
}

.btn-outline-primary {
  border: .5px solid #2D7CD1;
  color: #2D7CD1;
  background: transparent;
  padding: 6px 24px;
  border-radius: 24px;
  position: relative;
  z-index: 999;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background: #2D7CD1;
  color: #fff;
  text-decoration: none;
}

.btn-outline-primary.radius-standard {
  padding: 6px 14px;
  border-radius: 4px;
  z-index: unset;
  text-decoration: none;
}

.mr-15 {
  margin-right: -15px;
}

.mr-5 {
  margin-right: 5px;
}

.pl-0 {
  padding-left: 0 !important;
}

a {
	text-decoration: none;
}

/*===============================
=           A.下拉選單           =
===============================*/

.searchbar-select-list {
  position: absolute;
  z-index: 999999;
  width: 15vw;
  max-height: 320px;
  min-width: 180px;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .3s ease;
  left: -15px;
}

/* 202007新增 時間選單寬度自動 */
.searchbar-select-list.w-auto {
  width: auto;
}

.searchbar-select-list .searchbar-select-list-ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}

.searchbar-select-list .searchbar-select-list-ul a {
  text-decoration: none;
}

.input-wrap.input-keyword .searchbar-select-list {
  left: 0;
}

@media screen and (min-width: 767px) {
  .searchbar-select-list-li {
    color: #333333;
    padding: 10px 15px;
    font-size: 15px;
  }

  .searchbar-select-list-li .blue {
    color: #2D7CD1;
  }

  .searchbar-select-list-li:hover,
  .searchbar-select-list-li:active {
    background-color: #2d7cd1;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .searchbar-select-list-li:hover .blue,
  .searchbar-select-list-li:active .blue {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .searchbar-select-list-li {
    color: #333333;
    padding: 10px 15px;
    font-size: 15px;
  }
}

/* 202007新增 旅平險用Ａ下拉選單(有data-value) */
@media screen and (min-width: 767px) {
  .searchbar-select-list-li-with-value {
      color: #333333;
      padding: 10px 15px;
      font-size: 15px;
  }

  .searchbar-select-list-li-with-value .blue {
      color: #2D7CD1;
  }

  .searchbar-select-list-li-with-value:hover,
  .searchbar-select-list-li-with-value:active {
      background-color: #2d7cd1;
      color: #ffffff;
      transition: all .2s ease;
      cursor: pointer;
  }

  .searchbar-select-list-li-with-value:hover .blue,
  .searchbar-select-list-li-with-value:active .blue {
      color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .searchbar-select-list-li-with-value {
      color: #333333;
      padding: 10px 15px;
      font-size: 15px;
  }
}

/*===============================
=           B.輸入框             =
===============================*/

.searchbar-select-list.search-dropdown-b-1 {
  width: 100%;
  min-width: 380px;
  left: -15;
  right: auto;
}

.searchbar-select-list.search-dropdown-b-1 .searchbar-select-list-ul a li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchbar-select-list.search-dropdown-b-1 .searchbar-select-list-ul li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1399px) {
  .searchbar-select-list.search-dropdown-b-1 {
    left: auto;
    right: 0;
  }
}

.searchbar-select-list.search-dropdown-second {
  width: 100%;
  min-width: 380px;
  left: auto;
}

.searchbar-select-list.search-dropdown-second .searchbar-select-list-ul a li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .searchbar-select-list.search-dropdown-b-1 {
    left: 0;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .searchbar-select-list.search-dropdown-b-1 {
    min-width: 0px;
  }
}

.searchbar-dropdown-b2 {
  position: absolute;
  z-index: 999;
  display: block;
  max-height: 450px;
  width: 560px;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .3s ease;
  left: -15px;
  border-top: 1px solid #ccc;
}

.searchbar-dropdown-b2 .navbar-inverse {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  min-height: 0;
  min-width: 534px;
  position: absolute;
  top: -2px;
  left: -1px;
  border-color: transparent;
}

.searchbar-dropdown-b2 .navbar-inverse .navbar-collapse {
  position: fixed;
  width: 560px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  display: block !important;
  border-top: 0;
}

.searchbar-dropdown-b2 .navbar-inverse .navbar-text {
  color: #333;
}

.searchbar-dropdown-b2 .navbar-inverse .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0px;
}

.searchbar-dropdown-b2 .navbar-inverse .navbar-nav > li > a {
  color: #333;
  background-color: #fff;
  padding: 6px 10px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.searchbar-dropdown-b2 .navbar-inverse .navbar-nav > li > a:hover,
.searchbar-dropdown-b2 .navbar-inverse .navbar-nav > li > a:focus {
  color: #2d7cd1;
  font-weight: bold;
  background-color: #fff;
}

.searchbar-dropdown-b2 .navbar-inverse .navbar-nav > .active > a,
.searchbar-dropdown-b2 .navbar-inverse .navbar-nav > .active > a:hover,
.searchbar-dropdown-b2 .navbar-inverse .navbar-nav > .active > a:focus {
  color: #2d7cd1;
  background-color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #2d7cd1;
}

.searchbar-dropdown-b2 .scrollpsy-section {
  margin-top: 36px;
  margin-bottom: 0px;
}

@media screen and (max-width: 900px) {
  .searchbar-dropdown-b2 {
    width: 460px;
  }
}

.search-form-hotel .searchbar-dropdown-b2 {
  margin-left: 62px;
}

.searchbar-dropdown-mobile-b2 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
  border-color: transparent;
  min-height: unset;
  margin-bottom: 0;
  height: 36px;
}

.searchbar-dropdown-mobile-b2 .navbar-scrollarrow:before {
  font-family: FontAwesome;
  content: "\F054";
  position: absolute;
  right: 0;
  color: #969694;
  width: 40px;
  height: 35px;
  line-height: 35px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
  text-align: right;
  z-index: 9999;
}

.searchbar-dropdown-mobile-b2 .navbar-collapse {
  background-color: #fff;
  display: block !important;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  width: 100%;
  overflow-x: scroll;
  position: absolute;
  top: 0;
}

.searchbar-dropdown-mobile-b2 .navbar-text {
  color: #333;
}

.searchbar-dropdown-mobile-b2 .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0px;
  padding-right: 20px;
  margin-top: 0;
}

.searchbar-dropdown-mobile-b2 .navbar-nav:after {
  content: '';
  width: 15px;
}

.searchbar-dropdown-mobile-b2 .navbar-nav > li > a {
  color: #333;
  background-color: #fff;
  padding: 6px 10px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.searchbar-dropdown-mobile-b2 .navbar-nav > .active > a,
.searchbar-dropdown-mobile-b2 .navbar-nav > .active > a:hover,
.searchbar-dropdown-mobile-b2 .navbar-nav > .active > a:focus {
  color: #2d7cd1;
  background-color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #2d7cd1;
}

.scrollpsy-section {
  margin-bottom: 0px;
  height: calc( 100vh - 36px);
  overflow-y: scroll;
  padding-bottom: calc( 155px + 10vh);
  position: relative;
  top: calc( 104px + 36px);
}

.pt-15 {
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .searchbar-dropdown-mobile-b2 {
    padding: 0 15px;
  }

  .searchbar-dropdown-mobile-b2 .navbar {
    min-height: unset !important;
  }

  .searchbar-dropdown-mobile-b2 .navbar-inverse .navbar-collapse {
    width: 99.9%;
  }

  .searchbar-dropdown-mobile-b2 .scrollpsy-section {
    margin-top: 36px;
    margin-bottom: 0px;
    height: calc( 500px - 36px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .searchmodal-mobile .modal-base {
    padding: 0;
  }

  .navbar-scrollarrow:before {
    display: none;
  }
}

.dropdown-b2-title {
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
}

.dropdown-b2-title a {
  color: #2d7cd1;
  font-size: 16px;
  font-weight: bold;
}

.dropdown-b2-title a:hover,
.dropdown-b2-title a:focus {
  color: #004EA2;
  font-weight: bold;
  text-decoration: none;
}

.searchbar-listgroup .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: -2px 0px 0px 0px;
  background-color: transparent;
}

.searchbar-listgroup .panel .panel-heading {
  display: block;
  color: #2d7cd1;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  margin-top: 2px;
}

.searchbar-listgroup .panel .panel-heading:before {
  font-family: FontAwesome;
  content: "\F041";
  margin-right: 5px;
}

.searchbar-listgroup .panel .panel-heading:hover {
  color: #fff;
  background: #2d7cd1;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0;
}

.affix {
  top: 0;
  z-index: 9999 !important;
  height: 36px;
  min-height: unset;
}

.dropdown-b2-list {
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.dropdown-b2-list li {
  padding: 10px 10px 10px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-b2-list li:hover,
.dropdown-b2-list li:focus {
  color: #fff;
  background: #2d7cd1;
  font-weight: bold;
  text-decoration: none;
}

.dropdown-b2-list li:hover a,
.dropdown-b2-list li:hover small,
.dropdown-b2-list li:focus a,
.dropdown-b2-list li:focus small {
  color: #fff;
  text-decoration: none;
}

.dropdown-b2-list li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-b2-list li a small {
  color: #999;
  margin-left: 5px;
}

.dropdown-b2-list li small {
  color: #999;
  margin-left: 5px;
}

.dropdown-b2-list .searchbar-select-list-li-des {
  cursor: pointer;
}

/*===============================
=       B-2. 選擇+輸入框  NEW     =
===============================*/

.b2-tab-dropdown {
  width: 560px;
  background: #fff;
  padding: 0;
  margin-left: -15px;
  overflow-y: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: calc( 61px + 1px);
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.b2-tab-dropdown .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow-x: scroll !important;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  margin-right: 30px;
}

.b2-tab-dropdown .navbar-scrollarrow {
  font-family: FontAwesome;
  content: "\F054";
  position: absolute;
  right: 0;
  color: #969694;
  width: 40px;
  height: 35px;
  line-height: 35px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
  text-align: right;
  padding-right: 10px;
  z-index: 9999;
}

.b2-tab-dropdown .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.b2-tab-dropdown .navbar-nav li a {
  color: #333;
  background-color: #fff;
  padding: 6px 10px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}

.b2-tab-dropdown .navbar-nav > .active > a {
  color: #2d7cd1;
  background-color: #fff;
  font-weight: 700;
  border-bottom: 3px solid #2d7cd1;
}

@media screen and (max-width: 900px) {
  .b2-tab-dropdown {
    width: 460px;
  }

  .b2-tab-dropdown .navbar-nav {
    margin-top: 0;
  }

  .navbar-scrollarrow {
    font-family: FontAwesome;
    content: "\F054";
    position: absolute;
    right: 0;
    color: #969694;
    width: 40px;
    height: 35px;
    line-height: 35px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
    text-align: right;
    padding-right: 10px;
    z-index: 9999;
  }

  .navbar-collapse.collapse {
    margin-right: 30px;
  }
}

.searchbar-dropdown-b2 {
  top: calc( 61px + 7px + 30px);
}

.searchbar-dropdown.dropdown-fadeIn ~ .b2-tab-dropdown {
  display: block;
  border: 2px solid #2d7cd1;
}

.searchbar-dropdown.dropdown-fadeIn ~ .searchbar-dropdown-b2.searchbar-dropdown-menu {
  margin-top: 2px;
  border: 2px solid #2d7cd1;
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .searchbar-dropdown.dropdown-fadeIn ~ .b2-tab-dropdown {
    border: 0;
  }

  .searchbar-dropdown.dropdown-fadeIn ~ .searchbar-dropdown-b2.searchbar-dropdown-menu {
    border: 0;
  }
}

.dropdown-hide {
  display: none !important;
}

/*===============================
=           C.日期選擇           =
===============================*/

.settourLightpick {
  position: relative;
}

.settourLightpick .lightpick {
  top: 11px;
  left: -15px;
  border-radius: 0;
  border: 2px solid #2d7cd1;
}

@media screen and (max-width: 1299px) {
  .settourLightpick .lightpick {
    top: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .settourLightpick .lightpick {
    top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .settourLightpick .lightpick {
    border: 0;
  }
}

.settourLightpick .lightpick__month-title {
  margin: 0 auto;
}

.settourLightpick .lightpick__inner {
  position: relative;
}

.settourLightpick .lightpick__toolbar {
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  padding: 0 13px;
}

.settourLightpick .lightpick__months {
  background-color: #ffffff;
  padding: 13px;
}

.settourLightpick .lightpick__month-title > .lightpick__select {
  color: #004ea2;
}

.settourLightpick .lightpick__month-title > .lightpick__select-years {
  font-weight: bold;
  font-size: 1em;
  margin-right: 0;
}

.settourLightpick .lightpick__month-title > .lightpick__select-months {
  margin-right: 0;
}

.settourLightpick .lightpick__previous-action,
.settourLightpick .lightpick__next-action {
  margin-left: 0;
  font-size: 19px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.settourLightpick .lightpick__days-of-the-week {
  padding-top: 20px;
  padding-bottom: 10px;
}

.settourLightpick .lightpick__days {
  border-top: 1px solid #e4e7e7;
  border-left: 1px solid #e4e7e7;
}

.settourLightpick .lightpick__days > div {
  border-bottom: 1px solid #e4e7e7;
  border-right: 1px solid #e4e7e7;
}

.settourLightpick .lightpick__day {
  cursor: pointer;
}

.settourLightpick .lightpick__day:not(.is-disabled):hover,
.settourLightpick .lightpick__day.is-start-date,
.settourLightpick .lightpick__day.is-end-date,
.settourLightpick .lightpick__day.is-start-date:hover,
.settourLightpick .lightpick__day.is-end-date:hover {
  background-image: none;
  background: #e73155;
  border: 1px double #e73155;
  color: #ffffff;
}

.settourLightpick .lightpick__day.is-start-date.is-end-date {
  background-image: none;
}

.settourLightpick .lightpick__day.is-start-date.is-in-range,
.settourLightpick .lightpick__day.is-end-date.is-in-range.is-flipped,
.settourLightpick .lightpick__day.is-end-date.is-in-range,
.settourLightpick .lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e73155;
  border: 1px solid #e73155;
  color: #ffffff;
}

.settourLightpick .lightpick__day.is-in-range {
  background-color: #ffc9d4;
  border: 1px solid #ffb5c7;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .Lightpick-double section,
  .Lightpick-single section {
    width: calc( 100vw - 30px);
  }

  section.lightpick__month {
    width: 100%;
  }

  .relative-left15 .Lightpick-double {
    left: -15px;
    min-height: calc( 100vh - 47px);
  }

  .settourLightpick.Lightpick-double {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 116px);
    width: calc( 100vw - 30px);
    z-index: 99;
  }

  .settourLightpick.Lightpick-double .lightpick {
    left: 0;
    box-shadow: none;
    height: 110vh;
  }

  .settourLightpick.Lightpick-single .lightpick {
    left: 0;
    box-shadow: none;
  }
}

/*===============================
=           D. 數量選擇           =
===============================*/

.searchbar-people-location {
  position: absolute;
  left: 0;
  width: 280px;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search-form .searchbar-people-list .searchbar-child-select-location {
  padding: 0px;
}

.searchbar-people-list-title {
  width: 100%;
  font-size: 15px;
  margin: 0;
  padding: 10px 0px;
  margin-bottom: 10px;
  color: #2d7cd1;
  background-color: #eeeeee;
  white-space: nowrap;
}

.searchbar-people-list-title.no-mb {
  margin-bottom: 0;
}

.searchbar-people-list {
  width: 100%;
  font-size: 15px;
  margin: 0;
  padding: 10px 15px;
}

.searchbar-people-list i {
  padding: 0;
  color: #999999;
}

.searchbar-people-list-pd {
  padding: 0;
  line-height: 38px;
}

.searchbar-child-font {
  font-size: 12px;
  padding: 0;
  color: #999999;
}

.searchbar-chlid-list-pd {
  padding: 0px 3px;
  line-height: 38px;
  margin-bottom: 10px;
}

.room-moveout {
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  top: 5px;
  right: 15px;
}

.searchbar-people-bluefont {
  color: #2d7cd1;
  font-size: 12px;
  padding: 0px;
  margin-bottom: 10px;
  cursor: pointer;
}

.searchbar-people-bluefont i {
  color: #2d7cd1;
}

.searchbar-chlid-top-border {
  border-top: 1px solid #ccc;
}

.searchbar-child-select-location {
  position: relative;
  width: 100%;
  max-height: 320px;
  cursor: pointer;
  text-align: center;
}

.searchbar-child-select-location .child-input-select {
  padding-left: 10px;
  width: 100%;
}

.searchbar-child-select-location i {
  position: absolute;
  top: 13px;
  right: 9px;
  color: #2d7cd1;
}

@media screen and (max-width: 767px) {
  .searchbar-people-location {
    width: 100%;
    box-shadow: none;
    overflow-y: unset;
  }

  .searchbar-child-select-location .child-input-select {
    padding: 0px 0px 0px 10px;
  }

  .searchbar-child-font {
    font-size: 14px;
  }

  .searchbar-chlid-list-pd {
    padding: 0px 10px 0px 0px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .searchbar-people-list .searchbar-chlid-list-pd:nth-child(3n) {
    padding-right: 0;
  }

  .searchbar-people-list {
    font-size: 16px;
    padding: 0px 5px;
    margin-top: 3px;
    margin-bottom: 15px;
  }

  .searchbar-people-list-title {
    font-size: 16px;
    margin: auto;
    margin-bottom: 15px;
    padding: 5px 0px;
  }

  .room-moveout {
    top: 0px;
    font-size: 16px;
  }

  .searchbar-people-bluefont {
    color: #2d7cd1;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 10px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .searchbar-child-select-location {
    max-height: 25px;
  }

  .searchbar-child-select-location i {
    right: 10px;
    top: 10px;
  }

  .searchbar-chlid-top-border {
    margin: 10px 0px;
  }
}

.search-form .input-wrap .input-field .child-input-select {
  font-size: 15px;
}

.searchbar-child-select-list {
  position: absolute;
  z-index: 999;
  width: 100%;
  max-height: 200px;
  line-height: 28px;
  overflow-y: auto;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.searchbar-child-select-list .searchbar-child-list-ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}

.searchbar-child-select-list .searchbar-child-list-ul .searchbar-child-list-li {
  color: #333333;
  padding: 5px 10px;
  font-size: 15px;
  text-align: left;
}

.searchbar-child-select-list .searchbar-child-list-ul .searchbar-child-list-li:hover,
.searchbar-child-select-list .searchbar-child-list-ul .searchbar-child-list-li:active {
  background-color: #2d7cd1;
  color: #ffffff;
  transition: all .2s ease;
}

@media screen and (max-width: 767px) {
  .searchbar-child-select-list {
    top: 30px;
  }
}

.searchbar-dropdown ~ .searchbar-dropdown-menu,
.searchbar-dropdown ~ .b2-tab-dropdown {
  display: none;
}

.searchbar-dropdown-header + .searchbar-dropdown-menu {
  display: none;
}

.searchbar-dropdown.dropdown-fadeIn ~ .searchbar-dropdown-menu {
  margin-top: 16px;
  display: block;
  transition: all .2s ease;
  border: 2px solid #2d7cd1;
}

.searchbar-dropdown-header.dropdown-fadeIn ~ .searchbar-dropdown-menu {
  margin-top: 16px;
  display: block;
  transition: all .2s ease;
  border: 2px solid #2d7cd1;
}

.search-form .dropdown-fadeIn ~ .searchbar-dropdown-menu {
  margin-top: 11px;
  display: block;
  transition: all .2s ease;
  border: 2px solid #2d7cd1;
}

@media screen and (max-width: 768px) {
  .searchbar-dropdown.dropdown-fadeIn ~ .searchbar-dropdown-menu {
    border: 0;
  }

  .searchbar-dropdown-header.dropdown-fadeIn ~ .searchbar-dropdown-menu {
    border: 0;
  }

  .search-form .dropdown-fadeIn ~ .searchbar-dropdown-menu {
    border: 0;
  }
}

.search-form .searchbar-dropdown .input-select,
.search-form .input-wrap .input-field .date-input {
  cursor: pointer;
}

.search-input-fixedtop {
  margin-top: 10px;
}

.search-input-fixedtop label {
  color: #2d7cd1;
}

.search-input-fixedtop-1 {
  margin-top: 10px;
  margin-right: 10px;
}

.search-input-fixedtop-1 label {
  color: #2d7cd1;
}

.search-input-fixedtop-2 {
  margin-top: 10px;
  margin-left: 10px;
}

.search-input-fixedtop-2 label {
  color: #2d7cd1;
}

.searchmodal-mobile .input-wrap .input-focus-type input:focus {
  border-bottom: 2px solid #2d7cd1;
}

.searchmodal-mobile .add-angle-down .searchbar-dropdown {
  display: inline-block;
  margin-bottom: 10px;
}

.searchmodal-mobile .add-angle-down .searchbar-dropdown .select {
  color: #2d7cd1;
}

.searchmodal-mobile .add-angle-down:after {
  font-family: FontAwesome;
  content: "\F107";
  display: inline-block;
  color: #2d7cd1;
}

/*===============================
=    行動版 ABCD元件欄位共用設定    =
===============================*/

@media screen and (max-width: 767px) {
  .searchbar-select-list {
    max-height: 100vh;
    box-shadow: none;
    background-color: transparent;
    overflow-y: unset;
  }
}

.input-field-on-top input {
  padding-right: 50px !important;
}

.searchbar-dropdown-scroll {
  position: absolute;
  top: 75px;
  z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  padding-bottom: calc( 150px + 10vh);
}

@media screen and (max-width: 767px) {
  .fadein-only-mobile {
    display: block !important;
    margin-top: 16px;
  }
}

.searchbar-dropdown-scroll-b2 {
  position: absolute;
  top: 55px;
  z-index: 100;
  height: 100vh;
}

.searchbar-dropdown-scroll-b2 .nav.navbar-nav {
  background: #ffffff;
}

.scrollpsy-section-mobile {
  height: 75vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.modal-padding {
  padding: 0px;
}

.select-input-clear {
  position: absolute;
  left: auto;
  right: 3px;
  top: 45px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-size: 13px;
  padding: 0px 6px;
  border-radius: 4px;
  background-color: #2D7CD1;
  font-weight: bold;
}

.moblie-flex-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.mobile-bottom-block {
  margin-bottom: 15px;
  display: inline-block;
}

.searchmodal-mobile .fit-tit {
  margin-bottom: 10px;
  padding: 10px 0px;
  background-color: #eee;
}

.searchmodal-mobile .fit-tit i {
  color: #2c7cd1;
  padding-left: 15px;
}

.searchmodal-mobile .fit-tit .fit-tag {
  font-size: 16px;
  line-height: 21px;
  color: #2c7cd1;
  display: inline-block;
}

.searchmodal-mobile .fit-tit .fit-tag::after {
  display: none;
}

.searchmodal-mobile .fit-tit .fit-right {
  color: #2c7cd1;
  float: right;
  padding-right: 15px;
}