﻿/*-- Breadcrumbs Styling
/*--------------------------------------------------*/

.breadcrumbs {
    background-color: #f0f0f0;
    padding-top: 19px;
    padding-bottom: 19px;
}

.breadcrumbs .list-breadcrumbs {
    margin: 0;
    font-size: 13px;
}
.breadcrumbs .list-breadcrumbs a {
    color: #86b817;
}
.breadcrumbs .list-breadcrumbs li {
    position: relative;
}

.breadcrumbs .list-breadcrumbs li small {
    font-size: 80%;
    color: #777;
}

.breadcrumbs .list-breadcrumbs li:before {
    content: '>>';
    margin-right: 12px;
    margin-left: 8px;
}

.breadcrumbs .list-breadcrumbs li:first-child:before {
    display: none;
}

.pagination-bottom .pagination > li > a,
.pagination-bottom .pagination > li > span {
    padding-left: 10px;
    padding-right: 10px;
}

/*-- Snippets Area
/*--------------------------------------------------*/

.sidebar-snippets {
    padding-top: 30px;
}

.sidebar-snippets .snippet {
    margin-bottom: 60px;
}

.snippet .snippet-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #86b817;
    text-align: center;
    padding: 15px;
    color: #FFF;
}

.snippet .snippet-content {
    border: 1px solid #e4e2e2;
    border-top: none;
    padding: 12px 20px;
}

.snippet.openDeal .snippet-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #86b817;
    text-align: left;
    padding: 10px;
    color: #FFF;
}

.snippet.openDeal .snippet-content {
    border: 1px solid #86b817;
    border-top: none;
    padding: 12px 5px;
}

.snippet.openDeal .panel-group {
    margin-bottom: 0px;
}

.snippet.openDeal .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.snippet.openDeal .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.snippet.openDeal .panel-title {
    font-size: 14px;
    color: darkorange;
    font-weight: bold;
}

.snippet.openDeal .panel-title a:hover {
    text-decoration: none;
    color: darkorange
}

.snippet.openDeal .panel-title > a {
    display: block;
    padding: 7px;
    text-decoration: none;
    background-color:#fff;
}

.snippet.openDeal .more-less {
    float: right;
    color:darkorange;
    border: 1px solid;
    border-radius: 10px;
    width: 21px;
    height: 19px;
    top: -2px;
}

.snippet.openDeal .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ededed;
}

.snippet.openDeal .collapse {
    display: none;
}

.snippet.openDeal .collapse.in {
    display: block;
}

.snippet.openDeal .glyphicon-chevron-down:before {
    content: "\e114";
    padding-left: 3px;
    position: relative;
    top: 2px;
}

.snippet.openDeal .glyphicon-chevron-up:before {
    content: "\e113";
    padding-left: 3px;
    position: relative;
    top: 1px;
}

.snippet.openDeal label {
    width: auto;
}

.snippet.openDeal a.btnSeePrice {
    background: #86b817;
    border-radius: 0;
    padding: 6px 12px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    text-decoration: none;
}

.snippet.openDeal .flexRow {
    display: flex;
    padding-bottom: 10px;
}

.snippet.openDeal .panel-body{
    border-top: none !important;
}

/*-- Base snippets setup
/*--------------------------------------------------*/
.list-icon i.fa {
    display: inline-block;
    width: 1.1em;
    margin-right: 10px;
}

.post-rating ul {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
}

.post-rating ul li {
    padding-left: 0;
    padding-right: 0;
    color: #fdb714;
}

.post-rating .no-rate {
    color: #ebe9e9;
}


/*-- Menu snippet
/*--------------------------------------------------*/

.snippet-menu {
    font-size: 13px;
}

.snippet-menu .snippet-content {
    padding-left: 24px;
}

.snippet-menu .list-icon {
    font-weight: 600;
    margin-bottom: 0;
}

.snippet-menu .list-icon a {
    color: #666;
}

.snippet-menu .list-icon a:hover,
.snippet-menu .list-icon a:focus,
.snippet-menu .list-icon li.active > a {
    color: #86b817;
    text-decoration: none;
}



/*-- Text snippet
/*--------------------------------------------------*/

.snippet-text {
    font-size: 14px;
    line-height: 1.8571428571;
}

.snippet-text .snippet-content {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
}

