#waiting_search_form {
  position: relative;
  -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#waiting_search_form .box-body,
#response_search_form .box-body {
  padding: 60px 15px 0px 15px;
}

#response_search_form .box-footer {
    padding: 20px 10px;
}

#response_search_form {
  padding-bottom: 80px;
}

.no_data_flights {
    text-align: center;
    color: #dc3545;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.main-ct {
  padding-bottom: 60px;
  padding-top: 0;
}

.i-come {
    transform: rotate(90deg);
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.cl-gray {
  color: gray;
}

#waiting_search_form .box-footer {
  padding: 20px 10px;
}

.box-results{
  /*min-width: 768px;*/
}

.txl {
  text-align: left !important;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

h1.title { 
    font-size: 24px;
    color: #595954;
    margin-bottom: 10px;
    text-align: center;
}
.btn.btn-change, .btn.btn-change:focus{
  background-color: transparent;
      font-size: 15px;
    color: #4469b0;
    font-weight: bold;
    cursor: pointer;
    line-height: 16px;
    box-shadow: none;
}
.box-search{
  border: 1px solid #4469b0;
    border-radius: 5px;
    height: 145px;
    margin-top: 20px;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.table-results {
  /*margin-top: 20px;*/
}
.table-results .title{
    height: 60px;
    background-color: #4469b0;
    padding: 10px 15px;
    position: relative;
}
.table-results .title .content {
    border-left: 2px solid #fff;
    height: 40px;
    padding-left: 10px;
}
.table-results .title .content p {
    color: #fff;
    font-size: 15px;
        margin-bottom: 0;
}
.table-results .title .content .col-xs-6:first-child p:first-child {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 5px;
}
.padr0 {
    padding-right: 0px!important;
}
.mb0{margin-bottom: 0 !important}
.box-filter{
  display: none;
}
.partner:hover .box-filter{
  display: block;
}
.box-search .form-date{
  padding-right: 0;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid rgb(7, 112, 205);
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 12px;
    line-height: 0.8;
    color: rgb(7, 112, 205);
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  /*border: 2px dotted blue;*/
}

/* hover style just for information */
label:hover:before {
  border: 2px solid rgb(7, 112, 205) !important;
}

.partner:hover  .box-filter{
  display: block;
}

.partner{
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  margin-left: 5px;
}
.partner:hover{
  border: 1px solid #ffa801;
}
.partner .box-filter {
    border: 1px solid #ffa801;
    width: 425px;
    min-height: 50px;
    position: absolute;
    left: 14px;
    top: 36px;
    display: none;
    padding: 15px 0 0;
    z-index: 10;
    background-color: #fff;
    overflow: auto;
}
.sort{
  display: inline-block;
  margin-left: 20px;
  padding: 8px 0;
  color: #333333;
}

.day-in-week{
  posvéion: relative;
  padding: 10px 40px;
}
.day-in-week .prev, .day-in-week .next{
  position: absolute;
  top: 28%;
  font-size: 20px;
  color:  #595954;
}
.day-in-week .prev{
  left: 0;
}
.day-in-week .next{
  right: 0;
}
.day-in-week ul{
  display: table;
  width: 100%;
  margin: 0;
}
.day-in-week ul li{
  display: table-cell;
  text-align: center;
  border-right: 1px solid #4469b0;
  padding: 5px ;
  position: relative;
}
.day-in-week ul li:last-child{
  border-right: none;
}
.day-in-week ul li a{
  color: #595954;
  font-size: 15px;
    text-decoration: none;
}
.day-in-week ul li a>div{
  margin-bottom: 4px;
}
.day-in-week ul li.active a{
  color: #4469b0 ;
}
.day-in-week ul li.deactive a{
  color: #aaa ;
  cursor: default;
}
.price-num{
  font-weight: 600;
  font-size: 15px;
  color: #4469b0 ;
}
.price-hover{
  display: none;
}
.day-in-week ul li:hover .price-hover{
  display: block;
  position: absolute;
  left: -40px;
  right: -40px;
  padding: 10px;
  border: 1px solid  #4469b0 ;
  background-color: #ffffff;
  z-index: 10;
}
.result-detail .point-1{
  position: relative;
  top: 3px;
  margin-bottom: -5px !important;
  color: #555;
  font-weight: 600;
  font-size: 12px;
}
.result-detail .point-2{
  position: relative;
  margin-bottom: 0 !important;
  top: -4px;
  color: #555;
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-size: 12px;
}
/*.result-detail .point-1:first-child:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 99px;
    height: 16px;
    background: url(../img/flight/point.png) no-repeat;
    background-size: contain;
    left: 25px;
    top: 19px;
}*/
.btn.btn-fn {
    box-shadow: none!important;
    width: 120px;
    background-color: #c00027 !important;
    border: none;
    color: white!important;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.btn.btn-fn:hover {
  background-color: #840a22;
}

#itinerary2 {
    margin-top: 30px;
}

.see-detail {
  text-decoration: none !important;
}
.see-detail:hover, .see-detail:focus, .see-detail:active {
  color: #c00027;
}
.result-detail ul{
  display: table;
  width: 100%;
  margin: 0;
}

.txr{text-align: right;}
.font16{font-size: 16px;}
.detail {
  padding: 5px 0 0;
  margin-top: 10px;
  color: #555;
}

.detail.detailIntenational {
  padding: 10px 10px 15px 10px;
  /*border-bottom: 2px solid #ccc;*/
  /*margin-bottom: 15px;*/
}

/* Update */ 
#loading_fly {
    text-align: center;
    margin: 0 auto;
    display: flex;
    position: relative;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

#loading_fly img {
  max-width: 150px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.p30 {
  padding: 30px;
}

.p60 {
  padding: 60px;
}

.flight_title {
  text-align: center;
  margin-top: 0;
}

.flight_date {
  text-align: center;
}

#loadingFlight, #contentFlight, .table-results {
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  transition: all .2s ease-out;
  width: 100%;
}

.fixed_footer {
  /*position: fixed;
  bottom: 0;
  width: 100%;*/
}

.flight_research {
  text-align: center;
  color: #4469b0;
}

.bd2 {
  border-bottom: 2px solid #cacfe3;
}

.section_filter {
  padding-top: 0;
  padding-bottom: 25px;
  background-color: #ffffff;

  /*position: fixed;
  width: 100%;
  z-index: 1;*/
}

#boxContentFlight.pt65 {
  padding-top: 65px;
}

