@media (min-width: 991px) {
    .filter-div {
        width: 100%;
        background: rgb(255, 255, 255);
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .input-div {
        width: 30%;
        display: flex;
        align-items: center;
        border: 1px solid #243a5e3f;
        height: 60px;
        padding: 0px 10px;
        border-right: none;
        position: relative;
    }
    .input-div.err {
        border: 1px solid #c50707 !important;
    }
    .input-div .err {
        border: 1px solid #c50707 !important;
    }
    .input-div .list {
        display: none;
        position: absolute;
        width: 100%;
        left: 0px;
        background-color: #fff;
        border: 1px solid rgb(209, 209, 209);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.151);
        border-radius: 10px;
        top: 108%;
        z-index: 10000;
        max-height: 180px;
        overflow-y: scroll;
    }
    .input-div .list .list-item-city {
        display: flex;
        height: 35px;
        align-items: center;
        margin-top: 5px;
        cursor: pointer;
        padding: 20px;
    }
    .input-div .list .list-item-city:hover {
        background-color: #0b2f6a25;
    }
    .input-div .list .list-item-city i {
        font-size: 18px;
        color: #0b306a;
    }
    .input-div .list .list-item-city .text {
        font-size: 16px;
        margin-left: 8px;
    }
    .input-div .person-div {
        display: none;
        position: absolute;
        width: 100%;
        left: 0px;
        background-color: #fff;
        border: 1px solid rgb(209, 209, 209);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.151);
        border-radius: 10px;
        top: 108%;
        z-index: 10000;
        /* height: 200px; */
        padding: 15px;
    }
    .input-div .person-div .counter-div {
        /* padding: 15px; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .input-div .person-div .counter-div .nationality-select {
        width: 100px;
        background-color: #598bdb46;
        /* border: 1px solid #000; */
        color: #0b306a;
        border: none;
        border-radius: 3px;
        height: 30px;
        font-size: 13px;
    }
    .input-div .person-div .counter-div .tit {
        font-weight: 500;
        font-size: 16px;
    }
    .input-div .person-div .counter-div .counter {
        display: flex;
        align-items: center;
    }
    .input-div .person-div .counter-div .counter span {
        width: 30px;
        height: 30px;
        background-color: #0b306a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        padding-bottom: 2px;
    }
    .input-div .person-div .counter-div .counter h6 {
        width: 40px;
        text-align: center;
        padding-top: 7px;
        font-size: 17px;
    }
    .input-div .person-div .children-age select {
        background-color: transparent;
        border: 1px solid rgb(156, 156, 156);
        border-radius: 5px;
        height: 35px;
        font-size: 14px;
        width: 49%;
        margin-bottom: 5px;
    }
    .input-div:first-child {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .input-div img {
        width: 25px;
    }
    .input-div input {
        border: none;
        padding-left: 10px;
        width: calc(100% - 30px);
        height: 100%;
    }
    .month-item-header {
        font-weight: 900;
        font-size: 18px;
        height: 50px;
    }
    .month-item {
        padding-bottom: 20px !important;
    }
    .month-item-weekdays-row div {
        color: #000;
        font-weight: 500;
    }
    .litepicker .container__days .day-item.is-start-date {
        background-color: #0b306a !important;
        color: #fff !important;
    }
    .litepicker .container__days .day-item.is-in-range {
        background-color: #0b2f6a44 !important;
    }
    .litepicker .container__days .day-item.is-end-date {
        background-color: #0b306a !important;
        color: #fff !important;
    }
    .input-div input:focus {
        border: none;
        outline: none;
    }
    button {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        background-color: #E31E24;
        border: none;
        color: #fff;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

@media (max-width: 991px) {
    .filter-div {
        width: 100%;
        background: rgb(255, 255, 255);
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.267);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    /* .filter-inner {
        display: block;
        background-color: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        z-index: 1000000;
        overflow-y: scroll;
    } */
    .input-div {
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid #243a5e3f;
        height: 40px;
        padding: 0px 10px;
        border-radius: 15px;
        position: relative;
        margin-top: 15px;
    }
    .input-div.err {
        border: 1px solid #c50707 !important;
    }
    .input-div .err {
        border: 1px solid #c50707 !important;
    }
    .input-div .list {
        display: none;
        position: absolute;
        width: 100%;
        left: 0px;
        background-color: #fff;
        border: 1px solid rgb(209, 209, 209);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.151);
        border-radius: 10px;
        top: 108%;
        z-index: 10000;
        max-height: 180px;
        overflow-y: scroll;
    }
    .input-div .list .list-item-city {
        display: flex;
        height: 35px;
        align-items: center;
        margin-top: 5px;
        cursor: pointer;
        padding: 20px;
    }
    .input-div .list .list-item-city:hover {
        background-color: #0b2f6a25;
    }
    .input-div .list .list-item-city i {
        font-size: 18px;
        color: #0b306a;
    }
    .input-div .list .list-item-city .text {
        font-size: 16px;
        margin-left: 8px;
    }
    .input-div .person-div {
        display: none;
        position: absolute;
        width: 100%;
        left: 0px;
        background-color: #fff;
        border: 1px solid rgb(209, 209, 209);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.151);
        border-radius: 10px;
        top: 100%;
        z-index: 10000;
        padding: 15px;
    }
    /* .input-div .person-div {
        position: relative;
        width: 100%;
        border-radius: 10px;
        padding: 15px;
        bottom: 0px;
    } */
    .input-div .person-div .counter-div {
        /* padding: 15px; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .input-div .person-div .counter-div .nationality-select {
        width: 100px;
        background-color: #598bdb46;
        /* border: 1px solid #000; */
        color: #0b306a;
        border: none;
        border-radius: 3px;
        height: 30px;
        font-size: 13px;
    }
    .input-div .person-div .counter-div .tit {
        font-weight: 500;
        font-size: 16px;
    }
    .input-div .person-div .counter-div .counter {
        display: flex;
        align-items: center;
    }
    .input-div .person-div .counter-div .counter span {
        width: 30px;
        height: 30px;
        background-color: #0b306a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        padding-bottom: 2px;
    }
    .input-div .person-div .counter-div .counter h6 {
        width: 40px;
        text-align: center;
        padding-top: 7px;
        font-size: 17px;
    }
    .input-div .person-div .children-age select {
        background-color: transparent;
        border: 1px solid rgb(156, 156, 156);
        border-radius: 5px;
        height: 35px;
        font-size: 14px;
        width: 49%;
        margin-bottom: 5px;
    }
    .input-div:first-child {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .input-div img {
        width: 20px;
    }
    .input-div input {
        border: none;
        padding-left: 10px;
        width: calc(100% - 30px);
        height: 100%;
    }
    .month-item-header {
        font-weight: 900;
        font-size: 18px;
        height: 50px;
    }
    .month-item {
        padding-bottom: 20px !important;
    }
    .month-item-weekdays-row div {
        color: #000;
        font-weight: 500;
    }
    .litepicker .container__days .day-item.is-start-date {
        background-color: #0b306a !important;
        color: #fff !important;
    }
    .litepicker .container__days .day-item.is-in-range {
        background-color: #0b2f6a44 !important;
    }
    .litepicker .container__days .day-item.is-end-date {
        background-color: #0b306a !important;
        color: #fff !important;
    }
    .input-div input:focus {
        border: none;
        outline: none;
    }
    button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        background-color: #E31E24;
        border: none;
        color: #fff;
        border-radius: 15px;
        margin-top: 15px;
    }
}


