@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Noto+Sans+TC:wght@400;500;700;900&display=swap');


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  margin: 0 auto;
  background-color: #FFF;
  font-family: 'Lato', 'Noto Sans TC', Arial, sans-serif, STHeiti, 'Microsoft JhengHei', '微軟正黑體', "黑体"
}

button {
  border: 0;
  background: none;
  outline: 0 !important;
  box-shadow: none !important
}

a:hover {
  text-decoration: none
}

.mySlides {
  display: none
}

.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0
}

img.head-logo {
  width: 300px;
  padding-left: 70px;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.tab1-intro {
  font-family: lato, Arial, sans-serif, STHeiti, microsoft jhenghei, 微軟正黑體, 黑体;
  width: 100%;
  max-width: 1200px;
  font-size: 22px;
  color: #333232;
  line-height: 35px;
}

.w3-white,
.w3-hover-white:hover {
  background-color: #0085d2 !important;
}

.w3-border {
  border: 1px solid #0085d2 !important;
}

.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer;
  color: #0085d2;
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0
}

.deal-in-center {
  padding-left: 35%;
}

.BackToTop {
  position: fixed;
  left: 20px;
  bottom: 80px;
  z-index: 1;
  /*padding: 80px 20px;*/
}

.BackToTop img {
  width: 55px;
}
.top-banner .kv,
.header-bg div {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.header-bg div {
  text-align: left;
}

.content-wrapper {
  font-family: 'Lato', 'Noto Sans TC',sans-serif;
}

.content-wrapper .nav-tabs {
  max-width: 1170px;
  margin: 40px auto 20px;
}

.content-wrapper .nav-tabs li a {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: normal;
  color:#333;
  padding: 20px 15px;
  font-family: 'Lato', 'Noto Sans TC',sans-serif;
}

.content-wrapper .nav-tabs>li.active>a, .content-wrapper .nav-tabs>li.active>a:focus,
.content-wrapper .nav-tabs>li.active>a:hover{
  font-weight: bold;
  color: #0081C3;
}

.content-wrapper #moenyback h2 {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  color: #0081C3;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.content-wrapper #moenyback p,
.content-wrapper #hsbc p {
  max-width: 670px;
  width: 100%;
  margin: 0 auto 56px;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  letter-spacing: 1.7px;
}


.content-wrapper #moenyback .intro {
  padding: 0 0 40px;
}
.content-wrapper #moenyback .intro img {
  margin: 0 auto 24px;
}

.content-wrapper #moenyback .intro-pt p{
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
  letter-spacing: 1.7px;
  max-width: 300px;
  width: 100%;
  margin-bottom: 20px;
}


.content-wrapper .btn-linkup {
  border-radius: 10px;
  background: linear-gradient(270deg, #FE8210 0%, rgba(254, 130, 16, 0.00) 100%), #E41C26;
  color: #FFF;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.6px;
  padding: 10px 12px;
  max-width: 250px;
  width: 100%;
  margin:35px auto 20px;
  border: 0;
}

/* Guideline */
#moenyback .guideline-wrapper {
  padding: 55px 0 45px;
  background:#F5F5F5;
}

#moenyback .guideline-wrapper h2 {
  color: #0081C3;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  margin-left: 0;
}

#moenyback .guideline-wrapper .carousel-inner .item {
  transition-duration: 0.75s;
}

#moenyback .guideline-wrapper .carousel-indicators {
  bottom: -50px;
}

#moenyback .guideline-wrapper .carousel-indicators li {
  border: 1px solid #0081C3;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

#moenyback .guideline-wrapper .carousel-indicators .active {
  background: #0081C3;
}

#moenyback .guideline-wrapper .carousel-inner img {
  width: 80%;
  margin: 0 auto
}

#moenyback .guideline-wrapper .carousel-control {
  opacity: 1;
  width: 10%;
  background-image:none;
}

#moenyback .guideline-wrapper .glyphicon-chevron-left:before {
  content:'';
  background: url(../images/angle-left.svg) no-repeat center/contain;
  display: block;
  width: 25px;
  height: 25px;
  display: none;
}

#moenyback .guideline-wrapper .glyphicon-chevron-right:before {
  content:'';
  background: url(../images/angle-right.svg) no-repeat center/contain;
  display: block;
  width: 25px;
  height: 25px;
  display: none;
}

#moenyback .guideline-wrapper .carousel-caption {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  text-align: left;
}