.section_filter.fixed_filter {
  position: fixed;
  width: 100%;
  z-index: 1;
}

#content_section_filter .content-pages {
  margin-top: 25px;
}

.page-flight {
  /*margin-bottom: 15px;*/
}

.page-flight .search-box {
    background-color: transparent;
    padding: 0;
    height: auto;
}

.tab-flight {
  border: none !important;
}

.tab-flight.nav-tabs>li>a {
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    /*padding: 5px 40px 0 0;*/
    color: #555;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: none;
  color: #1962c6 !important;
}

.tab-filter-child.nav-tabs>li>a {
  border-radius: 0;
  border: 2px solid #d6dbdd;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.tab-filter-child.nav-tabs>li.active>a, 
.tab-filter-child.nav-tabs>li.active>a:focus, 
.tab-filter-child.nav-tabs>li.active>a:hover {
  border: 2px solid #1962c6 !important;
}

/*.box-filter {
  margin-top: 10px;
}*/

#nav-tabContent-child {
  padding: 5px 15px;
  border: 2px solid #d6dbdd !important;
  margin-top: -1px;
}

.tab-filter-child {
  border-bottom: none;
}

.tab-result-all.nav-tabs>li {
  cursor: pointer;
  width: 50%;
}

.date_result, .date_result label {
  cursor: pointer !important;
  margin-bottom: 0;
  margin-top: 0;
}

.tab-result-all.nav-tabs>li>a {
  border-radius: 0;
  border: 2px solid #d6dbdd;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
}

.tab-result-all.nav-tabs>li.active>a, 
.tab-result-all.nav-tabs>li.active>a:focus, 
.tab-result-all.nav-tabs>li.active>a:hover {
  border: 2px solid #1962c6;
  /*background-color: transparent;*/
  /*border-bottom: none;*/
}

.tab-result-all {
  border-bottom: none;
  position: relative;
    z-index: 0;
}

.tab-result-all.nav-tabs>li>a {
  /*border-bottom: none;*/
}

.date_result {
    margin-bottom: 0;
    margin-top: 5px;
}

.date_result label:first-child, .date_result label:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
    float: left;
    text-transform: initial;
    font-style: italic;
}

.date_result label:last-child {
    font-size: 13px;
    font-weight: normal;
    float: right;
    text-transform: capitalize;
    font-style: italic;
}

.tab-result-all.nav-tabs>li>a {
  margin-right: 0;
}

.tab-result-all.nav-tabs>li:first-child>a {
  /*margin-right: 2px;*/
}

.tab-result-all.nav-tabs>li>a.itineraryNumber {
    float: left;
    border: none;
    display: inline-block;
    font-size: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 5px;
    font-family: inherit;
    padding-left: 18px;
    border-right: 2px solid #d6dbdd;
    margin-right: 12px !important;
    padding-right: 15px;
    z-index: 1;
    background: transparent;
}

.tab-result-all.nav-tabs>li.active>a.itineraryNumber:focus, 
.tab-result-all.nav-tabs>li.active>a.itineraryNumber:hover {
  border: none;
  border-right: 2px solid #d6dbdd;
}

.tab-result-all.nav-tabs>li.active>a.itineraryNumber {
  border-color: #1962c6;
}

.stopover-wrapper {
    background-color: #e9f7ec;
    /*padding-top: 12px;*/
}

.stopover-wrapper.direct-flight {
    background-color: bisque;
    /*padding-top: 12px;*/
}

.stopover-wrapper.direct-flight::after {
    border-left-color: bisque;
}

.stopover-wrapper::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 60%;
    right: 0;
    margin-top: -28px;
    border-left: 30px solid #e9f7ec;
    border-top: 24px solid #fff;
    border-bottom: 24px solid #fff;
}

.stopover-wrapper::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -21px;
    border-left: 21px solid #fff;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
}

.stopover-wrapper {
    background-color: #e9f7ec;
    line-height: 1.2;
    padding: 0px 0;
    position: relative;
    height: 40px;
    width: auto;
    padding: inherit;
    top: 0;
}

.time1 p:first-child, .time2 p:first-child {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  line-height: normal;
}

/*.time1 p:last-child, .time2 p:last-child {*/
.time1 p:last-child {
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
    overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #000;
}

.codeFlight p {
  margin-bottom: 0;
  font-weight: 600;
}

