.bnr-detail-title {
    margin-bottom: 6px !important;
}

.reverse {
    width: 90px;
    height: 30px;
    border-radius: 18px;
    background: #535353;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 12px;
    cursor: pointer;
}

.reverse:hover, .reverse:focus {
    background: #9B9B9B;
}

.reverse:after {
    content: "";
    background: url(../img/icons/icons-flip.svg) no-repeat left center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 8px;
}

.link {
    color: #1a73e8;
    font-weight: 500;
    text-decoration: underline;
}

.link:hover {
    color: #15c;
    text-decoration: underline;
}

.lh22 {
    line-height: 22px !important;
}

.list-title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.card-wrapper {
    border: 1px solid #C3C3C3;
    border-radius: 12px;
    padding: 18px !important;
}

.card-wrapper .logo {
    width: 88px;
    height: 25px;
}

.card-wrapper .text-from {
    color: #CE0324 !important;
    font-size: 14px;
    float: right;
    padding-right: 18px;
}

.card-wrapper .price-wrapper {
    font-size: 25px;
    color: #CE0324 !important;
    float: right;
    margin-top: -5px;
}

.card-wrapper .price-wrapper span {
    color: #CE0324 !important;
}

.card-wrapper .currency {
    font-size: 15px !important;
    color: #CE0324 !important;
}

.card-content {
    padding-top: 12px !important;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
}

.card-content .color {
    color: #9B9B9B !important;
}

.f13 {
    font-size: 13px;
}

.surroundings-info {
    width: 50%;
}

.dep-line {
    display: block;
    width: 70%;
    border-bottom: 2px solid #C3C3C3;
    position: absolute;
    top: 40%;
    right: 0%;
}

.time-line {
    display: block;
    width: 70%;
    border-bottom: 2px solid #C3C3C3;
    position: absolute;
    top: 40%;
    right: 5%;
}

.arr-text-wrapper {
    font-size: 13px;
}

.arr-text {
    background: white;
    padding-right: 10px !important;
    z-index: 10;
}

.dep-text {
    background: white;
    padding-right: 12px !important;
    z-index: 10;
    font-size: 13px !important;
}

.arr-text,
.dep-text {
    line-height: 22px !important;
}

.dep-text::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 26%;
    width: 12px;
    height: 12px;
    background-image: url(../img/icons/icon-circle.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.arr-text-wrapper::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -18px;
    width: 12px;
    height: 12px;
    background-image: url(../img/icons/icon-circle.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.text-time {
    padding-right: 10px !important;
    padding-left: 10px !important;
    background: white;
    z-index: 2;
    color: #9B9B9B;
    position: relative;
}

.bus-info {
    display: flex;
    flex-direction: row;
}

.btn-pink-outline:hover {
    border: 1px solid #CE0324;
    color: #CE0324;
    background: #FEEBEE;
}

.btn-sub,
.btn-pink-outline {
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

.dropdownSub {
    border-top: none;
    padding: 0 18px 18px;
}

.border-top-grey {
    border-top: 1px solid #E6E6E6;
}

.border-bottom-grey {
    border-bottom: 1px solid #E6E6E6;
}

.bus-terminal-list {
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

#register-now-button {
    width: 162px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #CE0324;
    background-color: white;
}

#register-now-button:hover {
    color: #8F0D22 !important;
}


.wrappage {
    display: none;
}

.hidden-mb {
    display: none !important;
}

.show-mb {
    display: block !important;
}

.search-wrap {
    padding: 20px 18px;
    margin-top: -3%;
    border: 1px solid #C3C3C3;
}

.toggle-search-box {
    border: 1px solid #C3C3C3;
    height: calc(2rem + 16px);
    padding: 12px 54px;
    text-overflow: ellipsis;
    border-radius: 36px;
    cursor: pointer;
}

.toggle-search-box::placeholder {
    color: #9B9B9B;
}

.form-search {
    display: block;
    position: relative;
    top: -24px;
}

.form-search::before {
    content: "";
    background: url(../../../img/search/icon_search_black.svg) no-repeat left center;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 20px;
    top: 12px;
    cursor: pointer;
}

.form-search::after {
    content: "";
    background: url(../../../img/search/icon_down_arrow.svg) no-repeat left center;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 8px;
    top: 12px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .wrappage {
        display: block !important;
    }

    .form-search {
        display: none !important;
    }

    .content-one-column.bus-card-list {
        margin-top: 50px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .banner-detail>img {
        margin-left: -75% !important;
    }

    .dep-line {
        width: 65% !important;
    }

    .dep-text::after {
        top: 5px;
        left: 30%;
    }

}

@media (max-width: 991px) {
    h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .break-line {
        display: block;
    }

    .slider-slick img {
        height: auto;
    }
}

@media(max-width:767px) {
    .search-wrap {
        margin-top: -6%;
        padding-top: 36px;
    }

    .fs28-mb {
        font-size: 28px !important;
    }
    
    #close-search-expand::after {
        content: "";
        background: url(../../../img/search/icon_down_arrow.svg) no-repeat center;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        right: 18px;
        top: 12px;
        z-index: 10;
        cursor: pointer;
        transform: scaleY(-1);
    }

    .two-column-wrap>div {
        width: 100%;
    }

    .bus-info {
        flex-direction: column-reverse !important;
    }

    .surroundings-info {
        width: 100%;
        padding: 0 20px;
    }

    .surroundings-info .col-value {
        text-align: end;
    }

    .dep-text::after {
        background-image: none !important;
    }

    .dep-line {
        position: absolute;
        border: 2px solid #C3C3C3 !important;
        height: 100% !important;
        right: -4px !important;
        width: 1px !important;
        top: 13px !important;
    }

    .dep-info::before {
        content: '';
        position: absolute;
        top: 2px;
        left: -4px;
        width: 12px;
        height: 12px;
        background-image: url(../img/icons/icon-circle.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .text-time {
        padding: 0 !important;
    }

    .time-line {
        display: none !important;
    }

    .arr-text-wrapper {
        align-content: end;
    }

    .arr-text-wrapper::before {
        bottom: 0px !important;
        top: unset !important;
        right: -8px !important;
        left: unset !important;
    }

    .arr-line {
        position: absolute;
        border: 2px solid #C3C3C3 !important;
        height: 100% !important;
        right: -4px !important;
        width: 1px !important;
        top: -11px !important;
    }

    .arr-info,
    .dep-info {
        padding-left: 14px !important;
        padding-right: 10px !important;
    }

    .col-3 {
        -ms-flex: 0 0 26% !important;
        flex: 0 0 26% !important;
        max-width: 26% !important;
    }

    .col-9 {
        -ms-flex: 0 0 74% !important;
        flex: 0 0 74% !important;
        max-width: 74% !important;
    }

    .banner-detail-inner {
        padding-bottom: 44px !important;
    }

    .time-wrapper {
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media(max-width:575px) {
    h1 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .break-line-from {
        display: block !important;
    }
}

@media (max-width: 359px) {
    h1 {
        font-size: 22px !important;
    }

    .banner-detail-inner p {
        font-size: 14px;
    }

    .break-line-sm {
        display: block;
    }

}


.slick-dots {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 10px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 10px;
    background: #D4D4D4;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background: #CE0324;
}

.slider-slick img {
    height: auto;
}