@charset "UTF-8";
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Ẩn mũi tên trên trình duyệt Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Ẩn mũi tên trên trình duyệt Edge */
input[type=number] {
  /* Edge hỗ trợ theo cách của Chrome */
  -ms-appearance: none;
}

.tabBookingWrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 4px;
}

.tabBooking {
  flex: 1;
  background: #fff;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
}
.tabBooking.active {
  background: #5F3781;
  color: #fff;
}
.tabBooking.active svg path {
  fill: #fff;
}
.tabBooking:hover {
  background: #CE992B;
  color: #fff;
}
.tabBooking:hover svg path {
  fill: #fff;
}
.tabBooking span {
  display: block;
  line-height: 2;
}

.formBooking {
  min-height: 240px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  position: relative;
}

.note {
  font-size: 11px;
  opacity: 0.6;
  z-index: 10;
  line-height: 1.2;
  position: absolute;
  top: 8px;
  left: 0;
}

.fromTo {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
.fromTo .note {
  position: absolute;
  top: 8px;
  left: 30px;
}

.formOther {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  gap: 20px;
}
.formOther .item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 0 10px;
  height: 50px;
}
.formOther .itemCalendar {
  position: relative;
}
.formOther .itemCalendar::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(/static/images/home/calendar-icon.svg) no-repeat center/cover;
}
.formOther .cusInput {
  position: relative;
  line-height: 1;
  z-index: 10;
  background: transparent;
  padding: 20px 0 8px 0;
}

.formFlight .itemCalendar {
  position: relative;
}
.formFlight .itemCalendar::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(/static/images/home/calendar-icon.svg) no-repeat center/cover;
}

.itemCalendar {
  position: relative;
}
.itemCalendar::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(/static/images/home/calendar-icon.svg) no-repeat center/cover;
}

.formSearchFlight .copy {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.formSearchFlight .contain {
  position: relative;
}
.formSearchFlight .iconFly {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5F3781;
}
.formSearchFlight .iconFly svg {
  width: 16px;
}
.formSearchFlight .iconFly svg path {
  fill: #5F3781;
  opacity: 1;
}

.containerRadioOption {
  color: #69656a;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}
.containerRadioOption:hover {
  color: #CE992B;
}
.containerRadioOption:hover .checkmark {
  background: #CE992B;
}
.containerRadioOption input:checked {
  color: #CE992B;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.select2-container {
  min-width: 100%;
  display: block;
  z-index: 9999;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #5F3781;
  border-radius: 8px;
}

.listSelect .select2-container--default .select2-selection--single {
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #5F3781;
  line-height: 2;
  padding-top: 12px;
  padding-left: 30px;
  padding-bottom: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
  height: 100%;
  right: 10px;
}

.select2-search__field {
  border-radius: 8px;
  padding: 10px 20px;
}

.select2-results__group {
  background: #CE992B;
  text-transform: uppercase;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #5F3781;
}

#selectFromStatus .select2-container--default .select2-selection--single,
#selectfromFlight .select2-container--default .select2-selection--single,
#selectFromSearch .select2-container--default .select2-selection--single {
  border-radius: 8px 0 0 8px;
  outline: none !important;
}
#selectFromStatus .note,
#selectfromFlight .note,
#selectFromSearch .note {
  left: 20px;
}
#selectFromStatus .select2-container--default .select2-selection--single .select2-selection__rendered,
#selectfromFlight .select2-container--default .select2-selection--single .select2-selection__rendered,
#selectFromSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
#selectFromStatus .select2-container--default .select2-selection--single .select2-selection__arrow,
#selectfromFlight .select2-container--default .select2-selection--single .select2-selection__arrow,
#selectFromSearch .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}

#selectToStatus,
#selectToFlight,
#selectToSearch {
  margin-left: -1px;
}
#selectToStatus .select2-container--default .select2-selection--single,
#selectToFlight .select2-container--default .select2-selection--single,
#selectToSearch .select2-container--default .select2-selection--single {
  border-radius: 0 8px 8px 0;
}

.select2-dropdown.select2-dropdown--below {
  border-radius: 8px 8px 0 0;
  border: 1px solid #5F3781;
}

