
/* vertical-centered text */

.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vcenter h1 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: none;
}

/* additional sections */
.box{
  padding-top:10px;
}

#box1 {
  display: table;
  height: 550px;
  width: 100%;
}

/* BOX1 banner  */
.bannerbg{
    height: 550px;
    background: #fff url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/banner_pc.jpg);
    background-repeat: no-repeat; 
    background-position:top center ; 
    /* background-attachment:fixed; */
    -moz-background-size: cover;
    background-size: cover;
}
@media only screen and (max-width: 767px){
    #box1 {
      height: 450px;
      width: 100%;
    }
    .bannerbg{
        background: #fff url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/banner_mobile.jpg) ;
        background-repeat: no-repeat; 
        background-position:top center ; 
        /* background-attachment:fixed; */
        -moz-background-size: cover;
        background-size: cover;
    }

}

#box2 {
  
  background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box2_bg.jpg) no-repeat center bottom;
  padding-top: 25px;
}

#box3 {
  /* background-color: #ffc397; */
  /* background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box3_bg.jpg) no-repeat center top , url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box3_bg_bottom.jpg) no-repeat center bottom , rgba(255,195,151,0.42) ; */
  /* padding-bottom: 2em; */
  background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box3_bg.jpg) repeat-y center top
}

#box4 {
  /* background-color: #aaa; */
  background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box4_bg.png) no-repeat center top , url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box4_bg_bottom.png) no-repeat center bottom;
  padding-bottom: 2em;
  
}

#box5 {
  /* background-color: #aaa; */
  background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box4_bg.png) no-repeat center top , url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineMH/image/box4_bg_bottom.png) no-repeat center bottom;
  padding-bottom: 2em;
}



.card{
  border: 0px solid rgba(0,0,0,.125); */
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* 商品列表hover */

.list-group-item-light{
    color: #152046;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    /* color: #818182; */
    /* background-color: #ececf6; */
    color: #152046;
    background-color: #ead39f;
}

/* 各區域 */
.list-group-item-spring{
  color: #fff;
  border: 8px solid !important;
  background-color: #b10404;
  border-color: rgb(204,131,6) !important; /* Old browsers */
}

/* 商品列表邊框 */
.list-group-item{
  border: 1.5px solid #152046;
}

/* 台北各區塊的抬頭 */
.list-ground-title{
  padding: 0 0 15px 0;
  background-color: #fff;
  margin-bottom: 10px;
}
.list-ground-title-div{
  padding: 0 0 15px 0;
  background-color: #fff;
  margin-bottom: 10px;
}

.list-ground-title:hover{
   transform: scale(1.05);
}
/* 台北各區塊抬頭下的文字區塊 */
.list-ground-title-txt{
  padding: .2rem 1.25rem;
  height: 65px;
}

.card-price{
  position: absolute;
  bottom: 37px;
  right: 50px;
}
.card-btn{
  position: absolute;
  bottom: 46px;
  left: 35px;
}

.product_price{
  color: #ff6600;
  font-size: 28px;
  /* font-weight: 800; */
  /* text-shadow: white 0.02em 0.02em 0.3em; */
  /* text-shadow: white -2px -2px 3px; */
  padding: 0px 5px;
}

.ticket_img{
  height: 200px;
}
.ticket_height{
  min-height: 442px;
}


.card-body{
  padding: 0.5rem 0.8rem;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #dc3545;
    color: #fff;
    font-weight: bold;
}

.nav-pills .nav-link {
    color: #666;
    border-radius: .25rem;
    border: 3px solid #dc3545;
    margin: 5px 10px;
}


/*  */
figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 1em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

figcaption {
    position: absolute;
    top: -10px;
    left: -15px;
    padding: 35px;
    background:rgba(204,85,0,0.8);
    color: #fff;
}


figure:hover figcaption{
    opacity: 1;
    -webkit-transform: translate(15px, 0px);
    -moz-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
}


/* owl.carousel */
/* 左右切換的箭頭 */
.owl-nav{
  display: none;
}
@media only screen and (max-width: 767px){
    .owl-theme .owl-dots{
      display: none;
    }
}

/* 下方的點  平常狀態*/
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 18px 18px;
    /* background: #D6D6D6; */
    background: #ead39f;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

/* 下方的點  顯示狀態*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /* background: #869791; */
    background: #dc3545;
}


.owl-carousel .owl-stage-outer{
  box-shadow: 15px 0 15px -10px rgba(0,0,0,0.5), -15px 0 15px -10px rgba(0,0,0,0.5);
  border: 6px solid #b10404;
  background-color: #b10404;
  border-radius: 10px;
}

/* 台北 */
.spectxt {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
    /* height: 40px; */
    background: #dc3545;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0 5px 0 10px;
    box-shadow: -2px 2px 3px 1px rgba(0,0,0,0.5);
}

/* 高雄 */
.spectxt_K {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
    /* height: 40px; */
    background: #007bff;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0 5px 0 10px;
    box-shadow: -2px 2px 3px 1px rgba(0,0,0,0.5);
}

/* 台中 */
.spectxt_C {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 99;
    /* height: 40px; */
    background: #28a745;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 0 5px 0 10px;
    box-shadow: -2px 2px 3px 1px rgba(0,0,0,0.5);
}

/*  */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}


.blockquote{
    font-size: 22px;
    border-left: 10px solid #e41b23;
    background-color: #152046;
    font-weight: bold;
    color: #fff;
    padding: 7px 15px 2px 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}