/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

::-webkit-scrollbar { 
    width: 0 !important ;
    display: none;
}
html,body{ 
    -webkit-overflow-style: none;
        -ms-overflow-style: none;
            overflow-style: none;
 }
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
@font-face {
   font-family: "VNF-Gotham";
   src:
         url('../fonts/VNF-Gotham.woff') format('woff'),
         url('../fonts/VNF-Gotham.ttf')  format('truetype'),
         url('../fonts/VNF-Gotham.svg#svgVNF-Gotham') format('svg'); /* Legacy iOS */
}

@font-face {
   font-family: "iCielGotham-Medium";
   src:
         url('../fonts/iCielGotham-Medium.woff') format('woff'),
         url('../fonts/iCielGotham-Medium.ttf')  format('truetype'),
         url('../fonts/iCielGotham-Medium.svg#svgiCielGotham-Medium') format('svg'); /* Legacy iOS */
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.no-svg{
    display: none!important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    -webkit-text-rendering: optimizelegibility;
            text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
            font-smoothing: subpixel-antialiased;
}
body {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    -webkit-text-rendering: optimizelegibility;
            text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
            font-smoothing: subpixel-antialiased;
    font-family: "iCielGotham-Medium", Arial;
    font-size: 12px;
    color: #444;
}

.container{
    max-width: 1024px; /* ANHLT */
    margin: auto;
    clear: both;
}
.spin-wap{
    background: #fefefe none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    overflow: hidden;
    margin-right: 14px;
}
/*----- HEADER  -------*/
#header{
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.header-top{
    clear: both;
    padding-top: 20px;
    position: relative;
    z-index: 9;
}
.logo-vna{
    float: left;
}
.logo-vna a{
    width: 240px;  
    display: block;

}
.logo-vna img{
    max-width: 100%;
    display: block;
}
.header-logo img{
    max-width: 100%;
    display: block;
}
.header-top ul{
    float: right;
}
.header-top select{
    float: right;
}

.header-top-right{ 
    float: right;
    padding-top: 15px;
}
.header-top-right ul{
    float: left;
    margin: 0;
    padding: 0;
}
.header-top-right ul li{
    float: left;
    list-style-type: none;
    padding: 0 10px ;
    border-left: 1px solid #18708c;
}
.header-top-right ul li:first-child{
    border: none;
}
.header-top-right ul li a{
    font-family: "VNF-Gotham", Arial;
    text-decoration: none;
    color: #006785;
    font-size: 12px;
}

.header-info{
    clear: both;
    padding-top: 50px;
    position: relative;
}
.header-info h2{
    font-family: "VNF-Gotham", Arial;
    font-weight: normal;
    max-width: 50%;
    text-align: center;
    margin: auto;
    font-size: 14px;
    line-height: 19px;
    color: #444;
}
.time-count{
    position: absolute;
    top: 30px;
    right: 0;
    text-align: right;
}
.time-count h3{
    font-family: "VNF-Gotham", Arial;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
    padding-right: 10px;
}
.time-count p{
    margin: 0;
    font-size: 25px;
}
.time-count ul{
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.time-count li{
    float: left;
    list-style-type: none;
    padding: 0 10px;
    border-left: 1px solid #006886;
    color: #006886;
    text-align: center;
    width: 35px;
}
.time-count li:first-child{
    border: none;
}
#language-wap{
    display: none;
    font-family: "VNF-Gotham", Arial;
    float: left;
    outline: none;
    color: #333333;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
}
#language-wap img{
    width: 20px;
    vertical-align: top;
}
.header-logo{
    position: absolute;
    max-width: 1000px;
    top: 20px;
    z-index: 1;
}
/* select with custom icons */
.header-top-right .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item {
  padding: 0.5em 0 0.5em 3em;
}
.header-top-right .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
  height: 18px;
  width: 24px;
  top: 0.1em;
}
.header-top-right .ui-selectmenu-button span.ui-selectmenu-text{
    padding: 0;
    vertical-align: top;
    line-height: 14px;
    text-align: right;
    color: #555;
    width: 24px;
}
.header-top-right .ui-selectmenu-button{
    outline: none;
    padding-left: 0px;
}
.header-top-right .ui-icon.video {
    background: url("../img/flag-vi.png") 0 0 no-repeat;
}
.header-top-right .ui-selectmenu-menu .ui-menu{
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    float: none;
    clear: both;
    width: 42px;
    text-align: left;
    top: 10px;
    margin-top: 10px;
    padding-top: 0;
}

