.box-filter .item-filter {
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}
.filterTitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul_filter li label input[type=radio]:checked ~ .check {
    color: #0099ff;
}
.ul_filter li label input[type=radio]:checked ~ .check:before {
    content: '\f14a';
    color: #0099ff;
}
.ul_filter li.li-show input[type=radio]{display: none;}
.popupmap .fancybox-skin{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.popupmap  .fancybox-close{
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    background: #2f2e2c;
}
.popupmap  .fancybox-close:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}
.list-filter {
    margin-top: 10px;
}
.list-filter ul:after {
    display: block;
    content: '';
    clear: both;
}
.list-filter ul li {
    float: left;
    margin-right: 10px;
    position: relative;
}
.list-filter ul li:after {
    content: '|';
    padding-left: 10px;
}
.list-filter ul li:last-child {
    margin-right: 0;
}
.list-filter ul li:last-child:after {
    display: none;
}
.list-filter ul li.current a{
    color: #d82727;
}
.list-hotel .item{
    margin-bottom: 20px;
}
.item-hotel {
    border: 1px solid #dddddd;
    position: relative;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.item-hotel .title-hotel {
    background: #f9f9f9;
    padding-left: 195px;
    font-size: 13px;
    line-height: 25px;
    position: relative;
}
.item-hotel .title-hotel .iIcon {
    background-color: #f05858;
    clip-path: polygon(0 0,93% 0,100% 50%,93% 100%,0 100%);
    -webkit-clip-path: polygon(0 0,93% 0,100% 50%,93% 100%,0 100%);
    color: #fff;
    width: 185px;
    height: 100%;
    padding-left: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.item-hotel .title-hotel .iIcon .fa {
    font-size: 16px;
}
.item-hotel .title-hotel .iIcon span {
    font-size: 10px;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.item-hotel .title-hotel .iArrow {
    width: 22px;
    height: 100%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    right: 12px;
}
.item-hotel .content-hotel {
    position: relative;
    padding: 15px 15px 15px 180px;
    font-size: 14px;
    line-height: 20px;
}
.item-hotel .content-hotel .i-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 165px;
}
.item-hotel .content-hotel .i-img a {
    display: block;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.item-hotel .fancybox {
    font-size: 13px;
    line-height: 20px;
    color: #fbac09;
}
.item-hotel .fancybox:hover {
    text-decoration: underline;
}
.item-hotel .i-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.item-hotel .i-title .fa {
    font-size: 12px;
    line-height: 20px;
    color: #fbac09;
}
.item-hotel .i-title .i-text {
    display: inline-block;
    vertical-align: top;
}
.item-hotel .i-title .i-star {
    display: inline-block;
    vertical-align: middle;
}
.item-hotel .f12 {
    font-size: 12px;
    line-height: 20px;
}
.item-hotel .i-price {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #fbac09;
    margin-bottom: 5px;
}
.item-hotel .i-price.color1 {
    color: #d82727;
}
.list-tienich {
    margin-bottom: 8px;
}
.list-tienich ul:after {
    display: block;
    content: '';
    clear: both;
}
.list-tienich ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    font-size: 12px;
    line-height: 23px;
    padding: 0 10px;
    color: #666666;
}
.list-tienich ul li.blue {
    border-color: #517bae;
    color: #517bae;
}
.item-hotel .point-dg {
    margin-top: 20px;
}
.item-hotel .i-prie2 {
    display: inline-block;
    vertical-align: top;
    text-decoration: line-through;
    margin-right: 5px;
}
.item-hotel .i-deal {
    background: #d82727;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.point-dg strong,
.point-dg span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.point-dg .point {
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #999999;
    color: #ffffff;
    padding: 0 5px;
    text-align: center;
}
.point-dg .point.f20 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px;
}
.point-dg .point.perfect {
    background: #fbac09;
}
.point-dg .point.very-good {
    background: #26b84b;
}
.point-dg .point.good {
    background: #517bae;
}
.point-dg .point.very-perfect {
    background: #d82727;
}
.nhapkm {
    display: inline-block;
    border: 1px dashed #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 20px;
}
.box-filter {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.box-filter .filter-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f6f6f6;
    padding: 10px 15px;
}
.box-filter .woof_container {
    padding: 15px;
    border-bottom: 1px solid #dddddd;margin: 0;
}
.box-filter .woof_container:last-child {
    border-bottom: 0;
}
.woof_container_inner h4 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul_filter li{
    font-size: 14px;
    line-height: 23px;
}
.ul_filter li label{
    font-weight: normal;
    padding-left: 23px;
    position: relative;
}
.ul_filter li label input[type=checkbox]{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ul_filter li label .check{
    position: absolute;
    top: 0;
    left: 1px;
    color: #666666;
}
.ul_filter li label .check:before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    font-size: 16px;
    line-height: inherit;
    font-weight: normal;
}
.ul_filter li.current label .check:before{
    content: '\f14a';color: #0099ff;
}
.ul_filter li label input[type=checkbox]:checked ~ .check:before{
    content: '\f14a';
}
.ul_filter li .color3 {
    font-size: 12px;
}

.ul_filter li .arr-sub {
    position: absolute;
    right: 20px;
    z-index: 100;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.ul_filter li .arr-sub:hover {
    background: #0062a7;
    color: #ffffff;
}
.ul_filter li .arr-sub i {line-height: 20px; font-size: 14px;}

.ul_filter li ul {
    padding-left: 25px;
}


.popup_mobile {
    position: relative;
}
.popup_mobile .pmTitle {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 55px 10px 10px;
    font-weight: bold;
    color: #ffffff;
    background: #d82727;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: none;
}
.popup_mobile .pmClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: none;
}
.popup_mobile .pmClose .fa {
    font-size: inherit;
    line-height: inherit;
}
.filter-order {
    margin-bottom: 20px;
}
.filter-order ul:after {
    display: block;
    content: '';
    clear: both;
}
.filter-order ul {
    border: 1px solid #dddddd;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.filter-order ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    cursor: pointer;
    border-right: 1px solid #dddddd;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter-order ul li:hover {
    background: #f1f1f1;
}
#slider_time {
    margin: 20px 8px;
}
#slider_time .ui-widget-header{
    background: #d82727;
}
#slider_time.ui-widget-content {
    border: 0;
    background: #dddddd;
}
#slider_time.ui-slider-horizontal {
    height: 4px;
}
#slider_time.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}
#info_duration {
    height: 30px;
    border: 1px solid #cccccc;
    border-right: 0;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    font-size: 13px;
    line-height: 20px;
    padding: 4px 10px;
    float: left;
}
#info_duration:after {
    display: block;
    content: '';
    clear: both;
}
.link-filter {
    width: 60px;
    float: left;
}
.link-filter a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #d82727;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    text-align: center;
}
.link-filter a:hover {
    background: #666666;
}
.bg-login {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px 5px 225px;
    background: url("../images/hotel/bg-login.png") no-repeat 80px 100%;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}