/* body-hotel */

@media (min-width: 1200px) {
    .body-hotel {
        display: flex;
        justify-content: space-between;
    }
    .body-hotel .filter {
        width: 300px;
        margin-top: 70px;
    }
    .body-hotel .filter .map {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    .body-hotel .filter .map::before {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.178);
        content: "";
        border-radius: 15px;
        z-index: 1;
    }
    .body-hotel .filter .map img {
        width: 100%;
        height: 180px;
        border-radius: 15px;
        object-fit: cover;
        object-position: top;
    }
    .body-hotel .filter .map a {
        width: 150px;
        font-size: 15px;
        height: 35px;
        background-color: #0f3f8d;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: absolute;
        bottom: 30px;
        left: calc(50% - 75px);
        border-radius: 5px;
        z-index: 2;
    }
    .body-hotel .filter .map a i {
        margin-right: 10px;
    }
    .body-hotel .main {
        width: calc(100% - 350px);
    }
}

@media (max-width: 1200px) {
    .body-hotel {
        display: flex;
        justify-content: space-between;
    }
    .body-hotel .filter {
        width: 220px;
        margin-top: 70px;
    }
    .body-hotel .filter .map {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    .body-hotel .filter .map::before {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.178);
        content: "";
        border-radius: 15px;
        z-index: 1;
    }
    .body-hotel .filter .map img {
        width: 100%;
        height: 180px;
        border-radius: 15px;
        object-fit: cover;
        object-position: top;
    }
    .body-hotel .filter .map a {
        width: 150px;
        font-size: 15px;
        height: 35px;
        background-color: #0f3f8d;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: absolute;
        bottom: 30px;
        left: calc(50% - 75px);
        border-radius: 5px;
        z-index: 2;
    }
    .body-hotel .filter .map a i {
        margin-right: 10px;
    }
    .body-hotel .main {
        width: calc(100% - 250px);
    }
}

