.thead {
    display: table-header-group;
}
.tbody {
    display: table-row-group;
}
.th {
    display: table-cell;
}

.headermodal.modal .table {
    margin: 0;
    max-width: 100vw;
    min-height: 100vh;
}
.headermodal .modal-dialog {
    padding: 30px 0;
    margin: 0 auto;
}
.headermodal .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.headermodal .modal-header {
    border: 0;
    background-color: transparent;
    padding: 0;
}
.headermodal .modal-title {
    margin-top: 40px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
.headermodal .modal-body {
    margin: 40px 0;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    background-color: #FFF;
    border-radius: 10px;
}
.headermodal .modal-body.transparent {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #FFF;
}
.headermodal .modal-footer {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
}



.region-list {
    margin: 0;
    padding: 20px 0;
}
.region-list:before,
.region-list:after {
    content: "";
    display: block;
    clear: both;
}

.region-list .region-list-item {
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.region-list .region-list-item a{
    color: #adadad;
    font-weight:normal;
}


.table.route-table,
.route-table {
    height: auto;
    height: auto;
    line-height: 24px;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}
.route-table td,
.route-table .td,
.route-table th,
.route-table .th {
    width: 100%;
    padding: 18px 40px;
}
.route-table td,
.route-table .td {
    font-weight: 400;
}
.route-table th,
.route-table .th {
    font-weight: 600;
}
.route-table .route-table-header th,
.route-table .route-table-header .th {
    font-size: 18px;
    vertical-align: middle;
    border-bottom: 1px solid #E6E6E6;
}

.route-table .route-date
{
    width: 280px;
}
.route-table .route-time-start
{
    width: 140px;
}
.route-table .route-time-end
{
    width: 140px;
}


.route-table .route-table-body {
    font-size: 16px;
}
.route-table .route-item {
    color: #000;
}
.route-table .route-item:not(:first-child) th,
.route-table .route-item:not(:first-child) td,
.route-table .route-item:not(:first-child) .th,
.route-table .route-item:not(:first-child) .td {
    border-top: 1px solid #e6e6e6;
}
.route-table .route-item:last-child th,
.route-table .route-item:last-child td,
.route-table .route-item:last-child .th,
.route-table .route-item:last-child .td {
    padding-right: 20px;
}
.route-table .route-distance { width: 180px; }
@media screen and (max-width: 768px) {
    .route-table .route-title { width: 250px; }
    .route-table .route-distance { width: auto; }
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        margin: 0;
    }
    .modal-body {
        border-radius: 0;
    }
    .route-table td,
    .route-table th {
        padding: 10px;
        font-size: 14px;
    }
    .route-table .route-item:last-child th,
    .route-table .route-item:last-child td {
        padding-right: 10px;
    }
    .route-table-header th,
    .route-table-header td {
        text-overflow: ellipsis;
        overflow: hidden;
    }
}



.site-tour .site-tour-pagination {
    position: static;
    padding: 10px 0;
    display: block;
    text-align: center;
}
.site-tour .site-tour-navigation:before,
.site-tour .site-tour-navigation:after {
    content: "";
    display: block;
    clear: both;
}
.site-tour .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 6px 6px 10px;
    background-color: #888;
    border-radius: 50%;
    opacity: 1;
}
.site-tour .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
}