<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hide-multiway,
.hide-oneway,
.hide-roundtrip {
  display: none;
}

.show-mobile {
  display: none !important;
}

[data-search-type=roundtrip] .show-roundtrip {
  display: block;
}

[data-search-type=oneway] .show-oneway {
  display: block;
}

[data-search-type=multiway] .show-multiway {
  display: block;
}

[data-search-type=roundtrip] tr.show-roundtrip,
[data-search-type=oneway] tr.show-oneway,
[data-search-type=multiway] tr.show-multiway {
  display: table-row;
}

[data-search-type=multiway] [data-search-type=oneway] [data-search-type=roundtrip] td.hide-oneway, [data-search-type=multiway] [data-search-type=oneway] [data-search-type=roundtrip] td.hide-roundtrip, [data-search-type=multiway] [data-search-type=oneway] [data-search-type=roundtrip] td.hide-multiway {
  display: none;
}

[data-search-type=multiway] table[data-route="2"] tr[data-flight="3"],
[data-search-type=multiway] table[data-route="2"] tr[data-flight="4"],
[data-search-type=multiway] table[data-route="2"] tr[data-flight="5"] {
  display: none;
}
[data-search-type=multiway] table[data-route="3"] tr[data-flight="4"],
[data-search-type=multiway] table[data-route="3"] tr[data-flight="5"] {
  display: none;
}
[data-search-type=multiway] table[data-route="4"] tr[data-flight="5"] {
  display: none;
}

.table-book-ticket[data-book-type=oneway] tr#book-roundtrip-departure,
.table-book-ticket[data-book-type=oneway] tr#book-roundtrip-arrival,
.table-book-ticket[data-book-type=roundtrip] tr#book-oneway,
.table-book-ticket[data-book-type=multiway] tr#book-roundtrip-departure,
.table-book-ticket[data-book-type=multiway] tr#book-roundtrip-arrival,
.table-book-ticket[data-book-type=multiway] tr#book-oneway,
.table-book-ticket[data-book-type=oneway] tr[id^=book-multiway],
.table-book-ticket[data-book-type=roundtrip] tr[id^=book-multiway],
.table-book-ticket[data-route-number="2"] tr#book-multiway3,
.table-book-ticket[data-route-number="2"] tr#book-multiway4,
.table-book-ticket[data-route-number="2"] tr#book-multiway5,
.table-book-ticket[data-route-number="3"] tr#book-multiway4,
.table-book-ticket[data-route-number="3"] tr#book-multiway5,
.table-book-ticket[data-route-number="4"] tr#book-multiway5 {
  display: none;
}

@media only screen and (max-width: 768px) {
  [data-search-type=multiway] .show-mobile.hide-multiway {
    display: none !important;
  }
  .table-book-ticket[data-book-type=oneway] div#book-roundtrip-departure,
  .table-book-ticket[data-book-type=oneway] div#book-roundtrip-arrival,
  .table-book-ticket[data-book-type=roundtrip] div#book-oneway,
  .table-book-ticket[data-book-type=multiway] div#book-roundtrip-departure,
  .table-book-ticket[data-book-type=multiway] div#book-roundtrip-arrival,
  .table-book-ticket[data-book-type=multiway] div#book-oneway,
  .table-book-ticket[data-book-type=oneway] div[id^=book-multiway],
  .table-book-ticket[data-book-type=roundtrip] div[id^=book-multiway],
  .table-book-ticket[data-route-number="2"] div#book-multiway3,
  .table-book-ticket[data-route-number="2"] div#book-multiway4,
  .table-book-ticket[data-route-number="2"] div#book-multiway5,
  .table-book-ticket[data-route-number="3"] div#book-multiway4,
  .table-book-ticket[data-route-number="3"] div#book-multiway5,
  .table-book-ticket[data-route-number="4"] div#book-multiway5 {
    display: none;
  }
}
.expired-message {
  color: red;
  font-weight: bold;
  display: none;
}

.LowestPriceRoundTripDepartureNoneColor {
  background: none;
}

.LowestPriceRoundTripDepartureRedColor {
  background: red;
}

.LowestPriceRoundTripArrivalNoneColor {
  background: none;
}

.LowestPriceRoundTripArrivalRedColor {
  background: red;
}

.LowestPriceOneWayNoneColor {
  background: none;
}

.LowestPriceOneWayRedColor {
  background: red;
}

.textbox-view-right {
  border: none;
  background-color: white;
  width: 100%;
  text-align: right;
  height: 25px;
  padding: 0;
}

#open-config {
  display: block !important;
  border: none;
  background: no-repeat;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 40px;
  width: 44px;
}

.view-flight-detail {
  display: none !important;
  width: 44px;
  height: 40px;
  border: 0;
  background: none;
}
@media (max-width: 768px) {
  .view-flight-detail {
    display: block !important;
  }
}

