.is-sale .tour-info {
  background-color: #feeec7;
}

.tour-tab-head .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tour-tab-head .nav li {
  position: relative;
  border: 1px solid #0098fe;
  margin: 0 8px;
  padding: 5px 20px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}

.tour-tab-head .nav li a {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  padding: 10px;
  color: #15a1ff;
}

.tour-tab-head .nav li .icon {
  position: relative;
  display: inline-block;
  height: 55px;
  width: 55px;
  margin: auto;
  background-image: url(../images/icon-flight-color1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tour-tab-head .nav li.active,
.tour-tab-head .nav li:hover {
  background-color: #0098fe;
}

.tour-tab-head .nav li:hover a,
.tour-tab-head .nav li.active a {
  color: #fff;
}

.tour-tab-head .nav li.active .icon,
.tour-tab-head .nav li:hover .icon {
  background-image: url(../images/icon-flight1.png);
}

.tour-viewgrid-item {
  position: relative;
  border-bottom: 3px solid #16a1ff;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.tour-viewgrid-item .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.tour-viewgrid-item .thumb img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tour-viewgrid-item h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  min-height: 45px;
  text-transform: uppercase;
}

.tour-viewgrid-item .info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
}

.tour-viewgrid-item .info .fa {
  font-size: 14px;
  color: #16a1ff;
  margin-right: 4px;
}

.tour-viewgrid-item .price {
  font-size: 22px;
  color: #ff0000;
  font-weight: 600;
}

.tour-detail {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 15px;
}

.tour-detail h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #0098fe;
  margin-bottom: 20px;
}

.tour-body-head {
  color: #ff0000;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.info-tour {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  padding: 20px;
  margin: -15px -15px 0 -15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.info-tour-bottom {
  position: relative;
  padding: 40px 0 10px;
}

.info-tour-bottom .btn {
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-tour-bottom .btn:hover {
  opacity: 0.8;
}

.info-tour-bottom .fa {
  margin-right: 5px;
}

.btn-organ {
  background-color: #e38413;
}

.btn-red {
  background-color: #dc3545;
}

.btn-green {
  background-color: #093;
}

.btn-blue {
  background-color: #0098fe;
}

.sidebar-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.sidebar-left {
  background-color: #fffbbe;
  padding: 0;
}

.select-date {
  padding: 0px 0;
  font-weight: 500;
  margin-left: -29px;
}

.tour-detail-price {
  color: #ff0000;
  font-size: 26px;
}

.sidebar-left ul {
  margin: 10px 0 0;
  padding: 0;
}

.sidebar-left ul li {
  display: block;
  color: #fff;
  background-color: #0098fe;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3px;
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
}

.book-now {
  position: relative;
  display: table;
  padding: 10px 22px;
  font-size: 15px;
  margin: 20px auto 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.book-now:hover {
  color: #fff;
  background-color: #f31429;
}

.book-now .fa {
  margin-right: 5px;
}

.sidebar-left h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.telephone-fast {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}

.telephone-fast input {
  border: 1px solid #f6f09a;
  width: calc(100% - 70px);
  float: left;
  height: 35px;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  color: #000;
}

.button-buy-fast {
  background-color: #efefef;
  width: 54px;
  height: 32px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  float: right;
  cursor: pointer;
}

.schedule-item {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #c4c4c4;
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}

.schedule-item .price {
  color: #ff0000;
  font-size: 16px;
}

.schedule-item > div {
  padding-left: 6px;
  padding-right: 6px;
}

.schedule-item .btn {
  background-color: #dc3545;
  color: #fff;
}

.schedule-item .btn .fa {
  color: #fff;
  margin-right: 4px;
}

.schedule-item p {
  margin: 0;
  margin: 0;
  font-size: 17px;
  font-family: serif;
}

.schedule-item .fa {
  color: #0098fe;
}

.select-date #daybegin {
  border: none;
  background-color: transparent;
  width: 90px;
}

.select-date .ui-datepicker-trigger img {
  height: 25px;
}

.tour-body-content {
  font-size: 16px;
}

.tour-body-content span {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 3px;
  font-family: serif;
}

.tour-image img {
  width: 100%;
}

.tour-body-content p {
  margin-bottom: 2px;
  text-align: justify;
  padding: 7px 3px;

  margin-top: -10px;
  font-size: 18px;
  font-family: serif;
}

.tour-body-content h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #0098fe;
  padding: 4px;
  text-align: center;
}

.tour-body-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: -32px;
  color: #fff;
  background-image: linear-gradient(to right, #6a6ece, #37dfba);

  max-width: 475px;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: inherit;
  padding-right: 40px;
  width: 100%;
  z-index: 3;
  padding: 10px 10px;
  margin-bottom: 13px;
}

.tinphathinh {
  display: flex;
  -ms-grid-columns: 1fr 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 20px;
  margin: 0px 20px;
  margin-top: 8px;
}

.tinphathinh img {
  width: 236px;
  height: 169px;
  border-radius: 7%;
}

.tour-body-content ul {
  padding-left: 15px;
  list-style: disc;
  text-align: justify;
  margin-bottom: 0px;
  margin-left: 47px;
  font-size: 18px;
  font-family: serif;
  margin-top: -5px;
}

/*booking-detail*/

.booking-detail {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.booking-detail h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.booking-detail h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #0672ff;
  font-family: serif;
}

.booking-detail h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.booking-detail #calendarBookingOnline {
  margin-bottom: 20px;
}