.loginNow {
    padding: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fbac09;
    color: #ffffff;
    display: inline-block;
}
.loginNow:hover {
    background: #d82727;
    color: #ffffff;
}
.box-detail {
    padding: 14px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
.box-detail .item-detail {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}
.box-detail .item-detail:first-child {
    padding-top: 0;
}
.box-detail .item-detail:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.f10 {
    font-size: 10px;
    line-height: 20px;
}
.w_content_show_hidden .content_show_hidden{
    font-size: 15px;
    line-height: 25px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.w_content_show_hidden .content_show_hidden:after{
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255, 255, 255,0)),color-stop(100%,rgba(255, 255, 255,1)));
    background: -webkit-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
}
.w_content_show_hidden .content_show_hidden.active_show:after{
    background: transparent;
}
.button_show_hidden a{
    color: #517bae;
}
.button_show_hidden a:hover {
    color: #d82727;
}
.button_show_hidden a:after {
    padding-left: 4px;
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: bold;
}
.button_show_hidden a.active_hidden:after {
    content: '\f106';
}
.title-detail {
    font-size: 25px;
    line-height: 35px;
    color: #d82727;
}
.uu-dai {
    margin-bottom: 20px;
    padding: 15px;
    background: #feeec5;
}
.hotel-relative {
    margin-bottom: 30px;
    margin-top: 30px;
}
.hotel-relative .hTitle{
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.hotel-relative .hTitle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    content: '';
    background: #d82727;
}
.rSlider {
    margin: 0 -10px;
}
.rSlider:after {
    display: block;
    content: '';
    clear: both;
}
.rSlider .item {
    width: 33.333333%;
    float: left;
    padding: 0 10px 10px;
}
.rItem {
    position: relative;
    height: 140px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 10px 130px;
}
.rItem .i-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
}
.rItem .i-img a{
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.rItem .i-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.rItem .i-star {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #fbac09;
}
.rItem .i-content {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    color: #666666;
    margin-bottom: 5px;
    overflow: hidden;
}
.rItem .i-price {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #fbac09;
}
.rSlider .slick-arrow {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.rSlider .slick-arrow:hover {
    background: #d82727;
}
.rSlider .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '';
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.rSlider .slick-arrow:hover:after {
    color: #ffffff;
}
.rSlider .slick-prev {
    left: -10px;
}
.rSlider .slick-next {
    right: -10px;
}
.rSlider .slick-prev:after {
    content: "\f053";
    margin-left: -1px;
}
.rSlider .slick-next:after {
    content: "\f054";
    margin-right: -1px;
}
.f20 {
    font-size: 20px;
    line-height: 30px;
}
.wrapDG {
    margin: 25px 10px 0;
}
.bgLine {
    position: relative;
    height: 7px;
    background: #d8d8d8;
}
.bgLine .perLine {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fbac09;
}
.cricleDG {
    width: 180px;
    height: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding: 42px 15px;
    position: relative;
}
.cricleDG:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 8px solid #dddddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cricleDG .status {
    font-size: 18px;
    line-height: 25px;
    color: #d82727;
}
.cricleDG .point {
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    color: #d82727;
}
.cricleDG svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cricleDG svg .circle{
    stroke: #fbac09;
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}

.list-order .item{
    border: 1px solid #dddddd;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.list-order .item .iDesc {
    padding: 14px;
    border-bottom: 1px solid #dddddd;
}
.list-order .item .iTop {
    position: relative;
}
.list-order .item .iTop:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    content: '';
    background: -moz-linear-gradient(left,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 50%);
    background: -webkit-gradient(linear,top left,top right,color-stop(0,rgba(255, 255, 255,0)),color-stop(50%,rgba(255, 255, 255,1)));
    background: -webkit-linear-gradient(left,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 50%);
    background: -ms-linear-gradient(left,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 50%);
    background: linear-gradient(to right,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 50%);
}
.list-order .item .iTop:after {
    display: block;
    content: '';
    clear: both;
}
.list-order .item .iTop .i-img{
    width: 90px;
    float: left;
}
.list-order .item .iTop .i-desc {
    width: -webkit-calc(100% - 105px);
    width: -moz-calc(100% - 105px);
    width: calc(100% - 105px);
    float: right;
    font-size: 14px;
    line-height: 20px;
}
.list-order .item .iTop .i-title {
    margin-bottom: 5px;
}
.list-order .item .iTop .i-title a{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #d82727;
    margin-right: 8px;
}
.list-order .item .iTop .khuyenMai {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 8px;
    background: #fff3f3;
    color: #d82727;
}
.list-order .item .iTop .i-content {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list-order .item .iTop .link-detail {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #517bae;
    font-size: 13px;
    line-height: 20px;
}
.list-order .item .iTop .link-detail a{
    color: #517bae;
}
.list-order .item .iTop .link-detail a:hover {
    color: #d82727;
}
.list-order .item .iTop .link-detail a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: bold;
    padding-left: 4px;
}
.list-order .item .iTop .link-detail a.active:after {
    content: '\f106';
}
.list-order .item .iBottom {
    padding-left: 50px;
}
.list-order .item .iBottom .icon {
    margin: 40px 0;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}