.point_name {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    position: relative;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.titleDetail {
    margin-bottom: 10px;
    margin-top: 5px;
    /*border-bottom: 2px solid #d6dbdd;*/
    border-bottom: 1px solid seashell;
    color: #000;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.titleDetail a {
  color: #000;
  text-decoration: none;
}

.titleDetail a:hover, .titleDetail a:focus, .titleDetail a:active {
  color: #000;
}

.priceticket, .journeys {
  padding-bottom: 30px;
  font-weight: 600;
}

.journeys i {
  color: #c00027;
}

.showHideFilter {
    float: right;
    position: relative;
    top: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
    color: #1962c6 !important;
}

.showHideFilter i {
  position: relative;
    top: 1px;
    font-size: 20px;
}

#boxContentFlight.op08, #infoFlightDes.op08, #infoFlightStart.op08 {
  opacity: 0.8;
}

#boxContentFlight.op1, #infoFlightDes.op1, #infoFlightStart.op1 {
  opacity: 1;
}

.imageFlight {
  max-width: 100px;
  max-height: 32px;
  /*max-height: 200px;*/
}

.imgAirLine {
  position: relative;
  min-height: 80px;
  /*text-align: center;*/
}

.imgAirLine>img {
    display: inline-block;
    vertical-align: middle !important;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: auto;
    max-width: 100px;
    left: 50%;
}

.goAirLine p, .desAirLine p, .infoAirLine div {
  margin-bottom: 0 !important;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-size: 13px;
}

.goAirLine p i, .desAirLine p i, .infoAirLine i {
  margin-right: 10px;
  width: 12px;
  text-align: center;
}

.desAirLine p i.fa-plane {
  transform: rotate(90deg);
}

.td-priceticket {
  color: darkgrey;
  font-size: 14px;
  margin-top: 6px;
}

.th-priceticket {
  color: #000;
}

.th-priceticket span {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}

.tf-priceticket {
  color: #c00027;
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}

.no-data-flight {
  font-size: 18px;
  text-align: center;
}

.no-data-flight a {
  color: #1962c6 !important;
}

.tab-result-all.nav-tabs>li.onlyItinerary {
  width: 100%;
  padding-right: 0 !important;
}

.tab-result-all.nav-tabs>li.onlyItinerary a.itinerary1 {
  margin-right: 0;
}

#boxDataFlight {
  position: relative;
  /*z-index: 0;*/
}

/*.result-detail:hover .stopover-wrapper::before {
  border-left-color: #E2EDF4;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.result-detail:hover .stopover-wrapper::after {
  border-top-color: #E2EDF4;
  border-bottom-color: #E2EDF4;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}*/

.result-detail:hover {
  cursor: context-menu;
  -moz-transform: scale(1.002);
  -webkit-transform: scale(1.002);
  transform: scale(1.002);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /*background-color: rgba(64,166,242,.1);*/
}

.journeys .segmentDetail {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid seashell;
}

.journeys .segmentDetail:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

/*.journeys .segmentDetail:nth-child(2) {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    color: #b00b26;
}*/

.stopPoint {
  margin-top: 10px;
    margin-bottom: 0;
    font-style: italic;
    color: #b00b26;
}

.journeys .stopPoint i {
  color: #b00b26;
  font-weight: 600;
  margin-right: 5px;
}

.textStopPoint {
  color: grey;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.point_name i.fa-check {
     float: right;
    font-size: 20px;
    color: #1962c6;
    font-weight: 600;
    display: none;
}

.btn.btn-fn.selected {
    background-color: #1962c6!important;
    border: 1px solid #1962c6!important;
}

.btn.btn-fn.selected:hover {
    background-color: #2474d6!important;
    border: 1px solid #2474d6!important;
}

.headerTitleDepartFlight, .headerTitleReturnFlight {
    padding: 15px 10px 10px 10px;
    /*background: #d6dbdd;*/
    color: darkgrey;
    font-size: 14px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    border-bottom: 1px solid #d6dbdd;
}

.headerTitleDepartFlight {
  margin: -15px -10px 15px -10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.headerTitleReturnFlight {
  margin: 15px -10px;
  border-top: 1px solid #d6dbdd;
  padding-top: 10px;
}

.item-international {
    margin: 8px 0px !important;
    border-top: 1px solid #d6dbdd;
    padding-bottom: 15px;
    padding-top: 15px;
}

.item-international li {
    width: 20%;
    float: left;
}

.item-international li:last-child {
    width: 30%;
    text-align: center;
}

.item-international li:first-child {
  width: 10%;
  text-align: center;
}

/*.end-item-international.item-international {
  padding-bottom: 0;
  border-bottom: none;
}*/

.result-detail .collapse ul.item-international:last-child {
  border-bottom: none;
}

.result-detail:hover .headerTitleDepartFlight,
.result-detail:hover .headerTitleReturnFlight {
    /*background: #1962c6;
    color: #fff;
     -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;*/
}

.detail.detailItinerary2 {
  margin-top: 10px !important;
}

.result-detail.result-detail-itinerary-1 {
    padding: 8px 10px;
}

.result-detail.result-detail-itinerary-2 {
    padding: 20px 10px 10px 10px;
    margin-bottom: 20px;
}

.item-international.selected {
      padding-top: 0;
    border: none;
}

.boxPriceAndConditionInternational {
    margin: -20px -10px 0 -10px;
}

.boxPriceAndConditionInternational .headerBox {
  background: #1962c6;
    padding: 12px 10px;
    color: #fff;
    font-weight: 600;
    min-height: 44px;
}

.boxPriceAndConditionInternational .headerBox a {
  color: #fff;
  text-decoration: none;
  line-height: normal;
}

.boxPriceAndConditionInternational .headerBox a:last-child {
    text-align: right;
    font-size: 25px;
    float: right;
    position: relative;
    top: -6px;
}

.startIntenationalAll ul.item-international:first-child,
.endIntenationalAll ul.item-international:first-child {
    border: none;
    /*padding-top: 0px;
    padding-bottom: 0px;*/
}

.priceticket-international {
    text-align: center;
    font-weight: 600;
    width: 100%;
}

.priceticket-international .th-priceticket {
  margin-top: 5px;
}

.conditiontPriceIntenatinal {
  padding: 0 10px 10px 10px;
  font-weight: 600;
}

.tab-content-condition-price {
    padding: 10px 10px 0 10px;
}

.tab-condition-price-international.nav-tabs>li>a {
  color: #555;
}

.tab-condition-price-international.nav>li>a:focus, 
.tab-condition-price-international.nav>li>a:hover {
  background: #fff;
  border: none;
}

.continueFlight, .continuePay {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
.continueFlight {
  display: none;
}

.continueFlight.show, 
.continueFlight.show-flex {
  display: flex;
}

.continueFlight.show.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  left: 0;
  right: 0;
  z-index: 3
}

.continueFlight.hide {
  display: none;
}

.continueFlight a.btn {
  width: 100% !important;
  font-size: 18px !important;
  margin: 0;
  padding: 20px 0 !important;
  border-radius: 0;
}

#alertSelect {
  display: none;
  font-size: 16px;
  color: red;
  font-weight: 600;
  font-style: italic;
}

#alertSelect.show {
  display: inline-block !important;
}

