.header {
    background: #F6F6F6;
    background: -webkit-linear-gradient(#f6f6f6,#fff);
    background: linear-gradient(#f6f6f6,#fff);
}
.header .header-wrap {
    border-bottom: 2px solid #e31;
    background: #fff;
    display: table;
    width: 100%;
    padding: 10px 0;
}
.header .nav-main-collapse {
    padding-left: 0;
    padding-right: 0;
}
.box-heading .name {font-size: 26px;}
#column-left .box-heading .name {font-size: 18px;}
.booking-date {
    border-bottom: 1px solid #cacaca;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 19px;
    position: relative;
    z-index: 10;
}
.page-hotel-home .booking-date {
    margin-bottom: 30px;
}
.search-box .search {
    position: relative;
}
#searchForm .form-group {position: relative;}
#searchForm label {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    text-align: left;
}
form#searchForm label { display: block; width: 100%;}
#searchForm .form-control {
    border-radius: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    height: 33px;
}
#searchForm .form-control:focus, #searchForm .btn:focus {box-shadow: none; border-color: #111;}
#searchForm .btn-primary {
    background: #e31;
    border-radius: 0;
    border: 1px solid #e31;
    color: #fff;
    font-size: 13px;
    margin-top: 28px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}
.search-panel .box-heading {margin-bottom: 0;}
.search-panel .box-heading .name {
    background-color: #D80D09;
    color: #fff;
    padding: 3px 10px;
}
.search-panel .search-filter {
    border:1px solid #e4e2e2;
    border-top: none;
    padding: 12px 15px;
}
.search-filter ul > li {display: block; }
.search-filter ul > li a {display: block; position: relative; padding: 5px 0 5px 18px; color: #666;}
.search-filter ul > li a:hover,.search-filter ul > li a.selected {text-decoration: underline; color: #D80D09;}
.search-filter ul > li a:before {
    display: block; position: absolute;
    left: 0;
    font-family: "FontAwesome";
    content: '\f05d'; 
}
.top-news {position: relative;}
.page-hotel-home .top-news {height: 433px;}
.top-news .campaigns {
    border: 1px solid #e31;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    background: #f7f7f7;
    width: 100%;
}

.campaigns .nav-featured {
    border-right: 7px solid #e31;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    background: #fff;
    position: relative;
}
.top-news .sub-featured {
    display: none;
    padding: 0;
    color: #666;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.top-news .sub-featured.displayed {display: block;}
.top-news .campaigns ul {margin: 0; padding: 0; list-style: none;}
.nav-featured li, .div-sub-menu li {display: block; position: relative; overflow: hidden;}
.top-news .nav-featured a {
    border-bottom: 1px solid #777;
    display: block;
    position: relative;
    margin-left: 29px;
    margin-right: 25px;
    padding-bottom: 16px;
    padding-top: 16px;
    height: 100%;
}
.top-news .nav-featured li a {
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
}
.top-news .nav-featured li a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: '\f105';
    top: 15px;
    right: 5px;
}
.top-news .nav-featured li:hover {cursor: pointer;}
.top-news .nav-featured li a.active, .top-news .nav-featured li a:hover, .top-news .nav-featured li.active, .top-news .nav-featured li.active a, .top-news .nav-featured li:hover {
    background: #e31;
    color: #fff;
    text-decoration: none;
}
.top-news .nav-featured li:first-child a {border-top: none;}
.top-news .nav-featured li:first-child a, .top-news .nav-featured li:last-child a {border-bottom: 1px solid #e31;}
.page-hotel-home .top-news .nav-featured li:last-child a {border-bottom: 0;}

.top-news .campaigns .sub-featured .mega-content .div-sub-menu li > a {
    text-decoration: none;
    border-bottom: 1px solid #999;
    display: block;
    text-transform: none;
    padding: 10px 0;
    margin-left: 15px;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div-sub-menu {width: 101%;}
.div-sub-menu li:hover {background-color: #e31; }
.top-news .campaigns .sub-featured .mega-content .div-sub-menu li > a:hover {
    text-decoration: none;
    border-bottom: 1px solid #e31;
    display: block;
    color: #fff;
}
.top-news .campaigns .sub-featured .mega-content .div-sub-menu li:last-child a {
    border-bottom: 0px;
}
.featured-deals .product-carousel .items .product-info {background-color: #f7f7f7; padding: 0;}
.featured-deals .items .product-info .name {padding: 10px; border-bottom: 1px dashed #ccc;}
.featured-deals .items .product-info .name a {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #e31;}
.items .product-info .tour-info {font-size: 12px; padding: 10px 10px 0; }
.featured-deals,.top-popluar,.hotel-cities {
    padding-top: 20px;
    padding-bottom: 20px;
}
.featured-deals .items .product-info .price-box {padding: 0 10px; margin-bottom: 10px;}
.top-destinations .product-img a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.top-destinations .product-img a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}
.top-destinations .product-img a:hover:before, .top-destinations .product-img a:focus:before, .top-destinations .product-img a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.top-destinations .product-info {
    position: absolute;
    bottom: 0px;
    background: #ccc;
    padding: 50px 10px 20px 10px;
    background: linear-gradient(to bottom,rgba(0,0,0,.01),#000);
    width: 100%;
    color: #fff;
    text-align: center;
}
.top-destinations .product-img a:hover .product-info {
    z-index: 999 !important;
    background: none !important;
    font-weight: bold;
}
.top-destinations .items .product-info .name {font-size: 14px; text-transform: uppercase; font-weight: 700; display: inline-block; border-bottom: 1px dashed #fff; height: auto; padding-bottom: 10px;} 
.top-destinations .items .product-img a:hover .product-info .name {font-size: 16px; color: #e31;}
.top-destinations .product-info .khampha {color: #e31; text-align: center; font-size: 13px;}
.top-destinations .product-info .khampha span {display: inline-block; padding-right: 20px; line-height: 16px; position: relative;}
.top-destinations .product-info .khampha span:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url(../../images/arrow.png) no-repeat;
    width: 16px;
    height: 16px;
}

.top-popluar .items {background-color: #fff; padding: 10px;} 
.top-popluar .product-carousel .items .product-info {background-color: #fff;}
.top-popluar .items .product-info.border {border-width: 0!important; padding: 5px 0;}

.hotel-cities .location-list {padding: 0; margin-bottom: 0; list-style-type: none;}
.hotel-cities .location-list .col-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.hotel-cities .location-list .sub-list {background-color: #f0f0f0; padding: 10px 20px;  font-size: 13px;}
.hotel-cities .location-list .sub-list a {display: block; padding: 2px 0; color: #3598dc;}
.hotel-cities .location-list .sub-list a:hover {text-decoration: underline}

#gallery-slide {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.content-body {padding-top: 30px;}
.detail-pro .box-heading .name {font-size: 24px;}
.detail-pro .box-heading {margin-bottom: 10px;}
.detail-pro .HotelRating .note-rating {float: left;}
.detail-pro .HotelRating .star_rating {
    float: left;
    display: block;
    height: 18px;
    width: 80px;
    overflow: hidden;
    background-image: url(../../images/icons/icon_star.png);
    background-repeat: no-repeat;
    background-position: 0 -90px;
}
.detail-pro .address {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.address p {margin-bottom: 0; font-size: 13px;}
.address .lnkMapHotel {display: inline-block; margin-left: 25px; color: #00a759;}
.address p a {color: #333;}
.address p a:hover {text-decoration:underline;}
.detail-pro .service-fea {padding: 15px 0;}
.detail-pro .service-fea span {display: inline-block; margin-left: 20px;}
.detail-pro .service-fea span:first-child {margin-left: 0;}
#detailPro .divDes {padding: 20px 0;}
#detailPro .divDes .readmore{text-align: right; margin-top: 10px; font-size: 12px;}
#detailPro .divDes .detail-content,#detailPro .hotel-facility,#detailPro .hotel-room {position: relative;}
#detailPro .hotel-facility {margin-bottom: 20px;}
#detailPro .hotel-facility ul {list-style: none; padding: 0; margin-bottom: 0;}

.image_banner .container {position: relative; z-index: 3;}
.centered-txt-banner {
    overflow: hidden;
    position: relative;
}
.dark_cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.centered-txt-banner img {
    width: 100%;
    min-width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.whyus .box-heading {color: #fff;}
.whyus .whyus-warp {position: relative; color: #fff;}
.form-visao {position: relative; padding-left: 45px; font-size: 12px; margin: 10px 0;}
.form-visao .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    background-color: #e31;
    text-align: center;
}
.form-visao .text .name {display: block; margin: 0 0 5px; padding-bottom: 8px; border-bottom: 1px dashed #fff; color: #e31; font-size: 15px; font-weight: 700; text-transform: uppercase;}
.form-visao .text .txt {display: block;}

.tour_main {background-color: #f7f7f7; padding: 30px 0;}
.products-list .items .product-info {background-color: transparent;}
.products-list .items .product-info .name {margin-bottom: 10px; line-height: 1.4;}
.products-list .items .post_link {margin-top: 20px;}
.products-list .items .post_link a.btn {font-size: 13px; border-radius: 0; width: 100%;}
.products-list .items .product-info .price-box,.products-list .items .product-action .price-box .amount {font-size: 24px; color: #e31; font-weight: 400;}
#contentSearch .products-list .items .product-info .price-box,#contentSearch .products-list .items .product-action .price-box .amount {font-size: 18px;}
.products-list .items .product-action .price-box .amount {display: inline-block;}
.pRating { display: block; position: relative; margin-bottom: 25px;}
.pRating .jRating, .products-list .items .pRating .resultRated { display: inline-block; float: left;}
.pRating .resultRated { white-space: nowrap; line-height: 18px;}
.pRating .jRating {
    height: 18px;
    width: 80px;
    background-image: url(../../images/icons/icon_star.png);
    background-repeat: no-repeat;
}

.tab-menu .nav-tabs {
    background: #f5f4ef;
    border-bottom: 2px solid #e31;
    margin-bottom: 0;
}
.nav-tabs>li {
    float: left;
    position: relative;
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.tab-menu .nav-tabs>li.active>a, .tab-menu .nav-tabs>li.active>a:focus, .tab-menu .nav-tabs>li.active>a:hover {
    border-right-color: #fc6600;
    background: #fc6600;
    color: #fff;
    font-weight: bold;
}
.tab-menu .nav-tabs>li>a {
    margin-right: 0;
    border: 0 solid #ccc;
    border-right-width: 1px;
    line-height: 22px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.tab-menu.stuck {
    position: fixed;
    top: 0;
    z-index: 999;
    overflow-y: auto;
    padding-bottom: 0;
}
.tour-detail-info [class*="col-"] {padding-bottom: 15px;}
.tour-detail-info .pRating {border: 1px solid #eee; border-left-width: 0; border-right-width: 0; padding: 15px 0;}

.tour-detail-info .price-box {font-size: 26px; color: #e31;}
.tour-detail-info .btn-primary.btn-fluid {padding: 12px 20px; text-transform: uppercase;}
.tour-detail-info .info-seat {font-size: 12px; margin-top: -5px;}
.tour-detail-info .duration {
    border:1px solid #eee;
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 1.5; 
}
.thongtinchitiet {background-color: #f7f7f7;}
.item-tour-title {padding: 15px;}
.thongtinchitiet .box-heading .name {font-size: 18px; font-weight: 700;}
.thongtinchitiet .titleOther {font-size: 15px; font-weight: 700; color: #e31; margin-top: 0;}
.post-tour-item {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
}
.priceinfo th {background-color: #f5f5f5;}
.priceinfo td {
    text-align: right;
    font-size: 1.25rem; color: #e31;
}
.total_price {
    background-color: #eee; 
    display: block; 
    padding: 6px 10px; 
    font-size: 1.25rem; 
    line-height: 1.6;
    border-radius: 3px;
}
.total_price .priceinfo {color: #e31; font-weight: 700;}
#contentSearch .post-tour-item {
    padding: 10px;
    background-color: #f7f7f7;
}
.product-filter {border:1px solid #00a759; margin-bottom: 15px;}
.product-filter .navbar { padding: 0; font-size: 14px;}
.product-filter .navbar-brand { 
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
}
.product-filter .dropdown-menu {font-size: 14px;}
.product-filter .dropdown-menu.show {margin-top: 0;}
.product-filter .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
    color: rgba(0,0,0,0.8);
}
.resultSearch {font-size: 12px; color: #777; margin-bottom: 10px;}
.widget-blog {position: relative; background-color: #fff; overflow: hidden; border-bottom: 2px solid #e31; margin-bottom: 20px;}
.widget-blog .name {
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 6px 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    background-color: #e31;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.widget-blog .viewallcat {
    overflow: hidden;
    float: right;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;

}
.widget-blog .name, .widget-blog .viewallcat {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.viewallcat a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 15px;
}

.box-category,.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-content .box-category li {
    padding: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    display: block;
}
.box-content .box-category li li:last-child {border-bottom-width: 0;}
.box-category li .hitarea {
    height: 36px;
    line-height: 36px;
    width: 30px;
    padding-right: 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #666;
    cursor: pointer;
}
.box-category li .hitarea:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f0fe';
    display: block;
}
.box-category ul > li.collapsable > .hitarea:before {
    content: '\f146';
}

.box-content .box-category li a:hover {
    color: #e31;
}
.box-content .box-category li.root-panel > a {
    background-color: #f2f2f2;
    font-weight: 600;
    padding-left: 13px;
}
.box-content .box-category li a {
    color: #666;
    line-height: 18px;
    padding: 8px 5px 8px 32px;
    display: block;
    font-size: 14px;
    position: relative;
}
.box-content .box-category li a.selected {color: #e31;}
.box-content .box-category li a.title:before {
    position: absolute;
    content: '\f0f6';
    top: 8px;
    left: 16px;
    font-size: 12px;
    font-family: 'FontAwesome';
}
.box-content .box-category li.root-panel > a.title:before {display: none;}
.article-featured {position: relative; margin-top: 15px;}
.article-featured .row {margin-left: -5px; margin-right: -5px;}
.article-featured .row > [class*="col-"] {padding-left: 5px; padding-right: 5px;}
.article-block {position: relative;}
.article-featured .article-meta {
    position: absolute;
    display: block;
    padding: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    width: 100%;
}
.article-featured .article-meta .name {font-size: 22px; font-weight: 600;}
.article-featured .article-meta .name.name-small {font-size: 16px;}
.article-featured .article-meta .name > a {color: #fff; text-shadow: 0 1px 3px #444;}

.special-article.article-meta .name {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
.special-article.article-meta .name a:hover {color: #e31;}
.special-article.article-meta {margin-bottom: 10px;}
.article-list .article-meta .description, .special-article.article-meta .description {
    text-align: justify;
}
.article-grid {
    list-style: none;
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.article-list .article-meta, .article-grid .article-meta, .special-article.article-meta {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #666;
    font-size: 14px;
}
.article-grid .article-meta .name {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    display: block;
}
.article-grid .article-meta .name, .article-list .article-meta .name {
    font-size: 14px;
    font-weight: 600;
}
.article-list.titleBig .article-meta .name {font-size: 18px; font-weight: 400;}
.article-grid .article-meta .name {margin-top: 10px;}
.special-article.article-meta .name a, .article-grid .article-meta .name a, .article-list .article-meta .name a {color: #111;}
.special-article.article-meta .name a:hover, .article-grid .article-meta .name a:hover, .article-list .article-meta .name a:hover {color: #e31;}
.article-grid .article-meta .date,.article-list .article-meta .date {font-size: 12px; color: #999;}
.article-grid .article-meta .description {
    overflow: hidden;
    display: block;
    margin: 10px 0 0;
    text-align: justify;
}
.article-list .items {
    margin-bottom: 10px;
}
.article-list.dashline .items {border-bottom: 1px dashed #ddd; padding-bottom: 10px;}
.article-list.dashline .items:last-child {border-bottom-width: 0;}
.article-list .items .article-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article-list .items .i-Thumbs,.article-list .items .article-meta {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.article-list .items .i-Thumbs {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 15px;
}
.article-list .items .article-meta {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.footer {
    background: #f9f9f9;
    border-top: 4px solid #e31;
}
.page-tour-home .footer,.page-tour .footer {margin-top: 0;}
.footer .ft-copyright h3 {font-size: 18px;}
.footer .ft-copyright h3 b, .footer .ft-copyright h3 strong {color: #111;}