body {
    background-color: #f8f9fa !important;
    font-size: 15px !important;
    color: #000 !important;
}

.plane-preload {
    display: none;
}

.plane-preload {
    height: 312.5px;
    width: 97%;
    max-width: 1026.5px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    color: #000 !important;
}

@media (min-width: 769px) {
    .bg-planewidget img {
        height: calc(100vh - 100px) !important;
        min-height: calc(100vh - 100px) !important;
    }

    #main-content {
        min-height: calc(100vh - 100px) !important;
    }

}

#main-content {
    min-height: calc(100vh - 400px);
}

.bg-orange {
    background: #f37539 !important;
}

.tooltip {
    z-index: 1050 !important;
    /* Thấp hơn modal */
}

.btn-back-home:hover {
    border: none;
}

.btn-back-home {
    display: none !important;
}

.container {
    width: 1500px;
    padding: 0px 10px;
    margin: auto;
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.total-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: linear-gradient(
    to right,
    #f0f0f0,
    #fdf3f2
    );
    padding: 8px 20px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    text-shadow: 0px 5px 5px #999999;
}

.left-header {
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin: unset !important;
}

.a-gioithieu {
    color: #000;
    padding: 0px 7px;
}

.footer{
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}

.header{
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}

.right-header {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: end;
    margin: 0px;
    padding: 0px;
    gap: 10px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    align-items: center;
}

.right-header li{
    list-style: none;
}

#show-dangnhap{
    display: flex !important;
}

.slogan-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.nav-link-header {
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.button-nav a {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px;
    height: 34px;
    padding: 0px 15px;
    border-radius: 6px;
    color: rgb(13, 46, 89);
    border: 1px solid rgb(224, 224, 224);
    background-color: white;
}

.button-nav p {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px;
    height: 34px;
    padding: 0px 15px;
    border-radius: 6px;
    color: rgb(13, 46, 89);
    border: 1px solid rgb(224, 224, 224);
    background-color: white;
}

body .material-icons-wrapper.md-20 {
    width: 20px;
    height: 13px;
    display: flex;
}

.content-button-nav {
    margin-bottom: 0rem;
    font-weight: 600;
    font-size: 14px;
}

.material-icons {
    font-size: 20px !important;
}

.Navbar2__ButtonHotline-sa2air-8 {
    cursor: pointer;
}

.contact-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 5px 10px;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    color: #000;
    border-radius: 8px;
    right: 0;
    transform: translateX(-80%);
    margin-top: 10px;
}

.contact-dropdown i {
    color: red;
}

.contact-dropdown.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

.contact-dropdown a {
    text-decoration: none;
    color: #000;
}

.show {
    display: block;
}

.total-slide {
    position: relative;
}

.img-slide img {
    width: 100%;
    min-height: 400px;
    max-height: 405px;
    object-fit: cover;
    object-position: center center;
}

.wrap-criteria {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 64px;
    width: 100%;
    height: 64px;
    padding: 0px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.criteria-slide {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 6px;
}

.criteria-slide p {
    margin-bottom: 0rem;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 37px;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 10px 10px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 31px;
}

#main {
    transition: margin-left 0.5s;
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.topnav {
    overflow: hidden;
    /* background-color: rgb(36, 116, 229); */
    background-image: linear-gradient(to right top, #ffa07a, #ffb57d, #ffcb85, #ffe093, #fdf4a5);
    text-shadow: 0px 5px 5px #999999;
}

.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 5px 0px;
    text-decoration: none;
    font-size: 14px;
}

.topnav #myLinks {
    display: none;
}

.topnav {
    display: none;
}

.login-mobi a {
    color: #fff;
}

.logo-mobi img {
    max-width: 100px;
}

.togglenav-mobile {
    min-width: 50px;
}

.closebtn {
    border-bottom: 0px solid !important;
}

#main-footer {
    background: rgb(255, 255, 255);
    text-align: center;
    padding: 24px 10px;
    color: rgb(118, 118, 118);
    font-size: large;
    width: 100%;
    margin: auto;
}

#main-footer h2 {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #000;
}

#main-footer p {
    margin-bottom: 0rem;
    font-size: 14px;
}

.sidenav i {
    padding-right: 6px;
    font-size: 20px;
}