#alertSelect.hide {
  display: none !important;
}

.headStepFlight ul.stepNumText {
  display: block;
  text-align: right;
  margin-bottom: 0;
  margin-top: 20px;
  cursor: pointer;
}

.headStepFlight ul.stepNumText li {
  display: inline-block;
  opacity: 0.5;
  position: relative;
  padding-left: 70px;
    opacity: 0.8;
    margin-right: 12px;
    cursor: pointer;
}

.headStepFlight ul.stepNumText li.active {
  opacity: 0.8;
}

.headStepFlight ul.stepNumText li span:first-child{
    width: 20px;
    height: 20px;
    /* opacity: .5; */
    float: left;
    font-size: 11px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    color: #fff;
    background: #434343;
}

.headStepFlight ul.stepNumText li span:last-child{
    padding-left: 25px;
    color: #434343;
    font-size: 13px;
    font-weight: 600;
}

.headStepFlight ul.stepNumText li.active span:last-child{
  color: #c00027;
}

.headStepFlight ul.stepNumText li.active span:first-child{
    color: #fff;
    /*background: #1962c6;*/
    background: #c00027;
}

.headStepFlight ul.stepNumText li:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    border-top: 2px solid #434343;
    margin-top: -.5px;
    background: #434343;
    opacity: .2;
}

.headTitleBookFlightInfo {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}

.boxBookFlightInfo {
    margin-bottom: 10px;
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
    color: #313744;
}

.boxBookFlightInfo .headBookFlightInfo {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
}

.boxBookFlightInfo .headBookFlightInfo span.color strong {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}

/*.boxBookFlightInfo .headBookFlightInfo span:nth-child(2) {
  color: rgb(7, 112, 205);
}

.boxBookFlightInfo .headBookFlightInfo span:nth-child(2) strong {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}*/

.boxBookFlightInfo .headBookFlightInfo span:nth-child(2) {
  float: right;
  color: red;
  font-size: 14px;
}

.boxBookFlightInfo .bodyBookFlightInfo {
  padding: 15px;
  border-top: 1px solid rgba(0,0,0,.12);
}

.boxBookFlightInfo .bodyBookFlightInfo input.form-control,
.boxBookFlightInfo .bodyBookFlightInfo select.form-control {
  height: 34px;
  border-radius: 4px;
  font-size: 13px;
}

.boxBookFlightInfo .bodyBookFlightInfo .form-group label {
    margin-bottom: 5px;
    font-weight: 600; 
    font-size: 13px;
}

.boxBookFlightInfo .bodyBookFlightInfo .form-group small {
  font-size: 12px;
  color: #bbbaba !important;
}

.boxBookFlightInfo .bodyBookFlightInfo small.text-muted {
    font-size: 12px;
    color: #bbbaba !important;
    margin-top: 0;
    position: relative;
    top: 2px;
    margin-bottom: 15px;
}

.pointStop, .pointNoneStop {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ffcd00;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.pointStop {
  background: red;
}

.headBookTickeInfo {
  text-align: center;
  color: #c00027;
  font-weight: 600;
}

.headBookTickeInfo i.fa-plane {
  float: left;
  font-size: 20px;
}

.boxBookFlightInfo .bodyBookFlightInfo.bodyBookTickeInfo {
  padding-bottom: 8px;
  font-size: 14px;
}

.dateStart {
    color: #434343;
    font-weight: 700;
    padding-bottom: 10px;
}

.dateStart i {
  float: right;
  font-size: 18px;
  font-weight: 600;
}

.imgStart, .timeStart, .pointStopStart, .adressStart {
  margin-bottom: 10px;
}

.imgStart img {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 50px;
}

.imgStart span {
  color: #8f8f8f;
  font-weight: 600;
  margin-left: 20px;
}

.timeStart, .adressStart, .pointStopStart {
  color: #8f8f8f;
  font-weight: 600; 
  padding-left: 10px !important;
}

.pointStopStart {
  padding-left: 25px !important;
}

.timeStart span, .adressStart span, .pointStopStart span {
  display: block;
}

.timeStart span:first-child, .adressStart span:first-child {
    color: #434343;
    font-weight: 700;
}

.timeStart span:last-child, .adressStart span:last-child {
    font-size: 12px;
}

.timeStart:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 29px;
    left: 0px;
    background: #dadada;
}

