#vnTSearchTour {
    min-height: 110px;
    position: relative;
}
.VNTLoading {
    background: url(../images/vnt-loading.gif) no-repeat center center !important;
    position: fixed !important;
    z-index: 9999 !important;
    position: absolute !important;
}

.vnt-banner {
    position: relative;
}
.vnt-banner .style-search {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 90;
}
.list-search ul:after {
    display: block;
    content: '';
    clear: both;
}
.list-search ul li {
    float: left;
}
.list-search ul li a{
    display: block;
    height: 60px;
    padding: 10px 12px 7px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
.list-search ul li a.active,
.list-search ul li a:hover {
    background: #d82727;
}
.list-search ul li a span {
    display: block;
}
.list-search ul li a .icon {
    font-size: 17px;
    line-height: 20px;
    margin: 0 5px 3px;
}
.form-search {
    background: #ffffff;
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
}
.form-search .fs-row {
    margin: 0;
}
.form-search .fs-row:after {
    display: block;
    clear: both;
    content: '';
}
.form-search .fs-row .fs-cel {
    float: left;
    padding: 0;
}
.form-search .fs-row .fs-search {
    width: 33%;
}
.form-search .fs-row .fs-tour {
    width: 67%;
}
.form-search .fs-row .fs-day {
    width: 400px;
    height: 50px;
    border-left: 1px solid #e6e6e6;
}
.form-search .fs-row .fs-person {
    width: 230px;
    height: 50px;
    border-left: 1px solid #e6e6e6;
}
.form-search .fs-row .fs-button {
    width: 160px;
}
.title-search {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#vnTSearchTour .style_search {
    position: relative;
}
#vnTSearchTour .style_search .s-title {
    position: relative;
}
#vnTSearchTour .style_search .s-title button.btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 60px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    background: #d82727;
    padding: 5px;
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#vnTSearchTour .style_search .s-title button.btn:hover {
    background: #666666;
    color: #ffffff;
}
#vnTSearchTour .style_search .s-title button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
#vnTSearchTour .style_search .s-title .form-control {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding-right: 70px;
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#vnTSearchTour .style_search .s-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 730px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#vnTSearchTour .style_search.active .s-content {
    opacity: 1;
    visibility: visible;
}
.form-search .fs-row .fs-button button.btn {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 15px;
    background: #d82727;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.form-search .fs-row .fs-button button.btn:hover {
    background: #666666;
    color: #ffffff;
}
.form-search .fs-row .fs-button button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.s-result .r-title{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d82727;
}
.s-result .r-title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f3c5';
    font-size: inherit;
    line-height: inherit;
    padding-left: 8px;
}
.i-diadiem {
    padding: 8px 15px;
    margin: 0 -15px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    cursor: pointer;
}
.i-diadiem:hover {
    background: #f1f1f1;
}
.i-diadiem:after {
    display: block;
    content: '';
    clear: both;
}
.i-diadiem .d-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}
.i-diadiem .d-img img {
    width: 100%;
}
.i-diadiem .d-desc {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    float: right;
}
.i-diadiem .d-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.i-diadiem .d-content {
    color: #666666;
    font-size: 13px;
    line-height: 20px;
}
.wrap-date {
    padding-left: 30px;
    position: relative;
    height: 100%;
}
.wrap-date:after {
    position: absolute;
    top: 50%;
    left: 15px;
    content: '\f133';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #666666;
}
.wrap-date .width-date {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
    padding-left: 25px;
    position: relative;
    height: 50px;
}
.wrap-date .width-date .form-control {
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    height: -webkit-calc(100% + 20px);
    height: -moz-calc(100% + 20px);
    height: calc(100% + 20px);
}
.wrap-date .width-date:after {
    display: block;
    content: '';
    clear: both;
}
.wrap-date .width-date .iDate {
    max-width: 50px;
    float: left;
    padding-right: 8px;
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}
.wrap-date .width-date .iGroup {
    float: left;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
.wrap-date .width-date .iGroup {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}
.wrap-date .width-date .iDay {
    font-size: 12px;
    color: #999999;
}
#count-date {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin: 10px 0;
    float: left;
    text-align: center;
    width: 38px;
    border-bottom: 1px solid #cccccc;
}
.gPerson {
    position: relative;
}
.gPerson .pTitle{
    height: 50px;
    padding: 5px 0 5px 40px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}