.list-order .item .iBottom .icon.nosupport {
    opacity: 0.5;
}
.list-order .item .iBottom .icon:after {
    display: block;
    content: '';
    clear: both;
}
.list-order .item .iBottom .icon .i-icon {
    width: 40px;
    float: left;
}
.question {
    display: inline-block;
    vertical-align: text-bottom;
    cursor: pointer;
    padding-left: 5px;
    position: relative;
}
.policy-tooltip {
    background-color: #fffdee;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.38);
    font-size: 12px;
    color: #444;
    width: 340px;
    padding: 10px;
    top: 23px;
    left: -19px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.policy-tooltip, .policy-tooltip:before {
    border: 1px solid #826f00;
    position: absolute;
}
.policy-tooltip:before {
    content: "";
    width: 9px;
    height: 9px;
    left: 25px;
    top: -5px;
    background: #fffdee;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.policy-tooltip strong {
    display: block;
    margin-bottom: 10px;
}
.question:hover .policy-tooltip {
    opacity: 1;
    visibility: visible;
}
.mw260 {
    max-width: 260px;
}
.mwr170 {
    max-width: 170px;
    margin-left: auto;
}
.list-order .f12 {
    font-size: 12px;
    line-height: 20px;
}
.list-order .i-price {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #fbac09;
    margin-bottom: 5px;
}
.list-order .i-price.color1 {
    color: #d82727;
}
.list-order .i-prie2 {
    display: inline-block;
    vertical-align: top;
    text-decoration: line-through;
    margin-right: 5px;
}
.list-order .i-deal {
    background: #d82727;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.box-icon {
    border-radius: 2px;
    background-color: #336ce0;
    padding: 0 5px;
    color: #fff;
    position: relative;
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}
.box-icon .fa {
    font-size: inherit;
    line-height: inherit;
}
.box-icon_red {
    background-color: #d0021b;
}
.box-icon:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -7px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent #336ce0;
}
.box-icon_red:after {
    border-color: transparent transparent transparent #d0021b;
}
.btn-box {
    position: relative;
    margin-bottom: 5px;
    text-align: right;
    margin-top: 15px;
}
.table-room__hover {
    background-color: #ededed;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.35);
    color: #494949;
    padding: 3px 6px;
    border-radius: 3px;
    transition: .3s;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}
.table-room__hover:before {
    width: 7px;
    height: 7px;
    background-color: #ededed;
    position: absolute;
    right: 10px;
    top: 27px;
    z-index: 1;
    transform: rotate(45deg);
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: '';
}
.table-room__hover .text ,
.table-room__hover .text-hover {
    font-size: 12px;
    font-weight: 600;
}
.table-room__hover .text-hover {
    display: none;
}
.btn-box:hover .table-room__hover .text{
    display: none;
}
.btn-box:hover .table-room__hover .text-hover {
    display: inline;
}
.btn-book {
    border-radius: 4px;
    box-shadow: none;
    padding: 9px 15px;
    text-shadow: none;
    display: block;
    color: #fff;
    background-color: #ffc317;
    border: none;
    text-align: center;
}
.btn-book:hover {
    color: #fff;
    background-color: #d82727;
}
.scroll_bar {
    max-height: 200px;
}
.bgf1 {
    background: #f1f1f1;
}
.slideImg.slick-initialized .item-img,
.slideImg .item-img:first-child{
    display: block;
}
.slideImg .item-img{
    display: none;
    position: relative;
}
.slideImg .item-img img{
    width: 100%;
}
.slideImg .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,.7);
    font-size: 0;
    cursor: pointer;
    top: 50%;
}
.slideImg .slick-arrow:hover {
    background-color: rgba(255,255,255,.4);
}
.slideImg .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #666;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.slideImg .slick-prev:after{
    content: '\f104';
}
.slideImg .slick-next:after {
    content: '\f105';
}
.lydo {
    background: #eeeeee;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.ml15 {
    margin-left: 15px;
}
.filter {
    margin-bottom: 20px;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
}
.filter .inline-block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 4px;
}
.filter a.inline-block {
    padding: 2px 8px;
    background: #eeeeee;
}
.hotel-gallery {
    margin-bottom: 20px;
}
.hotel-gallery ul {
    margin: 0 -1px;
}
.hotel-gallery ul:after {
    display: block;
    content: '';
    clear: both;
}
.hotel-gallery ul li {
    float: left;
    padding: 0 1px;
    margin-bottom: 2px;
}
.hotel-gallery ul li a{
    display: block;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hotel-gallery ul li:nth-child(1) {
    width: 50%;
}
.hotel-gallery ul li:nth-child(2) ,
.hotel-gallery ul li:nth-child(3) {
    width: 25%;
}
.hotel-gallery ul li:nth-child(4) ,
.hotel-gallery ul li:nth-child(5) {
    width: 12.5%;
}
.hotel-gallery ul li:nth-child(6) ,
.hotel-gallery ul li:nth-child(7) ,
.hotel-gallery ul li:nth-child(8) {
    width: 25%;
}
.hotel-gallery ul li:nth-child(1) a {
    /*padding-top: 54.551769%;*/
    height: 320px;
}
.hotel-gallery ul li:nth-child(2) a ,
.hotel-gallery ul li:nth-child(3) a {
    /*padding-top: 109.589041%;*/
    height: 320px;
}
.hotel-gallery ul li:nth-child(4) a ,
.hotel-gallery ul li:nth-child(5) a {
    /*padding-top: 113.583333%;*/
    height: 165px;
}
.hotel-gallery ul li:nth-child(6) a ,
.hotel-gallery ul li:nth-child(7) a ,
.hotel-gallery ul li:nth-child(8) a {
    /*padding-top: 56.506849%;*/
    height: 165px;
}
.hotel-gallery ul li .point-dg {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    background: #ffffff;
    text-align: center;
    padding: 10px 5px;
}
.hotel-gallery ul li .img-more {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(216,39,39,0.8);
    color: #ffffff;
}
.hotel-gallery ul li .img-more span {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.f12 {
    font-size: 12px;
    line-height: inherit;
}
.popup_gallery{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 200;
    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;
}
.popup_gallery.active{
    opacity: 1;
    visibility: visible;
}
.popup_gallery .icon_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url(../images/icon-close.png) no-repeat 50% 50% / contain;
    cursor: pointer;
    z-index: 2;
}
.popup_gallery .gallery_main{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 90px;
}
.popup_gallery .galler_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: #222222;
}
.popup_gallery .wrapper{
    height: 100%;
}
#slider-detail-gallery{
    height: 100%;
}
#slider-detail-gallery .slick-list,
#slider-detail-gallery .slick-track{
    height: 100%;
}
#slider-detail-gallery .item{
    height: 100%;
    position: relative;
}
#slider-detail-gallery .item .img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
#slider-detail-gallery .item .i-text{
    position: absolute;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 10px;
    text-align: center;
    color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
