@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,400&display=swap");

:root {
  --ezfly-logo: url("https://www.ezfly.com/v2024/img/logo/ezfly_logo.svg");
  --ezfly-logo-travel: url("https://www.ezfly.com/assets/images/ezfly-logo-travel.svg");
  --icon-fbMessenger: url("https://www.ezfly.com/v2024/img/icon/icon-service-fbmessenger.png");
  --icon-lineQrcode: url("https://www.ezfly.com/v2024/img/icon/icon-service-line.png");
  --icon-callUs: url("https://www.ezfly.com/v2024/img/icon/icon-service-callus.png");
  --icon-social-fb: url("https://www.ezfly.com/v2024/img/icon/icon-fb.png");
  --icon-social-instagram: url("https://www.ezfly.com/v2024/img/icon/icon-instagram.png");
  --icon-social-line: url("https://www.ezfly.com/v2024/img/icon/icon-line.png");
  --icon-social-fb-round: url("https://www.ezfly.com/v2024/img/icon/icon-round-fb.png");
  --icon-social-google-round: url("https://www.ezfly.com/v2024/img/icon/icon-round-google.png");
  --icon-social-line-round: url("https://www.ezfly.com/v2024/img/icon/icon-round-line.png");
  --icon-social-yahoo-round: url("https://www.ezfly.com/v2024/img/icon/icon-round-yahoo.png");
  --icon-warning: url("https://www.ezfly.com/v2024/img/icon/icon-warning.png");
  --icon-refresh: url("https://www.ezfly.com/v2024/img/icon/icon-refresh.png");
  --icon-gotop: url("https://www.ezfly.com/v2024/img/icon/icon-gotop.png");
  --icon-gotop-hover: url("https://www.ezfly.com/v2024/img/icon/icon-gotop-hover.png");
  --icon-search-e0e0e0: url("https://www.ezfly.com/v2024/img/icon/icon-search-e0e0e0.png");
  --icon-search-616161: url("https://www.ezfly.com/v2024/img/icon/icon-search-616161.png");
  --icon-search-fff: url("https://www.ezfly.com/v2024/img/icon/icon-search-fff.png");
  --icon-account: url("https://www.ezfly.com/v2024/img/icon/icon-account.png");
  --icon-account-active: url("https://www.ezfly.com/v2024/img/icon/icon-account-active.png");
  --icon-mainMenu: url("https://www.ezfly.com/v2024/img/icon/icon-menu-collapse.png");
  --icon-menuCloz: url("https://www.ezfly.com/v2024/img/icon/icon-menu-cloz.png");
  --icon-arrowR-round: url("https://www.ezfly.com/v2024/img/icon/icon-arrow-r-round.png");
  --icon-arrowR-round-active: url("https://www.ezfly.com/v2024/img/icon/icon-arrow-r-round-active.png");
  --icon-arrowD: url("https://www.ezfly.com/v2024/img/icon/icon-arrow-d.png");
  --icon-checked-fff: url("https://www.ezfly.com/v2024/img/icon/icon-checked-fff.png");
  --icon-search-via: url("https://www.ezfly.com/v2024/img/icon/icon-search-via.png");
  --icon-radiobox: url("https://www.ezfly.com/v2024/img/icon/icon-radiobox.png");
  --icon-calendar: url("https://www.ezfly.com/v2024/img/icon/icon-calendar.png");
  --icon-pw-hidden: url("https://www.ezfly.com/v2024/img/icon/icon-pw-hidden.png");
  --icon-pw-show: url("https://www.ezfly.com/v2024/img/icon/icon-pw-show.png");
  --icon-serviceOnline: url("https://www.ezfly.com/v2024/img/icon/icon-serviceOnline.png");
  --icon-download: url("https://www.ezfly.com/v2024/img/icon/icon-download.svg");
  --icon-sharing: url("https://www.ezfly.com/v2024/img/icon/icon-sharing.svg");
  --icon-location: url("https://www.ezfly.com/v2024/img/icon/icon-location.svg");
  --icon-qrcode: url("https://www.ezfly.com/v2024/img/icon/icon-qrcode.svg");
  --icon-passenger: url("https://www.ezfly.com/v2024/img/icon/icon-passenger.svg");
  --icon-copylink: url("https://www.ezfly.com/v2024/img/icon/icon-copylink.svg");
  --icon-prod-hashtag: url("https://www.ezfly.com/v2024/img/icon/icon-discount.svg");
}

.container {
  max-width: 1200px;
  padding: 0 10px;
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

.dollorPrice-regular {
  font-family: "Roboto", sans-serif;
  color: #df3e32;
}

.dollorPrice-regular::before {
  content: "$";
  margin-right: 3px;
  font-size: 0.9em;
}

.badge {
  width: 102px;
  height: 32px;
  padding: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 1;
  top: 12px;
  left: -6px;
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
  .badge {
    left: -5px;
    top: 15px;
    font-size: 12px;
    width: 90px;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .badge {
    top: 24px;
  }
}

@media screen and (max-width: 575px) {
  .badge {
    width: 78px;
    height: 21px;
    left: 8px;
    top: 8px;
    font-size: 12px;
    border-radius: 4px;
    padding: 0;
  }
}

.badge::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

@media screen and (max-width: 575px) {
  .badge::before {
    height: 14px;
    width: 14px;
  }
}

.badge.recommend {
  background: url("https://www.ezfly.com/v2024/img/badge/badge-recommend.png")
    no-repeat center center/contain;
}

@media screen and (max-width: 575px) {
  .badge.recommend {
    background: #ea7817;
  }
}

.badge.recommend::before {
  background: url("https://www.ezfly.com/v2024/img/badge/icon-badge-recommend.png")
    no-repeat center center/contain;
}

.badge.available {
  background: url("https://www.ezfly.com/v2024/img/badge/badge-available.png")
    no-repeat center center/contain;
}

@media screen and (max-width: 575px) {
  .badge.available {
    background: #20c4b0;
  }
}

.badge.available::before {
  background: url("https://www.ezfly.com/v2024/img/badge/icon-badge-available.png")
    no-repeat center center/contain;
}

.badge.hotSale {
  background: url("https://www.ezfly.com/v2024/img/badge/badge-hotsale.png")
    no-repeat center center/contain;
}

@media screen and (max-width: 575px) {
  .badge.hotSale {
    background: #f25c54;
  }
}

.badge.hotSale::before {
  background: url("https://www.ezfly.com/v2024/img/badge/icon-badge-hotsale.png")
    no-repeat center center/contain;
}

.badge.countdown {
  background: url("https://www.ezfly.com/v2024/img/badge/badge-countdown.png")
    no-repeat center center/contain;
}

@media screen and (max-width: 575px) {
  .badge.countdown {
    background: #ffc107;
  }
}

.badge.countdown::before {
  background: url("https://www.ezfly.com/v2024/img/badge/icon-badge-countdown.png")
    no-repeat center center/contain;
}

.badge.promotion {
  background: url("https://www.ezfly.com/v2024/img/badge/badge-promotion.png")
    no-repeat center center/contain;
}

@media screen and (max-width: 575px) {
  .badge.promotion {
    background: #d0021b;
  }
}

.badge.promotion::before {
  background: url("https://www.ezfly.com/v2024/img/badge/icon-badge-promotion.png")
    no-repeat center center/contain;
}

.badge.ezSelect {
  background: url("https://www.ezfly.com/v2024/img/badge/badge-ezselect.png")
    no-repeat center center/contain;
}

@media screen and (max-width: 575px) {
  .badge.ezSelect {
    background: #288de8;
  }
}

.badge.ezSelect::before {
  background: url("https://www.ezfly.com/v2024/img/badge/icon-badge-ezselect.png")
    no-repeat center center/contain;
}

#loading-spinner {
  width: 60px;
  height: 60px;
  animation: loading-spinner 1.1s linear infinite;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin: 0;
  border-radius: 4px;
}

button,
.btn {
  outline: none;
  box-sizing: border-box;
  padding: 0;
}

button:focus,
.btn:focus {
  border: 0;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="number"]:focus {
  outline: none;
  border: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.formType-regular input[type="text"],
.formType-regular input[type="password"] {
  padding: 14px 16px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #fff;
  font-size: 14px;
  color: #616161;
}

.formType-regular input[type="text"]::-moz-placeholder,
.formType-regular input[type="password"]::-moz-placeholder {
  color: #e0e0e0;
}

.formType-regular input[type="text"]::placeholder,
.formType-regular input[type="password"]::placeholder {
  color: #e0e0e0;
}

.formType-regular input[type="text"]:focus,
.formType-regular input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.formType-regular input[type="password"] {
  padding: 14px 50px 14px 16px;
}

.formType-regular .form-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.45em;
}

.formType-regular .form-text a {
  color: #616161;
  margin-top: 6px;
}

.formType-regular .form-text a:hover {
  color: #0063a7;
}

.formType-regular .txt-help .txt {
  font-size: 12px;
  color: #ff2626;
  display: flex;
  align-items: center;
  gap: 8px;
}

.formType-regular .txt-help .txt::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--icon-warning) no-repeat center/cover;
}