.custom-input-col {
    display: flex;
    flex-direction: column;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-container {
    display: flex;
    align-items: center;
}

.custom-input-container {
    display: flex;
    align-items: center;
}

.custom-icon-container {
    margin-left: 10px;
}

.custom-input-section {
    flex-grow: 1;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000 !important;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 16px;
}

.custom-dropdown-item-group {
    min-width: 800px;
    display: block !important;
}

.custom-dropdown-item-group-title {
    font-weight: bold;
    padding: 8px 8px 8px 25px;
    background: #f0f0f0;
}

.custom-dropdown-item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

.custom-dropdown-item {
    padding: 8px;
    cursor: pointer;
    background: #fff;
}

.custom-dropdown-item:hover {
    background: #f0f0f0;
}

.custom-item-container {
    display: flex;
    align-items: center;
}

.custom-icon-section {
    margin-right: 8px;
}

.custom-city-title {
    font-weight: bold;
}

.custom-swap-container {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 0;
}

.custom-switch-icon-container i {
    padding-right: 14px !important;
    padding-left: 15px !important;
}

.custom-switch-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

.custom-switch-icon-container:hover {
    box-shadow: 1px 1px 4px 0px #ccc;
}

.custom-input-container .bus_from_input,
.custom-input-container .bus_to_input {
    border: unset;
}

.custom-input-container.select-slim.select-from-input {
    width: 90%;
}

.custom-input-container.select-slim .ss-main {
    min-height: 45px;
    border: none;
}

.custom-input-container.select-slim .ss-main:focus {
    box-shadow: none;
}

.flex-sum-left {
    position: relative;
}

#airlinetickets {
    padding: 20px 0px;
}

.container-airlinetickets {
    z-index: 100;
    width: 1026px;
    margin: auto;
    display: block;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0px 0px;
}

.sbay-widget-search {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    margin-top: -4px;
}

.pill-rating-filter .nav-pills::-webkit-scrollbar {
    display: none;
}

.ticket-detail-container .pills-ticket-tab .nav-item .nav-link {
    border: none;
    background-color: white;
    color: #807d7d;
    border-radius: 0px;
    border-bottom: 1px solid #807d7d;
}

.ticket-detail-container .pills-ticket-tab .nav-item .nav-link.active {
    border: none;
    background-color: white;
    color: #0d6efd;
    font-weight: 600;
    border-radius: 0px;
    border-bottom: 2px solid #0d6efd;
}