/* BOX ARROW */
.arrow_box ul{
    background: #ffffff;
}
.arrow_box ul:after, .arrow_box ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: -7px;
}

.arrow_box ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-top: 1px;
    margin-left: -11px;
}
.arrow_box ul:before {
    border-width: 8px;
    margin-left: -11px;
}
/*--------*/

.header-top-right .ui-selectmenu-menu .ui-menu li{
    float: none;
    clear: both;
    border: none;
    width: 100%;
    padding: 10px 10px;
    border-top: 1px solid #ddd;
    color: #333;
    font-weight: bold;
}
.header-top-right .ui-selectmenu-menu .ui-menu li:first-child{
    border: none;
}
.header-top-right .ui-selectmenu-menu .ui-menu li.ui-state-focus{
    background-color: #ddd;
}
.language-wap-option{
    float: left;
    position: relative;
    padding-left: 10px;
    z-index: 9;
    padding-right: 25px;
}
.language-wap-img{
    float: left;
    position: absolute;
    right: 10px;
    z-index: 0;
}
.language-wap-option .ui-selectmenu-button span.ui-icon{
    background-image: url("../img/icon-rectangle.png");
    background-repeat: no-repeat;
    background-size: 8px;
    left: 0px;
    margin: 0;
    width: 8px;
    height: 8px;
    top: 4px;
}
#language-wap-append{
    position: relative;
    z-index: 9;
}
#language-wap{
    position: relative;
    padding-left: 10px;
}


/*--------- CONTENT -----------*/
.control-slick-btn{
    width: 100%;
    text-align: center;
}
.pause-slider{
    background-image: url("../img/symbol.png");
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    text-indent: -9999px;
    height: 30px;
    cursor: pointer;
    margin: auto;
    display: inline-block;
    padding: 0 3px;
}
.pause-slider.active{
    background-image: url("../img/symbol-active.png");
}
.play-slider.active{
    background-image: url("../img/play-active.png");
}

.play-slider{
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    text-indent: -9999px;
    height: 30px;
    cursor: pointer;
    margin: auto;
    display: inline-block;
    padding: 0 3px;
}
.slick-initialized .slick-slide:focus{
    outline: none;
}
.slick-list{
    padding-bottom: 10px;
}
#slider-section{
    clear: both;
    overflow: hidden;
    margin: 0 -10px;
}
.slider-item{
    text-align: left;
    float: left;
    width: 240px;
    margin: 7px;
    border-top: 15px solid;
    transition: box-shadow ease-in-out 0.3s;
}
.slider-item:hover{
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    transition: box-shadow ease-in-out 0.3s;

}
.slider-item-title{
    clear: both;
    padding: 0 10px;
    background-color: #fff;
    overflow: hidden;
}
.slider-item-title h2{
    font-family: "iCielGotham-Medium", Arial;
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    padding: 15px 0;
}
.slider-content{
    font-family: "VNF-Gotham", Arial;
    clear: both;
    padding: 0 15px;
}
.slider-item {
    -webkit-user-select: all;
            user-select: -moz-all;
    -moz-user-select: -moz-all;
}
.arrows{
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    width: 10px;
    background-size: 10px;
    height: 10px;
    background-position: center;
    float: left;
    vertical-align: middle;
    padding: 15px 5px;
}
.arrows.rt  {background-image: url("../img/arrow-rt.png");} /* ANHLT */