.snippet-text .text-big {
    font-size: 24px;
    color: #2b2b2b;
}

.snippet-text .text-big i.fa {
    margin-right: 6px;
}



/*-- List posts snippet
/*--------------------------------------------------*/

.snippet-posts {
}

.snippet-posts .snippet-content {
    padding-top: 30px;
}

.snippet-posts .list-posts {
}

.snippet-posts .list-posts > li {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

.snippet-posts .list-posts > li .post-thumbnail,
.snippet-posts .list-posts > li .post-info {
    display: table-cell;
    vertical-align: top;
}

.snippet-posts .list-posts > li .post-thumbnail img {
    max-width: 80px;
    height: auto;
}

.snippet-posts .list-posts > li .post-info {
    padding-left: 12px;
    width: 100%;
}

.snippet-posts .list-posts > li .post-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 2px;
}

.snippet-posts .list-posts > li .post-desc {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2;
}

.snippet-posts .post-link {
    margin-bottom: 0;
    line-height: 1.2;
    font-style: italic;
}

.snippet-posts .post-link a {
    text-decoration: underline;
    color: #999999;
}

.snippet-posts .post-link a:hover,
.snippet-posts .post-link a:focus {
    color: #86b817;
}



/*-- Map snippet
/*--------------------------------------------------*/

.snippet-map .snippet-content {
    position: relative;
    padding: 0;
}

.snippet-map iframe {
    display: block;
    width: 100%;
}

.snippet-map .map-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

.snippet-map .map-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.snippet-map .map-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background-color: #000;
}

.snippet-map .map-overlay a {
    font-size: 24px;
    color: #FFF;
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}


/*-- Search filter form
/*--------------------------------------------------*/

.form.search-filter {
}

.form.search-filter input[type="text"] {
    border: 1px solid #e4e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 30px;
}

.form.search-filter #hotelName {
    border-right: none !important;
    padding-right: 0;
}

.form.search-filter label {
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
}