.pill-rating-filter .nav-item.filter-rating {
    flex: 0 0 auto;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

.nav-airline {
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

.nav-airline .nav-link.active {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 2px solid blue;
    border-radius: 0px;
}

.nav-airline .nav-link {
    color: #000 !important;
    font-size: 17px !important;
}

.nav-airline li {
    margin: 0px 10px;
}

/* .tab-content .active {
    padding: 12px 12px 16px;
    border-radius: 0px 0px 12px 12px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
} */

.ant-row-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: flex;
}

.left-ant-row-flex {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 8px;
    margin-right: 12px !important;
    margin: 0px;
    width: calc(100% - 152px);
}

.wrap-left-ant-row-flex {
    display: flex;
    color: #000;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.right-search-widget-inner-content button {
    height: 100%;
    padding: 11px 30px;
    border-radius: 8px;
    background: #f37539;
    text-transform: unset;
    font-size: 17px;
    font-weight: bold;
    border: 0px;
    color: #fff;
}

.flex-sum-left {
    width: calc(100% / 4);
    display: flex;
    align-items: center;
}

.flex-sum-left input {
    width: 100%;
    border: 0px;
    padding: 5px 0px 5px 10px;
    font-size: 16px;
    font-weight: 600;
}

.flex-sum-left i {
    padding-right: 7px;
    padding-left: 15px;
    font-size: 17px;
}

.custom-icon-container .fa-location-dot {
    padding-left: 25px;
}

.departure-bus-flex i {
    color: #2474e5;
}

.destination-bus-flex i {
    color: #eb5757;
}

.departure-train-flex i {
    color: #2a9d8f;
}

.destination-train-flex i {
    color: #e76f51;
}

.custom-dropdown-item-group-xe-tau {
    min-width: 100%;
    max-width: 100%;
}

.custom-icon-container i {
    color: #e76f51;
}

.custom-content-section p {
    margin-bottom: 0rem !important;
}

.icon-container {
    margin-right: 10px;
}

.popular {
    width: 82%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.64px;
    color: rgb(72, 72, 72);
    max-width: 100%;
    display: flex;
    flex: 1 1 0%;
    overflow: auto !important;
}

.contentdb {
    width: 82%;
    line-height: 28.64px;
    color: rgb(72, 72, 72);
    margin: 0 auto 5px auto;
    text-align: center;
    display: block;
}

.popular-route-label {
    width: 82%;
    line-height: 28.64px;
    color: rgb(72, 72, 72);
    margin: 0 auto 5px auto;
    text-align: center;
    display: block;
}

.route-label {
    width: 56%;
}

.post-title {
    margin-top: 30px;
}

.incentive {
    display: flex;
    justify-content: center;
}

.incentives {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container-table {
    width: 90%;
    margin: 0 auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.ssss {
    text-align: right;
    margin-bottom: 20px;
    width: 95%;
}

.hidden {
    display: none;
}

.card-type {
    margin-top: 30px;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    opacity: 1;
}

.relatedContent {
    max-width: 688px;
    padding: 16px 0px;
    /* padding: 20px 0; */
    overflow: visible;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    -webkit-box-pack: center;
    justify-content: center;
}

.custom-from-to-content {
    display: none;
}

.floating-filter-button {
    display: none;
}

.cta-button {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    margin: 10px auto;
}

/* Search User Train */
.block-search-user {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}

.block-search-user .user-component {
    position: relative;
}

.block-search-user .select-user {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px;
    border-radius: 2px;
    width: max-content;
}

.block-search-user .select-user:hover {
    cursor: pointer;
    background-color: rgb(236, 244, 253);
}

.block-search-user .block-user {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-feature-settings: "liga" 0;
    color: rgb(20, 20, 20);
}

.block-search-user .user-component .user-block-items {
    position: absolute;
    top: 100%;
    width: max-content;
    height: max-content;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding: 0px 16px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 8px;
    z-index: 9;
    display: none;
    box-shadow: 5px 5px 10px -2px;
}

.block-search-user .user-component .user-block-items.active {
    display: block;
}

.block-search-user .user-component .icon-arrow.active-icon {
    transform: rotate(3.142rad);
}

.block-search-user .user-component .user-block-items .item-info {
    position: relative;
    padding: 16px 0px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.block-search-user .user-component .user-block-items .item-info .item-title-decs {
    max-width: 205px;
}

.block-search-user .user-component .user-block-items .item-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(20, 20, 20);
}

.block-search-user .user-component .user-block-items .item-decs {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(133, 133, 133);
}

.block-search-user .user-component .user-block-items .item-action {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
}

.block-search-user .user-component .user-block-items .item-action .item-number {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgb(20, 20, 20);
}

.block-search-user .user-component .user-block-items .item-action .action {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: rgb(242, 242, 242);
    padding: 0px;
    border: 0px;
}

.block-search-user .user-component .user-block-items .item-action .action.active {
    background: rgb(236, 244, 253);
    color: rgb(36, 116, 229);
    border: none;
}

.block-search-user .user-component .user-block-items .icon-close {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 1%;
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border-top: 1px solid #eb5757;
}

.block-search-user .user-component .user-block-items .icon-close i {
    font-size: 20px;
    color: #eb5757;
}

.block-search-user .user-component .user-block-items .icon-close i:hover {
    cursor: pointer;
    color: red;
}

.text-card {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.64px;
    color: rgb(72, 72, 72);
    width: 100%;
    box-sizing: border-box;
}

.blogs {
    display: flex;
    flex-direction: column;
}

.content-vexere {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    -webkit-box-pack: center;
    justify-content: center;
}

.content-vexere-sbay {
    max-width: 688px;
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.content-vexere-sbay .post-title> :not(:last-child) {
    margin-bottom: 25px;
}

.title-content-vexere {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}

.list-content-main .post-relative-child {
    display: flex;
    margin-bottom: 40px;
    gap: 15px;
}

.card-inf {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.list-content-main .item-container:not(:last-child) {
    margin-right: 24px;
}

.list-content-main .item-container {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -4px 16px;
    width: 332px !important;
    height: 250px;
}

.card-inf.item-horizontal-container {
    width: 292px;
}

body .bg--white {
    background-color: white !important;
}

.card-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.text-nvc .card-title {
    font-size: 18px;
    line-height: 21.48px;
    text-decoration: none;
    color: #000;
}

.card-content {
    padding: 10px;
}

a {
    text-decoration: none !important;
}

.scroll-container {
    display: flex;
    overflow-x: scroll;
}

.scroll-container>a {
    flex: 0 0 auto;
    width: 300px;
}

.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.button-register {
    height: 90px;
    position: sticky;
    -webkit-box-align: center;
    align-items: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.05) 0px -4px 16px;
    z-index: 1;
    background-color: white;
}

.button-register .post-footer {
    width: 688px;
    display: flex;
    padding: 12px 0px;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.button-register .cta-button {
    height: auto;
    background-color: rgb(255, 211, 51);
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
}

.button-endow {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.mapouter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.gmap_canvas {
    width: 100%;
    max-width: 800px;
    height: 500px;
}

.gmap_iframe {
    width: 100%;
    height: 100%;
}


.footer {
    background: #F0F0F0;
    padding-top: 80px;
    padding-bottom: 40px;
    text-shadow: 0px 5px 5px #999999;
    background: linear-gradient(
    to right,
    #f0f0f0,
    #fdf3f2
  );
    color: #000 !important;
}

@media only screen and (max-width:768px) {
    .footer .single_footer {
        margin-bottom: 30px;
    }
}

.footer .single_footer h4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.footer .single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #000;
    margin-top: 20px;
}

.footer .single_footer p {
    color: #000;
}

.footer .single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .single_footer ul li a {
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}

.footer .single_footer ul li a:hover {
    color: red;
}

.footer .single_footer_address ul li {
    color: #fff;
}

.footer .single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.footer .contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.footer .subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.footer .subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 50px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .footer .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.footer .subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.footer .subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
    .footer .subscribe__btn {
        right: 0px;
    }
}

.footer .subscribe__btn:hover i {
    color: #ff3666;
}

.footer button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*START SOCIAL PROFILE CSS*/
.footer .social_profile {
    margin-top: 40px;
}

.footer .social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer .social_profile ul li {
    float: left;
}

.footer .social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #000;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid #000;
}

.wrap-coach-train-toatau {
    justify-content: center !important;
}

@media only screen and (max-width:768px) {
    .footer .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .footer .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.footer .social_profile ul li a:hover {
    background: #ff3666;
    color: #fff;
    border: 1px;
    transition: .5s all;
}

.footer .copyright {
    margin-top: 10px;
    padding-top: 20px;
    color: #000;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}

.footer .copyright a {
    color: #01c7e9;
    transition: all 0.2s ease 0s;
}

.footer .copyright a:hover {
    color: #ff3666;
}

.menu-button-filter {
    font-size: 17px;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    border: none;
    top: 10px;
    left: 10px;
    z-index: 100;
    transition: 0.3s;
    display: none;
}

.icon-dropdown-menu{
    color: #000;
    font-size: 30px !important;
}

.menu-button-inside-filter {
    font-size: 17px;
    cursor: pointer;
    background-color: white;
    color: #000;
    border: none;
    top: 10px;
    left: 10px;
    z-index: 1001;
    transition: 0.3s;
    border: 1px solid rgb(224, 224, 224);
}

.close-button-filter {
    font-size: 17px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
}

.sidebar-filter {
    overflow-y: auto;
    position: sticky;
    top: 5px;
    z-index: 100;
    height: 100%;
}

.menu-button-inside-filter {
    display: none;
}

.close-button-filter {
    display: none;
}

.div-menu-filter-left {
    border-top: 1px solid #fff;
    padding: 10px 10px;
}

.sidebar-link-filter {
    padding: 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s ease;
}

.sidebar-link-filter:hover {
    background-color: #575757;
}

.overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease;
    z-index: 500;
}

.menu-group-item {
    display: flex !important;
    align-items: center;
}

.a-menu-group-item {
    margin: 0px 5px;
}

.text-giave-tt {
    font-weight: 800;
}

.sidebar-filter.active-filter {
    transform: translateX(0);
}

.overlay-filter.active-filter {
    visibility: visible;
    opacity: 1;
}

.content-button-nav a {
    color: #000;
}

/* Spinner styles */
.spinner {
    animation: rotator 1.4s linear infinite;
}

.div-show-home.show {
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.dropdown-menu>li>a{
    padding: 8px 20px !important;
}

.modal.div-show-home {
    background: rgba(0, 0, 0, 0.3) !important;
    width: 100% !important;
}

.div-show-home.show .modal-content {
    max-width: 450px !important;
}

.modal-header {
    width: 100% !important;
}

.modal-header h5 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.div-show-home.show .btn {
    background-color: #f37539 !important;
    border-color: #f37539;
    color: #fff !important;
}

.back-home {
    padding: 0px 0px 0px 15px;
}

.back-home a {
    color: #f37539;
    font-weight: 900;
}

.back-home i {
    padding-right: 5px;
}

.sbay-widget-search h3 {
    margin-top: 7px;
    padding-bottom: 11px;
    padding-left: 15px;
}

.dtc-flight-detail-dd{
    bottom: -13px !important;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.bg-planewidget {
    object-fit: cover;
    position: relative;
}

.bg-planewidget img {
    height: calc(100vh - 400px);
    object-fit: cover;
    object-position: center;
    width: 100%;
    min-height: calc(100vh - 400px);
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }

    25% {
        stroke: #DE3E35;
    }

    50% {
        stroke: #F7C223;
    }

    75% {
        stroke: #1B9A59;
    }

    100% {
        stroke: #4285F4;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

/* Modal loading styles */
#modal_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1050;
    display: none;
}

#modal_loading .spinner {
    width: 100px;
    height: 100px;
}

.profile-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

#plane_template .nav-tabs {
    display: none;
}

body .material-icons-wrapper.md-20 {
    margin: unset !important;
}

#plane_template .container {
    max-width: 1056px;
}

#plane_template .fl {
    width: -webkit-fill-available !important;
}

#plane_template {
    font-family: emoji !important;
    padding: 20px 0px 0px 0px;
    font-family: var(--bs-body-font-family) !important;
}

#plane_template .lb-input-month {
    right: 0px !important;
}

