/*
Theme Name: theme xe
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@1,600&display=swap'); */
label {
    font-weight: 500 !important;
}

.jfnBww{
    display: none !important;
}

.accordion-inner table tbody tr:first-child{
    background: #AC1C24 !important;
}

.iPKCxz thead > tr th h3 {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-block-end: auto;
    margin-block-start: auto;
}

.iPKCxz thead > tr th {
    padding-left: 18px;
    color: rgb(72, 72, 72);
    font-weight: 500;
}

.iPKCxz thead > tr {
    height: 27px;
    background: #AC1C24;
}

.iPKCxz thead > tr th {
    background-color: #AC1C24;
    padding: 15px;
}

.iPKCxz tbody > tr .route--phone section a {
    margin: 8px 0px;
}
.tabbed-content a {
    cursor: pointer;
}

.jBCA-DE {
    width: 170px;
    height: 30px;
    background-color: #AC1C24;
    border: 1px solid #AC1C24;
    color: rgb(51, 51, 51);
    /* color: #fff; */
    font-weight: 500;
}
.ant-btn {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    /* background-color: #fff; */
    /* border: 1px solid #d9d9d9; */
}

.iPKCxz tbody > tr .route--title section:first-child {
    color: rgb(0, 96, 196);
    font-weight: bold;
    font-size: 15px;
}
.iPKCxz tbody > tr .route--title section {
    padding: 5px 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(72, 72, 72);
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}

.table--phone tr td:nth-child(1){
    width: 77.5681% !important;
}

.table--phone tr td:nth-child(2){
    width: 12.4319% !important;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    font-size: .9em !important;
}

.header-main {
    border-top: 2px solid #1E65B0;
    border-bottom: 2px solid #1E65B0;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 40px 20px;
    background: #fff;
}
.search-form__item {
    width: 21%;
}
.search-form__divider {
    width: 8%;
    position: relative;
}
.search-form__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.search-form__label-icon {
    width: 25px;
}
.search-form__label-icon img {
    max-height: 25px;
    width: auto;
}
.search-form__label-txt {
    width: calc(100% - 25px);
    padding-left: 10px;
    font-weight: 700;
}
.search-form input[type="text"],
.search-form input[type="date"] {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-bottom: 1px solid #1E65B0;
    width: 100%;
    padding: 0;
    outline: none;
    height: 40px;
}
.search-form input[type="submit"] {
    margin: 0;
    width: 100%;
    border-radius: 30px;
    background: #1E65B0 url('../../uploads/2024/09/search.png') no-repeat 10% center / 20px auto;
    text-transform: capitalize;
    color: #fff;
    display: block;
    padding: 15px 20px;
    font-weight: 700;
}
.submit-btn {
    margin: 0;
    width: 100%;
    border-radius: 30px;
    background: #FFC700 url('../../uploads/2024/09/search-black.png') no-repeat 10% center / 15px auto;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    padding: 15px 20px 15px 40px;
    text-align: left;
    font-weight: 700;
    transition: .3s ease;
}
.submit-btn:hover {
    background-color: #e9ab2a;
    color: #fff;
}

.search-form__item {
    padding: 0 10px;
}
.search-form ::-ms-input-placeholder { /* Edge 12-18 */
    color: #E0E0E0;
    font-size: 18px;
}

