.cta-booking-bus {
  font-size: 15px;
  margin: 15px auto;
  max-width: 75%;
}

.cta-booking-bus .d-flex {
  align-items: center;
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 3px;
}

.cta-booking-bus .cta-right {
  margin-left: auto;
  border-left: 1px solid #ffc70a;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.cta-booking-bus .btn-vxr {
  display: block;
  width: 100px;
  height: 34px;
  background: #fff url(../images/icon_vxr_full.svg);
  background-repeat: no-repeat;
  padding: 0;
  background-size: 80% auto;
  background-position: center;
  padding: 10px;
  margin-right: 10px;
  font-size: 0;
}

.cta-booking-bus .btn-hotline {
  background-color: #ffc70a;
  color: #000;
  
  font-size: 12px;
}

.cta-booking-bus .btn-hotline:hover {
  color: #000;
}

.cta-booking-bus .btn-hotline i {
  display: inline-block;
  margin-right: 5px;
  background-color: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 20px;
}

@media (max-width: 575px) {
  .cta-booking-bus {
    max-width: 100%;
  }
  .cta-booking-bus .d-flex {
    flex-direction: column;
  }
  .cta-booking-bus .cta-right {
    width: 100%;
    padding: 0;
    justify-content: center;
    border-left: none;
    margin-top: 15px;
    position: relative;
  }
  .cta-booking-bus .cta-right .btn {
    width: 140px;
  }
  .cta-booking-bus .cta-right::before {
    content: "";
    width: 40px;
    border-top: 1px solid #ffc70a;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -10px;
  }
  .cta-booking-bus .cta-right .btn-vxr {
    background-size: 90px auto;
  }
}

.cta-booking-list {
  font-size: 14px;
  margin: 15px auto;
  background-color: #f1f1f1;
}

.cta-booking-list .booking-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 3px;
  border-bottom: 1px solid #e5e5e5;
}

.cta-booking-list .booking-item:last-child {
  border: none;
}

.cta-booking-list .avatar {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  margin-right: 10px;
}

.cta-booking-list .avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cta-booking-list .avatar img:hover {
  opacity: 0.9;
}

.cta-booking-list .bus-info {
  max-width: 60%;
  margin-right: 10px;
}

.cta-booking-list p {
  margin-bottom: 2px;
  font-size: 13px;
}

.cta-booking-list .title {

  color: #000;
}

.cta-booking-list .title:hover {
  color: #3c98f3;
}

.cta-booking-list .title .rating {
  font-size: 8px;
  background-color: #fff;
  padding: 2px 5px;
  color: #222;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  display: inline-block;
}

.cta-booking-list .title .rating i {
  color: #ffc70a;
}

.cta-booking-list .btn-vxr {
  display: block;
  width: 100px;
  height: 34px;
  background: #fff url(../images/icon_vxr_full.svg);
  background-repeat: no-repeat;
  padding: 0;
  background-size: 80% auto;
  background-position: center;
  padding: 10px;
  margin-right: 10px;
  font-size: 0;
}

.cta-booking-list .btn-hotline {
  background-color: #ffc70a;
  color: #000;
  
  font-size: 12px;
}

.cta-booking-list .btn-hotline:hover {
  color: #000;
}

.cta-booking-list .booking-info {
  width: 210px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.cta-booking-list .booking-info .price {
  width: 100%;
  text-align: center;
  
  color: #ff4e3d;
  display: block;
  text-align: right;
}

.cta-booking-list .btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.cta-booking-list .btn-hotline {
  padding: 8px 5px;
  font-size: 10px;
}

.cta-booking-list .btn-hotline i {
  margin-right: 5px;
}

.cta-booking-list .direction {
  display: flex;
  align-items: center;
}

.cta-booking-list .arrow {
  position: relative;
  width: 40px;
  display: inline-block;
  border-top: 1px solid #333;
  margin: 0 10px;
}

.cta-booking-list .arrow:before, .cta-booking-list .arrow:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ffc70a;
  border-radius: 5px;
  margin-top: -3px;
}

.cta-booking-list .arrow:after {
  left: 100%;
}

@media (max-width: 575px) {
  .cta-booking-list .booking-item {
    flex-wrap: wrap;
  }
  .cta-booking-list .bus-info {
    width: calc(100% - 80px);
    max-width: 100%;
  }
  .cta-booking-list .booking-info {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
  }
  .cta-booking-list .booking-info .price {
    width: 90px;
    margin-right: 10px;
    text-align: left;
    line-height: 1;
  }
}

.cta-booking-room {
  display: flex;
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 3px;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px auto;
  max-width: 75%;
}

.cta-booking-room .title {
  max-width: calc(100% - 210px);
  line-height: 1.3;
  padding-right: 10px;
}

.cta-booking-room .btn-wrap {
  border-left: 1px solid #ffc70a;
  padding-left: 10px;
}

.cta-booking-room .btn-booking {
  width: 90px;
  height: 40px;
  font-size: 0;
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.cta-booking-room .btn-booking ~ .btn {
  margin-left: 10px;
}

.cta-booking-room .btn-agoda {
  background-image: url(../images/logo-agoda.svg);
  background-size: 50% auto;
}

.cta-booking-room .btn-bookings {
  background-image: url(../images/logo-booking.png);
  background-size: 100% auto;
}

@media (max-width: 575px) {
  .cta-booking-room {
    text-align: center;
    max-width: 100%;
  }
  .cta-booking-room .title {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cta-booking-room .btn-wrap {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border: none;
  }
  .cta-booking-room .btn-wrap .btn {
    width: 150px;
    height: 50px;
  }
}

/* CTA Booking Cart */
.btn-call-booking {
  background-color: #ffc70a;
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 10px;
  font-family: 'SFBold';
  display: flex;
  align-items: center;
  color: #000 !important;
}

.btn-call-booking i {
  margin-right: 3px;
  color: #fff;
  background-color: #333;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 20px;
}

.booking-bar .icon img {
  width: 20px;
  height: auto;
  display: block;
  margin: 0px auto 3px auto;
  max-height: 20px;
}

.booking-bar .btn-booking-car img {
  width: 18px;
}

.booking-bar .nav-item {
  text-align: center;
}

/*Modal booking car*/
.modal-booking-car {
  color: #333;
}

.modal-booking-car .close {
  color: #ff4e3d;
  opacity: 1;
}

.modal-booking-car .modal-title {
  text-transform: uppercase;
  font-family: 'SFBold';
}

.booking-car-form label {
  font-family: 'SFBold';
}

.booking-car-form .btn-booking {
  background-color: #002e5b;
  color: #fff;
  font-family: 'SFBold';
  width: 100%;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.booking-car-form .cancel-booking {
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  text-decoration: underline;
  color: #ff4e3d;
}

.booking-car-form .form-check-wrap label {
  font-family: 'SF';
}

/*# sourceMappingURL=maps/cta_booking.css.map */
