﻿
.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0;
    margin-right: 4%;
}

.fotorama__fullscreen-icon {
    margin-top: 400px;
    right: 5%;
}

.fotorama__arr--prev {
    margin-left: 4%;
}

.find-room .select2-container {
    padding-top: 2px;
    font-size: 14px;
    height: 32px;
    border-radius: 3px;
    padding-left: 0px;
}

    .find-room .select2-container.chosen-select.form-control {
        border-radius: 3px;
    }

.find-room #select2-chosen-1 {
    font-size: 16px !important;
    color: #55595c;
    font-weight: normal;
    text-align: left;
    margin: 0px;
}

.btn-warning {
    background-color: var(--secondary);
    border: var(--secondary);
    float: right;
    position: absolute;
    right: 0px;
    bottom: -128px;
    z-index: 2;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #f49619;
        border-color: #f49619;
    }

.btn-find-room {
    height: 40px;
    font-size: 14px;
    color: white;
    background-color: var(--secondary);
    font-weight: 600;
}

    .btn-find-room:hover {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

.add-your-plan {
    background-image: url(../img/add-plan.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    z-index: 3;
}

.contain {
    padding-top: 50px;
}

.slider-root {
    position: relative;
    min-height: 460px;
    background-color: black;
    height: 460px;
    margin-top: 90px;
}

.section_search {
    position: absolute;
    top: 287px;
    width: 73%;
    left: 7%;
    padding: 28px;
    background-color: #3333338f;
    padding-left: 45px;
    padding-top: 20px;
    height: 90px;
}

    .section_search .title {
        color: white;
        font-weight: 600;
        font-size: 20px;
    }

    .section_search .sub-title {
        font-size: 17px;
        color: white;
        text-align: left;
        padding-bottom: 10px;
        height: 35px;
        display: none;
    }

    .section_search .date-time-hotel {
        background-color: #fff !important;
        border: 1px solid #aaa !important;
        border-radius: 3px !important;
        height: 50px !important;
        text-align: left;
        border-right: none !important;
        color: #444444;
        font-style: normal;
    }

    .section_search .input-group-addon {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        background-color: white;
        border: 0px;
        position: absolute;
        z-index: 5;
        right: 0;
        width: 40px;
        height: 48px;
        margin-top: 1px;
        padding-top: 15px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-right: 4px;
    }

    .section_search .select2-container {
        height: 40px;
        line-height: 40px;
        width: 100% !important;
    }

    .section_search .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #0f75bc;
        color: #fff;
        height: 45px;
        font-size: 15px;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 38px;
}

.section_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    height: 50px;
    padding-left: 20px;
    padding-top: 10px;
}

.section_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 0px;
    right: -10px;
    width: 20px;
}

.section_search .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    height: 50px;
    color: white;
    text-align: left;
}

.section_search .myselect {
    color: #8e8787;
    width: -webkit-fill-available;
    padding: 12px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    background-color: white;
    margin-left: 50px;
    margin-right: 60px;
    height: 50px;
}

.section_search .number {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 3px !important;
    height: 50px !important;
    text-align: left;
    border-right: none !important;
    color: #444444;
    font-style: normal !important;
    width: 66% !important;
    float: left;
    font-size: 17px !important;
}

.section_search .icon-search {
    height: 50px;
    background-color: #EDAC29 !important;
    border-color: #EDAC29 !important;
    border-radius: 3px;
}

.section_search .col-lg-3.col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

/*Nội dung*/
.list-hotel {
    padding-top: 50px;
}