/*Update css change UI 202412*/
#search-flight .group-flight-type {
  margin-bottom: 4px;
  display: flex;
}
#search-flight .group-flight-type label {
  padding: 6px var(--padding);
  border-radius: 20px;
  border: 1px solid #fff;
  cursor: pointer;
}
#search-flight .group-flight-type label input[type=radio] {
  display: none;
}
#search-flight .form-control {
  border: 0;
  background: none;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  padding-left: 58px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 2px;
  box-shadow: none;
}
#search-flight .col-location, #search-flight .search-departure-date, #search-flight .search-arrival-date, #search-flight .dropdown-passenger, #search-flight .col-select-airline {
  position: relative;
  background-color: white;
  border-radius: var(--border-radius-input);
  border: 1px solid var(--input-border-color);
}
#search-flight .col-location:before, #search-flight .search-departure-date:before, #search-flight .search-arrival-date:before, #search-flight .dropdown-passenger:before, #search-flight .col-select-airline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  border-radius: var(--border-radius-input) 0 0 var(--border-radius-input);
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-position: center;
}
#search-flight .col-location label, #search-flight .search-departure-date label, #search-flight .search-arrival-date label, #search-flight .dropdown-passenger label, #search-flight .col-select-airline label {
  padding-left: 58px;
  display: block;
  font-weight: normal;
  color: var(--text-note-color);
  font-size: 0.875rem;
  padding-top: 4px;
  margin-bottom: 0;
  line-height: 18px;
}
#search-flight .col-airlines {
  padding-left: 0;
}
#search-flight .col-location.search-departure-city {
  margin-right: 20px;
  position: relative;
}
#search-flight .col-location.search-departure-city:before {
  background-image: url(../images/icons/svg/icon-search-cc.svg);
}
#search-flight .col-location.search-arrival-city {
  margin-left: 20px;
}
#search-flight .col-location.search-arrival-city:before {
  background-image: url(../images/icons/svg/icon-search-hc.svg);
}
#search-flight .col-location .form-control[tabindex="-1"] {
  color: transparent;
  font-size: 0;
  background: url(../images/icons/svg/icon-arrow-down.svg) no-repeat right 12px center !important;
}
#search-flight .col-location .form-control.ui-autocomplete-input {
  color: var(--text-color);
}
@media (max-width: 768px) {
  #search-flight .col-location.search-departure-city {
    margin-right: 0;
  }
  #search-flight .col-location.search-arrival-city {
    margin-left: 0;
  }
}
#search-flight .col-location-departure .div-pos-re {
  margin-right: 0;
}
#search-flight .hasDatepicker {
  background: url(../images/icons/svg/icon-search-nb.svg) no-repeat left var(--padding) center !important;
}
#search-flight .search-departure-date:before, #search-flight .search-arrival-date:before {
  background-image: url(../images/icons/svg/icon-search-nb.svg);
}
#search-flight .dropdown-passenger:before {
  background-image: url(../images/icons/svg/icon-search-hk.svg);
}
#search-flight .col-select-airline:before {
  background-image: url(../images/icons/svg/icon-search-hhk.svg);
}
#search-flight .col-select-airline .btn-call-modal {
  width: 100%;
  background: none;
  color: var(--text-color);
  text-align: left;
  padding-left: 58px;
  height: 30px;
  font-size: 1.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#search-flight .col-select-airline select[disabled] {
  background: #fff !important;
}
#search-flight table {
  width: 100%;
}
#search-flight table thead {
  display: none;
}
#search-flight table td {
  padding: 0 20px var(--padding) 0;
}
#search-flight table td:nth-of-type(2), #search-flight table td:nth-of-type(3) {
  width: 25%;
}
#search-flight table td:last-child {
  padding-right: 0;
}
#search-flight button.btn-switch {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  top: 10px;
  right: -48px;
  padding: 0;
  z-index: 2;
  background: #fff url(../images/icons/svg/icon-switch.svg) no-repeat center;
  box-shadow: 0 0 6px #ddd;
  position: absolute;
  border: 0;
  background-size: 20px;
}
#search-flight .select-passengers {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  #search-flight .select-passengers {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: var(--padding);
  }
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent {
  background: #fff url(../images/icons/svg/icon-search-hk.svg) no-repeat left 16px center;
  text-align: left;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent:focus {
  outline: none;
  box-shadow: none;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent strong {
  font-weight: 500;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius-card);
  padding: var(--padding);
  z-index: 2;
  width: 320px;
  left: 42px;
}
@media (max-width: 768px) {
  #search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent {
    width: inherit;
    left: 0;
  }
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent #modalPassenger-dimiss {
  width: 100%;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .text {
  flex: 1;
  font-weight: 500;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .text i {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: normal;
  color: var(--text-note-color);
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .btn-minus, #search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .btn-plus, #search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .step-number {
  padding: 0 12px;
  color: var(--text-color);
  height: 36px;
  background: #EBFDFF;
  font-size: 1rem;
  font-weight: 600;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .btn-minus {
  border: 0;
  width: 36px;
  border-radius: 20px 0 0 20px;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .btn-plus {
  border: 0;
  width: 36px;
  border-radius: 0 20px 20px 0;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li .step-number {
  width: 48px;
  line-height: 40px;
  text-align: center;
}
#search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li:hover .btn-minus, #search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li:hover .btn-plus, #search-flight .select-passengers .dropdown-passenger #viewPassengerInfoContent_dropdownContent ul li:hover .step-number {
  background: var(--primary-color);
  color: white;
}
#search-flight #div-select-airline {
  width: 50%;
  padding-left: 0;
}
#search-flight #div-select-airline .ms-choice {
  background-color: transparent;
  border: 0;
  color: var(--text-color);
  text-transform: capitalize;
  margin: 0;
  height: 30px;
  line-height: 30px;
}
#search-flight #div-select-airline .ms-choice &gt; span {
  top: 0;
  left: 58px;
  padding-left: 0;
}
#search-flight #div-select-airline .ms-choice &gt; div {
  width: 10px;
  height: 6px;
  background: url(../images/icons/svg/icon-arrow-down.svg) no-repeat center center;
  right: 12px;
  top: 50%;
  margin-top: -3px;
}
#search-flight #div-select-airline ul {
  max-height: 350px !important;
  padding: var(--padding);
  font-size: 1rem;
  padding-bottom: 32px;
}
#search-flight #div-select-airline ul::-webkit-scrollbar {
  width: 8px;
  background-color: var(--background);
}
#search-flight #div-select-airline ul::-webkit-scrollbar-thumb {
  background-color: #b7c5ce;
}
#search-flight #div-select-airline .ms-drop {
  margin: 0;
  border: 0;
  border-radius: var(--border-radius-card);
  padding: 0;
  left: 44px;
  width: calc(100% - 44px);
}
#search-flight #div-select-airline .ms-drop:after {
  content: "OK";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: #fff;
  text-align: center;
  line-height: 32px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 var(--border-radius-card) var(--border-radius-card);
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
}
#search-flight #div-select-airline .ms-drop li.ms-select-all label:after {
  content: "";
  height: 20px;
  width: 20px;
  border: 0;
  position: absolute;
  top: 6px;
  left: 0;
  /*background: url(../images/icons/svg/icon-check.svg) center center no-repeat;*/
  border-radius: 5px;
  border: 2px solid var(--input-border-color);
  font: normal normal normal 24px/1 "Material Design Icons";
  color: var(--primary-color);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#search-flight #div-select-airline .ms-drop li.ms-select-all label:has(input:checked):after {
  border-color: var(--primary-color);
  content: "\f0e1e";
}
#search-flight #div-select-airline .ms-drop label {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 36px !important;
  height: 32px;
  line-height: 32px;
  color: var(--text-color);
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  font-size: 1rem;
}
#search-flight #div-select-airline .ms-drop label .checkmark {
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 5px;
  border: 2px solid var(--input-border-color);
  /*background: url(../images/icons/svg/icon-check.svg) center no-repeat;*/
  left: 0;
  top: 6px;
  position: absolute;
}
#search-flight #div-select-airline .ms-drop label .checkmark:after {
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "";
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 1px;
  color: var(--primary-color);
  display: none;
}
#search-flight #div-select-airline .ms-drop label input:checked ~ .checkmark {
  /*background: url(../images/icons/svg/icon-checked.svg) center no-repeat;*/
  border-color: var(--primary-color);
}
#search-flight #div-select-airline .ms-drop label input:checked ~ .checkmark:after {
  display: block;
  content: "\f0e1e";
}
#search-flight #div-select-airline .ms-drop label input {
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0.0009;
}
#search-flight #div-select-airline .ms-drop ul li {
  margin: 0 0 var(--padding);
}
#search-flight #div-select-airline .ms-drop ul li label img {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain;
  margin-right: var(--padding);
}
#search-flight #promotion-code-group {
  margin: 0;
  flex: 1;
}
#search-flight #promotion-code-group &gt; div {
  margin-top: var(--padding);
}
#search-flight #promotion-code-group &gt; div:first-child {
  margin-top: 0;
}
#search-flight #promotion-code-group &gt; div.d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#search-flight #promotion-code-group .promotion-item {
  border-radius: var(--border-radius-input);
  padding: 0;
  padding-left: 58px;
  display: block !important;
  background: white;
  border-width: 1px;
  border-style: solid;
  width: 24%;
  flex: 1;
  margin: 0;
  position: relative;
}
#search-flight #promotion-code-group .promotion-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42px;
  border-radius: 5px 0 0 5px;
  background: #828282 url(../images/icons/svg/icon-search-mgg.svg) no-repeat center;
}
#search-flight #promotion-code-group .promotion-item label {
  display: block;
  font-weight: normal;
  color: #828282;
  font-size: 0.875rem;
  padding-top: 3px;
  margin-bottom: -2px;
}
#search-flight #promotion-code-group .promotion-item .form-control {
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  background: url(../images/svg/icon-vc.svg) no-repeat left center !important;
  height: 28px;
}
#search-flight #promotion-code-group .promotion-code-vna {
  border-color: #1d9fb9;
}
#search-flight #promotion-code-group .promotion-code-vna label {
  color: #1d9fb9;
}
#search-flight #promotion-code-group .promotion-code-vietjet {
  border-color: #df2321;
}
#search-flight #promotion-code-group .promotion-code-vietjet label {
  color: #df2321;
}
#search-flight #promotion-code-group .promotion-code-bamboo {
  border-color: #14b243;
}
#search-flight #promotion-code-group .promotion-code-bamboo label {
  color: #14b243;
}
#search-flight #promotion-code-group .promotion-code-vietravel {
  border-color: #ffbe0d;
}
#search-flight #promotion-code-group .promotion-code-vietravel label {
  color: #ffbe0d;
}
#search-flight #promotion-code-group .promotion-code-agent {
  border-color: var(--primary-color);
}
#search-flight #promotion-code-group .promotion-code-agent label {
  color: var(--primary-color);
}
#search-flight #promotion-code-group #div-select-airline {
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#search-flight #promotion-code-group .col-select-airline {
  margin-bottom: var(--padding);
}
#search-flight #promotion-code-group button.btn-switch {
  top: inherit;
  bottom: -24px;
  left: 50% !important;
  margin-left: -18px;
}
#search-flight .group-action-search {
  margin: var(--padding) 0;
  gap: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#search-flight .group-action-search .icon {
  margin: 0 8px;
  width: 20px;
  height: 20px;
  display: none;
}
#search-flight .group-action-search .d-flex {
  align-items: center;
}
#search-flight .group-action-search .toggle-label, #search-flight .group-action-search label {
  font-weight: normal;
}
#search-flight .group-action-search &gt; div {
  margin-right: 0;
}
#search-flight .group-action-search .search-by-month {
  margin-top: 0;
}
#search-flight .box-form-control {
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 100%;
}
#search-flight .box-form-control #btn-search {
  font-size: 1.135rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 48px;
  min-width: 180px;
  background: var(--bg-menu-gradient);
}
#search-flight .box-form-control #btn-search:hover {
  background: var(--bg-menu-gradient-hover);
}
#search-flight .box-form-control #btn-search svg {
  margin-right: 8px;
  width: 22px;
  height: 22px;
}
#search-flight .custom-control-form-search {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
#search-flight #btn-view-promotion-detail {
  background: none;
  color: var(--text-color);
  font-weight: normal;
  height: 24px;
  width: 32px;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: -2;
  padding: 0;
  min-height: unset;
  opacity: 0;
}
#search-flight #btn-view-promotion-detail:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  #search-flight #btn-view-promotion-detail {
    z-index: 1;
    opacity: 1;
  }
  #search-flight #promotion-option-panel {
    padding-right: 32px !important;
  }
  #search-flight .custom-control-form-search {
    display: block;
  }
  #search-flight .group-action-search {
    margin-top: 0;
    margin-bottom: 0;
    gap: unset;
  }
  #search-flight .group-action-search &gt; div {
    margin-bottom: 12px;
    flex: 0 0 50%;
    width: 50%;
  }
  #search-flight .group-action-search &gt; div:nth-of-type(2n-1) {
    padding-right: 8px;
  }
  #search-flight .group-action-search &gt; div:nth-of-type(2n) {
    padding-left: 8px;
  }
  #search-flight .group-action-search .lbl-checkbox {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #search-flight .group-action-search .lbl-checkbox .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #search-flight #promotion-code-group {
    margin-bottom: var(--padding);
  }
  #search-flight #promotion-code-group &gt; div {
    gap: 8px !important;
    display: flex !important;
  }
  #search-flight #promotion-code-group .promotion-item {
    width: calc((100% - 16px) / 2);
    flex: 0 0 calc((100% - 16px) / 2);
    padding-left: 45px;
    margin-bottom: 4px;
  }
  #search-flight #promotion-code-group .promotion-item:before {
    width: 36px;
    background-size: 22px;
  }
  #search-flight #div-select-airline {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: var(--padding);
  }
  #search-flight table {
    display: block;
  }
  #search-flight table tbody {
    display: block;
  }
  #search-flight table tr {
    flex-wrap: wrap;
  }
  #search-flight table tr td {
    flex: 0 0 auto;
    margin-bottom: var(--padding);
    padding: 0;
  }
  #search-flight table tr td:nth-of-type(2), #search-flight table tr td:nth-of-type(3) {
    flex: 0 0 100%;
    width: 100%;
  }
  #search-flight #btn-search {
    width: 100%;
    height: 44px !important;
  }
  #search-flight button.btn-switch {
    left: 50%;
    top: unset;
    margin-left: -18px;
    bottom: -28px;
  }
  #search-flight .col-airlines {
    padding-left: 7.5px;
  }
}

