/* ve xe  */
input,button{
  border-radius: 2px;
  border: 1px solid #666;
}
input:hover,button:hover{
  border:1px solid #fa901b;
}

.banner{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 13rem;
    background-image: url("../../../../../image/vehicle/banner1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.banner_car h1{
    position: relative;
    z-index: 10;
    margin-top: 5rem;
    margin-bottom: 2rem;
}
.banner_car h1 a{
    color:white;
    font-size: 4rem;
}
.image-logo{
    width: 100%;
    /* height: 7rem; */
    padding-right: 1rem;
    border-radius:2px;
}
[name=scroll-top]{
  font-size: 30px;
}
.car_container_search{
    position: relative;
    top: 20%;
    z-index: 2;
    width: 100%;
    padding: 0.1;
    background: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 0 3px 0 rgba(0,0,0,0.08);
}
.car_container_search input{
  text-indent: 1rem;
  height: 3rem;
  width:100%;
}
.car_container_search>.search_component{
    position: relative;
    /* background: yellow; */
    margin: 1rem 1rem 0;
    box-sizing:border-box;
}

.duration-time>p{
  text-indent: 1rem;
  float: left;
}
.search_component .search_tab{
    position: relative;
    width: 100%;
    /* background: orange; */
}
.search_component .search_form{
    position: relative;
    width: 100%;
    /* background: orange; */
}
.ticket_body_child_left .back_step{
  display : none;
}
.banner_car{
    margin: 0;
    padding: 0;
}
.breadcrum_car{
    margin-top:1rem;
}
.list{
    margin-bottom: 2rem;
    /* background: yellow; */
    width: 100%;
    min-height:30rem;
}
.list .header_list,.list .filters_list{
    min-height: 1rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.08);
    background: white;
}
.filters_drop_down{
  /* padding:1rem;
  max-height: 250px;
  overflow: hidden; */
}

.ticket_title [data-chos].active{
  background: #fa9015;
  color: #fff;
}

.header_list .header_list_detail{
  padding:1rem;
  display: flex;
  align-items: center;
}
.filters_list_detail{
  display:block;
  padding:1rem;
  overflow: hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.08);
  background: white;
}
.filters_list_detail input{
  text-indent: 1rem;
}
.filters_list_detail.active{
  padding:0;
}
.search-list{
  padding: 1rem 1rem 0;
  overflow: hidden;
}
.search-list.active{
  padding:0;
}
.search-list .search-list-item{
  display: inline-block;
  background-color: #C1C1C1;
  padding:1rem;
  margin: 0 1rem 1rem 0rem;
}
.search-list .search-list-item:hover{
  cursor: pointer;
}

.filters_list_detail li:hover{
    background: #F5F5F5;
    cursor: pointer;
}
#slider_p:hover,#slider_t:hover{
  cursor: pointer;
}
.filters_drop_down input{
   text-indent:0.5rem;
}
.filters_list_detail .filter_scroll{
  max-height: 170px;
  overflow-x: auto;
}
li.drop_down_icon i{
  transform: rotate(-90deg);
}
.filters_drop_down .car_info_rate:hover{
  font-weight: bold;
  background: #F5F5F5;
  cursor: pointer;
}
.filter_drop_down span:hover{
  background: #F5F5F5;
}

li.drop_down_icon ul{
  margin-left: 3rem;
}
li.drop_down_icon li{
  overflow: hidden;
  display: none;
}
.filters_list_detail .ant-input{
  margin : 0 0 1rem 0;
}
.filters_list{

  margin: 0 0 1rem !important;
}
.show_height {
  -webkit-animation: Animation5 2s ease; /* Safari 4.0 - 8.0 */
  animation: Animation5 2s ease;
}

.filter_silder .ui-slider-range.ui-widget-header{
  height:1px;
}
.filter_silder #slider{
  height:1px;
  margin: 2rem 0;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes Animation5 {
  0% {height: 0;}
  100%{height: 30rem;}
}
.header_list_detail>div{
  /* background: red; */
}
.header_list_detail>div::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.header_list_detail>div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.header_list_detail a{
  padding: 4px 15px;
  min-width: max-content;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 8px;
  box-shadow: none;
  color: #000;
  margin-right: 5px;
}
[data-order].active{
  font-weight: bold;
  background-color: #006f68;
  color: #fff;
}
/* .header_list .header_list_detail>div:nth-child(2){
  text-align: left;
}
.header_list .header_list_detail>div:nth-child(3){
  text-align: center;
}
.header_list .header_list_detail>div:nth-child(4){
text-align: right;
} */
.body_list h2{
  padding: 0;
  margin: 0;
}
.vehicle_search_title{
  font-size: 20px;
  padding: 0px 10px 0 10px;
}
.ticket_title {
    margin: 1rem 0 0;
    padding: 1rem;
    border-radius: 2px;
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.08);
    background: white;
}

