@media screen and (max-width: 1290px){
    .container{
        width: 960px;
    }
    /*
    * HEADER.
    */
    .header-main-right{
        display: none;
    }
    .toggle-nav-mobile,
    .header-mobile .header-main-right{
        display: block;
    }
    .search-form{
        margin-right: 70px;
    }
    .header-mobile .toggle-nav-mobile{
        color: #fff;
        background-color: var(--th-color-orange);
    }
    .header-mobile .toggle-nav-mobile i:nth-child(1){
        display: none;
    }
    .header-mobile .toggle-nav-mobile i:nth-child(2){
        display: inline-block;
    }
    .header-mobile{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        border-bottom: 1px solid #fff;
        background: rgba(255, 255, 255, .9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .header-kh.header-mobile{
        background-color: var(--th-color-blue);
    }
    .logged-in .header-mobile{
        top: 32px;
        height: calc(100% - 32px);
    }
    .header-mobile .header-main{
        background-color: transparent;
    }
    .header-mobile .header-main .container{
        padding-bottom: 65px;
    }
    .header-mobile .header-main-right{
        position: relative;
        z-index: 100;
        width: 100%;
        margin-top: 30px;
    }
    .header-mobile .search-form{
        position: relative;
        float: none !important;
        width: 100%;
        margin: 0px auto;
        height: 42px;
        z-index: 100;
    }
    .header-mobile .search-input{
        background-color: #fff;
        border-radius: 5px;
        font-size: 16px;
        border: 1px solid #ddd !important;
    }
    .header-mobile .search-input:focus{
        border-color: var(--th-color-red);
    }
    .header-mobile .search-submit{
        height: 42px;
    }
    .header-mobile .main-nav{
        margin-top: 50px;
        width: 100%;
        line-height: 50px;
    }
    .header-mobile .header-kh-right{
        width: 100%;
        margin-top: 30px;
        line-height: 60px;
    }
    .header-mobile ul.main-nav-kh{
        width: 100%;
    }
    .header-mobile .main-nav-inner>ul>li,
    .header-mobile ul.main-nav-kh>li{
        width: 100%;
    }
    .header-mobile .main-nav-inner>ul>li:nth-child(n+2){
        border-top: 1px dotted #ddd;
    }
    .header-mobile ul.main-nav-kh>li:nth-child(n+2){
        border-top: 1px dotted #3375f3;
    }
    .header-mobile .main-nav-inner>ul>li>a{
        padding: 0 10px;
        color: var(--th-color-link);
        background-color: transparent !important;
    }
    .header-mobile ul.main-nav-kh>li>a{
        padding: 0 10px;
    }
    .header-mobile .main-nav-inner>ul>li>ul{
        position: relative;
        top: 0px;
        padding: 0px 10px;
        padding-bottom: 20px;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        overflow: hidden;
        background-color: transparent;
        display: flex;
        flex-flow: row wrap;
        border-bottom: none;
    }
    .header-mobile .main-nav-inner>ul>li>ul li:nth-child(n){
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        float: left;
        border: none;
    }
    .header-mobile .main-nav-inner>ul>li>ul li:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .header-mobile .main-nav-inner>ul>li>ul li:nth-child(n+3){
        margin-top: 15px;
    }
    .header-mobile .main-nav-inner>ul>li>ul li a{
        border-radius: 5px;
        border: 1px dotted var(--th-color-blue);
        text-align: center;
        box-sizing: border-box;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--th-color-link);
        padding:8px;
    }
    .header-mobile .main-nav-inner>ul>li a:hover{
        color: var(--th-color-orange) !important;
    }
    .header-mobile .main-nav-inner>ul>li>ul li a:hover,
    .header-mobile .main-nav-inner>ul>li>ul li a:focus{
        border-color: var(--th-color-orange);
    }
    /*
    * FEATURED.
    */
    .box-search-wrap{
        height: auto;
        border-radius: 5px;
        padding: 20px;
    }
    .box-search-input,
    .box-search-right{
        width: 100%;
    }
    .box-search-input{
        padding: 0px;
    }
    .box-search-right{
        margin-top: 10px;
        padding-top: 20px;
        border-top: 1px solid #e8e8e8;
    }
    .box-search-right .box-search-item{
        width: calc(100% / 5);
    }
    .box-search-duration{
        padding-left: 0px;
    }
    .box-search-duration:before{
        display: none;
    }
    .box-search-submit{
        width: 100% !important;
        text-align: center;
        margin-top: 20px;
        padding-right: 0px !important;
    }
    /*
    * HOME TOUR.
    */
    .tour-col-item{
        width: calc((100% - 30px) / 2);
    }
    .tour-col-item:nth-child(3n+3){
        float: left;
        margin-right: 30px;
    }
    .tour-col-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .tour-col-item:nth-child(n+3){
        margin-top: 30px;
    }
    /*
    * HOME CARS.
    */
    .car-col-item{
        width: calc((100% - 60px) / 3);
    }
    .car-col-item:nth-child(4n+4){
        float: left;
        margin-right: 30px;
    }
    .car-col-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .car-col-item:nth-child(n+4){
        margin-top: 30px;
    }
    /*
    * HOME DOI NGU.
    */
    .home-dn-item{
        width: calc((100% - 90px) / 4);
    }
    .home-dn-item:nth-child(6n+6){
        float: left;
        margin-right: 30px;
    }
    .home-dn-item:nth-child(4n+4){
        float: right;
        margin-right: 0px;
    }
    .home-dn-item:nth-child(n+5){
        margin-top: 30px;
    }
    /*
    * ARCHIVE TOUR
    */
    .page-content .container{
        display: flex;
        flex-direction: column;
    }
    .primary,
    .sidebar{
        width: 100%;
    }
    .collap-filter-mobile{
        display: block;
    }
    .sidebar{
        margin-top: 30px;
    }
    .page-content .sidebar{
        display: none;
        order: -1;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /*
    * SINGLE TOUR.
    */
    .sidebar-tour{
        width: 100%;
        margin-top: 30px;
    }
    .primary-tour{
        width: 100%;
    }
    .single-tour-row2 .sidebar-tour{
        display: none;
    }
    .single-tour-row4 .container{
        width: 960px;
    }
}
@media screen and (max-width: 980px){
    .container{
        width: 680px;
    }
    /*
    * FEATURED.
    */
    .box-search-right .box-search-item{
        width: calc(100% / 2);
        box-sizing: border-box;
    }
    .box-search-price{
        padding-right: 0px;
    }
    .box-search-types{
        padding-left: 0px;
    }
    .box-search-types,
    .box-search-date{
        margin-top: 10px;
    }
    .box-search-price:after{
        display: none;
    }
    .box-search-submit button{
        width: 100%;
    }
    /*
    * HOME CARS.
    */
    .car-col-item{
        width: calc((100% - 30px) / 2);
    }
    .car-col-item:nth-child(3n+3){
        float: left;
        margin-right: 30px;
    }
    .car-col-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .car-col-item:nth-child(n+3){
        margin-top: 30px;
    }
    /*
    * HOME DOI NGU.
    */
    .home-dn-item{
        width: calc((100% - 60px) / 3);
    }
    .home-dn-item:nth-child(4n+4){
        float: left;
        margin-right: 30px;
    }
    .home-dn-item:nth-child(3n+3){
        float: right;
        margin-right: 0px;
    }
    .home-dn-item:nth-child(n+4){
        margin-top: 30px;
    }
    /*
    * FOOTER.
    */
    .footer-item:nth-child(n){
        width: calc((100% - 30px) / 2);
    }
    .footer-item:nth-child(2){
        float: right;
        margin-right: 0px;
    }
    .footer-item:nth-child(3){
        width: 100%;
        margin-right: 0px;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ccc;
    }
    /*
    * ARCHIVE TOUR
    */
    .tour-list-item-left,
    .tour-list-item-right{
        width: 100%;
        margin-right: 0px;
    }
    .tour-list-item-right{
        margin-top: 20px;
    }
    .tour-list-item-right-item:nth-child(n){
        width: 100%;
        margin: 0px;
    }
    .tour-list-item-price-wrap{
        margin-top: 20px;
        text-align: left;
    }
    .tour-list-item-morelink{
        position: relative;
        display: inline-block;
        left: 0px;
        width: 100%;
        margin-top: 15px;
    }
    /*
    * SINGLE TOUR.
    */
    .single-tour-row4 .container{
        width: 680px;
    }
    /*
    * PAGE CONTACT.
    */
    .contact-map{
        height: 300px;
    }
    .contact-col2-item{
        width: 100%;
    }
    .contact-col2-right{
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px){
    .container{
        width: 94%;
    }
    /*
    * HOME UU DIEM.
    */
    .home-ud-item:nth-child(n){
        width: 100%;
        margin-right: 0px;
        justify-content: left;
    }
    .home-ud-item:nth-child(n+2){
        margin-top: 0px;
    }
    /*
    * HOME TOUR.
    */
    .tour-col-item:nth-child(n),
    .car-col-item:nth-child(n){
        width: 100%;
        margin-right: 0px;
    }
    .tour-col-item:nth-child(n+2),
    .car-col-item:nth-child(n+2){
        margin-top: 30px;
    }
    /*
    * HOME DOI NGU.
    */
    .home-dn-item{
        width: calc((100% - 30px) / 2);
    }
    .home-dn-item:nth-child(3n+3){
        float: left;
        margin-right: 30px;
    }
    .home-dn-item:nth-child(2n+2){
        float: right;
        margin-right: 0px;
    }
    .home-dn-item:nth-child(n+3){
        margin-top: 30px;
    }
    /*
    * FOOTER.
    */
    .footer-copyright,
    .footer-card{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer-card{
        margin-top: 10px;
    }
    /*
    * SINGLE TOUR.
    */
    .single-gallery-item{
        height: 300px;
    }
    .single-tour-nav li:nth-child(n+2){
        margin-left: 20px;
    }
    .sidebar-tour-attr-item:nth-child(n){
        width: 100%;
        margin-right: 0px;
    }
    .sidebar-tour-attr-item:nth-child(n+2){
        margin-top: 10px;
    }
    .single-tour-higlight-left,
    .single-tour-higlight-right{
        width: 100%;
    }
    .single-tour-higlight-right{
        margin-top: 20px;
    }
    .single-tour-row4 .container{
        width: 94%;
    }
    .single-tour-itinerary-item-head{
        padding-right: 20px;
        line-height: 1.5;
    }
    /**/
    .archive-new-item-thumb{
        width: 100%;
    }
    .archive-new-item-info{
        width: 100%;
        margin-top: 15px;
    }
    /**/
    .acf-front-tour-thumb,
    .acf-front-tour-info{
        width: 100%;
    }
    .acf-front-tour-info{
        margin-top: 15px;
    }
    /**/
    .acf-field{
        width: 100% !important;
    }
}