@charset "UTF-8";
#flightSearchForm {
  position: relative;
  background: none;
}
#flightSearchForm .tickettype {
  margin-bottom: 15px;
}
#flightSearchForm .tickettype label {
  width: 120px;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 30px;
  background: none;
  display: block;
  float: left;
  position: relative;
  font-size: 0;
  font-weight: bold;
}
#flightSearchForm .tickettype label input {
  display: none;
}
#flightSearchForm .tickettype label span.custom.radio {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: white;
  font-size: 14px;
  color: #6e6e6e;
  margin: 0;
  padding-left: 40px;
  cursor: pointer;
}
#flightSearchForm .tickettype label span.custom.radio:before {
  width: 18px;
  height: 14px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 10px;
  background: url(../images/ic/icon-circle.svg) no-repeat center center;
  background-size: 14px;
}
#flightSearchForm .tickettype label span.custom.radio.checked {
  background: #fff;
  color: var(--highlight-color);
}
#flightSearchForm .tickettype label span.custom.radio.checked:before {
  background: url(../images/ic/icon-check-ticket-type.svg) no-repeat center center;
  background-size: 14px;
}
#flightSearchForm .tickettype label[for=radioOneWay] span.custom.radio {
  border-radius: 8px 0 0 8px;
}
#flightSearchForm .tickettype label[for=radioOneWay] span.custom.radio:after {
  content: "Một chiều";
  width: 80px;
}
#flightSearchForm .tickettype label[for=radioRoundTrip] {
  width: 125px;
}
#flightSearchForm .tickettype label[for=radioRoundTrip] span.custom.radio {
  border-radius: 0 8px 8px 0;
}
#flightSearchForm .tickettype label[for=radioRoundTrip] span.custom.radio:after {
  content: "Khứ hồi";
  width: 80px;
}
#flightSearchForm .tickettype label:has(.checked) span.custom.radio.checked {
  background: var(--highlight-color);
  color: white;
}
#flightSearchForm .inout .location-lbl,
#flightSearchForm .inout .time-lbl,
#flightSearchForm .passenger label strong {
  display: block;
  visibility: visible;
  color: #cdcdcd;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 12px;
}
#flightSearchForm .inout .time-lbl, #flightSearchForm .inout .location-lbl {
  display: flex;
  align-items: center;
}
#flightSearchForm .inout .time-lbl img, #flightSearchForm .inout .location-lbl img {
  display: inline-block !important;
  margin-right: 8px;
}
#flightSearchForm .inout .location-list {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#flightSearchForm .inout .location-list,
#flightSearchForm .inout .time,
#flightSearchForm .custom.dropdown.small {
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff url(../images/ic/icon-dropdown.svg) no-repeat right 10px center;
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 10px;
  box-shadow: none;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 8px;
}
#flightSearchForm .inout .location-lbl[for=DepartureCity-Holder] {
  background: url(../images/svg/ic-kh-white.svg) no-repeat left center;
  padding-left: 27px;
}
#flightSearchForm .inout .location-lbl[for=ArrivalCity-Holder] {
  background: url(../images/svg/ic-hc-white.svg) no-repeat left center;
  padding-left: 27px;
}
#flightSearchForm .inout .time-lbl {
  background: url(../images/svg/ic-cld-white.svg) no-repeat left center;
  padding-left: 27px;
  background-size: 16px;
}
#flightSearchForm #fsd-source,
#flightSearchForm #fsd-arrival,
#flightSearchForm #fsd-departure-date,
#flightSearchForm #fsd-return-date {
  float: left;
  padding-right: 55px;
}
#flightSearchForm #fsd-source,
#flightSearchForm #fsd-arrival {
  width: 40%;
  padding-left: 43px;
}
#flightSearchForm #fsd-arrival {
  clear: left;
}
#flightSearchForm #fsd-departure-date,
#flightSearchForm #fsd-return-date {
  width: 30%;
  position: initial;
  top: initial;
  right: initial;
}
#flightSearchForm .btn-switch {
  position: absolute;
  font-size: 0;
  width: 43px;
  height: 75px;
  border: 0;
  left: 1px;
  top: 92px;
  padding: 0;
  background: url(../images/ic/ic-convert.svg) no-repeat left center;
}
#flightSearchForm .btn-switch:focus {
  outline: none;
}
#flightSearchForm .passenger {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 0;
  width: 30%;
  top: 62px;
}
#flightSearchForm .passenger > label {
  display: block;
  width: 33.3%;
  float: left;
  position: relative;
  padding-top: 23px;
}
#flightSearchForm .passenger > label strong {
  position: absolute;
  top: 3px;
  height: 20px;
  margin-bottom: 0;
  font-size: 12px;
}
#flightSearchForm .passenger > label .selector {
  display: none;
}
#flightSearchForm .passenger > label .current {
  line-height: 36px;
  margin: 0;
  width: 100%;
}
#flightSearchForm .passenger > label > a {
  position: absolute;
  top: 0;
  left: 20px;
  font-weight: normal;
  color: #cdcdcd;
}
#flightSearchForm .passenger > label > a span {
  font-size: 12px;
  font-style: normal;
}
#flightSearchForm .passenger > label > a:focus {
  outline: none !important;
  border: 0;
  box-shadow: none !important;
  outline-offset: inherit;
}
#flightSearchForm .passenger > label:nth-of-type(1) {
  padding-right: 16px;
  width: 33.4%;
}
#flightSearchForm .passenger > label:nth-of-type(1) strong {
  left: 0;
}
#flightSearchForm .passenger > label:nth-of-type(1) > a {
  left: 62px;
}
#flightSearchForm .passenger > label:nth-of-type(2) {
  padding-left: 8px;
  padding-right: 8px;
}
#flightSearchForm .passenger > label:nth-of-type(2) strong {
  left: 8px;
}
#flightSearchForm .passenger > label:nth-of-type(2) > a {
  left: 52px;
}
#flightSearchForm .passenger > label:nth-of-type(3) {
  padding-left: 16px;
}
#flightSearchForm .passenger > label:nth-of-type(3) strong {
  left: 16px;
}
#flightSearchForm .passenger > label:nth-of-type(3) > a {
  left: 64px;
}
#flightSearchForm .passenger .custom.dropdown.small {
  margin: 0;
  max-width: inherit;
  padding-right: 0;
}
#flightSearchForm .passenger .custom.dropdown.small ul {
  right: -2px;
  border-color: #00adef;
  border-radius: 8px;
  top: 40px;
}
#flightSearchForm .passenger .custom.dropdown.small ul li {
  padding: 5px 10px;
  font-size: 14px;
}
#flightSearchForm #submit-search {
  clear: left;
}
#flightSearchForm #submit-search span.textButtonSearchFlight {
  display: none;
}
#flightSearchForm #submit-search #btnSearchFlight {
  float: right;
  padding: 15px 60px 15px 25px;
  background: var(--highlight-color) url(../images/ic/icon-send-mail.svg) no-repeat right 25px center;
  font-size: 22px;
  color: #fff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -125px;
  box-shadow: 0 3px 8px #000;
}
#flightSearchForm #submit-search #btnSearchFlight:hover {
  background-color: var(--primary-color);
}