#panel-search-flight[data-search-type=roundtrip] #search-type-roundtrip-label-option {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
@media (max-width: 768px) {
  #panel-search-flight[data-search-type=roundtrip] #search-flight table tr.show-roundtrip {
    display: flex;
  }
  #panel-search-flight[data-search-type=roundtrip] #search-flight table tr.show-roundtrip .width-49-percent {
    flex: 0 0 50%;
    width: 50%;
  }
  #panel-search-flight[data-search-type=roundtrip] #search-flight table tr.show-roundtrip .width-49-percent.float-left {
    padding-right: 10px;
  }
  #panel-search-flight[data-search-type=roundtrip] #search-flight table tr.show-roundtrip .width-49-percent.float-right {
    padding-left: 10px !important;
  }
}

#panel-search-flight[data-search-type=oneway] #search-type-oneway-label-option {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
@media (max-width: 768px) {
  #panel-search-flight[data-search-type=oneway] #search-flight table tr.show-oneway {
    display: flex;
  }
}
#panel-search-flight[data-search-type=oneway] #search-flight table td.float-left {
  padding-right: 0;
  flex: 1;
}

#panel-search-flight[data-search-type=multiway] #search-type-multiway-label-option {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
#panel-search-flight[data-search-type=multiway] #search-flight table {
  display: block;
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody {
  display: block;
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody tr {
  flex-wrap: wrap;
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody tr td {
  flex: 0 0 auto;
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody tr td.float-left {
  padding-right: 0;
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody tr td:before {
  display: none;
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody tr td:nth-of-type(4) {
  flex: 1;
}
@media (max-width: 768px) {
  #panel-search-flight[data-search-type=multiway] #search-flight table tbody tr td {
    padding-left: 0 !important;
  }
  #panel-search-flight[data-search-type=multiway] #search-flight table tbody tr td label.bg-chang {
    display: block;
    background: white;
    color: #161616;
    padding: 0;
    margin: 0 0 8px !important;
  }
  #panel-search-flight[data-search-type=multiway] #search-flight table tbody tr td label.bg-chang span {
    color: var(--text-color);
  }
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody tr .show-multiway {
  width: 100%;
  padding-bottom: 4px;
  font-size: 1rem;
}
#panel-search-flight[data-search-type=multiway] #search-flight table tbody tr .show-multiway:nth-of-type(1) {
  background: none;
  margin-bottom: 0;
}
#panel-search-flight[data-search-type=multiway] #search-flight table[data-route="2"] tr:nth-of-type(1), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="2"] tr:nth-of-type(2) {
  display: flex;
}
#panel-search-flight[data-search-type=multiway] #search-flight table[data-route="3"] tr:nth-of-type(1), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="3"] tr:nth-of-type(2), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="3"] tr:nth-of-type(3) {
  display: flex;
}
#panel-search-flight[data-search-type=multiway] #search-flight table[data-route="4"] tr:nth-of-type(1), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="4"] tr:nth-of-type(2), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="4"] tr:nth-of-type(3), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="4"] tr:nth-of-type(4) {
  display: flex;
}
#panel-search-flight[data-search-type=multiway] #search-flight table[data-route="5"] tr:nth-of-type(1), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="5"] tr:nth-of-type(2), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="5"] tr:nth-of-type(3), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="5"] tr:nth-of-type(4), #panel-search-flight[data-search-type=multiway] #search-flight table[data-route="5"] tr:nth-of-type(5) {
  display: flex;
}
#panel-search-flight[data-search-type=multiway] #search-flight #div-select-airline .form-control[disabled] {
  color: #535252;
  appearance: none;
  background: #fff url(../images/icons/svg/icon-search-hhk.svg) no-repeat left center !important;
}
#panel-search-flight[data-search-type=multiway] #search-flight #div-select-airline .ms-parent {
  display: none;
}
#panel-search-flight[data-search-type=multiway] #search-flight .col-number-transit {
  display: flex;
  align-items: center;
  margin: 0 0 var(--padding);
}
@media (max-width: 768px) {
  #panel-search-flight[data-search-type=multiway] #search-flight .col-number-transit {
    font-size: 1rem;
  }
}
#panel-search-flight[data-search-type=multiway] #search-flight .col-number-transit label {
  text-transform: uppercase;
  width: inherit;
  margin-bottom: 0;
}
#panel-search-flight[data-search-type=multiway] #search-flight .col-number-transit select {
  border: 1px solid var(--input-border-color);
  border-radius: var(--border-radius-input);
  background: url(../images/icons/svg/icon-arrow-down.svg) no-repeat right 12px center;
  font-weight: 600;
  padding-left: 16px;
  width: 80px;
  margin-left: 12px;
}

.filter-airlines ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter-airlines ul li {
  min-width: 140px;
  margin-right: 32px;
  margin-bottom: 12px;
}
.filter-airlines ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .filter-airlines ul li {
    flex: 0 0 50%;
    width: 50%;
    min-width: unset;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

#baggage-dialog h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 var(--padding);
  color: var(--primary-color);
}
#baggage-dialog #arrival-baggage {
  margin-top: var(--pacing-lr-modal);
}
#baggage-dialog .label-hanh-ly {
  font-weight: 500;
}

#ancillary-dialog h4 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 var(--padding);
  color: var(--primary-color);
}
#ancillary-dialog #arrival-ancillary {
  margin-top: var(--pacing-lr-modal);
}
#ancillary-dialog .label-hanh-ly {
  font-weight: 500;
}
#ancillary-dialog .select2-container {
  width: 100% !important;
}

.airline-promotion-short-description {
  margin-top: 20px;
  border-top: 1px solid var(--background);
  padding-top: 16px;
}
.airline-promotion-short-description img {
  border-radius: var(--border-radius-card);
}

#panel-book-ticket #btn-book-ticketing {
  background: #e51313;
  border-color: #e51313;
}
#panel-book-ticket .group-button-action &gt; div {
  display: inline-block;
}
#panel-book-ticket .group-button-action .btn {
  margin-right: var(--padding);
  min-width: 140px;
  margin-bottom: var(--padding);
}
@media (max-width: 768px) {
  #panel-book-ticket .group-button-action &gt; * {
    width: 49%;
    margin: 0 0.25% 6px !important;
    padding-left: 6px;
    padding-right: 6px;
  }
  #panel-book-ticket .group-button-action &gt; *.btn {
    min-width: unset;
  }
}

.box-flight-information table.table, .box-price-information table.table {
  border: 0;
}
.box-flight-information table.table th, .box-price-information table.table th {
  background: var(--background);
  text-transform: capitalize;
  font-weight: 600;
  border: 0 !important;
  padding: 8px var(--padding);
}
.box-flight-information table.table td, .box-price-information table.table td {
  padding: 8px var(--padding);
  vertical-align: middle;
}
.box-flight-information table.table td, .box-price-information table.table td {
  border-top: 1px solid var(--table-border-color) !important;
  border-bottom: 1px solid var(--table-border-color);
  border-left: 0;
  border-right: 0;
}
.box-flight-information table.table td input[readonly], .box-price-information table.table td input[readonly] {
  border: 0;
  padding: 0;
  width: 100%;
  background: none !important;
  height: 36px;
}

.box-flight-information .icon-heading {
  background-image: url(../images/icons/svg/icon-ttcb.svg);
}
.box-flight-information img[id*=logo-airline] {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: none !important;
}
.box-flight-information img[src] {
  display: block !important;
}
.box-flight-information table.table {
  margin-bottom: 0;
}
.box-flight-information table.table .action-code-theme-config .form-control {
  height: 36px;
  padding: 4px 8px;
}