.star-emty{
    background-image: url("../img/star-emty.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
}
.slider-content .price{
    font-family: "VNF-Gotham", Arial;
    font-size: 20px;
    color: #08406e;
    padding: 15px 0;
}
.quantity{
    display: none;
}
.slider-btn{
    width: 50%;
    float: left;
    padding: 20px 0;
}
.slider-btn a{
    font-size: 12px;
    text-decoration: none;
    background-color: rgba(255,255,255,0.5);
    padding: 7px 30px;
    border-radius: 30px;
    border: 1px solid;
}
.slider-rating{
    display: none;
    float: right;
    height: 15px;
    width: 80px;
    margin: 20px 0;
}
.slider-rating a{
    background-image: url("../img/star-emty.svg");
    background-repeat: no-repeat;
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    outline: none;
}
.slider-rating a.star.active, .slider-rating a.star.rate-me {
    background: url("../img/star.svg") no-repeat;
}
.facebook-like{
    width: 50%;
    float: left;
    padding: 17px 0;
	display: none;
}
.facebook-like a{
    width: 45px;
    display: block;
}
.facebook-like img{
    max-width: 100%;
}
.facebook-share{
    width: 100%;
    height: 20px;
    display: block;
    float: left;
    text-align: right;
    text-indent: 20px;
    padding: 16px 0;
}
.facebook-share a{
    background-image: url("../img/icon-share.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    text-decoration: none;
    line-height: 22px;
    color: #666666;
    padding-left: 0px;
    padding-top: 4px;
    outline: none;
}
.slider-footer{
    clear: both;
    padding: 0 15px;
}
.slider-social{
    clear: both;
    padding: 0px 15px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.5);
}

/* ---- ITEM 1 ----*/
.slider-color1{
    background-color: rgba(13, 170, 170, 0.5);
    border-color: #0daaaa;
}
.slider-color1 .slider-item-title h2{
    color: #0daaaa;
}
.slider-color1 .slider-btn a{
    border-color: #0daaaa;
    color: #0daaaa;
    transition: all ease-in-out .2s;
}
.slider-color1 .slider-btn a:active,
.slider-color1 .slider-btn a:focus,
.slider-color1 .slider-btn a:visited{
    outline: none;
}
.slider-color1 .slider-btn a:hover{
    border-color: #0daaaa;
    color: #fff;
    background-color: #0daaaa;
    transition: all ease-in-out .2s;
}
/* ---- ITEM 2 ----*/
.slider-color2{
    background-color: rgba(187,159,59,0.5);
    border-color: #bb9f3b;
}
.slider-color2 .slider-item-title h2{
    color: #bb9f3b;
}
.slider-color2 .slider-btn a{
    border-color: #bb9f3b;
    color: #bb9f3b;
    transition: all ease-in-out .2s;
}
.slider-color2 .slider-btn a:hover{
    border-color: #bb9f3b;
    color: #fff;
    background-color: #bb9f3b;
    transition: all ease-in-out .2s;
    
}
/* ---- ITEM 3 ----*/
.slider-color3{
    background-color: rgba(153,167,108,0.5);
    border-color: #99a76c;
}
.slider-color3 .slider-item-title h2{
    color: #99a76c;
}
.slider-color3 .slider-btn a{
    border-color: #99a76c;
    color: #99a76c;
    transition: all ease-in-out .2s;
}
.slider-color3 .slider-btn a:hover{
    border-color: #99a76c;
    color: #fff;
    background-color: #99a76c;
    transition: all ease-in-out .2s;
}
/* ---- ITEM 4 ----*/
.slider-color4{
    background-color: rgba(183,111,72,0.5);
    border-color: #b76f48;
}
.slider-color4 .slider-item-title h2{
    color: #b76f48;
}
.slider-color4 .slider-btn a{
    border-color: #b76f48;
    color: #b76f48;
    transition: all ease-in-out .2s;
}
.slider-color4 .slider-btn a:hover{
    border-color: #b76f48;
    color: #fff;
    background-color: #b76f48;
    transition: all ease-in-out .2s;
}
/* ---- ITEM 5 ----*/
.slider-color5{
    background-color: rgba(90,124,122,0.5);
    border-color: #5a7c7a;
}
.slider-color5 .slider-item-title h2{
    color: #5a7c7a;
}
.slider-color5 .slider-btn a{
    border-color: #5a7c7a;
    color: #5a7c7a;
    transition: all ease-in-out .2s;
}
.slider-color5 .slider-btn a:hover{
    border-color: #5a7c7a;
    color: #fff;
    background-color: #5a7c7a;
    transition: all ease-in-out .2s;
}
/* ---- ITEM 6 ----*/
.slider-color6{
    background-color: rgba(177,99,120,0.5);
    border-color: #b16378;
}
.slider-color6 .slider-item-title h2{
    color: #b16378;
}
.slider-color6 .slider-btn a{
    border-color: #b16378;
    color: #b16378;
    transition: all ease-in-out .2s;
}
.slider-color6 .slider-btn a:hover{
    border-color: #b16378;
    color: #fff;
    background-color: #b16378;
    transition: all ease-in-out .2s;
}
/* ---- ITEM Out ----*/
.slider-out{
    background-color: rgba(102,102,103,0.5);
    border-color: #666667;
}
.slider-out .slider-item-title h2{
    color: #666667;
}
.slider-out .slider-btn a{
    border-color: #666667;
    color: #666667;
    transition: all ease-in-out .2s;
}
.slider-out .slider-content .price{
    color: #666667;
}
.slider-out .slider-btn p{
    margin: 0;
}
.slider-out .slider-btn a:hover{
    border-color: #666667;
    color: #fff;
    background-color: #b16378;
    transition: all ease-in-out .2s;
}
/* ----------------- SLICK DOT ---------------*/

.slick-dots{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.slick-dots li{
    list-style-type: none;
    display: inline-block;
    float: none;
    padding: 20px 0px 0px;
    text-align: center;
}
.slick-dots li button{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    outline: 0;
    border: none;
    background: 0 none;
    margin: 0 5px;
    text-align: center;
    padding: 0;
    width: 22px;
    opacity: .5;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    height: 22px;
    top: 0;
}
.slick-dots li.slick-active button {
    cursor: default;
    opacity: 1;
}
.slick-dots li.slick-active button:after {
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
    opacity: 1;
    height: 20px;
    width: 20px;
}

.slick-dots li button:after {
    border: 1px solid #666666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.23,1,0.32,1);
    transition: transform 1.4s cubic-bezier(0.23,1,0.32,1);
    opacity: 1;
    width: 20px;
    height: 20px;
}
.slick-dots .slick-active button:after{
    border: 1px solid #006886;
}
.slick-dots li button:before {
    background-color: #666666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    margin: 0px;
    width: 10px;
    text-align: center;
    margin: 6px auto;
}
.slick-dots .slick-active button:before {
    background-color: #006886;
}

/*--------- FOOTER ----------- */
#footer{
    clear: both;
    color: #e0cfcf;
    font-family: "VNF-Gotham", Arial;
    line-height: 16px;
    font-size: 13px;
    padding-bottom: 30px;
}
#footer ul{
    padding: 0;
}
#footer ul li{
    list-style-type: none;
    padding-right: 5px;
    display: inline-block;
}
#footer a{
    text-decoration: none;
    color: #e0cfcf;
    display: block;
}


