﻿a {
    text-decoration: none !important;
    font-weight: 500 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #1fc341; /*#26b050*/ /*oversea: #00a4fb*/
}

.invalid {
    outline: 1px solid #ffc107; /*red*/
}

.validation-message {
    color: #ffc107; /*red*/
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.field-error {
    display: block !important;
    width: 100% !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    color: #ff0000 !important;
}

.manual-top-link {
    color: #977800 !important;
    transition: 0.3s color ease-out !important;
    font-size: 0.7rem !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700 !important;
}

.text-warning-dark {
    color: #e8ae02 !important;
}

.text-gray-dark {
    color: #2c2c2c !important;
}

/* Site Logo */
.side-logo-small {
    width: 172px; /*148px*/
}

.side-logo-large {
    width: 450px;
}

.item-grid-row {

}

@media only screen and (min-width: 769px) {
    .item-grid-row {
        margin-top: 189px;
    }
}

@media only screen and (max-width: 768px) {
    .item-grid-row {
        margin-top: 128px;
    }
}



@media (max-width: 991px) {
    .manual-top-link {
        color: #1f5d8e !important;
        text-transform: uppercase !important;
        /*font-size: inherit !important;*/
    }

        .manual-top-link:hover {
            color: #ffc366 !important;
        }
}

.font-12 {
    font-size: 12px !important;
}

/* Override for button (based on fontawesome.com) */
.btn-grape {
    color: #fff !important;
    background-color: #be4bdb !important;
    border-color: #be4bdb !important;
    box-shadow: none !important;
}

.btn-indigo {
    color: #fff !important;
    background-color: #4c6ef5 !important;
    border-color: #4c6ef5 !important;
    box-shadow: none !important;
}

.btn-lime {
    color: #fff !important;
    background-color: #82c91e !important;
    border-color: #82c91e !important;
    box-shadow: none !important;
}

.btn-cyan {
    color: #fff !important;
    background-color: #15aabf !important;
    border-color: #15aabf !important;
    box-shadow: none !important;
}

.btn-pink {
    color: #fff !important;
    background-color: #f783ac !important;
    border-color: #f783ac !important;
    box-shadow: none !important;
}

.btn-orange {
    color: #fff !important;
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important;
    box-shadow: none !important;
}

.text-grape {
    color: #be4bdb !important;
}

.text-indigo {
    color: #4c6ef5 !important;
}

    .text-indigo:hover {
        color: #4caf50 !important;
    }

.text-lime {
    color: #82c91e !important;
}

.text-cyan {
    color: #15aabf !important;
}

.text-pink {
    color: #f783ac !important;
}

.text-orange {
    color: #fd7e14 !important;
}

.text-gray {
    color: #454545 !important;
}

.pd-035 {
    padding: 0.35rem !important;
}

/* For BDS */
.crop_img {
    width: 40px;
    height: 30px;
    border: 1px solid #dedede;
    padding: 1px;
}

.crop_img-100 {
    width: 100%;
    border: 1px solid #dedede;
    padding: 1px;
}

.pack_user {
    color: #333333;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.pack_vip1 {
    color: #0cb304;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.pack_vip2 {
    color: #f89d0e;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.pack_vip3 {
    color: #be0c00;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.pack_admin {
    color: #5b3bb8;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.pack_host {
    color: #4156e0;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.pack_user-nosize {
    color: #333333;
    font-weight: 600;
}

.pack_vip1-nosize {
    color: #0cb304;
    font-weight: 700;
}

.pack_vip2-nosize {
    color: #f89d0e;
    font-weight: 700;
}

.pack_vip3-nosize {
    color: #c84207;
    font-weight: 700;
}

.pack_admin-nosize {
    color: #5b3bb8;
    font-weight: 700;
}

.pack_host-nosize {
    color: #4156e0;
    font-weight: 700;
}

.status_1 {
    color: #0000ff;
    font-weight: 700;
    font-size: 12px;
}

.status_2 {
    color: #f89d0e;
    font-weight: 400;
    font-size: 12px;
}

.status_3 {
    color: #424242;
    font-weight: 400;
    font-size: 12px;
}

.status_4 {
    color: #ff0000;
    font-weight: 400;
    font-size: 12px;
}

.status_5 {
    color: #ff4b1c;
    font-weight: 400;
    font-size: 12px;
}

.status_6 {
    color: #cb5d00;
    font-weight: 400;
    font-size: 12px;
}

.status_1-nosize {
    color: #0000ff;
}

.status_2-nosize {
    color: #f89d0e;
}

.status_3-nosize {
    color: #424242;
}

.status_4-nosize {
    color: #ff0000;
}

.status_5-nosize {
    color: #ff4b1c;
}

.status_6-nosize {
    color: #cb5d00;
}

/* New Overlay Loading */
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* footer link */
.footer-link {
    color: #ffffff !important;
}

    .footer-link:hover {
        color: #ffc366 !important;
    }

/* Override custom-select */
.custom-select {
    font-size: 13px !important;
    padding: 11px !important;
    height: 44px !important;
    cursor: pointer !important;
    border: none !important;
    background-color: #f0f0f0 !important; /*#eee*/
}

    .custom-select:focus, .custom-select:hover {
        border: 1px solid #c88d00 !important;
    }

.custom-select option {
    padding: 5px !important;
}

.ht-field:focus, ht-field:hover {
    border: 1px solid #00a4fb !important;
}

.submit-property__group input {
    cursor: pointer !important;
}

    .submit-property__group input:focus,
    .submit-property__group input:hover {
        border: 1px solid #c88d00 !important; /*#1fc341*/
    }

.sign-up__submit:hover {
    background:#b78700 !important;
    color: #fff !important;
    border: 1px solid #b78700 !important;
}

.listing-search__btn:hover {
    border: 1px solid #b78700 !important;
}

.listing-search__more-btn:hover {
    color: #ffc366 !important;
}

.main-listing__form-more-filter:hover {
    color: #ffc366 !important;
}

.text__gold {
    color: #b78700 !important;
}

    .text__gold:hover {
        color: #ffc366 !important;
    }

.border__gold:hover {
    border: 1px solid #b78700 !important;
}

.property__form-submit:hover {
    background: #b78700 !important;
    color: #fff !important;
    border: 1px solid #b78700 !important;
}

.submit-property__submit:hover {
    background-color: #b78700; /*#1fc341*/
    color: #fff;
    border: 1px solid #b78700;
}

.contact-form__submit:hover {
    background-color: #b78700;
    color: #fff;
    border: 1px solid #b78700;
}

/* Bootstrap FileInput */
.kv-file-remove i {
    color: #fff !important;
}

.kv-file-zoom i {
    color: #fff !important;
}

/* BDS date ~ My Properties */
.bds-date {
    font-weight: 500;
    font-size: 12px;
    color: #555;
}

.btn-sign-out {
    padding: 2px !important;
    width: auto !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.custom-header {
    margin-bottom: 10px !important;
    padding: 5px 0px !important;
    background: transparent !important;
}

.user-item-15 {
    width: 15px !important;
}

.property-name {
    line-height: 1.3 !important;
}

.property-main-item-fix {
    margin-right: 0px !important;
    padding-right: 15px !important;
}

.property-main-item-nowrap-fix {
    white-space: nowrap !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 15px !important;
}

.property-main-item-nowrap {
    white-space: nowrap !important;
}

.sub-fix {
    text-transform: none !important;
}

.form-field-fix {
    font-size: 14px !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.action-bds {
    font-size: 36px !important;
    /* width: 50px; */
    /* height: 50px; */
    margin-bottom: 5px;
    /* border-radius: 50%; */
    /* background-color: #22355b; */
    /* color: #ffffff; */
    /* line-height: 50px; */
    text-align: center;
}

.action-bds-2 {
    font-size: 24px !important;
}

    .action-bds:hover, .action-bds:focus {
        font-size: 18px;
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
        border-radius: 50%;
        background-color: #22355b;
        color: #ffffff;
        line-height: 50px;
        text-align: center;
    }

    /* Change price at User */
.input-price-user {
    border: 1px solid #ced4da !important;
    padding: .375rem .75rem !important;
    height: auto !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    margin-right: 0px !important;
    border-right: none !important;
}

.btn-price-user {
    border: 1px solid #ced4da !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.border-uinfo-change-request {
    border: 1px solid #ffc107 !important;
    border-radius: 5px !important;
}

.btn-cancel-request {
    padding: 10px 66px !important;
    color: #fff !important;
    display: block !important;
}

.vip-pack-info {
    border-radius: 5px !important;
    line-height: 30px !important;
    color: #555 !important;
}

.vip-pack-money {
    border-radius: 5px !important;
    line-height: 30px !important;
    background-color: #b0e5ff !important;
}

.vip-pack-method {
    border-radius: 5px !important;
    color: #fff !important;
}

.bg-warning-light {
    background-color: #ffdba4 !important;
}

.vip-reg-request {
    border: 1px solid #ffc107 !important;
    border-radius: 5px !important;
}

.msg-box-search-txt-fix {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.border-gray {
    border: 1px solid #eeeeee !important;
}

.contact-icon-head {
    width: 24px !important;
    vertical-align: top !important;
}

.contact-content {
    display: inline-block !important;
    white-space: initial !important;
    width: calc(100% - 32px) !important;
}

.contact-name-head {
    line-height: 30px !important;
}

/* override slider */
.slick-slide {
    background: #eeeeee !important;
}

.slide-img-setting {
    max-height: 419px !important;
    margin-left: auto;
    margin-right: auto;
}

.slide-sub-img-setting {
    max-height: 42px !important;
    margin-left: auto;
    margin-right: auto;
}

/* adjust image at homepage belong to current layout */
.home-2col-image {
    position: relative;
    overflow: hidden;
}

    .home-2col-image img {
        transition: 0.3s transform ease-out;
    }

    .home-2col-image:hover {
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

        .home-2col-image:hover img {
            transform: scale(1.1);
        }

.listing__price-home-2col {
    font-size: 18px !important;
}

.listing__price-home-2col-agree {
    font-size: 15px !important;
}


.home-3col-image {
    position: relative;
    overflow: hidden;
}

    .home-3col-image img {
        transition: 0.3s transform ease-out;
    }

    .home-3col-image:hover {
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

        .home-3col-image:hover img {
            transform: scale(1.1);
        }

.listing__price-home-3col {
    font-size: 18px !important;
}

.listing__price-home-3col-agree {
    font-size: 15px !important;
}


.home-1col-image {
    position: relative;
    overflow: hidden;
}

    .home-1col-image img {
        transition: 0.3s transform ease-out;
    }

    .home-1col-image:hover {
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

        .home-1col-image:hover img {
            transform: scale(1.1);
        }

.listing__price-home-1col {
    font-size: 18px !important;
}

.listing__price-home-1col-agree {
    font-size: 15px !important;
}

.listing-search__field {
    /*for custom height*/
    height: 44px !important;
}
/* For only Host (BDS Title) */
.hostBdsTitle {
    color: #f783ac !important;
    border-color: #f783ac !important;
    text-transform: capitalize !important;
}

    .hostBdsTitle:hover {
        color: #fd7e14 !important;
    }

.hostBdsDetailBtn {
    color: #f783ac !important;
    border-color: #f783ac !important;
}

    .hostBdsDetailBtn:hover {
        background-color: #f783ac !important;
        color: #ffc366 !important;
    }

/* For only Admin (BDS Title) */
.adminBdsTitle {
    color: #b78700 !important;
    border-color: #a87c00 !important;
    text-transform: uppercase;
    /*text-transform: uppercase !important;*/
}

    .adminBdsTitle:hover {
        color: #f8c10b !important; /*#1fc341*/
    }

.adminBdsDetailBtn {
    color: #c27100 !important;
    border-color: #c27100 !important;
}

    .adminBdsDetailBtn:hover {
        background-color: #c27100 !important;
        color: #ffffff !important;
    }



/* For News */
.news-3col-image {
    position: relative;
    overflow: hidden;
}

    .news-3col-image img {
        transition: 0.3s transform ease-out;
    }

    .news-3col-image:hover {
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

        .news-3col-image:hover img {
            transform: scale(1.1);
        }

.news__excerpt {
    text-align: justify !important;
}

.a-news-title {
    line-height: 26px !important;
    font-weight: 700 !important;
}

.font-nunito {
    font-family: 'Nunito', sans-serif !important;
}

/* news newest */
.news-newest-img {
    flex-shrink: 0;
    height: auto;
    max-width: 100px;
    max-height: 90px;
}

.news-cate-selected {
    color: #b78700 !important;
}

/* custom section header overlay */
.custom-section__header-overlay {
    padding: 160px 0 0 0;
    background-color: rgba(0, 0, 0, 0.6);
}

/* login page */
.login__field {
    margin-bottom: 20px;
}

/* sign-up page */
.register__field {
    margin-bottom: 20px;
}

.register__span {
    display: inline-block;
    margin-bottom: 8px;
    color: #333333;
    font-weight: 700;
}

.register-input {
    padding: 11px !important;
    border: none !important;
    border-radius: .25rem !important;
}

/* contact page */
.valign-info {
    line-height: 32px !important;
}

.contact-input {
    padding: 10px;
    border-radius: .25rem;
}

/* related bds */
.related-lands__image {
    overflow: hidden;
}

    .related-lands__image img {
        width: 100%;
    }

@media (min-width: 1183px) {
    /* Related bds */
    .related-lands__image {
        max-height: 136px;
    }
}

@media (max-width: 1182px) {
    /* Related bds */
    .related-lands__image {
        max-height: 106px;
    }
}

@media (max-width: 974px) {
    /* Related bds */
    .related-lands__image {
        max-height: 417px;
    }
}

@media (max-width: 606px) {
    /* Related bds */
    .related-lands__image {
        max-height: 329px;
    }
}

@media (max-width: 478px) {
    /* Related bds */
    .related-lands__image {
        max-height: 250px;
    }
}

@media (max-width: 414px) {
    /* Related bds */
    .related-lands__image {
        max-height: 210px;
    }
}



@media only screen and (min-width: 992px) {
    /*property listing*/
    .item-grid__image-container--v2 {
        max-height: 145px;
        padding-left: 20px;
    }
}



@media only screen and (min-width: 1200px) {
    /*property image hompage*/
    .home-2col-image {
        max-height: 335px;
    }

    .home-3col-image {
        max-height: 196px; /*217px*/
    }

    .home-1col-image {
        max-height: 287px;
        padding-left: 30px;
    }

    /*news homepage*/
    .news-3col-image {
        max-height: 196px; /*217px*/
    }

        .news-3col-image img {
            /*height: 217px;*/
            width: 100%;
        }

    /*Slide main*/
    .slide-img-setting {
        max-height: 419px !important;
    }

    /*Slide sub*/
    .slide-sub-img-setting {
        max-height: 42px !important;
    }

    /*Bds description*/
    .bds-img-description {
        max-height: 142px !important;
    }

    .item__label {
        left: 40px;
    }
}

@media (max-width: 1199px) {
    /*property image hompage*/
    .home-2col-image {
        max-height: 279px;
    }

    .home-3col-image {
        max-height: 180px;
    }

    .home-1col-image {
        max-height: 240px;
        padding-left: 24px;
    }

    /*news homepage*/
    .news-3col-image {
        max-height: 180px;
    }

        .news-3col-image img {
            height: 180px;
            width: 100%;
        }

    /*Slide main*/
    .slide-img-setting {
        max-height: 350px !important;
    }

    /*Slide sub*/
    .slide-sub-img-setting {
        max-height: 34px !important;
    }

    /*Bds description*/
    .bds-img-description {
        max-height: 120px !important;
    }

    .item__label {
        left: 36px;
    }

    .listing-search__form {
        margin-top: 30px;
    }

    /*loading*/
    .page-loader__logo {
        width: 50%;
    }

    /*footer logo*/
    .footer__logo {
        width: 75%;
        margin:0 auto 30px;
    }
}

@media (max-width: 991px) {
    /*property image hompage*/
    .home-2col-image {
        max-height: 205px;
    }

    .home-3col-image {
        max-height: 130px;
    }

    .home-1col-image {
        max-height: 428px;
        padding-left: 0;
    }

    /*news homepage*/
    .news-3col-image {
        max-height: 130px;
    }

        .news-3col-image img {
            height: 130px;
            width: 100%;
        }

    /*property listing*/
    .item-grid__image-container {
        max-height: 342px;
    }

    /*Slide main*/
    .slide-img-setting {
        max-height: 252px !important;
    }

    /*Slide sub*/
    .slide-sub-img-setting {
        max-height: 32px !important;
    }

    /*Bds description*/
    .bds-img-description {
        max-height: 80px !important;
    }

    /* login page & register page */
    .custom-section__header-overlay {
        padding: 50px 0 0 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 767px) {
    /*property image hompage*/
    .home-2col-image {
        max-height: 317px;
    }

    .home-3col-image {
        max-height: 317px;
    }

    .home-1col-image {
        max-height: 317px;
    }

    /*news homepage*/
    .news-3col-image {
        max-height: 317px;
    }

        .news-3col-image img {
            height: 317px;
            width: 100%;
        }

    /*property listing*/
    .item-grid__image-container {
        max-height: 388px;
    }

    /*Slide main and sub : the same with max-width:991px*/

    /*Bds description*/
    .bds-img-description {
        max-height: 90px !important;
    }
}

@media (max-width: 575px) {
    /*property image hompage*/
    .home-2col-image {
        max-height: 317px;
    }

    .home-3col-image {
        max-height: 317px;
    }

    .home-1col-image {
        max-height: 317px;
    }

    /*news homepage*/
    .news-3col-image {
        max-height: 317px;
    }

        .news-3col-image img {
            height: 317px;
            width: 100%;
        }

    /*Bds description*/
    .bds-img-description {
        max-height: 303px !important;
    }

    .listing-search__form {
        margin-top: 0px;
    }
}

@media (max-width: 478px) {
    /*property image hompage*/
    .home-2col-image {
        max-height: 267px;
    }

    .home-3col-image {
        max-height: 267px;
    }

    .home-1col-image {
        max-height: 267px;
    }

    /*news homepage*/
    .news-3col-image {
        max-height: 267px;
    }

        .news-3col-image img {
            height: 267px;
            width: 100%;
        }

    /*property listing*/
    .item-grid__image-container {
        max-height: 328px;
    }

    /*Slide main*/
    .slide-img-setting {
        max-height: 219px !important;
    }

    /*Slide sub*/
    .slide-sub-img-setting {
        max-height: 89px !important;
    }

    /*Bds description*/
    .bds-img-description {
        max-height: 243px !important;
    }
}

@media (max-width: 414px) {
    /*property image hompage*/
    .home-2col-image {
        max-height: 228px;
    }

    .home-3col-image {
        max-height: 228px;
    }

    .home-1col-image {
        max-height: 228px;
    }

    /*news homepage*/
    .news-3col-image {
        max-height: 228px;
    }

        .news-3col-image img {
            height: 228px;
            width: 100%;
        }

    /*property listing*/
    .item-grid__image-container {
        max-height: 279px;
    }

    /*Bds description*/
    .bds-img-description {
        max-height: 280px !important; /*203px*/
    }
}

/********* FIXING FOR IPAD *********/
@media only screen and (max-width: 1024px) {
    /* menu link */
    .header__nav a {
        font-size: 75%;
    }
}

@media only screen and (max-width: 974px) {
    /* menu link */
    .header__nav a {
        font-size: 100%;
    }
}



/********* HomeUserLayout *********/
.collapse-lmenu {
    position: fixed;
    /*left: 0px;*/
    /*top: 0px;*/
    left: var(--userlmenuleft);
    top: var(--userlmenutop);
    /*overflow: hidden;*/
    background: #ff0;
    z-index: 5;
    border: 3px solid #cecece;
    border-radius: 10px;
}




/* override item label (orange) */
.item__label {
    background-color: rgba(255, 157, 0, 0.65) !important;
}

/* section header overlay */
.section__header-overlay {
    padding: 120px 0 60px 0 !important;
    background-color: rgba(0, 0, 0, 0.6);
}

.section__header-single {
    margin-top: 136px;
}

/* feature overlay */
.features__overlay-white {
    padding: 75px 0;
    background-color: #ffffff;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-20 {
    margin-top: 20px;
}

/********* FIXING FOR MOBILE (750px) *********/
@media only screen and (min-width: 975px) {
    .section__header-single {
        margin-top: 136px;
    }

    /*.section__header-overlay {
        padding: 190px 0 60px 0 !important;
    }*/
}

@media only screen and (max-width: 750px) {
    .section__header-single {
        margin-top: 74px;
    }

    /*.section__header-overlay {
        padding: 80px 0 40px 0 !important;
    }*/
}

.section__header {
    background-image: url('/bbsapp/images/revslider/page-header-1.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* user account */
.user-headline-extend {
    line-height: 32px !important;
}

/* header user icon to expand user menu*/
.header__user {
    cursor: pointer !important;
}

/* my properties */
.list__item-img-fix {
    max-height: 107px !important;
    overflow: hidden !important;
    min-width: 142px !important;
}

/* home-page */
.item-search-align {
    margin-bottom: 10px;
}

/* expand & reset button */
.listing-search-reset__btn {
    height: 41px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-color: transparent; /*#fd7e14;*/ /*9c9c9c*/
    border: 1px solid #cecece;
    color: #ffffff !important;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 0.75rem;
}

    .listing-search-reset__btn:hover {
        color: #dddddd !important;
    }

.submit-property__field:hover {
    border: 1px solid #c88d00 !important;
}

.main-listing__form-reset:hover {
    color: #dddddd !important;
}

.listing-search__btn:hover {
    color: #ffc366 !important;
}

.item-grid__load-more:hover {
    color: #ffc366 !important;
}

.header__cta:hover {
    color: #ffc366 !important;
}

.header__nav a:hover {
    color: #ffc366 !important; /*#00a4fb*/
}

.back-to-top:hover {
    color: #ffffff !important;
}

.topbar__link:hover {
    color: #ffc366 !important;
}

.main-listing__form-container .main-listing__form-field:hover {
    border: 1px solid #c88d00 !important;
}

.listing-sort__field:hover {
    border: 1px solid #00a4fb !important;
}

/* override a tag */
a {
    /*color: #008ed9 !important;*/ /*#00a4fb*/
}

.user-avatar {
    width: 48px !important;
}

/* single property */
.property__updated-date {
    display: inline-block !important;
    color: #3d3d3d !important;
    font-size: 11px !important;
    padding: 2px 18px !important;
}

@media (max-width: 750px) {
    .property-main-item-fix {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}

.date-label {
    display: block !important;
}

.date-info {
    color: #333 !important;
    font-weight: 500 !important;
}

.land-code-font {
    font-size: 14px !important;
}

.ul-date {
    display: flex;
    align-items: stretch;
    align-content: center;
    justify-content: space-between;
}

/* footer */
.footer__desc__comname {
    max-width: 600px;
    margin: 0 auto 14px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.footer__desc__comaddr {
    max-width: 600px;
    margin: 0 auto 14px;
}

.footer__desc__cominfo {
    max-width: 600px;
    margin: 0 auto 32px;
    font-size: 19px;
    letter-spacing: 1px;
}

/* online statistic */
.online-couting {
    z-index: 6;
    opacity: .65;
    position: fixed;
    left: 10px;
    bottom: 40px;
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #138fd0;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s all ease-out;
}

@media only screen and (min-width: 768px) {
    .online-couting {
        left: 15px;
        bottom: 70px;
        width: 70px;
        height: 32px;
        line-height: 32px;
    }
}

.online-couting:hover {
    opacity: 1 !important;
}

.online-couting.is-visible {
    opacity: 1;
}

.online-couting.is-fade-out {
    opacity: 0.5;
}

.listing__location {
    margin-bottom: 14px !important;
    line-height: 26px !important;
}

/* for print land */
@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* disable button */
.btn-disabled {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

/* desktop or mobile version button */
.desktop-version {
    color: #9be815 !important;
    padding: 10px;
    border: 1px solid #2b3e52;
}

    .desktop-version:hover {
        color: #fff !important;
        background: #2b3e52;
    }

.mobile-version {
    color: #e89615 !important;
    padding: 10px;
    border: 1px solid #2b3e52;
}

    .mobile-version:hover {
        color: #fff !important;
        background: #2b3e52;
    }

/* advertisement */
.divAdvLeftStyle {
    width: 180px;
    height: auto;
    position: fixed;
    top: 119px;
    z-index: 10;
    right: 50%;
    margin-right: 502px;
    transition: all 1s ease;
}

.divAdvRightStyle {
    width: 180px;
    height: auto;
    position: fixed;
    top: 119px;
    z-index: 10;
    left: 50%;
    margin-left: 502px;
    transition: all 1s ease;
}

.divAdvTop0 {
    top: 0 !important;
}

@media only screen and (max-width: 1350px) {
    .divAdvLeftStyle {
        display: none;
    }

    .divAdvRightStyle {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1024px !important;
    }
}