/*優惠活動
===========*/
.promotion{
    position: relative;
    width: 100%;
    margin-top: 60px;
}
.promotion .container2 {
}
@media only screen and ( min-width:415px ) {
    .promotion .container2 {
    }
}
.promotion .promotion-header {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin-top: 2vh;
    position: relative;
}
.promotion .promo-wrap{
    width: 100%;
    margin: 0 auto;
}
.promotion .item-wrap {
    width: 100vw;
    position: relative;
    top: 55px;
    padding-bottom: 55px;
}
.promotion .item-wrap .stay{
    height: 20vh;
    text-align: center;
    font-size: 1.2rem;
    color: #eee;
}
.promotion .item-wrap .stay:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.promotion .item-wrap .stay p{
    display: inline-block;
    vertical-align: middle;
}
.promotion .item-wrap .activities_table {
    color: #fff;
}
.promotion .item-wrap .activities_table .active-button {
    color: #fff;
    background: #c5ab5a;
}
.promotion .promo-filter {
    position: absolute;
    padding: 5px 2px 0px 2px;
    width: 100%;
    background: #031f51;
    border-bottom: 1px solid #184596;
}
.promotion #pro-nav {
    overflow-y: hidden;
    white-space: nowrap;
}
.promotion #pro-nav::-webkit-scrollbar {
    display:none
}
.promotion .promo-filter #pro-nav li {
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 2px;
    min-width: 110px;
}
.promotion .promo-filter #pro-nav li.active span{
    border: 1px solid #c8b675;
}
.promotion .promo-filter #pro-nav li span {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    float: left;
    border: 1px solid #1a56a9;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    line-height: 40px;
}
.promotion .promo-wrap .promo-context:nth-child(even) {
    background-color: #cdd5ea;
}
.promotion .promo-context{
    position: relative;
}
.promotion .item-wrap .panel-group .panel {
    padding: 5px;
    margin: 5px;
}
.promotion .promo-context a{
    display: block;
    cursor: pointer;
}
.promotion .promo-context a img {
    float: left;
    margin-right: 14px;
}
.promotion div.foot .promo-detail {
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
    color: #fff;
    position: absolute;
    right:10px;
    bottom: 15px;
}

@media only screen and (max-width: 420px) {
    .promotion .promo-context a img {
        width: 100%;
        float: left;
        margin-right: 14px;
    }
    .promotion div.foot .promo-detail {
        position: absolute;
        right: 15px;
        bottom: 5px;
    }
    .promotion .promo-wrap .promo-context:nth-last-child(2) {
        margin-bottom: 5vh;
    }
}
@media only screen and (min-width: 421px) {
    .promotion .promo-context a img {
        width: 100%;
        float: left;
        margin-right: 14px;
    }
    .promotion .promo-wrap .promo-context:nth-last-child(2) {
        margin-bottom: 34px;
    }
}
.promotion .promo-context .tit  {
    font-weight: bold;
    color: #d21616;
    font-size: 16px;
}
.promotion div.foot time {
    color: #4c4c4c;
    font-size: 14px;
}
.promotion div.foot>div.btn,div.foot>div.btn:focus {
    color: #fff;
    float: right;
    padding: 0 20px;
}
.promotion .promo-context .foot{
    color: white;
}
/*活動細節*/
.promotion .table-reset{
    min-width: 331px;
}
.control-label2{
    min-width: 150px;
    font-weight: 700;
}
#ActivitiesContent .tablescroll-x{
    overflow-x: scroll;
}
/*表格加上邊線*/
#activities_content_mem table {
    margin: 5px 0;
}
#activities_content_mem table td{
    border: 1px solid #ddd;
    text-align: center;
}
.promotion .pro-detail {
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top,  #0053ce 0%, #0f399a 44%, #0744a7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0053ce 0%,#0f399a 44%,#0744a7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0053ce 0%,#0f399a 44%,#0744a7 100%);
    color: #fff;
}
/*自助優惠*/
.promotion  .table-hover>tbody>tr:hover {
    background: transparent;
}
/*輪播廣告彈跳
===============*/
#ad_content_mem  table {
    border: 1px solid #f1f1f1;
    width: 100%;
}
#ad_content_mem  table tbody tr td {
    border: 1px solid #dadada;
    padding-left: 10px;
    background-color: #f6f6f6;
}
body .hidden-apollo{
    display: none;
}
/*優惠下拉
=============*/
.promotion .container2 .pro-img{
    width: 100%;
}
.promotion .item-wrap .panel-body {
    padding: 0;
}
.promotion .item-wrap .panel-body li{
    padding: 5px 0;
}
.promotion .control-label2{
    min-width: 150px;
    font-weight: 700;
    color: #0088fe;
}
/*優惠表格*/
#ActivitiesContent table{
    min-width: 513px;
    width: 100%;
}
#ActivitiesContent table tbody{
    border: 1px solid #8e8e8e;
}
#ActivitiesContent table td{
    border: 1px solid #8e8e8e;
    padding: 3px 8px;
    text-align: center;
}
#ActivitiesContent table tr:nth-child(1) {
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
}

#ActivitiesContent table tr th{
    background-color: #202c48;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #8e8e8e;
    color: #eee;
    height: 30px;
    line-height: 25px;
    padding: 5px;
}
#ActivitiesContent h2{
    padding-top: 5px;
    padding-bottom: 10px;
}
#ActivitiesContent li{
    list-style: decimal;
    margin-left: 25px;
    padding: 5px 0;
}
#ActivitiesContent .act-table{
    overflow-x: scroll;
    width: 100%;
}