.select2-search.select2-search--dropdown {
  padding: 10px;
}

.shadow {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.formContainer {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.formContainer #selectFromStatus .select2-container--default .select2-selection--single,
.formContainer #selectfromFlight .select2-container--default .select2-selection--single,
.formContainer #selectFromSearch .select2-container--default .select2-selection--single {
  border-radius: 8px;
}
.formContainer #selectFromStatus .select2-container--default .select2-selection--single .select2-selection__rendered, .formContainer #selectFromSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  font-size: 14px;
}
.formContainer .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
}
.formContainer #selectToStatus .select2-container--default .select2-selection--single,
.formContainer #selectToFlight .select2-container--default .select2-selection--single,
.formContainer #selectToSearch .select2-container--default .select2-selection--single {
  border-radius: 8px;
}

.cusInput {
  padding: 0 0 8px 0;
  border: none;
  font-family: Geologica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.cusInput::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.cusInput.active, .cusInput:hover {
  color: #5F3781;
}

.Btn {
  border-radius: 8px;
  line-height: 50px;
  padding: 0 25px;
  background: #CE992B;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.Btn:hover {
  background: #5F3781;
}
.Btn.round {
  border-radius: 25px;
}
.Btn.purple {
  background: #5F3781;
  padding: 0 30px;
}
.Btn.purple:hover {
  background: #CE992B;
}

.BtnReset {
  border-radius: 8px;
  line-height: 50px;
  padding: 0 25px;
  background: #69656a;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.BtnReset:hover {
  background: #5F3781;
}
.BtnReset.round {
  border-radius: 25px;
}
.BtnReset.purple {
  background: #5F3781;
  padding: 0 30px;
}
.BtnReset.purple:hover {
  background: #CE992B;
}

.breadcrumb {
  text-transform: capitalize;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

#routes-schedules-page .formContainer {
  box-shadow: none;
}

#routes-schedules-page .formContainer .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#return-date {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 10px;
}
#return-date .note {
  left: 20px;
}

#page-charter .optionsSelect {
  left: 0;
  width: calc(100% + 10px);
}

.itemPassengers {
  width: 100%;
  background: url(/static/images/home/temp-icon.svg) no-repeat;
  background-position: right center;
  background-size: 8px;
}

.totalPassengers {
  line-height: 1;
  color: #5F3781;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 0 8px 10px;
  cursor: pointer;
}
.totalPassengers.form {
  padding: 19px 20px;
  color: #828282;
  font-weight: 300;
  font-size: 14px;
}

.optionsSelect {
  position: absolute;
  top: calc(100% - 1px);
  width: calc(100% + 20px);
  left: -10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 99;
  border-radius: 8px;
}

.detailOptionSelect {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-around;
  padding: 5px 0;
}
.detailOptionSelect p {
  font-size: 14px;
  line-height: 1.2;
  width: 30%;
  font-weight: 500;
}
.detailOptionSelect p span {
  font-weight: 400;
  opacity: 0.6;
  display: block;
}
.detailOptionSelect .inputWrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detailOptionSelect .inputWrap span {
  width: 25px;
  height: 25px;
  background: #CE992B;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.detailOptionSelect .inputWrap span:hover {
  background: #5F3781;
}
.detailOptionSelect .inputWrap span.disable {
  opacity: 0.2;
  cursor: none;
  background: #333;
}
.detailOptionSelect input {
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  border-radius: 6px;
  text-align: center;
  width: 50px;
  background: rgba(51, 51, 51, 0.1);
}
.detailOptionSelect input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.detailOptionSelect input:focus {
  border-color: #CE992B;
}
.formBaggage {
  padding: 25px 20%;
}

.formBooking {
  display: none;
}
.formBooking .formOther .cusInput {
  padding-left: 10px;
}
.formBooking .fromTo .note {
  left: 30px;
}
.formBooking .note {
  left: 10px;
}
.formBooking .note span {
  color: rgb(229, 3, 3);
}
.formBooking .contain {
  display: flex;
  gap: 20px;
}
.formBooking .item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 0 10px;
  height: 50px;
  position: relative;
}
.formBooking .text {
  font-size: 14px;
  opacity: 0.7;
  padding: 0 40% 20px 0;
}
.formBooking .cusInput {
  font-size: 16px;
  line-height: 1;
  padding-top: 20px;
  background: transparent;
  width: 100%;
}