.timeStart:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    left: -3px;
    border: 1px solid #1ba0e2;
    border-radius: 50%;
}

.timeStart.timeEnd:before {
  display: none;
}

.timeStart.timeEnd:after {
  background: #1ba0e2;
}

.pointStopStart:after {
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8px;
    background: #ffc412;
    border-radius: 50%;
    border: 5px solid #fff;
}

.pointStopStart:after, .pointStopStart:before {
    content: "";
    display: block;
    position: absolute;
}

.pointStopStart:before {
    width: 1px;
    min-height: calc(100% + 24px);
    height: 100%;
    top: 11px;
    left: 0px;
    background: #dadada;
}

.totalPerson {
    color: #434343;
    font-weight: 700;
    line-height: 28px;
}

.totalPrice {
  text-align: right;
    color: #c00027;
    font-size: 20px !important;
    font-weight: 700;
}

.totalPrice.chd {
    font-size: 14px;
}

.totalPrice.chd2 {
    font-size: 16px;
}

#boxInputVoucher .input-group-text {
    margin-left: 2px;
    background: #c00027;
    border-radius: 4px;
    color: #fff;
    height: 34px;
    padding: 0 10px;
    line-height: 1;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  font-weight: 600;
  font-size: 14px;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-results__option[aria-selected] {
  font-weight: bold !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
}

.genderBox div {
  font-size: 13px;
  position: relative;
  top: -1px;
  font-weight: 600;
}

.genderBox .labelRadio {
    margin-bottom: 10px;
    margin-top: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    margin-left: 8px;
}

.label_dimension {
  margin-bottom: 0;
  text-transform: initial;
  float: right;
  /*color: #c00027;*/
  letter-spacing: 1px;
  font-size: 15px;
}

.label_dimension i {
  margin-right: 2px;
  font-size: 16px;
}

.content-pages h1.heading_content_pages.find_flight {
  margin-bottom: 0px;
}

h4.text-loading {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.mb20 {
  margin-bottom: 20px;
}

.promotion-ticket {
    display: block;
    /*max-width: 150px;*/
    font-size: 12px;
    font-weight: 600;
    color: #b00b26;
}

.div_filter {
    display: inline-block;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 3px;
    position: relative;
    top: 12px;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.div_filter.hide {
  display: none !important;
}

.div_filter.show {
  display: inline-block !important;
}

.div_filter span {
    font-weight: normal;
    background: #1962c6;
    color: #fff;
    border-radius: 2px;
    padding: 2px 10px;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
}

#filterBox .labelRadio, #filterBox .labelCheckbox {
  font-size: 13px;
}

.selectDimensional2 {
  text-align: right;
}

.selectDimensional2 a {
  margin-top: 10px;
}

#book_flight_form .form-group {
  margin-bottom: 8px;
}

.detailConditionBook ul li {
  display: inline-block;
    max-width: 100%;
    text-align: left;
    font-size: 13px;
}

.detailConditionBook ul li:before {
  content: "- ";
}

.detailConditionBook label {
  width: 100%;
  font-size: 14px;
}

.detailConditionBook i {
  float: right;
    font-size: 18px;
    font-weight: 600;
}

.detailConditionBook {
  font-size: 12px;
}

.nndBe {
    background-color: #1962c6;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    width: 16px;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: .5;
    -webkit-animation: nD4FM .6s infinite ease-in-out;
    animation: nD4FM .6s infinite ease-in-out;
}

.bubbleContainer {
  text-align: center;
}

.bubble {
  background-color: #1962c6;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  width: 16px;
  -webkit-transform: scale(.4);
          transform: scale(.4);
  opacity: .5;
  -webkit-animation: bounce .6s infinite ease-in-out;
          animation: bounce .6s infinite ease-in-out;
}

.bubble:first-child {
  background-color: #c00027;
}

.bubble:nth-child(2) {
  background-color: #58bb64;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.bubble:nth-child(3) {
  background-color: #4ec5f1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.bubble:nth-child(4) {
  background-color: #bed657;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.bubble:nth-child(5) {
  background-color: #0074bc;
}

@-webkit-keyframes bounce {
  40% {
    opacity: 1;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }

  80% {
    opacity: .4;
    -webkit-transform: scale(.4);
            transform: scale(.4);
  }
}

@keyframes bounce {
  40% {
    opacity: 1;
    -webkit-transform: scale(.9);
            transform: scale(.9);
  }

  80% {
    opacity: .4;
    -webkit-transform: scale(.4);
            transform: scale(.4);
  }
}

#boxReturnBook {
  /*margin-top: 10px;*/
  /*display: none;*/
}

#finishBooked {
  margin-top: 10px;
}

#boxReturnBook div.alert, .box-pay-message div.alert{
  /*display: none;*/
  border-radius: 0;
  font-weight: 600;
}

.box-pay-message div.alert{
  margin-bottom: 20px;
}

#boxReturnBook div.alert-success, .box-pay-message div.alert-success {
    color: #fff;
    background: #1962c6;
    text-transform: uppercase;
    font-size: 18px;
}

.modal-content {
  border-radius: 3px;
}

#modalLoading img {
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

#modalLoading .modal-content {
  padding: 30px 15px;
}

#modalLoading .modal-content .text-loading {
  padding: 15px 0 30px 0;
}


#boxReturnBook .collapse {
  font-size: 14px;
}