#slider-detail-gallery .slick-arrow{
    width: 60px;
    height: 60px;
    background: url(../images/arrow.png) no-repeat 0 0;
}
#slider-detail-gallery .slick-prev{
    left: -70px;
}
#slider-detail-gallery .slick-next{
    right: -70px;
    background-position: -60px 0;
}
#slider-detail-thumb{
    margin: 15px 0;
}
#slider-detail-thumb .item{
    width: 60px;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
}
#slider-detail-thumb .item .img{
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#slider-detail-thumb .item.slick-current:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 2px solid #d82727;
}
.over-hotel {
    padding: 20px 0;
}
.over-hotel .note {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}
.bg-note {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    background: #dfeefa;
    margin: 10px 0;
}
.call-me {
    margin: 5px 0 20px;
}
.call-me .form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
}
.call-me button.btn {
    height: 40px;
    margin-left: 10px !important;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 10px 15px;
    background: #d82727;
    color: #ffffff;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    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;
}
.call-me button.btn:hover {
    background: #666666;
    color: #ffffff;
}
.call-me button.btn span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.list-tour .item {
    margin-bottom: 20px;
}
.tour-detail {
    border: 1px solid #dddddd;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    padding: 19px;
}
.tour-detail .i-img {
    width: 240px;
    margin-right: 20px;
    float: left;
}
.tour-detail .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.tour-detail .i-img a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tour-detail .i-desc {
    float: left;
    width: -webkit-calc(100% - 440px);
    width: -moz-calc(100% - 440px);
    width: calc(100% - 440px);
}
.tour-detail .i-info {
    width: 160px;
    float: right;
    text-align: right;
}
.tour-detail .i-title {
    font-size: 20px;
overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}
.tour-detail .i-content {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.tour-detail .i-price {
    font-size: 22px;
    line-height: 30px;
    color: #d82727;
    font-weight: bold;
    margin-bottom: 5px;
}
.tour-detail .i-price-line {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    text-decoration: line-through;
}
.tour-detail .i-percent {
    background: #ffd302;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 25px;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tour-detail .i-icon ul {
    display: inline-block;
}
.tour-detail .i-icon ul:after {
    display: block;
    content: '';
    clear: both;
}
.tour-detail .i-icon ul li {
    float: left;
    margin: 0 4px;
    color: #999999;
}
.tour-detail .i-link a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    padding: 6px 10px 4px;
    background: #eb1b24;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}
.tour-detail .i-link a:hover {
    background: #666666;
    color: #ffffff;
}
.slide-tour {
    margin: 0 -10px;
}
.slide-tour:after {
    display: block;
    content: '';
    clear: both;
}
.slide-tour .item {
    width: 25%;
    padding: 0 10px;
    float: left;
}
.slide-tour .slick-arrow {
    top: 25%;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.slide-tour .slick-arrow:hover {
    background: #d82727;
}
.slide-tour .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '';
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.slide-tour .slick-arrow:hover:after {
    color: #ffffff;
}
.slide-tour .slick-prev {
    left: -10px;
}
.slide-tour .slick-next {
    right: -10px;
}
.slide-tour .slick-prev:after {
    content: "\f053";
    margin-left: -1px;
}
.slide-tour .slick-next:after {
    content: "\f054";
    margin-right: -1px;
}
#slide-info {
    margin-bottom: 30px;
}
#slide-info.slick-initialized .item,
#slide-info .item:first-child{
    display: block;
}
#slide-info .item{
    display: none;
}
#slide-info .item img{
    width: 100%;
}
#slide-info .slick-dots{
    bottom: 20px;
    text-align: center;
}
#slide-info .slick-dots li {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    background: #ffffff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
#slide-info .slick-dots li.slick-active {
    background: transparent;
    border-color: #ffffff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#slide-info .slick-dots li button {
    width: 10px;
    height: 10px;
}
#slide-info .slick-dots li button:before {
    content: "";
}
#slide-info .slick-arrow{
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slide-info .slick-arrow:hover{
    background: rgba(216,39,39,0.9);
}
#slide-info .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
}
#slide-info .slick-prev:after {
    content: '\f104';
}
#slide-info .slick-next:after {
    content: '\f105';
}
#slide-info .slick-prev{
    background-position: 0 0;
    left: 15px;
}
#slide-info .slick-next{
    background-position: -30px 0;
    right: 15px;
}