#plane_template .mr15 {
    margin-right: 0px !important;
}

#plane_template .nav-airline li {
    margin: 0px 10px !important;
}

#plane_template .nav-airline .nav-link {
    padding: 8px 17px !important;
}

#plane_template .styled-checkbox+label {
    text-transform: initial !important;
    font-weight: 600 !important;
}

#plane_template .nav-airline .fa-plane {
    font-size: 20px !important;
}

.my-top1 {
    margin-top: 2px;
}

#plane_template .title-pane {
    background-color: #f37539 !important;
}

#plane_template .tab-content>.tab-pane {
    border: 5px solid #fff !important;
}

.slogan-header h1 {
    font-size: 15px;
    margin-bottom: 0rem;
    margin-top: 0px;
}

.copyright h3 {
    font-size: 16px;
    padding: 5px 0px !important;
}

.div-sapxep-diemon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-header a {
    display: block;
}

.logo-header img {
    margin: 0px !important;
}

#chatbot-new {
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 10000000;
}

#chatbot-new span {
    color: #fff !important;
    z-index: 10000000000;
    font-size: 14px;
    font-weight: bold;
}

#chatbot-new .fa-phone {
    font-size: 25px;
}

#chatbot-new img {
    width: 33px;
    height: 33px;
    background-color: #fff;
    z-index: 10;
    border-radius: 30%;
}

