p {
    margin-bottom: 3px;
}

.menu-2020,
.menu-2020 .dropdown-user a {
    background-color: #4ecd49;


}

.menu-2020 .dropdown-user li.lv0 a {
    color: #fff;
}

header.re__full-menu.re__header.re__hover-menu.re__tablet-menu.re__nohome.menu-2020.menu-orange {
    padding-top: 5px;
    padding-bottom: 5px;
}

.re__full-menu .re__control-menu {
    height: 45px;
    background-color: #4ecd49;
    top: 0;
}

.menu-2020 .menu-user-child a {
    background-color: #fff;
}

.re__full-menu .re__drop-menu .re__left-menu img {
    margin-top: 0;
}

.required {
    color: red;
}

.label {
    border-radius: 4px;
    font-size: 90%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff;
}

.label-primary {
    background: #4099ff;
    padding: 3px 10px;
    cursor: pointer;
}

.label-danger {
    background: red;
    padding: 3px 10px;
    cursor: pointer;
}

.label-warning {
    background: #ffb64d;
    padding: 3px 10px;
}

.label-info {
    background: #00bcd4;
    padding: 3px 10px;
    cursor: pointer;
}

.label-success {
    background: #2ed8b6;
    padding: 3px 10px;
    cursor: pointer;
}

.label-default {
    background: #bbbbbb;
    padding: 3px 10px;
    cursor: pointer;
}

.profile-container .user_profile_info .form-group label {
    margin-bottom: 0 !important;
}

.toggle-off.btn-xs {
    padding-left: .6rem !important;
}

.form-check.form-check-inline {
    margin-bottom: 10px;
}

.alert-danger {
    margin-top: 5px;
    color: #e03c31;
    background-color: unset;
    border-color: transparent;
    padding-left: 0;
    font-style: italic;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* giúp mượt hơn trên thiết bị di động */
    /*    max-height: 800px; */
}

.table-responsive table {
    min-width: max-content;
    /* bảng không bị co lại */
    width: 100%;
}

.sticky-col-right {
    position: sticky;
    right: 0;
    background: #fff;
    /* nên có background để tránh chữ đè lên */
    z-index: 2;
    /* nếu bị che, tăng giá trị */
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.1);
    /* tùy chọn: tạo đường viền ảo */
}

#survey-form,
#formUpdate {
    background-color: #f5f5f5;
    margin: auto;
    width: 100%;
    padding: 1em;
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 1.0rem;
}

@media (min-width: 576px) {
    .modalFormCreate .modal-dialog {
        max-width: 60%;
        margin: 1.75rem auto;
    }
}

.modalFormCreate .labels {
    display: inline-block;
    text-align: right;
    width: 25%;
    vertical-align: top;
    margin-top: 20px;
}

.input-tab {
    display: inline-block;
    text-align: left;
    width: 70%;
    margin-left: 10px;
}

input.input-field {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    height: 38px;
    border: 1px solid #ccc;
}

.input-tab .select2-container {
    width: 100% !important;
    height: 38px !important;
}

.input-tab .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;

}

input::placeholder {
    color: #999;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 13px;
}

.modalFormCreate .select2-container--default .select2-selection--single .select2-selection__clear {
    top: 5px;
}

.modalFormCreate .modal-content {
    max-height: 90vh;
    /* Giới hạn chiều cao modal */
    overflow-y: auto;
    /* Kích hoạt scroll khi vượt quá chiều cao */
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 1000px;
}

.upload_thumb {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    margin: 5px;
    position: relative;
    display: inline-block;
}

.delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 0, 0, 0.7);
    color: white;
    border: none;
    cursor: pointer;
}

#btn_uploadphoto_label {
    width: 100px !important;
    height: 100px !important;
}

.hidden {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
}

select {
    height: 38px;
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
    background-color: #ffff;
    border: 1px solid #ccc;
    color: #333;
}

.wrap-search {
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #222;
    padding: 15px;
    margin: 10px 0;
}

.wrap-search {
    background: none repeat scroll 0 0 #EEE9E9;
    border: 1px solid #C4CDE0;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    clear: both;
}

