/*Open Basic CSS HTML Create by Zan*/
/**,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*/
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
select,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

@font-face {
    font-family: 'Samsung Sans Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Samsung Sans Regular'), url(../font/SamsungSans-Regular.woff) format('woff')
}

html {
    height: 100%;
    margin-bottom: 0
}

body {
    font-family: Samsung Sans Regular, Arial, Helvetica, sans-serif!important;
    font-size: 14px!important;
    line-height: 1.4em!important;
    overflow-x: hidden;
    background: #f8f7f9!important
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: middle
}

.hold-hm {
    position: fixed;
    width: 100%;
    height: 100%
}

.hm-hide {
    background-color: #020202;
    background-color: rgba(3, 3, 3, .6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: auto;
    z-index: 999;
    visibility: visible
}

.hm-hide-show {
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1000
}

.hm-up-tamu {
    background-color: rgb(221, 221, 221);
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 2.4
}

.hm-choice-tamu {
    align-items: center;
    padding: 0 10px;
    margin: 20px 0 10px
}

.hm-up-done {
    background-color: rgb(221, 221, 221);
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

.col-pull-0 {
    right: auto
}

.col-pull-1 {
    right: 8.33333%
}

.col-pull-2 {
    right: 16.66667%
}

.col-pull-3 {
    right: 25%
}

.col-pull-4 {
    right: 33.33333%
}

.col-pull-5 {
    right: 41.66667%
}

.col-pull-6 {
    right: 50%
}

.col-pull-7 {
    right: 58.33333%
}

.col-pull-8 {
    right: 66.66667%
}

.col-pull-9 {
    right: 75%
}

.col-pull-10 {
    right: 83.33333%
}

.col-pull-11 {
    right: 91.66667%
}

.col-pull-12 {
    right: 100%
}

.col-push-0 {
    left: auto
}

.col-push-1 {
    left: 8.33333%
}

.col-push-2 {
    left: 16.66667%
}

.col-push-3 {
    left: 25%
}

.col-push-4 {
    left: 33.33333%
}

.col-push-5 {
    left: 41.66667%
}

.col-push-6 {
    left: 50%
}

.col-push-7 {
    left: 58.33333%
}

.col-push-8 {
    left: 66.66667%
}

.col-push-9 {
    left: 75%
}

.col-push-10 {
    left: 83.33333%
}

.col-push-11 {
    left: 91.66667%
}

.col-push-12 {
    left: 100%
}

.col-offset-0 {
    margin-left: 0
}

.col-offset-1 {
    margin-left: 8.33333%
}

.col-offset-2 {
    margin-left: 16.66667%
}

.col-offset-3 {
    margin-left: 25%
}

.col-offset-4 {
    margin-left: 33.33333%
}

.col-offset-5 {
    margin-left: 41.66667%
}

.col-offset-6 {
    margin-left: 50%
}

.col-offset-7 {
    margin-left: 58.33333%
}

.col-offset-8 {
    margin-left: 66.66667%
}

.col-offset-9 {
    margin-left: 75%
}

.col-offset-10 {
    margin-left: 83.33333%
}

.col-offset-11 {
    margin-left: 91.66667%
}

.col-offset-12 {
    margin-left: 100%
}

.hm-set-kanan {
    position: fixed;
    top: 0;
    bottom: 0;
    font-size: 16px;
    background: #f8f7f9;
    width: 100%;
    height: 100%;
    left: 100%;
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .5s
}

.hm-show-kanan {
    left: 0
}

.hm-header-kanan {
    height: 20px;
    padding: 15px 15px;
    background: #333;
    font-size: 20px;
    color: #fff;
    position: relative
}

.hm-kanan-text {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    top: -2px
}

.hm-set-kanan ul {
    list-style: none
}

.hm-set-kanan li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    position: relative
}

.hm-set-kanan li i {
    float: right;
    color: orange;
    line-height: 50px
}

.hm-set-kanan li a {
    display: block;
    padding: 0 16px;
    line-height: 50px;
    color: #333;
    outline: 0;
    text-decoration: none
}

.hm-date-calendar {
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
    transition: all .5s
}

.hm-top-calandar {
    top: 0!important
}


/*Close Basic CSS*/


/*lgd-loading*/

.lgd-load {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .7) url(../../m-assets/img/lgd-load.gif) 50% 50% no-repeat;
    background-size: 60px;
}


/*close lgd*/


/*header*/

.hm-birubar {
    background: #333
}

