@media screen and (max-width:1024px) {
    .tour-list .tour-item,
    .box-content-home { display: block; opacity: 1; bottom: 0; }
}

@media screen and (min-width:991px) {
    .nav-custom > ul { display: table !important; }
    .nav-custom > ul > li > .fa-angle-left { display: none !important; }
}

@media screen and (max-width:991px) {
    .aside { display: none; }
    .footer .col-md-4:nth-child(2),
    .footer .col-md-4:nth-child(3) { display: none; }
    .nav-custom > ul > li:first-child a i { display: none !important; }
    .nav-custom > ul > li:first-child a span { display: inline-block !important; }
    .nav-custom ul { display: block; z-index: 10000; position: relative !important; background: #333; }
    .nav-custom > ul { display: none; }
    .nav-custom ul li { display: block; min-height: 50px !important; height: auto !important; border-left: none; border-right: none !important; text-align: right; background: #333; border-bottom: none !important; }
    .nav-custom ul li a { border-left: none; text-align: right; padding-right: 10px !important; line-height: 50px !important; border-bottom: 1px solid #222; }
    .nav-custom ul li a:hover, .nav-custom ul li:hover a, .nav-custom ul > li.active > ul > li > a, .nav-custom ul > li.active > a { background: #222; }
    .nav-custom ul > li.active > ul { display: block; }
    .nav-custom ul > li.active > ul > li, .nav-custom ul > li.active li.active ul li:last-child a { border-top: 1px solid #111 !important; }
    .nav-custom ul > li.active li.active a, .nav-custom ul > li.active li.active ul li a { background: #111 !important; }
    .nav-custom ul ul li .fa, .nav-custom ul li .fa-angle-down { width: 50px; height: 50px; left: 0 !important; top: 0; line-height: 50px; text-align: center; border-right: 1px solid #111; }
    .nav-custom ul ul li.active .fa { border-color: #000 !important; }
    .nav-custom ul li.active li.active .fa { border-color: #222 !important; }
    .nav-custom ul { position: relative !important; }
    .nav-custom ul ul, .nav-custom ul ul ul, .nav-custom ul ul ul ul { opacity: 1 !important; visibility: visible !important; position: relative !important; width: 100%; right: 0; padding-right: 0; border: none !important; display: none; }
}

@media screen and (max-width:768px) {
    .carousel { display: none; }
}

@media screen and (max-width:700px) {
    .footer .pull-right,
    .footer .pull-left,
    .header .pull-right,
    .header .pull-left { width: 100% !important; display: block; float: none !important; text-align: center; }
    .header .btn-action { display: none; }
}

@media screen and (max-width:480px) {
    .col-xs-6 { width: 100% !important; }
    .nav-tabs { display: table; width: 100%; }
    .nav-tabs > li { display: table-cell; margin: 0; width: 25%; text-align: center; vertical-align: bottom; min-height: 40px; }
    .nav-tabs > li > a { padding: 5px 5px; font-size: 13px; height: 48px; display: block; border-radius: 0; }
    .tab-content { padding: 0 0 15px; }
    .footer .btn-action li { width: 100%; float: none !important; }
    /**/
    .box-tour-details { height: auto; }
    .box-tour-details .box-tour-details-head { height: auto; line-height:50px; padding:30px 0; }
    .box-tour-details .box-tour-details-head i { transform: rotate(136deg); }
    .box-tour-details .box-tour-details-head span { display: block !important; }
    .table-responsive {
        overflow:scroll;
        display:block; 
        width:100%;
    }

    .tour-list li .item-6, .tour-list li .item-header-6 ,
    .tour-list li .item-7, .tour-list li .item-header-7,
     .tour-list li .item-4, .tour-list li .item-header-4 {
        display:none !important;
    }
}

@media screen and (max-width:320px) {
}
body.printPage {max-width: 21cm !important;}
.printPage .container {width: 100% !important;}
    .printPage .box-tour-details {width: 100% !important}
.printPage header h3 {margin-bottom: 0 !important}
.printPage header h3 img {max-height: 84px;}
.printPage header hr {margin: 0;padding: 0;color: #aaa;}
 .printPage .box-tour-details .box-tour-details-item .pull-right,  .printPage .box-tour-details .box-tour-details-item .pull-left {width:240px !important;}
    .printPage .page-tour-details .pull-right {width: 490px !important;}
    .printPage .page-tour-details .pull-left {width: 250px !important;float: right !important;}

@media print {
    html {max-width: 21cm !important;}
    body.printPage {max-width: 21cm !important;}
    .printPage .container {width: 100% !important;}
    .box-tour-details .box-tour-details-item .pull-right, .box-tour-details .box-tour-details-item .pull-left {width:230px !important;}
    .printPage .page-tour-details .pull-right {width: 500px !important;}
    .printPage .page-tour-details .pull-left {width: 260px !important;float: right !important;}
    .printPage .box-tour-details {width: 100% !important}
.printPage header h3 {margin-bottom: 0 !important}
.printPage header h3 img {max-height: 84px;}
.printPage header hr {margin: 0;padding: 0;color: #aaa;}
  a[href]:after {
    content: none !important;
  }
    @page {
        margin: 0 !important;
        size: 21cm 28.5cm;
    }
    .box-content {margin-bottom: 0;}
    
    .printPage .page {padding-top: 0;}
    
}