.ui-widget-content {
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #222222;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.search-container .re__search-box-tabs .re__tab-box-ghost--sm {
    padding: 6px 32px;
    border: 1px solid #3ecc40;
}

.re__tab-box-ghost--sm.re__actived {
    color: #fff;
    background: #3ecc40;
}

.re__tab-box-ghost--sm:hover,
.re__tab-box-ghost--sm:hover * {
    background: #f5f5f5;
    color: black;
}

.search-container .re__search-box-content {
    background-color: #3ecc40;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 100%;
    padding: 16px;
    position: relative;
}

select.js-example-basic-single.addCate {
    border: none;
    color: black;
}

select.select2-hidden-access.selectedCity.js-example-basic-single.getProvince {
    background-color: #3ecc40;
    color: #fff;
}

select:focus-visible {
    border-color: #fff;
}

.re__tab-box-ghost-group [class*="re__tab-box-ghost"] {
    display: flex;
}

.re__tab-box-ghost--sm {
    color: black;
    background: #f5f5f5;
    border-radius: 4px 0 0 0;
    cursor: pointer;
    box-sizing: border-box;
    padding: 6px 12px;
    margin-right: 0;
    font-family: "Roboto Medium" !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    list-style: none;

}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul li {
    list-style-type: none;
}

.search-container .re__search-box-tabs::after {
    content: "";
    clear: both;
    display: block;
}

.search-container .re__search-box-content {
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 100%;
    padding: 16px;
    position: relative;
}

