.word {
    margin: auto;
    color: #ec3237;
    font: 600 normal 16px 'Open Sans';
    text-shadow: 5px 2px #fff, 2px 4px #fff, 3px 5px #fff;
    position: absolute;
    bottom: 5px;
    left: 135px;
    z-index: 0;
    width: 100%;
    white-space: nowrap;
}

.ratio-blue {
    color: green;
}

.ratio-yello {
    color: orange;
}

.ratio-red {
    color: #ec3237;
}


/* list all bds */

.product-item {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.product-item:hover {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

.item-figure {
    width: 295px;
    height: 190px;
}

.item-figure .img-box {
    display: block;
    width: 100%;
    height: 100%;
}

.item-figure .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.005);
    transition: .5s;
}

.item-figure:hover img {
    transform: scale(1.1);
}

.item-figure-rent {
    width: 480px;
    height: 270px;
}

.item-figure-rent .img-box {
    display: block;
    width: 100%;
    height: 100%;
}

.item-figure-rent .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.005);
    transition: .5s;
}

.item-figure-rent:hover img {
    transform: scale(1.1);
}

.item-figure-w2 {
    width: 305px;
    height: 200px;
}

.item-figure-w2 .img-box {
    display: block;
    width: 100%;
    height: 100%;
}

.item-figure-w2 .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.005);
    transition: .5s;
}

.item-figure-w2:hover img {
    transform: scale(1.1);
}

.item-price {
    color: #ec3237 !important;
    font-weight: 600;
}

.item-price>strong {
    color: #333;
}

.item-des {
    padding: 10px 10px 20px 10px;
}

.item-des h2 {
    display: block;
    padding: 0 0 10px;
    min-height: 58px;
}

.item-des h2 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.item-des h2 a:hover {
    color: #e01e26;
    text-decoration: none;
}

.item-des-rent {
    padding: 10px 10px 20px 10px;
}

.item-des-rent h2 {
    display: block;
    padding: 0 0 10px;
}