#chatbot-new a {
    background-color: #4a04bc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: background-color 0.4s ease;
    margin-bottom: 10px;
}

#chatbot-new i {
    color: #fff !important;
    font-size: 30px;
    z-index: 3;
}

#chatbot-new a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #4a04bc;
    border-radius: inherit;
    animation: pulse-animation 1.5s cubic-bezier(0.60, 1, 0.60, 2) infinite;
    z-index: 1;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#chatbot-new a:hover {
    background-color: #d20000;
}

#bus_search {
    border: 1px solid #f37539;
}

#bus_search:hover {
    background: #fff;
    color: #f37539;
    transition: .5s all;
}

#train_search {
    border: 1px solid #f37539;
}

#train_search:hover {
    background: #fff;
    color: #f37539;
    transition: .5s all;
}

#submitButton {
    border: 1px solid #f37539;
}

#submitButton:hover {
    background: #fff !important;
    color: #f37539 !important;
    transition: .5s all !important;
}

.container-faq{
    padding: 15px 35px;
    max-width: 920px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.hoi-dap-mobile{
    display: none !important;
}

.title-faq{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin-top: 10px;
    color: #E70329;
}

.slogan-faq{
    text-align: center;
    font-size: 16px;
}

.dtc-fare-price{
    opacity: 1 !important;
}

.color-menu-pc-n a{
    color: #000;
}

.color-menu-pc-n{
    margin: 0px 10px;
}