.re__search-box-content .re__input-group--sm {
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.re__search-box-content .re__input-group--sm .re__select-category {
    float: left;
    width: 200px;
    height: 48px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #d0d0d0;
}

.re__home__head__search-container .select-text {
    width: 100%;
    height: 100%;
    position: relative;
    background: 0;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0px 15px;
    cursor: pointer;
}

.re__home__head__search-container .re__search-box-content .re__input-group--sm .re__select-category .re__select__selected-value {
    font-family: "Roboto Regular" !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #2c2c2c;
    border-radius: 8px 0 0 8px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    clip-path: inset(50%) !important;
}

.re__home__head__search-container .re__search-box-content .re__input-group--sm .search-input {
    float: left;
    position: relative;
    width: calc(100% - 200px);
}

.re__home__head__search-container .re__search-box-content .re__input-group--sm .search-input input[type="text"] {
    font-family: "Roboto Regular" !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    width: 100%;
    padding: 14px 128px 14px 12px;
    box-sizing: border-box;
    border: 0;
    border-radius: 8px;
}

.re__home__head__search-container .re__search-box-content .re__input-group--sm::after {
    content: "";
    clear: both;
    display: block;
}


.re__home__head__search-container .re__search-box-content .home-filter .search-filter {
    height: 38px;
    box-sizing: border-box;
    border-radius: 4px;
    float: left;
    position: relative;
    margin-top: 8px;
    margin-right: 8px;
}

.re__home__head__search-container .re__search-box-content .home-filter .search-filter .select-text .select-text-content {
    font-family: "Roboto Regular" !important;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal !important;
    height: 38x;
    line-height: 38px;
    background: transparent;
    color: #fff;
    padding: 0 !important;
}

.re__home__head__search-container .select-text::after {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
}

.home-filter .dropdown_content_hidden {
    position: absolute;
    z-index: 9;
    top: 32px;
    left: 0;
    background: #f0eee8;
    padding: 15px;
    color: #000;
    width: 100%;
    min-width: 300px;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
}


.home-filter .select_option_custom .select_option_top {
    display: flex;
    margin-bottom: 10px;
}

.home-filter .select_option_custom .option_col {
    width: 47%;
    margin-right: 3%;
}

.home-filter .select_option_custom label {
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
}

.home-filter .select_option_custom .select_option_quick>li {
    width: 50%;
    float: left;
}

.home-filter .select_option_custom .select_option_quick>li span {
    cursor: pointer;
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

.re__home__head__search-container .re__search-box-content .home-filter::after {
    content: "";
    clear: both;
    display: block;
}

.re__home__head__search-container .re__search-box-content .home-filter.slideClose {
    opacity: 0;
    height: 0px;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.re__home__head__search-container .re__search-box-content .search-action {
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 16px;
}

.re__home__head__search-container .re__search-box-content .search-action a {
    position: relative;
    vertical-align: middle;
}

.home-filter .dropdown_content_hidden select {
    width: 100%;
    height: 35px;
    padding: 8px 12px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #dddddd;
    background: #fff;
    -webkit-appearance: none;
    font-weight: normal;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.home-filter .select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #fff;
}

.re__home__head__search-container input {
    border: 1px solid #fff;
}

.re__home__head__search-container input::placeholder {
    color: #ffff;
}

.form-control:focus {
    border-color: #60a5fa;
}

input:focus-visible {
    outline: 1px solid #60a5fa;
}

.ui-tabs-nav {
    padding-left: 0;
}

.ui-widget-header {
    border-bottom: 1px solid #3ecc40;
    color: #222222;
    font-weight: bold;
}

.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-tabs .ui-tabs-nav li,
ul.dnnAdminTabNav li {
    list-style: none;
    position: relative;
    top: -2px;
    margin: 0 .2em 1px 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active>a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3ecc40 0%, #3ecc40 100%) repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.03em;
    margin: 0;
    padding: 0.35em 1em;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
}

.datepicker-dropdown {
    z-index: 999 !important;
}

table th,
td {
    vertical-align: middle !important;
}

.colorPrimary {
    color: #007bff;
}

.colorInfo {
    color: #0050ff;
}

.fixPaddingRight {
    padding-right: 0;
}

.fixPadding {
    padding-left: 3px;
    padding-right: 3px;
}

.hideSearch {
    display: none;
}

.select2-container {
    width: 100% !important;
}

.hideColum {
    display: none;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 40px;
}

.marquee h1 {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    animation: marquee 15s linear infinite;
    font-size: 18px;
    padding-left: 100%;
    font-weight: bold;
    color: red;
}



@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.priceMobile select {
    width: 97% !important;
    margin-left: 12px;
}

#menu-tab-mobile {
    display: none;
}

.modal-backdrop {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    /* thấp hơn modal */
}

.modal.show {
    z-index: 1050;
}

#status select {
    background-color: unset;
    border-color: #ffff;
}

footer {
    background-color: #ccc;
    padding: 20px 0;
    margin-top: 35px;
}


footer *,
footer *::before,
footer *::after {
    box-sizing: border-box;
    color: #36383a;
}

/*.table-bordered td, .table-bordered th {
    padding: 5px;
}*/

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring-wrap-zl {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

.text-hotline {
    color: #fff;
    font-size: 20px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-zl {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 0;
    bottom: 0;
    display: block;
}

/*Mau sac qua lac*/
.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #E91E63;
    border-radius: 100%;
    border: 2px solid #1564a7;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-zl {
    width: 110px;
    height: 110px;
    top: 0;
    right: 0;
    position: absolute;
    background-color: #0182ca;
    border-radius: 100%;
    border: 2px solid #1564a7;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

/*mau sac qua lac*/
.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #E91E63;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-circle-fill-zl {
    width: 80px;
    height: 80px;
    top: 16px;
    right: 16px;
    position: absolute;
    background-color: #0182ca;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*mau sac qua lac*/
.hotline-phone-ring-img-circle {
    background-color: #E91E63;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle-zl {
    background-color: #0182ca;
    width: 50px;
    height: 50px;
    top: 31px;
    right: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}

/*Mau sac khung dien thoai*/
.hotline-bar {
    position: absolute;
    background: #3578e5;
    height: 45px;
    width: 185px;
    line-height: 46px;
    border-radius: 3px;
    padding: 0 50px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 52px;
    bottom: 31px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}


@media only screen and (min-width: 1009px) {
    .search-container {
        margin: 0 auto;
        width: 1118px;
        left: calc(50% - 504.5px);
        box-sizing: content-box;
    }

    .re__home__head__search-container .re__search-box-content .home-filter.home-filter-1 {
        margin-top: 8px;
    }

    .re__home__head__search-container .re__search-box-content .home-filter .search-filter {
        width: 200px;
    }

}

@media (max-width: 1280px) {
    .re__bg-header {
        background: #4ecd49;
    }

    .menu-2020 .dropdown-user {
        margin: -1px 0 0 0 !important;
    }

    .re__full-menu .re__control-menu {
        top: -5px;
    }
}

@media(max-width:1024px) {
    .menu-2020 .dropdown-user {
        margin: 5px 0 0 0 !important;
    }
}

@media (max-width: 930px) {
    #divPrice {
        width: 30%;
        border: 1px solid #cccc;
        margin-bottom: 10px;
        height: 40px;
    }

    #divProject {
        width: 25% !important;
        margin-right: 5px;
    }

    .re__home__head__search-container .re__search-box-content .search-action {
        bottom: auto;
        top: 65%;
    }

    #divAcreage {
        width: 30%;
    }

    .table-mobile td {
        border: none;
    }

    .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: unset;
    }

    .table-mobile td {
        padding: 5px 0 5px 0;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .profile-container .sidebar {
        display: none;
    }

    .profile-container .main {
        width: 100% !important;
    }

    .input-group,
    .input-group-append {
        margin-top: 5px;
    }

    .add-padding-left {
        padding-left: 15px;
    }

    .modalFormCreate .modal-dialog {
        max-width: 100% !important;
    }

    .modalFormCreate .modal-content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .re__home {
        padding-top: 0 !important;
    }

    #menu-tab-mobile {
        display: block;
        padding: 5px 0;
    }

    .wrap-search {
        display: none;
    }

    .menu-tab-li {
        padding-left: 0;
        margin-bottom: 0;
    }

    .menu-tab-li>li {
        display: inline-block;
        padding: 10px 15px;
        font-size: 13px;
        text-align: center;
        width: 32%;
        text-transform: uppercase;
        padding: 10px 0;
        padding-bottom: 0;
    }

    .menu-tab-li>li>a {
        color: #111c;
        font-weight: 600;
    }

    .menu-tab-li .active {
        border-bottom: 1px solid red;
    }

    .dientichMobile {
        width: 100%;
        border: 1px solid #cccc;
        margin-bottom: 10px;
        padding-left: 10px;
        height: 40px;
        padding-top: 5px;
        margin-right: 5px;
    }

    .priceMobile select {
        width: 98% !important;
        margin-left: 0px;
        padding: 5px;
        color: #212529;
    }

    .js-filter-price-text {
        font-size: 13px;
    }

    .dropdown_content_hidden.js_show_content {
        margin-top: 10px;
    }

    .form-control {
        height: 40px !important;
        margin-right: 5px;
    }

    .select2-container {
        margin-right: 1px;
    }

    .form-control::placeholder {
        color: #212529 !important;
    }

    #divAcreage {
        width: 100%;
    }

    footer {
        margin-top: 35px;
    }

    .hotline-bar {
        display: none;
    }

    .priceMobile .dropdown_content_hidden.js_show_content {
        margin-top: 10px;
        margin-left: -12px;
        background-color: #ffff;
    }
    #divAcreage, #divPrice {
        width: 100%;
    }
    .group-search button{
        width: 100px;
    }
    .padding-left-mobi-one{
        padding-left: 15px;
    }
    .padding-left-mobi-two{
        padding-left: 5px;
    }
}

@media(max-width:667px) {
    .page_register_login_layout .access_page .container {
        width: 90% !important;
    }

    .access_page .left {
        width: 100% !important;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        max-width: 50%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .add-padding-left {
        padding-left: 0;
    }

    .fixPadding {
        padding-left: 15px;
    }

    .padding-left-mobi {
        padding-left: 5px;
    }

    .fix_with_title {
        width: 25% !important;
    }

    .fix_with_input {
        width: 70% !important;
    }

    .profile-container .user_profile_info .one_featured_upload_wrapper_inner {
        width: 100px !important;
        height: 100px !important;
    }

    .user_profile_wrapper .user-avatar .custom-file-input {
        width: 100% !important;
    }

    #btn_uploadphoto_label {
        width: 50px !important;
        height: 50px !important;
    }

    .upload_thumb {
        width: 55px !important;
        height: 55px !important;
    }

    .filter-search.inputSearchMobile {
        font-size: 16px;
    }

    .clearfix {
        display: block;
    }
}

@media(max-width: 414px) {
    .input-group-append button {
        padding: 5px;
    }
}