.formType-regular .togglePassword {
  cursor: pointer;
  background: var(--icon-pw-hidden) no-repeat center/20px 20px;
}

.formType-regular .togglePassword.pw-show {
  background: var(--icon-pw-show) no-repeat center/20px 20px;
}

.formType-regular .input-group .txt-help .txt {
  display: none;
}

.formType-regular .input-group.error input[type="text"],
.formType-regular .input-group.error input[type="password"] {
  border: solid 1px #ff2626;
}

.formType-regular .input-group.error .txt-help .txt {
  display: flex;
  margin-top: 6px;
}

.formType-regular .input-group.error .captchBox {
  border: solid 1px #ff2626;
}

.formType-regular .input-group.error .captchBox input[type="text"] {
  border: unset;
}

.formType-search {
  border-radius: 10px;
  border: solid 1px #c1e5fd;
  display: flex;
}

.formType-search.hasVia {
  background: var(--icon-search-via) no-repeat bottom 14px center/12px auto;
}

.formType-search.hasVia .groupBox:nth-child(2) {
  margin-left: 18px;
}

.formType-search .groupBox {
  padding: 5px 0;
  flex: 1;
}

.formType-search label {
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 16px;
}

.formType-search .form-control {
  border: 0;
  padding: 0 5px 0 16px;
  background: #fff;
  font-size: 14px;
  height: 20px;
  color: #424242;
  position: relative;
}

.formType-search .form-control::-moz-placeholder {
  color: #e0e0e0;
}

.formType-search .form-control::placeholder {
  color: #e0e0e0;
}

.formType-search .form-control:focus {
  outline: none;
  border: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.formType-search .form-control.hasArrow {
  background: var(--icon-arrowD) no-repeat center right 16px/8px auto;
}

.form-check {
  display: flex;
  padding-left: 20px;
  font-size: 14px;
  color: #616161;
  line-height: 24px;
}

.form-check input[type="checkbox"] {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
}

.form-check input[type="checkbox"]:checked {
  background:
    var(--icon-checked-fff) no-repeat center/12px,
    #288de8;
  border: 1px solid #288de8;
}

.form-check input[type="checkbox"]:disabled {
  background: #eeeeee;
}

.form-check .form-check-label {
  line-height: 23px;
}

.form-check .form-check-input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-top: 0;
  margin-right: 5px;
}

.form-check .form-check-input[type="radio"]:checked {
  border: 1px solid #288de8;
  background:
    var(--icon-radiobox) no-repeat center center/8px 8px,
    #fff;
}

.daterangepicker {
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  background-color: #fff;
  margin-top: 15px;
  padding: 8px;
  color: #424242;
}

.daterangepicker::before,
.daterangepicker::after {
  display: none;
}

.daterangepicker .drp-calendar {
  max-width: unset;
}

.daterangepicker .drp-calendar.left {
  margin-right: 16px;
}

.daterangepicker .drp-calendar.righ {
  margin-right: 10px;
}

.daterangepicker .calendar-table td {
  font-size: 14px;
}

.daterangepicker .calendar-table th {
  font-size: 16px;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid #288de8;
  border-width: 0 2px 2px 0;
  padding: 4px;
}

.daterangepicker td.in-range {
  background: #c1e5fd;
}

.daterangepicker td.end-date {
  border-radius: 0 10px 10px 0;
}

.daterangepicker td.start-date {
  border-radius: 10px 0 0 10px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 38px;
  height: 38px;
}

.daterangepicker td.off.end-date {
  color: #e0e0e0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #288de8;
}

.fastarea {
  display: none;
  position: absolute;
  z-index: 1;
  top: calc(100% + 8px);
  left: 0;
  width: 682px;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  background: #fff;
  font-size: 14px;
  color: #424242;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fastarea {
    width: 663px;
  }
}

.fastarea.active {
  display: block;
}

.fastarea .fast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: #e0e0e0 1px solid;
  height: 52px;
}

.fastarea .fast-header li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.fastarea .fast-header li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: #424242;
}

.fastarea .fast-header li a::after {
  content: "";
  transition: 0.2s;
  width: 0;
  height: 4px;
  background: #288de8;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
}

.fastarea .fast-header li a:hover {
  color: #288de8;
}

.fastarea .fast-header li.active a {
  color: #288de8;
  font-weight: 500;
}

.fastarea .fast-header li.active a::after {
  content: "";
  width: 100%;
  height: 4px;
  transform: translate(-50%, 0);
}

.fastarea .fast-body {
  padding: 0 16px;
}

.fastarea .fast-body .category {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
  display: flex;
}

.fastarea .fast-body .category:last-child {
  border: 0;
}

.fastarea .fast-body .category p.category-head {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 20px;
}

.fastarea .fast-body .category p.category-head:hover {
  color: #0063a7;
}

.fastarea .fast-body .category ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: -6px -10px;
  list-style: none;
  padding: 0;
}

.fastarea .fast-body .category ul li {
  flex: 0 0 50%;
  color: #424242;
  cursor: pointer;
  padding: 6px 10px;
}

.fastarea .fast-body .category ul li span {
  margin-right: 6px;
}

.fastarea .fast-body .category ul li span::after {
  content: "|";
  margin-left: 6px;
}

.fastarea .fast-body .category ul li:hover {
  color: #0063a7;
}

.fastarea .fast-body .fastareaTypeItem-regular {
  list-style: none;
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -6px -10px;
}

.fastarea .fast-body .fastareaTypeItem-regular .fastarea-item {
  flex: 0 0 20%;
  padding: 6px 10px;
  cursor: pointer;
}

.typeahead {
  display: none;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  background: #fff;
  padding: 6px 6px 6px 16px;
  color: #424242;
  font-size: 14px;
  width: 100%;
  min-width: 360px;
  max-height: 408px;
  top: calc(100% + 8px);
  left: 0;
  color: #424242;
  overflow: scroll;
}

.typeahead.active {
  display: flex;
}

.typeahead .dropdown-item {
  padding: 6px 8px;
  cursor: pointer;
  background: #fff;
}

.typeahead .dropdown-item strong {
  color: #288de8 !important;
  background: transparent !important;
  font-weight: normal;
}

.typeahead .dropdown-item:hover,
.typeahead .dropdown-item.active {
  background: #f1f9ff;
  color: #424242;
}

.typeahead::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background: transparent;
}

.typeahead::-webkit-scrollbar {
  width: 10px;
  background: transparent;
  border-radius: 10px;
}

.typeahead::-webkit-scrollbar-thumb {
  width: 2px;
  background: #e0e0e0;
  border: 4px solid #fff;
}

.select-dropdown-option {
  list-style: none;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  background: #fff;
  padding: 6px 16px;
  color: #424242;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(100% + 8px);
  left: 0;
}

.select-dropdown-option li {
  padding: 6px 8px;
  cursor: pointer;
}

.select-dropdown-option li:hover,
.select-dropdown-option li.active {
  background: #f1f9ff;
  color: #0063a7;
}

.multiple-dropdown-option {
  list-style: none;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  background: #fff;
  padding: 18px 16px;
  font-size: 14px;
  flex-direction: column;
  gap: 14px;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(100% + 8px);
  left: 0;
  display: none;
}

.multiple-dropdown-option li {
  padding: 0;
  cursor: pointer;
}

.multiple-dropdown-option li .form-check-label {
  padding: 2px 0 0 0;
  color: #424242;
}

.multiple-dropdown-option.active {
  display: flex;
}

.passenger-dropdown-option {
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  background: #fff;
  padding: 0;
  font-size: 14px;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  min-width: 310px;
  max-width: 100%;
  top: calc(100% + 8px);
  left: 0;
  display: none;
}

.passenger-dropdown-option.active {
  display: flex;
}

.passenger-dropdown-option > li {
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 500;
}

.passenger-dropdown-option > li:last-child {
  border: 0;
}

.passenger-dropdown-option > li .group-tit {
  font-size: 12px;
  color: #616161;
  text-decoration: none;
}

.passenger-dropdown-option > li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.passenger-dropdown-option > li .item .tit {
  font-size: 14px;
}