#moenyback .guideline-wrapper .carousel-caption p {
  color: #333;
  font-size: 18px;
  margin-bottom: 0;
  text-shadow: none;
}


#moenyback .guideline-wrapper .item img {
  max-width: 260px;
  width: 100%;
}

#moenyback .guideline-wrapper .guideline ol{
  margin-left: 26px;
}

#moenyback .guideline-wrapper .guideline ol li{
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.7px;
  max-width: 540px;
  margin-left: 0;
  margin-bottom: 16px;
}

#moenyback .guideline-wrapper .guideline ol li small {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.3px;
}


#moenyback .carousel-summary p {
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    color: #333;
    background: linear-gradient(to top, rgba(239, 125, 0, 0.2) 50%, transparent 50%);
    padding: 0 20px 7px;
    display: inline;
  letter-spacing: 0.05em;
}

#moenyback .guideline-wrapper .remarks {
  font-size: 13px;
  color: #333;
  margin-top:20px;
}

#moenyback .redeem_guideline .btn a.learn-more {
  color: #ffffff;
}


/* HSBC offer */
#hsbc .top-banner{
  max-width: 1170px;
  margin: 50px auto 0;
  padding: 0 15px;
}
#hsbc h2 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  margin-bottom: 30px;
  margin-top: 0;
}
#hsbc .offer {padding:30px 0 40px}
#hsbc .offer .offer-img {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

/* Steps */
#hsbc .steps {
  background: #F5F5F5;
  padding: 50px 0 20px;
}

#hsbc .steps h2 {margin-bottom: 50px}
#hsbc .steps .step-box {
  position: relative;
  max-width: 330px;
  width: 100%;
  margin:0 auto 50px;
}
#hsbc .steps .step-no {
  position: absolute;
  top: -25px;
  left: -25px;
  background: #DF2123;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hsbc .steps .step-box img {
  max-width: 330px;
  width: 100%;
  margin:0 auto 20px;
}

#hsbc .steps .step-box p {
  max-width: 330px;
  width: 100%;  
  margin:0 auto;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.7px;
}




/* Coupon Code */
.offer-wrapper .offer-coupon {
  margin-bottom: 20px
}

.coupon-section {
  border-radius: 5px;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: .05em;
  height: 45px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  border: 1px solid #CCCCCC;
  color: #045A9C;
  margin-top: 10px;
}

.btn-CouponCopy {
  background: #ee1818;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  letter-spacing: .05em;
  color: #FFF;
  width: 100%;
  padding: 0;
  height: 45px;
}




.selected {
  background: ;
  /*linear-gradient(90deg,#5a9216 0%,#8bc34a 100%);*/
  color: #fff;
  background: #000;
  opacity: 0.6;
  cursor: auto;
}


/* Deals  */
.deals {
  padding: 30px 0px;
	padding-top:0
  /* background-color: #F5F7F9 */
}

.deals.flight-deals .container {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width:1200px) {
  .deals.hotel-deals .container {
    max-width: 1240px;
  }
}

.flight-deals .title,
.hotel-deals .title,
.deals .title .special {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #0285D2;
}

.deals .title {
  margin-bottom: 25px;
}

.deals .title .special {
  display: inline-block;
  color: #f33;
}

.deals .title-icon {
  vertical-align: -2px;
  margin-right: 10px;
  max-width: 25px;
  width: 100%;
}



.deal-box:hover {
  border: 1px solid #E41C26;
  transition: all .3s;
}