.box-passenger-information .icon-heading {
  background-image: url(../images/icons/svg/icon-dshk.svg);
}
.box-passenger-information .box-control {
  display: flex;
  margin-bottom: var(--padding);
}
.box-passenger-information .box-control .group-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--padding);
}
.box-passenger-information .box-control .group-btn .btn {
  height: 32px;
}
.box-passenger-information .box-control .group-btn .btn:focus {
  background: var(--primary-color);
  border-color: transparent;
}
.box-passenger-information .select-passengers {
  display: flex;
  align-items: center;
  gap: var(--padding);
}
.box-passenger-information .select-passengers .note-seat-number {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}
.box-passenger-information .select-passengers #book-num-of-passenger {
  width: 80px;
  margin-left: var(--padding);
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
.box-passenger-information .select-passengers a {
  color: var(--text-color);
}
.box-passenger-information .select-passengers a:hover {
  color: var(--primary-color);
}
.box-passenger-information table.table {
  border: 0;
  margin: 0;
  display: block;
}
.box-passenger-information table.table tbody {
  display: block;
}
.box-passenger-information table.table thead {
  display: none;
}
.box-passenger-information table.table tr {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-right: 72px;
  padding-left: 36px;
}
.box-passenger-information table.table tr label {
  display: block;
  margin-bottom: 3px;
}
.box-passenger-information table.table tr[style*=block] {
  display: flex !important;
}
.box-passenger-information table.table td {
  border: 0;
  padding: 0 8px var(--padding);
  flex-basis: 33.3%;
}
.box-passenger-information table.table td.passenger-index {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  color: var(--primary-color);
  padding: 0;
}
.box-passenger-information table.table td.passenger-index .index {
  line-height: 40px;
}
.box-passenger-information table.table td.passenger-services {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  padding: 0;
}
.box-passenger-information table.table td.passenger-full-name {
  padding-left: 0;
}
.box-passenger-information table.table td.passenger-birthday, .box-passenger-information table.table td.membership-card-number {
  flex: 1;
}
.box-passenger-information table.table td.passpord-number {
  padding-left: 0;
}
.box-passenger-information table.table.show-only-passport .passenger-full-name {
  flex: 1;
}
.box-passenger-information table.table.show-only-passport .passenger-birthday, .box-passenger-information table.table.show-only-passport .passpord-number, .box-passenger-information table.table.show-only-passport .passenger-title {
  flex-basis: 175px;
}
.box-passenger-information table.table.show-only-passport .passpord-number {
  padding-left: var(--padding);
}
.box-passenger-information table.table.show-only-passport .passenger-birthday {
  flex: unset;
}
@media (max-width: 768px) {
  .box-passenger-information .box-control {
    position: relative;
    display: block;
  }
  .box-passenger-information .box-control .group-btn {
    flex-wrap: wrap;
    margin-top: 8px;
    gap: unset;
  }
  .box-passenger-information .box-control .group-btn .btn {
    font-size: 0.95rem;
    width: 48%;
    margin: 0 1% 6px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .box-passenger-information .box-control .group-btn .btn .mdi {
    display: none;
  }
  .box-passenger-information .panel-body {
    padding-bottom: 0;
  }
  .box-passenger-information table.table tr {
    padding-right: 0;
    margin-bottom: 8px;
    padding-left: 0;
  }
  .box-passenger-information table.table tr td {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .box-passenger-information table.table tr td.passenger-services {
    display: flex;
    align-items: center;
    width: unset;
    top: 0;
  }
  .box-passenger-information table.table tr td.passenger-services label {
    margin: 0 8px 0 0;
  }
  .box-passenger-information table.table tr td.passenger-index {
    color: var(--primary-color);
    font-weight: bold;
    position: unset;
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }
  .box-passenger-information table.table tr td.passenger-index label {
    margin-bottom: 0;
  }
  .box-passenger-information table.table tr td.passenger-index .index {
    line-height: unset;
    margin-left: 4px;
  }
  .box-passenger-information table.table tr td.passport-issue-country, .box-passenger-information table.table tr td.passenger-full-name {
    flex-basis: 60%;
  }
  .box-passenger-information table.table tr td.passpord-number {
    flex-basis: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box-passenger-information table.table tr td.passenger-full-name .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-overflow: ellipsis;
  }
  .box-passenger-information table.table tr td.passport-expiration-date, .box-passenger-information table.table tr td.passenger-title {
    flex-basis: 40%;
  }
  .box-passenger-information table.table tr td.passport-expiration-date .form-control, .box-passenger-information table.table tr td.passenger-title .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 8px;
    border-left: 0;
    text-overflow: ellipsis;
  }
  .box-passenger-information table.table tr td.passport-issue-country .select2-container--default .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-overflow: ellipsis;
  }
  .box-passenger-information table.table tr td.passenger-birthday {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .box-passenger-information table.table.show-only-passport tr td {
    /*
    &amp;.passenger-birthday {
        padding-right: 6px;
    }

    &amp;.passpord-number {
        padding-left: 6px;
    }*/
  }
  .box-passenger-information table.table.show-membership-card-number tr td.passenger-birthday {
    flex-basis: 60%;
  }
  .box-passenger-information table.table.show-membership-card-number tr td.passenger-birthday .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-overflow: ellipsis;
  }
  .box-passenger-information table.table.show-membership-card-number tr td.membership-card-number {
    flex-basis: 40%;
  }
  .box-passenger-information table.table.show-membership-card-number tr td.membership-card-number .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 8px;
    border-left: 0;
    text-overflow: ellipsis;
  }
}

.box-price-information .wrap-scroll-responsive {
  overflow: unset;
}
.box-price-information .icon-heading {
  background-image: url(../images/icons/svg/icon-ctgv.svg);
}
.box-price-information label {
  margin-bottom: 0;
  font-weight: 600;
}
.box-price-information table.table {
  margin-bottom: var(--padding);
}
.box-price-information table.table th {
  white-space: nowrap;
}
.box-price-information table.table td input {
  text-align: right;
}
.box-price-information .summary-journey {
  margin-bottom: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-price-information .summary-journey img[id*=logo-airline] {
  margin-right: 12px;
}
.box-price-information .summary-journey img[id*=logo-airline] {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: none;
}
.box-price-information .summary-journey img[src] {
  display: block;
}
.box-price-information .summary-journey img[hidden=none] {
  display: none !important;
}
.box-price-information .summary-journey &gt; div.d-flex {
  flex: 0 0 100%;
  width: 100%;
  align-items: center;
}
.box-price-information .total-price, .box-price-information .price-flight {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 12px;
}
.box-price-information .price-flight {
  margin-bottom: var(--padding);
}
.box-price-information .total-price {
  text-transform: uppercase;
  color: var(--primary-color);
  /*margin-bottom: var(--padding);*/
}
.box-price-information .total-price #calculate-total {
  color: var(--primary-color) !important;
}
.box-price-information #panel-calculate-ticketing-price .panel-collapse .panel-body {
  text-align: right;
}
.box-price-information #calculate-total, .box-price-information .cal-total-view {
  width: 100px;
  border: 0;
  margin-left: 12px;
  font-family: var(--font-family);
  font-size: 1rem;
  color: var(--text-color);
  font-weight: 600;
  text-align: right;
  padding: 0;
}
.box-price-information .footable-toggle {
  padding: 6px;
  margin-right: 8px;
  margin-left: -10px;
}
.box-price-information .footable-first-column {
  padding-right: 0;
  white-space: nowrap;
}
.box-price-information .footable-first-column input {
  width: 36px !important;
  display: inline-block;
}
.box-price-information div[id*=baggage-info] .position-relative.d-flex,
.box-price-information .col-baggage-detail .position-relative.d-flex {
  display: flex;
  justify-content: end;
}
.box-price-information div[id*=baggage-info] input,
.box-price-information .col-baggage-detail input {
  max-width: 80px;
}
.box-price-information div[id*=baggage-info] .dropdown:hover .dropdown-menu,
.box-price-information .col-baggage-detail .dropdown:hover .dropdown-menu {
  display: block;
}
.box-price-information div[id*=baggage-info] .dropdown-menu,
.box-price-information .col-baggage-detail .dropdown-menu {
  padding: 8px;
  border: 0;
  border-radius: 10px;
  left: unset;
  right: 0;
  min-width: 160px;
}
.box-price-information div[id*=baggage-info] button[id*=-baggage],
.box-price-information .col-baggage-detail button[id*=-baggage] {
  border: 0;
  background: none;
  padding: 6px;
  width: 40px;
}
.box-price-information #btn-apply-voucher {
  min-height: unset;
  height: unset;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 12px;
}
.box-price-information #appliedVoucherInfo {
  color: red;
}
.box-price-information .voucher-discount-amount {
  margin-right: 12px;
  width: 100px;
  display: inline-block;
  margin-left: 12px;
}