.passenger-dropdown-option > li .item .amount-group {
  display: flex;
  align-items: center;
}

.passenger-dropdown-option > li .item .amount-group .el-minus,
.passenger-dropdown-option > li .item .amount-group .el-plus {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #288de8;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.passenger-dropdown-option > li .item .amount-group .el-minus.disabled,
.passenger-dropdown-option > li .item .amount-group .el-plus.disabled {
  border: 1px solid #e0e0e0;
  cursor: not-allowed;
}

.passenger-dropdown-option > li .item .amount-group .el-minus.disabled::before,
.passenger-dropdown-option > li .item .amount-group .el-minus.disabled::after,
.passenger-dropdown-option > li .item .amount-group .el-plus.disabled::before,
.passenger-dropdown-option > li .item .amount-group .el-plus.disabled::after {
  background: #e0e0e0;
}

.passenger-dropdown-option > li .item .amount-group .el-plus::before,
.passenger-dropdown-option > li .item .amount-group .el-plus::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #288de8;
}

.passenger-dropdown-option > li .item .amount-group .el-plus::before {
  width: 14px;
  height: 2px;
}

.passenger-dropdown-option > li .item .amount-group .el-plus::after {
  width: 2px;
  height: 14px;
}

.passenger-dropdown-option > li .item .amount-group .el-minus::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #288de8;
}

.passenger-dropdown-option > li .item .amount-group .el-minus::before {
  width: 14px;
  height: 2px;
}

.passenger-dropdown-option > li .item .amount-group .input-amount {
  width: 40px;
  border: 0;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  text-align: center;
}

.passenger-dropdown-option
  > li
  .item
  .amount-group
  .input-amount::-webkit-outer-spin-button,
.passenger-dropdown-option
  > li
  .item
  .amount-group
  .input-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.passenger-dropdown-option > li .selectAge-group .tit {
  font-size: 12px;
  color: #616161;
  text-decoration: none;
}

.passenger-dropdown-option > li .selectAge-group .selectAge {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.passenger-dropdown-option > li .selectAge-group .selectAge .groupBox {
  flex: 0 0 calc(25% - 9px);
}

.passenger-dropdown-option
  > li
  .selectAge-group
  .selectAge
  .groupBox
  .form-control.forAge {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 8px;
  background: var(--icon-arrowD) no-repeat center right 8px/8px auto;
}

.passenger-dropdown-option > li .selectAge-group .select-dropdown-option {
  min-width: 78px;
  max-width: 100%;
  max-height: 230px;
  overflow-y: scroll;
  padding: 12px 8px 0;
  top: calc(100% + 3px);
}

.passenger-dropdown-option
  > li
  .selectAge-group
  .select-dropdown-option::-webkit-scrollbar {
  width: 3px;
  margin: 0 5px 0 0;
}

.passenger-dropdown-option
  > li
  .selectAge-group
  .select-dropdown-option::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  background: transparent;
}

.passenger-dropdown-option
  > li
  .selectAge-group
  .select-dropdown-option::-webkit-scrollbar-track-piece {
  background: transparent;
  height: 3px;
}

.passenger-dropdown-option
  > li
  .selectAge-group
  .select-dropdown-option::-webkit-scrollbar-thumb {
  margin-right: 10px;
  background: #e0e0e0;
}

.passenger-dropdown-option > li .txt-help {
  font-size: 12px;
  color: #616161;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  line-height: 19px;
}

.btn-submit {
  width: 100%;
  height: 52px;
  background: #288de8;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}

.btn-submit:hover {
  background: #1e7bcb;
  color: #fff;
}

.btn-submit:disabled {
  background: #e0e0e0;
}

.btn-search-submit {
  width: 100%;
  height: 53px;
  background: #288de8;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

@media screen and (min-width: 1200px) {
  .btn-search-submit {
    width: 124px;
  }
}

@media screen and (max-width: 575px) {
  .btn-search-submit {
    margin: 0;
  }
}

.btn-search-submit:hover {
  background: #1e7bcb;
  color: #fff;
}

.btn-search-submit::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: var(--icon-search-fff) no-repeat center/cover;
  margin-right: 0.75em;
}

.captchBox {
  display: flex;
  padding: 6px 6px 6px 15px;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  gap: 10px;
}

.captchBox input[type="text"] {
  border: 0;
  padding: 0;
  flex: 1;
}

.captchBox .captch-pic {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 4px;
  overflow: hidden;
}

.captchBox .captch-pic img {
  height: 100%;
}

.captchBox .captch-pic .ch-img-code {
  width: 40px;
  height: 40px;
  background:
    var(--icon-refresh) no-repeat center/18px,
    #eeeeee;
}

body {
  font-family:
    "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑",
    "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body a {
  text-decoration: none;
}

body a:hover {
  transition: all 0.2s ease-in-out;
}

body a:focus {
  outline: none;
}

body.overflow {
  overflow: hidden;
}

#nav-header.fixed-top {
  position: sticky;
}

.header {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.header .topbarWrap {
  border-bottom: 1px solid #eeeeee;
}

.header .topbarWrap .topbar {
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .header .topbarWrap .topbar {
    height: 46px;
  }
}

.header .topbarWrap .topbar a.ezflyLogo {
  height: 30px;
  width: 158px;
  background: var(--ezfly-logo-travel) no-repeat top left/auto 100%;
}

@media screen and (max-width: 575px) {
  .header .topbarWrap .topbar a.ezflyLogo {
    height: 28px;
  }
}

.header .topbarWrap .topbar nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .header .topbarWrap .topbar nav.isPc {
    display: none;
  }
}

.header .topbarWrap .topbar nav.isMobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .topbarWrap .topbar nav.isMobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: -10px;
  }
}

.header .topbarWrap .topbar nav.isMobile > div {
  width: 40px;
  height: 40px;
}

.header .topbarWrap .topbar nav.isMobile .btn-account {
  background: var(--icon-account) no-repeat center/65%;
}

.header .topbarWrap .topbar nav.isMobile .btn-mainMenu {
  background: var(--icon-mainMenu) no-repeat center/65%;
}

.header .topbarWrap .topbar nav.isMobile .btn-mainMenu[data-icon="expand"] {
  background: var(--icon-menuCloz) no-repeat center/cover;
}

.header .topbarWrap .topbar nav > * {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  color: #424242;
  border-radius: 14px;
  background: #fff;
}

.header .topbarWrap .topbar nav > *:hover {
  color: #0063a7;
}

.header .topbarWrap .topbar nav .serviceOnline {
  display: flex;
  align-items: center;
  padding: 0 14px;
}

.header .topbarWrap .topbar nav .serviceOnline::before {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--icon-serviceOnline) no-repeat top center/contain;
}

.header .topbarWrap .topbar nav .serviceOnline a {
  padding: 0 0 0 8px;
  color: #424242;
}

.header .topbarWrap .topbar nav .memberService {
  display: flex;
  position: relative;
  padding: 0 10px;
}

.header .topbarWrap .topbar nav .memberService::before,
.header .topbarWrap .topbar nav .memberService::after {
  content: "";
  height: 14px;
  width: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 6px;
}

.header .topbarWrap .topbar nav .memberService::before {
  left: 0;
}

.header .topbarWrap .topbar nav .memberService::after {
  right: 0;
}

.header .topbarWrap .topbar nav .memberService a {
  color: #424242;
}

.header .topbarWrap .topbar nav .memberService .visa {
  padding: 0 10px;
}

.header .topbarWrap .topbar nav .memberLogin {
  color: #ffffff;
  border-radius: 14px;
  background: #288de8;
  font-size: 14px;
  width: 80px;
  height: 28px;
  margin-left: 10px;
}

.header .topbarWrap .topbar nav .memberLogin:hover {
  background: #0063a7;
}

.header .topbarWrap .topbar nav .dropdown a {
  padding: 0 14px;
  height: 28px;
  line-height: 28px;
  color: #424242;
  border-radius: 14px;
  background: #fff;
}

.header .topbarWrap .topbar nav .dropdown a:hover {
  color: #0063a7;
}

.header .topbarWrap .topbar nav .dropdown .dropdown-menu {
  align-items: center;
  justify-content: center;
  min-width: auto;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
  box-shadow: rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 12px;
  background: #fff;
  padding: 6px 0;
}

.header .topbarWrap .topbar nav .dropdown .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%, 0);
}

.header .topbarWrap .topbar nav .dropdown .dropdown-menu.show {
  display: flex;
  flex-direction: column;
}

.header .topbarWrap .topbar nav .dropdown .dropdown-menu > li {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.45;
}