.notice-pay {
  color: #3c763d;
}

.btn.btn-fn.btn-ttn {
  width: auto;
  padding: 6px 12px;
}

.rowline { 
  margin-bottom: 10px;
 }

.rowline span:first-child {
      min-width: 100px;
    display: inline-block;
 }

.rowline span:last-child {
  font-weight: 600;
}

#_total_price .totalPerson i.fa {
  min-width: 20px;
}

.morBagge {
  display: none;
}

.headBookPayInfo {
  color: rgb(7, 112, 205);
}

.infoChoosepay {
    padding-left: 26px;
    font-size: 13px;
    color: #555;
}

.card {
  background-color: #fff !important;
  margin-top: 20px;
}

.card-header h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.card-text label:first-child {
  color: gray;
  display: block;
  margin-bottom: 0;
}

.card-text label:last-child {
  font-weight: 600;
  margin-bottom: 0;
}

.box-pay-message .checked-success {
  width: 120px;
  height: 120px;
  display: block;
  border: 3px solid #1962c6;
  border-radius: 100%;
  margin-bottom: 20px;
}

.box-pay-message .checked-success i {
  font-size: 80px;
  color: #1962c6;
  position: relative;
  top: 18px;
}

.mdh {
    font-size: 18px;
    font-weight: 700;
}

.text-pay-success {
    color: #1962c6;
    font-weight: 600;
}

.text-pay-success p:first-child {
  font-size: 18px;
}

.text-pay-success p {
  margin-bottom: 6px;
}

.box-pay-message {
  text-align: center;
  padding: 30px;
}

.dsp-inline-flex {
  display: inline-flex;
}

.booking-code .img-code-flight img {
  max-width: 80px;
  max-height: 53px;
  margin-right: 20px;
}

.list-code-flight .code-flight-item {
    display: flex;
    align-items: center;
}

.booking-code .code-flight p {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

.booking-code .code-flight span.code {
    display: inline-block;
    text-align: left;
    color: #3c763d;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: monospace;
}

.booking-code .code-flight span.text-mdc {
    color: #555;
    font-weight: 600;
}

.booking-code .code-flight span.red {
    display: inline-block;
    text-align: left;
    color: #a94442;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: monospace;
}

.booking-code .code-flight span.book_erro_mess {
    display: block;
    color: red;
}

#showInvoice {
  display: none;
}

#infoFlightDes, #infoFlightStart {
 cursor: pointer;
}

.btn.btn-change-flight {
    box-shadow: none!important;
    width: 100%;
    background-color: #1962c6!important;
    border: 1px solid #1962c6!important;
    border-radius: 2px;
    color: white!important;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
}

.btn.btn-change-flight:hover {
    background-color: #2474d6!important;
    border: 1px solid #2474d6!important;
}

.tab-result-all.nav-tabs>li.col-lg-8, .tab-result-all.nav-tabs>li.col-md-8 {
    width: 66.66666667% !important;
}

.tab-result-all.nav-tabs>li.col-lg-4, .tab-result-all.nav-tabs>li.col-md-4 {
    width: 33.33333333% !important;
}

.tab-result-all.nav-tabs>li.col-lg-4:first-child>a, .tab-result-all.nav-tabs>li.col-lg-8:first-child>a {
  margin-right: 0;
}

.modal-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    float: left;
}

.modal-footer, .modal-header {
  background: #f6f6f6;
  padding: 1rem;
}

.modal-header button.close {
    color: #000;
    opacity: 1;
    font-size: 30px;
    position: relative;
    line-height: 0;
    top: 5px;
    left: 10px;
}

.titleStage {
    font-size: 15px;
    color: #1962c6;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}

.btn-secondary {
  border: 1px solid #ccc;
  font-weight: 600;
}


.line-space-code {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 5px solid #eee;
}

.list-code-flight hr.line-space-code:last-of-type {
  display: none;
}

.detailConditionBook div.col-xs-12 hr:last-of-type,
.farerules div.col-xs-12 hr:last-of-type {
  display: none;
}

.farerules {
    max-height: 300px;
    overflow: auto;
    font-size: 12px;
  font-weight: 300;
}

.farerules ul {
  margin: 0;
}

.list-code-flight .code-flight {
  margin-left: 20px;
}

.block-sec {
  padding-top: 15px;
  padding-bottom: 15px;
}

#itinerary1 .tab-left {
  padding-left: 0;
}

#itinerary1 .tab-right {
  padding: 0;
}

#itinerary2 .tab-left {
  padding: 0;
}

#itinerary2 .tab-right {
  padding-right: 0;
}

.fare_rules_title_route {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #000;
  display: block;
}

.detailTickeBookStart .titleDetail {
  border: none;
  margin-bottom: 5px;
}

.promotion-ticket-detail {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #b00b26;
  float: right;
  position: relative;
  top: 2px;
}

.note_promo {
  color: red;
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.allow_issue_ticket {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.booking-reponse-alert {
    /*color: #fff !important;*/
    font-weight: 600;
    font-size: 16px;
}

#info-book {
  margin-bottom: 20px;
}

#info-book p,
#info-customer p ,
#info-flight p {
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
}

#info-book .card-text label:first-child {
  display: inline-block;
}

#info-book .card-text label:last-child {
  float: right;
}

.booking-customer-note {
  margin-top: 20px;
}

.booking-customer-note label {
  font-weight: 500;
}

.genderBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.detail-flight {
  font-size: 12px;
  position: relative;
  top: 6px;
  text-align: right;
  color: var(--color3);
  font-weight: 500;
}