.booking-detail ul {
  list-style: disc;
}

.booking-detail .form-control {
  height: 40px;
}

.booking-detail .submit {
  display: block;
  background-color: #0098fe;
  margin: 68px auto 30px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  min-width: 200px;
}

.booking-detail .submit .fa {
  margin-right: 10px;
}

.select-seat {
  margin-bottom: 15px;
  background: #fff;
  padding: 10px;
}

.select-seat table {
  display: inline-block;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
  padding: 10px 20px;
}

.select-seat .seat_item {
  position: relative;
  padding: 4px;
  min-width: 18px;
  cursor: pointer;
}

.select-seat .seat_item span {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #888;
  text-align: center;
  line-height: 45px;
}

.select-seat .booked,
.select-seat .waiting {
  cursor: not-allowed;
}

.select-seat .booked span {
  color: #fff;
  cursor: not-allowed;
  background-color: #df5327;
}

.select-seat .checked span,
.select-seat .waiting span {
  background-color: #0098fe;
  color: #fff;
}

.check {
  position: relative;
  margin-left: 25px;
}

.check .items {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.check .border {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #e05227;
  border: 1px solid #999;
  margin-right: 5px;
}

.check .items:nth-child(2) .border {
  background-color: #fdfefe;
}

.check .items:nth-child(3) .border {
  background-color: #0098fe;
}

#frm-booking li.active {
  background-color: #0098fe;
}

.payment-box {
  padding: 20px 0;
  font-size: 17px;
}

.payment-box p:first-child {
  color: #0581d4;
  font-size: 18px;
}

.payment-box p:nth-child(2) {
  color: #ff0000;
}

.payment-box p:nth-child(4) {
  font-style: italic;
}

.payment-box .panel {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #eeeeee91;
  border-radius: 8px;
  font-size: 16px;
  overflow: hidden;
}

.payment-box .panel-heading {
  background-color: #0098fe;
  color: #fff;
}

.payment-box h1 {
  font-size: 22px;
  text-transform: uppercase;
}

.payment-box ul {
  padding-left: 20px;
  margin: 0;
  list-style: disc;
}

.confirmation {
  text-align: center;
  margin: 20px 0 10px;
}

.confirmation-box .form-group {
  position: relative;
}

.confirmation-box,
#check-booking {
  border: 1px solid #eee;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
}

.confirmation-box form,
.check-booking-form {
  width: 50%;
  margin: 0 auto;
}

.confirmation-box .form-group p.file_hinh {
  position: absolute;
  font-size: 13px;
  top: 10px;
  right: 20px;
}

.confirmation-box input {
  height: 40px;
}

.confirmation-box .btn,
#check-booking .btn {
  color: #fff;
}

.results-info {
  padding-top: 20px;
  color: #0098fe;
}

.results-info p {
  font-size: 14px;
}

.money {
  color: #cc3300;
  font-weight: bold;
}

#setup-panel li.active {
  background-color: #0195f8 !important;
}

#ajax-confirmation form,
#ajax-confirmation #sitemodal .modal-content {
  width: 100%;
}

#event-scroll-content .active {
  border-bottom: 5px solid #dae70d;
}

#tour-schedule,
#tour-departure,
#tour-term-regulations {
  padding-top: 19px;
}

@media (max-width: 767.98px) {
  .tour-tab-head .nav li {
    font-size: 14px;
    text-align: center;
    padding: 5px;
    min-width: 48%;
  }
  .tour-tab-head .nav li a {
    flex-direction: column;
  }
  .tour-viewgrid-item h3 {
    min-height: auto;
  }
}

@media (min-width: 499px) and (max-width: 700px) {
  .tour-viewgrid-item .thumb img {
    height: auto;
  }
  .tinphathinh {
    margin: 0px 17px;
    margin-top: 14px;
  }
  .tinphathinh img {
    width: 181px;
    height: 152px;
    border-radius: 7%;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .tinphathinh {
    margin: 0px 14px;
  }
  .tinphathinh img {
    width: 189px;
    height: 169px;
    border-radius: 7%;
  }
  .select-date {
    margin-left: -9px;
  }
}

@media (max-width: 499px) {
  .tinphathinh img {
    width: 32%;
    height: 95px;
  }
  .tour-viewgrid-item .thumb img {
    height: auto;
  }
  .tinphathinh {
    display: flex;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 20px;
    margin: 2px -1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*Fix ui widget*/

.ui-widget.ui-widget-content {
  display: inline-block;
  position: relative;
  z-index: 9999999 !important;
  min-width: 395px !important;
}

#calendarBookingOnline .ui-widget.ui-widget-content {
  width: 100% !important;
}

#calendarBookingOnline .ui-datepicker td {
  padding: 10px 5px;
}

.nvform .fa {
  display: none;
}

.schedule-item-box h2 {
  font-size: 17px;
  text-transform: uppercase;
  font-family: serif;
}

.schedule-item-box h2 a {
  color: #415ec5;
}

@media (max-width: 767px) {
  .schedule-item-box {
    margin-bottom: 10px;
  }
  .schedule-item .btn {
    width: 100%;
  }
  .check {
    margin-top: 10px;
    margin-left: 0;
    display: flex;
    justify-content: space-evenly;
  }
  .ui-widget.ui-widget-content {
    min-width: unset !important;
  }
  .confirmation-box form,
  .check-booking-form {
    width: 100%;
  }
}