.header .topbarWrap .topbar nav .dropdown .dropdown-menu > li:last-child {
  border: 0;
}

.header .topbarWrap .topbar nav .dropdown .dropdown-menu > li .dropdown-item {
  color: #424242;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
}

.header
  .topbarWrap
  .topbar
  nav
  .dropdown
  .dropdown-menu
  > li
  .dropdown-item:hover {
  color: #0063a7;
  background: transparent;
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  min-width: auto;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
  box-shadow: rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 12px;
  background: #fff;
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%, 0);
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu.show {
  display: flex;
  flex-direction: row;
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu
  li {
  border: 0;
  padding: 0;
  margin: 0 6px;
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu
  li
  a {
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu
  li
  a.fbMessenger {
  background: var(--icon-fbMessenger) no-repeat center/cover;
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu
  li
  a.lineQrcode {
  background: var(--icon-lineQrcode) no-repeat center/cover;
}

.header
  .topbarWrap
  .topbar
  nav
  .serviceOnline
  .dropdown-menu.serviceOnline-menu
  li
  a.callUs {
  background: var(--icon-callUs) no-repeat center/cover;
}

.header .topbarWrap .topbar nav .userAvatar {
  max-width: 150px;
}

.header .topbarWrap .topbar nav .userAvatar .userAvatar-name {
  display: flex;
  align-items: center;
  color: #424242;
  gap: 4px;
}

.header .topbarWrap .topbar nav .userAvatar .userAvatar-name span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .topbarWrap .topbar nav .userAvatar .userAvatar-name::before {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: var(--icon-account-active) no-repeat center/cover;
  margin-right: 4px;
}

.header .topbarWrap .topbar nav a.show {
  color: #288de8;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header .mainServiceMenu-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header .mainServiceMenu-wrap {
    display: none;
  }
}

.header .mainServiceMenu-wrap .isPad {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 50px;
  height: 50px;
  background: #000;
}

.header .mainServiceMenu-wrap .isPad.btn-prev {
  display: none;
  left: 0;
  background: linear-gradient(
    to right,
    #fff,
    #fff 20%,
    rgba(255, 255, 255, 0.8) 78%,
    rgba(255, 255, 255, 0)
  );
  align-items: center;
  justify-content: center;
}

.header .mainServiceMenu-wrap .isPad.btn-prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
  transform: rotate(-135deg);
  margin-top: 10px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .header .mainServiceMenu-wrap .isPad.btn-prev {
    display: none;
  }
}

.header .mainServiceMenu-wrap .isPad.btn-next {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8) 22%,
    #fff 80%,
    #fff
  );
  align-items: center;
  justify-content: center;
}

.header .mainServiceMenu-wrap .isPad.btn-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
  transform: rotate(45deg);
  margin-top: 10px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .header .mainServiceMenu-wrap .isPad.btn-next {
    display: flex;
  }
}

.header .mainServiceMenu-wrap .mainServiceMenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
}

.header .mainServiceMenu-wrap .mainServiceMenu .item {
  position: unset;
  height: 100%;
  text-wrap: nowrap;
}

.header .mainServiceMenu-wrap .mainServiceMenu .item > a {
  display: block;
  padding: 0.75em 0.5em;
  height: 100%;
  cursor: pointer;
  font-size: 15px;
  color: #616161;
  text-align: center;
  position: relative;
  font-weight: normal;
}

.header .mainServiceMenu-wrap .mainServiceMenu .item > a::after {
  content: "";
  transition: 0.2s;
  width: 0;
  height: 4px;
  background: #288de8;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
  margin: 0;
  transform: translate(-50%, 0);
}

.header .mainServiceMenu-wrap .mainServiceMenu .item .dropdown-menu {
  width: 100%;
  border-radius: 0;
  border: 0;
  background: #f1f9ff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  padding: 0;
  left: 0;
}

.header .mainServiceMenu-wrap .mainServiceMenu .item:hover > a {
  color: #288de8;
  font-weight: 500;
}

.header .mainServiceMenu-wrap .mainServiceMenu .item:hover > a::after {
  content: "";
  width: 100%;
  height: 4px;
}

.header .mainServiceMenu-wrap .mainServiceMenu .item:hover .dropdown-menu {
  display: block;
}

.header .mainServiceMenu-wrap.toEnd .mainServiceMenu {
  justify-content: flex-end;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .header .mainServiceMenu-wrap.toEnd .btn-next.isPad {
    display: none;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .header .mainServiceMenu-wrap.toEnd .btn-prev.isPad {
    display: flex;
  }
}

.mainServiceMenu .dropdown-menu-box {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
  padding: 16px 16px 0;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .mainServiceMenu .dropdown-menu-box {
    margin: 0 -10px;
  }
}

.mainServiceMenu .dropdown-menu-box .category {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 0.5em 5.5% 0.5em 0;
  min-width: 150px;
}

.mainServiceMenu .dropdown-menu-box .category.right {
  margin-left: auto;
  padding-right: 0;
}

.mainServiceMenu .dropdown-menu-box .category > * {
  margin-bottom: 12px;
}

.mainServiceMenu .dropdown-menu-box .category b.title {
  color: #616161;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.mainServiceMenu .dropdown-menu-box .category b.title::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #e0e0e0;
  margin-left: 8px;
}

.mainServiceMenu .dropdown-menu-box .category a {
  color: #616161;
}

.mainServiceMenu .dropdown-menu-box .category a:hover {
  color: #0063a7;
}

.mainServiceMenu .dropdown-menu-box .category a.more-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: auto;
}

.mainServiceMenu .dropdown-menu-box .category a.more-info::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--icon-arrowR-round) no-repeat center/cover;
}

.mainServiceMenu .dropdown-menu-box .category a.more-info:hover::after {
  background: var(--icon-arrowR-round-active) no-repeat center/cover;
}

.addLineOffical-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #212121;
  font-weight: 500;
}

.addLineOffical-content .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  opacity: 0.35;
  z-index: 1;
}

.addLineOffical-content .content-body {
  padding: 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.addLineOffical-content .content-body h5 {
  padding-bottom: 4px;
  margin-bottom: 0;
}

.addLineOffical-content .content-body .qrcode-pic {
  width: 250px;
  margin: 0 auto;
}

.addLineOffical-content .content-body .qrcode-pic img {
  width: 100%;
}

.addLineOffical-content .content-body u {
  display: block;
  font-size: 12px;
  color: #616161;
  font-weight: normal;
  text-decoration: none;
}

.search-content {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  margin-top: -48px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .search-content {
    display: none;
  }
}

.search-content .search-tabpane {
  height: 48px;
  border-bottom: 1px solid #e0e0e0;
}

.search-content .search-tabpane > .tab-link {
  flex: 1;
  text-align: center;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search-content .search-tabpane > .tab-link::after {
  content: "";
  transition: 0.2s;
  width: 0;
  height: 4px;
  background: #288de8;
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
  transform: translate(-50%, 0);
}

.search-content .search-tabpane > .tab-link:hover,
.search-content .search-tabpane > .tab-link.active {
  color: #288de8;
}

.search-content .search-tabpane > .tab-link:hover::after,
.search-content .search-tabpane > .tab-link.active::after {
  content: "";
  width: 100%;
  height: 4px;
}

.search-content .tabPane-wrap {
  /* height: 160px; */
  width: 100%;
  padding: 16px 20px;
}

.search-content .sub-tabpane > .tab-link {
  padding: 0 16px;
  line-height: 30px;
  font-size: 14px;
  color: #424242;
  border-radius: 14px;
  margin-right: 8px;
}

.search-content .sub-tabpane > .tab-link.active {
  background: #c1e5fd;
  color: #288de8;
}

.search-content .sub-tab-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 0 0 0;
}

.search-content .sub-tab-content.columnWrap {
  align-items: center;
  padding-top: 0;
  height: 100%;
}

.columnWrap {
  /* display: ; */
  align-items: center;
  justify-content: center;
  height: auto !important;
  padding-top: 0 !important;
}

.search-content .inputWrap {
  flex: 1;
  display: flex;
  min-width: 100%;
  margin: -6px -10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.search-content .inputWrap > div {
  box-sizing: border-box;
  flex: 1;
  margin: 6px 10px;
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .search-content .inputWrap > div {
    margin: 8px 10px;
  }
}

.search-content .inputWrap .checkbox-group {
  flex-basis: 100%;
  display: flex;
}

.search-content .inputWrap .checkbox-group .form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 22px;
  margin-right: 16px;
}

.search-content .inputWrap .radiobox-group {
  flex-basis: 100%;
  display: flex;
  position: absolute;
  top: -32px;
  left: 313px;
  margin: 0 10px;
}

.search-content .inputWrap .radiobox-group .form-check {
  margin-right: 16px;
}

.search-content .inputWrap .groupBox {
  flex: 1;
  position: relative;
}

.search-content .inputWrap .datepicker-group {
  flex: 0 0 246px;
}

.search-content .inputWrap .select-tourType {
  flex: 0 0 136px;
}

.search-content .inputWrap .select-trafficType {
  flex: 0 0 122px;
}

.search-content .inputWrap .select-tripdays {
  flex: 0 0 122px;
}

.search-content .inputWrap .select-flightClass {
  flex: 0 0 138px;
}

.search-content .inputWrap .select-passenger {
  flex: 0 0 268px;
}

.search-content .inputWrap .select-travLine {
  flex: 0 0 122px;
}

.search-content .inputWrap .select-hotelCity {
  flex: 0 0 253px;
}

.search-content #search-Ticktehotel .formType-search:nth-child(1) {
  flex: 608px;
}