.gPerson .pTitle div {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gPerson .pTitle:after {
    position: absolute;
    top: 50%;
    left: 15px;
    content: '\f007';
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #666666;
}
.gPerson .pContent {
    position: absolute;
    top: 100%;
    left: -10px;
    margin-top: 11px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gPerson.active .pContent {
    opacity: 1;
    visibility: visible;
}
.group-quantity ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
}
.group-quantity ul li:last-child {
    border-bottom: 0;
}
.choose-quantity {
    position: relative;
    padding-right: 60px;
}
.choose-quantity span {
    display: inline-block;
    padding: 5px 0;
}
.choose-quantity .form-control{
    border: 0;
    box-shadow: none;
    background: #ffffff;
    height: 30px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    float: left;
}
.choose-quantity .nav-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 4px;
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.choose-quantity .nav-button:hover {
    background: #f1f1f1;
}
.choose-quantity .nav-button .fa {
    font-size: inherit;
    line-height: inherit;
}
.choose-quantity .q-next {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.choose-quantity .q-prev {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    right: 30px;
}
.bg-search {
    background: #eeeeee;
    margin-bottom: 1px;
    padding: 10px 0;
    position: relative;
    z-index: 90;
}
.bg-search .form-search {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fs-tour .form-control{
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    background: #eeeeee ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.chosen-container-single .chosen-single {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: 40px;
    line-height: 40px;
    background: #eeeeee !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
.chosen-container-single .chosen-single div b {
    background-position: 0 10px;
}

.chosen-container .chosen-results li.group-result {
    color: #d82727;
    font-weight: bold;
    text-transform: uppercase;
}
.chosen-container .chosen-results li.highlighted {
    background: #d82727;
}

.fs-tour button.btn {
    height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    background: #d82727;
    padding: 5px;
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fs-tour button.btn:hover {
    background: #666666;
    color: #ffffff;
}
.fs-tour button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.fs-tour button.btn span .fab {
    font-size: 20px;
    line-height: 30px;
    padding-right: 8px;
}
.sp20 {
    padding: 20px;
}
.bre {
    border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 991px) {
    .vnt-banner .style-search {
        position: relative;
        bottom: 0;
        margin-top: -70px;
        margin-bottom: 15px;
    }
    .form-search {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .form-search {
        padding: 5px 0;
    }
    .form-search .fs-row .fs-cel {
        width: 100% !important;
        padding: 0;
    }
    .form-search .fs-row .fs-cel .sp20 {
        padding: 10px 15px;
        border-right: 0;
    }
    .form-search .fs-row .fs-person,
    .form-search .fs-row .fs-day {
        border-left: 0;
        border-top: 1px solid #e6e6e6;
        height: 70px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #vnTSearchTour .style_search {
        z-index: 10;
    }
    #vnTSearchTour .style_search .s-content {
        width: 100%;
        left: 0;
    }
    .form-search .fs-row {
        margin: 0;
    }
    .gPerson .pContent {
        left: 0;
    }
    .wrap-date {
        padding-left: 0;
    }
    .wrap-date:after {
        display: none;
    }
    .wrap-date .width-date {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .wrap-date .width-date .iDate {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .wrap-date .width-date .iGroup {
        float: none;
        display: inline-block;
        width: auto;
        max-width: -webkit-calc(100% - 50px);
        max-width: -moz-calc(100% - 50px);
        max-width: calc(100% - 50px);
        vertical-align: top;
    }
    .wrap-date .width-date .form-control {
        left: 50%;
        right: auto;
        max-width: 240px;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .fs-tour.mt991 *[class^=col-]{
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px){
    .wrap-date .width-date {
        padding-left: 0;
        padding-right: 0;
        width: -webkit-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: calc(50% - 30px);
    }
    #count-date {
        margin: 10px;
    }
    .wrap-date .width-date .iDate {
        font-size: 30px;
        line-height: 50px;
        padding-right: 4px;
    }
    .fs-tour *[class^=col-]{
        margin-bottom: 10px;
    }
    .fs-tour.mt991 *[class^=col-]{
        margin-top: 0;
    }
    .list-search ul li {
        width: 25%;
    }
    .list-search ul li a {
        padding: 10px 4px 7px;
    }
    .list-search ul li a span.text {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 479px) {
    .list-search ul li a {
        font-size: 11px;
        line-height: 20px;
        font-weight: normal;
    }
    .title-search {
        font-size: 15px;
        line-height: 25px;
    }
}
@media screen and (max-width: 359px) {
    .form-search {
        padding: 15px;
    }
    .wrap-date .width-date .iDate {
        font-size: 20px;
        line-height: 50px;
    }
    .wrap-date .width-date .iDate {
        max-width: 50px;
    }
    .wrap-date .width-date .iGroup {
        max-width: -webkit-calc(100% - 30px);
        max-width: -moz-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}










/*Thai SOn*/



.handleBarsPopularLocationItem .media .media-left picture img {
    width: 60px;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.handleBarsPopularLocationItem .media .media-body .media-heading {
    color: #494b55
}

.typeahead-flightcode {
    width: 35px;
    display: inline-block
}

.newLabel {
    position: relative;
    top: 2px
}

#vnTSearchTour .typeAHeadDiv .emptyData {
    padding: 15px;
    text-align: center
}

#vnTSearchTour .typeAHeadDiv .dataTitle {
    padding: 15px 15px 5px 15px;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d82727;
}

#vnTSearchTour .typeAHeadDiv .dataTitle .fa {
    color: #d82727
}

#vnTSearchTour .typeAHeadDiv .twitter-typeahead {
    width: 100% ;
    height: 40px;
    background: #eeeeee;
}

#vnTSearchTour .typeAHeadDiv  input.form-control {
    color: #494b55 ;
    height: 40px;
    border: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #eeeeee !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#vnTSearchTour .typeAHeadDiv .input-group-btn {

}


#vnTSearchTour .typeAHeadDiv .input-group-btn button.btn {
    height: 40px;
    width: 60px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    background: #d82727;
    padding: 5px;
    text-align: center;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#vnTSearchTour .typeAHeadDiv .input-group-btn button.btn:hover {
    background: #666666;
    color: #ffffff;
}
#vnTSearchTour .typeAHeadDiv .input-group-btn button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

@-moz-document url-prefix() {
    #vnTSearchTour .typeAHeadDiv .input-group-btn {
        top: -3px
    }
}

#vnTSearchTour .typeAHeadDiv .tt-hint {
    color: #818180!important
}

#vnTSearchTour .typeAHeadDiv .tt-menu {
    width: 730px;
    margin-top: 1px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 0;
    color: #494b55 ;
}

#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset {
    width: 100%;
    background-color: #fff ;
}


#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset-popularLocation {
    padding-bottom: 10px
}

#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset .tt-suggestion {
    padding: 5px 15px ;
}

#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset .tt-suggestion .tourCount {
    margin-left: 5px;
    font-size: 12px;
    color: #f1f1f1
}

#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset .tt-suggestion mark {
    padding: 0;
    color: #494b55;
    font-weight: bold;
    background-color: transparent
}

#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset .tt-selectable {
    transition: all .2s linear;
    cursor: pointer
}

#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset .tt-selectable:hover {
    background: #f1f1f1;
}

#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset .tt-selectable.tt-cursor {
    background: #f1f1f1;
}


#vnTSearchTour .typeAHeadDiv .tt-menu .tt-dataset-popularLocation .tt-suggestion {
    padding: 0 15px;
}



@media screen and (max-width: 479px) {

    #vnTSearchTour .typeAHeadDiv .tt-menu {
        width: 100%;
        margin-top: 1px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: 0;
        color: #494b55 ;
    }
}