.hm-orangebar {
    background: #ff7300;
    background: -webkit-gradient(left top, right top, color-stop(0, #ff7300), color-stop(100%, #fa0));
    background: -webkit-linear-gradient(left, #ff7300, #fa0);
    background: -o-linear-gradient(left, #ff7300 0, #fa0 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff7300), to(#fa0));
    background: linear-gradient(90deg, #ff7300 0, #fa0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7300", endColorstr="#ffaa00", GradientType=1)
}

.hm-navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.hm-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    color: #fff !important;
    margin-bottom: -2px!important;
    border: none;
    border-radius: 0!important;
    padding: 0 10px
}

.hm-title,
.hm-title-right {
    display: inline-block;
    color: #fff !important
}

.hm-title,
.hm-title-left {
    display: inline-block;
    color: #fff !important
}

.hm-title {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10 1;
    min-width: 0;
    font-size: 16px;
    white-space: nowrap
}

.hm-text-title {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px
}

.hm-title-right {
    padding-left: 10px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    font-size: 20px;
    right: 0;
    z-index: 2
}

.hm-title-left {
    padding-right: 10px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    font-size: 20px;
    right: 0;
    z-index: 2
}

.hm-box25 {
    height: 25px
}

.hm-box-content-choice {
    width: 95%;
    margin: 10px auto 0;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.hm-box-content {
    width: 95%;
    margin: 0 auto 0;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.hm-box-field {
    margin: 0 10px;
    height: 60px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hm-box-destination {
    height: 70px
}

.hm-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px
}

.hm-box-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px
}

.hm-box-icon {
    font-size: 20px;
    color: #333;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hm-box-field .hm-label-kcl {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px
}

.hm-label-kota {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0
}

.hm-box-field .hm-city {
    text-transform: capitalize
}

.hm-box-field .go-out-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w100 {
    width: 100%
}

.w105 {
    width: 100%;
    padding: 0 5px
}

.go-out-content i {
    padding-top: 25px
}

.hm-box-field .gocheck {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0
}

.go-choice {
    width: 50%;
    text-align: center;
    color: #bdc3c7
}

.active-hm {
    border-bottom: 2px solid #333;
    color: #333!important
}

.fixed-hdr {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 5
}

.search-tgl {
    padding-left: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tgl-blik {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*close*/


/*Btn Dws*/

.button-dewasa {
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.for-dws {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none!important;
    background-color: #fff;
    border: 2px solid #ff7200;
    border-radius: 3px;
    color: #ff7200;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.jmlTamu-hm {
    padding: 0 2px;
    margin: 0 5px;
    border: none!important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 0;
    background: #fff;
    cursor: default;
}

.hm-button-search {
    border-radius: 6px;
    width: 100%;
    font-family: SamsungSans-Medium, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.btn-hm {
    height: 45px;
    line-height: 1.5;
    font-size: 16px;
}

.btn-search {
    background-color: #ff7200;
    color: #fff !important;
}


/*Close Btn*/


/*Search CSS*/

.hm-search-auto {
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
    transition: all .5s
}

.hm-top-search {
    top: 0!important
}

.hm-form-search {
    border-top: 1px solid #7e7e7e;
    background-color: #333;
    padding: 4px;
    position: relative;
    font-size: 14px
}

.hm-form-search input {
    border: none;
    border-radius: 2px!important;
    box-shadow: none!important;
    text-overflow: ellipsis;
    width: 100%;
    height: 44px;
    padding: 6px 12px 6px 36px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    box-sizing: border-box
}

.hm-form-search i {
    position: absolute;
    font-size: 18px;
    left: 14px;
    top: 15px;
    color: #999
}

.hm-destinasi-populer {
    text-align: left;
    font-size: 16px;
    color: #333;
    background: #fff;
    margin: 0;
    top: 101px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: scroll;
    position: fixed
}

.hm-title-category {
    padding: 10px;
    margin: 0;
    border: none;
    font-size: 18px;
    cursor: default!important;
    color: #333;
    background: #eee
}

.hm-destinasi-populer .listHm {
    outline: none!important
}

.hm-autosearch {
    padding: 15px 10px;
    margin: 0;
    color: #333;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-family: 'Lato', sans-serif!important;
    font-size: 16px
}

.ui-autocomplete {
    text-align: left;
    font-size: 16px;
    color: #333;
    background: #fff;
    margin: 0;
    top: 101px!important;
    left: 0!important;
    bottom: 0;
    right: 0;
    overflow-x: scroll;
    z-index: 9;
    position: fixed;
    z-index: 10
}

.ui-autocomplete-category {
    background: #eee;
    border: none;
    font-size: 18px;
    padding: 10px 15px;
    margin: 0;
    cursor: default!important;
    color: #333
}

.ui-menu-item {
    padding: 15px;
    margin: 0;
    color: #333;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-family: 'Lato', sans-serif!important;
    font-size: 16px
}

.show-terus {
    display: block!important
}

.ui-helper-hidden-accessible {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select,
option {
    text-align-last: right;
    direction: rtl;
}

.alert-nokode {
    color: #ee595d;
    display: none;
    text-align: center;
    padding: 4px 0 0
}


/*Close*/


/*View List content*/
/*margin-bottom: 60px;*/
.content-listhm {
    position: relative;
    top: 87px;
}

.hm-voucher-kode {
    background-color: #333;
    padding: 0 10px 5px;
    position: relative;
    font-size: 14px;
    height: 32px;
}

.hm-voucher-kode input {
    border: none;
    border-radius: 2px!important;
    box-shadow: none!important;
    text-overflow: ellipsis;
    width: 75%;
    height: 32px;
    padding: 6px;
    font-size: 16px;
    line-height: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    box-sizing: border-box;
}

.btnkode-vcr {
    margin: 0;
    height: 32px;
    width: 23.6%;
    background-color: #ff7200;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    border: none;
    position: relative;
    top: -1px;
}
._79dwi3{
    margin: 10px 10px 0px;padding-bottom: 50px
}

/*filter search*/

.ktk-sort-hm {
    position: fixed;
    width: 100%;
    bottom: 0;
    font-weight: 700;
    border: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border-top: 1px solid #333;
    z-index: 3;
}

.rkn-grs {
    width: 2px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    margin: 0;
    font-weight: 700;
    line-height: 26px;
}

.ktk-sort-hm select,
option {
    text-align-last: center !important;
    direction: rtl !important
}

.sort-hm-qdc {
    outline: 0;
    width: calc(33% - 7px);
    text-align: center;
    display: inline-block;
    border-radius: 0;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    margin: 0;
    font-weight: 700;
    line-height: 26px;
    text-align-last: center;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    font-size: 12px;
}

.span-hm-qdc {
    width: calc(33% - 6px);
    text-align: center;
    display: inline-block;
    border-radius: 0;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    margin: 0;
    font-weight: 700;
    line-height: 26px;
    font-size: 12px;
}


/*list view hotel*/

.listhotel-view {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    max-height: 170px !important;
    min-height: 170px !important;
}
.content-listview{
    min-height: 150px !important;
}
.listhotel-view img{
    min-height: 170px !important;
    height: 170px !important;
}
._Pd10 {
    padding: 10px 10px 0;
    position: relative;
}

.for-kodevoucher {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 2
}

.prc-kt{
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
    line-height: 12px;
}

.list-htlbreakfast{
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    padding: 5px 5px;
    left: 5px;
    top: 15px;
    width: 31%;
    background-color: #34508d;
    color: #fff;
    position: absolute;
    z-index: 1
}

.list-htlbreakfast:after{
    content: '';
    border-style: solid;
    border-width: 8px 0 15px 5px;
    border-color: #34508d transparent transparent transparent;
    bottom: -22px;
    height: 0;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(360deg);
    width: 0;
}

.dsk-permatame{
    padding: 4px 0;
    width: 100%;
    box-shadow: none;
    background: #28871c;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    bottom: 0;
    color: #fff;
    position: absolute;
}

.dsk-favorit{
    padding: 4px 0;
    width: 100%;
    box-shadow: none;
    background: #ee595d;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    bottom: 0;
    color: #fff;
    position: absolute;
}

.kuponbox{
    display: block; 
    margin-bottom: 5px;
    height: 20px
}

.spankupon{
    float: left;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #34508d;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    text-align: center;
    line-height: 18px;
}

.kuponbox i{
    color: #34508d !important;
    font-size: 10px !important;
}

.divkupon{
    background: #34508d!important;
    padding-left: 10px;
    margin-left: -12px;
    margin-right: 3px;
    z-index: 2;
    display: inline-block;
    height: 20px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 24px;
    line-height: 26px;
}

.pkupon{
    text-transform: none;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    padding: 0 8px 0 7px;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    color: #fff;
    display: inline-block;
    float: left;
    height: 20px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    font-size: .5em;
}
.pkupon span{
    color: #fff !important;
}

/*pagination*/
.pagination{
    margin: 0 !important;
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > .active > a{
    background: #428bca;
    color: #fff !important;
    border:1px solid #428bca;
}
.pagination > li > a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*.pagination > li:first-child > a{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}*/

/*map canvas*/

#map-canvas2 {
    position: fixed !important;
    top: 0;
    bottom: 222px;
    left: 0;
    right: 0;
    background: #f1f1f1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.list-viewhotelmap {
    bottom: 55px;
    left: 5%;
    right: 5%;
    padding: 0!important;
    margin: 0 !important;
    position: fixed;
    z-index: 2;
    background: #fff;
    border-radius: 5px
}

.list-contentMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 120px;
    min-height: 120px !important;
}

.content-imageMap {
    min-width: 35.5%;
    max-width: 35.5%;
    position: relative;
}

.content-imageMap img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 120px;
    min-height: 120px;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content-detailMap {
    width: 60%;
    padding: 10px 5px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100px;
}
.content-detailMap i {
    font-size: 12px;
    color: #f6d703;
}

.name-content {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.fa-star1:before {
    content: "\f005";
}

.fa-star2:before {
    content: "\f005\f005";
}

.fa-star3:before {
    content: "\f005\f005\f005";
}

.fa-star4:before {
    content: "\f005\f005\f005\f005";
}

.fa-star5:before {
    content: "\f005\f005\f005\f005\f005";
}

.address-map {
    position: relative;
    color: #666;
    top: 2px;
}

.address-map i {
    font-size: 14px;
    position: absolute;
    top: 2px;
    color: #34508d;
}

.name-address {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.data-content {
    text-align: left;
}

.data-pjk{
    font-size: 10px;
    color: #666;
    line-height: 12px;
}

.data-pjk span {
    color: #020202;
    font-weight: 500;
}

.harga-content {
    font-size: 14px;
    color: #ff7200;
    font-weight: bold;
}


/*Filter sort*/

.filter-hm-sort {
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
    transition: all .5s;
}

.hm-top-filter {
    top: 0!important
}

.ktk-filter {
    display: none;
}

.ftr-name{
    top: 0 !important
}

.hm-content-filter {
    transition: all .5s;
    text-align: left;
    font-size: 16px;
    color: #333;
    background: #fff;
    margin: 0;
    top: 88px;
    padding: 10px 10px 0;
    margin-bottom: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: scroll;
    position: fixed;
}

.hm-content-filter form {
    margin-bottom: 20px;
}

.title-form-filter:first-child {
    margin: 5px 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.title-form-filter {
    margin: 10px 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #333
}


/* The label-check */

.label-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label-check i {
    font-size: 18px;
    color: #ffc926;
    padding-right: 5px
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px
}


/* On mouse-over, add a grey background color */


/*.label-check:hover input ~ .checkmark {
    background-color: #ccc;
}*/


/* When the checkbox is checked, add a blue background */

.label-check input:checked ~ .checkmark {
    background-color: #35508d;
    border: 1px solid #35508d;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.label-check input:checked ~ .checkmark:after {
    display: block;
    box-sizing: unset;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
}


/* Style the checkmark/indicator */

.label-check .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Close*/


/*Form Search list*/

.contenthm-listform {
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 4;
    display: none;
}

.contentbg-listform {
    width: 100%;
    position: fixed;
    z-index: 4;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
}

.bgform-list {
    width: 100%;
    position: fixed;
    z-index: 4;
    background: #f7f8f9;
}

.bgform-padding {
    padding: 10px;
}

.content-formsrc {
    border: 1px solid #d4d4d4;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: #fff;
}

.content-formsrc:not(:last-of-type) {
    border-bottom: none;
}

.content-formleft {
    float: left;
    color: #888;
    padding: 16px 8px;
    font-size: 16px
}

.content-formright {
    float: right;
    color: #0770cd;
    padding: 16px 8px;
    position: absolute;
    right: 0;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px
}

.btn-formsrc {
    margin-top: 8px;
    line-height: 24px;
    width: 100%;
    background-color: #ff7200;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    border: none;
}

.city-src {
    text-transform: capitalize;
}

.hotel-card-info {
    font-size: 11px;
    color: #666;
    font-weight: normal;
}

.review-address {
    display: flex;
    font-size: .8rem;
    margin-top: 4px;
}

.rating-review-score {
    font-size: .9rem;
    font-weight: 600;
}

.rating-review-scale {
    color: #666;
    font-weight: 400;
}

.none {
    display: none;
}

/*ClOSE Form