.error-message {
  color: #f05252;
  font-size: 12px;
  padding-top: 4px;
}

.formSearchFlight .contain {
  flex-wrap: wrap;
  gap: 0;
}

.formManage {
  padding-top: 20px;
}

.formFlight .copy {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.formFlight .fromTo {
  padding-bottom: 0;
}

.dangFocus {
  border-color: #CE992B !important;
}

.boxSelect {
  background: #fff;
  border-radius: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.boxSelect .select2-container {
  min-width: 85%;
}
.boxSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 0;
}
.boxSelect .select2-container--default .select2-selection--single {
  border: none;
}

.advancedFilter .select2-container {
  min-width: 100%;
}

.notiCopy {
  padding-top: 5px;
  padding-bottom: 5px;
}
.notiCopy .icoClear {
  background: #fff;
  right: 0;
}

.icoClear {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  cursor: pointer;
}
.icoClear:hover img {
  transform: scale(1.2);
}
.icoClear img {
  width: 100%;
  transition: all 0.3s;
  opacity: 0.3;
}

.listSelect {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.ovl {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.lang {
  display: flex;
  position: relative;
  padding: 8px 20px;
  margin-right: -20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 20px;
}
.lang .flag {
  position: relative;
  padding-right: 12px;
  font-size: 14px;
  cursor: pointer;
}
.lang .flag .item {
  height: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.lang .flag::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
  position: absolute;
  right: 0;
  top: 45%;
  transform: rotate(180deg);
}
.lang .select {
  background: #fff;
  border-radius: 4px;
  width: 150px;
  position: absolute;
  right: 20px;
  top: 100%;
  color: #9b1c1c;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid #ce992b;
  display: none;
}
.lang .select .item {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
}
.lang .select .item > img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.lang .select .item:hover {
  background: #ce992b;
  color: #fff;
}
.lang:hover .select {
  display: block;
}
.lang:hover .flag .item {
  color: #ce992b;
}
.lang:hover .flag::after {
  border-bottom: 4px solid #ce992b;
}

.stickyNav {
  z-index: 9;
  padding: 0 20px;
  display: flex;
  justify-items: center;
  justify-content: flex-end;
  position: relative;
}
.stickyNav.active .listMenu {
  opacity: 1;
  display: block;
  max-height: 100vh;
  height: calc(100dvh - 40px);
  background: #3b0764;
  padding-top: 5vh;
}

@media only screen and (max-width: 1299.98px) {
  .stickyNav {
    padding: 10px;
    justify-items: start;
  }
  .stickyNav .listMenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
  }
  .stickyNav .listMenu .item {
    line-height: 2.5;
    font-size: 2.5vw;
  }
}
.custom-error {
  padding-left: 5px;
  font-size: 12px;
  color: red;
}

.active-container {
  position: relative;
  z-index: 1111;
}
.active-container .active-form {
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  background: #5F3781;
  border-radius: 20px;
  padding: 40px;
  z-index: 99;
}
.active-container .itemPassengers .optionsSelectActive {
  top: auto;
  bottom: -48px;
  z-index: 9999;
}

.bookingSectionTravel.active-container::after,
.bookingSection.active-container::after {
  display: block;
}
.bookingSectionTravel::after,
.bookingSection::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1;
  display: none;
}

.flight-booking {
  position: fixed;
  right: 0;
  z-index: 9999;
  bottom: 50%;
  background: #CE992B;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px 0 0 10px;
}
.flight-booking:hover {
  background: #bc881e;
}
.flight-booking p {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 12px;
  max-width: 60px;
}
.flight-booking svg {
  margin: auto;
}
.flight-booking svg path {
  color: #fff;
  fill: #fff;
}

.listTabInfo .listTabItem {
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
}
.listTabInfo .listTabItem:hover {
  background: #CE992B;
  color: #fff;
}

.scrollContent {
  overflow-y: auto;
  max-height: 700px !important;
}

.scrollContentSkill {
  overflow-y: auto;
  max-height: 80%;
}

.scrollContentSkill::-webkit-scrollbar {
  width: 8px;
}

.scrollContentSkill::-webkit-scrollbar-thumb {
  background-color: #a7a4a4;
  border-radius: 10px;
}

.scrollContentSkill::-webkit-scrollbar-thumb:hover {
  background-color: #75089d;
}

.listTabInfo2 {
  overflow-y: auto;
  max-height: 700px;
}
.listTabInfo2 .listTabItem {
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  flex-shrink: 0;
}
.listTabInfo2 .listTabItem:hover {
  background: #CE992B;
  color: #fff;
}

.active-tab-form {
  background: #ce992b;
  padding: 8px;
  color: white;
}

#tabFlight .tabs {
  border-bottom: 2px solid #ce992b;
}
#tabFlight .tabs .tab-link {
  padding: 8px;
  border-radius: 8px 8px 0 0;
}
#tabFlight .tabs .fromTo {
  padding-bottom: 0;
}

