.form-search-sidebar {
  width: 100%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: var(--border-radius);
  background: #fff;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.form-search-sidebar .form-group {padding: 10px 0;}
.form-search-sidebar #wgdep, .form-search-sidebar #wgdes, 
.form-search-sidebar #wgdepdate, .form-search-sidebar #wgretdate,
.form-search-sidebar #wgadult, .form-search-sidebar #wgchild, .form-search-sidebar #wginfant {
  cursor: pointer;
}


@media screen and (min-width: 768px) {
  .header {
    background: transparent;
    transition: 250ms;
    position: sticky;
    max-height: 60px;
  }

  .header .navigation {
    position: relative;
  }

  .header .navigation .navigation-items li {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .header .navigation .navigation-items li a {
    color: var(--black-color);
    font-size: 1.5em;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 600;
  }

  .header .navigation .navigation-items li:hover a {
    color: var(--main-color) !important;
  }

  .header .navigation .navigation-items li a:hover:before {
    width: 100%;
  }

  .header .navigation .navigation-items li.current a {
    color: var(--main-color) !important;
    font-weight: bold;
  }

  .header .navigation .navigation-items li.current a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--main-color);
    border-radius: 5px;
    transition: all 0.3s;
  }

  .header .header-phone {
    color: var(--black-color);
  }


  .section__search--wrap {
    width: 70%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .home-search img.home-image {
    width: 100%;
    position: static;
    height: 100%;
  }

  .home-search p.choose-your-itinerary {
    color: #000;
    font-size: 30px;
    margin-top: 12rem;
    margin-bottom: 0;
    text-transform: none;
  }


  .booking-form .wrap-block {
    padding: 15px 20px 40px 20px;
  }

  .booking-form .form-group {
    border-radius: 4px;
    border: 1px solid var(--border-color);
    padding: 5px 12px;

  }

  .booking-form .group-passenger .form-group,
  .booking-form .block-date .form-group {
    border: none
  }


  .booking-form .block-one {
    margin: 0;
    padding: 0;
  }

  .booking-form .block-one .col-triptype {
    display: flex;
    align-items: center;
    width: 16%;
  }

  .booking-form .block-one .col-triptype .select-selected:after {
    top: 1.45rem;
    right: 20px;
  }

  .booking-form .block-one .col-passenger {
    width: 8%;
  }

  .booking-form .block-journey {
    padding: 0 15px 0 0;
  }

  .booking-form .block-date {
    padding: 0;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    height: 41px;
  }

  .booking-form .type-plus,
  .type-minus {
    height: 30px;
    border-radius: 4px;
    min-width: 30px;
    z-index: 0;
    background: #e8f0fe;
    position: relative;
    cursor: pointer;
  }

  .booking-form .type-plus svg,
  .type-minus svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 48px;
    transform: translate(-50%, -50%);
    color: #1967d2;
  }

  .booking-form .type-minus {
    background: rgba(60, 64, 67, 0.12);
  }

  .booking-form .type-minus svg {
    color: rgba(60, 64, 67, 0.38);
  }

  .fill {
    fill: currentColor;
    flex-shrink: 0;
  }

  .booking-form .title-people .title-box i {
    font-size: 13px;
    color: #70757a;
  }


  .booking-form .row-date .text-field .wrap-icon-calendar {
    display: inline-block;
    width: 10%;
  }

  .booking-form .row-date .text-field .wrap-icon-calendar svg {
    width: 2.25rem;
    height: 2.25rem;
    color: var(--color-google-grey);
    margin-bottom: 7px;
  }

  .booking-form .row-date .text-field input.form-control {
    display: inline-block;
    width: 80%;
    padding-left: 8px;
  }

  .date-return-remove-line {
    display: none !important;
  }

  .booking-form .row-date .date-return {
    border-left: 1px solid #dadce0;
  }

  .booking-form .row-triptype .col-oneway .form-check {
    margin-left: 10px;
  }

  .booking-form .row-triptype .form-check {
    padding-top: 12px;
  }

  .booking-form .row-triptype .form-check-label {
    font-size: 14px;
    color: var(--color-google-grey);
    vertical-align: middle;
  }

  .booking-form div.form-control+.select-arrow:after {
    content: "▼" !important;
    display: block;
    -webkit-transform: none;
    transform: none;
    width: 0;
    height: 0;
    font-size: 10px;
    color: var(--color-google-grey);
  }

  .booking-form div.form-control+.select-arrow {
    top: 0.55rem;
    right: -10px;
  }
  

  .booking-form .group-passenger .form-group {
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 40px;
  }

  .booking-form .group-passenger .form-group:hover {
    background-color: #f1f3f4;
    border-radius: 4px;
  }

  .booking-form .group-passenger .form-group .wrap-icon-passenger {
    width: 30%;
    text-align: center;
    margin-left: 1px;
  }

  .booking-form .group-passenger .form-group .count-passenger {
    display: flex;
    flex: 1;
    align-items: center;
    font-weight: bold;
    color: var(--color-google-grey);
    margin-left: 1.15rem;
  }

  .booking-form .group-passenger .form-group .wrap-icon-passenger svg {
    color: var(--color-google-grey);
  }

  .booking-form .submit-btn {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown-box-inner {
    width: 25rem;
    left: -0.7rem;
    padding: 15px;
  }

  div.wp-caption.aligncenter img {
    width: 100%;
    height: 100%
  }

  div.wp-caption.aligncenter {
    width: 100% !important;
  }

  .socical-icon-zalo-mess {
    z-index: 100;
    right: 40px;
    bottom: 100px;
    position: fixed;
    height: 70px;
  }

  .socical-icon-zalo-mess a {
    position: relative;
    margin: 20px 10px;
    width: 40px;
    height: 40px;
  }

  .socical-icon-zalo-mess img {
    width: 40px;
    border-radius: 15%;
  }

  .section-featured .feature-box:hover,
  .section-featured .feature-box:active {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 10px;
  }

  .section-featured .feature-box:hover .feature-box__content--title span,
  .section-featured .feature-box:active .feature-box__content--title span {
    color: var(--main-color);
  }

  .best-price-calendar {
    min-height: 265px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* =========== menu nav for screen tablet ========== */

  #slide-menu {
    display: none;
  }

  .header-slide-menu__btn {
    cursor: pointer;
    display: none;
  }

  .header-slide-menu__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: linear-gradient(to left,
        rgba(239, 50, 217, 0.4),
        rgba(137, 255, 253, 0.4));
    animation: fadeIn linear 0.2s;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    width: 285px;
    max-width: 100%;
    overflow-y: scroll;
    background-color: var(--border-color);
    transform: translateX(100%);
    transition: transform ease-out 0.5s;
    overflow: hidden;
    z-index: 2;
  }

  .mobile-menu-wrapper {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .mobile-menu img {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    object-fit: cover;
  }

  .mobile-menu__title {
    display: block;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: var(--white-color);
    font-weight: bold;
    text-decoration: none;
  }

  .mobile-menu__list {
    list-style: none;
  }

  .mobile-menu__item--link,
  .header-phone-mobile {
    display: block;
    font-size: 14px;
    line-height: 4.5rem;
    letter-spacing: 2px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
  }

  .header-phone-mobile {
    display: flex;
    align-items: center;
  }

  .header-phone-mobile p {
    color: var(--text-color);
    margin: 0 0 0 10px;
  }

  .mobile-menu__item--link:hover,
  .header-phone-mobile:hover p {
    color: var(--saphire-color);
  }

  #slide-menu:checked~.mobile-menu {
    transform: translateX(0%);
  }

  #slide-menu:checked~.header-slide-menu__overlay {
    display: block;
  }

  /* genneral */
  .section-title {
    font-size: 26px;
  }

  .col-12-tablet {
    flex: 0 0 auto;
    width: 100%;
  }

  .booking-form .submit-btn {
    font-size: 18px;
  }

  .booking-form .form-btn {
    padding: 0 20px 20px;
  }

  .booking-form .form-control {
    border-bottom: 1px solid var(--border-color);
  }

  .booking-form div.form-control+.select-arrow {
    top: 30px;
    right: 20px;
  }

  .count-passenger {
    position: unset;
  }

  /* nav */
  .header-slide-menu__btn {
    display: block;
  }

  .menu-control {
    display: none;
  }

  .sidebar {
    display: none;
  }

  /* header */
  .header-nav,
  .header-phone {
    display: none;
  }



  .header-phone-mobile {
    color: var(--white-color);
  }

  .list__dep--wrap .menu div,
  .list__ret--wrap .menu div {
    font-size: 12px;
  }

  .list__dep--wrap .menu div span.light,
  .list__ret--wrap .menu div span.light {
    height: 7px;
    width: 7px;
  }

  .column-3-tb {
    width: 25%;
  }

  .column-6-tb {
    width: 75%;
    padding-left: 10px;
  }

  .list__dep--wrap,
  .list__ret--wrap {
    width: 100%;
    top: 25%;
    left: 2%;
  }

  #listDes .list__ret--wrap {
    left: 2%;
  }

  .list-area {
    padding: 15px 10px 10px 20px;
  }

  .dropdown-box-inner {
    width: 100%;
    top: 100%;
    left: 0%;
    border: 1px solid var(--border-color);
  }

  .title-people {
    font-size: 14px;
  }

  .btn-value {
    width: 35px;
  }


  /* ============ VÉ MÁY BAY QUỐC TẾ - HOME ============== */
  .destination__inter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 200px 200px 200px;
    grid-gap: 15px;
  }

  .destination__inter--item:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .destination__inter--item:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/2;
  }

  .destination__inter--item:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .destination__inter--item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }

  .destination__inter--item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .destination__inter--item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }

  .destination__inter--item:nth-child(7) {
    grid-column: 3/4;
    grid-row: 3/4;
  }

  .destination__inter--item:nth-child(8),
  .destination__inter--item:nth-child(9),
  .destination__inter--item:nth-child(10),
  .destination__inter--item:nth-child(11) {
    display: none;
  }


  /* ============ FOOTER ============ */
  .footer {
    padding: 15px 0;
  }

  .container {
    max-width: 820px;
  }


  /* ============ PAGE CHỌN HÀNH TRÌNH ============ */
  .result-flight {
    margin: 25px 0 0 0;
  }

  .flight-infor {
    justify-content: space-between;
  }

  .infor-duration {
    align-items: center;
  }

  .flight-infor-details {
    flex-direction: column;
  }

  .infor-details-journey {
    width: 100%;
  }

  .infor-journey-wrap {
    justify-content: center;
  }

  .infor-details__wrap {
    margin-top: 10px;
  }

  .sidebar__title,
  .sidebar__reset {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    padding: 10px 0;
  }
  .sidebar__reset {
    color: var(--saphire-color);
    cursor: pointer;
  }

  .journey-infor__title span,
  .infor-ticket-title span {
    font-size: 14px;
  }


  /* ============ THÔNG TIN HÀNH KHÁCH ============ */
  .section-box-passengers {
    margin: 25px 0 0;
  }

  /* ============ HOÀN TẤT ĐƠN HÀNG ============ */
  .section__complete--order {
    margin: 15px 0 0 0;
  }

  .order__code,
  .order__status {
    margin: 5px 0;
  }

  .journey-details {
    margin-bottom: 30px;
  }

  .complete__button button {
    font-size: 15px;
  }

  .section__infor--passengers,
  .section__complete--order,
  .section__infor--order,
  .section__infor--contact,
  .section__order--infor,
  .section__infor--flight,
  .section__infor--prices {
    margin: 15px 15px 0 0;
  }

  .popup__content {
    padding: 10px 20px 20px;
  }

  .popup__wrap {
    height: calc(100vh - 30px);
    width: calc(100vw - 60px);
  }

  /* CATEGORY */
  .image-data {
    flex-basis: 20%;
  }

  /* Box passenger */
  .row-confirm {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {

  .list__dep--wrap,
  .list__ret--wrap {
    width: 100%;
  }
}


/* 22032023 by An Cao */
.post__content .wp-caption.aligncenter {
  width: 100% !important;
}

.post__content .wp-caption .wp-caption-text,
.post__content .wp-caption-dd {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  padding: 0 4px 5px;
  position: relative;
  text-align: center;
  line-height: 17px;
}

/* NÚT ĐẶT VÉ NGAY Ở BẢNG HÀNH TRÌNH */
.sitcom__book-now {
  text-align: center;
}

.sitcom__book-now .btn__book-now {
  background-color: #d3052b;
  color: var(--white-color);
  padding: 5px 10px;
  display: inline-block;
  border: 0;
  border-radius: 20px;
  font-size: 15px;
}

/* SINGLE POST */
.post__content .signal {
  display: inline;
  float: right;
  font-size: 15px;
}

/* FOOTER 22/03/2023 */
.footer-contact .title-first {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
  color: #000;
  margin-top: 5px;
  padding-bottom: 0;
}

.footer-contact .title-first a {
  color: #000;
}

.footer-contact .company-info {
  text-align: center;
  padding: 4px 0;
  color: #0070ff;
  font-style: italic;
  font-size: 13px;
  margin-top: 3px;
}

/* ICON CHECK */
.footer-contact ul {
  margin-left: 20px;
}

.footer-contact ul li {
  position: relative;
  /* necessary for positioning the :after */
}

.footer-contact ul li.done {
  list-style: none;
  /* remove normal bullet for done items */
}

.footer-contact ul li.done:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: -16px;
  top: 6px;
  width: 7px;
  height: 10px;
  border-bottom: 2px solid #0d6efd;
  height: 11px;
  border-right: 3px solid #0d6efd;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.footer-contact ul li.done a {
  color: #000;
  font-size: 13px;
  line-height: 28px;
}