/* ----------  POP UP -----------*/
#overlay-popup{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;  
    visibility: hidden;
    transition: visibility ease-in-out 0.2s;
}
body.active {
    overflow: hidden;
}
body.active  #overlay-popup{
    visibility: visible;
    transition: visibility ease-in-out 0.2s;
}
#popup-wrapper{
    background-color: #fff;
    position: relative;
    width: 610px;
    top: 30%;
    z-index: 99;
    margin: auto;
    border-radius: 5px;
    padding: 30px;
    visibility: hidden;
    transform: translate(0,0) scale(0);
    transition: transform 0.2s, visibility ease-in-out 0.2s;
}
body.active #overlay-popup #popup-wrapper{
    visibility: visible;
    transform: translate(0,0) scale(1);
    transition: transform 0.2s, visibility ease-in-out 0.2s;
}
.form-control{
    border: 1px solid #C7C7C7;
    max-width: 25%;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: #eee;
    margin: 0 5px;
}
.pickdate-wap{
    border: 1px solid #ddd;
    background-color: #fff;
}
.popup-header{
    clear: both;
    height: 40px; /* ANHLT */
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 10px;
}
.popup-header h2{
    font-family: "iCielGotham-Medium", Arial;
    float: left;
    text-align: left;
	margin-top: 0; /* ANHLT */
}
.popup-header button{
    float: right;
    text-align: right;
}
.popup-container{
    width: 100%;
}
.origin_destination_wrapper{
    float: left;
    width: 35%;
}
.origin_destination{
    clear: both;
    width: 100%;
    padding-bottom: 10px; /* ANHLT */
}
.booking_form_container{
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 40px;
}
.origin_destination p{
    font-size: 20px;
    margin: 0;
    color: #006886;
}
.origin_destination input{
    font-size: 20px;
    margin: 0;
    color: #006886;
    border: none;
}