.search-content .formType-search.search-keywords {
  flex: 1;
}

.search-content .btn-search {
  width: 124px;
  height: 58px;
  margin-left: auto;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
  .search-content .btn-search {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .search-content .tabPane-wrap {
    height: auto;
  }

  .search-content .sub-tab-content {
    flex-direction: column;
  }

  .search-content #searchGroup-abroad .formType-search {
    flex: 0 0 calc(100% - 20px);
  }

  .search-content #searchGroup-taiwan .formType-search {
    flex: 0 0 calc(50% - 30px);
  }

  .search-content #searchGroup-taiwan .formType-search.datepicker-group {
    flex: 0 0 calc(50% - 10px);
  }

  .search-content #searchGroup-taiwan .formType-search.select-tourType,
  .search-content #searchGroup-taiwan .formType-search.select-trafficType,
  .search-content #searchGroup-taiwan .formType-search.select-tripdays {
    flex: 0 0 calc(33% - 18px);
  }

  .search-content #searchGroup-cruise .formType-search {
    flex: 0 0 calc(50% - 30px);
  }

  .search-content #searchGroup-cruise .formType-search.datepicker-group {
    flex: 0 0 calc(50% - 10px);
  }

  .search-content #searchGroup-cruise .formType-search.select-tripdays {
    flex: 0 0 calc(100% - 20px);
  }

  .search-content #searchGroup-cruise .groupBox.arrive .select-dropdown-option {
    min-width: 275px;
  }

  .search-content #search-Groups .btn-search-submit {
    order: 4;
  }

  .search-content #searchTicket-abroad .formType-search {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #searchTicket-budget .formType-search {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #searchTicket-budget .formType-search.select-passenger {
    flex: 0 0 calc(100% - 20px);
  }

  .search-content #searchTicket-taiwan .formType-search {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #searchTicket-taiwan .formType-search.select-passenger {
    flex: 0 0 calc(100% - 20px);
  }

  .search-content #searchSelfguide-abroad .formType-search {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #searchSelfguide-abroad .formType-search.select-tripdays {
    flex: 0 0 calc(100% - 20px);
  }

  .search-content #searchSelfguide-taiwan .formType-search {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #searchSelfguide-taiwan .formType-search.select-passenger {
    flex: 0 0 calc(100% - 20px);
  }

  .search-content #search-Ticktehotel .formType-search {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #search-Ticktehotel .formType-search.hasVia {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #search-Hotels .formType-search {
    flex: 0 0 calc(50% - 20px);
  }

  .search-content #search-Hotels .formType-search.select-passenger {
    flex: 0 0 calc(100% - 20px);
  }

  .search-content .formType-search.search-keywords {
    width: 100%;
    margin-bottom: 6px;
  }

  .search-content .btn-search-submit {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .search-content .groupBox.padcontl .fastarea {
    left: -100%;
  }

  .search-content #searchGroup-abroad .groupBox.padcontl .fastarea {
    left: unset;
    right: 0;
  }
}

.search-content #search-Ticktehotel .btn-search-submit {
  margin-left: auto;
}

.search-content #search-Simple .btn-search-submit {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1199px) {
  .search-content #search-Simple .btn-search-submit {
    margin: 10px 0 0 0;
  }
}