.form.search-filter .input-group-addon {
    border: none;
    background-color: #4790cd;
    color: #FFF;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

.form.search-filter .input-group-addon .btn-number {
    display: block;
    width: 12px;
    height: 44%;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    color: #FFF;
}

.form.search-filter .input-group-addon .btn-number:first-child {
    top: 0%;
}

.form.search-filter .input-group-addon .btn-number:last-child {
    top: 45%;
}

.form.search-filter .input-group-addon .btn-number i.fa {
    line-height: 8px;
}



/*-- Hotel list-item
/*--------------------------------------------------*/

.post-hotel-list-item, .post-service-list-item  {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e3e3e3;
}

/* .post-hotel-list-item:hover, .post-service-list-item:hover  {
    border-color: #628611;
    cursor:pointer;
} */

.post-hotel-list-item .post-features h3, .post-hotel-list-item .post-features h2, .post-service-list-item .post-features h3, .post-service-list-item .post-features h2  {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
}

.post-hotel-list-item .post-location, .post-service-list-item .post-location  {
    font-size: 13px;
}

.post-hotel-list-item .post-location > span, .post-service-list-item .post-location > span  {
    display: inline-block;
    margin-right: 18px;
}

.post-hotel-list-item .post-location > span i.fa, .post-service-list-item .post-location > span i.fa  {
    font-size: 16px;
}

.post-hotel-list-item .post-location a, .post-service-list-item .post-location a  {
    text-decoration: underline;
}

.post-hotel-list-item .post-rating ul, .post-service-list-item .post-rating ul  {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 0;
}

.post-hotel-list-item .post-rating-reviews, .post-hotel-list-item .post-confirm-booking, .post-service-list-item .post-rating-reviews, .post-service-list-item .post-confirm-booking  {
    display: inline-block;
}

.post-hotel-list-item .post-rating-reviews i.fa, .post-service-list-item .post-rating-reviews i.fa  {
    font-size: 14px;
    color: #999;
    margin-right: 4px;
}

.post-hotel-list-item .post-rating ul li, .post-service-list-item .post-rating ul li  {
    white-space: nowrap;
    color: #ffd46c;
}

.post-hotel-list-item hr, .post-service-list-item hr  {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 600px) {
    .post-hotel-list-item hr, .post-service-list-item hr  {
        width: 185px;
    }
}

.post-hotel-list-item .post-features-list ul, .post-service-list-item .post-features-list ul  {
    color: #2b2b2b;
}

.post-hotel-list-item .view-imgs-link, .post-service-list-item .view-imgs-link  {
    color: #a8a8a8;
}

.post-hotel-list-item .hotel-price, .post-service-list-item .service-price  {
    font-size: 24px;
    font-weight: 700;
    color: #86b817;
    margin-bottom: 10px;
}

.post-hotel-list-item .hotel-price small, .post-service-list-item .service-price small  {
    font-weight: 300;
    font-size: 20px;
}

.post-hotel-list-item .hotel-price span, .post-service-list-item .service-price span  {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.post-hotel-list-item .hotel-price-assistance, .post-service-list-item .service-price-assistance  {
    font-size: 13px;
    color: #999;
    margin-bottom: 16px;
}
.post-hotel-list-item .hotel-price-assistance > a, .post-service-list-item .service-price-assistance > a  {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (min-width: 600px) {
    .post-hotel-list-item .hotel-price, .post-service-list-item .service-price  {
        margin-bottom: 28px;
    }

    .post-hotel-list-item .hotel-price-assistance, .post-service-list-item .service-price-assistance  {
        margin-bottom: 36px;
    }
}

.post-hotel-list-item .post-thumbnail, .post-service-list-item .post-thumbnail  {
    position: relative;
    overflow: hidden;
}

.post-hotel-list-item .post-thumbnail img, .post-service-list-item .post-thumbnail img  {
    width: 100%;
}

.post-hotel-list-item .post-thumbnail .post-badge, .post-service-list-item .post-thumbnail .post-badge  {
    position: absolute;
    top: 24px;
    left: -40px;
    width: 160px;
    background-color: #fdb714;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.post-hotel-list-item .post-thumbnail .badge-like, .post-service-list-item .post-thumbnail .badge-like  {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    /* font-size: 25px;
    color: #FFF; */
    /* add by thanh.duong */
    font-size: 16px;;
    border-radius: 25px;
    background-color: white;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.post-hotel-list-item .post-thumbnail .badge-like.red, .post-service-list-item .post-thumbnail .badge-like.red  {
    color: red;
}

.post-hotel-list-item .post-thumbnail .tag-city-in-like, .post-service-list-item .post-thumbnail .tag-city-in-like  {
    position: absolute;
    top: 165px;
    left: 5px;
    padding: 3px 5px;
    color: #FFF;
    font-size: 10px;
    background: #86b817;
    border-radius: 3px;
    display: inline-block;
}

.post-hotel-list-item .post-thumbnail .new-hotel, .post-service-list-item .post-thumbnail .new-service  {
    background-color: #86b817;
    font-weight: bold !important;
}
.post-hotel-list-item .post-thumbnail .post-new, .post-service-list-item .post-thumbnail .post-new  {
    position: absolute;
    top: 0px;
    left: -26px;
    width: 83px;
    background-color: #86b817;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 6px 10px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    font-weight: bold;
}

.post-hotel-list-item .post-features, .post-service-list-item .post-features  {
    padding-top: 12px;
}

.post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
    padding-top: 18px;
    margin-top: 16px;
    border-top: 1px solid #EBEBEB;
}

@media only screen and (min-width: 600px) {
    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        text-align: center;
        border-top: none;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .post-hotel-list-item .post-features, .post-service-list-item .post-features,
    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        padding-top: 4px;
    }
}

.post-hotel-list-item .hotel-post-link, .post-service-list-item .service-post-link  {
    margin-bottom: 0;
}

.post-hotel-list-item .hotel-post-link a, .post-service-list-item .service-post-link a  {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 600px) {
    .post-hotel-list-item .post-features, .post-service-list-item .post-features  {
        float: left;
    }

    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        float: right;
    }
}

@media only screen and (min-width: 768px) {
    .post-hotel-list-item .post-thumbnail, .post-service-list-item .post-thumbnail,
    .post-hotel-list-item .post-feature, .post-service-list-item .post-featuress,
    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        float: left;
    }

    .post-hotel-list-item .post-thumbnail, .post-service-list-item .post-thumbnail  {
        width: 31%;
    }

    .post-hotel-list-item .post-features, .post-service-list-item .post-features  {
        width: 47%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        width: 22%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .post-hotel-list-item .post-thumbnail, .post-service-list-item .post-thumbnail,
    .post-hotel-list-item .post-features, .post-service-list-item .post-features,
    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        float: left;
    }

    .post-hotel-list-item .post-features, .post-service-list-item .post-features  {
        width: 43%;
    }

    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        width: 26%;
    }
}