.search-form ::placeholder {
    color: #E0E0E0;
    font-size: 18px;
}
.search-form__item--ct {
    align-self: center;
}
.search-form__divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80%;
    background: #E0E0E0;
    display: block;
}
.search-form-row {
    margin-top: -30px !important;
}
.schedule-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 0;
}
.schedule-table td,
.schedule-table th {
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
}
.schedule-table td {
    width: 20%;
}
.schedule-table th {
    background: #1E65B0;
    color: #fff;
}
.schedule__hotline-wrap .button {
    width: 100%;
    border-radius: 5px;
    margin-right: 0;
    background: #FFC700;
    color: #000;
}
.schedule__hotline-wrap .button:last-child {
    margin-bottom: 0;
}
.routes__wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 13.33px;
}
.routes__item {
    width: calc(25% - 10px);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    overflow: hidden;
    margin-right: 13.33px;
}
.routes__item:nth-child(4n) {
    margin-right: 0;
}
.routes__item-route-icon {
    display: inline-block;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.routes__item-route-name {
    padding-left: 30px;
    position: relative;
    font-weight: 700;
}
.routes__item-route-divider {
    width: 30px;
    margin: 10px 0;
}
.routes__item-content {
    padding: 15px;
}
.routes__item-route-info {
    padding-bottom: 20px;
    border-bottom: 2px dashed #ccc;
    margin-bottom: 20px;
}
.routes__item-route-timeline-icon {
    display: inline-block;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.routes__item-route-timeline {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}
.routes__item-btn {
    background: #FFC700;
    color: #000;
    padding: 8px 20px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}
.routes__item-btn:hover {
    color: #000;
}
.routes__item-route-details p:last-of-type {
    margin-bottom: 0;
}
.routes__item-route-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.routes__item-route-detail-content {
    max-width: calc(100% - 90px);
}

.icon-box-style {
    background: #1E65B0;
    padding: 15px;
    border-radius: 7px;
    height: 100%;
}
.icon-box-style .text p:last-of-type {
    margin-bottom: 0;
}
.utilities-row .col-inner {
    height: 100%;
}
.news-wrap .col-inner {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.news-wrap a:hover {
    color: #777;
}
.map-wrap iframe {
    width: 100%;
}
.schedule-table__wrap {
    overflow: auto;
}
.schedule-table {
    min-width: 1000px;
}
.schedule__hotline-wrap {
    max-width: 200px;
    margin: 0 auto;
}
.schedule-table--ct-style {
    min-width: 700px;
}
.schedule-table--ct-style .schedule-table__phone-data {
    display: none;
}
.schedule-table--ct-style-2 {
    min-width: auto;
    max-width: 700px;
    margin: 0 auto;
}
.schedule-table--ct-style-2 .schedule-table__time,
.schedule-table--ct-style-2 .schedule-table__ticket-price {
    display: none;
}
.schedule-table--ct-style-2 th:first-child {
    width: 60%;
}
.schedule-table--ct-style-2 th:last-child {
    width: 40%;
}

.mb-display {
    display: none;
}
.mg-bt-0 {
    margin-bottom: 0;
}
.pd-bt-0 {
    padding-bottom: 0;
}

@media only screen and (max-width: 849px) {
    .search-form__item {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .search-form__item:last-child {
        margin-bottom: 0;
    }
    .search-form__divider {
        display: none;
    }
    .submit-btn {
        text-align: center;
        max-width: 300px;
        padding: 15px 30px;
        background-size: 20px auto;
    }
    .routes__wrap {
        row-gap: 20px;
    }
    .routes__item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .routes__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 549px) {
    .schedule-table__phone-data {
        display: none;
    }
    .schedule-table td {
        width: 25%;
    }
    .routes__item {
        width: 100%;
        margin-right: 0;
    }
    .utilities-row .col:last-child {
        padding-bottom: 0;
    }
    .mb-schedule-table {
        color: #000;
        border-radius: 7px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
        text-align: center;
    }
    .mb-schedule-table:last-child {
        margin-bottom: 0;
    }
    .mb-schedule-table__title {
        background: #FFC700;
        padding: 10px 15px;
        font-weight: 700;
    }
    .mb-schedule-table__content {
        background: #FFFFF4;
        padding: 30px 15px;
    }
    .mb-schedule-table__address {
        margin-bottom: 15px;
    }
    .mb-schedule-table__tel a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        background: #FFC700;
        color: #000;
        border-radius: 5px;
        max-width: 200px;
    }
    .mb-schedule-table__tel a:last-child {
        margin-bottom: 0;
    }
    .mb-display {
        display: block;
    }
    .pc-display {
        display: none;
    }
}