
/* 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:40px;
  padding-bottom:50px;
}

#box1 {
  display: table;
  height: 600px;
  width: 100%;
}

/* BOX1 banner  */
.bannerbg{
    height: 400px;
    background: #fff url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/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: 400px;
      width: 100%;
    }
    .bannerbg{
        background: #fff url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/banner_mobile.jpg) ;
        background-repeat: no-repeat; 
        background-position:top center ; 
        /* background-attachment:fixed; */
        -moz-background-size: cover;
        background-size: cover;
    }

}


#box2 {
  /* background-color: #ffc397; */
  background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/box2_bg.jpg) repeat-y center top;

}

#box3 {
  background-color: #EBE0C5;
  /* background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/box3_bg.jpg) no-repeat center top , url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/box3_bg_bottom.jpg) no-repeat center bottom , rgba(255,195,151,0.42) ; */
  /* padding-bottom: 2em; */
}

#box4 {
  /* background-color: #aaa; */
  background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/box4_bg.jpg) no-repeat center top , url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/box4_bg_bottom.jpg) no-repeat center bottom;
  padding-bottom: 2em;
  
}

#box5 {
  /* background-color: #aaa; */
  /* background: url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/box4_bg.png) no-repeat center top , url(https://event.cdn-eztravel.com.tw/events/airticket/event/airlineHU/5A/image/box4_bg_bottom.png) no-repeat center bottom; */
  padding-bottom: 2em;
}



.card{
  background-color: #1D275A;
  border: 0px solid rgba(0,0,0,.125);
  padding: 0.5em;
  -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.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    /* color: #818182; */
    /* background-color: #ececf6; */
    color: #4a3b3b;
    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: .5px solid rgba(195,13,35,0.3);
}

/* 台北各區塊的抬頭 */
.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;
}



/*  */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

/*  */
.txt-des h6{
    line-height: 1.5;
}