@media only screen and (min-width: 1200px) {

    .post-hotel-list-item .post-thumbnail, .post-service-list-item .post-thumbnail  {
        width: 31%;
    }

    .post-hotel-list-item .post-features, .post-service-list-item .post-features  {
        width: 51%;
    }

    .post-hotel-list-item .post-desc, .post-service-list-item .post-desc  {
        width: 18%;
    }
}



/*-- Clear floats
/*--------------------------------------------------*/

.post-hotel-list-item:before, .post-service-list-item:before,
.post-hotel-list-item:after, .post-service-list-item:after  {
    content: "";
    display: table;
}

.post-hotel-list-item:after, .post-service-list-item:after  {
    clear: both;
}

.page-search-result .search-result h1 {
    font-weight: 600;
    display: table;
    color: #2b2b2b;
    font-size: 20px;
    width: 100%;
}

.page-search-result .search-result h1 span {
    font-weight: 600;
    color: #2b2b2b;
    float: right;
}

.page-search-result .search-result .navbar-default {
    background-color: transparent;
    border-color: #86b817;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}


.page-search-result .search-result .navbar-default li a:hover,
.page-search-result .search-result .navbar-default li.active a {
    color: #86b817;
    text-decoration: underline;
    background: none;
}

.page-search-result a.navbar-brand {
    font-size: 13px;
    font-weight: 600;
}

.page-search-result .pull-right li,
.page-search-result .pull-right {
    color: #86b817;
    float: left;
    font-size: 16px;
}

.page-search-result .pull-right li a {
    margin-left: 10px;
    width: 24px;
    border: 1px solid #e4e2e2;
    text-align: center;
    display: block;
    font-size: 16px;
    background-color: #86b817;
    color: #fff;
    height: 24px;
}

.page-search-result .pull-right li {
    /* margin-right: 10px; */
}

.pagination-bottom {
    margin: 0 auto;
    display: table;
    padding-bottom: 40px;
}

.pagination-bottom ul.pagination {
    border-radius: 0;
}

.pagination-bottom ul.pagination li a:hover,
.pagination-bottom ul.pagination li.active a {
    background: #86b817;
    color: #fff;
    border-color: #86b817;
}

.pagination-bottom ul.pagination li a {
    color: #666;
    font-size: 13px;
}

.page-search-result .pull-right {
    margin-top: 15px;
}

#primary .btn.btn-primary {
    background: #86b817;
    border-color: #86b817;
}

.search-result-hotel input.form-control {
    /* border-right: none; */
    border-color: #e4e2e2;
}

.search-result-hotel button[type="submit"] {
    float: left;
    background-color: transparent;
    border-radius: 0;
    /* border-left: 0; */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-color: #e4e2e2;
}

.search-result-hotel form.search-result .input-group {
    width: 100%;
    max-width: 218px;
    float: left;
}

.search-result-hotel form.search-result .form-group {
    width: 100%;
}

.search-result-hotel button[type="submit"] .fa {
    color: #797979;
    font-size: 18px;
}

.search-filter button.btn-primary {
    border: 1px solid #86b817;
    color: #86b817;
    background: none;
    font-size: 14px;
    max-width: 162px;
    height: 37px;
    text-transform: uppercase;
    width: 100%;
    float: none;
    margin: 0 auto;
    display: table;
    border-radius: 0;
}

.snippet .counter-rating {
    float: right;
}

.snippet label {
    width: 100%;
}

.snippet-rating .counter-rating {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
}

.snippet-rating .total_reviews {
    color: #666;
    font-weight: 400;
    font-size: 12px;
}

#footer {
    background: #f4f4f4;
}

.pagination-bottom .pagination > li:last-child > a,
.pagination-bottom .pagination > li:last-child > span,
.pagination-bottom .pagination > li:first-child > a,
.pagination-bottom .pagination > li:first-child > span {
    border-radius: 0;
}

