/* mobile style*/
@media only screen and (max-width: 768px) {
    .box-stores a {
        color: #fff;
    }

    .filter-by .filter-by-select-main {
        display: block;
    }

    .filter-by .filter-by-select {
        border: 1px solid #f2f2f2;
        padding: 10px;
        margin: 0 0 10px 0;
        border-radius: 4px;
        font-size: 15px;
    }

    .filter-by .filter-by-title {
        font-size: 15px;
        color: #000;
        text-align: left;
        margin: 0 0 10px;
        font-weight: 700;
    }

    div#returnFlight {
        background: #e6eaed;
    }

    .item-flight.type-depart.box-select-item {
        list-style: none;
        display: block;
        padding: 10px;
        background: #ffffff;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
        margin: 10px 0px;
        border-radius: 5px;
        border: 0px !important;
    }

    .item-flight.type-depart.box-select-item .box-bar-full {
        border-bottom: 1px dashed #b7b7b7;
        width: 100%;
        height: 1px;
        position: relative;
    }

    .item-flight.type-depart.box-select-item .box-bar-full:before {
        content: " ";
        background: #e6eaed;
        position: absolute;
        left: -21px;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        top: -9px;
    }

    .item-flight.type-depart.box-select-item .box-bar-full:after {
        content: " ";
        background: #e6eaed;
        position: absolute;
        right: -21px;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        top: -9px;
    }

    .info-ticket-details {
        width: 100%;
        display: flex;
        font-size: 12px;
        color: #8f8f8f;
    }

    .info-ticket-details div {
        flex: 1;
    }

    .info-ticket-details div.button-details {
        text-align: right;
    }

    .info-ticket-details div.button-details a {
        padding: 15px;
        padding-right: 0px;
        padding-top: 10px;
        color: #38c;
    }

    .info-time {
        width: 100%;
        display: flex;
        margin: 10px 0px;
    }

    .info-time > div {
        flex: 1;
    }

    .info-time div.title-time-start {
        text-align: right;
        padding-right: 20px;
    }

    .info-time div.title-time-start, .info-time div.title-time-end {
        font-size: 18px;
        color: #434343;
    }

    .info-time > div {
        flex: 1;
    }

    .info-time div.title-time-end {
        padding-left: 20px;
    }

    .item-flight.type-depart.box-select-item .box-info-bottom {
        display: flex;
        width: 100%;
        margin-top: 15px;
    }

    .item-flight.type-depart.box-select-item .box-info-bottom > div {
        flex: 1;
    }

    .item-flight.type-depart.box-select-item .box-info-bottom .info-airlines {
        font-size: 12px;
        color: #8f8f8f;
    }

    .item-flight.type-depart.box-select-item .box-info-bottom .info-airlines img {
        margin-right: 5px;
    }

    .item-flight.type-depart.box-select-item .box-info-bottom .info-airlines span {
        position: relative;
        top: 2px;
    }

    .item-flight.type-depart.box-select-item .box-info-bottom .info-price {
        text-align: right;
        color: #ff9000;
        font-size: 16px;
        font-weight: 700;
    }

    .info-time div.title-time-start, .info-time div.title-time-end {
        font-size: 18px;
        color: #434343;
        font-weight: 700;
    }

    .info-time div.title-time-start span {
        display: block;
        padding-bottom: 5px;
    }

    .info-time div.title-time-end span {
        display: block;
        padding-bottom: 5px;
    }

    section.tour-gallery .gallery-item {
        height: 250px;
    }

    .fload-right {
        float: left !important;
    }

    .info-time div.title-time-middle {
        color: #8f8f8f;
        font-size: 12px;
        text-align: center;
        font-weight: normal;
        padding-top: 6px;
    }

    .info-time div.title-time-middle .box-info-middle .bar-plane {
        position: relative;
        width: 100%;
        height: 5px;
        border-bottom: dashed 1px #707070;
        background-color: #ffffff;
        margin: 0px auto;
    }

    .info-time div.title-time-middle .box-info-middle .bar-plane:after {
        content: " ";
        width: 7px;
        height: 7px;
        position: absolute;
        background-color: #0070d0;
        border-radius: 100%;
        right: -3px;
        top: 1px;
    }

    .info-time div.title-time-middle .box-info-middle .bar-plane:before {
        content: " ";
        width: 7px;
        height: 7px;
        position: absolute;
        border: solid 1px #0070d0;
        background-color: #ffffff;
        border-radius: 100%;
        left: -3px;
        top: 1px;
    }

    .info-time div.title-time-middle .box-info-middle .info-stop {
        padding-top: 5px;
    }

    .search-link {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .tg-col-12 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }

    .sec-search {
        margin-top: 15px;
    }


    .tab-search ul {
        white-space: nowrap !important;
        display: inline-block !important;
        overflow-x: scroll !important;
        width: 100% !important;
    }

    .tab-search ul li {
        margin: 0 3px;
        width: auto !important;
        display: inline-block !important;
        padding: 3px 8px;
    }

    .tab-search ul a {
        padding: 5px 10px;
    }

    .tab-search ul li:first-child {
        margin-left: 0px !important;
    }

    .tab-search ul::-webkit-scrollbar, .tab-search ul::-webkit-scrollbar {
        height: 0;
    }

    footer#footer .footer-menu-vertical ul {
        display: inline-block !important;
        width: 100% !important;
        text-align: center;
    }

    footer#footer .footer-menu-vertical ul li {
        margin: 0 3px;
        width: auto !important;
        display: inline-block !important;
        padding: 3px 8px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .new_tab ul li {
        width: 100%;
    }

    .new_tab ul li:not(:last-child) {
        margin-bottom: 10px !important;
    }

    .z-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .z-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    .box-info-input-last .d-flex {
        display: block !important;
    }

    .search-airline .mb-3 {
        margin: 0 0 20px 0 !important;
    }

    .airline-user {
        margin: 0 0 20px 0;
    }

    .wd-100 {
        width: 100% !important;
    }

    .z-block {
        display: block !important;
    }

    button.btn.btnSearch {
        width: 100%;
    }

    .z-5 {
        flex: 0 0 auto;
        width: 47.5% !important;
    }

    .z-22 {
        flex: 0 0 auto;
        width: 5% !important;
    }

    .box-banner-search-flight-inner .box-content-banner-gif .box-title-depart {
        text-align: center;
    }

    .box-title-return {
        text-align: center;
    }

    .box-img-animate.type-searchflight {
        margin: 30px 0 !important;
    }

    @keyframes animate_plane_OW {
        0% {
            left: 0px;
        }

        100% {
            left: 88%;
        }
    }
    .box-banner-search-flight-inner .box-content-banner-gif .title-code {
        font-size: 30px;
        line-height: 40px;
    }

    article.box-toggle-form-flight-inner .btn-toggle-change-flight {
        line-height: 40px;
        border-radius: 6px;
        font-size: 15px;
        margin-top: 20px;
        float: left;
    }

    .filter-by .filter-by-select ul {
        position: absolute;
        top: 45px;
        width: 100%;
    }

    article.box-toggle-form-flight-inner .box-info-flight-inner.itinerary {
        font-size: 16px;
    }

    article.box-toggle-form-flight-inner .box-info-flight-inner {
        font-size: 15px;
        color: #111;
    }

    .home-category ul::-webkit-scrollbar, .filter-item ul::-webkit-scrollbar {
        height: 0;
    }

    .home-category ul::-webkit-scrollbar-track, .home-category ul::-webkit-scrollbar {
        background-color: #f1f1f1;
    }

    ::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }

    .home-category ul li a {
        font-size: 13px;
    }

    .category-item {
        width: calc(100% / 3);
    }

    .post-item .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .sec-post-category .home-category, .box-category .home-category {
        display: none;
    }

    .home-title h3 {
        font-size: 20px;
    }

    .category-item.w-5 {
        width: calc(100% / 3);
    }

    .post-list-item .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .post-list-item .post-content {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .mt-footer {
        margin-bottom: 25px !important;
    }

    .box-select-item.button {
        text-align: center;
        margin: 15px 0 0 0;
    }

    .box-select-item.button button {
        border-radius: 25px;
        background: #ff9000;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        box-shadow: none;
        outline: 0px;
        border: 0px;
        padding: 5px 34px;
    }

    .category-item {
        width: auto;
        width: auto !important;
        display: inline-block !important;
    }

    .category-list::-webkit-scrollbar {
        height: 0;
    }

    ol.breadcrumb {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0px !important;
        display: inline-block !important;
    }

    .bit-breadcrumbs ol li a, .bit-breadcrumbs ol li {
        font-size: 12px;
    }

    section.breadcrumbs {
        padding: 5px 0;
    }

    ol.breadcrumb li {
        display: inline-block;
    }

    section.sec-tour {
        margin: 30px 0;
    }

    .post-big .post-thumbnail {
        width: 100%;
        height: 220px;
    }

    .banners_img img {
        height: 82px;
        top: 30%;
    }

    /*.banners_from .col-10.noPadding {*/
    /*    width: 100%;*/
    /*}*/
    /*.banners_from .col-2.noPadding {*/
    /*    width: 100%;*/
    /*}*/
    .bk-domain .domain-form input.formS {
        width: 100%;
        height: 50px;
        font-size: 12px;
        border-radius: 10px !important;
        box-shadow: unset !important;
        border: 0px !important;
        margin: 0px !important;
        padding: 0px 0px 0px 70px !important;
    }
    .banners_from {
        background: linear-gradient(90deg, #0281f6 0%, #21b4ff 100%);
        padding: 20px;
        border-radius: 10px;
        position: relative;
    }
    button#search-btn span {
        display: none;
    }
    .bk-domain button.button_style.btn_style2.button_for_red i {
        margin-left: -6px;
    }
    .domain_daugia.flex {
        display: flex;
        flex-direction: column;
    }
    .pa_daugia_thanhcong .single_daugia {
        width: 100%;
        padding: 0 20px;
        border-right: solid 1px #ebebeb;
    }
    .pa_daugia_thanhcong .domain_daugia {
        padding: 10px 0;
    }
    .table-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .table.mt-table {
        min-width: 1400px; /* hoặc lớn hơn nếu cần */
        width: 100%;
        border-collapse: collapse;
    }
    div#tab-1 {
        width: 100%;
        overflow-x: auto;
    }


    .right-icon {
        float: right;
        cursor: pointer;
        padding-left: 10px;
    }

    .sub-menu {
        display: none;
        padding-left: 15px;
    }
    .main-menu {
        display: none;
    }
    ul.sub-menu {
        display: none;
        padding-left: 20px;
    }


    .owl-carousel.slide-banner-themes.owl-loaded.owl-drag {
        margin-top: 40px;
    }

    .filter-card.card_themes button.cate-btn {
        border-radius: 25px;
        padding: 6px 20px;
        margin-left: 3px;
        margin-bottom: 18px;
        border: 0px solid;
    }
    .slide-banner-themes .slide-item img {
        height: 100% !important;
    }
    section.section.sec-0.sec-themes {

        padding: 20px 0px 0px 0px;
    }

    .sec-themes .banner .block-content ul li i {

        width: 20px;
        font-size: 15px;
        font-weight: 400;
    }
    .sec-themes-hero {
        padding: 90px 0 40px;
    }
    .search-box {
        margin: auto;
        margin-top: 10px;
    }
    .row.row-themes-product h3.title_sp_dm {
        font-size: 18px;
    }

    .slide-banner-themes .owl-item:not(.center) .slide-item img {
        transform: translateY(20px) scale(1);
        opacity: 1;
        filter: none;

    }


    .tabs-list-bkns .tab-item {
        margin-left: 5px;
        margin-bottom: 10px;
        text-align: center;
        width: 45%;
        background: #fff;
        border-radius: 12px;
        padding: 12px 15px;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 11px;
        border: 1px solid #e8e8e8;
        transition: 0.2s;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }
    .nav-mobile .header-hotline {
        background: #f1f1f1;
        border-radius: 50px;
        padding: 6px 15px;
        margin-top: 20px;
    }
    .nav-mobile .header-hotline a {
        color: #000000;
        font-weight: 700;
        font-size: 15px;
    }
    .nav-mobile .header-hotline img {
        width: 35px;
    }

    .nav-mobile ul.main-menu-mobile li a {
        color: #000000 !important;
        font-weight: 400;
        font-size: 18px;
    }

    .categor_website {
        margin-top: 12vh;
    }

    section.section.sec-themes-all button.btn.btn-primary.d-md-none.mb-3 {
        padding: 10px 20px;
        font-weight: 100;
        border-radius: 30px;
        color: #000000;
        background-color: #e5e1e1;
        border-color: #cccccc;
    }
    .categor_website .modal-content i {
        margin-right: 10px;
        color: #000000 !important;
        font-weight: 500;
    }

    .categor_website .modal-dialog .modal-body {
        overflow: hidden;
        height: 450px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .categor_website .modal-dialog .modal-header {
        padding: 12px 30px;
    }

    h1.titel_single_product {
        font-size: 16px;
    }
    footer#footer .footer-top p, footer#footer .footer-top a {

        font-size: 17px;
        line-height: 29px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }


}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


}


/* iPad portrait style */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    a.btn-demo-view {
        font-size: 11px !important;
    }
}

/**desktop**/
@media only screen and (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 75%;
    }
}
@media only screen and (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }
}