.box-contact-infomation .icon-heading {
  background-image: url(../images/icons/svg/icon-ttlh.svg);
}
.box-contact-infomation .panel-body {
  padding-bottom: 8px;
}
.box-contact-infomation #table-contact-info {
  display: flex;
  flex-wrap: wrap;
}
.box-contact-infomation #table-contact-info li {
  width: 50%;
  flex: 0 0 auto;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: var(--padding);
}
.box-contact-infomation #table-contact-info li .form-control {
  margin-bottom: 0;
}
.box-contact-infomation #table-contact-info li:nth-of-type(2n-1) {
  padding-right: 15px;
}
.box-contact-infomation #table-contact-info li:nth-of-type(2n) {
  padding-left: 15px;
}
.box-contact-infomation #table-contact-info li.contact-send-by, .box-contact-infomation #table-contact-info li.contact-phone-mark, .box-contact-infomation #table-contact-info li.contact-notes {
  display: none;
}
.box-contact-infomation #table-contact-info li.contact-notes {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.box-contact-infomation #table-contact-info #book-phone, .box-contact-infomation #table-contact-info #book-email {
  background: #fff !important;
}
.box-contact-infomation #btn-book-enable {
  background: var(--bg-menu-gradient);
}
.box-contact-infomation #btn-book-enable:hover {
  background: var(--bg-menu-gradient-hover);
}
@media (max-width: 768px) {
  .box-contact-infomation #table-contact-info li {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box-contact-infomation #table-contact-info li label {
    margin-bottom: 2px;
  }
}

.box-book-result .icon-heading {
  background-image: url(../images/icons/svg/icon-v.svg);
}
.box-book-result .final-total-price-result {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 8px;
}
.box-book-result .final-total-price-result #txt-fare {
  color: var(--primary-color);
}

.ui-dialog[aria-labelledby=ui-dialog-title-panel-flight-details] {
  position: fixed !important;
  top: 30px !important;
  bottom: 30px !important;
}
.ui-dialog[aria-labelledby=ui-dialog-title-panel-flight-details] #panel-flight-details {
  height: inherit !important;
  overflow-y: auto;
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 0;
  right: 0;
}
.ui-dialog[aria-labelledby=ui-dialog-title-panel-flight-details] .ui-dialog-titlebar {
  z-index: 1;
  min-height: 64px;
}
@media (max-width: 768px) {
  .ui-dialog[aria-labelledby=ui-dialog-title-panel-flight-details] {
    left: 16px !important;
    right: 16px !important;
    top: 16px !important;
    bottom: 16px !important;
    width: inherit !important;
  }
}

#panel-flight-details {
  background: var(--background);
}
#panel-flight-details #flight-price-policy-title, #panel-flight-details .flight-info-route-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: var(--padding);
  display: flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}
#panel-flight-details .panel-price {
  margin-bottom: var(--padding);
  background: #fff;
  padding: var(--padding);
  border-radius: var(--border-radius-card);
}
#panel-flight-details .panel-price table th, #panel-flight-details .panel-price table td {
  text-align: right;
}
#panel-flight-details .panel-price table th:first-child, #panel-flight-details .panel-price table td:first-child {
  text-align: left;
}
#panel-flight-details .flight-info-route-title:nth-of-type(4) {
  margin-top: var(--padding);
}
#panel-flight-details .panel-price ~ .flight-info-route-title {
  padding: var(--padding);
  background: #fff;
  margin-bottom: 0;
  border-radius: var(--border-radius-card) var(--border-radius-card) 0 0;
  border-bottom: 1px solid var(--background);
}
#panel-flight-details .wrapper-box {
  border-radius: 0 0 var(--border-radius-card) var(--border-radius-card);
  padding: 0 var(--padding) var(--padding);
  background: #fff;
}
#panel-flight-details .total-flight-time {
  margin-left: auto;
  text-transform: none;
  font-size: 1rem;
  font-weight: normal;
}
#panel-flight-details table {
  border: 0;
  margin-bottom: 0;
  position: relative;
}
#panel-flight-details table th {
  background: var(--background);
  text-transform: capitalize;
  font-weight: 600;
  border: 0;
}
#panel-flight-details table th, #panel-flight-details table td {
  padding: 8px var(--padding);
  vertical-align: middle;
}
#panel-flight-details table td {
  border: 1px solid var(--table-border-color);
}
#panel-flight-details table td:first-child {
  border-left: 0;
}
#panel-flight-details table td:last-child {
  border-right: 0;
}
#panel-flight-details table tr:first-child td {
  border-top: 0;
}
#panel-flight-details table tr:last-child td {
  border-bottom: 0;
}
#panel-flight-details #flight-info-route td {
  text-align: left;
}
#panel-flight-details #flight-info-route td b {
  font-weight: 500;
}
#panel-flight-details #flight-info-route td:first-child {
  padding-left: 0;
}
#panel-flight-details #flight-info-route td:last-child {
  padding-right: 0;
}
#panel-flight-details #flight-info-route td.fir-col-logo {
  width: 100px;
  text-align: center;
}
#panel-flight-details #flight-info-route td.fir-col-logo img {
  height: 100%;
  object-fit: contain;
  max-width: 56px;
}
#panel-flight-details #flight-info-route td.flight-info-transit {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}
#panel-flight-details #flight-info-route td.flight-info-transit table td {
  border: 0 !important;
}
#panel-flight-details #flight-info-route td.flight-info-transit table td:nth-of-type(2) {
  text-align: right;
}
#panel-flight-details #panel-flight-price-policy {
  margin-top: var(--padding);
  border-radius: var(--border-radius-card);
  background: #fff;
  padding: var(--padding);
}
#panel-flight-details #panel-flight-price-policy table {
  margin-bottom: 24px;
  border: 0 !important;
}
#panel-flight-details #panel-flight-price-policy table td {
  border-color: var(--table-border-color) !important;
  padding: 8px var(--padding) !important;
}
#panel-flight-details #panel-flight-price-policy table td:first-child {
  font-weight: 600;
  padding-left: 0 !important;
}
#panel-flight-details #panel-flight-price-policy table td:last-child {
  padding-right: 0 !important;
}
#panel-flight-details #panel-flight-price-policy table tr:last-child td {
  border-bottom: 0;
}
#panel-flight-details #panel-flight-price-policy .fare-conditions-box &gt; h5.title {
  margin: var(--padding) 0;
  color: var(--primary-color);
  font-weight: bold;
}
#panel-flight-details #panel-flight-price-policy .fare-conditions-box table tr, #panel-flight-details #panel-flight-price-policy .fare-conditions-box table td {
  height: unset !important;
}
@media (max-width: 768px) {
  #panel-flight-details .panel-price table {
    display: block;
  }
  #panel-flight-details .panel-price table tbody {
    display: block;
  }
  #panel-flight-details .panel-price table tr {
    display: block !important;
  }
  #panel-flight-details .panel-price table tr:nth-of-type(1) {
    display: none !important;
  }
  #panel-flight-details .panel-price table tr:last-child td {
    border-bottom: 1px solid var(--table-border-color);
  }
  #panel-flight-details .panel-price table tr:last-child td:last-child {
    border-bottom: 0;
  }
  #panel-flight-details .panel-price table tr td {
    display: flex;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #panel-flight-details .panel-price table tr td:before {
    content: attr(data-label);
    flex: 3;
    text-align: left;
  }
  #panel-flight-details .panel-price table tr td span {
    flex: 4;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #panel-flight-details .panel-price table tr td span:last-child {
    border-left: 1px solid var(--table-border-color);
  }
  #panel-flight-details .flight-info-route-title {
    flex-wrap: wrap;
    gap: 2px;
  }
  #panel-flight-details .flight-info-route-title .total-flight-time, #panel-flight-details .flight-info-route-title .text {
    flex: 0 0 100%;
  }
  #panel-flight-details #flight-info-route {
    display: block;
  }
  #panel-flight-details #flight-info-route br {
    display: none;
  }
  #panel-flight-details #flight-info-route tbody {
    display: block;
  }
  #panel-flight-details #flight-info-route tr {
    display: block;
  }
  #panel-flight-details #flight-info-route tr td {
    padding: 0 !important;
    width: 100% !important;
    border: 0;
    border-bottom: 1px solid var(--table-border-color);
    display: block;
  }
  #panel-flight-details #flight-info-route tr td.fir-col1, #panel-flight-details #flight-info-route tr td.fir-col2, #panel-flight-details #flight-info-route tr td.fir-col3 {
    display: flex;
  }
  #panel-flight-details #flight-info-route tr td.fir-col1 &gt; span, #panel-flight-details #flight-info-route tr td.fir-col2 &gt; span, #panel-flight-details #flight-info-route tr td.fir-col3 &gt; span {
    flex: 0 0 50%;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
  }
  #panel-flight-details #flight-info-route tr td.fir-col1 &gt; span:first-child, #panel-flight-details #flight-info-route tr td.fir-col2 &gt; span:first-child, #panel-flight-details #flight-info-route tr td.fir-col3 &gt; span:first-child {
    padding-right: var(--padding);
  }
  #panel-flight-details #flight-info-route tr td.fir-col1 &gt; span:last-child, #panel-flight-details #flight-info-route tr td.fir-col2 &gt; span:last-child, #panel-flight-details #flight-info-route tr td.fir-col3 &gt; span:last-child {
    padding-left: var(--padding);
    border-left: 1px solid var(--table-border-color);
  }
  #panel-flight-details #flight-info-route tr td.fir-col1 {
    text-align: left;
  }
  #panel-flight-details #flight-info-route tr td.td-other &gt; span {
    display: flex;
  }
  #panel-flight-details #flight-info-route tr td.td-other &gt; span &gt; span {
    flex: 0 0 50%;
    padding-top: var(--padding);
    padding-bottom: var(--padding);
  }
  #panel-flight-details #flight-info-route tr td.td-other &gt; span &gt; span:first-child {
    padding-right: var(--padding);
  }
  #panel-flight-details #flight-info-route tr td.td-other &gt; span &gt; span:last-child {
    padding-left: var(--padding);
    border-left: 1px solid var(--table-border-color);
  }
  #panel-flight-details #flight-info-route tr td.td-other &gt; span:first-child {
    border-bottom: 1px solid var(--table-border-color);
  }
  #panel-flight-details #flight-info-route tr td.flight-info-transit {
    padding-top: 0;
    padding-bottom: 0;
  }
  #panel-flight-details #flight-info-route tr td.flight-info-transit table {
    padding: 8px 0;
    display: block;
  }
  #panel-flight-details #flight-info-route tr td.flight-info-transit table td {
    text-align: center !important;
    color: var(--primary-color);
  }
  #panel-flight-details #flight-info-route tr td.flight-info-transit table td:last-child {
    color: red;
  }
  #panel-flight-details #flight-info-route tr:last-child td.td-other {
    border-bottom: 0;
  }
  #panel-flight-details #panel-flight-price-policy table, #panel-flight-details #panel-flight-price-policy tbody, #panel-flight-details #panel-flight-price-policy tr, #panel-flight-details #panel-flight-price-policy th, #panel-flight-details #panel-flight-price-policy td {
    display: block;
  }
  #panel-flight-details #panel-flight-price-policy table tr {
    margin-bottom: 16px;
  }
  #panel-flight-details #panel-flight-price-policy table tr th, #panel-flight-details #panel-flight-price-policy table tr td {
    width: 100% !important;
    padding: 0 !important;
    border: 0;
  }
  #panel-flight-details #panel-flight-price-policy table tr th:first-child, #panel-flight-details #panel-flight-price-policy table tr td:first-child {
    margin-bottom: 4px;
  }
}