.ui-datepicker.ui-widget.ui-widget-content {
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  background-color: #fff;
  margin-top: 15px;
  padding: 10px 16px 8px 16px;
  color: #424242;
  width: auto;
  font-family:
    "Roboto", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "文泉驛正黑",
    "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", sans-serif !important;
  z-index: 10 !important;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header {
  background: none;
  border: 0;
  color: #424242;
  font-weight: normal;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-state-hover,
.ui-datepicker.ui-widget.ui-widget-content .ui-widget-content .ui-state-hover,
.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-state-hover,
.ui-datepicker.ui-widget.ui-widget-content .ui-state-focus,
.ui-datepicker.ui-widget.ui-widget-content .ui-widget-content .ui-state-focus,
.ui-datepicker.ui-widget.ui-widget-content .ui-widget-header .ui-state-focus,
.ui-datepicker.ui-widget.ui-widget-content .ui-button:hover,
.ui-datepicker.ui-widget.ui-widget-content .ui-button:focus {
  border: 0;
  background: none;
  font-weight: normal;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev span,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next span {
  position: unset;
  border: solid #288de8;
  background: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0;
}

.ui-datepicker.ui-widget.ui-widget-content
  .ui-datepicker-prev.ui-state-disabled
  span,
.ui-datepicker.ui-widget.ui-widget-content
  .ui-datepicker-next.ui-state-disabled
  span {
  border-color: #e0e0e0;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev span {
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next span {
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.ui-datepicker.ui-widget.ui-widget-content td {
  padding: 0;
}

.ui-datepicker.ui-widget.ui-widget-content th {
  font-weight: normal;
}

.ui-datepicker.ui-widget.ui-widget-content td span,
.ui-datepicker.ui-widget.ui-widget-content td a {
  padding: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  border-radius: 10px;
  color: #424242;
}

.ui-datepicker.ui-widget.ui-widget-content td span:hover,
.ui-datepicker.ui-widget.ui-widget-content td a:hover {
  background: #c1e5fd;
}

.ui-datepicker.ui-widget.ui-widget-content td span.ui-state-active,
.ui-datepicker.ui-widget.ui-widget-content td a.ui-state-active {
  background: #288de8;
  border-radius: 10px;
  color: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-state-disabled {
  color: #e0e0e0;
}

footer.footer {
  background: #f3faff;
  color: #616161;
  border-top: 1px solid #e0e0e0;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  footer.footer {
    margin-top: 36px;
  }
}

@media screen and (max-width: 575px) {
  footer.footer {
    margin-top: 68px;
  }
}

footer.footer .footerbox {
  padding: 35px 0 20px 0;
  font-size: 14px;
  margin: 0 -10px;
}

footer.footer .footerbox .item {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

footer.footer .footerbox .item > * {
  margin-bottom: 12px;
}

footer.footer .footerbox .item a {
  margin-right: 16px;
  color: #616161;
}

footer.footer .footerbox .item a:hover {
  color: #0063a7;
}

footer.footer .footerbox .item.hasLogo > * {
  margin-bottom: 20px;
}

footer.footer .footerbox .item dl {
  line-height: 1.6;
}

footer.footer .footerbox .item dl dd {
  margin: 0;
}

footer.footer .footerbox .item dl dd.hasIcon {
  display: flex;
  align-items: center;
}

footer.footer .footerbox .item dl dd.hasIcon a {
  display: flex;
  align-items: center;
  transition: 0.2s;
  margin-top: 5px;
}

footer.footer .footerbox .item dl dd.hasIcon a::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

footer.footer .footerbox .item dl dd.hasIcon a.phone::before {
  background: url("https://www.ezfly.com/v2024/img/icon/icon-phone.png")
    no-repeat center/cover;
}

footer.footer .footerbox .item dl dd.hasIcon a.email::before {
  background: url("https://www.ezfly.com/v2024/img/icon/icon-email.png")
    no-repeat center/cover;
}

footer.footer .footerbox .item dl dd.hasIcon a.phone:hover::before {
  background: url("https://www.ezfly.com/v2024/img/icon/icon-phone-hover.png")
    no-repeat center/cover;
}

footer.footer .footerbox .item dl dd.hasIcon a.email:hover::before {
  background: url("https://www.ezfly.com/v2024/img/icon/icon-email-hover.png")
    no-repeat center/cover;
}

footer.footer .footerbox .item dl dd.link {
  display: flex;
  flex-wrap: wrap;
}

footer.footer .footerbox .item a.ezflyLogo {
  display: block;
  height: 30px;
  width: 158px;
  background: var(--ezfly-logo-travel) no-repeat top left/contain;
  margin-bottom: 18px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  footer.footer .footerbox .item a.ezflyLogo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  footer.footer .footerbox .item a.ezflyLogo {
    display: none;
  }
}

footer.footer .footerbox .item .certificate {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

footer.footer .footerbox .item .certificate img {
  max-width: 50px;
  max-height: 50px;
}

@media screen and (max-width: 575px) {
  footer.footer .footerbox .item a[href^="tel:"] {
    text-decoration: underline;
  }
}

footer.footer .footer-copyright {
  text-align: left;
  padding: 20px 0 25px 0;
  word-break: keep-all;
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  color: #212121;
}

footer.footer .btn-gotop {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    var(--icon-gotop) no-repeat center/auto 50%,
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 10px;
  bottom: 40px;
  cursor: pointer;
}

footer.footer .btn-gotop:hover {
  background:
    var(--icon-gotop-hover) no-repeat center/auto 50%,
    #fff;
}

.floating-tool-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.floating-tool-item img {
  display: block;
  width: 100%;
  transition: all 0.35s ease-in-out;
}

.floating-tool-item.rounded-pill {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.floating-tool-item.rounded-pill img {
  width: 22px;
  height: auto;
}

.floating-tool-item.scroll-top {
  height: 52px;
  background-color: rgba(255, 255, 255, 0.9);
  /* transform: scale(1, 1); */
  /* transform-origin: center center; */
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.floating-tool-item.scroll-top:hover img {
  filter: brightness(75%);
}

.floating-tool-item.scroll-top.active {
  opacity: 1;
  /* height: 52px;
  transform: scale(1, 1); */
}

.floating-tool-container {
  position: fixed;
  right: 14px;
  bottom: 36px;
  z-index: 1021;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}

.searchbox-mobile .offcanvas-header .btn-close,
.offcanvas.sub-serviceMenu .offcanvas-header .btn-close,
.offcanvas.serviceMenu .offcanvas-header .btn-close,
.offcanvas.orderInquire .offcanvas-header .btn-close,
.offcanvas.account-login .offcanvas-body .btn-close,
.offcanvas.userAvatar .offcanvas-header .btn-close,
.offcanvas.accountMenu .offcanvas-header .btn-close {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background-size: 60%;
  opacity: 0.7;
}

.mobileSideMenu-logo {
  width: 35%;
  height: 24px;
  background: var(--ezfly-logo-travel) no-repeat center left/contain;
  margin: 0;
}

.offcanvas.accountMenu.offcanvas-start {
  width: 100%;
}

.offcanvas.accountMenu .offcanvas-header {
  width: 100%;
  padding: 0 16px;
  height: 46px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}

.offcanvas.accountMenu .offcanvas-body {
  padding: 0 16px;
}

.offcanvas.accountMenu .offcanvas-body .group {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0;
}

.offcanvas.accountMenu .offcanvas-body .group a {
  font-size: 14px;
  color: #616161;
  flex: 0 0 40px;
  line-height: 40px;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline h5 {
  font-size: 14px;
  color: #616161;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline h5::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #e0e0e0;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline .list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline .list a {
  width: 35px;
  height: 35px;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline .list a.fbMessenger {
  background: var(--icon-fbMessenger) no-repeat center/cover;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline .list a.lineQrcode {
  background: var(--icon-lineQrcode) no-repeat center/cover;
}

.offcanvas.accountMenu .offcanvas-body .serviceOnline .list a.callUs {
  background: var(--icon-callUs) no-repeat center/cover;
}

.offcanvas.userAvatar.offcanvas-start {
  width: 100%;
}

.offcanvas.userAvatar .offcanvas-header {
  width: 100%;
  padding: 0 16px;
  height: 46px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  justify-content: center;
}

.offcanvas.userAvatar .offcanvas-header .btn-close {
  position: absolute;
  right: 16px;
}

.offcanvas.userAvatar .offcanvas-header h5 {
  font-size: 16px;
  color: #288de8;
  margin-bottom: 0;
}

.offcanvas.userAvatar .offcanvas-body {
  padding-top: 46px;
  background: linear-gradient(to bottom, rgba(193, 229, 253, 0.83), #fff 20%);
}

.offcanvas.userAvatar .offcanvas-body .userAvartarList .userName {
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  color: #424242;
  font-weight: 500;
}

.offcanvas.userAvatar .offcanvas-body .userAvartarList .userName::before {
  content: "";
  width: 42px;
  height: 42px;
  background: var(--icon-account-active) no-repeat center/cover;
  margin-right: 10px;
}

.offcanvas.userAvatar .offcanvas-body .userAvartarList .userName .userid {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.offcanvas.userAvatar .offcanvas-body .userAvartarList .info {
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  width: 100%;
  padding: 0 16px;
  border-radius: 6px;
  list-style: none;
  margin: 0;
}

.offcanvas.userAvatar .offcanvas-body .userAvartarList .info li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

.offcanvas.userAvatar .offcanvas-body .userAvartarList .info li:last-child {
  border: 0;
}

.offcanvas.userAvatar .offcanvas-body .userAvartarList .info li a {
  display: block;
  font-size: 14px;
  color: #616161;
  padding: 10px 0;
}

.offcanvas.userAvatar .offcanvas-body .group {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0;
}

.offcanvas.userAvatar .offcanvas-body .group a {
  font-size: 14px;
  color: #616161;
  flex: 0 0 40px;
  line-height: 40px;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline h5 {
  font-size: 14px;
  color: #616161;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline h5::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #e0e0e0;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline .list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline .list a {
  width: 35px;
  height: 35px;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline .list a.fbMessenger {
  background: var(--icon-fbMessenger) no-repeat center/cover;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline .list a.lineQrcode {
  background: var(--icon-lineQrcode) no-repeat center/cover;
}

.offcanvas.userAvatar .offcanvas-body .serviceOnline .list a.callUs {
  background: var(--icon-callUs) no-repeat center/cover;
}

.offcanvas.account-login.offcanvas-start {
  width: 100%;
}

.offcanvas.account-login .offcanvas-body {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px;
}

.offcanvas.account-login .offcanvas-body .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.65;
}

.offcanvas.orderInquire.offcanvas-start {
  width: 100%;
}

.offcanvas.orderInquire .offcanvas-header {
  width: 100%;
  padding: 0 16px;
  height: 46px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}

.offcanvas.orderInquire .offcanvas-body {
  padding-top: 50px;
}

.offcanvas.orderInquire .offcanvas-body .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.offcanvas.orderInquire .offcanvas-body .form .title {
  font-size: 20px;
  font-weight: 500;
  color: #212121;
}

.offcanvas.orderInquire .offcanvas-body .form .formType-regular {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.offcanvas.orderInquire .offcanvas-body .form .formType-regular .input-group {
  flex-direction: column;
  gap: 6px;
}

.offcanvas.orderInquire
  .offcanvas-body
  .form
  .formType-regular
  .input-group
  label {
  font-size: 14px;
  color: #616161;
}

.offcanvas.orderInquire
  .offcanvas-body
  .form
  .formType-regular
  .input-group
  .form-control {
  width: 100%;
}

.offcanvas.orderInquire
  .offcanvas-body
  .form
  .formType-regular
  .input-group
  .form-text {
  display: none;
}

.offcanvas.orderInquire
  .offcanvas-body
  .form
  .formType-regular
  .input-group.error
  .form-text {
  display: block;
}

.offcanvas.orderInquire .offcanvas-body .form .notice {
  margin-top: -10px;
  font-size: 14px;
  color: #424242;
  text-align: left;
  width: 100%;
}

.offcanvas.orderInquire .offcanvas-body .form .notice a {
  color: #0063a7;
  text-decoration: underline;
}

.offcanvas.serviceMenu.offcanvas-start {
  width: 100%;
}

.offcanvas.serviceMenu .offcanvas-header {
  width: 100%;
  padding: 0 16px;
  height: 46px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}

.offcanvas.serviceMenu .offcanvas-body {
  padding: 10px 0;
}

.offcanvas.serviceMenu .offcanvas-body .serviceMenu-item {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #616161;
  font-size: 14px;
  width: 100%;
}

.offcanvas.serviceMenu .offcanvas-body .serviceMenu-item.hasArrow::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
  transform: rotate(45deg);
  margin-right: 10px;
}

.offcanvas.serviceMenu .offcanvas-body .serviceMenu-item a {
  flex: 1;
  display: flex;
  align-items: center;
  color: #616161;
}

.offcanvas.sub-serviceMenu.offcanvas-start {
  width: 100%;
}

.offcanvas.sub-serviceMenu .offcanvas-header {
  width: 100%;
  padding: 0 16px;
  height: 46px;
  flex: 0 0 46px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
}

.offcanvas.sub-serviceMenu .offcanvas-body {
  padding: 0 16px;
  flex: 1;
}

.offcanvas.sub-serviceMenu .offcanvas-body .group {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0;
}

.offcanvas.sub-serviceMenu .offcanvas-body .group:last-child {
  border: 0;
}

.offcanvas.sub-serviceMenu .offcanvas-body .group b.tit {
  color: #616161;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  flex: 0 0 40px;
  line-height: 40px;
}

.offcanvas.sub-serviceMenu .offcanvas-body .group b.tit::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #e0e0e0;
}

.offcanvas.sub-serviceMenu .offcanvas-body .group a {
  font-size: 14px;
  color: #616161;
  flex: 0 0 40px;
  line-height: 40px;
}

.offcanvas.sub-serviceMenu .offcanvas-body .group a.more-info {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.offcanvas.sub-serviceMenu .offcanvas-body .group a.more-info::after {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--icon-arrowR-round) no-repeat center/cover;
}

.offcanvas.sub-serviceMenu .serviceMenu-goback {
  font-size: 16px;
  color: #288de8;
  display: flex;
  align-items: center;
  gap: 16px;
}

.offcanvas.sub-serviceMenu .serviceMenu-goback::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #288de8;
  border-left: 2px solid #288de8;
  transform: rotate(-45deg);
}

.searchbox-mobile {
  transition: 0.3s;
}

.searchbox-mobile.show {
  visibility: visible;
}

.searchbox-mobile.offcanvas-start {
  width: 100%;
}

.searchbox-mobile .offcanvas-header {
  width: 100%;
  padding: 0 16px;
  height: 46px;
  flex: 0 0 46px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  justify-content: center;
  color: #288de8;
}

.searchbox-mobile .offcanvas-header .btn-close {
  position: absolute;
  right: 16px;
  top: 11px;
}

.searchbox-mobile .searchbox-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.searchbox-mobile .searchbox-body .tabPane-wrap {
  padding: 20px 16px;
  height: calc(100vh - 90px);
  overflow-y: auto;
}

.searchbox-mobile .search-tabpane {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  flex: 0 0 44px;
  border-bottom: 1px solid #e0e0e0;
}

.searchbox-mobile .search-tabpane > .tab-link {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e9e9e;
  position: relative;
  white-space: nowrap;
}

.searchbox-mobile .search-tabpane > .tab-link::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.searchbox-mobile .search-tabpane > .tab-link.active {
  color: #288de8;
  font-weight: 500;
}

.searchbox-mobile .search-tabpane > .tab-link.active::after {
  background: #288de8;
}

.searchbox-mobile > .tab-content {
  flex: 1;
  padding: 0 16px;
  display: flex;
  min-height: 0px;
}

.searchbox-mobile > .tab-content > .tab-pane {
  flex: 1;
  overflow: auto;
}

.searchbox-mobile .tabPane-wrap {
  padding: 20px 0;
}

.searchbox-mobile .tabPane-wrap .sub-tabpane {
  gap: 8px;
}

.searchbox-mobile .tabPane-wrap .sub-tabpane .tab-link {
  padding: 0 12px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: solid 1px #e0e0e0;
  color: #424242;
}

.searchbox-mobile .tabPane-wrap .sub-tabpane .tab-link.active {
  background: #c1e5fd;
  color: #288de8;
  border: 0;
}

.searchbox-mobile .tabPane-wrap .sub-tab-content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.searchbox-mobile .tabPane-wrap .sub-tab-content.singlelayer {
  padding-top: 0;
}

.searchbox-mobile .tabPane-wrap .sub-tab-content .checkbox-group {
  display: flex;
  gap: 12px;
}

.searchbox-mobile .tabPane-wrap .sub-tab-content .checkbox-group .form-check {
  padding-right: 4px;
}

.searchbox-mobile .tabPane-wrap .sub-tab-content .select-tourType .groupBox,
.searchbox-mobile .tabPane-wrap .sub-tab-content .select-trafficType .groupBox,
.searchbox-mobile .tabPane-wrap .sub-tab-content .select-tripdays .groupBox,
.searchbox-mobile .tabPane-wrap .sub-tab-content .select-flightClass .groupBox,
.searchbox-mobile .tabPane-wrap .sub-tab-content .select-passenger .groupBox,
.searchbox-mobile .tabPane-wrap .sub-tab-content .select-travLine .groupBox {
  flex: 1;
}

.searchbox-mobile .tabPane-wrap .sub-tab-content .radiobox-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.searchbox-mobile .tabPane-wrap .sub-tab-content .radiobox-group .form-check {
  padding-right: 4px;
}

.searchM-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1060;
  transform: translate3d(-110vw, 0, 0);
  transition: transform 0.3s;
  transition-timing-function: ease;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  background: #fff;
  visibility: hidden;
}

.searchM-dropdown.active {
  transform: translateZ(0);
  visibility: visible;
}

.searchM-dropdown .btn-goback {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  z-index: 100;
}

.searchM-dropdown .btn-goback::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.searchM-dropdown .searchM-dropdown-head {
  display: flex;
  flex-direction: column;
}

.searchM-dropdown .searchM-dropdown-head .title {
  flex: 0 0 46px;
  background: #288de8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.searchM-dropdown .searchM-dropdown-head .searchbar {
  flex: 1;
  background: #f8fcfe;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
}

.searchM-dropdown .searchM-dropdown-head .searchbar .formType-search {
  flex: 1;
  height: 36px;
  overflow: hidden;
  background: #fff;
}

.searchM-dropdown
  .searchM-dropdown-head
  .searchbar
  .formType-search
  .form-control {
  height: 100%;
  padding: 0 0 0 40px;
  background: var(--icon-search-e0e0e0) no-repeat center left 16px/16px;
  font-size: 14px;
}

.searchM-dropdown .searchM-dropdown-body {
  flex: 1;
  min-height: 0px;
  display: flex;
  width: 100vw;
}

.searchM-dropdown .searchM-dropdown-body .body-scrollwrap {
  flex: 1;
  overflow: auto;
  width: 100vw;
}

.searchM-dropdown .single-list {
  padding: 6px 16px;
  display: flex;
  flex-direction: column;
}

.searchM-dropdown .single-list li {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.searchM-dropdown .single-list li.active {
  background: #f1f9ff;
  color: #0063a7;
}

.searchM-dropdown .typeahead {
  position: unset;
  max-height: 100%;
  box-shadow: none;
  border: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.searchM-dropdown .typeahead .dropdown-item {
  height: 40px;
}

.searchM-dropdown .category-single .category-tabpane {
  width: 100%;
  height: 49px;
  display: block;
  text-align: left;
  white-space: nowrap;
  overflow-y: scroll;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.searchM-dropdown .category-single .category-tabpane .tab-link {
  padding: 0 12px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: #9e9e9e;
  position: relative;
}

.searchM-dropdown .category-single .category-tabpane .tab-link::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.searchM-dropdown .category-single .category-tabpane .tab-link.active::after {
  background: #288de8;
  color: #288de8;
}

.searchM-dropdown .category-single .tab-content .tab-pane .single-list {
  margin-top: 0;
}

.searchM-dropdown .category-multiple .category-tabpane {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  white-space: nowrap;
  overflow-x: auto;
  display: block;
  width: 100%;
}

.searchM-dropdown .category-multiple .category-tabpane .tab-link {
  display: inline-block;
  padding: 0 12px;
  height: 44px;
  line-height: 44px;
  color: #9e9e9e;
  position: relative;
}

.searchM-dropdown .category-multiple .category-tabpane .tab-link::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.searchM-dropdown .category-multiple .category-tabpane .tab-link.active::after {
  background: #288de8;
  color: #288de8;
}

.searchM-dropdown .category-multiple .tab-content .tab-pane .multiple-list {
  margin-top: 0;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}

.searchM-dropdown .category-multiple .tab-content .tab-pane .multiple-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}

.searchM-dropdown
  .category-multiple
  .tab-content
  .tab-pane
  .multiple-list
  li:last-child {
  border-bottom: none;
}

.searchM-dropdown
  .category-multiple
  .tab-content
  .tab-pane
  .multiple-list
  li
  > .item {
  height: 40px;
  display: flex;
  align-items: center;
}

.searchM-dropdown
  .category-multiple
  .tab-content
  .tab-pane
  .multiple-list
  li
  > .item
  u {
  margin-right: 8px;
}

.searchM-dropdown
  .category-multiple
  .tab-content
  .tab-pane
  .multiple-list
  li
  > .item
  u:after {
  content: "|";
  margin-left: 8px;
}

.searchM-dropdown.multiple-checkbox .searchM-dropdown-head,
.searchM-dropdown.selectPassenger .searchM-dropdown-head {
  flex: 0 0 44px;
}

.searchM-dropdown.multiple-checkbox .body-scrollwrap,
.searchM-dropdown.selectPassenger .body-scrollwrap {
  padding: 0 16px;
}

.searchM-dropdown.multiple-checkbox .multiple-dropdown-option,
.searchM-dropdown.selectPassenger .multiple-dropdown-option {
  top: unset;
  border: 0;
  box-shadow: none;
  position: relative;
}

.searchM-dropdown.multiple-checkbox .passenger-dropdown-option,
.searchM-dropdown.selectPassenger .passenger-dropdown-option {
  top: unset;
  border: 0;
  box-shadow: none;
  position: relative;
}

.searchM-dropdown.multiple-checkbox .passenger-dropdown-option > li,
.searchM-dropdown.selectPassenger .passenger-dropdown-option > li {
  padding-left: 0;
  padding-right: 0;
}

.selectAge-popup {
  display: none;
  visibility: hidden;
}

.selectAge-popup.active {
  visibility: visible;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selectAge-popup.active .content {
  width: calc(100% - 32px);
  padding: 20px 20px 12px 20px;
  max-height: 400px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c1e5fd;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.selectAge-popup.active .content .title {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  text-align: center;
}

.selectAge-popup.active .content .scrollwrap {
  flex: 1;
  min-height: 1px;
  display: flex;
  overflow-y: auto;
}

.selectAge-popup.active .content .ageList {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.selectAge-popup.active .content .ageList li {
  flex: 0 0 32px;
  font-size: 14px;
  color: #424242;
  display: flex;
  align-items: center;
}

.selectAge-popup.active .content .ageList li.active {
  color: #0063a7;
}

@media screen and (max-width: 575px) {
  .modal.dialog-primary {
    background: #fff;
  }
}

.modal.dialog-primary .modal-dialog {
  width: 450px;
  max-width: 450px;
}

@media screen and (max-width: 575px) {
  .modal.dialog-primary .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.modal.dialog-primary .modal-dialog .modal-content {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .modal.dialog-primary .modal-dialog .modal-content {
    position: unset;
    border-radius: 0;
    border: 0;
    padding: 30px 16px;
  }
}

.modal.dialog-primary .modal-dialog .modal-body {
  flex: auto;
}

.modal.dialog-primary .modal-dialog .modal-body p.message {
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 0;
}

.modal.dialog-primary .modal-dialog .modal-body .note-txt {
  font-style: normal;
  font-size: 14px;
  text-align: left;
  word-wrap: break-word;
  flex: 1;
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .modal.dialog-popper .modal-dialog {
    width: 450px;
    max-width: 450px;
  }
}

@media screen and (max-width: 575px) {
  .modal.dialog-popper .modal-dialog {
    margin: 0 16px;
  }
}

.modal.dialog-popper .modal-dialog .modal-content {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .modal.dialog-popper .modal-dialog .modal-content {
    border: 0;
    padding: 30px 16px;
  }
}

.modal.dialog-popper .modal-dialog .modal-body {
  flex: auto;
}

.modal.dialog-popper .modal-dialog .modal-body p.message {
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 0;
}

.modal.dialog-popper .modal-dialog .modal-body .note-txt {
  font-style: normal;
  font-size: 14px;
  text-align: left;
  word-wrap: break-word;
  flex: 1;
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .modal.txt-alert .modal-dialog {
    width: 450px;
    max-width: 450px;
  }
}

@media screen and (max-width: 575px) {
  .modal.txt-alert .modal-dialog {
    margin: 0 16px;
  }
}

.modal.txt-alert .modal-dialog .modal-content {
  width: 100%;
  padding: 0;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  .modal.txt-alert .modal-dialog .modal-content {
    border: 0;
    padding: 30px 16px;
  }
}

.modal.txt-alert .txt-wrap {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.txt-alert .txt-wrap p {
  margin-bottom: 0;
  font-weight: bold;
}

.modal.txt-alert .btn-close {
  background: transparent;
  color: #288de8;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  height: 45px;
  line-height: 45px;
  position: unset;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}

.modal.addLineOffical .modal-dialog {
  width: 450px;
  max-width: 450px;
}

.modal.addLineOffical .modal-dialog .modal-content {
  padding: 30px;
  border-radius: 10px;
}

.login-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-content .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  opacity: 0.35;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .login-content .btn-close {
    top: 16px;
    right: 16px;
    background-size: 60%;
    opacity: 0.65;
  }
}

.login-content .content-header {
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  margin-bottom: 30px;
}

.login-content .content-header .login-title {
  font-size: 20px;
  color: #212121;
  margin: 0;
}

.login-content .content-header p {
  font-size: 14px;
  color: #9e9e9e;
  margin: 0;
}

.login-content .content-header p a {
  color: #288de8;
  margin-left: 3px;
}

.login-content .content-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.login-content .content-body .formType-regular {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.login-content .content-body .formType-regular > div {
  margin-bottom: 20px;
}

.login-content .content-body .formType-regular > div:last-child {
  margin-bottom: 0;
}

.login-content .content-body .formType-regular .input-group {
  flex-direction: column;
}

.login-content .content-body .formType-regular .input-group:last-child {
  margin-bottom: 0;
}

.login-content .content-body .formType-regular .input-group label {
  font-size: 14px;
  color: #616161;
  margin-bottom: 6px;
}

.login-content .content-body .formType-regular .input-group .form-control {
  width: 100%;
}

.login-content .content-body .formType-regular .input-group .pw-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.login-content .content-body .formType-regular .input-group .togglePassword {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 50px;
  z-index: 1;
}

.login-content .content-body .thirdParty {
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.login-content .content-body .thirdParty h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #616161;
  margin-bottom: 30px;
}

.login-content .content-body .thirdParty h6::before,
.login-content .content-body .thirdParty h6::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
}

.login-content .content-body .thirdParty .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-content .content-body .thirdParty .list .item {
  width: 34px;
  height: 34px;
  margin: 0 15px;
}

.login-content .content-body .thirdParty .list .item.fb {
  background: var(--icon-social-fb-round) no-repeat center/cover;
}

.login-content .content-body .thirdParty .list .item.google {
  background: var(--icon-social-google-round) no-repeat center/cover;
}

.login-content .content-body .thirdParty .list .item.line {
  background: var(--icon-social-line-round) no-repeat center/cover;
}

.login-content .content-body .thirdParty .list .item.yahoo {
  background: var(--icon-social-yahoo-round) no-repeat center/cover;
}

@keyframes gradient-slide {
  0% {
    background-position: 100% 50%;
  }

  to {
    background-position: 0% 50%;
  }
}

@keyframes loader-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#quick-chat-iframe {
  z-index: 1031 !important;
}

.login-content .input-group > input.form-control,
.login-content .input-group .captchBox {
  margin-left: 0 !important;
  border-radius: 0.25em !important;
  border: 1px solid #e0e0e0 !important;
}

.login-content .form-switch-group {
  position: relative;
  padding-left: 2.25em;
}

.login-content .form-switch-group .form-check-label:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  z-index: 1;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1.75em;
  border-radius: 4em;
  border: 1px solid #e0e0e0;
  background-color: #e9ecef;
}

.login-content .form-switch-group .form-check-label:after {
  position: absolute;
  top: calc(0.25em + 1px);
  left: 1px;
  z-index: 2;
  content: "";
  display: inline-block;
  width: calc(1em - 2px);
  height: calc(1em - 2px);
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}

.login-content .form-switch-group .form-check-input {
  position: absolute;
  visibility: hidden;
}

.login-content
  .form-switch-group
  .form-check-input:checked
  ~ .form-check-label {
  color: #288de8;
}

.login-content
  .form-switch-group
  .form-check-input:checked
  ~ .form-check-label:before {
  border-color: #288de8;
  background-color: #288de8;
}

.login-content
  .form-switch-group
  .form-check-input:checked
  ~ .form-check-label:after {
  left: calc(0.75em + 1px);
}

.custom-litepicker-style--inx.litepicker {
  margin-top: 0.25em;
  border-color: #c1e5fd;
}

/*# sourceMappingURL=ez-primary.css.map */