.genderBox .col-6 .labelRadio:last-child {
  margin-right: 0;
}

.genderBox .labelRadio input {
    position: relative;
    top: 2px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.groupClass {
  background: ivory !important;
  margin-top: -12px;
  display: none;
}

.list_ve_bay .groupClass.item .price .btn {
  background: #ffffff;
  color: #c00027;
  font-weight: 700;
  border: 1px solid #c00027;
}

.classification {
  font-weight: 700;
  text-align: left;
}

.classification a {
  display: block;
  color: #fff;
  background: #000;
  text-decoration: none;
  padding: 3px 5px;
  border-radius: 6px;
}

.pin_selected_flight .groupClass {
    margin-top: 0;
}

.flight-info-title {
  text-align: center;
  margin: 10px 0;
}

.flight-info-title p:first-child {
      margin-bottom: 5px;
    font-family: "Roboto Condensed";
    color: #000;
    font-size: 20px;
}

.flight-info-title p:last-child {
  margin-bottom: 0;
  font-size: 16px;
}

.flight-info-title p:last-child label {
  margin-bottom: 0;
}

@media (max-width: 1920px){

  .point_name i {
    margin-right: 5px;
    margin-left: 5px;
  }

  #itinerary1 .tab-left, 
  #itinerary1 .tab-right, 
  #itinerary2 .tab-left, 
  #itinerary2 .tab-right {
    padding: 0;
  }

  .flight_title {
    font-size: 16px;
  }

  .flight_date {
    font-size: 14px;
  }
  
  .mh380 {
    min-height: 380px;
  }

  .page-flight .search-box {
      padding: 0 0 10px 0;
      height: auto;
  }

  .page-flight .list-search {
      margin-top: 0;
  }

  #loading_fly img {
      max-width: 100px;
  }

  .page-flight {
       margin-bottom: 0; 
  }

  #nav-tabContent-child {
    margin-top: 0; 
  }

  .tab-filter-child.nav-tabs>li {
    margin-bottom: 2px;
    width: 50%;
  }

  .tab-filter-child.nav-tabs>li:nth-child(2)>a,
  .tab-filter-child.nav-tabs>li:nth-child(4)>a {
    margin-right: 0;
  }

  .labelCheckbox, .labelRadio {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 0;
  }

  .nav.nav-tabs.tab-result-all li {
    width: 100%;    
    margin-bottom: 2px;
    position: relative;
  }

  .tab-result-all.nav-tabs>li>a {
    /*border: 2px solid #d6dbdd !important;*/
  }

  .tab-result-all.nav-tabs {
    border: none !important;
  }

  .tab-result-all.nav-tabs>li.active>a, 
  .tab-result-all.nav-tabs>li.active>a:focus, 
  .tab-result-all.nav-tabs>li.active>a:hover {
    /*border-bottom: 2px solid #d6dbdd !important;*/
  }

  .tab-result-all.nav-tabs>li:first-child>a {
    margin-right: 0;
  }

  .tab-result-all.nav-tabs>li.active>a.itineraryNumber, 
  .tab-result-all.nav-tabs>li.active>a.itineraryNumber:focus, 
  .tab-result-all.nav-tabs>li.active>a.itineraryNumber:hover {
      border: none !important;
      border-right: 2px solid #1962c6 !important;
      margin-right: 12px !important;
  }

  .tab-result-all.nav-tabs>li>a.itineraryNumber {
    border: none !important;
    border-right: 2px solid #d6dbdd !important;
    margin-right: 12px !important;
  }

  .tab-result-all.nav-tabs>li:first-child>a {
    margin-right: 0;
  }

  .time1 p:last-child {
    font-size: 12px;
  }

  .time2 p:last-child {
    font-size: 12px;
    margin-bottom: 0;
  }

  .btn.btn-fn {
    width: 100px;
    font-size: 14px;
    padding: 10px 0;
  }

  .codeFlight {
    left: 0;
    top: 0;
    text-align: left;
    position: relative;
  }

  .codeFlight p {
    text-align: left;
    font-size: 13px;
  }

  .codeFlight a.see-detail {
    font-size: 12px;
  }

  .date_result label:first-child, 
  .date_result label:last-child,
  .date_result label:nth-child(2) {
    font-size: 12px;
  }

  .section_filter {
    padding-top: 0;
    padding-bottom: 25px;
    /*position: fixed;*/
    width: 100%;
    z-index: 2;
    top: 0;
    background: #ffffff;
  }

  .section_filter.up {
    top: 0;
  }

  .section_filter.down {
    top: 60px;
  }

  #boxContentFlight {
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
  }

  .goAirLine p i, .desAirLine p i, .infoAirLine i {
      margin-right: 5px;
  }

  .journeys div.pr0, .conditionticket div.pr0, .priceticket div.pr0 {
    padding-left: 0;
    padding-right: 0;
  }

  .conditionticket ul, 
  .conditionticket td {
      font-size: 13px;
  }

  .priceticket, .journeys {
    padding-bottom: 15px;
  }

  .th-priceticket {
      text-align: center;
  }

  .td-priceticket {
      font-size: 12px;
      text-align: center;
  }

  .tf-priceticket {
      font-size: 13px;
      text-align: center;
  }

  .journeys {
    font-size: 13px;
    padding-bottom: 5px;
  }

  .imgAirLine {
      min-height: auto;
  }

  #boxContentFlight.op04 {
    opacity: 0.1;
  }

  #boxContentFlight.op1 {
    opacity: 1;
  }

  .no-data-flight {
    font-size: 16px;
    text-align: left;
  }

  .typeInternational {
    float: left !important;
  }

  .result-detail .farerules ul li {
    width: 100%;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 13px;
  }

  .all-flight {
    padding-top: 15px;
  }

  .price-orange {
    position: relative;
    top: 5px;
    font-size: 26px;
  }

  .detail.detailItinerary2 {
      margin-top: 0px !important;
  }

  .journey_stop {
    float: left;
    text-align: center;
    padding-left: 15px;
    display: inline-block !important;
    font-size: 12px;
    height: auto;
  }

  .timer_total {
    margin-bottom: -10px;
  }

  .point_stop_total {
    margin-top: -6px;
    margin-bottom: 0;
  }
  /*.item-international {
    border-bottom: 2px solid #d6dbdd;
  }*/

  .nav-tabs.tab-condition-price-international li {
    width: 100%;
  }

  .nav-tabs.tab-condition-price-international li:first-child a {
    padding-bottom: 0;
  }

  .continueFlight a {
      font-size: 18px !important;
      width: 100% !important;
      margin: 0;
      padding: 10px 0 !important;
      border-radius: 0;
  }

  .headTitleBookFlightInfo.ttlh {
    margin-top: 10px;
  }

  .promotion-ticket {
      display: block;
      max-width: initial; 
      font-size: 9px;
      font-weight: 600;
      color: #b00b26;
      text-align: right;
  }

  .continuePay a.btn.btn-fn {
    width: 100%;
  }

  .continueFlight button {
      width: 100% !important;
      border-radius: 0;
      font-size: 18px !important;
  }

  #modalLoading .modal-body {
    padding: 0;
  }

  #boxRequestBook {
    padding-bottom: 50px;
  }

  .box-pay-message div.alert{
    margin-bottom: 20px;
  }

  .tab-result-all.nav-tabs>li.col-xs-12 {
      width: 100% !important;
  }

  .col-center-xs {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .p0xs {
    padding: 0;
  }

  .btn-secondary {
    border: none;
  }

  .boxBookFlightInfo.p0 {
    padding: 0 !important;
  }

  .boxBookFlightInfo.m0 {
    margin: 0 !important;
  }

  .boxBookFlightInfo .bodyBookFlightInfo {
    padding: 15px 0;
  }
}