/*===========BEGIN: TAB==============*/
.tab_wrapper {
    position: relative;
}
.tab_wrapper .tab_title{
    border: 1px solid #d82727;
    background: #d82727;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 40px 12px 10px;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    height: 50px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    display: none;
}
.tab_wrapper .tab_title:after{
    position: absolute;
    content: '';
    top: 20px;
    right: 10px;
    border:8px solid transparent;
    border-top: 8px solid #ffffff;
}
ul.tab_nav {
    padding:0 !important;
    margin-top:0;
    margin-bottom:0;
    position: relative;
    z-index: 10;
    text-align: center;
    border-bottom: 2px solid #333333;
}
ul.map_nav {
    border-bottom:0;
}

ul.map_nav li, ul.tab_nav li {
    list-style:none;
    padding:0;
    position: relative;
    display: inline-block;
    margin: 0 1px;
    float: left;
}
ul.tab_nav li:first-child{
    margin-left: 0;
}
ul.tab_nav li:last-child{
    margin-right: 0;
}
ul.tab_nav li a {
    font-size: 18px;
    line-height: 25px;
    color: #666666;
    display: block;
    text-align:center;
    text-decoration:none;
    padding: 10px 15px;
    position:relative;
    margin-bottom:0;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
ul.tab_nav li a.active ,
ul.tab_nav li a:hover {
    background: #d82727;
    color: #ffffff;
}
ul.map_nav li a {
    background:#ccc;
    padding:8px 15px;
    font-weight:normal;
}

.tab_content {
    padding: 20px 0;
    background-color:#ffffff;
    font-size: 16px;
    line-height: 25px;
}
.w_content_show_hidden .content_show_hidden{
    font-size: 15px;
    line-height: 25px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.w_content_show_hidden .content_show_hidden:after{
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255, 255, 255,0)),color-stop(100%,rgba(255, 255, 255,1)));
    background: -webkit-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255,0) 0,rgba(255, 255, 255,1) 100%);
}
.w_content_show_hidden .content_show_hidden.active_show:after{
    background: transparent;
}
.button_show_hidden{
    margin: 20px 0;
    text-align: center;
}
.button_show_hidden a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #c39f77;
    border: 1px solid #c39f77;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button_show_hidden a:hover{
    background: #c39f77;
    color: #ffffff;
}
/*===========END: TAB==============*/
.fs18 {
    font-size: 18px;
    line-height: 25px;
}
.lich-khoi-hanh {
    margin-bottom: 20px;
}
.lich-khoi-hanh a{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 50px 13px 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background: #d82727;
    position: relative;
}
.lich-khoi-hanh a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    content: '\f073';
    font-size: 25px;
    line-height: 30px;
}
.lich-khoi-hanh a:hover {
    color: #ffffff;
    background: #333333;
}
.box-search-lkh {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    padding: 14px;
}
.check-radio{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 25px;
}
.check-radio input[type=radio] {
    opacity: 0;
    position: absolute;
}
.check-radio .style-check {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #f4f4f4;
    border: 1px solid #f1f1f1;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -2px;
}
.check-radio  input[type=radio]:checked ~ .style-check {
    background: #ffffff;
    border: 6px solid #d82727;
}
.choose-tour {
    margin-bottom: 10px;
}
.choose-tour ul:after {
    display: block;
    content: '';
    clear: both;
}
.choose-tour ul li {
    float: left;
    margin-right: 20px;
}
.table-list-km {
    margin-bottom: 20px;
}
.table-list-km table {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}
.table-list-km table .fs14 {
    font-size: 14px;
    line-height: 20px;
}
.table-list-km table thead td {
    background: #003c71;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
    height: 45px;
    vertical-align: middle;
}
.table-list-km table td {
    padding: 12px 15px;
    border: 1px solid #d6e3ef;
    vertical-align: top;
}
.box-detail-tour {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    padding: 15px;
}
.box-detail-tour.hasBg {
    background: #f2f2f2;
    padding: 0;
}
.noi-bat .nb-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d82727;
    margin-bottom: 10px;
}
.noi-bat .nb-content ul li {
    padding-left: 20px;
    position: relative;
}
.noi-bat .nb-content ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 8px;
    line-height: 25px;
    content: '\f111';
    color: #d82727;
}
.table-detail {
    width: 100%;
}
.table-detail td {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}
.table-detail td:first-child {
    padding-left: 0;
    white-space: nowrap;
}
.table-detail td:last-child {
    padding-right: 0;
}
.table-detail tr:last-child td {
    border-bottom: 0;
}
.bdt-item {
    border-bottom: 1px solid #ffffff;
    padding: 5px 15px;
}
.bdt-item:last-child {
    border-bottom: 0;
}
.book-tour {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    background: #d82727;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
}
.book-tour:hover {
    background: #666666;
    color: #ffffff;
}
.book-tour .fa{
    padding-right: 8px;
}
.fs20 {
    font-size: 20px;
    line-height: 30px;
}
.f16 {
    font-size: 16px;
    line-height: 25px;
}
.line-through {
    text-decoration: line-through;
}
@media screen and (max-width: 1024px){
    .nhapkm {
        display: none;
    }
    .list-order .item .iBottom {
        padding-left: 0;
    }
    .slide-tour .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .slide-tour .slick-prev {
        left: -5px;
    }
    .slide-tour .slick-next {
        right: -5px;
    }
    .slide-tour .slick-arrow:after {
        font-size: 12px;
        line-height: 20px;
    }
    .tab_wrapper .tab_title{
        display: block;
    }
    .tab_responsive ul.tab_nav{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        display: none;
        border-bottom: 0;
    }
    .tab_responsive.show ul.tab_nav{
        display: block;
    }
    .tab_responsive ul.tab_nav li{
        float: none;
        display: block;
        margin:0;
        border-bottom: 1px solid #cecece;
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
    }
    ul.tab_nav li a:after{
        display: none;
    }
    .tab_responsive ul.tab_nav li a{
        text-align: left;
        text-transform: none;
        padding: 10px 10px 10px 10px;
        background-color: #ffffff;
        color: #333333;
        font-size: 14px;
        line-height: 25px;
    }
    ul.tab_nav li a.active{
        background-color: #ffffff;
        color: #333333;
    }
    ul.tab_nav li a.active:hover,
    ul.tab_nav li a:hover {
        color: #d82727;
        background: #dfdfdf;
    }
}
@media screen and (max-width: 991px) {
    .popup_mobile {
        position: fixed;
        top: 30%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 200;
        background: #ffffff;
        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;
    }
    .popup_mobile.active {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .popup_mobile .pmTitle {
        display: block;
    }
    .popup_mobile .pmClose {
        display: block;
    }
    .popup_mobile .pmContent {
        height: -webkit-calc(100vh - 45px);
        height: -moz-calc(100vh - 45px);
        height: calc(100vh - 45px);
        overflow: auto;
    }
    .popup_mobile .box-filter {
        margin: 15px;
    }
    .list-filter {
        margin-top: 0;
    }
    .list-filter ul li {
        float: none;
        margin-right: 0;
        position: relative;
        padding: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .list-filter ul li:after {
        display: none;
    }
    .list-filter ul li a {
        display: block;
        color: #333333;
        padding: 10px 40px 10px 10px;
        position: relative;
    }
    .list-filter ul li:hover a,
    .list-filter ul li.current a{
        background: #f6f6f6;
        color: #333333;
    }
    .list-filter ul li a:before {
        position: absolute;
        top: 10px;
        right: 20px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: '\f105';
    }
    .hotel-relative .hTitle{
        font-size: 20px;
        line-height: 30px;
    }
    .cricleDG {
        margin: 0 auto;
    }
    .list-order .item .iBottom .icon {
        margin: 0 0 8px;
    }
    .list-order .item .iBottom .icon .i-icon {
        width: 20px;
        margin-right: 8px;
    }
    .list-order .item .iBottom .icon .question {
        display: none;
    }
    .list-order .item .iBottom .icon .i-text div{
        display: inline-block;
        font-size: 13px;
        line-height: 20px;
    }
    .list-order .item .iBottom .icon .i-text .text-1:after {
        content: ': ';
    }
    .leftMB {
        text-align: left !important;
    }
    .scroll_bar {
        max-height: 100%;
    }
    .slideImg {
        margin-bottom: 10px;
    }
    .hotel-gallery ul li:nth-child(1) {
        width: 100%;
    }
    .hotel-gallery ul li:nth-child(2) ,
    .hotel-gallery ul li:nth-child(3) {
        width: 50%;
    }
    .hotel-gallery ul li:nth-child(4) ,
    .hotel-gallery ul li:nth-child(5) {
        width: 25%;
    }
    .hotel-gallery ul li:nth-child(6) ,
    .hotel-gallery ul li:nth-child(7) ,
    .hotel-gallery ul li:nth-child(8) {
        width: 50%;
    }
    .over-hotel .note {
        font-size: 20px;
        line-height: 30px;
    }
    .tour-detail .i-title {
        font-size: 18px;
    }
    .scroll-fixed{
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .item-hotel .point-dg {
        margin: 5px 0 10px 0;
    }
    .item-hotel .i-title {
        font-size: 16px;
        line-height: 25px;
    }
    .bg-login {
        font-size: 14px;
        line-height: 25px;
        padding: 15px;
        background: none;
        border: 1px solid #eeeeee;
        text-align: center;
    }
    .list-order .item .iTop .i-content {
        white-space: normal;
    }
    .list-order .item .iTop:before {
        display: none;
    }
    .list-order .item .iTop .link-detail {
        top: 0;
        right: 0;
        font-size: 0;
    }
    .list-order .item .iTop .link-detail a:after {
        font-size: 16px;
        line-height: 20px;
    }
    .list-order .item .iTop .i-img {
        width: 60px;
    }
    .list-order .item .iTop .i-desc {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
    }
    .list-order .item .iTop .i-title a {
        font-size: 16px;
        line-height: 25px;
    }
    .list-order .item .iTop .khuyenMai {
        padding: 5px 0 5px 8px;
    }
    .btn-box {
        margin-top: 35px;
    }
    .tour-detail .i-img {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
    }
    .tour-detail .i-desc {
        float: none;
        width: 100%;
    }
    .tour-detail .i-info {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 639px) {
    .item-hotel .content-hotel .i-img {
        width: 90px;
    }
    .item-hotel .content-hotel {
        padding: 10px 10px 10px 100px;
    }
    .item-hotel .title-hotel {
        padding-left: 30px;
    }
    .item-hotel .title-hotel .iIcon {
        background-color: #f05858;
        clip-path: none;
        -webkit-clip-path: none;
        color: #fff;
        width: 25px;
        height: 100%;
        padding-left: 0;
        overflow: hidden;
        display: block;
    }
    .item-hotel .title-hotel .iIcon .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .item-hotel .title-hotel .iArrow,
    .item-hotel .title-hotel .iIcon span {
        display: none;
    }
    .hotel-gallery ul li:nth-child(1) a {
        padding-top: 54.551769%;
        height: auto;
    }
    .hotel-gallery ul li:nth-child(2) a ,
    .hotel-gallery ul li:nth-child(3) a {
        padding-top: 109.589041%;
        height: auto;
    }
    .hotel-gallery ul li:nth-child(4) a ,
    .hotel-gallery ul li:nth-child(5) a {
        padding-top: 113.583333%;
        height: auto;
    }
    .hotel-gallery ul li:nth-child(6) a ,
    .hotel-gallery ul li:nth-child(7) a ,
    .hotel-gallery ul li:nth-child(8) a {
        padding-top: 56.506849%;
        height: auto;
    }
    .hide639 {
        display: none !important;
    }
    .hotel-gallery ul li .img-more span {
        font-size: 12px;
        line-height: 20px;
    }
}








/*By Thai SOn*/
.box-info {
    margin-bottom: 15px;
}
.box-info .info-title {
    margin-bottom: 10px;
    color: #3366ff ;
}

.ul_filter li.current a {
    color: #d82727;
}

.noItem {
    text-align: center;
    color: #d82727;
}




.div-ajax-more {
    text-align: center;
    margin-top: 20px;
}
.div-ajax-more .view-more {
    display: inline-block;
    background: #c40910;
    padding: 6px 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 230px;
    color: #ffffff;

    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.div-ajax-more .view-more:hover {
    background: #666666;
    color: #ffffff;
}

.loadmore_overlay{
    float: left;
    width: 100%;
    height: 40px;
    background: url(../images/preloader.gif) no-repeat 50% 50%;
}


.menu-category{
    margin-bottom: 15px;
}

.menu-category .mc-title{
    display: none;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 10px 35px 10px 20px;
    background: #c40910;
    color: #ffffff;
    text-transform: uppercase;
    -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;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.menu-category .mc-title span{
    color: #ffffff;
}

.menu-category .mc-title:after{
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f107';
    font-size: 22px;
    line-height: 33px;
    -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: #ffffff;
}

.menu-category ul{
    list-style: none;
}
.menu-category ul li{
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    margin-bottom: 10px;

}
.menu-category ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.menu-category ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 20px;
    border: 2px solid #c40910;

    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-category ul li a span{
    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;
}


.menu-category ul li.i-place a {
    background: #c40910;
    color: #FFFFFF;
    text-transform: uppercase;
}
.menu-category ul li.i-place a span {
    color: #FFFFFF;
}

.menu-category ul li:not(.i-place) a:hover,
.menu-category ul li:not(.i-place) a.current{
    color: #c40910;
}

.menu-category ul li:not(.i-place) a:hover span,
.menu-category ul li:not(.i-place) a.current span{
    color: #c40910;
}

.menu-category ul ul {
    display: none;
}


@media screen and (max-width: 767px) {
    .menu-category{
        position: relative;
        z-index: 99;
        padding: 0;
        border: none;
    }
    .menu-category .mc-title{
        display: block;
    }
    .menu-category .mc-content{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        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;
    }
    .menu-category.active .mc-content{
        opacity: 1;
        visibility: visible;
    }
    .menu-category ul{
        text-align: left;
        margin: 0;
        max-height: 360px;
        overflow-y: auto;
    }
    .menu-category ul li{
        display: block;
        margin: 0;
        padding: 0;
        background: #ffffff;
    }
    .menu-category ul li.i-place {
        display: none;
    }
    .menu-category ul li:last-child {
        border-right: 1px solid #e5e5e5;
    }
    .menu-category ul li a {
        display: block;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-left: 1px solid rgba(0,0,0,0.1);
    }
    .menu-category ul li a.current {
        color: #eb1b24;
        background: #ffffff;
    }
    .menu-category ul li a.current span {
        color: #eb1b24;
    }

    .menu-category ul li a.current:hover,
    .menu-category ul li a:hover{
        background: #ffffff;
        color: #eb1b24;
        border-color: rgba(0,0,0,0.1);
    }
    .menu-category ul li a:hover span,
    .menu-category ul li.current a span{
        color: #eb1b24;
    }

    .menu-category ul ul {
        display: block;
    }
    .menu-category ul ul li {
        border-right: 0 !important;
    }
    .menu-category ul ul li a {
        padding-left: 35px;

    }
    .menu-category ul ul li a::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f0da";
        left: 20px;
        color: #eb1b24;

    }
}















/*Golf*/

.div_adv .advertise {
    margin-bottom: 15px;
    position: relative;
}
.div_adv .advertise:last-child {
    margin-bottom: 0
}
.div_adv .advertise a {
    display: block;
    position: relative;
}
.div_adv .advertise a .i-desc {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
}


.div_adv .advertise .i-title {
    font-size:30px;
    display:block;
    color:#fff;
    margin-top:0;
    padding:35px 0 20px 0;
    line-height:3rem;
    font-weight:bold;
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.25), 0 1px 15px rgba(0, 0, 0, 0.5) ;
}

.div_adv .advertise .i-link {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    font-weight: bold;
    text-transform: uppercase;
    white-space: normal;
}

.ul_filter li.current label {
     color: #0099ff;
    font-weight: bold;
}

.ul_filter li label input[type=checkbox]:checked ~ .check{
    color: #0099ff;
}
.ul_filter li label input[type=checkbox]:checked ~ .check:before{
    content: '\f14a';
    color: #0099ff;
}

.filterTitle {
    position: relative;
}
.filterTitle .btn-more-less {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 20px;
    
    z-index: 10;
    cursor: pointer;
}

.filterTitle .btn-more-less span {
    display: block;
    width: 30px;
    height: 20px;
    text-align: center;    
    line-height: 20px;
    position: relative;
}
.filterTitle .btn-more-less span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    left:0 ;
    top: 0;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.filterTitle .btn-more-less span.less {

}


.ul_filter li.li-hide {
    display: none;
}

.div-more-less {
    padding-top: 5px;
    position: relative;
}
.div-more-less span {
    display: block;
    cursor: pointer;
    color: #ff0000;
    position: relative;
}
.div-more-less span::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    top: 2px;
    right: 10px;
    line-height: 20px;
    font-weight: 900;
    font-size: 16px;
    color: #333333;
}
.div-more-less .txt-less {
    display: none;
}

.div-more-less .txt-more::after {
    content: '\f078';
}
.div-more-less .txt-less::after {
    content: '\f077';
}

.item-filter.open {

}
.item-filter.open .filterTitle .btn-more-less span::before {     
    content: '\f077'; 
}
.item-filter.open .ul_filter li.li-hide {
    display: block;
}
.item-filter.open .div-more-less .txt-more {
    display: none;
}
.item-filter.open .div-more-less .txt-less {
    display: block;
}

















.vnt-place {
    margin-bottom: 30px;
}

.list-place {
    margin: 0 -10px;
}
.list-place:after {
    display: block;
    content: '';
    clear: both;
}
.list-place .item {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.list-place .item-place {
    position: relative;
}

.item-place .i-img {
    overflow: hidden;
    position: relative;
}
.item-place .i-img a {
    display: block;
    overflow: hidden;
    padding-top: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: 50% 50% ;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.item-place .i-img:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.item-place .i-img a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: url("../images/mask2.png") repeat-x;
}
.item-place .i-text {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
    color: #ffffff;
}
.item-place .i-text .t-title {
    font-size: 22px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
}


.item-place .view-all {
  position: absolute;
  bottom: 0;
  padding: 5px 0;
  width: 100%;
  background: #d82727;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 30px;
  visibility: hidden;
}
.list-place .item:hover .item-place , .list-place .item.active .item-place {
  border: 2px solid #d82727;
}
.list-place .item:hover .view-all , .list-place .item.active .view-all {
  visibility: visible;
}

.list-place .item:hover .item-place.has_sub::after , .list-place .item.active .item-place.has_sub::after {
  position: absolute;
  content: '';
  z-index: 10;

  left:  45%;
  bottom:-22px ;
  width:0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #eeeeee transparent;
}


.list-place .ext_sub {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.sub-pointofinterest {
  background: #eeeeee;
  margin-bottom: 20px;
  overflow: hidden;
}
.sub-pointofinterest .list-pointofinterest {
  position: relative;
}
.sub-pointofinterest .list-pointofinterest::after {
  content: '';
  display: table;
  clear: bottom;
}
.list-pointofinterest .item-pointofinterest {
 float: left;
 width: 25%;

  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}


.item-pointofinterest .i-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  flex-shrink: 0;
}
.item-pointofinterest .i-text {
  font-weight: bold;
  font-size: 16px;
}







.block-filter {
    margin-bottom: 20px;
}

.block-filter .grid  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin:0 -10px;
    flex-wrap: wrap;
}

.block-filter .grid .col1{
    width: 15%;
    padding: 0 10px;
}

.block-filter .grid .col2{
    width: 25%;
    padding: 0 10px;
}
.block-filter .formFa {
    position: relative;
}

.block-filter input,
.block-filter select,
.block-filter .chosen-single{
    width: 100%;
    height: 40px;
    background: #ffffff;
    border:solid 1px  #dddddd;
    padding-left: 25px;
    /*padding-right: 30px;*/
}
.block-filter .chosen-single div b{
    color: #747474;
}

.block-filter .formFa::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: #0062a7;
}
.block-filter button.btnSearch{
    width: 100%;
    height: 40px;
    background: #d82727;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ffffff;
    font-weight: bold;
}
.block-filter button.btnSearch:hover{
    background: #666666;
    color: #ffffff;
}

.block-filter .chosen-container-single .chosen-single{

    background: #ffffff !important;
    border:solid 1px  #dddddd !important;
    padding-left: 30px;
    padding-right: 0px;
}



.block-filter .dropdown_search button.dropdown-toggle {
    background: #fff;
    border-color: #dddddd;
    width: 100%;
    text-transform: none;
    font-weight: normal;
    padding: 5px 12px 5px 30px;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    box-shadow: none;
    outline:none;
}

.block-filter .dropdown_search button.btn .caret{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 5px dashed #747474;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.block-filter .dropdown.open .box-dropdown {
    display: block;
}
.block-filter .dropdown.open .btn-dropdown {
    background: #fff !important;
    border-color: #ccc !important;

}



.box-filter-price {
    padding: 10px;
}

#slider_price {
    margin: 20px 5px;
}
#slider_price .ui-widget-header{
    background: #0062a7;
}
#slider_price.ui-widget-content {
    border: 0;
    background: #dddddd;
}
#slider_price.ui-slider-horizontal {
    height: 4px;
}
#slider_price.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}

.box-filter-price .slider-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin:0 -5px;
    flex-wrap: wrap;
}
.box-filter-price .slider-info .s-item {
    width: 50%;
    padding: 0 5px;

}

.box-filter-price .slider-info .s-item span {
    display: block;
    padding: 5px 5px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
}
.box-filter-price   .btn  {
    width: 100%;
    margin-top: 10px;
    background: #d82727;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    outline:none;
}
.box-filter-price   .btn.btn-cancel {
    background: #666666;
}




.block-filter .dropdown_search .btn-label {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-align: left;
}



.block-filter .dropdown  .box-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    float: left;
    min-width: 200px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;


    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