@media (max-width: 991px) {
    /* .body-hotel {
        display: flex;
        justify-content: space-between;
    } */
    .body-hotel .filter {
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #fff;
        z-index: 1000000;
        padding: 10px;
        overflow-y: scroll;
        height: 100vh;
        padding-top: 60px;
        padding-bottom: 70px;
        display: none;
    }
    .body-hotel .filter .map {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        display: none;
    }
    .body-hotel .filter .map::before {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.178);
        content: "";
        border-radius: 15px;
        z-index: 1;
    }
    .body-hotel .filter .map img {
        width: 100%;
        height: 180px;
        border-radius: 15px;
        object-fit: cover;
        object-position: top;
    }
    .body-hotel .filter .map a {
        width: 150px;
        font-size: 15px;
        height: 35px;
        background-color: #0f3f8d;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: absolute;
        bottom: 30px;
        left: calc(50% - 75px);
        border-radius: 5px;
        z-index: 2;
    }
    .body-hotel .filter .map a i {
        margin-right: 10px;
    }
    .body-hotel .main {
        width: 100%;
    }
}


/* hotels */

@media (min-width: 1200px) {
    .hotels {
        margin-top: 70px;
    }
    .hotels h1 {
        font-size: 25px;
        font-weight: 900;
    }
    .hotels .filter-btn-sm {
        display: none;
    }
    .hotels .sort {
        position: relative;
        margin-top: 10px;
    }
    .hotels .sort .show-sort {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        padding: 5px 15px;
        width: fit-content;
        border-radius: 35px;
        cursor: pointer;
    }
    .hotels .sort .show-sort i {
        margin-left: 10px;
    }
    .hotels .sort .list-sort {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        width: fit-content;
        position: absolute;
        left: 0px;
        top: calc(100% + 3px);
        border-radius: 7px;
        display: none;
    }
    .hotels .sort .list-sort ul {
        list-style: none;
        padding-left: 0px !important;
        margin-bottom: 0rem !important;
    }
    .hotels .sort .list-sort ul li {
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
    }
    .hotels .sort .list-sort ul li:hover {
        background-color: rgb(235, 235, 235);
    }
    .hotels .hotel-item-loading {
        width: 100%;
        height: 270px;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #e7e7e7;
        padding: 15px;
    }
    .hotels .hotel-item-loading .img {
        width: 240px;
        height: 240px;
        background-color: rgb(224, 224, 224);
        border-radius: 10px;
    }
    .hotels .hotel-item-loading .detail {
        width: calc(100% - 270px);
    }
    .hotels .hotel-item-loading .detail p {
        width: 100px;
        height: 40px;
        background-color: rgb(224, 224, 224);
        border-radius: 35px;
    }
    .hotels .item-hotel {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-radius: 15px;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        padding: 15px;
        margin-bottom: 20px;
    }
    .hotels .item-hotel .img {
        width: 240px;
        height: 240px;
    }
    .hotels .item-hotel .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .hotels .item-hotel .detail {
        width: calc(100% - 260px);
    }
    .hotels .item-hotel .detail h2 {
        font-size: 22px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .location-det span {
        font-size: 14px;
    }
    .hotels .item-hotel .detail .location-det a {
        font-size: 14px;
        margin-left: 30px;
    }
    .hotels .item-hotel .detail .option-det span {
        font-size: 14px;
        color: #8a8a8a;
    }
    .hotels .item-hotel .detail .option-det .fa-circle {
        font-size: 5px;
        color: #e2e2e2;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .hotels .item-hotel .detail .room-detail {
        border-left: 2px solid rgb(211, 211, 211);
        margin-top: 30px;
        padding-left: 10px;
    }
    .hotels .item-hotel .detail .room-detail h3 {
        font-size: 14px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .room-detail p {
        font-size: 12px;
        color: rgb(144, 144, 144);
        line-height: 10px;
    }
    .hotels .item-hotel .detail .rate {
        display: flex;
        justify-content: end;
    }
    .hotels .item-hotel .detail .rate h6 {
        font-size: 14px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .rate p {
        font-size: 12px;
        line-height: 8px;
    }
    .hotels .item-hotel .detail .stars i {
        color: #F5C542;
        margin: 0px 1px;
    }
    .hotels .item-hotel .detail .rate .score {
        width: 35px;
        height: 35px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border-bottom-left-radius: 0px;
        margin-left: 15px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .trip-det p {
        font-size: 12px;
        color: rgb(144, 144, 144);
        line-height: 10px;
        text-align: right;
    }
    .hotels .item-hotel .detail .trip-det h6 {
        font-size: 20px;
        font-weight: 700;
        text-align: right;
        line-height: 10px;
        margin-bottom: 15px;
    }
    .hotels .item-hotel .detail .trip-det a {
        width: 90%;
        height: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-decoration: none;
    }
    .hotels .item-hotel .detail .trip-det a i {
        margin-left: 20px;
    }
}

@media (min-width: 991px) {
    .hotels {
        margin-top: 70px;
    }
    .hotels h1 {
        font-size: 25px;
        font-weight: 900;
    }
    .hotels .filter-btn-sm {
        display: none;
    }
    .hotels .sort {
        position: relative;
        margin-top: 10px;
    }
    .hotels .sort .show-sort {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        padding: 5px 15px;
        width: fit-content;
        border-radius: 35px;
        cursor: pointer;
    }
    .hotels .sort .show-sort i {
        margin-left: 10px;
    }
    .hotels .sort .list-sort {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        width: fit-content;
        position: absolute;
        left: 0px;
        top: calc(100% + 3px);
        border-radius: 7px;
        display: none;
    }
    .hotels .sort .list-sort ul {
        list-style: none;
        padding-left: 0px !important;
        margin-bottom: 0rem !important;
    }
    .hotels .sort .list-sort ul li {
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
    }
    .hotels .sort .list-sort ul li:hover {
        background-color: rgb(235, 235, 235);
    }
    .hotels .hotel-item-loading {
        width: 100%;
        height: 270px;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #e7e7e7;
        padding: 15px;
    }
    .hotels .hotel-item-loading .img {
        width: 240px;
        height: 240px;
        background-color: rgb(224, 224, 224);
        border-radius: 10px;
    }
    .hotels .hotel-item-loading .detail {
        width: calc(100% - 270px);
    }
    .hotels .hotel-item-loading .detail p {
        width: 100px;
        height: 40px;
        background-color: rgb(224, 224, 224);
        border-radius: 35px;
    }
    .hotels .item-hotel {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-radius: 15px;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        padding: 15px;
        margin-bottom: 20px;
    }
    .hotels .item-hotel .img {
        width: 240px;
        height: 240px;
    }
    .hotels .item-hotel .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .hotels .item-hotel .detail {
        width: calc(100% - 260px);
    }
    .hotels .item-hotel .detail h2 {
        font-size: 22px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .location-det span {
        font-size: 14px;
    }
    .hotels .item-hotel .detail .location-det a {
        font-size: 14px;
        margin-left: 30px;
    }
    .hotels .item-hotel .detail .option-det span {
        font-size: 14px;
        color: #8a8a8a;
    }
    .hotels .item-hotel .detail .option-det .fa-circle {
        font-size: 5px;
        color: #e2e2e2;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .hotels .item-hotel .detail .room-detail {
        border-left: 2px solid rgb(211, 211, 211);
        margin-top: 30px;
        padding-left: 10px;
    }
    .hotels .item-hotel .detail .room-detail h3 {
        font-size: 14px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .room-detail p {
        font-size: 12px;
        color: rgb(144, 144, 144);
        line-height: 10px;
    }
    .hotels .item-hotel .detail .rate {
        display: flex;
        justify-content: end;
    }
    .hotels .item-hotel .detail .rate h6 {
        font-size: 14px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .rate p {
        font-size: 12px;
        line-height: 8px;
    }
    .hotels .item-hotel .detail .stars i {
        color: #F5C542;
        margin: 0px 1px;
    }
    .hotels .item-hotel .detail .rate .score {
        width: 35px;
        height: 35px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border-bottom-left-radius: 0px;
        margin-left: 15px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .trip-det p {
        font-size: 12px;
        color: rgb(144, 144, 144);
        line-height: 10px;
        text-align: right;
    }
    .hotels .item-hotel .detail .trip-det h6 {
        font-size: 20px;
        font-weight: 700;
        text-align: right;
        line-height: 10px;
        margin-bottom: 15px;
    }
    .hotels .item-hotel .detail .trip-det a {
        width: 100%;
        height: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-decoration: none;
        font-size: 14px;
    }
    .hotels .item-hotel .detail .trip-det a i {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .hotels {
        margin-top: 70px;
    }
    .hotels h1 {
        font-size: 25px;
        font-weight: 900;
    }
    .hotels .filter-btn-sm {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 20px;
        padding: 5px 15px;
        text-decoration: none;
        color: #000;
        margin-top: 10px;
    }
    .hotels .sort {
        position: relative;
        margin-top: 10px;
    }
    .hotels .sort .show-sort {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        padding: 5px 15px;
        width: fit-content;
        border-radius: 35px;
        cursor: pointer;
    }
    .hotels .sort .show-sort i {
        margin-left: 10px;
    }
    .hotels .sort .list-sort {
        background-color: #fff;
        border: 1px solid #e7e7e7;
        width: fit-content;
        position: absolute;
        left: 0px;
        top: calc(100% + 3px);
        border-radius: 7px;
        display: none;
    }
    .hotels .sort .list-sort ul {
        list-style: none;
        padding-left: 0px !important;
        margin-bottom: 0rem !important;
    }
    .hotels .sort .list-sort ul li {
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
    }
    .hotels .sort .list-sort ul li:hover {
        background-color: rgb(235, 235, 235);
    }
    .hotels .hotel-item-loading {
        width: 100%;
        background-color: #fff;
        border-radius: 15px;
        margin-bottom: 20px;
        border: 1px solid #e7e7e7;
        padding: 15px;
    }
    .hotels .hotel-item-loading .img {
        width: 100%;
        height: 140px;
        background-color: rgb(224, 224, 224);
        border-radius: 10px;
    }
    .hotels .hotel-item-loading .detail {
        width: 100%;
        margin-top: 10px;
    }
    .hotels .hotel-item-loading .detail p {
        width: 100px;
        height: 40px;
        background-color: rgb(224, 224, 224);
        border-radius: 35px;
    }
    .hotels .item-hotel {
        width: 100%;
        /* display: flex;
        justify-content: space-between; */
        border-radius: 15px;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        padding: 10px;
        margin-bottom: 20px;
    }
    .hotels .item-hotel .img {
        width: 100%;
        height: 140px;
    }
    .hotels .item-hotel .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .hotels .item-hotel .detail {
        width: 100%;
        margin-top: 10px;
    }
    .hotels .item-hotel .detail h2 {
        font-size: 18px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .location-det {
        justify-content: space-between;
    }
    .hotels .item-hotel .detail .location-det span {
        font-size: 12px;
    }
    .hotels .item-hotel .detail .location-det a {
        font-size: 12px;
        /* margin-left: 30px; */
    }
    .hotels .item-hotel .detail .option-det span {
        font-size: 12px;
        color: #8a8a8a;
    }
    .hotels .item-hotel .detail .option-det .fa-circle {
        font-size: 5px;
        color: #e2e2e2;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 5px;
    }
    .hotels .item-hotel .detail .room-detail {
        border-left: 2px solid rgb(211, 211, 211);
        margin-top: 10px;
        padding-left: 10px;
    }
    .hotels .item-hotel .detail .room-detail h3 {
        font-size: 12px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .room-detail p {
        font-size: 12px;
        color: rgb(144, 144, 144);
        line-height: 10px;
    }
    .hotels .item-hotel .detail .rate {
        display: flex;
        justify-content: end;
    }
    .hotels .item-hotel .detail .rate h6 {
        font-size: 14px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .rate p {
        font-size: 12px;
        line-height: 8px;
    }
    .hotels .item-hotel .detail .stars i {
        color: #F5C542;
        margin: 0px 1px;
    }
    .hotels .item-hotel .detail .rate .score {
        width: 35px;
        height: 35px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border-bottom-left-radius: 0px;
        margin-left: 15px;
        font-weight: 700;
    }
    .hotels .item-hotel .detail .trip-det p {
        font-size: 12px;
        color: rgb(144, 144, 144);
        line-height: 10px;
        text-align: left;
    }
    .hotels .item-hotel .detail .trip-det h6 {
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: 10px;
        margin-bottom: 15px;
    }
    .hotels .item-hotel .detail .trip-det a {
        width: 100%;
        height: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        text-decoration: none;
        font-size: 12px;
    }
    .hotels .item-hotel .detail .trip-det a i {
        margin-left: 20px;
    }
}


/* filters */

@media (min-width: 991px) {
    .filter .select-item {
        /* background-color: #fff;
        box-shadow: 0 1px 2px rgba(3, 54, 63, .4), 0 -1px 2px rgba(3, 54, 63, .04); */
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 20px;
        border: 1px solid #e7e7e7;
    }
    .filter .select-item .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .filter .select-item .head h6 {
        font-weight: 700;
        margin-top: 5px;
    }
    .filter .select-item .head i {
        font-size: 20px;
    }
    .filter .select-item .bod {
        display: block;
    }
    .filter .select-item .active {
        display: block;
    }
    .filter .select-item .bod .item-check {
        display: flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
        margin-top: 10px;
    }
    .filter .select-item .bod .item-check input[type=checkbox] {
        display: none;
    }
    .filter .select-item .bod .item-check .check-box {
        width: 20px;
        height: 20px;
        border: 1px solid #868686;
        border-radius: 4px;
    }
    .filter .select-item .bod .item-check .check-box svg {
        display: none;
    }
    .filter .select-item .bod .item-check .check-box-active {
        border: 1px solid #006ce4;
        background-color: #006ce4;
        position: relative;
        color: #fff !important;
    }
    .filter .select-item .bod .item-check .check-box-active svg {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: auto;
        color: #fff;
        fill: #fff
    }
    .filter .select-item .bod .item-check .text {
        font-size: 15px;
        margin-left: 10px;
    }
    /* range */
    .values {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .slider {
        position: relative;
        height: 40px;
    }
    .track {
        position: absolute;
        height: 8px;
        width: 100%;
        background: #ddd;
        border-radius: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .range {
        position: absolute;
        height: 8px;
        background: linear-gradient(90deg, #1855b8, #1163e7);
        border-radius: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .thumb {
        position: absolute;
        width: 22px;
        height: 22px;
        background: #fff;
        border: 2px solid #1855b8;
        border-radius: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }
    .head-filter {
        display: none;
    }
    .bottom-filter {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter .select-item {
        /* background-color: #fff;
        box-shadow: 0 1px 2px rgba(3, 54, 63, .4), 0 -1px 2px rgba(3, 54, 63, .04); */
        background-color: #fff;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 20px;
        border: 1px solid #e7e7e7;
    }
    .filter .select-item .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .filter .select-item .head h6 {
        font-weight: 700;
        margin-top: 5px;
    }
    .filter .select-item .head i {
        font-size: 20px;
    }
    .filter .select-item .bod {
        display: block;
    }
    .filter .select-item .active {
        display: block;
    }
    .filter .select-item .bod .item-check {
        display: flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
        margin-top: 10px;
    }
    .filter .select-item .bod .item-check input[type=checkbox] {
        display: none;
    }
    .filter .select-item .bod .item-check .check-box {
        width: 20px;
        height: 20px;
        border: 1px solid #868686;
        border-radius: 4px;
    }
    .filter .select-item .bod .item-check .check-box svg {
        display: none;
    }
    .filter .select-item .bod .item-check .check-box-active {
        border: 1px solid #006ce4;
        background-color: #006ce4;
        position: relative;
        color: #fff !important;
    }
    .filter .select-item .bod .item-check .check-box-active svg {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: auto;
        color: #fff;
        fill: #fff
    }
    .filter .select-item .bod .item-check .text {
        font-size: 15px;
        margin-left: 10px;
    }
    /* range */
    .values {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .slider {
        position: relative;
        height: 40px;
    }
    .track {
        position: absolute;
        height: 8px;
        width: 100%;
        background: #ddd;
        border-radius: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .range {
        position: absolute;
        height: 8px;
        background: linear-gradient(90deg, #1855b8, #1163e7);
        border-radius: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .thumb {
        position: absolute;
        width: 22px;
        height: 22px;
        background: #fff;
        border: 2px solid #1855b8;
        border-radius: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }
    .head-filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        position: fixed;
        top: 0px;
        width: 100%;
        padding: 5px 10px;
        box-shadow: 0px 2px 8px 0px #1a1a1a29;
        left: 0px;
        z-index: 100000000 !important;
    }
    .head-filter a {
        font-size: 14px;
        text-decoration: none;
    }
    .head-filter h6 {
        font-weight: 700;
        margin-top: 5px;
    }
    .bottom-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 15px 15px;
        box-shadow: 0px 2px 8px 0px #1a1a1a29;
        left: 0px;
        z-index: 100000000 !important;
    }
    .bottom-filter a {
        width: 90%;
        height: 40px;
        background-color: #0b306a;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
}


/* modal-waiting */

@media (min-width: 991px) {
    .modal-waiting {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.383);
        z-index: 10000000;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .modal-waiting .image {
        width: 100%;
        height: 400px;
        position: relative;
        border-radius: 10px;
    }
    .modal-waiting .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 10px;
    }
    .modal-waiting .image .text {
        background-color: #fff;
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0%;
        /* rotate: 10deg; */
        left: 0px;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: flex;
        align-items: center;
    }
    .modal-waiting .image .text img {
        width: 30px;
        height: 30px;
        margin-left: 30px;
    }
    .modal-waiting .image .text h3 {
        color: #0b306a;
        margin-left: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .modal-waiting {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.383);
        z-index: 10000000;
        display: none;
        align-items: center;
        justify-content: center;
    }
    .modal-waiting .image {
        width: 100%;
        height: 300px;
        position: relative;
        border-radius: 10px;
    }
    .modal-waiting .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 10px;
    }
    .modal-waiting .image .text {
        background-color: #fff;
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0%;
        /* rotate: 10deg; */
        left: 0px;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: flex;
        align-items: center;
    }
    .modal-waiting .image .text img {
        width: 30px;
        height: 30px;
        margin-left: 30px;
    }
    .modal-waiting .image .text h3 {
        color: #0b306a;
        margin-left: 10px;
        margin-top: 5px;
        font-size: 18px;
    }
}