#panel-search-flight .loading {
  position: absolute;
  width: 28px;
  height: 28px;
  right: -4px;
  top: 0;
}

.list-flight-result .panel-heading {
  font-weight: bold;
  position: relative;
}
.list-flight-result .panel-heading .header-location, .list-flight-result .panel-heading .header-date {
  display: flex;
  align-items: center;
}
.list-flight-result .panel-heading .header-location {
  margin-right: 20px;
  margin-left: 8px;
}
.list-flight-result .panel-heading .wrap-action {
  position: absolute;
  top: 0;
  bottom: 0;
  right: var(--padding);
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, #fff, #fff);
}
.list-flight-result .panel-heading .wrap-action span[id*=capture-],
.list-flight-result .panel-heading .wrap-action span[id*=copy-] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-flight-result .panel-heading .wrap-action span[id*=capture-] img,
.list-flight-result .panel-heading .wrap-action span[id*=copy-] img {
  margin: 0 !important;
}
.list-flight-result .panel-heading .glyphicon-arrow-right, .list-flight-result .panel-heading .glyphicon-transfer {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  vertical-align: middle;
  font-size: 0.875rem;
  color: white;
  background: var(--primary-color);
}
.list-flight-result .panel-heading .glyphicon-calendar {
  margin-right: 8px;
  margin-bottom: 4px;
  color: var(--primary-color);
}
.list-flight-result .panel-heading .captureImage {
  margin-left: auto;
}
@media (max-width: 768px) {
  .list-flight-result .panel-heading {
    flex-wrap: wrap;
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .list-flight-result .panel-heading .wrap-action {
    padding-top: var(--padding);
  }
  .list-flight-result .panel-heading .title {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .list-flight-result .panel-heading .header-location {
    margin: 0;
    flex: 0 0 100%;
    padding-right: 40px;
  }
  .list-flight-result .panel-heading .header-date {
    display: none;
  }
  .list-flight-result .panel-heading .header-date.header-date-mb {
    display: block !important;
  }
  .list-flight-result .panel-heading .glyphicon-arrow-right, .list-flight-result .panel-heading .glyphicon-transfer {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    margin: 0 3px;
  }
  .list-flight-result .panel-heading .glyphicon-calendar {
    margin-right: 3px;
    margin-bottom: 6px;
  }
  .list-flight-result .panel-heading#header-galileo .header-date {
    display: block;
  }
  .list-flight-result .panel-heading#header-galileo .header-location {
    margin-top: 0;
    flex: 0 0 auto;
    padding-right: 8px;
  }
}
.list-flight-result .panel.panel-mobile .panel-heading .wrap-action {
  padding-right: 38px;
  align-items: start;
}
.list-flight-result .panel.panel-mobile .panel-heading .wrap-action .captureImage {
  width: 32px;
  height: 32px;
  padding: 0;
}
.list-flight-result .panel.panel-mobile .panel-heading .wrap-action .captureImage &gt; span {
  display: block;
}
.list-flight-result .panel.panel-mobile .panel-heading .wrap-action .captureImage img {
  margin: 0 auto !important;
  margin-top: 2px !important;
  width: 24px;
  height: 24px;
  object-fit: fill;
}
.list-flight-result .show-flight-price, .list-flight-result .hide-flight-price {
  transition: all 0.5s ease;
  position: absolute;
  top: 6px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.list-flight-result .show-flight-price {
  background: url(../images/plus.png) no-repeat center center;
}
.list-flight-result .hide-flight-price {
  background: url(../images/minus.png) no-repeat center center;
}
.list-flight-result .list-flight-price {
  position: relative;
  max-height: inherit;
  background: none !important;
}
.list-flight-result .list-flight-price .hide-flight-price {
  display: block;
}
.list-flight-result .list-flight-price .show-flight-price {
  display: none;
}
.list-flight-result .list-flight-price.over-price-list {
  max-height: 48px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.list-flight-result .list-flight-price.over-price-list:has(.original-price) {
  max-height: 52px;
}
.list-flight-result .list-flight-price.over-price-list .hide-flight-price {
  display: none;
}
.list-flight-result .list-flight-price.over-price-list .show-flight-price {
  display: block;
}
.list-flight-result .hide-full-list-price, .list-flight-result .show-full-seat-class {
  width: 28px;
  height: 28px;
  cursor: pointer;
  padding: 2px;
  position: absolute;
  background-color: transparent;
}
.list-flight-result .hide-full-list-price:focus, .list-flight-result .show-full-seat-class:focus {
  outline: none;
}
.list-flight-result .hide-full-list-price:active, .list-flight-result .show-full-seat-class:active {
  box-shadow: none;
}
.list-flight-result .show-full-seat-class {
  right: 38px;
  top: 4px;
}
.list-flight-result .hide-full-list-price {
  right: 38px;
  top: 4px;
}
.list-flight-result .full-list-price[style="display: none;"] ~ .hide-full-list-price,
.list-flight-result .full-list-price[style="display:none"] ~ .hide-full-list-price {
  display: none;
}
.list-flight-result .full-list-price {
  padding-right: 70px;
}
.list-flight-result .over-price-list {
  position: relative;
  padding-right: 80px;
}
.list-flight-result table {
  margin-bottom: 0;
  border-color: var(--input-border-color);
}
.list-flight-result .image-international-airline {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -12px;
}
.list-flight-result .image-international-airline img {
  object-fit: contain;
}
@media (max-width: 768px) {
  .list-flight-result .image-international-airline {
    margin-top: 0;
    top: 0px;
    right: 2px;
  }
  .list-flight-result .image-international-airline img {
    width: 16px !important;
    height: 16px !important;
  }
}
.list-flight-result table[id*=tbl-flights-] tr td {
  background-color: #fff;
}
.list-flight-result table[id*=tbl-flights-] tr:nth-of-type(2n) td {
  background-color: #fff;
}
.list-flight-result table[id*=tbl-flights-] tr:last-child &gt; td {
  border-bottom: 0;
}
.list-flight-result table[id*=tbl-flights-] tr.no-flights {
  display: none;
}
.list-flight-result table[id*=tbl-flights-] tr.no-flights td {
  padding: var(--padding) !important;
  text-align: center;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}
.list-flight-result table[id*=tbl-flights-] tr.no-flights td img {
  margin-bottom: var(--padding);
  max-height: 72px;
}
.list-flight-result table[id*=tbl-flights-] tr.highlight-row td {
  background: #fffef3 !important;
  border-bottom-color: var(--primary-color) !important;
  border-top-color: var(--primary-color) !important;
}
.list-flight-result table[id*=tbl-flights-] th {
  background: var(--table-background-thead);
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 600;
  padding: 8px;
  white-space: nowrap;
  text-transform: capitalize;
  border: 0;
  /*.arrow {
      width: 18px;
      height: 18px;
      margin-left: 4px !important;
      position: unset;
      background: url(../images/icons/svg/icon-arrow-down.svg) no-repeat center;
      display: inline-block;
      vertical-align: middle;

      img {
          display: none;
      }
  }

  &amp;.sorting-asc {
      .arrow {
          transform: rotate(0deg);
      }
  }

  &amp;.sorting-desc {
      .arrow {
          transform: rotate(180deg);
      }
  }*/
}
.list-flight-result table[id*=tbl-flights-] th:first-child {
  border-left: 0;
}
.list-flight-result table[id*=tbl-flights-] th:last-child {
  border-right: 0;
}
.list-flight-result table[id*=tbl-flights-] th .arrow {
  margin-left: 4px;
  vertical-align: middle;
}
.list-flight-result table[id*=tbl-flights-] th .arrow .mdi {
  font-size: 24px;
  line-height: 20px;
}
.list-flight-result table[id*=tbl-flights-] td {
  border-color: var(--input-border-color);
  border-width: 1px;
  border-top: 0;
  padding: 4px 8px;
  font-size: 13px;
  vertical-align: middle;
}
.list-flight-result table[id*=tbl-flights-] td:first-child {
  border-left: 0;
}
.list-flight-result table[id*=tbl-flights-] td:last-child {
  border-right: 0;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo {
  border-right: 0;
  position: relative;
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  padding-right: 0;
  text-align: center;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo img {
  width: 36px;
  height: 36px;
  margin: 0;
  object-fit: contain;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .list-logo-airlines {
  gap: 6px;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .list-logo-airlines:has(.count-logo-2) img, .list-flight-result table[id*=tbl-flights-] .flight-logo .list-logo-airlines:has(.count-logo-3) img {
  width: 28px;
  height: 28px;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo span[class*=count-logo] {
  display: none;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .icon-transit {
  position: absolute;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .icon-transit-return {
  top: 50%;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .transit-1, .list-flight-result table[id*=tbl-flights-] .flight-logo .transit-2 {
  border-bottom: 6px solid #d50000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  width: 12px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -4px;
  transform: rotate(-45deg);
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .transit-2:after {
  content: "";
  border-bottom: 2px solid #d50000;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  height: 0;
  width: 18px;
  display: inline-block;
  top: 7px;
  left: -9px;
  position: absolute;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .icon-transit-return {
  top: 50%;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .tooltip {
  position: fixed;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .icon-transit ~ .tooltip .tooltip-inner {
  min-width: 90px;
  max-width: 90px;
  white-space: nowrap;
  min-height: 25px;
}
.list-flight-result table[id*=tbl-flights-] .flight-logo .tooltip-inner {
  max-width: 90px;
  white-space: pre-wrap;
  z-index: 9999;
}
.list-flight-result table[id*=tbl-flights-] .flight-code {
  border-left: 0;
  max-width: 116px;
}
.list-flight-result table[id*=tbl-flights-] .flight-code-mobile .flight-no, .list-flight-result table[id*=tbl-flights-] .flight-code .flight-no {
  display: block;
  line-height: 16px;
  width: 100%;
  white-space: unset;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-flight-result table[id*=tbl-flights-] .flight-code-mobile .flight-type, .list-flight-result table[id*=tbl-flights-] .flight-code .flight-type {
  font-size: 0.875rem;
  color: var(--text-note-color);
}
.list-flight-result table[id*=tbl-flights-] .flight-duration {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
}
.list-flight-result table[id*=tbl-flights-] .flight-time {
  min-width: 105px;
  font-weight: bold;
  text-align: center;
}
.list-flight-result table[id*=tbl-flights-] .flight-time .transit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.785rem;
  font-weight: normal;
}
.list-flight-result table[id*=tbl-flights-] .flight-time .transit svg {
  width: 14px;
  height: auto;
}
.list-flight-result table[id*=tbl-flights-] .flight-time .transit svg path {
  stroke: var(--primary-color);
}
.list-flight-result table[id*=tbl-flights-] .flight-time .transit span:after {
  content: ",";
}
.list-flight-result table[id*=tbl-flights-] .flight-time .transit span:last-child:after {
  content: "";
}
.list-flight-result table[id*=tbl-flights-] .flight-price {
  padding-left: 4px !important;
  position: relative;
}
.list-flight-result table[id*=tbl-flights-] .flight-price .original-price {
  font-size: 9px;
  color: #ff0000;
  background: url(../images/icon-promotion.svg) no-repeat left center;
  background-size: 10px;
  padding-left: 16px;
  display: block;
  line-height: 14px;
}
.list-flight-result table[id*=tbl-flights-] .flight-price label {
  padding: 3px 16px;
  padding-right: 10px;
  font-size: 1rem;
  color: var(--text-color);
  min-width: 130px;
  margin: 0px 3px;
  border: 1px solid transparent;
  position: relative;
  padding-left: 28px;
  border-radius: 24px;
  line-height: 20px;
  color: #095686;
  font-weight: bold;
  vertical-align: middle;
}
.list-flight-result table[id*=tbl-flights-] .flight-price label:has(.original-price) {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 18px;
}
.list-flight-result table[id*=tbl-flights-] .flight-price label input[type=radio] {
  position: absolute;
  top: 50%;
  margin: 0;
  left: 8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.list-flight-result table[id*=tbl-flights-] .flight-price label a {
  font-size: 0.85rem;
  color: var(--text-color);
  font-weight: normal;
  display: block;
  line-height: 16px;
}
.list-flight-result table[id*=tbl-flights-] .flight-price label a:hover {
  color: var(--primary-color);
}
.list-flight-result table[id*=tbl-flights-] .flight-price label.lowest-inventory {
  background-color: transparent;
}
.list-flight-result table[id*=tbl-flights-] .flight-price label.choose-price {
  background-color: #fffaf6;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.list-flight-result table[id*=tbl-flights-] .flight-price label.choose-price a {
  color: var(--primary-color);
}
.list-flight-result table[id*=tbl-flights-] .show-full-seat-class, .list-flight-result table[id*=tbl-flights-] .hide-full-list-price {
  display: none !important;
}
@media (max-width: 768px) {
  .list-flight-result table[id*=tbl-flights-] {
    border-collapse: separate;
  }
  .list-flight-result table[id*=tbl-flights-] th {
    font-size: 0.9125rem;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .list-flight-result table[id*=tbl-flights-] td {
    padding: 3px 6px;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-code {
    display: none;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-code-mobile {
    display: block !important;
    /*.flight-type{
        position: absolute;
        top: 0px;
        right: 0;
        background: rgb(255 243 233 / 80%);
        padding: 2px 4px;
        font-size: 10px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
        line-height: initial;
        display: none;
    }*/
  }
  .list-flight-result table[id*=tbl-flights-] .flight-code-mobile .flight-no {
    font-weight: 500;
    display: block;
    width: 100%;
    white-space: unset;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    margin-top: 1px;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-logo, .list-flight-result table[id*=tbl-flights-] .flight-time {
    position: sticky;
    z-index: 1;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-logo {
    text-align: center;
    left: 0;
    width: 86px;
    max-width: 86px;
    min-width: 86px;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-logo img {
    width: 34px;
    height: 34px;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-logo:has(.count-logo-2) img {
    width: 32px;
    height: 32px;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-time {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    left: 86px;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-time .flight-type {
    display: none !important;
    font-size: 0.875rem;
    font-weight: normal;
    margin-top: 1px;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-price {
    border-left: 0;
  }
  .list-flight-result table[id*=tbl-flights-] .flight-price label {
    padding: 0 6px;
    padding-left: 28px;
    margin-left: 0;
    min-width: unset;
  }
  .list-flight-result table[id*=tbl-flights-]:has(.stopinfo-1) .flight-logo {
    width: 92px;
    min-width: 92px;
    max-width: 92px;
  }
  .list-flight-result table[id*=tbl-flights-]:has(.stopinfo-1) .flight-time {
    left: 92px;
  }
}
.list-flight-result table#tbl-flights-galileo td.flight-code, .list-flight-result table#tbl-flights-galileo td.flight-logo, .list-flight-result table#tbl-flights-galileo td.flight-time {
  padding-left: 0;
  padding-right: 0;
}
.list-flight-result table#tbl-flights-galileo td .hr-flight {
  margin-bottom: 3px;
  margin-top: 3px;
}
.list-flight-result div[id*=date-table] table {
  border-bottom: 0;
}
.list-flight-result div[id*=date-table] td {
  border: 0;
  text-align: center;
  background: #fff;
  padding-left: 3px;
  padding-right: 3px;
}
.list-flight-result div[id*=date-table] td.date-search-flight-current {
  background: var(--primary-color);
  color: white;
  font-weight: 600;
}
.list-flight-result div[id*=date-table] td span.text {
  padding-right: 6px;
}
@media (max-width: 768px) {
  .list-flight-result .filter-airlines {
    display: block;
  }
  .list-flight-result .filter-airlines .table-responsive {
    border: 0;
    margin-bottom: 0;
    font-size: 11px;
  }
  .list-flight-result .filter-airlines .table-responsive table td span.text {
    padding-right: 0;
    display: block;
  }
  .list-flight-result .filter-airlines .table-responsive table td span.value {
    display: block;
  }
}

.form-load-passengers {
  display: flex;
  align-items: end;
  margin-top: var(--padding);
}
.form-load-passengers .form-inline {
  margin-right: var(--padding);
  flex: 1;
  display: flex;
  gap: var(--padding);
}
.form-load-passengers .form-inline label {
  display: block;
  font-weight: 600;
}
.form-load-passengers .form-inline .lb-form {
  display: block;
}
.form-load-passengers .form-inline .form-group:last-child {
  flex: 1;
}
.form-load-passengers .form-inline .form-control {
  width: 100%;
}
@media (max-width: 768px) {
  .form-load-passengers {
    display: block;
  }
  .form-load-passengers .form-inline {
    margin-right: 0;
  }
  .form-load-passengers #load-passengers {
    display: block;
    margin: 0 auto;
  }
}

.panel-promotion-news-slider .flexslider {
  border: 0;
  background: none;
}
.panel-promotion-news-slider .flex-viewport {
  padding: 4px;
}
.panel-promotion-news-slider .flex-direction-nav a:focus {
  outline: none;
}
.panel-promotion-news-slider ul#promotion-news-slider {
  display: flex;
  align-items: stretch;
}
.panel-promotion-news-slider ul#promotion-news-slider li {
  min-height: 100%;
}
.panel-promotion-news-slider ul#promotion-news-slider li a {
  display: block;
  background: #fff;
  padding: var(--padding);
  border-radius: var(--border-radius-card);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  height: 100%;
  color: var(--text-color);
}
.panel-promotion-news-slider ul#promotion-news-slider li img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--border-radius-card);
  margin-bottom: 12px;
  display: block;
}
.panel-promotion-news-slider ul#promotion-news-slider li .news-title {
  font-weight: normal;
  line-height: 20px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: revert;
  color: var(--text-color);
  font-size: 1rem;
}
.panel-promotion-news-slider ul#promotion-news-slider li .news-title:hover {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .panel-promotion-news-slider .flex-direction-nav {
    display: none;
  }
  .panel-promotion-news-slider ul#promotion-news-slider li a {
    padding: 8px;
    border-radius: var(--border-radius-input);
  }
  .panel-promotion-news-slider ul#promotion-news-slider li img {
    border-radius: var(--border-radius-input);
    margin-bottom: 8px;
  }
}

.panel-search-train #search-flight .col-md-4.box-form-control {
  height: 72px;
  width: 50%;
  padding-right: 20px;
  padding-left: 0;
}
.panel-search-train #search-flight .col-md-4.box-form-control #btn-search {
  width: 50%;
  height: 55px;
  margin-left: unset;
}
.panel-search-train #search-flight .col-location.search-departure-city:before {
  background-image: url(../images/icons/svg/icon-train-tu.svg);
}
.panel-search-train #search-flight .col-location.search-arrival-city:before {
  background-image: url(../images/icons/svg/icon-train-den.svg);
}
.panel-search-train table[id*=tbl-flights-] tr td.flight-price .list-flight-price {
  padding-left: 32px;
}
.panel-search-train table[id*=tbl-flights-] tr td.flight-price label {
  padding-left: 12px;
}
.panel-search-train table[id*=tbl-flights-] tr td.flight-price label.lowest-inventory {
  min-width: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  margin-top: -20px;
  width: 36px !important;
  height: 36px;
  border: 0;
  padding: 0;
}
.panel-search-train table[id*=tbl-flights-] tr td.flight-price label.lowest-inventory input[type=radio] {
  margin-right: 0;
}
.panel-search-train .fare-rule-announcement-detail {
  margin-top: 20px;
}

#note-vna-price-calculation {
  color: var(--text-color);
  border: 1px solid var(--input-border-color);
  padding: 12px 12px;
  border-radius: var(--border-radius-card);
  text-align: center;
  background: #f8f9fc;
  margin-top: var(--padding);
  margin-bottom: var(--padding);
  margin-left: auto;
  display: none;
  max-width: 520px;
}

#label-ticketing-now .lbl-checkbox {
  display: block;
  text-align: left;
  padding-left: 36px;
}

#modalMakeReservation .modal-dialog {
  min-height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#modalMakeReservation .modal-dialog .modal-content {
  flex: 1;
}
#modalMakeReservation .modal-dialog .modal-content .modal-footer {
  padding-bottom: 20px;
}
#modalMakeReservation #label-ticketing-now {
  margin-bottom: var(--padding);
}

.group-checkbox &gt; * {
  margin-bottom: var(--padding);
}

#panel-ticket-face-advance-param .row.form-group {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #panel-ticket-face-advance-param .row.form-group {
    display: block;
    margin-bottom: 10px;
  }
}

#send-mail-ticket-face-modal .btn-advance-param {
  border: 0;
  background: none;
  padding: 4px 0;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: var(--padding);
}
#send-mail-ticket-face-modal .btn-advance-param .txt-show {
  display: block;
}
#send-mail-ticket-face-modal .btn-advance-param .txt-hide {
  display: none;
}
#send-mail-ticket-face-modal .btn-advance-param[aria-expanded=true] .txt-show {
  display: none;
}
#send-mail-ticket-face-modal .btn-advance-param[aria-expanded=true] .txt-hide {
  display: block !important;
}
#send-mail-ticket-face-modal .modal-content {
  background: var(--background);
}
#send-mail-ticket-face-modal .modal-content .modal-header {
  background: #fff;
  border-radius: var(--border-radius-card) var(--border-radius-card) 0 0;
}
#send-mail-ticket-face-modal .panel-body {
  padding: var(--padding);
}
#send-mail-ticket-face-modal .panel-body + .panel-body {
  padding-top: 0;
}
#send-mail-ticket-face-modal #panel-ticket-face-advance-param {
  border-radius: var(--border-radius-card);
  background: #fff;
  padding: var(--padding);
}
#send-mail-ticket-face-modal .box-footer {
  background: #fff;
  padding: var(--padding);
}
#send-mail-ticket-face-modal .modal-footer {
  background: #fff;
  border-radius: 0 0 var(--border-radius-card) var(--border-radius-card);
}
#send-mail-ticket-face-modal .wrap-scroll-responsive {
  border-radius: var(--border-radius-card);
  background: #fff;
}
#send-mail-ticket-face-modal .panel-tab {
  margin-bottom: var(--padding);
}
@media (max-width: 768px) {
  #send-mail-ticket-face-modal .modal-dialog {
    margin: 0;
  }
  #send-mail-ticket-face-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
  }
  #send-mail-ticket-face-modal .modal-dialog .modal-header, #send-mail-ticket-face-modal .modal-dialog .modal-footer {
    border-radius: 0;
  }
}