.item-hotel {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

    .item-hotel .item-img {
        padding: 0px;
        max-width: 270px;
    }

        .item-hotel .item-img .img {
            height: 201px;
            border-radius: 3px;
            background-repeat: no-repeat;
            background-size: cover;
            /* cursor: pointer; */
            max-width: 270px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            cursor: pointer;
        }

    .item-hotel .item-data {
        padding-left: 25px;
        padding-top: 15px;
        width: calc(100% - 270px);
    }

        .item-hotel .item-data .place-name {
            font-size: 18px;
            color: #125C5F;
            font-weight: 600;
        }

        .item-hotel .item-data .place-address {
            color: #07c;
            font-style: normal;
            font-weight: normal;
            text-decoration: none;
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 18px;
            max-height: 22px;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            height: 20px;
        }

        .item-hotel .item-data .list-utilities {
        }

            .item-hotel .item-data .list-utilities .col-md-4 {
                padding-left: 0px;
            }

            .item-hotel .item-data .list-utilities .item-utilities {
                padding-bottom: 10px;
            }

                .item-hotel .item-data .list-utilities .item-utilities .icon-utilities {
                    float: left;
                    background-size: cover;
                    display: inline-block;
                    float: left;
                    height: 25px;
                    width: 27px;
                    margin-right: 10px;
                    margin-left: 0px;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                .item-hotel .item-data .list-utilities .item-utilities .text-utilities {
                    font-size: 14px;
                }

        .item-hotel .item-data .star-place {
            color: var(--star);
            display: inline;
        }

        .item-hotel .item-data .cancel, .item-hotel .item-data .price {
            padding-left: 20px;
        }


        .item-hotel .item-data .hotel-info {
            line-height: 25px;
            padding-bottom: 10px;
            width: calc(100% - 177px);
        }

        .item-hotel .item-data .hotel-rating {
            width: 170px;
            margin: 0px;
            padding: 0px;
            /* height: 186px; */
        }

.hotel-info .price .price-value {
    color: var(--price);
    font-weight: 600;
    padding-left: 5px;
}

.item-hotel .item-data .hotel-rating .point {
    margin-bottom: 9px;
    height: 40px;
}


.item-hotel .item-data .point {
    text-align: center;
    position: relative;
}

    .item-hotel .item-data .point .point-rating {
        width: 40px;
        height: 40px;
        background: white;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        --border-radius: 5px 5px 5px 0px;
        border-radius: 5px 5px 5px 0px;
        text-align: center;
        padding-top: 5px;
        border: 1px solid var(--secondary);
        margin: auto;
        font-size: 18px;
        color: var(--secondary);
        font-weight: 600;
        margin-bottom: 0px;
        float: right;
        margin-left: 10px;
        cursor: pointer;
    }

    .item-hotel .item-data .point .point-text {
        font-size: 14px;
        font-weight: normal;
        text-align: right;
        color: #959595;
    }

    .item-hotel .item-data .point .point-value {
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        text-align: right;
    }

.filter-bar {
    padding-top: 50px;
}
/*Lọc khách sạn group-type*/
.box-group-type {
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .box-group-type .checkbox-items input[type=checkbox] {
        display: none;
    }

    .box-group-type .checkbox-items .label {
        /* border: 1px solid #ddd; */
        padding: 5px 5px;
        border-radius: 16px;
        font-size: 12px;
        background-color: var(--backgroundtag);
        color: var(--tagcolor);
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
    }

    .box-group-type .checkbox-items input[type=checkbox]:checked + .label {
        background-color: var(--backgroundtagactive);
        color: #fff !important;
        border-color: var(--backgroundtagactive);
    }
/*lượt xem */
.box-sort {
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 3px;
}

    .box-sort .check-box-type {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 8px 8px;
        float: left;
        margin-right: 8px;
        margin-top: 4px;
        box-sizing: inherit;
        width: 15px;
        height: 15px;
        border: 1px solid #333333ad;
        border-radius: 50% 50%;
    }
/*Loại cơ sở lưu trú*/
.box-category {
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .box-category .title {
        font-size: 14px;
        color: #333333;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .box-category .list-category {
        padding-bottom: 10px;
    }

    .box-category .form-check-label {
        display: inherit;
    }

    .box-category .form-check-input {
        margin-top: 6px;
        height: 15px;
        width: 15px;
        background-color: white;
        border: 1px solid red;
    }

    .box-category .title-price {
        font-size: 14px;
        color: #333333;
        font-weight: 600;
        border-top: 1px solid #EBEBEB;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .box-category .list-price {
        padding-bottom: 10px;
    }

    .box-category .title-utilities {
        font-size: 14px;
        color: #333333;
        font-weight: 600;
        border-top: 1px solid #EBEBEB;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .box-category .list-utilities {
        padding-bottom: 10px;
    }

    .box-category .title-star {
        font-size: 14px;
        color: #333333;
        font-weight: 600;
        border-top: 1px solid #EBEBEB;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .box-category .list-star {
        padding-bottom: 10px;
    }


    .box-category .title-rating {
        font-size: 14px;
        color: #333333;
        font-weight: 600;
        border-top: 1px solid #EBEBEB;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .box-category .list-rating {
        padding-bottom: 10px;
    }
/*custom check-box*/
.label-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .label-check:hover {
        color: var(--primaryhover);
    }

        .label-check:hover .checkmark {
            background-color: var(--primary) !important;
        }
    /* Hide the browser's default checkbox */
    .label-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    cursor: pointer;
}

    .checkmark:hover {
        border: 1px solid var(--primaryhover) !important;
    }
/* 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: var(--primary);
}

/* 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;
}

/* Style the checkmark/indicator */
.label-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rating-box {
    width: 226px;
    position: absolute;
    right: -2px;
    background-color: rgba(51, 51, 51, 0.9);
    color: white;
    display: none;
    padding: 7px;
    z-index: 3;
    margin-top: 2px;
}

    .rating-box:before {
        position: absolute;
        content: "";
        border: 10px;
        border-style: solid;
        border-color: transparent transparent rgba(61, 61, 59, 1) transparent;
        top: -19px;
        right: 12px;
        height: 0;
        width: 0;
    }

    .rating-box .row-detail-rating {
        height: 23px;
    }

        .rating-box .row-detail-rating .item-name {
            float: left;
            width: 85px;
            font-weight: 400;
            font-size: 15px;
        }

        .rating-box .row-detail-rating .progress-bar {
            float: left;
            width: calc( 100% - 135px);
            height: 5px;
            margin-top: 10px;
        }

        .rating-box .row-detail-rating .point-detail {
            float: left;
            width: 50px;
            padding-left: 10px;
            color: var(--secondary);
            font-weight: 400;
            font-size: 15px;
        }

@media only screen and (min-width: 0px) and (max-width: 359px) {
    .slider-root {
        position: relative;
        height: 255px;
        height: 255px;
    }

    .item-hotel .item-data .place-address {
        width: calc(100% - 33px);
    }

    .item-hotel .item-data .place-name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 18px;
        max-height: 22px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 20px;
    }

    .find-room .form-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-hotel .item-data .hotel-rating .point {
        margin-bottom: 0px;
        text-align: center;
        padding-bottom: 0px;
        position: absolute;
        right: 19px;
        top: 70px;
    }

    .rating-box {
        width: 226px;
        position: absolute;
        right: 8px;
        background-color: rgba(51, 51, 51, 0.9);
        color: white;
        display: none;
        padding: 7px;
        z-index: 3;
        margin-top: -68px;
    }

        .rating-box:before {
            position: absolute;
            content: "";
            border: 10px;
            border-style: solid;
            border-color: rgba(61, 61, 59, 1)transparent transparent transparent;
            bottom: -19px;
            right: 12px;
            height: 0;
            width: 0;
            top: auto;
        }

    .btn-warning {
        float: right;
        position: absolute;
        right: auto;
        bottom: -93px;
        z-index: 2;
        left: 15px;
    }

    .btn-find-room {
        height: 34px;
        font-size: 14px;
        color: white;
        background-color: #edac29;
        font-weight: 600;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #f49619;
        border-color: #f49619;
    }


    .item-hotel .item-data .hotel-rating {
        width: 100%;
        margin: 0px;
        padding: 0px;
        height: 64px;
        position: absolute;
    }

    .item-hotel .item-data .hotel-info {
        line-height: 25px;
        padding-bottom: 10px;
        width: 100%;
        height: 165px;
    }

    .box-group-type {
        display: none;
    }

    .box-category {
        display: none;
    }

    .contain {
        padding-top: 0px;
    }

    .slider-root {
        height: 255px;
    }
    /*Tìm kiếm*/
    .section_search {
        margin-bottom: 0.5rem !important;
        position: absolute;
        width: 100%;
        padding: 10px;
        background-color: white;
        padding-left: 20px;
        position: relative;
        float: left;
        top: 0px;
        left: 0%;
        height: auto;
    }

        .section_search .sub-title {
            font-size: 17px;
            color: #333333;
            text-align: left;
            padding-bottom: 10px;
            height: 35px;
            display: none;
        }

        .section_search .date-time-hotel {
            background-color: #fff !important;
            border: 1px solid #aaa !important;
            border-radius: 3px !important;
            height: 40px !important;
            text-align: left;
            border-right: none !important;
            color: #444444;
            font-style: normal;
            box-shadow: none !important;
            border: 1px solid #aaa !important;
        }

        .section_search .input-group-addon {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            background-color: white;
            border: 0px;
            position: absolute;
            z-index: 5;
            right: 0;
            width: 38px;
            height: 38px;
            margin-top: 1px;
            padding-top: 8px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            margin-right: 4px;
        }

        .section_search .select2-container {
            height: 40px;
            line-height: 40px;
            width: 100% !important;
        }

        .section_search .select2-container--default .select2-results__option--highlighted[aria-selected] {
            background-color: #0f75bc;
            color: #fff;
            height: 40px;
            font-size: 15px;
        }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #aaa;
        height: 30px;
    }

    .section_search .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
        height: 40px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .section_search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        position: absolute;
        top: 0px;
        right: -10px;
        width: 20px;
    }

    .section_search .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 3px;
        height: 40px;
        color: white;
        text-align: left;
    }

    .section_search .myselect {
        color: #8e8787;
        width: -webkit-fill-available;
        padding: 12px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        background-color: white;
        margin-left: 50px;
        margin-right: 60px;
        height: 40px;
    }

    .section_search .number {
        background-color: #fff !important;
        border: 1px solid #aaa !important;
        border-radius: 3px !important;
        height: 40px !important;
        text-align: left;
        border-right: none !important;
        color: #444444;
        font-style: normal !important;
        width: 66% !important;
        float: left;
        font-size: 17px !important;
        box-shadow: 0px 1px 1px -2px #555;
        border: 1px solid #aaa !important;
    }

    .section_search .icon-search {
        height: 40px;
        background-color: #EDAC29 !important;
        border-color: #EDAC29 !important;
        border-radius: 3px;
    }

    .section_search .col-lg-3.col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }


    .list-hotel {
        padding: 20px 10px 0px 25px;
    }

    .item-hotel .item-img {
        padding: 0px;
        max-width: 100%;
    }

    .item-hotel .item-data {
        padding-left: 17px;
        padding-top: 10px;
        width: 100%;
    }
    /*Item khách sạn*/
    .item-hotel .item-img .img {
        height: 190px;
        border-radius: 3px;
        background-repeat: no-repeat;
        background-size: cover;
        /* cursor: pointer; */
        max-width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }



    .add-your-plan {
        background-image: url(../img/add-plan.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        cursor: pointer;
        height: 45px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 45px;
        z-index: 3;
        background-size: contain;
    }

    .item-hotel .item-data .point {
        text-align: center;
        padding-bottom: 17px;
        position: absolute;
        right: 0px;
        top: -70px;
    }

    .filter-bar {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 599px) {

    .fotorama__arr--next {
        right: 2px;
        background-position: -32px 0;
        margin-right: 4%;
    }

    .fotorama__fullscreen-icon {
        margin-top: 200px;
        right: 5%;
    }

    .fotorama__arr--prev {
        margin-left: 4%;
    }

    .slider-root {
        position: relative;
        height: 255px;
        height: 255px;
    }

    .item-hotel .item-data .place-address {
        width: calc(100% - 33px);
    }

    .item-hotel .item-data .place-name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 18px;
        max-height: 22px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 20px;
    }

    .find-room .form-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-hotel .item-data .hotel-rating .point {
        margin-bottom: 0px;
        text-align: center;
        padding-bottom: 0px;
        position: absolute;
        right: 19px;
        top: 32px;
    }

    .rating-box {
        width: 226px;
        position: absolute;
        right: 8px;
        background-color: rgba(51, 51, 51, 0.9);
        color: white;
        display: none;
        padding: 7px;
        z-index: 3;
        margin-top: -103px;
    }

        .rating-box:before {
            position: absolute;
            content: "";
            border: 10px;
            border-style: solid;
            border-color: rgba(61, 61, 59, 1)transparent transparent transparent;
            bottom: -19px;
            right: 12px;
            height: 0;
            width: 0;
            top: auto;
        }

    .btn-warning {
        float: right;
        position: absolute;
        right: auto;
        bottom: 20px;
        z-index: 2;
        left: 15px;
        background-color: #EDAC29;
        border: #EDAC29;
    }

    .btn-find-room {
        height: 34px;
        font-size: 14px;
        color: white;
        background-color: #edac29;
        font-weight: 600;
    }

    .item-hotel .item-data .hotel-rating {
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: absolute;
    }

    .item-hotel .item-data .hotel-info {
        line-height: 25px;
        padding-bottom: 10px;
        width: 100%;
        min-height: 120px;
    }

    .box-group-type {
        display: none;
    }

    .box-category {
        display: none;
    }

    .contain {
        padding-top: 0px;
    }

    .slider-root {
        height: 255px;
        margin: 0px;
        min-height: 255px;
    }
    /*Tìm kiếm*/
    .section_search {
        margin-bottom: 0.5rem !important;
        position: absolute;
        width: 100%;
        padding: 10px;
        background-color: white;
        padding-left: 20px;
        position: relative;
        float: left;
        top: 0px;
        left: 0%;
        height: auto;
    }

        .section_search .sub-title {
            font-size: 17px;
            color: #333333;
            text-align: left;
            padding-bottom: 10px;
            height: 35px;
            display: none;
        }

        .section_search .date-time-hotel {
            background-color: #fff !important;
            border: 1px solid #aaa !important;
            border-radius: 3px !important;
            height: 40px !important;
            text-align: left;
            border-right: none !important;
            color: #444444;
            font-style: normal;
            box-shadow: none !important;
            border: 1px solid #aaa !important;
        }

        .section_search .input-group-addon {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            background-color: white;
            border: 0px;
            position: absolute;
            z-index: 4;
            right: 0;
            width: 38px;
            height: 38px;
            margin-top: 1px;
            padding-top: 8px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            margin-right: 4px;
        }

        .section_search .select2-container {
            height: 40px;
            line-height: 40px;
            width: 100% !important;
        }

        .section_search .select2-container--default .select2-results__option--highlighted[aria-selected] {
            background-color: #0f75bc;
            color: #fff;
            height: 40px;
            font-size: 15px;
        }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #aaa;
        height: 30px;
    }

    .section_search .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
        height: 40px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .section_search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        position: absolute;
        top: 0px;
        right: -10px;
        width: 20px;
    }

    .section_search .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 3px;
        height: 40px;
        color: white;
        text-align: left;
    }

    .section_search .myselect {
        color: #8e8787;
        width: -webkit-fill-available;
        padding: 12px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        background-color: white;
        margin-left: 50px;
        margin-right: 60px;
        height: 40px;
    }

    .section_search .number {
        background-color: #fff !important;
        border: 1px solid #aaa !important;
        border-radius: 3px !important;
        height: 40px !important;
        text-align: left;
        border-right: none !important;
        color: #444444;
        font-style: normal !important;
        width: 66% !important;
        float: left;
        font-size: 17px !important;
        box-shadow: 0px 1px 1px -2px #555;
        border: 1px solid #aaa !important;
    }

    .section_search .icon-search {
        height: 40px;
        background-color: #EDAC29 !important;
        border-color: #EDAC29 !important;
        border-radius: 3px;
    }

    .section_search .col-lg-3.col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .list-hotel {
        padding: 20px 10px 0px 25px;
    }

    .item-hotel .item-img {
        padding: 0px;
        max-width: 100%;
    }

    .item-hotel .item-data {
        padding-left: 17px;
        padding-top: 10px;
        width: 100%;
    }
    /*Item khách sạn*/
    .item-hotel .item-img .img {
        height: 190px;
        border-radius: 3px;
        background-repeat: no-repeat;
        background-size: cover;
        /* cursor: pointer; */
        max-width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }



    .add-your-plan {
        background-image: url(../img/add-plan.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        cursor: pointer;
        height: 45px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 45px;
        z-index: 3;
        background-size: contain;
    }

    .item-hotel .item-data .point {
        text-align: center;
        padding-bottom: 17px;
        position: absolute;
        right: 0px;
        top: -70px;
    }

    .filter-bar {
        padding-top: 10px;
    }
}

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

    .fotorama__arr--next {
        right: 2px;
        background-position: -32px 0;
        margin-right: 4%;
    }

    .fotorama__fullscreen-icon {
        margin-top: 450px;
        right: 5%;
    }

    .fotorama__arr--prev {
        margin-left: 4%;
    }

    .slider-root {
        position: relative;
        min-height: 500px;
        background-color: white;
        margin-top: 90px;
        height: 500px;
    }
}
