/**
* @Project TMS HOLDINGS
* @Author TMS Holdings <contact@tms.vn>
* @Copyright (C) 2021 TMS Holdings. All rights reserved
* @License GNU/GPL version 2 or any later version
* @Createdate Mon, 14 Jun 2021 02:31:18 GMT
*/
.red{
    color: red;
}
.m-r-xs {
    margin-right: 5px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.add_address_ajax {
    padding: 20px;
    border: 1px solid red;
    padding-left: 0px;
    margin-bottom: 20px;
}
.content_ajax {
    position: relative;
}
.button_add_address {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 20px;
}
.content_ajax i {
    position: absolute;
    right: -11px;
    font-size: 30px;
    color: red;
    z-index: 9999;
    cursor: pointer;
    top: -16px;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}
#direct-chat-messages {
    position: relative;
}
.direct-chat-messages {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.chat_message_area {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #FFF;
    border-radius: 3px;
}
#group_chat_message {
    width: 100%;
    height: 80px;
    overflow: auto;
    padding: 6px 24px 6px 12px;
}
.emotion-Icon {
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 0;
}
.emotion-area {
    position: absolute;
    box-shadow: 1px 1px 1px 1px #333;
    bottom: 0;
    display: none;
    width: 300px;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 110px;
    background-color: #fff;
}
.image_upload {
    position: absolute;
    left: 0;
    top: 0;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d2d6de;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.image_upload {
    position: absolute;
    left: 0;
    top: 0;
}
.image_upload>form>input {
    display: none;
}
.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a!important;
    color: #fff;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.direct-chat-img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
.right .box_chat{
    width: 100%;
    text-align: right;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
.article-form {
    padding: 0;
    margin: 0 auto;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.content-block:last-child {
    margin-bottom: 0;
}
.mb-12, .my-12 {
    margin-bottom: 12px !important;
}
.article-location .header_title {
    margin-bottom: 21px;
}
.text-black {
    color: #2b2b2b !important;
}
.font-extra-bold {
    font-weight: 700 !important;
}
.font-lg {
    font-size: 16px !important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text-left {
    text-align: left!important;
}
.w-100 {
    width: 100%!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.article-location .header__content__icon-shie {
    margin-right: 12px;
}
.article-location .header__content__icon-map {
    margin: 0 5px;
    width: 16px;
    height: 23px;
}
.article-location .header__content p {
    border: solid 1px #d9e6fc;
    background-color: #f7fcfe;
    font-size: 14px;
    color: #2b2b2b;
    margin-left: -29px;
    margin-right: -10px;
    padding: 6px 32px 6px 28px;
    margin-bottom: 20px;
}
.content-block {
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    padding: 20px 32px 23px 34px;
    margin-bottom: 32px;
}
.font-base {
    font-size: 14px !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.form-group {
    margin-bottom: 1rem;
}
.color-required {
    color: #d22200;
}
.article-location__map {
    padding-right: 32px;
}
.article-location__map-input {
    width: 100%;
    position: relative;
    height: 44px;
    margin-bottom: 12px;
    margin-top: 20px;
}
.article-location__map .home-main-search-input {
    width: 100%;
    position: absolute;
    z-index: 999;
    border-radius: 8px;
    background-color: #ffffff;
}
.article-location__map .home-main-seach-input-inner .input-group {
    line-height: 44px;
}

.home-main-search-input .input-group {
    border-radius: 8px;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding-left: 8px;
}

.article-location__map .input-group-prepend {
    padding-left: 5px !important;
    height: 44px;
    background-color: unset !important;
}
.home-main-search-input .input-group .input-group-prepend {
    height: 38px;
    width: 30px;
    align-items: center;
}
.input-group-prepend {
    padding: 13px 10px 11px 16px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: 0 !important;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.article-location__map .home-main-seach-input-inner .form-control {
    border-radius: 8px !important;
    height: 42px;
}
.article-location .input-group input {
    width: calc(100% - 45px);
}
.home-main-search-input .input-group .form-control {
    height: 38px;
    border: none;
    font-weight: 300;
    font-size: 14px;
    padding-left: 0;
}
.article-info .divider {
    margin-top: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.article-info .info-bds-detail .wrap-users-type {
    margin-bottom: 27px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.article-info .info-bds-detail .label-object {
    line-height: unset;
    min-width: 120px;
}
.article-info .select-create-article {
    display: flex;
}
.article-info .users-type input {
    margin-right: 8px;
    margin-top: 5px;
}
.article-info .users-type label {
    margin-right: 32px;
    margin-bottom: 0;
}
.custom-radio[data-v-46e23fd6] {
    margin: 0;
    position: relative;
    padding-left: 30px;
}
input[type="radio"]:checked ~ .custom-radio .text[data-v-46e23fd6] {
    color: #1a4bb7;
}
.custom-radio .checkmark[data-v-46e23fd6] {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
input[type="radio"]:checked ~ .custom-radio .checkmark[data-v-46e23fd6]:before {
    border: 2px solid #1a4bb7;
}
.custom-radio .checkmark[data-v-46e23fd6]:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #626262;
}
input[type="radio"]:checked ~ .custom-radio .checkmark[data-v-46e23fd6]:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1a4bb7;
    border: none;
    border-radius: 50%;
    z-index: 2;
}
.text-red {
    color: #d22200 !important;
}
input[type="radio"][data-v-46e23fd6] {
    display: none;
}
.article-info .info-bds-detail .wrap-type-house {
    margin-bottom: 12px;
}
.article-info .info-bds-detail .label {
    line-height: 46px;
}
.alight-item{
    align-items: center;
}
.article-info .info-bds-detail .wrap-area-price .areaprice:first-child .d-flex .font-base {
    line-height: 46px;
}

.ml-0, .mx-0 {
    margin-left: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.custom-input {
    border-radius: 8px;
    border: solid 1px rgba(43,43,43,0.15);
    height: 46px;
    padding: 11px 11px 11px 16px;
    color: #2b2b2b;
    width: 100%;
    font-size: 14px;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.input-group .select-price {
    width: 70%;
}
.article-info .select-create-article {
    display: flex;
}
.input-group .input-price {
    width: 30%;
    border-radius: 8px 0px 0px 8px;
}
.mb-12, .my-12 {
    margin-bottom: 12px !important;
}
.mb-24, .my-24 {
    margin-bottom: 24px !important;
}
.text-title {
    font-size: 16px;
    font-weight: bold;
    color: #1a4bb7;
}
.text-desc {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
}
.article-content .title-input {
    border-radius: 8px;
    height: 72px;
    outline: 0;
    overflow: hidden;
    border: none;
    resize: none;
    padding: 17px 12px;
    border: solid 1px rgba(43,43,43,0.2);
}
.article-info .detail-description-block {
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.article-info .detail-description-block .image-label {
    z-index: 1;
    position: absolute;
    top: -6px;
}
.article-info .detail-description-block .description-detail {
    font-size: 16px;
    color: #1a4bb7;
    background-color: #f0f9fb;
    padding-right: 30px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    height: 80px;
    margin-left: 123px;
}
.article-info .detail-description-block .description-detail .text-des {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #1a4bb7;
    display: inline-block;
    max-width: 443px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 16px;
    width: calc(100% - 150px);
}
.upload-list {
    overflow-x: auto !important;
    border-radius: 8px;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    border: 1px dashed #dedede;
    min-width: 100%;
    min-height: 140px;
    cursor: pointer;
    padding-top: 8px;
}
.upload-list .image-container--upload {
    border-radius: 8px;
    justify-content: center;
    min-width: 191px;
    height: 100px;
    background-color: #f0f9fb;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.text-gray {
    color: #626262 !important;
}
.upload-list .image-container--upload span {
    margin-left: 11px;
}
.text-blue {
    color: #1a4bb7 !important;
}
.h-100 {
    height: 100%!important;
}
.position-absolute {
    position: absolute!important;
}
.upload-list .image-container--upload input {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.upload-list .image-container {
    flex-shrink: 0;
    overflow: hidden;
}
.upload-list .thumbnail {
    width: 191px;
    height: 100px;
    border-radius: 8px;
    object-position: center;
    object-fit: cover;
    margin: 8px;
    margin-top: 0;
}
.upload-list .icon-close {
    position: absolute;
    top: 6px;
    right: 12px;
}
.cusor-pointer {
    cursor: pointer;
}
.upload-list .icon-expand-outline {
    position: absolute;
    bottom: 36px;
    right: 12px;
}
.position-relative {
    position: relative!important;
}
.upload-list .image-container .wrap-des {
    margin: 0 8px 0 8px;
    list-style: none;
    max-width: 191px;
    line-height: 24px;
}
.upload-list .image-container .wrap-des .cover-text {
    margin: 0 10px;
}
.text-desc {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
}
.font-bold {
    font-weight: 600 !important;
}
.no-video {
    width: 100%;
    line-height: 130px;
    text-align: center;
}
.no-video span {
    margin-left: 11px;
}
.modal-custom .modal-content {
    border-radius: 8px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-custom .modal-header {
    background-color: #f7f7f7;
    padding: 15px 27px;
}
.font-extra-bold {
    font-weight: 700 !important;
}
.font-xl {
    font-size: 18px !important;
}

.verticle-center {
    margin-top: auto;
    margin-bottom: auto;
}
.float-right {
    float: right!important;
}
#dialog-upload-video .modal-body {
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff;
}
#dialog-upload-video input {
    border-radius: 8px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #2b2b2b;
    height: 44px;
    padding-right: 30px;
    padding-left: 20px;
    outline: 0;
    border: none;
    text-overflow: ellipsis;
}
#dialog-upload-video .btn-upload {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    background-color: #1a4bb7;
    line-height: 46px !important;
}
.btn-custom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 12px;
    transition: 0.3s;
    border: 1px solid transparent;
    outline: none !important;
}
.article-info .contact-info .label {
    line-height: 46px;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.article-info .contact-info input {
    text-indent: 12px;
}
.article-info .contact-info {
    margin-top: 24px;
}
.article-package-kind_title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2b2b2b;
    text-transform: uppercase;
}
.article-attribute-title {
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(43,43,43,0.15);
    margin-bottom: 11px;
}
.article-package {
    position: relative;
}
.article-package .list-radio li.checked-vip1 {
    background-color: #993393;
}
.article-package .list-radio li {
    border: solid 1px rgba(43,43,43,0.15);
    border-radius: 8px;
    padding: 9px;
    width: 180px;
}
.article-package .list-radio li input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 10;
    height: 20px;
    width: 20px;
    outline: 0;
}
.article-package .list-radio li.checked-vip1 label {
    color: #ffffff;
}
.article-package .list-radio li.vip1 label {
    color: #993393;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.article-package .list-radio li input[type="radio"]:checked ~ .check {
    border: 2px solid #ffffff;
}
.article-package .list-radio .check {
    border: 2px solid #787878;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 13px;
    left: 10px;
    z-index: 7;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}
.article-package .list-radio li input[type="radio"]:checked ~ .check::before {
    background: #ffffff;
}
.article-package .list-radio .check::before {
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 80%;
    width: 80%;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.article-package .check::before {
    content: "";
    border-radius: 100%;
    width: 12px;
    height: 12px;
    display: block;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    transform: translate(-50%, -50%);
    z-index: 8;
    position: absolute;
    left: 8px;
    top: 8px;
}
.article-package .list-radio li.checked-vip1 label {
    color: #ffffff !important;
}
.article-package .list-radio label {
    margin-left: 28px;
}
.article-package .list-radio li.checked-vip2 {
    background-color: #dd8c43;
}
.article-package .list-radio li.checked-vip2 label {
    color: #ffffff !important;
}
.article-package .list-radio li.vip2 label {
    color: #dd8c43;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.article-package .list-radio li.checked-vip3 {
    background-color: #b18734;
}
.article-package .list-radio li.checked-vip3 label {
    color: #ffffff !important;
}
.article-package .list-radio li.vip3 label {
    color: #b18734;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.article-package .list-radio li.checked-vip4 {
    background-color: #626262;
}
.article-package .list-radio li.checked-vip4 label {
    color: #ffffff !important;
}
.article-package .list-radio li.vip4 label {
    color: #626262;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.article-package .article-package-type {
    padding: 12px 12px 12px 16px;
    border-radius: 8px;
    background-color: #F5F8FD;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.article-package .article-package-type .article-package-info {
    min-width: 281px;
    margin-right: 32px;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.article-package .article-package-type ul li:not(:last-child) {
    margin-bottom: 10px;
}
.article-package .article-package-type ul li:first-child {
    border-bottom: 1px solid rgba(26,75,183,0.15);
    margin-bottom: 14px;
    padding-bottom: 8px;
}
.font-sm {
    font-size: 12px !important;
}
.d-inline-block {
    display: inline-block!important;
}

ul {
    list-style: none;
}
.article-package .article-package-type .img-description-package {
    max-width: 100%;
}
.article-package-image{
    width: 100%;
}
.article-package .info_package_time:nth-child(1) {
    flex: 1;
}
.article-package .info_package_time {
    margin-right: 22px;
}
.article-package .info_package_select {
    padding: 12px 12px 8px 9px;
    border-radius: 8px;
    background-color: #f7f7f7;
    margin-bottom: 36px;
}
.background-purple-light {
    background-color: #f2e4f2 !important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.mb-20 {
    margin-bottom: 20px !important;
}



#sshome_search{display:block;width: 100%;position: relative;padding: 10px;border-radius: 10px;box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);     background:#cfcfcfd1; border-radius: 6px; box-shadow: 0px 0px 0px 8px rgb(255 254 254 / 32%);}
#sshome_search_ul{display:block;width: 100%;position: relative;padding: 10px;text-align: center;}
#sshome_search_ul ul {position: relative;text-align: center; margin-bottom: 10px;}
#sshome_search_ul ul li {    position: relative;display: inline-flex;padding: 0px 10px 0px 10px;}
#sshome_search_ul ul li a {position: relative;color: #fff;font-size: 16px; cursor:pointer; text-transform: uppercase;font-weight: 600;}
.sshomeactive a{color:#fabe1e  !important;}
#sshome_search_ul ul li.sshomeactive:before {
    top: 28px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;z-index: 11;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
    display: none;
}
.sshome_search_button{display: block;
   display: block;
   width: 100%;
   height: 33px;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #fff;
   background: #d92727 !important;
   border: 1px solid #ced4da;
   -moz-appearance: none;
   border-radius: .25rem;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}

   .shome_cat{ margin-bottom: 10px; display: inline-block;width: 100%;position: relative}
   .shome_cat_title { margin-bottom: 10px; display: inline-block;width: 100%;position: relative;text-transform: capitalize;    border-bottom: 3px solid #d92727;}
   .shome_cat_title h1 { display: inline-block;border-bottom: 3px solid #faad3c; margin-bottom:-3px;font-size:20px;text-transform: uppercase; position: relative;color: #d92727;font-weight: 600;padding:6px 6px ;}
   .shome_cat_title h2 { display: inline-block;border-bottom: 3px solid #faad3c; margin-bottom:-3px;font-size: 20px;text-transform: uppercase; position: relative;color: #d92727;font-weight: 600;line-height: 20px;padding:6px 6px ;}
   .shome_cat_title h2 a,.shome_cat_title h1 a{color: #d92727;}
   .shome_cat_title h2 a:hover,.shome_cat_title h1 a:hover {color: #faad3c;}
   .shome_cat_title h3 { display: inline-block;border-bottom: 3px solid #faad3c; margin-bottom:-3px;font-size: 16px;text-transform: uppercase; position: relative;color: #d92727;font-weight: 600;line-height: 20px;padding:6px 6px ;}

   #tms_home_bds {margin:auto;width:100%;padding:40px 0px 40px 0px;}
   .tms_home_bds_left{margin-right:-10px;}
   .tms_home_bds_block {display: inline-block;width: 100%;border-bottom: 5px solid #dddddd;}
   .tms_home_bds_block h2 {font-size: 18px;line-height: 33px;text-transform: uppercase;color: #505050;}  
   .tms_home_bds_block_body {margin-right: 10px;margin-bottom:10px;padding: 10px;}

   .tms_home_bds_tab {width: 100%;height: 38px; line-height: 36px; position: relative;border-bottom: 5px solid #ddd; margin-bottom:10px;}
   .tms_home_bds_tab .tablinks{float:left; text-align: center; color: #505050;   font-size: 16px; padding:0px 20px 0px 5px;text-transform: uppercase;}
   .tms_home_bds_tab .active{border-bottom: 5px solid #b10202;margin-top: -3px;color: #b10202; }
   .tabcontent {display: none;width:100%}





   .sieuhomes_loop{box-shadow: 0 1px 10px 0 rgba(0,0,0,0.12);background-color: #ffffff;margin-bottom: 10px;}
   .sieuhomes_loop_img{height: 180px;position: relative;overflow: hidden;}
   .sieuhomes_loop_img img{height: 180px;    object-fit: cover; width:100%}   
   .sieuhomes_loop_title h3 {height: 40px;font-weight: 600;position: relative; overflow: hidden;}
   .sieuhomes_loop_title h3  a{color: #000; font-size: 14px; font-weight: 500;}
   .sieuhomes_loop_price {font-size: 14px;font-weight: 700; color: #c10707; margin-bottom:5px;margin-top:5px;}
   .sieuhomes_loop_price a{color:#c10707;float:right} 
   .sieuhomes_loop_body{padding: 5px;position: relative;}
   .sieuhomes_loop_body ul {margin: 0; padding:0;    display: inline-block;width: 100%;}
   .sieuhomes_loop_body ul li {width: 50%;float: left;font-weight: normal;font-size: 13px;color: #515151;padding-bottom: 5px;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis; max-width: calc(100% - 15px);word-break: break-all;}
   .sieuhomes_loop_location {text-align: center;display: block; overflow: hidden; white-space: nowrap;height: 18px;}
   .sieuhomes_loop_location a{color:#515151; font-size: 14px;} 
   .sieuhomes_loop_footer{font-size: 12px;display: flex;justify-content: space-between;border-top: 1px solid #e0e0e0; color:#fff; padding:5px; background:#d92727}
   .sieuhomes_loop_footer a{color:#fff !important;}  



   .sshome_detail_slider{position: relative;width: 100%;height: 500px;display: block; overflow: hidden;margin-bottom:10px; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%);
    background-color: #ffffff; border-radius: 10px;padding: 10px;}
    .sshome_detail_slider h1{margin-bottom:10px; font-weight: 600;color:#d92727 ; font-size: 16px;}     
    .sshome_detail_slider img{width: 100% !important;height: 480px !important;
        object-fit: cover;transition: all 1s;-webkit-transform: scale(1);
        transform: scale(1);background-color: #cdcbcb;border-radius: 10px;}
        .sshome_detail_slider img:hover {border-radius: 10px;opacity: 1; transform: scale(1.15,1.15); -webkit-transform: scale(1.15,1.15); -moz-transform: scale(1.15,1.15);  -ms-transform: scale(1.15,1.15);-o-transform: scale(1.15,1.15);}
        .sshomes_video_loop iframe{width:100%;height: 380px;}
        .sshome_detail_info{position: relative;width: 100%;height:500px;display: block; overflow: hidden;margin-bottom:10px; box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%);
            background-color: #ffffff; border-radius: 10px;padding: 10px;}


            #sshome_detail_body{box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%); background-color: #ffffff; border-radius: 10px; padding: 10px; margin-bottom: 20px;}
            .sshome_detail_h1{padding-bottom: 10px; color:#606060 ; font-size: 14px;border-bottom: solid 1px #f2f2f2; } 
            .sshome_detail_h1 h1{ font-weight: 600;color:#d92727 ; font-size: 18px; width: 100%;}  
            .price{font-weight: 600;color: #d92727;}
            .sshome_detail_50 ul{ width: 100%;border-radius: 10px; padding: 10px ;margin-bottom: 10px;display: inline-block;    }
            .sshome_detail_50 ul li{color: #414141; float: left;width: 50%;margin-bottom: 3px; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;max-width: calc(100% - 15px);word-break: break-all;}
            .sshome_detail_50 ul li span{ font-weight: 600;}
            .sshome_detail_50 ul li i{color:#faad3c;font-size: 12px;}
            .sshome_detail_hometext{ margin-bottom: 20px; }
            .sshome_detail_hometext img{ max-width: 100%; height: auto; }
            .sshome_detail_tab {width: 100%;height: 38px; line-height: 36px; position: relative;border-bottom: 3px solid #d92727; margin-bottom:10px;}
            .sshome_detail_tab .tablinks{float:left; text-align: center; color: #5c5c5c;  font-size: 18px;    font-weight: 600; padding:0px 20px 0px 5px;text-transform: uppercase;}
            .sshome_detail_tab .active{border-bottom: 3px solid #faad3c;margin-top: -1px;color: #d92727; }
            .sshome_detail_tab_content {display: none;width:100%}

            ul.sshomes_ul_li{ width: 100%;margin-bottom: 10px;display: inline-block; padding: 0;}
            ul.sshomes_ul_li li{width: 100%;margin-bottom: 10px;position: relative;display: inline-block; float: left;}
            ul.sshomes_ul_li li a{color: #414141;}
            ul.sshomes_ul_li span{color:#d92727; float: right;font-weight: 600;}
            .sshomes_note{    border-bottom: 5px solid #faad3c;margin-top: 10px; margin-bottom: 10px;box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%);background-color: #ffffff;border-radius: 10px; padding: 10px;}
            /* booking */
            .sshome_detail_booking {margin-top:20px; padding:10px;box-shadow: 0 2px 10px 0 rgb(250 0 0 / 25%);border-radius: 10px;border: solid 2px rgb(255 42 42);cursor: pointer;}
            .tour-booking .card-item.active, .tour-booking .card-item:hover {box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);border: solid 2px rgba(26,75,183,0.4);cursor: pointer;}
            .tour-booking .card-item {text-align: center;color: #2b2b2b;font-size: 24px;height: 96px;border-radius: 4px;box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);background-color: #ffffff;padding: 10px;position: relative;border: solid 2px #ffffff;}
            .tour-booking .card-item .day-of-week, .tour-booking .card-item .month {font-size: 12px;line-height: 1.5;color: #626262;}
            .tour-booking .set-tour {height: 44px;border-radius: 8px;border: solid 1px #1a4bb7;background-color: #ffffff;color: #1a4bb7;width: 100%;font-size: 16px;font-weight: 700;outline: none !important}


            /* box_tinhthanh */
            .box_tinhthanh{  position: relative; overflow: hidden; border-radius: 10px;background: #fff; margin-bottom:10px;}
            .box_tinhthanh img{width:100%;height:250px;  border-radius: 10px; transform: translateZ(0);
                transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;}
                .box_tinhthanh img:hover {transform: scale(1.12);} 
                .box_tinhthanh:before {content: '';position: absolute;left: 0;bottom: 0;  right: 0;border-radius: 10px; top: 30%; background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%); z-index: 2;}
                .box_tinhthanh_detail{padding: 10px;border-radius: 10px;position: absolute; z-index: 11;color:#fff; border-radius: 8px;bottom: 10px;width: 100%;}
                .box_tinhthanh_detail h3 { font-weight: 700; padding-bottom: 5px;margin-bottom: 10px;font-size: 22px; position: relative;}
                .box_tinhthanh_detail a,.box_tinhthanh_detail h3 a {color:#fff;}
                .box_tinhthanh_detail h3:before {content: '';position: absolute;left: 0; bottom: 0;width: 40px;height: 3px;background: #ec0000;}


                /* agency */
                .agency{display:block;position: relative}
                .agency_list{width:100%;margin-bottom: 5px;display: inline-block;    background: #FFFFFF;border: 1px solid #E6E6EC;box-sizing: border-box;box-shadow: 0px 4px 16px rgb(13 38 59 / 6%);border-radius: 12px;padding: 5px;}
                .agency_list_img{position: relative;background-color: #fff; width: 60px;height: 60px;-webkit-transition: box-shadow 0.2s;-moz-transition: box-shadow 0.2s; transition: box-shadow 0.2s; float:left; margin-right:5px;border: 2px solid #e2e2e2; -webkit-border-radius: 100%;}
                .agency_list_img img {height: 100%;width: 100%; object-fit: cover; -webkit-border-radius: 100%; }
                .agency_list_text {text-align: center;}
                .agency_list_text a {color: #d92727;font-size: 16px;font-weight: 500; }
                .agency_list_tich {text-align: center;font-size: 14px; color: #d92727; height: 20px;width: 20px;font-weight: 600; position: absolute; z-index: 1; top: 0px; left: -5px;-webkit-border-radius: 100%;}

                /* thong ke */
                .home-category-card {
                    border-radius: 8px;
                    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
                    background-color: #ffffff;
                    padding: 10px;
                    margin-bottom: 1rem;
                }
                .category-card-head {display: flex;align-items: center;}
                .category-card-avatar {height: 30px;width: 40px;background: transparent none no-repeat center center/auto 100%;}
                .home-category-card h2 {font-size: 22px;color: #ff9900;margin: 0;font-weight: 500;}
                .statistical-item i{margin-right: 8px;display: block;width: 31px;font-size:30px;}
                .home-category-ul ul{padding:5px; margin:0}
                .home-category-ul ul li {list-style-type: none; }
                .home-category-ul ul li a {color: #494949; }
                @media (max-width: 779px) {
                    .sshome_detail_slider,.sshome_detail_info {height: auto; }  
                    .sshome_detail_slider img {height:320px !important;}
                }


                @media (max-width: 579px) {
                    .sshome_detail_slider,.sshome_detail_info {height: auto; }  
                    .sshome_detail_slider img {height: 260px !important;}
                    .sshome_detail_tab .tablinks{float:left; text-align: center; color: #5c5c5c;  font-size: 14px;    font-weight: 600; padding:0px 10px 0px 5px;text-transform: uppercase;}
                    .sshome_detail_50 ul li {width: 100%;}

                    .sieuhomes_hide{display: none !important;}   
                    .sieuhomes_loop_title h3 {height: 60px;position: relative;overflow: hidden;}    
                    .sieuhomes_loop_img {height: 140px;}   
                    .sieuhomes_loop_img img {height: 140px;}    
                    .sieuhomes_loop_body ul li {
                        width: 100%;
                        float: left;
                        font-weight: normal;
                        font-size: 14px;
                        color: #515151;
                        padding-bottom: 5px;}
                    }

                    /* moi them */
                    .article-package {
                        position: relative;
                    }
                    .article-package .list-radio li.checked-vip1 {
                        background-color: #993393;
                    }
                    .article-package .list-radio li {
                        border: solid 1px rgba(43,43,43,0.15);
                        border-radius: 8px;
                        padding: 9px;
                        width: 180px;
                    }
                    .article-package .list-radio li input[type="radio"] {
                        position: absolute;
                        opacity: 0;
                        z-index: 10;
                        height: 20px;
                        width: 20px;
                        outline: 0;
                    }
                    .article-package .list-radio li.checked-vip1 label {
                        color: #ffffff;
                    }
                    .article-package .list-radio li.vip1 label {
                        color: #993393;
                        font-size: 16px;
                        font-weight: 600;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: normal;
                    }
                    .article-package .list-radio li input[type="radio"]:checked ~ .check {
                        border: 2px solid #ffffff;
                    }
                    .article-package .list-radio .check {
                        border: 2px solid #787878;
                        border-radius: 100%;
                        height: 18px;
                        width: 18px;
                        top: 13px;
                        left: 10px;
                        z-index: 7;
                        transition: border 0.25s linear;
                        -webkit-transition: border 0.25s linear;
                    }
                    .article-package .list-radio li input[type="radio"]:checked ~ .check::before {

                    }
                    .article-package .list-radio .check::before {
                        position: absolute;
                        content: "";
                        border-radius: 100%;
                        height: 80%;
                        width: 80%;
                        margin: auto;
                        transition: background 0.25s linear;
                        -webkit-transition: background 0.25s linear;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                    .article-package .check::before {
                        content: "";
                        border-radius: 100%;
                        width: 12px;
                        height: 12px;
                        display: block;
                        margin: auto;
                        transition: background 0.25s linear;
                        -webkit-transition: background 0.25s linear;
                        transform: translate(-50%, -50%);
                        z-index: 8;
                        position: absolute;
                        left: 8px;
                        top: 8px;
                    }
                    .article-package .list-radio li.checked-vip1 label {
                        color: #ffffff !important;
                    }
                    .article-package .list-radio label {
                        margin-left: 28px;
                    }
                    .article-package .list-radio li.checked-vip2 {
                        background-color: #dd8c43;
                    }
                    .article-package .list-radio li.checked-vip2 label {
                        color: #ffffff !important;
                    }
                    .article-package .list-radio li.vip2 label {
                        color: #dd8c43;
                        font-size: 16px;
                        font-weight: 600;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: normal;
                    }
                    .article-package .list-radio li.checked-vip3 {
                        background-color: #b18734;
                    }
                    .article-package .list-radio li.checked-vip3 label {
                        color: #ffffff !important;
                    }
                    .article-package .list-radio li.vip3 label {
                        color: #b18734;
                        font-size: 16px;
                        font-weight: 600;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: normal;
                    }
                    .article-package .list-radio li.checked-vip4 {
                        background-color: #626262;
                    }
                    .article-package .list-radio li.checked-vip4 label {
                        color: #ffffff !important;
                    }
                    .article-package .list-radio li.vip4 label {
                        color: #626262;
                        font-size: 16px;
                        font-weight: 600;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: normal;
                    }
                    .article-package .article-package-type {
                        padding: 12px 12px 12px 16px;
                        border-radius: 8px;
                        background-color: #F5F8FD;
                    }
                    .mb-4, .my-4 {
                        margin-bottom: 1.5rem!important;
                    }
                    .article-package .article-package-type .article-package-info {
                        min-width: 281px;
                        margin-right: 32px;
                    }
                    .d-flex {
                        display: -ms-flexbox!important;
                        display: flex!important;
                    }
                    .mb-20 {
                        margin-bottom: 20px !important;
                    }
                    .article-package .article-package-type .img-description-package {
                        max-width: 100%;
                    }
                    .article-package-image{
                        width: 100%;
                    }
                    .article-package .info_package_time:nth-child(1) {
                        flex: 1;
                    }
                    .article-package .info_package_time {
                        margin-right: 22px;
                    }
                    .article-package .info_package_select {
                        padding: 12px 12px 8px 9px;
                        border-radius: 8px;
                        background-color: #f7f7f7;
                        margin-bottom: 36px;
                    }
                    .align-items-center {
                        -ms-flex-align: center!important;
                        align-items: center!important;
                    }
                    .justify-content-between {
                        -ms-flex-pack: justify!important;
                        justify-content: space-between!important;
                    }
                    .background-purple-light {
                        background-color: #f2e4f2 !important;
                    }


                    .item-agency {
                        background: #FFFFFF;
                        border: 1px solid #DDDEE6;
                        box-sizing: border-box;
                        box-shadow: 0px 3px 8px rgb(16 20 38 / 8%);
                        border-radius: 12px;
                        padding: 16px 15px 17px;
                        min-width: 330px;
                    }
                    .item-agency .basic-info {
                        display: flex;
                        align-items: flex-start;
                        margin: 0 0 15px;
                    }
                    .avatar {
                        width: 50px;
                        height: 50px;
                        display: block;
                        margin-right: 10px;
                        position: relative;
                    }
                    .avatar img {
                        display: inline-block;
                        vertical-align: middle;
                        max-width: 100%;
                        height: 100%;
                        object-fit: cover;
                        overflow: hidden;
                        border-radius: 50%;
                    }
                    .item-agency .basic-info .right {
                        flex: 0 0 calc(100% - 60px);
                        margin-top: 4px;
                    }
                    .item-agency .basic-info .right .right-head {
                        display: flex;
                        align-items: flex-start;
                        justify-content: space-between;
                    }
                    .item-agency .basic-info .right .fullname {
                        font-weight: bold;
                        font-size: 14px;
                        line-height: 22px;
                        color: #14142B;
                        display: flex;
                        align-items: center;
                        margin: 0 0 5px;
                        padding: 0;
                    }
                    .item-agency .basic-info .right .fullname::after {
                        content: "";
                        display: block;
                        margin: 0 0 0 5px;
                        width: 14px;
                        height: 14px;
                        background: transparent url(../images/sieuhomes/icon_checked.svg) no-repeat center/12px auto;
                    }
                    .item-agency .basic-info .right .text {
                        font-size: 13px;
                        line-height: 20px;
                        color: #6E7191;
                        margin: 0;
                    }
                    .item-agency .box-action {
                       display: flex;
                       align-items: center;
                       justify-content: 
                   }
                   .item-agency .box-action .btn {
                    border: 1px solid #DDDEE6;
                    box-sizing: border-box;
                    border-radius: 5px;
                    color: #14142b;
                    flex: 0 0 48%;
                    min-width: 140px;
                    height: 38px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 13px;
                }
                .item-agency .box-action .btn.btn-chat::before {
                    content: '';
                    background-color: #FFBF00;
                    width: 19px;
                    height: 21px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                }
                .item-agency .box-action .btn.btn-phone::before {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    mask: url(../images/sieuhomes/icon_phone.svg) no-repeat center/18px auto;
                    -webkit-mask: url(../images/sieuhomes/icon_phone.svg) no-repeat center/18px auto;
                    background-color: #27AE60;
                    width: 18px;
                    height: 21px;
                    margin-right: 5px;
                }
                .item-agency .box-action .btn.btn-phone.show {
                    border: 1px solid #14142b;
                    background-color: #14142B;
                    color: #FFFFFF;
                }