/* hero image */
.hero__departure-schedule-bg{
    height: 70vh;
    margin-top: 0;
}
.hero__departure-schedule-bg figure{
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.hero__departure-schedule-bg figure > img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.departure-schedule{
    font-weight: 600;
}
.departure-schedule__table-container{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4)
}
.departure-schedule__table-container table{
    border-radius: 10px;
}
.departure-schedule__table-container table.table{
    margin-bottom: 0;
}
.departure-schedule__table-container table thead{
    white-space: nowrap;
    font-size: 20px;
    text-align: center;
    background-color: #efefef;
}
.departure-schedule__table-container table tbody{
    font-size: 14px;
}
.table-bordered td, .table-bordered th{
    border: 1px solid #d2d2d2;
}
.departure-schedule__table-container table thead tr th{
    border-top-color: transparent;
}
.departure-schedule__table-container table thead tr th:first-child{
    border-left-color: transparent;
}
.departure-schedule__table-container table thead tr th:last-child{
    border-right-color: transparent;
}
.departure-schedule__table-container table tbody tr th{
    border-left-color: transparent;
}
.departure-schedule__table-container table tbody tr:last-child th{
    border-bottom-color: transparent;
}
.departure-schedule__table-container table tbody tr td:last-child{
    border-right-color: transparent;
}
.departure-schedule__table-container table tbody tr:last-child td{
    border-bottom-color: transparent;
}
.departure-schedule__table-container .table th.no-content,
.departure-schedule__table-container .table td.no-content{
    padding: 0.82rem;
}
.table-bordered thead td,
.table-bordered thead th{
    border-bottom-width: 0;
}
.table-bordered thead th:last-child,
.table-bordered tdoby td:last-child,
.departure-schedule__table-container table.table-bordered{
    border-right-width: 0;
}
.table-bordered tbody tr:first-child td,
.table-bordered tbody tr:first-child th{
    border-top-width: 0;
}
.departure-schedule__table-container table > tbody > tr > th,
.departure-schedule__table-container table > tbody > tr > td:nth-child(3),
.departure-schedule__table-container table > tbody > tr > td:nth-child(4),
.departure-schedule__table-container table > tbody > tr > td:nth-child(5){
    text-align: center;
}
.departure-schedule__table-container table > tbody > tr > td:nth-child(2){
    width: 310px;
}
.departure-schedule__table-container table > tbody > tr > td:nth-child(3),
.departure-schedule__table-container table > tbody > tr > td:nth-child(4),
.departure-schedule__table-container table > tbody > tr > td:nth-child(5){
    width: 145px;
}
.departure-schedule__table-container table thead tr th:last-child,
.departure-schedule__table-container table tbody tr td:last-child{
    max-width: 285px;
}
.departure-schedule__table-container .table td,
.departure-schedule__table-container .table th{
    padding: 1.13rem;
    vertical-align: middle;
}
.hidden{
    display: none;
}
.viewmore {
    text-align: center;
}