#footer {
    background: #f4f4f4;
}

#primary {
    padding-bottom: 30px;
}

.italic {
    font-style: italic;
}

.listrate {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-top: 30px;
}

.clo2 {
    margin-left: 65px;
}

button.book-content {
    border: none;
}

.holtel .search-book {
    margin-top: 0;
    width: 100%;
    float: left;
}

.holtel .form-search-book {
    margin-bottom: 0px;
}

.listrote:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.listrote {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 30px 12px;
    vertical-align: middle;
    overflow: hidden;
}

.customer {
    width: 23%;
    float: left;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.customercm {
    width: 60%;
    float: left;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.customerrate {
    width: 17%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.customercm .green {
    font-size: 15px;
    font-weight: 600;
}

.nameauthor {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.namecty {
    color: #333;
}

.semore {
    margin-top: 15px;
    text-decoration: underline;
}

.maplocation {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

body .toggle > label::before {
    border: 0;
}

body .toggle.active > label::before {
    border: 0;
}

body .toggle > label {
}

.buttonb:hover {
    color: #fff;
}

.toggle-content {
    padding: 15px 25px;
    border: 1px solid #ebe9e9;
    font-size: 14px;
}

.toggle label {
    margin-bottom: 0px;
}

.toggle-primary .toggle > label {
    background: #ebe9e9 url(/nassets/assets/images/nabsnm.png) no-repeat 99% center;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 35px 10px 15px;
    color: #2b2b2b;
    font-weight: 600;
}

.toggle-primary .toggle.active > label {
    background: #ebe9e9 url(/nassets/assets/images/nabs.png) no-repeat 99% center;
}

body .rooms .fa-plus, body .rooms .fa-minus {
    font-size: 8px;
    padding: 6px;
}

body input.number-room {
    height: 22px;
}

.search-result-hotel .btn {
    border-left: 0px;
}

.search-result-hotel .form-control {
    border-right: 0px;
}

.sidebar-snippets .snippet {
    width: 100%;
    float: left;
}

.search-result-hotel form.search-result .input-group input {
    box-shadow: none;
}

.search-result-hotel form.search-result .input-group {
    width: 80%;
    box-shadow: none;
}

.search-result-hotel button[type="submit"] {
    width: 19%;
    box-shadow: none;
}
/* Picture slides */
.gallery {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e4e2e2;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.picture-slides-container ul {
    padding: 0px;
    margin: 5px -6px 0;
}

.picture-slides-container ul:before, .picture-slides-container ul:after {
    content: "";
    display: table;
}

.picture-slides-container ul:after {
    clear: both;
}

.picture-slides-container ul li {
    float: left;
    padding: 6px;
    width: 116.79px;
}

.picture-slides-disabled {
    color: #eee;
}

.picture-slides-container {
    margin-bottom: 2em;
}

.picture-slides-dimmed-background .navigation-controls {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

.picture-slides-fade-container {
    position: relative;
    overflow: hidden;
    z-index: 1002;
}

.picture-slides-fade-container a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.picture-slides-fade-container a img {
    -moz-box-shadow: 5px 5px 10px #000;
    -webkit-box-shadow: 5px 5px 10px #000;
}

.picture-slides-image-load-fail {
    display: none;
}

.picture-slides-image-text {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 5px 0 10px;
    z-index: 1001;
}

.picture-slides-previous-image,
.picture-slides-next-image,
.picture-slides-start-slideshow,
.picture-slides-stop-slideshow {
    display: none;
}

.picture-slides-previous-image,
.picture-slides-next-image,
.picture-slides-start-slideshow,
.picture-slides-stop-slideshow {
    cursor: pointer;
}

.picture-slides-thumbnails {
    list-style: none;
    margin-top: 1em;
    overflow: hidden;
}

.text-result {
    position: relative;
}

.text-result .showing {
    font-size: 16px;
    line-height: 22px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.text-result .showing ul li {
    color: #86b817;
    float: left;
    border: solid 1px #86b817;
    margin-left: 2px;
    width: 24px;
    height: 24px;
    font-size: 0.7em;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

.text-result .showing ul li a {
    width: 100%;
    height: 100%;
    padding: 4px 7px 3px 6px;
}


.text-result .showing ul li.page:hover, .text-result .showing ul li.page.active {
    background-color: #86b817;
}

.text-result .showing ul li.page:hover a, .text-result .showing ul li a:hover, .text-result .showing ul li.page.active a {
    color: #fff !important;
    text-decoration: none;
}

.text-result .showing ul li.page:active {
    background-color: #628611;
}

.text-result .showing ul li a:visited {
    color: #86b817;
    text-decoration: none;
}

.picture-slides-thumbnails a {
    outline: none;
}

.search-result .navbar-collapse .navbar-nav li {
    background: url(/nassets/assets/images/navbarnavresult.jpg) no-repeat right center;
}

.search-result .navbar-collapse .navbar-nav li:last-child {
    background: none;
}

.picture-slides-dim-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 1000;
    display: none;
}

.labelConfirm{
    font-size: 13px;
    color: #f0ad4e;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    pointer-events: none;
}

.HotelListConfirm .snippet-posts .list-posts > li {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    /*border-bottom: 1px dotted #000;*/
    padding-top: 10px;
}

.HotelListConfirm a.lnkHotelName2 {
    font-size: 14px;
    color: #4790cd;
    font-weight: 400;
    outline: none!important;
    cursor: pointer;
}

.HotelListConfirm span.thd {
    font-size: .85em;
    font-weight: normal;
}

.navPagination a{
    outline: none!important;
    cursor: pointer;
    color: #b7b7b7 !important;
}

.navPagination a:hover{
    background-color: #4db2ec !important;
    color: white !important;
}

.navPagination span:hover{
    color: white !important;
}

#tabHotelService li{
    width: 50%;
    background-color: #F8F8F8;
}

#tabHotelService li a{
    font-weight: bold;
    text-align: center;
    color: #4790cd;
}
#tabHotelService li.active a{
    color: #fff !important;
    background-color: #4790ce;
}

.eventDay{
    position: relative;
}
.eventDay a{
    color: #CC5500 !important;
}
/* td.eventDay::after {
    content: "•";
    font-size: 20px;
    color: #ff8a3c;
    position: absolute;
    top: -7px;
    transform: translateY(-50%);
    right: 5px;
    height: 0;
} */

/** reponsive **/
@media (max-width:1199px) {
    .bottom-header .col-md-3,
    .bottom-header .col-md-6 {
        width: 100%;
        text-align: center;
    }

    #mainMenu {
        display: inline-block;
    }

    .bottom-header .block-text .text-content {
        padding: 0px;
        text-align: center;
        margin: 0px;
        background: none;
    }

    .bottom-header .block-text {
        width: 150px;
        margin: 0 auto;
    }

    .bottom-header h3 {
        width: 100%;
        text-align: center;
    }

    .bottom-header .text-content {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .rinfo {
        width: 100%;
    }

    .clo1, .clo2 {
        margin-left: 40px;
    }
}

@media (max-width:991px) {
    .form-search-book .check-in, .form-search-book .check-out, .form-search-book .adult, .form-search-book .child {
        width: 100%;
        margin-bottom: 10px;
    }

    .hotel-faci .col, .room-faci .col {
        width: 225px;
        max-width: 100%;
    }

    .clo2 {
        margin-left: 50px;
    }

    .hoteltop-right {
        background: #4790ce none repeat scroll 0 0;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        float: none;
        height: 130px;
        margin: 20px auto 0;
        text-align: center;
        width: 120px;
    }

    .roomstb {
        overflow: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-search-result .search-result h1 span.showing {
        float: left;
    }

    .page-search-result .pull-right {
        margin-bottom: 15px;
        float: left!important;
    }

    .page-search-result .pull-right li a {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    #searchForm .input-group {
        width: 100%!important;
    }

    body #searchForm .input-hotel,
    body #searchForm .input-date,
    body #searchForm .input-arrival {
        max-width: 100%!important;
        margin-right: 0!important;
    }
}

@media (max-width:440px) {
    .review table td {
        width: 100%;
        float: left;
    }

    .customer, .customercm, .customerrate {
        width: 100%;
    }

    .clicklaygia {
        display: table;
        float: none;
        margin: 0 auto;
        padding: 5px;
        width: 150px;
    }

    .clo1, .clo2 {
        margin-left: 20px!important;
    }
}