table td {
  border-bottom: 0px;
}
/* example table  */
.t-under-line {
  text-align: center;
}
.ex-contact {
  padding: 5px 3px !important;
  vertical-align: middle !important;
}
.line-l {
  border-bottom: 2px solid #d5def0;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}
.line-2 {
  border-bottom: 2px solid #d5def0;
  border-left: 8px solid #e7edf7;
  padding: 0px;
  margin: 0px;
  background-color: #c5deff;
}
.table-shadow-1 {
  box-shadow: inset 10px 0 10px -10px rgba(94, 138, 191, 0.25), inset -10px 0 10px -10px rgba(94, 138, 191, 0.25);
}
.table-shadow-2 {
  box-shadow: inset 10px 0 10px -10px rgba(94, 138, 191, 0.25), inset -10px 0 10px -10px rgba(94, 138, 191, 0.25);
  border-bottom: 0px;
}
.ex-bg {
  background-image: url("images/offer_bk_2.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 30px 20px;
}
.open11 {
  background-image: url("images/head-arrow-close-2.png");
  background-repeat: no-repeat;
}
.open11.on {
  background-image: url("images/head-arrow-expand-2.png");
}
.ex-tilte {
  padding: 6px;
  vertical-align: middle;
  text-align: center;
}
.ex-member {
  padding: 6px;
  vertical-align: middle;
  text-align: center;
  background: #FFFFFF;
}
.ex-body {
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}
.ex-body-hl {
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  color: #0371A4;
}
.btnBlue {
  border-radius: 539px;
  color: #fff;
  background-color: #035faf;
  font-size: 18px;
  margin: 0px 220px 30px 220px;
  padding: 10px;
  text-align: center;
  font-size: 22px;
}
.btnBrown {
  border-radius: 539px;
  color: #fff;
  background: linear-gradient(180deg, #B1938D, #ac928c);
  font-size: 18px;
  margin: 0px 220px 30px 220px;
  padding: 10px;
  text-align: center;
  font-size: 22px;
}
.btnWhite {
  border-radius: 539px;
  color: #465a65;
  background-color: #ffffff;
  font-size: 18px;
  margin: 0px 60px 20px 60px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
/* example table end */
.tagon-promo {
  border: 2px solid #3b92ff;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 5px;
  align-items: center;
  background-color: #fff;
}
.tagon-promo-col {
  padding: 10px 15px;
}
.new-blue {
  color: #0066b3;
}
.new-red {
  color: #de3232;
}
/*offer table*/
.f16 {
  font-size: 16px
}
.f18 {
  font-size: 18px
}
.f20 {
  font-size: 20px
}
.merchant-offer {
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #3780bc, #2f80bc);
  min-height: 140PX;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.hotel-offer {
  font-size: 16px;
  text-align: center;
  color: #58595b;
  background: linear-gradient(180deg, #d5c6c2, #ccc2c0);
  min-height: 80PX;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.upi {
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  min-height: 225px;
}
.merchant-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  justify-content: center;
}
.merchant {
  width: 100%;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merchant-col {
  padding-top: 15px;
  width: calc(33% - 12px);
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 6px;
  box-shadow: 0 0 4px 1px #CDC;
}
.airport-box {
  width: 100%;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.airport-col {
  padding-top: 15px;
  width: calc(50% - 12px);
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 6px;
  box-shadow: 0 0 4px 1px #CDC;
}
.airport-offer {
  font-size: 16px;
  text-align: center;
  color: #465a65;
  background: #CDDAE6;
  min-height: 190PX;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.offer-bk2 {
  border-top: 4px solid #054c9b;
  background-image: linear-gradient(170deg, #e5f0f7 10%, #ffffff, #ffffff, #e5f0f7 100%);
  padding: 0 25px 25px 25px;
}
.text-right {
  text-align: right !important;
}
/*---------------*/
sup {
  margin-top: 0;
  position: relative;
}
}
.offer-title-image {
  background-image: url("images/oversea-offer.png");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  position: relative;
  margin: 50px 0px 70px 0px;
  height: 120px;
}
.offer-title {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-title-8-pecent-image {
  background-image: url("images/oversea-offer-8-percent.png");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  position: relative;
  margin: 40px 0px 30px 0px;
  height: 110px;
}
.offer-title-8-pecent {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 53%;
  transform: translate(-50%, -50%);
}
.offer-title-merchant-image {
  background-image: url("images/oversea-offer-merchant.png");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  position: relative;
  margin: 40px 0px 30px 0px;
  height: 110px;
}
.offer-title-merchant {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 64%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.offer-title-airport-image {
  background-image: url("images/oversea-offer-airport.png");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  position: relative;
  margin: 40px 0px 30px 0px;
  height: 110px;
}
.offer-title-airport {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.offer-title-hotel-image {
  background-image: url("images/oversea-offer-hotel.png");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  position: relative;
  margin: 40px 0px 30px 0px;
  height: 118px;
}
.offer-title-hotel {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 56%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.airplane {
  width: 40px;
  height: 40px;
  text-align: right;
  float: right;
  margin: -21px -43px;
}
.airplane-line {
  border-top: 3px dashed #97adda;
  font-weight: bold;
  margin: -6px 0px;
  width: calc(100% - 43px);
}
.offer-Remark .list-decimal > li {
  width: 100%;
  text-align: left;
  padding-left: 0.25rem;
}
.airport-btn-arrow {
  height: 18px;
  margin: -24px 0px 0px 200px;
}
@media (max-width: 576px) {
  .tagon-promo-col {
    width: 100%;
  }
  .tagon-promo {
    flex-wrap: wrap;
  }
  /*offer table*/
  .merchant-col {
    width: calc(50% - 12px);
  }
  .offer-title {
    top: 58%;
    left: 40%;
    transform: translate(-30%, -50%);
  }
  .offer-title-8-pecent {
    top: 60%;
    left: 63%;
    transform: translate(-50%, -62%);
    line-height: 28px;
    text-align: left;
  }
  .offer-title-8-pecent-image {
    background-image: url("images/oversea-offer-8-percent_m.png"); /*background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    position: relative;
    margin: 50px 0px 70px 0px;
    height: 110px;*/
  }
  .offer-title-merchant {
    top: 62%;
    left: 63%;
    transform: translate(-50%, -62%);
    line-height: 28px;
    text-align: left;
    width: 200px;
  }
  .offer-title-merchant-image {
    background-image: url("images/oversea-offer-merchant_m.png"); /*background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    position: relative;
    margin: 50px 0px 70px 0px;*/
    height: 140px;
  }
  .offer-title-hotel-image {
    background-image: url("images/oversea-offer-hotel_m.png");
    /*background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    position: relative;
    margin: 40px 0px 30px 0px;*/
    height: 140px;
    line-height: 28px;
  }
  .offer-title-hotel {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 58%;
    left: 55%;
    transform: translate(-50%, -50%);
  }
  .offer-title-airport-image {
    background-image: url("images/oversea-offer-airport_m.png");
    /*background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    position: relative;
    margin: 40px 0px 30px 0px;
    height: 110px;*/
  }
  .offer-title-airport {
    left: 56%;
  }
  .btnBlue {
    margin: 0px 0px 30px 0px;
    font-size: 18px;
  }
  .btnBrown {
    margin: 0px 0px 30px 0px;
    font-size: 18px;
  }
  .btnWhite {
    margin: 0px 0px 30px 0px;
    font-size: 18px;
  }
  .airport-btn-arrow {
    height: 18px;
    margin: -24px 0px 0px 100px;
  }
  .line-2 {
    padding: 0px !IMPORTANT;
    margin: 0px !IMPORTANT;
  }
  .line-l {
    padding: 0px !IMPORTANT;
    margin: 0px !IMPORTANT;
  }
  .airport-offer {
    min-height: 300PX;
  }
  /*----*/
  .promoBanner_new {
    background-position: 75%;
  }
}
.tips-border {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  border: 2px solid #054c9b;
  border-radius: 15px;
  background-color: #fff;
}
.tips-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.tips-col {
  padding: 5px 10px;
}
.tips-bk {
  background-image: linear-gradient(170deg, #eee 10%, #ffffff, #ffffff, #ddd 100%);
  padding: 30px 40px;
  position: relative;
}
.tips-bk::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("images/head-w-corner.gif");
  background-size: 100% 100%;
  position: absolute;
  transform: rotate(90deg);
  left: 0;
  top: 0;
}
.tips-bk::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("images/head-w-corner.gif");
  background-size: 100% 100%;
  position: absolute;
  transform: rotate(-90deg);
  right: 0;
  bottom: 0;
}
.unionpay-display {
  display: none;
  margin-top: 15px;
}
.unionpay-border {
  border-radius: 10px;
  border: 2px solid #df3232;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.applepay-display {
  display: none;
  margin-top: 15px;
}
.applepay-border {
  border-radius: 10px;
  border: 2px solid #002b5a;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.up-col {
  width: 50%;
  padding: 20px;
  text-align: center;
}
.up-col {
  width: 50%;
  padding: 20px;
  text-align: center;
}
.new-red {
  color: #de3232;
}
.applepay-btn {
  display: inline-block;
  padding-right: 35px;
  position: relative;
  background-image: url("images/darkblue-arrow-down.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right;
  cursor: pointer;
  color: #002b5a;
}
.applepay-btn.active {
  background-image: url("images/darkblue-arrow-up.png");
}
.unionpay-btn {
  display: inline-block;
  padding-right: 35px;
  position: relative;
  background-image: url(images/red-arrow-down.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right;
  cursor: pointer;
}
.unionpay-btn.active {
  background-image: url(images/red-arrow-up.png);
}
.cr-example-btn {
  display: inline-block;
  padding-right: 35px;
  position: relative;
  background-image: url("images/white-arrow.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center right;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  background-color: #195984;
  padding: 10px 40px 10px 20px;
}
.cr-example-btn.active {
  background-image: url("images/white-arrow-down.png");
}
@media (max-width: 576px) {
  .up-col {
    width: 100%;
  }
}
@media all and (max-width:576px) {
  .tips-row {
    flex-wrap: wrap;
  }
  .tips-col {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .offer-title {
    top: 53%;
    left: 40%;
    transform: translate(-30%, -50%);
  }
  .offer-title-8-pecent {
    top: 60%;
    left: 61%;
    transform: translate(-50%, -62%);
    line-height: 28px;
    text-align: left;
  }
  .offer-title-8-pecent-image {
    background-image: url("images/oversea-offer-8-percent_m.png"); /*background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    position: relative;
    margin: 50px 0px 70px 0px;
    height: 110px;*/
  }
}