.footer-contact .footer-section-content ul li a {
  color: #000;
  font-size: 13px;
  color: #333;
  line-height: 26px;
}

.footer-contact .footer-section-content ul {
  margin-left: 0;
}

.footer-contact .footer-section-info {
  font-size: 13px;
  color: #333;
  line-height: 26px;
}

.footer-contact ul li.li-visa {
  display: none;
}

/* ICON GOV DMCA */

.container--flex {
  display: flex;
  width: calc(100% - 50px);
}

.container--inline-flex {
  display: inline-flex;
}

.flex-child {
  flex: 1;
  min-width: 50px;
  min-height: 50px;
  margin: 5px;
}


/* TIM VE NOI DIA PAGE */
.page .section__search--wrap {
  display: none;
}

.content__post-wrap .content {
  border-radius: 0;
  box-shadow: 0px 1px 0px rgba(67, 67, 67, 0.20);
}

.content__post-wrap .wrap-title {
  padding: 0 4% 4%;
}

.content__post-wrap .title {
  color: var(--main-color);
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* RIBBON PROMOTION */
.ribbon-promotion {
  position: absolute;
  top: 0;
  right: -21px;
  z-index: 3;
}

.ribbon-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
}


.ribbon-text-mobile,
.ribbon-text {
  display: inline-block;
  padding: 0.5em 1em;
  min-width: 15em;
  line-height: 1.2em;
  background: var(--blue-color);
  color: var(--white-color);
  position: relative;
  border-bottom-left-radius: var(--border-radius);
  font-size: 13px;
  font-style: italic;
}

.ribbon-text-mobile:after,
.ribbon-text:after {
  content: '';
  position: absolute;
  border-style: solid;
  top: 100%;
  right: 0;
  border-width: 0.7em 1.7em 0 0;
  border-color: var(--blue-color) transparent transparent transparent;
}

.ribbon-text-mobile {
  display: none;
}

/* SAN VE MAY BAY GIA RE */
.devvn-san-ve-may-bay-gia-re .section__search--wrap {
  display: block;
  width: 100%;
}

.devvn-san-ve-may-bay-gia-re .booking-form .submit-btn {
  width: 25rem;
  text-transform: none;
}