.item-des-rent h2 a {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.item-des-rent h2 a:hover {
    color: #e01e26;
    text-decoration: none;
}

.item-date svg,
.item-ratio svg,
.item-are svg,
.item-maps svg,
.item-prices svg {
    margin-right: 5px;
}

.item-date span,
.item-ratio span,
.item-are span,
.item-maps span,
.item-prices span {
    color: #666;
    font-size: 14px;
}

.item-maps {
    display: flex;
}

.item-maps span {
    font-size: 13px;
    overflow: hidden;
}

.item-maps svg {
    color: #ec3237;
    fill: #ec3237;
    ;
}

.item-prices span {
    color: #ec3237;
    font-weight: bold;
}

.item-prices span b {
    color: #666;
}


/* detail bds */

.container-slide {
    display: block;
    position: relative;
}

.box-info,
.box-user {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.box-info h1 {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 1rem;
    font-weight: 700;
    line-height: 120%;
}

.box-info p {
    margin-bottom: 10px;
}

.box-info p svg {
    margin-right: 5px;
}

.title-box-user {
    padding-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.title-box-user h2 {
    font-size: 22px;
    padding-bottom: 5px;
}

.title-box-user i {
    color: #999;
    font-size: 14px;
}

.box-user ul li {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    list-style: none;
}

.box-user ul li span {
    float: left;
    width: 100px;
    font-weight: 700;
}

.box-user ul li a .btn:hover {
    color: #f2f2f2;
}

.box-user ul li svg {
    fill: #fff;
    color: #fff;
    margin: 0 10px;
}

.box-user ul li strong {
    color: #e01e26;
}

.box-detail-bds,
.box-maps {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.box-detail-bds .des-mota,
.box-maps .des-mota {
    font-size: 22px;
    font-weight: 700;
    color: #e01e26;
    padding-top: 10px;
}

.box-detail-bds p {
    font-size: 1rem;
    line-height: 170%
}

.box-detail-bds p img {
    width: 100%;
}

.box-detail-bds h1,
.box-detail-bds h2,
.box-detail-bds h3,
.box-detail-bds h4,
.box-detail-bds h5,
.box-detail-bds h6 {
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 160%;
    font-weight: 500
}

.box-detail-bds h1,
.box-detail-bds h2 {
    font-size: 1.5rem
}

.box-detail-bds h3,
.box-detail-bds h4,
.box-detail-bds h5,
.box-detail-bds h6 {
    font-size: 1.375rem
}

.box-detail-bds p a,
.box-detail-bds p a strong {
    text-decoration: underline
}

.box-detail-bds h1 strong,
.box-detail-bds h2 strong,
.box-detail-bds h3 strong,
.box-detail-bds h4 strong,
.box-detail-bds h5 strong,
.box-detail-bds h6 strong {
    font-weight: 600;
}

.box-detail-bds ol,
.box-detail-bds ul {
    margin-top: 1rem;
    margin-left: 2rem;
    margin-bottom: 1rem
}

.box-detail-bds ol li::marker,
.box-detail-bds ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.rep-title {
    display: block;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid #eee;
}


/* contact form */

.box-contact {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

.box-contact textarea.form-control {
    height: 48px !important;
    padding: 5px 10px
}

.box-contact h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

.box-contact button {
    display: block;
    margin: 0 auto
}


/* search form */

.search-bds {
    position: relative;
}

.bg-section {
    width: 100%;
    background-image: url(../image/bg_footer.webp);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.search-index {
    padding: 2rem 0;
}

.text-search-head {
    position: relative;
    z-index: 1;
}

.text-search-head .title-h2 {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}

.text-search-head .title-h2 span {
    color: #fff;
}

.text-search-head .title-h2 span.cl {
    color: #f7cb0d;
    padding-left: 5px;
}

#search-estate {
    background: url(../image/bg_main_top.jpg) repeat center center;
    padding-top: 60px;
    padding: 3rem 0;
}

.search-bg {
    background: rgb(202 202 202 / 30%);
    padding: 1rem;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

#search-estate .form-group {
    margin-bottom: 0;
}

#search-estate input,
#search-estate .select2-container a {
    border: none;
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.swiper-lazy {
    width: 100%;
    height: 450px;
    background-size: cover;
}

.group_insearch {
    width: 100%;
    padding: 20px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.group_block {
    position: relative;
    display: flex;
}

.search-index .edit-col-12 {
    width: 360px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 25px
}

.search-index .edit-col-12-2 {
    width: calc(100% - 407px);
    -webkit-width: calc(100% - 407px);
    -moz-width: calc(100% - 407px);
    -o-width: calc(100% - 407px);
    -os-width: calc(100% - 407px);
    display: inline-block;
}

.group-search-right {
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% - 200px);
    -moz-width: calc(100% - 200px);
    -webkit-width: calc(100% - 200px);
    -o-width: calc(100% - 200px);
    -os-width: calc(100% - 200px);
    margin-right: 10px;
}

.edit-col-12-2 .form-group>input,
.edit-col-12 .form-group select {
    border-color: #fff;
    border: none;
}

.btn-psearch {
    display: inline-block;
    margin-right: 10px;
    width: 180px;
}

.form-group>input {
    background-color: #fff;
    color: #999;
    height: 45px;
    -webkit-transition: border-color .3s, _ .3s;
    -o-transition: border-color .3s, _ .3s;
    transition: border-color .3s, _ .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
}

.select2-container .select2-choice {
    height: 45px;
    line-height: 34px;
    font-size: 14px;
    box-shadow: none;
}

.items-estate .summary {
    display: inline;
    width: 100%;
    text-align: right;
    float: right;
    margin-bottom: 10px;
}

.items-estate .summary b {
    color: #333;
}


/* button style */

.btn-call2 {
    width: 150px;
    margin-left: 15px;
    padding: 5px 10px;
    border-radius: 50px !important;
    color: #fff;
    background-image: linear-gradient(to right, #ec3237, #d54346 100%);
}

.btn-psearch>button {
    width: 100%;
    background-color: #ee2e53;
    height: 45px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.btn-userpost {
    width: 200px;
    background-color: #ee2e53;
    height: 45px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold !important;
}

.btn-userpost:hover {
    background-image: linear-gradient(to right, #ec3237, #d54346 100%);
    color: #f2f2f2;
}


/* city */

.item-banner ul {
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
}

.item-banner ul li:first-child {
    float: left;
    margin: 0px 0px 10px 0px;
    width: 552px;
}

.item-banner ul li:first-child>a>.banner-img {
    width: 552px;
    height: 367px;
}

.item-banner ul li {
    float: left;
    margin: 0px 0px 10px 10px;
    width: 268px;
    position: relative;
}

.item-banner ul li .banner-img {
    width: 268px;
    height: 178px;
}

.item-banner ul li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.item-banner ul li .text-area01 {
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.item-banner ul li .text-area02 {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.item-banner ul li .text-area02:hover {
    text-decoration: none;
}

.item-banner ul li:hover img {
    opacity: 0.8;
}

.clipped {
    position: absolute;
    bottom: 4px;
    left: 125px;
    z-index: 0;
    width: 140%;
    font-size: 16px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( to right, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 0% auto;
    animation: ltr 1.5s linear infinite;
    font-size: 20px;
    font-weight: bold;
}

@keyframes textclip {
    to {
        background-size: 200% auto;
    }
}

.clipped-rtl {
    background: linear-gradient( to right, transparent 10%, transparent 50%, #fff800 60%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% auto;
    animation: rtl 1.5s linear infinite;
}

.clipped-ltr {
    background: linear-gradient( to right, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 0% auto;
    animation: ltr 2.5s linear infinite;
}

@keyframes rtl {
    to {
        background-position: 100% center;
    }
}

@keyframes ltr {
    to {
        background-size: 200% auto;
    }
}


/* ky gui */

.box-container h1 {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 120%;
}

.box-container ul {
    padding: 1rem;
}

.box-container ul li {
    list-style: none;
}

.box-container ul li:before,
.box-container>ul li:before {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: .75rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.box-userpost {
    background-color: #f7f8f9;
    padding: 30px 0;
}

.box-container {
    background-color: #fff;
    border-radius: 10px;
}

.item-infokg {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.box-userpost label {
    font-weight: bold;
}

.box-userpost textarea {
    min-height: 150px;
}


/* menu bottom */

.fixed {
    top: 0;
    width: 100%;
    -ms-box-shadow: 0 4px 15px -5px #555;
    -moz-box-shadow: 0 4px 15px -5px #555;
    -o-box-shadow: 0 4px 15px -5px #555;
    -webkit-box-shadow: 0 4px 15px -5px #555;
    box-shadow: 0 4px 15px -5px #555;
    position: fixed;
    z-index: 2000;
}

.fixed-bottom {
    background-color: #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: 10px 0;
}

.fixed-bottom {
    background-color: #fff;
    border-top: 1px solid #eee;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.button_mobile a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
    text-align: center !important;
}

.button_mobile a i.ticon-post {
    background: url(../image/upload-icon.svg)no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.button_mobile a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}

.button_mobile li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}

.button span {
    display: inline-block;
    line-height: 1.6;
}

.button i {
    vertical-align: middle;
    top: -1.5px;
}

.button_mobile a i.ticon-messenger {
    background: url(../image/icon_messenger.png)no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}

.button_mobile a i.ticon-zalo {
    background: url(../image/icon-zalo-circle.png)no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}

.button_mobile .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
}

.button_mobile .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 10px;
}

.button_mobile .button .btn_phone_txt {
    position: relative;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}

.button_mobile .button .ticon-call i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}

.button_mobile a i.ticon-call {
    background: url(../image/icon-phone-w.png)no-repeat;
    background-size: contain;
}

.button_mobile a.active-icon-home {
    color: #e41922;
}

.button_mobile a.btn svg {
    margin-bottom: 5px;
}

.button_mobile a i.ticon-email {
    background: url(../image/Gmail_Icon.png)no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}