.fieldset-date-wrapper{
    margin: 0 -10px;
    display: inline-block;
    width: 100%;
}
.fieldset-date{
    float: left;
    padding-bottom: 10px; /* ANHLT */
    padding: 0 10px 10px;
}
.input-append {
    margin-top: 5px;
}
.close-form{
    background-image: url("../img/icon_close.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 10px; /* ANHLT */
    right: 10px; /* ANHLT */
    outline: none;
    background-size: 20px;
    background-position: center;
    text-indent: -9999px;
    color: transparent;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.fieldset-date .input-append{
    background-image: url("../img/icon_calendar.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    width: 100%;
}
.fieldset-date .input-append input{
    width: 100%;
    padding: 0 10px;
    display: block;
    border:none;
    height: 38px;
    outline: none;
    background-color: transparent;
}
.fieldset-date .input-append.disabled-block{
    background-color: #ddd;
}

.ui-selectmenu-button{
    outline: none;
    position: initial;
    width: 100%!important;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{
    margin:0;
}

.input-append > .ui-corner-all:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-color: #B3B3B3 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    content: ' ';
    
}
.input-append > .ui-corner-top:after{
    content: ' ';
    margin-top: -4px;
    border-color: transparent transparent #B3B3B3 transparent;
    border-width: 0 5px 5px 5px;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
}

.select-style .ui-menu{
    background-color: #fff;
    border: 1px solid #ddd;
    max-height: 130px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.select-style .ui-menu li{
    padding: 15px 10px;
    border-top: 1px solid #ddd;
}
.select-style .ui-menu li:first-child{
    border: none;
}
.select-style .ui-menu li.ui-state-focus{
    background-color: #006886;
    color: #fff;
}
.fieldset-wrapper{
    clear: both;
    display: block;
    padding: 0 0px;
/*    margin: ; ANHLT */
}
.fieldset{
    display: inline-block;
    padding: 0 5px 0;
    max-width: 32%;
    width: 100%;
}
.fieldset .input-append{
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    position: relative;
    height: 40px;
}
.fieldset .input-append select{
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 38px;
}
.fieldset .input-append .ui-selectmenu-button span.ui-selectmenu-text{
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
}
.confirm-wap{
    clear: both;
    padding: 30px 0;
    float: none;
    overflow: hidden;
}
.confirm-label{
    float: left;
    width: 50%;
    padding-top: 10px;
}
.confirm-submit{
    float: right;
    text-align: right;
}
.btn-submit{
    background-color: #fff;
    float: left;
    padding: 10px 40px;
    border-radius: 30px;
    outline: none;
    border: none;
    color: #006886;
    border: 1px solid #006886;
    transition: all ease-in-out .2s;
	/* ANHLT */
	text-decoration: none;
}
.btn-submit:hover{
    background-color: #006886;
    color: #fff;
    transition: all ease-in-out .2s;
}
/*  DatePicker Style */
#departure-date{
    cursor: pointer;
}
.datepicker-style{
    position: relative;
}
.ui-datepicker{
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    padding: 15px 10px;
    border: 1px solid #B3B3B3;
    position: absolute!important;
    z-index: 9999;
    width: auto!important;
}

.ui-datepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
}
.ui-datepicker-multi-2 .ui-datepicker-group{
    width: 48%;
}
.ui-datepicker-multi-2 .ui-datepicker-group:first-child table{
    border: none;
}
.ui-datepicker-group table{
    border-left: 1px solid #ddd;
}
.ui-datepicker:before, .ui-datepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: #ccc;
    content: '';
}
.ui-datepicker td span, 
.ui-datepicker td a{
    text-align: center;
    padding: 5px;
}
.ui-datepicker .ui-datepicker-unselectable span{
    /*color: #ddd;*/
    background-color: transparent;
    border: none;
}
.ui-datepicker .ui-state-default{
    color: #000;
    background-color: transparent;
    border: none;
    font-size: 12px;
}
.ui-widget-header .ui-icon{
    background-image: none;
}

.ui-datepicker .ui-state-active,
.travel-dare-hightlight .ui-state-default,
.depart-date-hightlight .ui-state-default,
.return-date-hightlight .ui-state-default,
.ui-datepicker .ui-state-hover.ui-state-default{
    background-color: #006886;
    border-radius: 4px;
    color: #fff;
}
.ui-datepicker .ui-state-disabled{
    opacity: 0.2;
}
.ui-datepicker .ui-datepicker-next{
    background-image: url("../img/icon-next.png");

    background-repeat: no-repeat;
    background-size: 15px;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 0;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover{
    border: none;
    background-color: transparent;
}
.ui-datepicker .ui-state-hover {
    border: none;
    background-color: transparent;
    color: #333;
}
.ui-datepicker .ui-datepicker-header{
    background-color: transparent;
    border: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev{
    background-image: url("../img/icon-prev.png");
    background-repeat: no-repeat;
    background-size: 15px;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 0;
    cursor: pointer;
}
/* End Tripi DatePicker Style */
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
.visible-lg{
    display: block!important;
}
.visible-xs{
    display: none!important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width:320px) {

    body:before {
      content: "";
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: -10;
      background: url("../img/bg.jpg") no-repeat right bottom;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding-top: 20px;
    }
    body{
        overflow-y:auto; 
        background-image: none;
    }
    .slider-item{
        color: #EAEAEA;
    }
    .slider-color1{
        background-color: rgba(13, 170, 170, 0.8);
    }
    .slider-color2{
        background-color: rgba(187,159,59,0.8);
    }
    .slider-color3{
        background-color: rgba(153,167,108,0.8);
    }
    .slider-color4{
        background-color: rgba(183,111,72,0.8);
    }
    .slider-color5{
        background-color: rgba(90,124,122,0.8);
    }
    .slider-color6{
        background-color: rgba(177,99,120,0.8);
    }
    .slider-out {
        background-color: rgba(102,102,103,0.8);
    }
    .slider-out .slider-content .price{
        color: #ccc;
    }
    .header-logo{
        top: 0;
        max-width: 80%;
        margin: auto;
        text-align: center;
        position: relative;
        padding-top: 20px;
    }
    .fieldset-date{
        width: 100%;
    }
    .container{
        padding: 0 5px; /* ANHLT */
    }
    #language-wap{
        margin-top: -40px;
        padding-right: 0px;
        float: right;
    }
    .logo-vna{
        float: left;
        clear: both;
        text-align: left;
    }
    .logo-vna a{
        text-align: center;
        margin: auto;
        width: 180px;
    }
    .header-top-right {
        float: none;
        padding-top: 0;
    }
    .header-top-right ul{
        float: none;
        clear: both;
        text-align: center;
        padding-top: 10px;
    }
    .header-top-right ul li{
        float: none;
        display: inline-block;
        clear: both;
    }
    .visible-lg{
        display: none!important;
    }
    .visible-xs{
        display: block!important;
    }
    .header-info{
        padding-top: 5px;
    }
    .header-info h2{
        max-width: 100%;
        padding-top: 10px;
        font-size: 13px;
    }
    .time-count {
        position: relative;
        right: 0;
        text-align: center;
        padding-bottom: 20px;
    }

    .time-count ul{
        text-align: center;
    }
    .time-count li{
        display: inline-block;
        float: none;
    }
    .slider-item{
        float: none;
        margin: 40px auto;
        width: 280px;
    }
    #popup-wrapper {
        background-color: #fff;
        position: relative;
        width: auto;
        top: 0px;
        z-index: 99;
        margin: 15px;
        border-radius: 5px;
        padding: 10px 10px;
        height: calc(100% - 50px);
        
    }
    #overlay-popup.active #popup-wrapper{
        overflow-y: auto; 
    }
    .origin_destination_wrapper {
        float: none;
        width: auto;
    }
    .booking_form_container {
        float: none;
        border-left: none;
        padding-left: 0;
    }
    .popup-header h2{
        margin-bottom: 0;
    }
    .popup-header{
        padding-bottom: 0;
    }
    .fieldset  {
        max-width: 28%;
    }
    .confirm-wap{
        padding: 20px 0;
    }
    .confirm-label{
        float: none;
        width: 100%;
    }
    .confirm-submit {
        float: none;
        text-align: center;
        width: 100%;
        margin: auto;
        clear: both;
        padding-top: 20px;
    }
    .fieldset-wrapper{
        margin: 0 -5px;
    }
    .confirm-submit{
        width: 100%;
        display: inline-block;
        padding-bottom: 20px;
    }
    .btn-submit{
        float: none;
        text-align: center;
    }
    .language-wap-option{
        padding-right: 35px;
    }
    #footer .container{
        padding: 10px 20px;
    }
}
@media only screen and (min-width:480px) {
    .visible-lg{
        display: block!important;
    }
    .visible-xs{
        display: none!important;
    }
    .logo-vna a{
        width: 240px;
    }
    .header-top-right {
        float: right;
        padding-top: 15px;
    }
    .header-top-right ul{
        float: left;
        padding-top: 0;
    }
    #language-wap {
        margin-top: 0;
        padding-right: 0px;
        float: left;
    }
    .header-top-right ul li{
        float: left;
        clear: none;
    }
    .header-logo{
        top: 10px;
        max-width: 100%;
    }
    
    .slider-item {
        width: 40%;
        display: inline-block;
        margin: 10px 15px;
    }
    #slider-section {
        clear: both;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
    }
    .time-count {
        position: absolute;
        right: 0;
        text-align: center;
        padding-bottom: 20px;
        top: 10px;
    }
    #footer .container{
        padding: 10px 50px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 570px){
    .logo-vna a {
        width: 185px;
    }
    .slider-item {
        width: 320px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 900px){
    .time-count{
        position: relative;
        padding-top: 10px;
    }
}
@media only screen and (min-width:768px) {
    #popup-wrapper {
        background-color: #fff;
        position: relative;
        width: 500px;
        top: 10%;
        z-index: 99;
        border-radius: 5px;
        padding: 20px 10px 70px;
        height: auto;
        overflow-y: auto;
        margin: auto;
    }
    .fieldset-date {
        width: 43%;
    }
    .origin_destination {
        clear: both;
        width: 46%;
        padding-bottom: 20px;
        display: inline-block;
    }
    #footer .container{
        padding: 10px 70px;
    }
}

@media only screen and (min-width:1024px) {
    .slider-item {
        width: 244px;
        display: inline-block;
        margin: 5px 3px;
        color: #333;
    }
    .slider-color1{
        background-color: rgba(13, 170, 170, 0.5);
    }
    .slider-color2{
        background-color: rgba(187,159,59,0.5);
    }
    .slider-color3{
        background-color: rgba(153,167,108,0.5);
    }
    .slider-color4{
        background-color: rgba(183,111,72,0.5);
    }
    .slider-color5{
        background-color: rgba(90,124,122,0.5);
    }
    .slider-color6{
        background-color: rgba(177,99,120,0.5);
    }
    .slider-out {
        background-color: rgba(102,102,103,0.5);
    }
    .slider-out .slider-content .price{
        color: #666667;
    }
    .header-logo {
        position: absolute;
        max-width: 1000px; /* ANHLT */
        top: 20px;
        z-index: 1;
        padding: 0;
    }
    .header-info {
        padding-top: 50px;
    }
    .time-count {
        position: absolute;
        top: 30px;
        right: 0;
        text-align: right;
    }
    .header-info h2{
        padding-top: 0px;
        font-size: 14px;
    }
    #language-wap{
        padding-right: 10px;
    }
    #footer .container{
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