.ticket_title:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
}

.ticket_title :hover .car-seat{
      border: 1px #fa901b solid;
      color : #fa901b;
}
.ticket_body .header_choose_seat,.ticket_body .header_choose_route,.ticket_body .header_info_contact{
  background: #006f68;
  color: #fff;
  cursor: pointer;
  font-weight: 750;
  padding:3px;
}
.choose_seat .floor_name{
  padding-top:1rem;
  color: white;
  font-weight: 700;

}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.btn-choose {
    color: #fff;
    background: #006f68;
    cursor: pointer;
}
.d-flex-right {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}
.div-show-image {
    background-size: cover;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.preview-image {
    background-size: cover;
    padding-top: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.text-center{
  text-align: center;
}
.mt-2 {
    margin-top: 10px;
}
.mb-2 {
    margin-bottom: 10px;
}
.input-group-addon:first-child {
    border-right: 0;
}
.total_price {
    color: red;
    font-weight: 600;
    font-size: 17px;
}
.ui-slider.ui-slider-horizontal {
    height: 10px;
    background: #ccc;
}
.ui-slider.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    background: #fa6d01;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
    background: #006f68;
    border-radius: 50%;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
}
.ticket_title .ticket-info{
  padding-top: 10px;
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
.ticket_title .ticket-info .tab-content{
  max-width: 700px;
  margin: auto;
}
.ticket_title .nav-tabs{
  margin-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.ticket_title.show-info .ticket-info{
  display: block;
  border-top: 1px solid #cebfbf;
  margin-top: 17px;
}
.ticket_title .nav-tabs li,.ticket_title .nav-tabs li a:hover{
  background: #fff;
  color: #000;
}

.ticket_title .nav-tabs li.active a {
  color: #1890ff;
  font-weight: 500;
  border-bottom: 2px solid #1890ff;
}
.ticket_title .hanhtrinh{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* .ticket_title .ticket-info{
  padding-left: unset;
  padding-right: unset;
} */
.ticket_title .amenities img{
  margin-right: 10px;
}
.amenity-title{
  font-weight: bold;
  font-size: 16px;
}
.ticket_title .carousel-indicators{
  bottom: 0;
  position: relative;
  left: unset;
  margin-left: 0;
  margin: 0;
  display: flex;
  width: fit-content;
  margin-top: 5px;
}
.ticket_title .carousel-indicators li{
  width: 100px;
  height: unset;
  margin-right: 5px;
}
.ticket_title .carousel-indicators .active{
  width: 100px;
  height: unset;
  border: 3px solid #006f68;
  border-radius: 0;
}
.car_info_rate{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.car_info_rate i{
  margin-right: 3px;
}
.overall-rating{
  margin-right: 10px;
  padding: 3px 10px 3px 10px;
  background-color: #006f68;
  color: #fff;
  border-radius: 3px;
}
.ticket_title .station{
  font-size: 15px;
}
.d-flex{
  display: flex;
}
.me-1{
  margin-right: 5px;
}
.ms-2{
  margin-left: 10px;
}
.me-2{
  margin-right: 10px;
}
.fw-bold{
  font-weight: bold;
}
.text-secondary{
  color: gray;
}
.review-item{
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #8080806e;
}
.review_rate{
color: orange;
}
.verified{
  color: rgb(39, 174, 96);
}
.gQBVWJ {
    position: relative;
}
.gQBVWJ .cancellation-timeline {
    position: relative;
    display: flex;
    padding-top: 44px;
}
.gQBVWJ .cancellation-timeline .cancellation-policy-period {
    width: 100%;
}
.gQBVWJ .cancellation-timeline .mark {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
}
.gQBVWJ .cancellation-timeline .cancellation-policy-period {
    width: 100%;
}
.gQBVWJ .cancellation-timeline .cancellation-policy-period div {
    height: 16px;
}
.gQBVWJ .cancellation-timeline .cancellation-policy-period p {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}
.gQBVWJ .departure {
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 18px;
    right: 0px;
}
.gQBVWJ .circle.today::before {
    content: "Hôm nay";
    font-size: 12px;
    position: absolute;
    top: -35px;
    width: max-content;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
    transform: translateX(-43%);
}
.gQBVWJ .circle {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: white;
    position: absolute;
    top: 47px;
    right: 5%;
}
.gQBVWJ .circle.today {
    left: 5%;
}
.gQBVWJ .cancellation-timeline .cancellation-policy-period:last-child div {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.policies ol{
  list-style: circle;
  padding-left: 20px;
}

.ticket_title .car-seat{
    border: 1px solid #006f68;
    border-radius: 2px;
    padding:1rem;
    cursor: pointer;
    /* background: #006f68; */
    color: #006f68;
    font-weight: bold;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
}
.ticket_title .car-seat:hover{
    border: 1px solid #fa901b;
    background: #006f68;
    color: #fff;
}
.more-ticket-info{
  font-size: 17px;
  margin-right: 10px;
  text-decoration: underline;
}
.ticket_title_right .sale::before{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: 2rem solid transparent;
  border-top: 2rem solid #fa901b;
  border-right: 2rem solid #fa901b;
}
.ticket_body .surcharge-text{
  color: green;
  font-size: 13px;
}
.seat-map-option .seatPrice{
  position: absolute;
  color: red;
  font-size: 13px;
  bottom: 0;
}
.seat-map-option [data-discount="1"] .seatPrice{
  color: #006f68;
}
.from-info-contact input{
  height: 50px;
}
.car-seat .sale i{
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  color: #fff;
  font-size: 0.9rem;
}
.ticket_title .car-seat:hover{
  border:1px solid #fa901b;
}
.info_contact form{
  /* padding: 1rem; */
  /* max-width: 372px; */
  margin: auto;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #fff;
  margin-right: 10px;
}
.from-info-contact .form-group{
  margin-bottom:10px;
}
.ticket_title .car-seat div.row::nth-child(2){
  margin: 0.5rem;
    text-decoration: line-through;
    font-size: 1.2rem;
}
.ticket_option .pos-seat{
  height: 91%;
  margin:0.12rem;
  color:#fa901b;
  float: left;
  background-color: bisque;
  width: 13%;
}
.offer-tag{
  background: #1867bc;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  margin-left: 0;
  padding: 5px 8px;
  position: relative;
  text-decoration: none;
  min-width: 69px;
  color:white;
}
.offer-tag::before {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11.1px solid transparent;
  border-left: 10px solid #1867bc;
  position: absolute;
  top: 0px;
  left: 70px;
  content: "";
}
.offer-tag::after {
  border-radius: 50%;
  border: 0.2rem solid white;
  content: "";
  margin-right: 5px;
  position: absolute;
  top: 9px;
  right: -7px;
}
.ticket_option .floor{
  height: 100%;
}
.ticket_option .row-seat{
  height:33%;
}
.ticket_option .grid-container {
  display: grid;
  height: 40rem;
  background-color: #006f68;
  padding: 1rem;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
.ticket_option .grid-item {
  background-color: rgba(255, 255, 255, 0.8);
    /* border: 1px solid #ccc; */
    /* padding: 0.5rem; */
    font-size: 1rem;
    text-align: center;

    cursor: pointer;
    position: relative;
}
.ticket_option .grid-item[data-available='1']:hover{
  background-color:#009faf;
}
.ticket_option .grid-item .seatPick{

}
.ticket_title>div{
    float: left;
}
.ticket_title .ticket_detail{
    margin: 0;
    padding: 0;
}
.ticket_title .date{
    font-size: 1.7rem;
    font: 150%;
}
.ticket_title_left>div{
    margin: 0;
    float: left;
    /* min-height: 7rem; */
    /* background: blue; */
}
.ticket_title_left .icon_info{
    /* width: 20%; */
}
.ticket_title_left .station{
  padding-left:1rem;
}
.ticket_title_left .line{
        /* width: 11%; */
}
.ticket_title_left .arrow{
  position: absolute;
  left: -20px;
  top: 25%;
  width: 35%;
  height: 0.3rem;
  background: #666;
  margin: 0 3rem;
}

.ticket_title_left .arrow::after{
    content: "";
    position: absolute;
    border-right: #666 0.3rem solid;
    border-top: #666 0.3rem solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    top: -168%;
    right: 0%;
    width: 1.4rem;
    height: 1.4rem;
    /* background: #666; */
}
.seats-note{
  /* margin:2rem auto; */
}
.body_ticket_detail .floor_name{
  text-align: center;
  border-radius: 50% 50% 0 0;
  background: #006f68;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}
.seats-note td{
  text-indent: 1rem;
}
.info_order table .seat_screen:hover,.info_order table .route_screen:hover,.info_order table .contact_screen:hover{
  cursor: pointer;
}
.swal2-popup {
  font-size: 1.5rem !important;
}
li.header_info_ticket{
  border: 1px solid #006f68;
  background: #006f68;
  color: white;
  font-weight: 700;
}
.ticket_title_left .other_info>div>div{
    float: left;
    padding-top:0.3rem;
}
.ticket_title_left .other_info>div:nth-child(1)>div:nth-child(1){
    padding: 0.3rem 0;
}
.icon-nm{
  width: 1.5rem;
}
.ticket_panel{
    margin: 0;
}
.ticket_title_left{
    margin: 0;
    padding: 0;
    min-height: 5rem;
    /* background:red; */
}
.ticket_title_right{
    margin: 0;
    padding: 0;
    text-align: right;
    /* background:green; */
}
.ticket_title_right .seat-available {
  text-align: right;
  font-size: 16px;
  color: rgb(72, 72, 72);
  /* margin-bottom: 5px; */
}
.show-map{
  text-decoration: underline;
  margin-left: 10px;
}
.ticket_title_right .right-content{
  padding: 0;
  margin:0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ticket_title_right>div>div{
  float: left;
}

.car_info_rate>svg,.car_info_rate>i{
  color:orange;
}
.ticket_body_child_left .body_ticket_detail{
  align-items: center;
}
.ticket_body .ticket_info_car_detail{
  background: red;
}
.ticket_body_child_left .body_ticket_detail>div:nth-child(2){
  /* background: #006f68; */
  min-height: 38rem;
  padding:0;
  user-select: none;
}
.ticket_option .choose_route>div{
  background : #ccc;
  overflow-y: auto;
  border-right:1px #e9ecef solid;
  padding: 10px 0;
}
.ticket_option .choose_route>div ul{
  padding:0;
  margin:0;
}
.ticket_option .choose_route>div li.header{
  border-radius: 2px;
  background: #006f68;
  color: white;
  font-weight: 700;
  padding: 0.3rem;
  text-align: center;
}
.ticket_option .choose_route>div li{
  margin : 0 0.5rem 0 0.5rem;
  padding: 0 0 0 1rem;
  cursor: pointer;
}
.ticket_option .choose_route>div li:nth-child(odd){
  border-bottom:1px #F5F5F5 solid;
}
.ticket_option .choose_route>div ul>li:last-child{
  border:0px;
}
.ticket_option>div{
  position: absolute;
}
.ticket_option>div[data-screen='seat']{
  display: block;
  position: relative;
  /* height: 20rem; */
}
.info_contact .textarea-note{
  height: 100%;
  height: 9.2rem;
}
.note-view{
  width: 95%;
  overflow: auto;
  border: none;
  border-bottom: 1px solid #666;
  background-color: #F5F5F5;
}
.justify-content-between{
  justify-content: space-between;
}
.SLFJW {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}
.ticket_option .grid-item[data-available='0']{
  cursor: not-allowed;
}
.ticket_body_child_right table .style-list{
  margin-right: 0.5rem;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  background: #FFA726;
  left: 0.2rem;
  /* top: -0.2rem; */
  float: left;
}
.ticket_body_child_right .info_order{
  border: 2px dashed #B4B4B4;
  background-color: #dddddd70!important;
  user-select: none;
}
.info_order .route_screen{

}
.ticket_option>div[data-screen='route'],.ticket_option>div[data-screen='contact']{
  display: none;
  background: #ccc;
}
.ticket_body .ticket_info_car_detail>div{
    padding:0;
    height: 7rem;
}
.ticket_body_child .total_amount,.ticket_body_child .submit{
  font-size: 2rem;
  padding:3px;
}
.ticket_body_child .submit{
  background-color: #FFA726;
  color:#fff;
}
.station p{
  padding:0;
  margin:0;
}
.ticket_body_child .total_amount{
  color: #fff;
}
.ticket_info_car_detail .detail{
    height: 7rem;
    /* background: purple; */
}
.ticket_info_car_detail .icon_info
{
height: 7rem;/* background: purple; */
}
.ticket_body{
    display: none;
}
.ticket_body>div{
    margin-top: 1rem;
}
.next_step,.preview_step{
    -webkit-animation: step 1s infinite; /* Safari 4.0 - 8.0 */
  animation: step 1s infinite;
  cursor: pointer;
}
.next_step span,.preview_step span{
  font-size:3rem;
}
.text-indent{
  text-indent:0.5rem;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes step {
  from {color: #006f68;}
  to {color: #fa901b;}
}

/* Standard syntax */
@keyframes step {
  from {color: #006f68;}
  to {color: #fa901b;}
}
.ticket_body_child .body_ticket_detail{
    background: #F5F5F5;
    min-height: 36rem;
    height: 445px;
}
.body_ticket_detail .begin-time,.body_ticket_detail .end-time,
.body_ticket_detail .quantity_seat,.body_ticket_detail .seatID{
  color: #be001a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.body_ticket_detail .begin-point,.body_ticket_detail .end-point{
  color: gray;
  display: none;
}
.ticket_body_child .header_ticket_detail{
  text-align: center;
  justify-content: center;
  background-color: #006f68;
  color: white;
  font-weight: 750;
}
.alert-ticket{
  font-weight: 700;
}
.step-banner{
  font-size: 3rem;
  color:#CD6E03;
  border-radius: 2px;
  padding: 0.8rem;
  margin-bottom: 1rem;
  min-height: 150px;
  opacity: 0.8;
  background-attachment: fixed;
  background-position: center;
  background-image: url(https://ak5.picdn.net/shutterstock/videos/18948275/thumb/11.jpg)
}
/* .ticket_body .ticket_info_car_other>div{
    height: 5rem;
} */
.ticket_body .ticket_info_car_payment{
  background: #F5F5F5;
}
.ticket_body .ticket_body_child_left{
     /* background: blue; */
}
.ticket_body .ticket_body_child_left>div{
  float: left;
  line-height: 3rem;
  overflow: hidden;

}
.ticket_body .ticket_body_child_right tbody{
  overflow-y: auto;
  min-height: 20rem;
}
.ticket_body .ticket_body_child_right td{
  overflow:hidden;
  line-height: 2.5rem;
  padding:0;
  margin:0;
}
.ticket_body .ticket_body_child_right tbody>tr>th{
  max-width:1.3rem;
}
/* .ticket_body .ticket_body_child_right tbody>tr>td:nth-child(2){
    max-width: 1.6rem;
}
.ticket_body .ticket_body_child_right tbody>tr>td:nth-child(3){
    max-width:8rem;
} */
.ticket_body_child .ticket_info_car_payment .ticket_body_child_right{
  background: rgb(250, 144, 27);
}
.ticket_body .ticket_body_child_right>div{
     float: left;
     line-height: 3rem;
}

.info_order .table-seats, .info_order .table-routes, .info_order .table-customer{
  padding:3px;
}
.info_order .table-seats:hover, .info_order .table-routes:hover{
  background: #fff;
}
#choose_quantity_seat>div:nth-child(2){
  width: 100%
  display:none;
  position:absolute;
  background: white;
  border: 8px white solid;
  padding: 0;
}
.vehicle-mobile{
  z-index:100;
  background: white;
  position:fixed;
  top:0;
  left: 0;
  display:none;
}

.input-mobi-vehicle{
  padding:0.5rem;
}
.mobi_begin_route,.mobi_end_route{
  display: none;
}
.mobi_vehicle_box{
  width: 100%;
  max-height: 30rem;
  background: white;
  z-index: 15;
}
.mobi_vehicle_box li{
  width: 100%;
  padding: 1rem;
}
.mobi_vehicle_box li:nth-child(even){
  background:#F5F5F5;
}
.mobi_vehicle_box b{
  margin-left:2rem;
}
.search_from{
    position: absolute;
    /* top set by js */
    max-height: 30rem;
    overflow: auto;
    background: white;
    z-index: 100;
    padding:0.5rem;
    display: none;
}
.search_to{
    position: absolute;
    max-height: 30rem;
    overflow: auto;
    background: white;
    z-index: 15;
    padding:0.5rem;
    display: none;
}

.arrow-mini{
  display:none;
  margin-left: 1rem;
}
.search_to li,.search_from li,.quantity_person li{
  /* border-left: 0.5rem solid white;
  border-right: 0.5rem solid white; */
  width: 100%;
  text-indent: 3.4rem;
  padding: 1rem;
}
.search_to b,.search_from b{
  margin-left:2rem;
}
.seat-map-option .data-loading-overflow {
    top: 0;
    background: rgba(0,0,0,.1);
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.policy:hover,[data-comment]:hover{
  transition :all 0.2s linear;
  transform: skewX(20deg);
  color:#fa901b;
}
.modal-body .item{
  border-top: 1px solid #e5e5e5;
  padding: 1rem;
}

.modal-body .item .user-name{
  width: 50px;
  height: 50px;
  background: #CCCCCC;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color :#FFF;
  font-weight: 600;
}
.modal-body .item .comment{
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.modal-body .info-vehicle td{
  border : 1px solid #e5e5e5;
}
.modal-body .info-vehicle td h3{
  font-weight: 700;
}
.note-setting {
    font-weight: 400;
    text-align: left;
    color: #73BE73;
    background: #E7FFE5;
    padding: 5px;
    width: 100%;
    text-indent: 0.5rem;
}
.cd-notice-content {
    border: 1px solid #cccccc;
    padding: 10px;
    background: white;
    top: 0px;
    position: absolute;
    margin-right: 10px;
    border-radius: 5px;
}
.cd-notice-header {
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #cccccc;
}
.cd-notice-arrow {
    position: absolute;
    top: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cccccc;
}
#home-vehicle .item{
  padding-bottom:1rem;
}
#home-vehicle {
  padding: 1rem 0 4rem;
}
@media only screen and (max-width: 1024px){
  span.screen_media{
    display:none;
  }
  .ticket_title {
    margin-bottom:0rem;
  }
  .ticket_title_left .arrow::after{
    top: -168%;
  }
}
@media only screen and (max-width:991px){
  .ticket_body_child .body_ticket_detail{
    min-height: 20rem;
  }
  .special{
    margin-bottom:1rem;
  }
  .info_contact .textarea-note{
    height: 9rem;
  }
}
@media only screen and (max-width: 768px){
  table{
    width: 100%;
  }
  .quantity{
    padding-bottom: 8px;
  }
  .seat-map-option .seatPrice{
    font-size: 10px;
  }
  .ticket_body_child .body_ticket_detail{
    min-height: 15rem;
  }
  .other_info svg{
    display: none;
  }
  .car-seat svg{
    display: none;
  }
  .body_list h2{
    font-size: 2rem;
    font-weight: 600;
  }
  body {
    font-size: 12px;
  }
  .ticket_body .ticket_body_child_left>div{
    margin: 0 0 1rem;
  }
  .filters_list_detail{
    overflow: auto;
  }
  .seats-note{
    font-size: 11px;
  }
  .seats-note svg{
    width: 13px!important;
    height: 20px!important;
  }
  .body_ticket_detail.special{
    height: 477px!important;
  }
}
li.header_info_ticket{
  text-transform: uppercase;
}
@media only screen and (max-width: 767px){
  .alert-ticket{
    display:none;
  }
  .ticket_title .nav-tabs li a{
    font-size: 14px;
  }
  .SLFJW{
    justify-content: space-between;
  }
}
@media only screen and (max-width:689px){

}
@media only screen and (max-width:659px){

}
@media only screen and (max-width:626px){
  .next_step span,.preview_step span{
    font-size:2rem;
  }
}
@media only screen and (max-width:581px){
  .ticket_title_left .arrow::after{
    top: -161%;
  }
}
@media only screen and (max-width:579px){
  .other_info i{
    display:none;
  }
  button[name=scroll-top]{
    display: none
  }
  .filters_list_detail{
    display: none;
  }
}
@media only screen and (max-width:572px){
  .ticket_body_child .total_amount, .ticket_body_child .submit{
    font-size:1.6rem;
    font-weight: 700;
  }
  .header_info_contact span{
    display :none;
  }
  .step-banner{
    min-height: 40px;
        color: black;
  }
}
@media only screen and (max-width:520px){
.duration-time>p{
  text-indent: 0rem;
  }
}
@media only screen and (max-width:425px){
  .ticket_body_child .total_amount, .ticket_body_child .submit{
    font-size:1.4rem;
  }
  .arrow-mini{
    display: block;
  }
}
@media only screen and (max-width:382px){
  .header_choose_route span{
    display: none;
  }
}
@media only screen and (max-width:375px){
  .next_step span,.preview_step span{
    font-size:1.5rem;
  }
  .ticket_return {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width:320px){
  .arrow-mini{
    display:block;
  }

}
.bus-img{
  background-image: url('../../../../../image/bus.png');
  z-index: 2;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
