input,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.filter-block input,
.filter-row_field input,
.filter-block select,
.filter-row_field select {
    font-size: 1.2rem;
}

.filter-row_field input[type="text"] {
    border: 0px;
    height: 100%;
    width: 100%;

    padding: 30px;
    background-color: #F9F9F9;
}

/* input[type=text]{
    width: 100%;
} */

.filter-row_field.input-text-center input[type="text"] {
    text-align: center;
}


.label-checkbox input[type="checkbox"i] {
    margin: 0;
    margin-right: 10px;
}

.filter-block input[type="radio"] {
    border-radius: 50%;
    width: 20px;
    height: 20px;

    border: 1px solid #333;
    margin: 0.3em 0;
    position: relative;
    /* top: 4px; */
}

.filter-block .label-checkbox input[type="radio"] {
    top: 0px;
    margin-right: 10px;
}



.filter-block input[type="radio"]:checked {
    background-color: #0754ac;
    border: 1px solid #0754ac;
    outline: unset !important
        /* I added this one for Edge (chromium) support */
}

.filter-block input[type="checkbox"] {
    /* width: 20px;
    height: 20px;

    border: 1px solid #333;
    position: relative; */
}

.filter-block input[type="checkbox"]:checked {
    /* background-color: #0754ac;
    border: 1px solid #0754ac;
    outline: unset !important */
    /* I added this one for Edge (chromium) support */
}

.filter-row select {
    border: 0px;
    height: 100%;
    width: 100%;
    padding: 30px 60px 30px 30px;
    background-color: #F9F9F9;

    background-image: url(../images/arrow.png);
    background-position: calc(100% - 30px) calc(50%);
    background-size: 21px 13px;
    background-repeat: no-repeat;

    text-align-last: center;
}

.filter-hotel-district-wrapper {
    background-color: #F9F9F9;
    padding: 60px 0;
}

.filter-hotel-district {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.filter-hotel-district-left {
    width: 440px;
    background-color: #332E3A;
    z-index: 1;
    position: relative;
}

.filter-hotel-district-right {
    width: calc(100% - 440px);
}

.filter-hotel-district:before {
    content: '';
    display: block;
    background-color: #332E3A;
    position: absolute;
    right: calc(100% - 440px);
    top: -60px;
    width: 50vw;
    height: calc(100% + 120px);
    z-index: 0;
}

.filter-hotel-district-title {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 80px;
}

.list-district {
    color: #FFFFFF;
    width: 215px;
    max-width: 100%;
}

.list-district_item {
    font-size: 1.2rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
}

.list-district_item.active,
.list-district_item:hover {
    color: #FF6E2A;
}

.filter-hotel-selected-district {
    font-size: 32px;
    text-align: right;
    color: #332D39;
    font-weight: 500;
}

.filter-hotel-selected-district {
    display: none;
}

.list-region {
    padding-top: 80px;
    margin-left: -160px;
    position: relative;
}

.list-region .swiper-slide img {
    width: 100%;
}

.region-card {
    width: 100%;
    padding-top: 89%;
    background-color: #FFF;
    position: relative;
    user-select: none;
}

.region-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6%;
    width: 100%;
    display: block;
    background-color: #c4d5e6;
}

.region-card::before {
    /* transition:  border .1s ease; */
    transition: background-color .2s ease;
}

.region-card.clickable::before {
    /* width: 100%;
    padding-top: 85%;
    border: 5px solid #0754ac; */
    background-color: #0754ac;
}







.region-card_mumber {
    position: absolute;
    left: 8%;
    top: 13%;
    color: #0754ac;
    font-size: 0.2em;
    font-weight: 500;
}

.region-card_map {
    position: absolute;
    right: 5%;
    top: 15%;
    width: 65%;

    transition: filter .1s ease;
}