body.loading-done .no-flights {
  display: table-row !important;
}

#modalSelectAirlines {
  /* &amp;.modal-slide-up {
      .modal-dialog {
          transform: translateY(100%);
          transition: transform 0.3s ease-out;
          margin: 0;
          border: 0;
          padding: 0;
          height: calc(var(--vh, 1vh) * 100);
          overflow: hidden;
          border-radius: 0;

          .modal-header {
              height: 54px;
          }

          .modal-footer {
              height: 56px;
          }

          .modal-content {
              width: 100%;
              border-bottom-left-radius: 0;
              border-bottom-right-radius: 0;
              border: 0;
              height: auto;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;

              .modal-footer, .modal-header, .modal-body {
                  padding-left: 20px;
                  padding-right: 20px;
              }

              .modal-body {
                  overflow: auto;
                  max-height: calc((var(--vh, 1vh) * 100) - 54px - 56px - 100px);
              }
          }
      }

      .modal-backdrop {
          opacity: 0;
          transition: opacity 0.3s ease-in-out;
      }

      &amp;.in {
          .modal-dialog {
              transform: translateY(0);
          }

          .modal-backdrop {
              opacity: 0.5;
          }
      }
  }*/
}
#modalSelectAirlines .modal-dialog {
  max-width: 480px;
  margin: 0 auto;
  box-shadow: none;
  height: 100%;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#modalSelectAirlines .modal-dialog .modal-footer, #modalSelectAirlines .modal-dialog .modal-header {
  height: 52px;
}
#modalSelectAirlines .modal-dialog .modal-header .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
}
#modalSelectAirlines .modal-dialog .modal-body {
  max-height: calc(100% - 104px);
  overflow-y: auto;
}
#modalSelectAirlines .modal-dialog .modal-content {
  max-height: 100%;
}
#modalSelectAirlines .modal-dialog .modal-content .modal-body label {
  background: none;
  padding: 0;
  margin: 0 0 var(--padding);
  display: inline-flex;
  align-items: center;
  padding-left: 36px !important;
  height: 32px;
  line-height: 32px;
  color: var(--text-color);
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  font-size: 1rem;
}
#modalSelectAirlines .modal-dialog .modal-content .modal-body label img {
  width: 24px !important;
  height: 24px !important;
  max-height: unset;
  object-fit: contain;
  margin-right: var(--padding);
}
#modalSelectAirlines .modal-dialog .modal-content .modal-body label input {
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0.0009;
}
#modalSelectAirlines .modal-dialog .modal-content .modal-body label:after {
  content: "";
  height: 20px;
  width: 20px;
  border: 0;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 5px;
  border: 2px solid var(--input-border-color);
  font: normal normal normal 24px/1 "Material Design Icons";
  color: var(--primary-color);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#modalSelectAirlines .modal-dialog .modal-content .modal-body label:has(input:checked):after {
  border-color: var(--primary-color);
  content: "\f0e1e";
}
#modalSelectAirlines .modal-dialog .modal-content .btn-primary {
  width: 100%;
}
</pre></body></html>