.deal-box {
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.deal-flight-box {
  align-items: center;
}

.deal-flight-box,
.deal-hotel-box .right {
  padding: 12px;
}


.deal-box .airline,
.deal-box .flight-type {
  color: #0285D2
}

.deal-box .airline {
  font-size: 20px;
  font-weight: 900;
}

.deal-box .flight-type {
  font-size: 14px;
  color: #2e2e2e
}


.deal-box .depart {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.deal-box .depart img {
  vertical-align: -2px;
  margin-right: 8px;
}

.deal-box .price,
.deal-box .price small {
  font-size: 22px;
  font-weight: 700;
  color: #ec2327;
}

.deal-box .price span {
  font-size: 14px;
  color: #ec2327;
  display: inline-block;
}

.deal-flight-box .price span:first-of-type {
  /*font-size: 18px;*/
  font-size:13px;
}

.deal-flight-box .price span {
  font-size: 13px;
}

.deal-box .ori-price {
  /*margin-top:10px;
  text-decoration:line-through;*/
  font-size: 14px;
  color: #2e2e2e;
}

.deal-box .remarks,
.deal-box .hotel-remarks {
  font-size: 14px !important;
  color: #fff;
}


.deal-box button {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  background: #ec2327;
  padding: 8px;
  margin-top: 8px;
}

.deal-flight-box button {
  max-width: 128px;
  width: 100%;
}

.deal-hotel-box {
  flex-direction: column;
  text-align: left;
}


.deal-hotel-box .title1 {
  font-size: 20px;
  font-weight: 900;
  color: #0285D2;
  text-align: left;
}

.deal-hotel-box .hotel {
  min-height: 105px;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #2e2e2e;
  font-weight: bold;
  margin-bottom: 10px;
}


.deal-hotel-box:hover .right {
  border: 0;
  box-shadow: 0px 4px 10px rgba(15 41 77 / 20%);
}


.deal-hotel-box .hotel span {
  font-weight: normal;
}

.deal-hotel-box .hotel-img {
  position: relative;
  overflow: hidden;
  /* height: 176px; */
  width: 50vw
}

.deal-hotel-box .hotel-img img {
  height: 100%;
  object-fit: cover;
}

.deal-hotel-box .hotel-img .tag-place {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #045A9C;
  background: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 0 0px 5px 0;
}


.deal-box .hotel-remarks {
  color: #2e2e2e;
}

.deal-hotel-box .price,
.deal-hotel-box .price span {
  color: #000;
  font-family: 'Lato', sans-serif;
  color: #ec2327
}

.deal-hotel-box .price {
  font-size: 20px;
  line-height: 1;
}


.deal-hotel-box small {
  font-size: 13px !important;
  color: #2e2e2e !important;
  font-weight: 400 !important;
  padding-right: 3px;
  padding-bottom: 5px;
  display: block;
}

.deal-hotel-box .ori-price {
  min-height: 21px;
  color: #666;
  margin: 8px auto 0;
  font-weight: normal;
}

.deal-hotel-box button {
  padding: 6px;
  border-radius: 3px;
  margin-top: 12px;
}

.hotel-deals .container {
  max-width: 1000px;
  margin: 0 auto;
}

.deal-hotel-box {
  flex-direction: row;
}


.deal-hotel-box .hotel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.deal-hotel-box .right {
  width: calc(100vw - 40vw);
  font-size: 14px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  background: #fff;
  transition: all .3s
}


/* CPA banner */
.cpa-banner {
  padding: 0 15px;
  margin-bottom: 40px;
}

.cpa-banner img {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/* TnC */
.tnc_container {
  /*padding: 30px 0*/
  padding: 0 0 30px
}

.tnc_container .btn-tnc {
  color: #999;
  font-weight: bold;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  white-space: inherit;
}

.tnc_container .btn-tnc[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0
}

.tnc_container .card-body {
  padding: 1.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
}

.tnc_container .card-body .tnc-til {
  font-size: 16px;
  padding-inline-start: 35px;
}

.tnc_container .card-body ol {
  padding-inline-start: 35px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}


.tnc_container .card-body ol.a li {
  list-style: lower-alpha;
}

.tnc_container .card-body li {
  margin-bottom: 15px;
  /*line-height: 1.5;*/
  color: #000;
  text-align: left;
  font-size: 14px;
  list-style: decimal;
  list-style: none;
}



.flight-details img {
  max-width: 768px;
  width: 100%;
}

.tnc_container .card-body li a {
  text-decoration: underline;
}

.disclaim {
  font-size: 20px;
  color: #0085d2;
  text-align: right;
}

.footer {
  background-color: #0085d2;
  padding: 10px;
  line-height: 20px;
  color: #ffffff;
  font-size: 10px;
}

/* Resposnive */
@media (min-width: 1199px) {
  .location .row{
   display: flex;
   align-items: center;
  }
}
@media (min-width: 1199px) {
  .deal-hotel-box .price {
    /* min-height: 40px;
    vertical-align: bottom; */
  }
}

@media (max-width:1024px) {
  .offer-wrapper .offer-contents .title .head-title:after {
    width: 100%;
  }

  .offer-wrapper h2 {
    font-size: 24px;
    padding-top: 10px;
  }

  .carousel {margin-bottom: 30px}

}

@media (max-width:991px) {
  .content-wrapper .tab1-intro {
    font-size: 20px;
  }

  .offer-wrapper .btn-more {
    padding: 12px 15px
  }

  .content-wrapper .promo .discount-tag {
    left: 0px;
  }


  .offer-wrapper .btn-more:after {
    right: 15px;
  }

  .deal-box .left {
    width: 60%
  }

  .deal-hotel-box .left {
    width: 300px;
  }

  /*  .deal-hotel-box .hotel-img {
    height: 220px;
  } */

  .promo-tag-box .remarks {
    margin-top: 20px;
  }



  
}


@media (max-width:767px) {

  .content-wrapper h1, .content-wrapper .promo h1 {
    font-size: 24px;
  }



  .content-wrapper .promo .discount-tag {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
    text-align: center;
  }


  .expand-content {
    padding: 25px
  }

  .deal-box:not(.deal-hotel-box) .left {
    flex: 1;
  }

  .deal-box .right {
    flex: unset;
    padding: 10px;
  }

  .deal-hotel-box .price {
    font-size: 18px;
    line-height: 1;
  }

  /* 
  .deal-hotel-box {
    flex-direction: column;
  } */

  .deal-hotel-box small {
    margin: 5px 0 0;
    display: block
  }

  .deal-hotel-box .hotel-img {
    height: unset;
  }

  .redeem_guideline{
    margin-bottom: 30px;
  }

  #guidelineCarousel {
    margin-bottom: 70px;
  }



  .promo-tag-box,
  .promo-tag-box .special {
    font-size: 20px;
  }

  .promo-tag-box .remarks { 
    margin-left:10px;
  }

  .promo-tag-box .remarks .detail p { 
    width:calc(100vw - 140px);
  }

  .content-wrapper .intro img {
    height: 70px;
  }


}



@media (max-width: 550px) {
  .content-wrapper h1, .content-wrapper .promo h1 {
    font-size: 20px;
  }

  .content-wrapper .btn-linkup {
    margin: 20px auto;
    font-size: 20px;
  }
  .offer {
    padding:0 0 20px;
  }

  .content-wrapper h2 {
    font-size:24px;
    margin-top: 25px;
  }

  .redeem_guideline .btn {
    max-width: unset
  }

  .deal-flight-box .price span:first-of-type {
    font-size: 16px;
  }

  .flight-deals .title,
  .hotel-deals .title,
  .deals .title .special {
    font-size: 22px;
  }

  .deal-hotel-box .hotel {
    font-size: 15px;
    min-height: initial
  }

  .tnc_container .card-body ol,
  .tnc_container .card-body .tnc-til {
    padding: 0
  }

  .disclaim {
    font-size: 13px;
  }

  span.inline {
    display: inline-block !important;
  }
  span.block {
    display: block !important;
  }
    .deal-flight-box .right {
      padding: 0px;
  }

  .guideline-wrapper h2 {
    margin-top: 15px;
  }

  .guideline {
    text-align: center;
  } 

  .content-wrapper #moenyback h2 {
    margin-top: 15px;
  }

  #hsbc .steps .step-no {
    width: 40px;
    height: 40px;
    font-size: 26px;
    top: -20px;
    left: -20px;
  }

  .content-wrapper .nav-tabs li a {
    font-size: 18px;
    padding: 10px 15px;
    margin: 0;
  }
  .content-wrapper .nav > li +li {
    border-color: transparent;
  }
}


@media (max-width: 320px) {
  .deal-flight-box .price span:first-of-type {
    font-size: 14px;
    display: block;
  }

  .deal-box:not(.deal-hotel-box) .price {
    font-size: 18px;
  }

  .deal-flight-box button {
    max-width: 100px;
  }


}

/* For EN */
.content-wrapper.en * {
  letter-spacing: 0.05em !important
}

.en .deal-box .price,
.en .deal-box .price small {
  line-height: 1;
}

.en .deal-hotel-box .hotel,
.en .deal-box .airline {
  font-size: 18px;
}

.en .deal-hotel-box .hotel {
  margin-bottom: 20px;
}


@media (min-width:767px) {
  .en .deal-hotel-box .hotel {
    min-height: 90px;
  }
}


@media (max-width: 414px) {

  .en .deal-box .price span,
  .en .deal-box .price small {
    display: block;
  }
}

@media (max-width: 320px) {
  .en .deal-box .price small {
    display: block;
  }

  .deal-hotel-box .hotel {
    min-height: unset;
  }
}