.region-card.clickable .region-card_map{
    filter: drop-shadow(0px 2px 0px #0754ac) brightness(0.8);
}


.region-card_name {
    position: absolute;
    left: 7%;
    bottom: 6%;
    font-size: 0.09em;
    font-weight: 500;
    width: 90%;
}

.region-card_name::after {
    content: '\f105';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-family: 'FontAwesome';
    font-size: 1.2em;
    line-height: 1.1em;
    color: #0754ac;
}

.filter-hotel-district-nav {
    padding: 40px 0;
    text-align: right;
}

.open-hotel-search-advance {
    display: inline-block;
}

.filter-hotel-district-nav>* {
    vertical-align: middle;
}

.open-hotel-search-advance {
    color: #0754ac;
    font-size: 18px;
    font-weight: 300;
    margin: 0 10px;
    cursor: pointer;

    text-decoration: none;
    transition: text-decoration .5s;
    /* transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;; */
}


.open-hotel-search-advance.clickable {
    /* color: #fff;
    background-color: #0754ac;
    border: 1px solid #0754ac;
    padding: 9px 44px;
    border-radius: 30px; */
    text-decoration: underline;

}

/* .btn.search-map {
    max-height: auto;
    transition:  all .5s;
}

.btn.search-map.inactive {
    max-height: 0;
    font-size: 0;
    padding: 0;
    border: 0;
} */




.list-region .swiper-pagination {
    display: none;
}

.list-region .swiper-button-prev {
    right: 60px;
}

.list-region .swiper-button-next {
    right: 0;
}

.list-region .swiper-button-prev,
.list-region .swiper-button-next {
    top: 25px;
    left: auto;
    margin-top: 0;
    width: 20px;
    height: 33px;
    background-size: 20px 33px;
}

.filter-hotel-advance {
    padding: 40px 0 0;
}

.filter-row {
    margin: 20px 0;
    display: flex;
    flex-flow: wrap;
}

.filter-row_label {
    width: 435px;
    padding: 30px;
    color: #FFF;
    /* background-color: #0754ac; */
    /* background-color: #6699CC; */
    background-color: #3C78B4;
    font-size: 1.2rem;
    font-weight: 500;
}

.filter-row_field {
    width: calc(100% - 435px);
    /* padding: 30px; */
    background-color: #F9F9F9;
}

.filter-row_field.text-only {
    font-size: 1.2rem;
    /* font-weight: 500; */
    width: 60px;
    padding: 30px;
}

.filter-row_field.two {
    width: calc((100% - 435px)/2 - 30px);
}


.filter-row_field.invalid {
    border: 1px solid red;
}

.filter-row_field.invalid {
    border: 1px solid red;
}

.filter-row .filter-row_field.invalid select {
    color: red;
}

.filter-row .filter-row_field.invalid select option {
    color: black;
}



.filter-row .filter-row_field.invalid input[type="text"]::placeholder {
    color: red;
}


.filter-row .filter-row_field.invalid input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

.filter-row .filter-row_field.invalid input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}


/* .filter-row .filter-row_field input:-webkit-autofill {
    background-color: #F9F9F9;
}

.filter-row .filter-row_field input:-internal-autofill-selected {
    background-color: #F9F9F9;
} */

.filter-row .filter-row_field input:-webkit-autofill,
.filter-row .filter-row_field input:-webkit-autofill:hover,
.filter-row .filter-row_field input:-webkit-autofill:focus,
.filter-row .filter-row_field textarea:-webkit-autofill,
.filter-row .filter-row_field textarea:-webkit-autofill:hover,
.filter-row .filter-row_field textarea:-webkit-autofill:focus,
.filter-row .filter-row_field select:-webkit-autofill,
.filter-row .filter-row_field select:-webkit-autofill:hover,
.filter-row .filter-row_field select:-webkit-autofill:focus {
    background-color: #F9F9F9 !important;
}



select::-ms-expand {
    display: none;
}

/* .filter-row select {
    color: red;
} */



.filter-block .filter-row_label {
    width: 100%;
    text-align: center;
}

.filter-block .filter-row_field {
    padding: 10px 30px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 1.66;
    position: relative;
}

.label-checkbox {
    margin: 25px 3%;
    display: inline-block;
}

.label-checkbox * {
    vertical-align: middle;
}


.checkbox_container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #B4B4B4;
    vertical-align: middle;
    margin-right: 15px;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked~.checkmark {
    background-color: #0754ac;
    border: 1px solid #0754ac;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.showing-item {
    margin: 20px 0;
}

.label-radio {
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
}

.label-radio span {
    width: calc(100% - 20px);
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 10px;
}

.district-submit.btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.search-update-date {
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 500;
}

.search_count {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
}

.search_result_item {
    padding: 30px;
}

.search_result_item:nth-child(2n+1) {
    background-color: #c4d5e6;
}

.search_result_row {
    display: flex;
    align-items: baseline;
    margin: 5px 0;
    flex-flow: wrap;
    font-size: 1.2rem;
}

.search_result_row_title {
    width: 250px;
    font-weight: 500;
}

.search_result_row_value {
    width: calc(100% - 250px);
    padding-left: 15px;
}


.game_search .search_result_row_title {
    width: 280px;
    font-weight: 500;
}

.game_search .search_result_row_value {
    width: calc(100% - 280px);
    padding-left: 15px;
}

.pagination_container {
    text-align: center;
    margin-top: 45px;
    width: 100%;
}

.pagination_container ul.pagination {
    list-style: none;
}