.bg-charter {
  background: url(/static/images/charter/bg-charter.jpg) no-repeat center/cover;
  padding-bottom: 64px;
}

@media (max-width: 768px) {
  .bg-charter {
    background: url(/static/images/charter/bgCharterMb.jpg) no-repeat center/cover;
    padding-bottom: 72px;
  }
}
.panelWrap {
  border: 1px solid #5F3781;
}
.panelWrap h4 {
  text-transform: uppercase;
}
.panelWrap:hover {
  background: #f6f6f6;
}
.panelWrap:hover h4, .panelWrap:hover svg path {
  fill: #bc881e;
  color: #bc881e;
}

.bookingSectionTravel {
  min-height: 500px;
  width: 100%;
  background-size: cover;
  padding: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}

.wrap-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1112;
  background: rgba(75, 85, 99, 0.3215686275);
  display: grid;
  place-items: center;
}

.k6-loader {
  color: #5F3781;
  width: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  transform: translateX(-38px);
  animation: loader 0.5s infinite alternate linear;
  -webkit-box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  -webkit-transform: translateX(-38px);
  -webkit-animation: loader 0.5s infinite alternate linear;
}

@keyframes loader {
  50% {
    box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
  }
  100% {
    box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
  }
}
@-webkit-keyframes loader {
  50% {
    box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
  }
  100% {
    box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
  }
}
.no-scroll {
  overflow: hidden !important;
}

.no-deals-message {
  line-height: 5;
  text-align: center;
  flex: 1;
}

.jsShowBooking {
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  transform: translateY(0);
  opacity: 1;
}

.jsShowBooking.hide {
  transform: translateY(10px);
  opacity: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  line-height: 2;
}

.flatpickr-day.today.selected {
  background: #3b0764;
  border-color: #5F3781;
}

.flatpickr-day.selected {
  background: #3b0764;
  border-color: #5F3781;
}

.flatpickr-calendar {
  border-radius: 8px;
  overflow: hidden;
}

.flatpickr-months {
  background: #CE992B;
}

.flatpickr-current-month {
  font-weight: 500;
  text-transform: uppercase;
  color: #3b0764;
  padding: 5px 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 600;
}

.linkEmail a:hover {
  color: #CE992B;
  text-decoration: underline;
}

.closeWechat {
  opacity: 0.7;
  width: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.closeWechat:hover {
  transform: scale(1.1);
}

#cargoForm .select2-container--default .select2-selection--single {
  border-radius: 8px;
}

.contentEditor.type2 table {
  margin-bottom: 20px;
}
.contentEditor.type2 td p {
  padding: 0;
  margin: 0;
}
.contentEditor.type2 p, .contentEditor.type2 ul, .contentEditor.type2 span {
  font-weight: 400;
}
.contentEditor.type2 .text-big {
  font-weight: 400;
}
.contentEditor.type2 .text-big strong {
  font-weight: 500;
}
.contentEditor a:hover {
  text-decoration: underline;
}