@media (min-width: 992px) {
  .list_ve_bay .item .price,
  .list_ve_bay .item .icon-flight-select {
    width: auto;
  }

  .list_ve_bay .item .flight_time {
    width: 120px;
  }

  .list_ve_bay .item .time strong {
    font-size: 18px;
  }

  /*
  .list_ve_bay .item .time {
    width: auto;
  }
  */

  .classification {
    text-align: center;
  }

  .list_ve_bay .item .time_out span,
  .list_ve_bay .item .time_in span {
    font-size: 16px;
  }

  .list_ve_bay .item .price .btn {
    font-size: 16px;
    margin-left: 10px;
    height: 30px;
    line-height: 28px;
  }

  .detail-flight {
    font-size: 14px;
  }

  .list_ve_bay .item .icon img, .list_ve_bay .item .icon {
    width: auto;
    max-width: 80px;
  }

  .th-priceticket span {
    font-size: 14px;
  }

  .tf-priceticket {
    font-size: 15px;
  }

  .list_ve_bay .item .price_header .btn {
    font-size: 22px;
  }

  .priceticket-international {
        margin-top: 34px;
  }

  .list_ve_bay .item .icon span {
    font-size: 14px;
  }

  div.showWeekOneWay, div.showWeekRoundTrip {
    display: none;
  }

  div.showWeekRoundTrip{
    display: none;
  }
}

@media (max-width: 768px) {
  .headStepFlight {
    display: none;
  }

  .flight-info-title {
    display: none;
  }

  .main-ct {
    padding-top: 60px;
  }

  #book_flight_form .headTitleBookFlightInfo:first-of-type {
    margin-top: 0;
  }

  .wrapper {
    padding-top: 0;
  }

  #boxRequestBook {
    padding-bottom: 0px;
  }

  .rightBookFlight {
    padding-bottom: 50px;
  }

  #waiting_search_form {
    padding-top: 80px;
  }

  .journeys div.col-middle {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid seashell;
  }

  .classification a {
    font-size: 13px;
  }
}
.flight-info-right {
  padding-top: 5px;
  text-align: right;
  font-size: 16px;
  color: #ff0000;
  font-weight: 600;
}

/* Search 7days */
ul.datediv:hover {
  background-color: #eee;
  cursor: pointer;
}

div.showWeekOneWay, div.showWeekRoundTrip {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
}

div.showWeekRoundTrip{
  margin-bottom: 20px;
}

.week-item {
  position: relative;
  min-height: 1px;
  text-align: center;
  border-left: 0.5px solid #eee;
  display: grid;
  margin: 0;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  float: left;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.week-item:last-child{
  border-right: 0.5px solid #eee;
}

.daytime {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.fulldate {
  font-size: 12px;
  font-weight: 500;
}

.totalprice {
  height: 28px;
  line-height: 28px;
  background: none;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fc7700;
}

/* width scrollbar */
::-webkit-scrollbar {
  width: 2px;
  box-shadow: inset 0 0 5px grey; 
  height: 10px;
}

/* Handle scrollbar */
::-webkit-scrollbar-thumb {
  background: #006885;
  border-radius: 10px;
}
/* Handle scrollbar hover */
::-webkit-scrollbar-thumb:hover {
  background: #0083a7; 
}