.pagination_container ul.pagination li {
    display: inline;
    margin-right: 15px;
    font-size: 1.2rem;
}

.pagination_container ul.pagination li.active {
    text-decoration: underline;
}

.filter-row .fees-search-result-label {
    /* background-color: #019dd8; */
    background-color: #0555ae;
}

.filter-row .fees-search-result {
    padding: 20px 20px;
    /* text-align: center; */
    /* vertical-align: middle; */
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-row_field .error {
    border: .2rem solid red;
}



@media only screen and (max-width: 960px) {
    .filter-hotel-district-wrapper {
        padding: 0;
        background-color: transparent;
    }

    .filter-hotel-district:before {
        display: none;
    }

    .filter-hotel-district-left {
        width: 100%;
        padding: 70px 60px;
    }

    .filter-hotel-district-right {
        width: 100%;
    }

    .filter-hotel-selected-district {
        display: none;
    }

    .list-region {
        margin-left: 0;
        padding-top: 40px;
    }

    .filter-hotel-district-title {
        font-size: 41px;
        padding-bottom: 40px;
    }

    .list-district_item {
        font-size: 28px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .list-district {
        width: 275px;
    }

    .list-region .swiper-button-prev,
    .list-region .swiper-button-next {
        display: none;
    }

    .list-region .swiper-pagination {
        display: block;
        width: 100%;
        padding-top: 40px;
        position: relative;
    }

    .filter-hotel-district-nav {
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
    }

    .open-hotel-search-advance {
        margin-top: 20px;
        font-size: 20px;
    }

    .filter-hotel-advance {
        padding: 40px 0 100px;
    }

    .filter-row_label {
        width: 100%;
    }

    .filter-row_field {
        width: 100%;
        padding: 10px;
    }

    .filter-row_field input[type="text"] {
        padding: 20px 20px;
        border: 1px solid #666666;
    }



    .label-checkbox {
        width: 100%;
        margin: 15px 0;
        display: flex;
    }

    .filter-row select {
        padding: 20px 50px 20px 20px;
        background-position: calc(100% - 20px) calc(50%);
    }

    .showing-item {
        margin: 0;
        padding: 20px 0;
    }

    .district-submit.btn {
        left: 50%;
        right: auto;
        bottom: -100px;
        transform: translate(-50%, 0);
    }

    .search_result_row {
        margin: 10px 0;
        font-size: 20px;
    }

    .search_result_row_title {
        width: 100%;
    }

    .search_result_row_value {
        width: 100%;
        padding-left: 0;
    }

    .search_result_item {
        padding: 20px 30px;
    }


    .search-update-date {
        font-size: 28px;
    }

    .search_count {
        font-size: 22px;
    }



}


@media only screen and (max-width: 767px) {
    .filter-hotel-district-title {
        font-size: 1.2rem;
    }

    .filter-hotel-district-left {
        padding: 35px 30px;
    }

    .list-district_item {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .list-district {
        width: auto;
        display: inline-block;
    }

    .open-hotel-search-advance {
        font-size: 16px;
    }

    .filter-row_label {
        padding: 15px;
        font-size: 20px;
    }

    .filter-hotel-advance {
        padding: 20px 0 100px;
    }

    .filter-row_field input[type="text"] {
        padding: 10px;
    }

    .filter-block .filter-row_field {
        padding: 10px 15px;
        font-size: 16px;
    }


    .filter-row_field.text-only {
        font-size: 16px;
        /* font-weight: 500; */
        width: 20px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter-row_field.two {
        width: calc(50% - 10px);
    }


    .label-checkbox {
        margin: 9px 0;
    }




    .filter-block input,
    .filter-row_field input,
    .filter-block select,
    .filter-row_field select {
        font-size: 18px;
    }

    .filter-row select {
        padding: 10px 30px 10px 10px;
        background-position: calc(100% - 5px) calc(50%);
    }

    .label-radio {
        font-size: 15px;
    }

    .label-radio span {
        padding-left: 10px;
    }

    .search_count {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .search-update-date {
        font-size: 19px;
        padding-bottom: 15px;
    }

    .search_result_row {
        font-size: 15px;
        /* font-size: 18px; */
    }

    .search_result_item.content-style {
        padding: 10px 15px;
    }

    .pagination_container ul.pagination li {
        font-size: 15px;
    }

    .filter-row .fees-search-result {
        font-size: 18px;
    }
}


@media only screen and (max-width: 485px) {
    .game_search .search_result_row_title {
        display: block;
        width: 100%;

    }

    .game_search .search_result_row_value {
        display: block;
        width: 100%;
        padding-left: 0;
    }




    .checkbox_container span.checkbox_label {
        width: calc(100% - 35px);
    }




}





.sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
 }