.bgPage {
  background: url(/static/images/latestNews/bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 60px;
}

.story-info {
  margin: 20px 0;
  width: 100%;
  visibility: hidden;
  transition: none;
}

.swiper-slide-visible.swiper-slide-active .story-info {
  visibility: visible;
}

.detail-page {
  background: url(/static/images/bg-story.png) no-repeat center top;
  background-size: contain;
  position: relative;
}
.detail-page .deco-left {
  background: url(/static/images/left.svg) no-repeat;
  width: 20vw;
  height: 20vh;
  position: absolute;
  top: 70vh;
  left: 0;
}
.detail-page .deco-right {
  background: url(/static/images/right.svg) no-repeat;
  width: 130px;
  height: 30vh;
  position: absolute;
  right: 0;
  top: 90vh;
}

.deco-adv-left {
  background: url(/static/images/adv/left.png) no-repeat;
  width: 43px;
  height: 100%;
  position: absolute;
  top: 5vh;
  left: 0;
}

.deco-adv-right {
  background: url(/static/images/adv/right.png) no-repeat;
  width: 130px;
  height: 30vh;
  position: absolute;
  right: 0;
  top: 25vh;
}

.deco-adv-air {
  background: url(/static/images/adv/air.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 35vh;
}

figure.table {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}
figure.table td {
  line-height: 1.75;
}

.styleOverride .managementTeam {
  color: #3b0764;
}
.styleOverride .managementTeam .table table {
  border: 1px solid #5F3781;
  margin: 0;
}
.styleOverride .managementTeam .table tr:first-child td {
  padding: 10px 20px;
}
.styleOverride .managementTeam .table tr td:nth-child(2) {
  font-weight: 600;
}
.styleOverride .managementTeam .table td {
  line-height: 1.2;
  padding: 2px !important;
  text-align: left !important;
}
.styleOverride .managementTeam .table td span {
  line-height: 1.5;
}
.styleOverride .managementTeam p {
  text-align: right;
}
.styleOverride .managementTeam h3, .styleOverride .managementTeam h2 {
  text-align: center;
}
.styleOverride .managementTeam h3 span, .styleOverride .managementTeam h2 span {
  font-size: 40px;
  font-weight: 600;
}
.styleOverride .panelContent ol {
  margin-bottom: 20px;
}
.styleOverride .panelContent ol li p {
  margin: 0;
}
.styleOverride .panelContent p strong {
  font-weight: 500;
}
.styleOverride .panelContent h3 {
  font-size: 95%;
  font-weight: 500;
  color: #3b0764;
}
.styleOverride .panelContent h3 strong {
  font-weight: 500;
}

.listOffer {
  width: 45vw;
  margin: auto;
}

.elmPlane {
  position: absolute;
  left: 8%;
  width: 160px;
  top: -20px;
}

.notiCopy {
  position: relative;
}

.topBar {
  position: relative;
  background: linear-gradient(to left, #5F3781, #6B3E81);
}

.sloganTop {
  position: absolute;
  right: 150px;
  top: 10px;
  width: 160px;
}

.langZh {
  font-family: "MicrosoftYaHei";
  font-optical-sizing: auto;
}

.cardDeal .Btn {
  line-height: 40px;
}

.topBar .logo {
  position: absolute;
  left: 20px;
  height: 80px;
  top: 3%;
}

.logoFooter {
  height: 50px;
  margin-top: -11px;
  margin-right: 20px;
  margin-bottom: -11px;
}

@media only screen and (max-width: 1399.98px) {
  .topBar .logo {
    top: 1%;
  }
}
@media only screen and (max-width: 1299.98px) {
  .topBar .logo {
    top: 5%;
    height: 50px;
  }
  .topBox {
    padding: 10px 60px;
    height: auto;
  }
}
.langKm .listMenu {
  gap: 15px;
}
.langKm .tabBooking {
  padding: 10px 5px;
  gap: 5px;
}

@media only screen and (max-width: 1440px) {
  .langKm .listMenu {
    gap: 10px;
  }
  .langKm .listMenu .item {
    font-size: 14px;
  }
}
.langVi, .langEn {
  font-family: "OpenSans";
  font-optical-sizing: auto;
}

.langKm {
  font-family: "KhmerOSBattambangRegular";
  font-optical-sizing: auto;
}

.notiZh {
  font-family: "KaiTiRegular";
  font-optical-sizing: auto;
}

/*# sourceMappingURL=common.css.map */
