/* style.css */
.bg-empty {
  background-image: url(https://gmi.vietjet.net/images/no_flight.svg);
}
.btn-img-circle.zalo-img-circle {
  background-image: url(https://gmi.vietjet.net/images/icon-zalo.svg);
}
.btn-img-circle.telegram-img-circle {
  background-image: url(https://gmi.vietjet.net/images/icon-telegram.svg);
}

/* home.css */
.section-featured .feature-box a {
  background-image: url(https://gmi.vietjet.net/images/img/Images-bg/bottom_right_bg.png);
}

/* flight_result.css */
.journey-flight-infor .bg_VU, .infor-plane .bg_VU {
  background: transparent url(https://gmi.vietjet.net/images/img/Images-brand/VU.png) center no-repeat;
  background-size: cover;
}
.journey-flight-infor .bg_VJ, .infor-plane .bg_VJ {
  background: transparent url(https://gmi.vietjet.net/images/img/Images-brand/VJ.png) center no-repeat;
  background-size: cover;
}
.journey-flight-infor .bg_VN, .infor-plane .bg_VN {
  background: transparent url(https://gmi.vietjet.net/images/img/Images-brand/VNA.png) center no-repeat;
  background-size: cover;
}
.journey-flight-infor .bg_QH, .infor-plane .bg_QH {
  background: transparent url(https://gmi.vietjet.net/images/img/Images-brand/QH.png) center no-repeat;
  background-size: cover;
}
.journey-flight-infor .bg_BL, .infor-plane .bg_BL {
  background: transparent url(https://gmi.vietjet.net/images/img/Images-brand/BL.png) center no-repeat;
  background-size: cover;
}