﻿.my-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 45%);
    z-index: 9999999999999999999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
}

.title-search-estate-child .my-slug {
    justify-content: center;
    color: #fff !important;
}

.des-date-view-pro-child {
    margin-top: 20px;
}

.detail-pro-break a:hover {
    background: #000;
    color: #fff !important;
}

.des-date-view-pro-child span {
    display: block;
    font-size: 16px;
    font-family: 'MonM';
}

a#ctbanner_btnresetall:hover {
    background: #dc2321;
    color: #fff;
}

    a#ctbanner_btnresetall:hover strong {
        color: #fff;
    }

.righttrangcon .my-side.place {
    display: none;
}

.detail-pro-video .iframe {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

.detail-pro-video .title {
    font-size: 22px;
    color: var(--default-color-1);
    font-family: robotoM;
    font-weight: 100;
    margin: 0;
    margin-top: 42px;
    margin-bottom: 16px;
}

.detail-pro-video iframe {
    width: 100%;
    height: 100%;
}

.my-menu.show {
    opacity: 1;
    pointer-events: all;
}

.my-menu-logo {
}

    .my-menu-logo img {
        width: 230px;
        height: 100%;
    }

.my-menu.show .my-menu-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.rs-nav-list li a:hover span {
    color: #dc2321;
}

.my-menu-container {
    width: 75%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .75s;
}

    .my-menu-container .btn > div {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .my-menu-container .btn a {
        width: calc(50% - 10px);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        overflow: hidden;
        font-family: 'openSB';
        color: #2c2c2c;
        font-size: 14px;
        padding: 10px 0;
    }

        .my-menu-container .btn a:first-child {
            border: 1px solid #CCCCCC;
        }

            .my-menu-container .btn a:first-child:hover {
                background-color: #fafafa;
            }

        .my-menu-container .btn a:last-child {
            background-color: var(--default-color-3);
            color: #fff;
        }

.dnthanhcong {
    background-color: transparent !important;
    border: none !important;
    width: 100% !important;
}

.my-menu-container .my-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--default-color-3);
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

    .my-menu-container .my-avatar img {
        width: 100%;
        height: 100%;
    }

    .my-menu-container .my-avatar span {
        color: #fff;
        font-size: 18px;
    }

.dnthanhcong span {
    color: #333;
    white-space: nowrap;
    flex: 1;
}

.my-menu-container .btn a:last-child:hover {
    opacity: .8;
}

.my-menu-container .btn-dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    font-family: 'MonSB';
    color: var(--default-color-1);
    font-size: 15px;
    padding: 10px 0;
    border: 1px solid var(--default-color-1);
    margin-top: 15px;
    transition: all .3s;
}

    .my-menu-container .btn-dt:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

.rs-nav-list {
    margin-top: 31px;
}

    .rs-nav-list li {
    }

.rs-nav-item.active {
    background-color: var(--default-color);
    border-left: 2px solid var(--default-color-3);
}

    .rs-nav-item.active .btn-drop {
        transform: rotate(-180deg);
    }

.rs-nav-list li a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #3333331c;
}

.rs-nav-item.active .rs-nav-drop {
    display: block;
}

.rs-nav-drop {
    display: none;
}

    .rs-nav-drop .drop-item {
    }

    .rs-nav-drop .drop-link {
        font-size: 14px;
        padding-left: 8px;
        position: relative;
    }

.rs-nav-list li img {
    margin-right: 10px;
    width: 24px;
}

.rs-nav-list li span {
    color: #2c2c2c;
    font-size: 16px;
}

.my-menu-top {
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-menu .my-dx::before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #000;
    top: -18px;
    opacity: .1;
    border-radius: 19px;
}

.my-menu .my-dx {
    width: calc(100% - 20px);
    background-color: var(--default-color-3);
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-family: openM;
    border-radius: 5px;
    font-size: 17px;
    padding: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-nav-item {
    position: relative;
    border-left: 2px solid transparent;
    padding: 0 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .rs-nav-item .btn-drop {
        position: absolute;
        right: 21px;
        top: 9px;
        color: #fff;
        font-size: 12px;
        height: 100%;
        background-color: var(--default-color-1);
        width: 28px;
        border-radius: 50%;
        height: 28px;
    }

        .rs-nav-item .btn-drop i {
            pointer-events: none;
        }

.my-thanhcong {
    position: relative;
}

    .my-thanhcong::before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        height: 40px;
        display: none;
    }

    .my-thanhcong:hover::before {
        display: block;
    }

    .my-thanhcong:hover::before {
        display: block;
        z-index: 2;
    }

    .my-thanhcong::before {
        content: '';
        position: absolute;
        bottom: -15px;
        width: 100%;
        display: none;
        height: 30px;
    }

    .my-thanhcong:hover .success-login-drop {
        display: block;
    }

.success-login-drop {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #3333333d;
    z-index: 2;
    width: 145%;
    top: 122%;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

    .success-login-drop ul {
        padding: 8px 0;
    }

    .success-login-drop li {
    }

        .success-login-drop li:last-child {
            border-top: 1px solid #33333321;
        }

    .success-login-drop a {
        display: flex;
        align-items: center;
        padding: 8px 12px;
    }

        .success-login-drop a img {
            width: 25px;
        }

        .success-login-drop a span {
            font-size: 14px;
            color: #2f2f2f;
            display: block;
            margin-left: 10px;
        }

        .success-login-drop a:hover span {
            color: var(--default-color-3);
        }

        .success-login-drop a:last-child {
            padding: 10px 12px;
        }

.my-slug {
    color: var(--default-color-3) !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
    font-family: 'MonM';
    margin-bottom: 15px;
}

    .my-slug a:first-child {
        margin-left: 0;
        margin-right: 8px;
    }

    .my-slug a:hover {
        color: #fff !important;
        text-decoration: none;
        background: #333;
    }

    .my-slug a {
        width: unset;
        display: inline-block;
        white-space: nowrap;
        text-decoration: unset;
        padding: 0;
        float: unset;
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 8px;
        color: var(--default-color-3) !important;
        background: #fff;
        padding: 5px 10px;
        border-radius: 50px;
        border: 1px solid #e0e0e0;
    }

    .my-slug h3 {
        width: 100%;
        padding: 0;
        border: none;
        background-color: transparent;
        font-family: 'MonM';
        color: inherit;
        margin-left: 15px;
        font-weight: 100;
        color: #333;
        font-size: 15px;
    }

        .my-slug h3::before {
            display: none;
        }

.my-titlethongke a:nth-child(2) {
    padding-right: 0;
}

.my-titlethongke span a {
    border: none;
}

.my-titlethongke {
    display: flex;
    align-items: center;
    border: 1px solid #3333331c;
    border-radius: 5px;
    overflow: hidden;
}

    .my-titlethongke span a {
        border-left: none;
        border-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #3333339c;
        background-color: transparent;
    }

    .my-titlethongke a:hover {
        background-color: #F2F2F2;
        color: #333;
    }

    .my-titlethongke a.active {
        background-color: var(--default-color-1);
        color: #fff;
    }

    .my-titlethongke a {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        color: #3333339c;
        font-size: 15px;
        border-right: 1px solid #3333331c;
    }

        .my-titlethongke a img {
            width: 20px;
        }

.my-side {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 26px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

    .my-side .more:hover {
        color: var(--default-color-1);
    }

    .my-side .more {
        cursor: pointer;
        color: var(--default-color-3);
        font-size: 14px;
        width: fit-content;
        margin-top: 10px;
        user-select: none;
        transition: all .3s;
    }

        .my-side .more span {
        }

        .my-side .more i {
            margin-left: 7px;
        }

        .my-side .more.active span {
        }

        .my-side .more.active i {
            transform: rotate(-180deg);
        }

    .my-side.df {
    }

        .my-side.df h3 {
            background-color: #fff;
            color: var(--default-color-1);
            font-size: 15px;
            padding: 0;
            position: relative;
            padding-bottom: 6px;
            text-transform: uppercase;
        }

            .my-side.df h3::before {
                content: '';
                position: absolute;
                width: 40px;
                height: 2px;
                background-color: var(--default-color-1);
                bottom: 0;
            }

    .my-side h3 {
        margin: 0;
        font-family: 'MonB';
        font-size: 18px;
        color: var(--default-color-1);
        margin-bottom: 12px;
        width: fit-content;
        border-radius: 55px;
        text-transform: uppercase;
        padding-bottom: 4px;
        position: relative;
        font-weight: normal;
    }

        .my-side h3::before {
            content: '';
            position: absolute;
            width: 35px;
            height: 2px;
            background-color: var(--default-color-1);
            bottom: 0;
        }

    .my-side a:hover {
        color: var(--default-color-1);
    }

        .my-side a:hover::before {
            color: var(--default-color-2);
        }

    .my-side a:first-child {
        margin-top: 0;
    }

    .my-side a:last-child {
        margin-bottom: 0;
    }

    .my-side a span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .my-side a {
        font-size: 15px;
        text-decoration: none !important;
        display: block;
        color: #555;
        transition: all linear .2s;
        position: relative;
        padding-left: 13px;
        display: flex;
        align-items: center;
        font-family: 'MonM';
        padding: 6px 0;
        border-bottom: 1px solid #3333330d;
        padding-left: 13px;
        line-height: 162%;
        font-weight: normal;
    }

    .my-side.df a::before {
    }

    .my-side a::before {
        content: '\f105';
        position: absolute;
        font-family: FontAwesome;
        font-size: 9px;
        left: 0;
        color: #2c2c2c;
        transform: translateY(0px);
        opacity: 1;
        transition: all linear .2s;
        top: 6px;
    }

    .my-side a:last-child {
        margin-bottom: 0;
    }

    .my-side.place .list {
        max-height: 448px;
        overflow: hidden;
    }

        .my-side.place .list.active {
            max-height: unset;
        }

.my-title-top {
    margin: 0;
    color: #2c2c2c;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'MonB';
    font-weight: normal;
}

.my-filter-1__btn:hover {
    opacity: .8;
}

.my-filter-1__btn {
    border: 1px solid #fafafa;
    color: #2c2c2c;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    background-color: var(--default-color-1);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 14px;
}

.search.search-name-bds {
    position: relative;
}

#ctbanner_banner_UpdatePanelSearchN {
}

.search.search-name-bds .grid.wide {
    position: relative;
    max-width: 1272px;
}

.search.search-name-bds .my-da-search {
    justify-content: normal;
    margin: 0;
}

.search.search-name-bds #search-duan {
    top: 97%;
    left: 0;
    right: unset;
    width: fit-content;
}

.my-filter-1 {
    background-color: rgb(255 250 240 / 80%);
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    flex-flow: column;
}

    .my-filter-1::before {
        background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, #fff 100%);
        content: "";
        display: inline-block;
        width: 16px;
        position: absolute;
        top: 0;
        left: 0px;
        height: 100%;
        z-index: 8;
        pointer-events: none;
        display: none;
    }

    .my-filter-1::after {
        background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, #fff 100%);
        content: "";
        display: inline-block;
        width: 48px;
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 8;
        height: 100%;
        pointer-events: none;
        display: none;
    }

    .my-filter-1 .container {
        display: flex;
        align-items: center;
    }

    .my-filter-1 .cate {
        display: flex;
        align-items: center;
        margin: 0 15px;
    }

        .my-filter-1 .cate a {
            color: #999;
            font-size: 14px;
            font-family: robotoM;
            border: 1px solid #CCCCCC;
            margin: 0;
            display: inline-block;
            padding: 6px 10px;
            height: 32px;
            white-space: nowrap;
            user-select: none;
        }

            .my-filter-1 .cate a:hover {
                color: #2c2c2c;
                background-color: #f2f2f2;
            }

            .my-filter-1 .cate a.active {
                color: #fff;
                background-color: #505050;
                border-color: #505050;
            }

            .my-filter-1 .cate a:first-child {
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                padding: 6px 18px;
            }

            .my-filter-1 .cate a:last-child {
                border-left: 0;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

    .my-filter-1 .search {
        position: relative;
    }

.list-search-bottom-wid {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-filter-1 .search input {
    display: block;
    width: 380px;
    outline: none;
    background-color: #fff;
    height: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    font-family: 'MONM';
    color: #242424;
    font-size: 15px;
}

.my-filter-1 .search:hover input {
    border: 1px solid #CCCCCC;
}

.my-filter-1 .search-result {
}

.my-filter-1 .box-tim:hover, .my-filter-1 .box-tim1:hover {
}

.my-da-search .box-tim {
    flex: 1 !important;
    height: 100% !important;
}

.my-da-search .label-search {
    width: fit-content;
}

.search-bds-child {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.back-decor-search img {
}

.back-decor-search {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}

.title-search-estate-child h3 {
    font-family: 'MonSB';
    font-size: 22px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: normal;
    margin-top: 12px;
}

.back-decor-search:before {
    content: "";
    position: absolute;
    background: hsl(0deg 0% 0% / 50%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search-bds-child .grid.wide {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    position: relative;
}

.label-search i:before {
    content: "";
    position: absolute;
    background: url(/Design/img/PhuTuan/drop.png) no-repeat;
    background-size: cover;
    right: 0;
    width: 11px;
    height: 7px;
    top: 3px;
}

div#ctbanner_UpdatePanel2 {
    position: relative;
}

a#ctbanner_btnresetall {
    background: transparent;
    color: #fff !important;
    border: 1px solid #dc2321;
    border-radius: 6px;
    width: max-content;
    position: relative;
    top: 18px;
    padding: 12px 10px;
    font-size: 14px;
    margin-left: 15px;
}

    a#ctbanner_btnresetall .icon {
        color: #fff;
    }

.list-province-full .label-search, .list-ward-full .label-search {
    font-size: 17px;
    pointer-events: none;
    margin-bottom: 5px;
    color: #2c2c2c;
    margin-top: 10px;
    font-family: 'MonB';
    font-weight: normal;
    position: relative;
}

.list-province-full {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: unset;
    cursor: pointer;
    width: 235px;
    position: relative;
}

.filter-box .label-search i {
    top: auto;
    bottom: -17px;
    z-index: 1;
}

input#ctbanner_chkWard_0 {
    display: none;
}

.filter-select.ward-checkbox-list td {
    padding: 8px 8px 8px 0px;
    font-family: 'MONM';
    color: #242424;
    font-size: 15px;
    outline: none;
    border: none;
}

.list-ward-full {
    padding: 0 11px;
    width: 240px;
    position: relative;
}

.filter-select tbody, .filter-select tbody tr {
    border: none;
    outline: none;
    width: 100%;
    display: block;
}

.checboklist-streets {
    width: 275px;
    height: 310px;
    overflow-y: scroll;
}

.box-sreets-child .label-search {
    font-size: 17px;
    pointer-events: none;
    margin-bottom: 5px;
    color: #2c2c2c;
    margin-top: 10px;
    font-family: 'MonB';
    font-weight: normal;
}

span#ctbanner_lbStreets {
    font-size: 16px;
    font-family: 'MonM';
    color: #555;
    pointer-events: none;
    border-radius: 50px;
    padding: 9px 8px 9px 15px;
    border: 1px solid #e0e0e0;
    width: 100%;
    display: block;
    background: #fff;
}

.box-sreets-child {
    width: 225px;
    padding: 12px 5px;
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}

    .box-sreets-child .label-search i {
        top: auto;
        bottom: 40px;
        right: 15px;
    }

a#ctbanner_btnSearchStreet {
    border: 1px solid #fafafa;
    color: #2c2c2c;
    display: flex;
    width: fit-content;
    margin: 0 auto;
    background-color: var(--default-color-1);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 14px;
}

table#ctbanner_ddlStreets {
}

a#ctbanner_btnSearchStreet:hover {
    background: #2c2c2c;
}

.my-filter-1 .box-tim, .my-filter-1 .box-tim1 {
    border-radius: 0;
    border: none;
    position: relative;
    padding: 12px 5px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: unset;
    cursor: pointer;
    width: 225px;
    padding-right: 5px;
    margin: 0;
    font-family: 'MONM';
    color: #242424;
    font-size: 16px;
}

    .my-filter-1 .box-tim .icon {
        color: #2c2c2c;
        font-weight: 100;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'MonSB';
    }

        .my-filter-1 .box-tim .icon i {
            color: #333;
            opacity: .7;
            font-size: 14px;
        }

        .my-filter-1 .box-tim .icon strong {
            line-height: 100%;
            margin-left: 7px;
            white-space: nowrap;
            font-size: 14px;
            color: var(--default-color-1);
            font-family: 'MonM';
        }

    .my-filter-1 .box-tim .label-search, .my-filter-1 .box-tim1 .label-search {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 17px;
        pointer-events: none;
        margin-bottom: 5px;
        color: #2c2c2c;
        margin-top: 10px;
        font-family: 'MonB';
        font-weight: normal;
    }

        .my-filter-1 .box-tim .label-search span, .my-filter-1 .box-tim1 .label-search span {
            width: fit-content;
        }

        .my-filter-1 .box-tim .label-search i, .my-filter-1 .box-tim1 .label-search i {
            top: 36px;
            right: 15px;
            font-size: 12px;
            color: #2c2c2c;
        }

    .my-filter-1 .box-tim .value, .my-filter-1 .box-tim1 .value {
        font-size: 16px;
        font-family: 'MonM';
        color: #555;
        pointer-events: none;
        border-radius: 50px;
        padding: 9px 8px 9px 15px;
        border: 1px solid #e0e0e0;
        width: 100%;
        display: block;
        background: #fff;
    }

    .my-filter-1 .box-tim.mucgia .value {
        display: flex;
        align-items: center;
    }

        .my-filter-1 .box-tim.mucgia .value .plus {
            margin: 0 5px;
        }

.help-wrap-1 {
    height: max-content;
    z-index: 1;
}

.my-banner-da {
    height: 420px;
    overflow: hidden;
    position: relative;
}

    .my-banner-da .swiper-pagination {
        position: absolute;
        width: fit-content;
        right: 0;
        left: unset;
        top: unset;
        bottom: 30px;
    }

        .my-banner-da .swiper-pagination .swiper-pagination-bullet {
            background-color: #fff;
            pointer-events: all;
        }

        .my-banner-da .swiper-pagination .swiper-pagination-bullet-active {
        }

    .my-banner-da .swiper {
        height: 100%;
        width: 100%;
    }

    .my-banner-da .banner-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .my-banner-da .banner-item::before {
            content: "";
            width: 100%;
            height: 260px;
            background: linear-gradient(180deg, rgba(44,44,44,0) 0%, rgba(44,44,44,0.8) 100%);
            mix-blend-mode: multiply;
            bottom: 0;
            left: 0;
            position: absolute;
        }

    .my-banner-da .img {
    }

        .my-banner-da .img img {
            display: block;
        }

    .my-banner-da .container {
        position: absolute;
        bottom: 0;
        z-index: 2;
        padding-bottom: 35px;
        width: 100%;
    }

    .my-banner-da .content {
        width: fit-content;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 24px;
        background-image: url(../../Design/img/home-san-bg.png);
        background-size: cover;
    }

    .my-banner-da .content-top span {
        font-family: robotoR;
        position: relative;
        display: inline-flex;
        align-items: center;
        padding-left: 15px;
    }

        .my-banner-da .content-top span::before {
            content: '';
            position: absolute;
            width: 2px;
            height: 2px;
            left: 5px;
            background-color: var(--default-color-3);
        }

    .my-banner-da .content-top {
        width: fit-content;
        color: #ffff;
        font-family: 'MonB';
        font-size: 14px;
        border-radius: 5px;
    }

    .my-banner-da .content-center {
        padding: 10px 0;
    }

        .my-banner-da .content-center h3 {
            margin: 0;
            font-size: 32px;
            color: #fff;
            font-family: 'MonB';
            margin-top: 14px;
            margin-bottom: 14px;
            margin: 0;
            text-transform: uppercase;
        }

    .my-banner-da .content-bottom {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
    }

    .my-banner-da .swiper-button-next {
    }

    .my-banner-da .swiper-button-prev {
    }

    .my-banner-da .swiper-button-next,
    .my-banner-da .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-color: #fff;
        color: #333;
        border-radius: 5px;
        border: 1px solid #CCCCCC;
    }

        .my-banner-da .swiper-button-next::after, .my-banner-da .swiper-button-prev::after {
            font-size: 16px;
        }

/* Dự án */

.da-slug {
    display: flex;
    align-items: center;
}

    .da-slug a {
        text-decoration: none !important;
        color: #999;
        font-size: 14px;
    }

    .da-slug p {
        margin: 0;
        color: #2c2c2c;
        font-size: 14px;
        margin: 0 5px;
    }

    .da-slug span {
        color: #2c2c2c;
        font-size: 14px;
    }

    .da-slug a:hover {
        color: #2c2c2c;
    }

.my-da-search .reset .icon {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    border: none;
}

    .my-da-search .reset .icon:hover::before {
        opacity: 1;
        transform: translateY(0);
    }

    .my-da-search .reset .icon::before {
        content: 'Reset bộ lọc';
        position: absolute;
        white-space: nowrap;
        background-color: #000000cc;
        border-radius: 3px;
        top: 100%;
        color: #fff;
        font-size: 12px;
        font-family: 'robotoM';
        padding: 5px 14px;
        transform: translateY(10px);
        pointer-events: none;
        opacity: 0;
        transition: all ease .2s;
    }

.my-da-search .reset:hover .icon {
    background-color: #fafafa;
}

.my-da-search .reset {
    flex: 1;
    padding: 0;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.my-da-title {
    color: #2c2c2c;
    font-size: 24px;
    margin: 0;
    font-family: 'MonB';
    font-weight: 100;
    margin-top: 10px;
}

.da-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    user-select: none;
    margin-bottom: 16px;
    margin-top: 14px;
}

    .da-options span {
        color: #2c2c2c;
        font-size: 14px;
    }

    .da-options .radio {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        width: 138px;
        height: 30px;
        position: relative;
        cursor: pointer;
        background-color: #fff;
    }

    .da-options .radio-item:hover {
        background-color: #f2f2f2;
    }

    .da-options .radio-item {
        position: relative;
        height: 32px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .da-options .radio-item input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

            .da-options .radio-item input:checked ~ label {
                color: #74150f
            }

        .da-options .radio-item label {
            pointer-events: none;
            display: block;
            width: 100%;
            padding: 6px 16px;
            font-size: 14px;
            color: #2c2c2c;
        }

    .da-options .radio-drop {
        position: absolute;
        top: 102%;
        padding-top: 8px;
        padding-bottom: 8px;
        box-shadow: 0px 8px 20px rgba(182,182,182,0.3);
        background: #fff;
        width: 100%;
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.radio.show .radio-drop {
    display: block;
}

.da-options .radio:hover {
    border-color: #2c2c2c;
}

.da-options .radio .text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    color: #2c2c2c;
    cursor: pointer;
    pointer-events: none;
}

    .da-options .radio .text span {
        pointer-events: none;
    }

    .da-options .radio .text i {
        font-size: 12px;
        pointer-events: none;
    }

.da-wrap {
    width: calc(100% - 360px);
    float: right;
}

.my-banner-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .my-banner-wrap .container {
        position: relative;
        height: 100%;
        width: 100%;
        pointer-events: none;
    }

.da-container {
    overflow: hidden;
}

/* side dự án */

.my-side-da {
}

    .my-side-da .side-wrap {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

    .my-side-da .side-da {
        height: 248px;
        color: unset;
        text-decoration: none !important;
        position: relative;
        display: block;
        width: 100%;
    }

        .my-side-da .side-da .img {
            position: relative;
            height: 100%;
            width: 100%;
        }

            .my-side-da .side-da .img::before {
                content: "";
                width: 100%;
                height: 133px;
                background: linear-gradient(180deg, rgba(44,44,44,0) 0%, rgba(44,44,44,0.8) 100%);
                mix-blend-mode: multiply;
                bottom: 0;
                left: 0;
                position: absolute;
            }

        .my-side-da .side-da img {
            width: 100%;
            display: block;
            height: 100%;
        }

        .my-side-da .side-da .content {
            position: absolute;
            z-index: 2;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 16px 16px;
        }

        .my-side-da .side-da h3 {
            margin: 0;
            font-family: 'robotoM';
            color: #fff;
            font-size: 18px;
            font-weight: 100;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 10px;
        }

        .my-side-da .side-da span {
            font-size: 14px;
            color: #fff;
            display: block;
            opacity: .8;
        }

    .my-side-da .side-heading {
    }

    .my-side-da .swiper-button-next,
    .my-side-da .swiper-button-prev {
        width: 32px;
        height: 32px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        border: 1px solid #CCCCCC;
    }

        .my-side-da .swiper-button-next::after,
        .my-side-da .swiper-button-prev::after {
            font-size: 14px;
            color: #2c2c2c;
        }

    .my-side-da .side-heading h3 {
        margin: 0;
        font-family: 'MonB';
        font-weight: 100;
        font-size: 18px;
        color: var(--default-color-1);
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .my-side-da .swiper-paginations {
        position: absolute;
        top: unset;
        bottom: 10px;
        left: unset;
        right: 10px;
        z-index: 2;
        width: fit-content;
    }

    .my-side-da .swiper-pagination-bullet {
        background-color: #fff;
    }

    .my-side-da .swiper-pagination-bullet-active {
    }

    .my-side-da .side-news-item {
        border-bottom: 1px solid #F2F2F2;
        margin-bottom: 15px;
        transition: transform 0.3s;
    }

        .my-side-da .side-news-item:last-child {
            margin-bottom: 0;
        }

    .my-side-da .side-news-link {
        color: unset;
        text-decoration: none !important;
        display: flex;
        padding: 10px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 5px;
    }

    .my-side-da .side-news-item .img {
        width: 102px;
        border-radius: 5px;
        height: 84px;
        overflow: hidden;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .my-side-da .side-news-item img {
        display: block;
        transition: all linear .2s;
    }

    .my-side-da .side-news-item:hover img {
        transform: scale(1.02);
    }

    .my-side-da .side-news-item .content {
        flex: 1;
        padding: 4px 0;
        padding-left: 14px;
        padding-bottom: 0;
        padding: 0 8px;
    }

    .my-side-da .side-news-item:hover h3 {
        color: var(--default-color-1);
    }

    .my-side-da .side-news-item h3 {
        margin: 0;
        font-size: 14px;
        font-family: 'MonSB';
        color: #242A36;
        line-height: 138.7%;
        transition: all .3s;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding: 0;
    }

.date-estae-h {
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.date-view-resate {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.my-side-da .side-news-item span {
    font-size: 13px;
    display: block;
    color: #999;
    margin-left: 4px;
}

.my-da-search::before,
.my-da-search::after {
    display: none !important;
}

.my-da-search > div {
    position: relative;
}

.my-da-search {
    display: flex;
    border: none;
    top: unset !important;
    position: relative !important;
    left: unset !important;
    border-radius: 5px !important;
    border: 1px solid #EBEDF0;
    height: 56px;
    justify-content: center;
    padding: 0 12px;
    overflow: unset;
    box-shadow: 0px 2px 4px rgba(132,140,148,0.05) !important;
    max-width: 100%;
    width: fit-content !important;
    margin: 0 auto;
    margin-bottom: 32px;
}

/* news breakcum */
.my-news-breadcum {
    height: 46px;
    background: #dcdcdc;
}

    .my-news-breadcum .container {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
    }

        .my-news-breadcum .container .item {
            display: none;
            height: 100%;
            width: 100%;
        }

            .my-news-breadcum .container .item.show {
                display: flex;
                align-items: center;
            }

            .my-news-breadcum .container .item:first-child {
                justify-content: space-between;
                width: 100%;
            }

            .my-news-breadcum .container .item:last-child {
            }

    .my-news-breadcum .slug {
        display: flex;
        align-items: center;
    }

        .my-news-breadcum .slug a {
            font-size: 13px;
            color: #999;
            font-family: 'robotoM';
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

            .my-news-breadcum .slug a:first-child {
                display: block !important;
                overflow: unset;
            }

                .my-news-breadcum .slug a:first-child:hover {
                    opacity: .8;
                }

            .my-news-breadcum .slug a:hover {
                color: #333;
            }

            .my-news-breadcum .slug a img {
                width: 15px;
            }

        .my-news-breadcum .slug p {
            margin: 0 8px;
            font-size: 12px;
            color: #999;
        }

        .my-news-breadcum .slug span {
            font-size: 13px;
            color: #333;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: 'robotoM';
        }

    .my-news-breadcum .button-open {
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        margin-left: 14px;
        background: #fff;
        height: 77%;
        border-radius: 50px;
        padding: 12px 20px;
    }

        .my-news-breadcum .button-open img {
            width: 15px;
        }

        .my-news-breadcum .button-open span {
            font-size: 14px;
            color: #505050;
            margin-left: 10px;
            white-space: nowrap;
        }

        .my-news-breadcum .button-open:hover {
            background: #dc2321;
        }

            .my-news-breadcum .button-open:hover span {
                color: #fff;
            }

    .my-news-breadcum .news-search {
    }

        .my-news-breadcum .news-search img {
            width: 16px;
            position: absolute;
            left: 0;
        }

        .my-news-breadcum .news-search .input {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 0 22px;
            position: relative;
        }

        .my-news-breadcum .news-search input {
            outline: none;
            border: none;
            background-color: transparent;
            height: 100%;
            width: 100%;
            background: #fff;
            border-radius: 50px;
            padding: 8px 20px;
            font-size: 15px;
            font-family: 'MonM';
        }

        .my-news-breadcum .news-search .btn-close {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #dc2321;
            cursor: pointer;
            position: relative;
            padding-left: 17px;
            user-select: none;
            font-family: 'MonSB';
        }

            .my-news-breadcum .news-search .btn-close::before {
                content: '';
                position: absolute;
                width: 1px;
                height: 28px;
                background-color: #CCCCCC;
                left: 0;
            }

/*news*/

.my-news {
    background: url(/Design/img/PhuTuan/d1.jpg) no-repeat;
    background-size: cover;
}

    .my-news .container {
        padding: 30px 0;
    }

    .my-news h1 {
        margin: 0;
        font-family: 'MonB';
        font-weight: 100;
        color: var(--default-color-1);
        text-align: center;
        display: block;
        width: 100%;
        font-size: 40px;
    }

    .my-news h2 {
        font-weight: 100;
        font-size: 17px;
        color: #fff;
        display: block;
        text-align: center;
        width: 65%;
        margin: 0 auto;
        margin-top: 14px;
        line-height: 163%;
    }

.my-news-top {
    display: flex;
    margin-top: 46px;
}

    .my-news-top .top-left {
        width: calc(100% - 400px);
    }

        .my-news-top .top-left .item {
            height: 385px;
            display: block;
            position: relative;
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
        }

            .my-news-top .top-left .item:hover img {
                transform: scale(1.02);
            }

            .my-news-top .top-left .item::before {
                content: '';
                width: 100%;
                height: 100%;
                z-index: 3;
                background: linear-gradient(180deg,rgba(44,44,44,0) 0,#2c2c2c 100%);
                position: absolute;
                top: 0;
            }

        .my-news-top .top-left img {
            transition: all linear .2s;
        }

        .my-news-top .top-left .content {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 30px;
            z-index: 3;
        }

        .my-news-top .top-left .date-cate {
            font-size: 14px;
            color: #f2f2f2;
        }

        .my-news-top .top-left .date {
            color: #f2f2f2;
            font-size: 14px;
            padding: 0;
            background-image: unset;
        }

        .my-news-top .top-left .cate {
            position: relative;
            margin-left: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            color: var(--default-color-3);
            border-radius: 55px;
            padding: 5px 12px;
            font-size: 12px;
            font-family: 'robotoM';
        }

            .my-news-top .top-left .cate::before {
                content: '';
                position: absolute;
                width: 2px;
                height: 2px;
                background-color: #f2f2f2;
                border-radius: 50%;
                left: -7px;
            }

        .my-news-top .top-left .title {
            color: #fff;
            margin: 0;
            font-family: 'MonSB';
            font-size: 22px;
            font-weight: 100;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: 10px;
            margin-bottom: 13px;
        }

        .my-news-top .top-left .descript {
            color: #fff;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: 162%;
        }

    .my-news-top .top-right {
        width: 400px;
        padding-left: 25px;
    }

        .my-news-top .top-right .item:first-child {
            margin-top: 5px;
        }

        .my-news-top .top-right .item {
            max-height: calc(100% / 4);
            border-bottom: 1px solid #F2F2F2;
            padding-bottom: 16px;
            margin-top: 11px;
            display: block;
        }

            .my-news-top .top-right .item:last-child {
                border-bottom: 0;
            }

            .my-news-top .top-right .item:hover .title {
                color: var(--default-color-1);
            }

        .my-news-top .top-right img {
            display: none;
        }

        .my-news-top .top-right .contnet {
        }

        .my-news-top .top-right .date-cate {
            font-size: 12px !important;
            color: #dcdcdc;
        }

        .my-news-top .top-right .date {
        }

        .my-news-top .top-right .cate {
            margin-left: 10px;
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: var(--default-color-1);
            border-radius: 55px;
            color: #fff;
            padding: 2px 10px;
            font-size: 11px;
        }

            .my-news-top .top-right .cate::before {
                content: '';
                position: absolute;
                width: 2px;
                height: 2px;
                background-color: #999;
                border-radius: 50%;
                left: -7px;
            }

        .my-news-top .top-right .item:hover .title {
            opacity: 1;
        }

        .my-news-top .top-right .title {
            margin: 0;
            color: #fff;
            font-size: 16px;
            font-family: 'MonSB';
            font-weight: 100;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all linear .2s;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: 6px;
            line-height: 157%;
        }

.my-news-bottom {
    overflow: hidden;
}

    .my-news-bottom .bottom-left {
        width: 100%;
        float: none;
    }

.news-add-more {
    color: var(--default-color-3);
    border: 1px solid var(--default-color-3);
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 28px;
    transition: all ease .2s;
}

    .news-add-more:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }

.my-news-bottom .bottom-right {
    float: left;
    width: 400px;
    padding-right: 25px;
    display: none;
}

.my-side-news {
}

    .my-side-news .side-news-item {
        padding: 15px;
        margin-bottom: 30px;
        border: 1px solid #F2F2F2;
        background-color: #fff;
        border-radius: 10px;
    }

        .my-side-news .side-news-item .title {
            margin: 0;
            font-family: 'MonSB';
            font-weight: 100;
            font-size: 18px;
            color: var(--default-color-1);
            padding-bottom: 10px;
            border-bottom: 1px solid #F2F2F2;
        }

        .my-side-news .side-news-item .content {
        }

.side-news-link:first-child {
}

.side-news-link:hover h3 {
}

.side-news-link {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #F2F2F2;
}

    .side-news-link:hover h3 {
        color: var( --default-color-1);
    }

    .side-news-link .index {
        background-color: var(--default-color-3);
        height: fit-content;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
    }

    .side-news-link:last-child {
        border: none;
    }

    .side-news-link h3 {
        margin: 0;
        font-size: 15px;
        flex: 1;
        color: #2c2c2c;
        font-weight: 100;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 9px;
        transition: all linear .2s;
        line-height: 154%;
        font-family: 'MonM';
    }

.side-news-bds {
    display: flex;
    align-items: center;
}

    .side-news-bds:hover h3 {
        color: var(--default-color-1) !important;
    }

    .side-news-bds:hover img {
        transform: scale(1.02);
    }

    .side-news-bds .img {
        width: 100px;
        height: 70px;
        background-color: #33333330;
        display: block;
        margin: 12px 0;
        border-radius: 10px;
        overflow: hidden;
    }

        .side-news-bds .img img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all linear .2s;
        }

    .side-news-bds .content {
        flex: 1;
    }

        .side-news-bds .content h3 {
            margin: 0;
            margin-left: 10px;
            color: #2c2c2c;
            font-size: 17px;
            font-weight: 100;
            transition: all linear .2s;
        }

/*detail pro*/

.detail-pro {
    padding: 40px 0;
    background: #f7f7f7;
}

    .detail-pro .container {
        overflow: hidden;
    }

.detail-pro-left {
    width: 74.9%;
    float: right;
}

.map-full-restate a img {
    border-radius: 10px;
}

.detail-pro-right {
    width: 286px;
    float: left;
    padding-right: 30px;
}

.detail-pro-img {
}

    .detail-pro-img .item {
        height: 392px;
        overflow: hidden;
    }

        .detail-pro-img .item .swiper-button-next,
        .detail-pro-img .item .swiper-button-prev {
            width: 32px;
            height: 32px;
            background-color: #fff;
            border: 1px solid #CCCCCC;
            border-radius: 5px;
        }

            .detail-pro-img .item .swiper-button-next::after,
            .detail-pro-img .item .swiper-button-prev::after {
                font-size: 14px;
                color: #333;
            }

        .detail-pro-img .item .img,
        .detail-pro-img .item img {
            width: 100%;
            height: 100%;
            transition: all linear .2s;
        }

            .detail-pro-img .item .img:hover img {
                transform: scale(1.02);
            }

        .detail-pro-img .item .swiper {
            width: 100%;
            height: 100%;
        }

    .detail-pro-img .thumb {
        height: 80px;
        margin-top: 8px;
    }

        .detail-pro-img .thumb .swiper {
            height: 100%;
        }

        .detail-pro-img .thumb .img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            cursor: pointer
        }

        .detail-pro-img .thumb img {
            width: 100%;
            height: 100%;
        }

.detail-pro-title {
    margin: 0;
    font-family: 'MonSB';
    font-weight: 100;
    font-size: 20px;
    line-height: 150%;
    margin-top: 10px;
    color: var(--default-color-1);
}

.item-img-detail-estate .img a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px;
    display: block;
    border-radius: 15px;
}

.item-img-detail-estate:hover .img a {
    border: 1px dashed green;
}

.item-img-detail-estate .img a {
    border-radius: 15px;
    border: 1px dashed transparent;
    border-left: 1px dashed #FFA500;
    background: none !important;
    padding: 4px !important;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.item-img-detail-estate {
    max-width: calc(100% / 4);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-pro-left .detail-pro-img {
    background: none !important;
    padding: 4px !important;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.detail-pro-break {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--default-color-3);
    flex-wrap: wrap;
    font-family: 'MonM';
    margin-bottom: 15px;
}

    .detail-pro-break a {
        background: #fff;
        padding: 5px 10px;
        border-radius: 50px;
        border: 1px solid #e0e0e0;
    }

    .detail-pro-break p {
        margin: 0 5px;
    }

    .detail-pro-break a:last-child {
        color: #2c2c2c;
    }

.detail-pro-place {
    font-size: 17px;
    color: #555;
    margin-top: 11px;
    display: block;
    width: 100%;
    margin-bottom: 17px;
    display: none;
}

.detail-pro-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 14px 0;
    background-image: url(../../Design/img/home-san-bg.png);
    background-size: cover;
    padding: 6px 18px;
    display: none;
}

.detail-pro .tag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.detail-pro .tag-item {
    font-size: 13px;
    border-radius: 55px;
    background-color: #fff;
    color: #505050;
    padding: 8px 14px;
    margin: 5px;
    transition: all ease .2s;
    border: 1px solid #e0e0e0;
}

    .detail-pro .tag-item:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

.detail-pro-price .my-left {
    display: flex;
    align-items: center;
}

.detail-pro-price .my-right {
}

.detail-pro-price .price-item p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-family: robotoM;
    margin-left: 6px;
    line-height: 100%;
}

.detail-pro-price .price-item {
    display: flex;
    margin-right: 46px;
    align-items: baseline;
}

    .detail-pro-price .price-item:last-child {
        margin-right: 0;
    }

    .detail-pro-price .price-item span {
        font-size: 13px;
        color: #fff;
        line-height: 100%;
    }

.detail-pro-options {
    display: flex;
    align-items: center;
}

    .detail-pro-options .icon {
        margin: 0 12px;
        cursor: pointer;
        position: relative;
        user-select: none;
        background-color: #fff;
        border-radius: 50%;
        width: 38px;
        height: 38px;
    }

        .detail-pro-options .icon:first-child {
            overflow: hidden;
        }

        .detail-pro-options .icon .fb-share-button {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .detail-pro-options .icon.icon-report {
            display: none !important;
        }

    .detail-pro-options .icon-like-bds {
        display: none !important;
    }

        .detail-pro-options .icon-like-bds.like img:nth-child(2) {
            display: none;
        }

        .detail-pro-options .icon-like-bds.like img:nth-child(3) {
            display: block;
        }

        .detail-pro-options .icon-like-bds img:nth-child(3) {
            display: none;
        }

    .detail-pro-options .icon.active .drop {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }

    .detail-pro-options .icon .drop {
        position: absolute;
        top: 150%;
        left: 0;
        box-shadow: 0 0 12px 0 #3333332b;
        border-radius: 5px;
        padding: 5px 0;
        z-index: 5;
        background-color: #ffffff29;
        backdrop-filter: blur(4px);
        opacity: 0;
        pointer-events: none;
        transform: translateY(15px);
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

    .detail-pro-options .icon .drop-item .f-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        background-color: var(--default-color-3);
        color: #fff;
    }

    .detail-pro-options .icon .drop-item:hover {
        background-color: #f2f2f2;
    }

    .detail-pro-options .icon .drop-item {
        padding: 8px 14px;
        position: relative;
        display: flex;
        white-space: nowrap;
        align-items: center;
        justify-content: unset;
        color: #333;
        font-size: 13px;
        overflow: hidden;
        transition: all ease .2s;
    }

        .detail-pro-options .icon .drop-item span {
            color: #333;
            font-size: 14px;
            font-family: 'robotoM';
            margin-left: 8px;
        }

        .detail-pro-options .icon .drop-item .fb-share-button {
            position: absolute;
            opacity: 0;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

    .detail-pro-options .icon .popup {
        position: absolute;
        white-space: nowrap;
        background-color: #000000cc;
        color: #fff;
        font-size: 11px;
        border-radius: 5px;
        pointer-events: none;
        padding: 5px 9px;
        bottom: 140%;
        font-family: 'robotoM';
        transform: translateY(-16px);
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
        opacity: 0;
    }

    .detail-pro-options .icon:hover .popup {
        transform: translateY(0);
        opacity: 1;
    }

    .detail-pro-options .icon img {
        width: 18px;
        pointer-events: none;
    }

.detail-pro-descript {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #d5d5d5;
}

    .detail-pro-descript .title {
        font-size: 20px;
        color: var(--default-color-1);
        font-family: 'MonB';
        font-weight: 100;
        margin: 0;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .detail-pro-descript section {
        color: #000;
        line-height: 30px;
    }

        .detail-pro-descript section p {
            margin: 5px 0;
            color: #555;
            font-size: 17px;
        }

.detail-pro-character {
    margin: 30px 0;
    padding-top: 15px;
    border-top: 1px solid #d5d5d5;
}

.detail-pro-tienich {
}

    .detail-pro-tienich .tienich-list {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(3,minmax(0,1fr));
        column-gap: 20px;
        row-gap: 40px;
        user-select: none;
    }

    .detail-pro-tienich .tienich-item span {
        position: absolute;
        display: block;
        background-color: #fff;
        top: 90%;
        border-radius: 55px;
        background-color: #0009;
        color: #fff;
        font-size: 14px;
        padding: 4px 10px;
        white-space: nowrap;
        backdrop-filter: blur(18px);
        font-family: 'robotoM';
        text-align: center;
    }

    .detail-pro-tienich .tienich-item img {
        width: 68%;
    }

    .detail-pro-tienich .tienich-item {
        width: 90px;
        position: relative;
        height: 90px;
        border-radius: 50%;
        box-shadow: 0 0 20px 0 #3333332b;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

.detail-pro-character .character-item {
    width: 100%;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .detail-pro-character .character-item .item {
        display: flex;
        align-items: center;
        border-top: 1px solid #f2f2f28a;
        padding: 14px 0;
    }

        .detail-pro-character .character-item .item:last-child {
            border-bottom: 1px solid #F2F2F2;
        }

    .detail-pro-character .character-item img {
        width: 22px;
    }

    .detail-pro-character .character-item h3 {
        font-weight: 100;
        margin: 0;
        font-size: 15px;
        color: #dc2321;
        font-family: 'MonSB';
        width: 150px;
        margin-left: 10px;
    }

    .detail-pro-character .character-item span {
        color: #2c2c2c;
        font-size: 15px;
        font-family: 'MonM';
    }

.detail-pro-character .character-title {
    font-size: 21px;
    color: #2c2c2c;
    font-family: 'MonB';
    font-weight: 100;
    margin: 0;
    margin-bottom: 15px;
    color: var(--default-color-1);
}

.detail-pro-character .character-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.map-full-restate iframe {
    width: 100% !important;
    border-radius: 10px;
}

.detail-pro-map .title {
    font-size: 20px;
    color: var(--default-color-1);
    font-family: 'MonB';
    font-weight: 100;
    margin: 0;
    margin-top: 42px;
    margin-bottom: 16px;
}

.detail-pro-map .google_map {
    height: 240px;
    overflow: hidden;
    border-radius: 5px;
}

    .detail-pro-map .google_map iframe {
        width: 100%;
        height: 100%;
    }

.character-options .options-item {
    display: flex;
    align-items: baseline;
}

    .character-options .options-item h3 {
        margin: 0;
        font-weight: 100;
        color: #fff;
        font-size: 15px;
    }

    .character-options .options-item span {
        color: #fff;
        font-size: 15px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 100;
        font-family: robotoM;
        color: #fff;
        font-size: 16px;
        margin-left: 5px;
    }

.character-options {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 14px;
    padding-top: 14px;
    margin: 24px 0;
    background-color: var(--default-color-3);
    padding: 9px 18px;
    display: none;
}

.my-side.user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .my-side.user .img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background-color: var(--default-color-3);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: 'robotoM';
        overflow: hidden;
        font-size: 20px;
    }

        .my-side.user .img img {
            width: 100%;
            height: 100%;
        }

        .my-side.user .img span {
        }

    .my-side.user .note {
        margin-top: 10px;
        font-size: 15px;
        color: var(--default-color-3);
        font-family: 'MonM';
    }

    .my-side.user .name {
        font-size: 14px;
        font-family: robotoM;
        font-weight: 100;
        margin-top: 6px;
        margin-bottom: 6px;
        position: relative;
        border-radius: unset;
        top: unset;
        background-color: transparent;
        text-align: center;
        line-height: 149%;
        color: var(--default-color-1);
        font-family: 'MonB';
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 0;
        display: -webkit-box;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 5px;
    }

    .my-side.user .count {
        font-size: 14px;
        color: #2c2c2c;
        margin: 0;
    }

        .my-side.user .count::before {
            display: none;
        }

    .my-side.user .btn-tel::before {
        display: none;
    }

    .my-side.user .btn-tel span {
        display: block;
        width: 100%;
    }

    .my-side.user .btn-tel {
        background-color: var(--default-color-1);
        color: #fff;
        font-family: 'MonSB';
        font-size: 16px;
        margin: 0;
        padding: 8px 9px;
        border-radius: 50px;
        width: 75%;
        text-align: center;
        margin-top: 6px;
        margin-bottom: 8px;
    }

    .my-side.user .btn-contact {
        font-size: 14px;
        color: #2c2c2c;
        border-radius: 6px;
        border: 1px solid #CCCCCC;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        cursor: pointer;
    }

        .my-side.user .btn-contact:hover {
            background-color: #f2f2f2;
        }

/* Detail Dự án */

.detail-da {
    background-image: url(../../Design/img/home-product-bg.png);
    background-size: cover;
}

    .detail-da .container {
        overflow: hidden;
    }

    .detail-da .my-slug {
    }

.detail-da-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-da-title {
    margin: 0;
    color: var(--default-color-1);
    font-size: 32px;
    font-family: 'MonB';
    font-weight: 100;
}

.detail-da-place {
    color: #555;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .detail-da-place a {
        color: var(--default-color-3);
        font-family: 'robotoM';
    }

        .detail-da-place a:hover {
            opacity: .8;
        }

.detail-da-img {
    position: relative;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 2px;
    row-gap: 2px;
    overflow: hidden;
}

    .detail-da-img .img::after {
        width: 100%;
        height: 100%;
        display: none;
        background-color: #000;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2;
    }

    .detail-da-img .img {
        display: none;
        height: 179px;
        position: relative;
    }

        .detail-da-img .img:hover::after {
            display: block;
        }

        .detail-da-img .img:nth-child(3) .count-img {
            display: flex;
            align-items: center;
            padding: 8px 13px;
            border-radius: 10px;
            background-color: #00000073;
            bottom: 13px;
            right: 13px;
            backdrop-filter: blur(2px);
            z-index: 5;
        }

    .detail-da-img .count-img {
        position: absolute;
        right: 0;
        bottom: 0;
        display: none;
    }

        .detail-da-img .count-img img {
            width: unset !important;
            height: unset !important;
            min-width: unset !important;
        }

        .detail-da-img .count-img span {
            display: block;
            color: #fff;
            font-size: 14px;
            margin-left: 6px;
        }

    .detail-da-img .img:first-child .img-status {
        display: flex;
        background-color: var(--default-color-1);
        color: #fff;
    }

    .detail-da-img .img:first-child .size {
        display: flex;
        bottom: 27px;
        left: 27px;
        align-items: center;
        z-index: 5;
    }

        .detail-da-img .img:first-child .size img {
            width: 48px;
            height: unset;
            min-width: unset;
        }

    .detail-da-img .img .img-status {
        position: absolute;
        display: none;
        color: #07a35d;
        background-color: #e7fff4;
        font-size: 14px;
        font-family: robotoM;
        border-radius: 3px;
        z-index: 5;
        padding: 6px 12px;
        top: 16px;
        left: 16px;
    }

        .detail-da-img .img .img-status.off {
        }

    .detail-da-img .img img {
        width: 100%;
        height: 100%;
    }

    .detail-da-img .img:nth-child(1),
    .detail-da-img .img:nth-child(2),
    .detail-da-img .img:nth-child(3) {
        display: block;
    }

    .detail-da-img .img:nth-child(1) {
        grid-row: 1/ span 2;
        grid-column: 1/ span 3;
        height: 360px;
    }

    .detail-da-img::before {
        background: linear-gradient(180deg, rgba(44,44,44,0) 0%, rgba(44,44,44,0.8) 100%);
        bottom: 0;
        content: "";
        height: 181px;
        left: 0;
        z-index: 1;
        mix-blend-mode: multiply;
        position: absolute;
        pointer-events: none;
        width: 100%;
    }

    .detail-da-img .img .size {
        position: absolute;
        display: none;
    }

        .detail-da-img .img .size .content {
            padding-left: 10px;
        }

        .detail-da-img .img .size h3 {
            margin: 0;
            color: #fff;
            font-size: 18px;
            font-weight: 100;
            font-family: robotoM;
        }

        .detail-da-img .img .size span {
            color: #fff;
            font-size: 14px;
            opacity: .9;
        }

.detail-da-nav {
    border-bottom: 1px solid #F2F2F2;
    margin-top: 15px;
    padding-top: 10px;
}

    .detail-da-nav .container {
    }

    .detail-da-nav .nav-item {
        margin-right: 35px;
        position: relative;
        padding-bottom: 12px;
    }

        .detail-da-nav .nav-item h3 {
            margin: 0;
            color: #999999;
            font-family: robotoM;
            font-weight: 100;
            font-size: 18px;
        }

        .detail-da-nav .nav-item:hover h3,
        .detail-da-nav .nav-item.active h3 {
            color: #2c2c2c;
            color: var(--default-color-1);
        }

        .detail-da-nav .nav-item:hover span,
        .detail-da-nav .nav-item.active span {
            color: #2c2c2c;
        }

        .detail-da-nav .nav-item:hover::before,
        .detail-da-nav .nav-item.active::before {
            display: block;
        }

        .detail-da-nav .nav-item::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: var(--default-color-3);
            bottom: 0;
            display: none;
        }

        .detail-da-nav .nav-item span {
            font-size: 13px;
            color: #999999;
        }

.detail-da-wrap .container {
    overflow: hidden;
}

.detail-da-wrap {
    width: 65.2%;
    float: left;
    padding-bottom: 50px;
}

.detail-da-side {
    width: 34.8%;
    float: right;
    height: 200px;
    padding-left: 25px;
    padding-top: 30px;
    z-index: 999999999999999999999999999999999;
    position: relative;
}

.detail-da-wrap .wrap-title {
    margin: 0;
    font-size: 26px;
    color: #2c2c2c;
    font-weight: 100;
    font-family: 'MonB';
    margin-top: 30px;
}

.detail-da-wrap .wrap-item {
}

.detail-da-wrap .wrap-tongquan {
}

    .detail-da-wrap .wrap-tongquan .list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 22px;
    }

    .detail-da-wrap .wrap-tongquan .da-detail.active {
        height: auto;
        max-height: unset;
    }

    .detail-da-wrap .wrap-tongquan .da-detail {
        max-height: 800px;
        overflow: hidden;
        position: relative;
        line-height: 169%;
        font-size: 16px;
    }

        .detail-da-wrap .wrap-tongquan .da-detail::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 30px;
            bottom: 0;
            left: 0;
            background-color: #fff;
            opacity: 0;
        }

        .detail-da-wrap .wrap-tongquan .da-detail.active::before {
            display: none;
        }

    .detail-da-wrap .wrap-tongquan .list-item {
        width: calc(50% - 20px);
        display: flex;
        align-items: center;
        color: #2c2c2c;
        border-bottom: 1px solid #F2F2F2;
        padding-bottom: 12px;
    }

        .detail-da-wrap .wrap-tongquan .list-item h3 {
            margin: 0;
            font-size: 14px;
            font-family: robotoM;
            font-weight: bold;
            color: var(--default-color-1);
            font-weight: 100;
        }

    .detail-da-wrap .wrap-tongquan .btn-more {
        width: fit-content;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 25px;
        color: var(--default-color-3);
        font-size: 14px;
        font-family: 'robotoM';
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .detail-da-wrap .wrap-tongquan .btn-more span {
        }

        .detail-da-wrap .wrap-tongquan .btn-more i {
            font-size: 12px;
            margin-left: 5px;
        }

        .detail-da-wrap .wrap-tongquan .btn-more.active i {
            transform: rotate(-180deg);
            margin: 0;
            margin-left: 6px;
        }

    .detail-da-wrap .wrap-tongquan .list-item span {
        font-size: 14px;
        margin-left: 90px;
    }

.da-detail-map {
}

#video.da-detail-map iframe {
    height: 350px;
    margin-top: 10px;
}

.da-detail-map .map-container {
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

    .da-detail-map .map-container iframe {
        width: 100%;
        height: 100%;
    }

.detail-da-side .side-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #55555512;
}

.detail-da-side h3 {
    margin: 0;
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 100;
    text-transform: uppercase;
    color: var(--default-color-1);
    font-family: MonB'';
}

.detail-da-side span {
    color: #505050;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
    line-height: 154%;
}

.detail-da-side .btn-mail {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--default-color-1);
    padding: 12px 0;
    margin-top: 15px;
    user-select: none;
}

    .detail-da-side .btn-mail:hover {
        opacity: .7;
    }

    .detail-da-side .btn-mail i {
        color: #fff;
        font-size: 23px;
        margin-right: 10px;
    }

    .detail-da-side .btn-mail span {
        margin: 0;
        font-family: robotoM;
        color: #fff;
        font-size: 14px;
    }

.detail-da-side .side-da-drop.show {
    display: flex;
}

.detail-da-side .side-da-drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.detail-da-side .drop-container {
    width: 500px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.detail-da-side .side-da-drop .drop-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #F2F2F2;
}

.detail-da-side .side-da-drop h3 {
    font-size: 16px;
}

.detail-da-side .side-da-drop .btn-close {
    cursor: pointer;
}

    .detail-da-side .side-da-drop .btn-close i {
        color: #999;
        font-size: 18px;
    }

        .detail-da-side .side-da-drop .btn-close i:hover {
            color: #2c2c2c;
        }

.detail-da-side .drop-content {
    padding: 12px 24px;
    padding-bottom: 22px;
}

    .detail-da-side .drop-content .sure {
        font-size: 14px;
    }

    .detail-da-side .drop-content .input {
        height: 48px;
        border-radius: 5px;
        margin: 18px 0;
        display: flex;
        align-items: center;
        position: relative;
    }

        .detail-da-side .drop-content .input input:focus,
        .detail-da-side .drop-content .input textarea:focus {
            outline: none;
            border-color: #2c2c2c;
        }

        .detail-da-side .drop-content .input:nth-child(4) {
            height: 120px;
        }

        .detail-da-side .drop-content .input input {
            height: 100%;
            width: 100%;
            background-color: transparent;
            padding: 0 15px;
            border-radius: 5px;
            font-size: 13px;
            border: 1px solid #CCCCCC;
        }

    .detail-da-side .drop-content .titletb {
        position: absolute;
        width: 100%;
        height: 100%;
        border-color: red;
        color: transparent !important;
        margin: 0;
        pointer-events: none;
        top: 0;
        left: 0;
        z-index: 2;
        border-radius: 5px;
        border-bottom: 1px solid var(--default-color-3);
    }

    .detail-da-side .drop-content .text {
        display: block;
        font-size: 14px;
        color: #333;
        text-align: unset;
        line-height: 23px;
    }

    .detail-da-side .drop-content .btn {
        background-color: var(--default-color-3);
        width: 100%;
        outline: none;
        border: none;
        border-radius: 8px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        font-family: 'robotoM';
        height: 48px;
        margin-top: 21px;
    }

        .detail-da-side .drop-content .btn:hover {
            opacity: .8;
            cursor: pointer;
        }

    .detail-da-side .drop-content .input textarea {
        width: 100%;
        border-radius: 5px;
        height: 100%;
        font-size: 14px;
        border: 1px solid #CCCCCC;
        padding-left: 14px;
        padding-top: 14px;
        resize: none;
    }

.detail-da-top .btn-share {
    display: flex;
    cursor: pointer;
    border-radius: 8px;
    padding: 13px 15px;
    user-select: none;
    position: relative;
    z-index: 5;
}

    .detail-da-top .btn-share:hover {
        background-color: #f2f2f273;
    }

    .detail-da-top .btn-share img {
        width: 20px;
        height: 20px;
        pointer-events: none;
    }

    .detail-da-top .btn-share span {
        color: #2c2c2c;
        font-size: 14px;
        font-family: 'robotoM';
        margin-left: 8px;
        line-height: 20px;
        white-space: nowrap;
        pointer-events: none;
    }

    .detail-da-top .btn-share.show .btn-share-drop {
        display: block;
    }

.btn-share-drop {
    position: absolute;
    top: 110%;
    background-color: #fff;
    /* box-shadow: 0px 8px 20px rgba(182,182,182,0.42); */
    border-radius: 5px;
    right: 0;
    display: none;
}

    .btn-share-drop .wrap {
        box-shadow: 0px 8px 20px rgba(182,182,182,0.3);
        padding: 8px 0;
    }

    .btn-share-drop a {
        display: flex;
        align-items: center;
        padding: 13px 18px;
    }

        .btn-share-drop a:hover {
            background-color: #f2f2f2;
        }

        .btn-share-drop a .icon {
        }

        .btn-share-drop a img {
            width: 23px !important;
            height: unset !important;
        }

        .btn-share-drop a span {
            font-family: 'openR' !important;
        }

        .btn-share-drop a i {
            color: #3333337d;
        }

/* detail news */

.detail-news {
    background: #f7f7f7;
}

    .detail-news .container {
        padding-top: 28px;
    }

.detail-news-title {
    margin: 0;
    font-size: 23px;
    color: #2c2c2c;
    font-family: 'MonSB';
    font-weight: 100;
}

.detail-news-bottom {
    overflow: hidden;
    padding-top: 20px;
}

    .detail-news-bottom .my-left {
        width: 63.7%;
        float: left;
    }

    .detail-news-bottom .my-right {
        width: calc(100% - 63.7%);
        float: right;
        padding-left: 24px;
    }

.detail-news-wrap {
    padding-bottom: 50px;
}

.detail-news-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
    display: none;
}

    .detail-news-author .author-img {
        display: none;
    }

        .detail-news-author .author-img img {
        }

    .detail-news-author .author-content {
        /* padding-left: 18px; */
    }

        .detail-news-author .author-content h3 {
            margin: 0;
            color: #212529;
            font-weight: 100;
            font-size: 16px;
            margin-bottom: 2px;
        }

        .detail-news-author .author-content span {
            color: #2c2c2c;
            font-size: 16px;
        }

.detail-news-wrap .descript {
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'MonM';
    margin-bottom: 35px;
    line-height: 171%;
    font-weight: normal;
}

.detail-news-wrap .img {
}

    .detail-news-wrap .img img {
        height: auto !important;
        width: 100% !important;
    }

.detail-news-wrap .p-details {
    font-size: 16px;
    margin-top: 24px;
    font-family: 'MonR';
    text-align: justify;
}

    .detail-news-wrap .p-details h2 {
        font-family: 'MonSB';
        font-weight: 100;
        font-size: 18px;
        color: var(--default-color-1);
    }

    .detail-news-wrap .p-details h3 {
        font-family: 'MonSB';
        font-weight: 100;
        font-size: 16px;
        color: var(--default-color-1);
    }

    .detail-news-wrap .p-details h1 {
        line-height: 145%;
        font-size: 18px;
    }

.detail-news-wrap .social {
    display: flex;
    flex-direction: column;
}

    .detail-news-wrap .social .item {
        position: relative;
        border: 1px solid #505050;
        width: 36px;
        height: 36px;
        margin-right: 10px;
        border-radius: 10px;
        color: #505050;
    }

        .detail-news-wrap .social .item .fb-share-button {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
            opacity: 0;
        }

    .detail-news-wrap .social .popup {
        display: none;
        position: absolute;
        top: 100%;
    }

    .detail-news-wrap .social a:hover {
        background-color: #505050;
        color: #fff;
    }

    .detail-news-wrap .social h3 {
        margin: 0;
        font-size: 12px;
        color: #505050;
        font-weight: 100;
        margin-bottom: 9px;
        margin-top: 4px;
    }

.detail-news-wrap .social-list {
    display: flex;
}

.detail-news-bottom .my-right .list-tag {
    margin-bottom: 30px;
}

.detail-news-bottom .my-right a.link {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}

.detail-news-bottom .my-right .list-tag h3 {
    margin: 0;
    font-size: 15px;
    color: #505050;
    font-family: 'MonSB';
    font-weight: normal;
}

.detail-news-bottom .my-right .list {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

    .detail-news-bottom .my-right .list a {
        font-size: 14px;
        color: #505050;
        background-color: #f2f2f2;
        padding: 5px 15px;
        border-radius: 55px;
        display: block;
        margin: 5px;
    }

        .detail-news-bottom .my-right .list a:hover {
            background-color: #ffeceb;
            color: #74150f
        }

.same-cate {
    background-color: #fafafa;
    background: url(/Design/img/PhuTuan/d1.jpg) no-repeat;
    background-size: cover;
}

.same-cate-title {
    margin: 0;
    font-size: 24px;
    color: #2c2c2c;
    text-transform: uppercase;
    color: var(--default-color-1);
    margin-bottom: 23px;
}

.detail-product-same {
}

    .detail-product-same .same-top {
    }

.map-full-restate a {
    display: block;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.detail-product-same .same-top .title {
}

.detail-product-same .btn-swiper {
}

.detail-product-same .swiper-button-next,
.detail-product-same .swiper-button-prev {
}

    .detail-product-same .swiper-button-next::after,
    .detail-product-same .swiper-button-prev::after {
    }

.detail-product-same .swiper {
}

.p-product-swiper {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin-top: 20px;
}

    .p-product-swiper:hover {
        box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
        background: #FFF8D8AD;
    }

        .p-product-swiper:hover .title {
            color: var(--default-color-3);
        }

    .p-product-swiper .p-swiper-img {
        position: relative;
        width: 252px;
        display: block;
        overflow: hidden;
        border-radius: 10px 0 0 10px;
    }

        .p-product-swiper .p-swiper-img::before {
            position: absolute;
            width: 100%;
            height: 40px;
            left: 0px;
            bottom: 0px;
            background: linear-gradient(180deg, rgba(44,44,44,0) 0%, #2c2c2c 108.75%);
            content: '';
            z-index: 1;
            pointer-events: none;
        }

        .p-product-swiper .p-swiper-img .count {
            position: absolute;
            bottom: 10px;
            right: 10px;
            display: flex;
            align-items: center;
            z-index: 2;
            color: #fff;
            font-size: 15px;
        }

        .p-product-swiper .p-swiper-img img.fill {
            display: block;
            transition: all linear .2s;
        }

    .p-product-swiper:hover .p-swiper-img img.fill {
        transform: scale(1.02);
    }

    .p-product-swiper .p-swiper-img .count img {
        margin-right: 5px;
    }

    .p-product-swiper .p-swiper-content {
        border-top: 0;
        padding: 10px 12px;
        flex: 1 1 0;
        border-radius: 0 10px 10px 0;
        border: 1px solid #e0e0e0;
        border-left: 0;
        position: relative;
    }

        .p-product-swiper .p-swiper-content .options span {
            display: flex;
            align-items: center;
            font-size: 15px;
            color: #373737;
            white-space: nowrap;
        }

            .p-product-swiper .p-swiper-content .options span img {
                margin-right: 5px;
                width: 15px;
                filter: invert(47%) sepia(38%) saturate(4106%) hue-rotate(119deg) brightness(97%) contrast(103%);
            }

        .p-product-swiper .p-swiper-content .price img {
            margin-right: 5px;
            width: 16px;
        }

        .p-product-swiper .p-swiper-content .place a {
            display: flex;
            align-items: center;
        }

    .p-product-swiper:hover .p-swiper-content .title {
        color: var(--default-color-2);
    }

.p-swiper-content info-project-item {
    padding-top: 25px;
}

.p-swiper-content .info-project-item {
    padding-top: 15px;
}

.p-product-swiper .p-swiper-content .title {
    font-size: 16px;
    font-family: 'MonB';
    color: var(--default-color-3);
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
    line-height: 152%;
}

.p-product-swiper .p-swiper-content .options {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e070;
}

.p-product-swiper .p-swiper-content .price {
    display: flex;
    color: var(--default-color-1);
    align-items: center;
    font-family: 'MonSB';
    font-size: 16px;
}

.p-product-swiper .p-swiper-content .size {
    margin-left: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .p-product-swiper .p-swiper-content .size::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 2px;
        left: -8px;
        background-color: var(--default-color-3);
    }

.p-product-swiper .p-swiper-content .place {
    display: flex;
    align-items: center;
    border-top: none;
    padding-top: 5px;
    border-bottom: 1px solid #e0e0e070;
    padding-bottom: 8px;
    margin-top: 0;
}

    .p-product-swiper .p-swiper-content .place i {
        font-size: 14px;
        color: #00B74F;
        margin-right: 5px;
    }

    .p-product-swiper .p-swiper-content .place a:hover span {
        color: #00B74F;
    }

    .p-product-swiper .p-swiper-content .place span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 15px;
        color: #505050;
        font-family: 'MonM';
        font-weight: normal;
        line-height: 145%;
    }

.p-product-swiper .p-swiper-content .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

    .p-product-swiper .p-swiper-content .foot span {
        font-size: 12px;
        color: #999;
    }

.p-product-swiper .p-swiper-content .heart {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    cursor: pointer;
}

    .p-product-swiper .p-swiper-content .heart i {
        position: absolute;
    }

        .p-product-swiper .p-swiper-content .heart i:first-child {
            color: #333333a6;
        }

        .p-product-swiper .p-swiper-content .heart i:last-child {
            color: var(--default-color-3);
            opacity: 0;
        }

/*base*/

.base-project {
}

.base-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.base-left {
    width: 276px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
}

.base-right {
    flex: 1;
    overflow-y: auto;
    padding: 0 30px;
    background-color: #F9F9F9;
    height: 100vh;
    overflow-x: hidden;
}

.base-input-drop:hover select {
    border-color: #2c2c2c;
}

.base-input-drop {
    position: relative;
    height: 30px;
    margin-right: 10px;
}

    .base-input-drop:hover {
        border-color: #2c2c2c;
    }

.base-filter-list {
    display: flex;
    align-items: center;
}

.base-input-drop select {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
    font-size: 14px;
    color: #2c2c2c;
}

.base-right-title {
    font-size: 24px;
    color: #2c2c2c;
    font-family: lexenM;
    font-weight: 100;
}

.base-right-list {
    border: 1px solid #EAEAEA;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #33333314;
}

    .base-right-list .heading {
        display: flex;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #EAEAEA;
    }

    .base-right-list .wrap {
        display: flex;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #EAEAEA;
    }

        .base-right-list .wrap:last-child {
            border: none;
        }

    .base-right-list .wrap-item {
        padding: 0 10px;
        display: flex;
    }

        .base-right-list .wrap-item span {
            font-size: 14px;
            color: #000000d9;
            flex: 1;
        }

        .base-right-list .wrap-item.check {
        }

            .base-right-list .wrap-item.check input {
                display: none;
            }

    .base-right-list .heading-item {
        padding: 0 10px;
    }

        .base-right-list .heading-item:last-child {
            flex: 1;
        }

        .base-right-list .heading-item .check {
            display: none;
        }

        .base-right-list .heading-item span {
            color: #2c2c2cd6;
            font-size: 14px;
            font-family: robotoM;
        }

    .base-right-list .base-input-check::before {
        content: "\f00c";
        position: absolute;
        font-family: FontAwesome;
        color: #fff;
    }

    .base-right-list .base-input-check:hover {
        border-color: #262626;
        cursor: pointer;
    }

    .base-right-list .base-input-check {
        width: 18px;
        height: 18px;
        border-radius: 5px;
        border: 2px solid #D9D9D9;
        position: relative;
    }

        .base-right-list .base-input-check.active {
        }

    .base-right-list .heading-item:nth-child(1),
    .base-right-list .wrap-item:nth-child(1) {
        width: 50px;
    }

    .base-right-list .heading-item.checkall {
    }

    .base-right-list .heading-item.check {
    }

        .base-right-list .heading-item.check input {
            display: none;
        }

    .base-right-list .heading-item:nth-child(2),
    .base-right-list .wrap-item:nth-child(2) {
        width: 60px;
    }

    .base-right-list .heading-item:nth-child(3),
    .base-right-list .wrap-item:nth-child(3) {
        width: 120px;
    }

    .base-right-list .heading-item:nth-child(4),
    .base-right-list .wrap-item:nth-child(4) {
        width: 540px;
    }

    .base-right-list .heading-item:nth-child(5),
    .base-right-list .wrap-item:nth-child(5) {
        width: 135px;
    }

    .base-right-list .wrap-list {
        display: flex;
    }

    .base-right-list h3 {
        position: relative;
        font-size: 12px;
    }

    .base-right-list .wrap-item .btn:hover {
        background-color: #f2f2f2;
    }

    .base-right-list .wrap-item .btn {
        font-size: 13px;
        margin: 0 5px;
        display: flex;
        border: 1px solid #d9d9d9;
        padding: 4px 6px;
        color: #333;
        height: 29px;
        align-items: center;
        justify-content: center;
    }

    .base-right-list .wrap-item img {
        width: 120px;
        height: 90px;
        border-radius: 5px;
        margin-right: 12px;
        overflow: hidden;
    }

    .base-right-list .wrap-item .btn-edit {
    }

    .base-right-list .wrap-item .btn-delete {
    }

.user-list-pro-rs {
}

    .user-list-pro-rs .item {
    }

    .user-list-pro-rs .item-top {
    }

        .user-list-pro-rs .item-top h3 {
            font-family: 'robotoM';
            font-weight: 100;
            color: #2c2c2c;
            font-size: 16px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin: 0;
            margin-bottom: 13px;
        }

    .user-list-pro-rs .item-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .user-list-pro-rs .item-bottom .wrap {
        }

            .user-list-pro-rs .item-bottom .wrap h3 {
                margin: 0;
                font-size: 14px;
                color: #000000a6;
                font-weight: 100;
            }

            .user-list-pro-rs .item-bottom .wrap span {
                font-size: 15px;
                color: #000000d9;
            }

    .user-list-pro-rs .item-btn {
        width: fit-content;
        margin-top: 18px;
        height: 32px;
        position: relative;
    }

        .user-list-pro-rs .item-btn a {
            display: inline-flex;
            height: 30px;
            align-items: center;
            justify-content: center;
            margin-right: 7px;
            font-size: 14px;
            color: #000000d9;
            border: 1px solid #D9D9D9;
            padding: 0 12px;
        }

            .user-list-pro-rs .item-btn a:hover {
                background-color: #f2f2f2;
            }

.p-drop {
    position: relative;
}

    .p-drop i {
        position: absolute;
        right: 11px;
        top: 10px;
        color: #959595;
        font-size: 10px;
    }

.quanglybaidangtheloai {
    width: 25%;
    float: left;
    margin-right: 10px;
}

    .quanglybaidangtheloai select {
        width: 100%;
        float: unset;
        margin: 0;
    }

.swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        color: #333;
        font-size: 12px;
    }

.my-da-search.my-filter-1 .box-tim .value {
    overflow: unset;
    display: unset;
    margin-top: -5px;
}

.popup-item.show {
    opacity: 1;
    pointer-events: all;
}

.popup-item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    z-index: 999999;
    opacity: 0;
    transition: all ease .2s;
    pointer-events: none;
}

    .popup-item .container {
        display: flex;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 100%;
    }

    .popup-item.show .popup-item-container {
        opacity: 1;
        transform: translateY(0);
    }

.popup-item-container {
    background-color: #fff;
    width: 600px;
    max-height: 500px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: overlay;
    border-radius: 25px;
    box-shadow: 0 0 15px 0 #3333334a;
    position: relative;
    padding: 40px;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    transform: translateY(20px);
    opacity: 0;
}

.popup-item h3 {
    margin: 0;
    width: fit-content;
    color: #333;
    font-size: 18px;
    font-family: 'openB';
    margin-bottom: 18px;
}

.popup-item .input {
    height: 40px;
    border: 1px solid #3333332b;
    border-radius: 5px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    position: relative;
}

    .popup-item .input.size {
        height: 90px;
    }

    .popup-item .input input,
    .popup-item .input textarea {
        outline: none;
        width: 100%;
        height: 100%;
        padding: 0 13px;
        background-color: transparent;
        border: none;
        font-family: 'openR';
        font-size: 14px;
    }

    .popup-item .input textarea {
        padding: 5px 13px;
        resize: none;
        display: block;
    }

    .popup-item .input span {
        position: absolute;
        width: 100%;
        pointer-events: none;
        height: 100%;
        border-bottom: 0;
        color: transparent !important;
        border-bottom: 1px solid #e03c3169;
        bottom: -1px;
        border-radius: 5px;
    }

.popup-item a {
    font-family: 'openSB';
    color: #fff;
    background-color: var(--default-color-3);
    border: 1px solid var(--default-color-3);
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    transition: all linear .2s;
    user-select: none;
}

    .popup-item a:hover {
        background-color: transparent;
        color: var(--default-color-3);
    }

.popup-item .btn-close:hover {
    background-color: var(--default-color-3);
    border-color: var(--default-color-3);
    color: #fff;
}

.popup-item .btn-close {
    position: absolute;
    right: 10px;
    border-radius: 50%;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all ease .2s;
}

.home-news2 {
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 20px;
}

.home-news2-container {
    overflow: hidden;
}

.home-news2-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    user-select: none;
}

    .home-news2-heading .list-cate {
        position: relative;
    }

        .home-news2-heading .list-cate .decor {
            width: 10px;
            height: 1px;
            background-color: var(--default-color-3);
            bottom: -1px;
            position: absolute;
            transition: 0.6s cubic-bezier(1, 0.06, 0.35, 1);
        }

        .home-news2-heading .list-cate a {
            color: #999;
            font-weight: bold;
            padding: 8px 11px;
            font-size: 18px;
            cursor: pointer;
            font-family: 'robotoM';
            user-select: none;
            transition: all linear .2s;
        }

            .home-news2-heading .list-cate a:hover {
                color: #2c2c2c;
            }

            .home-news2-heading .list-cate a.show {
                color: #2c2c2c;
            }

    .home-news2-heading .list-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .home-news2-heading .list-btn a {
            position: absolute;
            white-space: nowrap;
            right: 0;
            display: none;
            color: #2c2c2c;
            font-size: 14px;
            transition: all linear .2s;
        }

            .home-news2-heading .list-btn a:hover {
                color: var(--default-color-2);
            }

            .home-news2-heading .list-btn a.show {
                display: block;
            }

.home-news2-list {
    position: relative;
    /* height: 522px; */
}

    .home-news2-list .wraps {
        margin-top: 24px;
        display: flex;
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        align-items: center;
        opacity: 0;
        display: none;
        pointer-events: none;
    }

        .home-news2-list .wraps.show {
            opacity: 1;
            pointer-events: all;
            display: flex;
        }

    .home-news2-list .wrap-lefts {
        position: relative;
        width: 45%;
    }

    .home-news2-list .wrap-rights {
        padding-left: 35px;
        flex: 1;
        position: relative;
    }

    .home-news2-list .wrap-lefts .item {
        opacity: 0;
        pointer-events: none;
        /* position: absolute; */
        top: 0;
        left: 0;
        display: none;
    }

        .home-news2-list .wrap-lefts .item.show {
            display: flex;
            flex-direction: column;
            opacity: 1;
            pointer-events: all;
            transition: all ease .3s;
            transition-delay: .1s;
        }

    .home-news2-list .wrap-lefts .item-img {
        border-radius: 5px;
        overflow: hidden;
        height: 300px;
    }

    .home-news2-list .wrap-lefts .item:hover .title {
        color: var(--default-color-2);
    }

    .home-news2-list .wrap-lefts .item-img img {
        transition: all linear .3s;
        width: 100%;
    }

    .home-news2-list .wrap-lefts .item-content {
    }

    .home-news2-list .wrap-lefts .item:hover img {
        transform: scale(1.03);
    }

    .home-news2-list .wrap-lefts .title {
        margin: 0;
        font-family: 'openSB';
        color: #2c2c2c;
        font-size: 18px;
        margin: 9px 0px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all linear .3s;
    }

    .home-news2-list .wrap-lefts .descript {
        color: #2c2c2c;
        font-size: 15px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: none;
    }

    .home-news2-list .wrap-lefts .day {
        display: flex;
        align-items: center;
        color: #333;
        font-size: 14px;
        margin-top: 9px;
        opacity: .8;
        display: none;
    }

        .home-news2-list .wrap-lefts .day i {
            margin-right: 5px;
        }

        .home-news2-list .wrap-lefts .day span {
        }

    .home-news2-list .wrap-rights .item {
        display: flex;
        align-items: center;
        padding: 14px 10px;
        border-bottom: 1px solid #2c2c2c14;
        position: relative;
    }

    .home-news2-list .wrap-rights .item-index {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border-radius: 50%;
        font-family: 'robotoM';
        color: #2c2c2c;
        font-size: 15px;
        box-shadow: 0 0 10px 0 #3333332b;
    }

        .home-news2-list .wrap-rights .item-index span {
        }

    .home-news2-list .wrap-rights h3 {
        margin: 0;
        flex: 1;
        padding-left: 16px;
        line-height: 26px;
        font-size: 16px;
        color: #2c2c2c;
        font-weight: 100;
        transition: all linear .2s;
    }

    .home-news2-list .wrap-rights .item:hover h3,
    .home-news2-list .wrap-rights .item.show h3 {
        color: var(--default-color-2);
    }

    .home-news2-list .wrap-rights h3 p {
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .home-news2-list .wrap-rights .decor {
        position: absolute;
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        transition: all ease .3s;
    }

.btn-for-mb {
    display: none;
    position: relative;
}

    .btn-for-mb a {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

        .btn-for-mb a.show {
            opacity: 1;
            pointer-events: all;
        }

.options-for-mb {
    display: none;
}

    .options-for-mb .container {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(3,minmax(0,1fr));
        column-gap: 20px;
        row-gap: 20px;
        padding: 10px 0;
    }

    .options-for-mb .item {
        border: 1px solid #F2F2F2 !important;
        border-radius: 8px;
        box-shadow: 0px 4px 6px rgba(44,44,44,0.04) !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 9px 0;
    }

        .options-for-mb .item img {
            width: 38px;
        }

        .options-for-mb .item span {
            display: block;
            margin-top: 9px;
            font-family: 'robotoM';
            color: #2c2c2c;
            font-size: 13px;
        }

.home-drop-search {
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}

    .home-drop-search input {
        width: 100%;
        border: 1px solid #2c2c2c24;
        border-radius: 5px;
        height: 38px;
        margin-top: 8px;
        padding: 0 8px;
        font-size: 15px;
        color: #333;
        outline: none;
        margin-bottom: 5px;
        background-color: #f2f2f2;
    }

    .home-drop-search .icon {
        width: 16px;
        height: 16px;
        position: absolute;
        right: 16px;
        border: 1px solid #2c2c2c1c;
        border-radius: 50%;
        transform: translateY(0);
        cursor: pointer;
    }

        .home-drop-search .icon i {
            left: unset;
            top: unset;
            right: unset;
            bottom: unset;
            font-size: 8px !important;
            transform: translateY(0);
        }

.p-drop-places {
    position: fixed;
    top: 400px;
    left: 40px;
    z-index: 9999999;
    background-color: #fff;
    border-radius: 5px;
    height: 312px;
    min-width: 290px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    display: none;
    box-shadow: 0px 8px 20px rgba(182,182,182,0.42);
}

    .p-drop-places.show {
        display: flex;
    }

    .p-drop-places .containers {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 8px 0;
        flex: 1;
        padding-bottom: 56px;
        display: flex;
    }

    .p-drop-places .top {
        display: none;
    }

    .p-drop-places .drop-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        border-top: 1px solid #F2F2F2;
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #fff;
    }

        .p-drop-places .drop-foot .return {
            padding: 8px 15px;
            border-radius: 5px;
            font-family: 'robotoM';
            font-size: 14px;
            color: #2c2c2c;
            user-select: none;
            pointer-events: all;
            cursor: pointer;
        }

            .p-drop-places .drop-foot .return:hover {
                background-color: #f2f2f2;
            }

            .p-drop-places .drop-foot .return i {
                font-size: 12px;
            }

            .p-drop-places .drop-foot .return span {
            }

        .p-drop-places .drop-foot a {
            margin: 0;
        }

    .p-drop-places .top.show {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .p-drop-places .places-search {
        height: 30px;
        padding: 0 8px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .p-drop-places .places-search .delete {
            position: absolute;
            right: 15px;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border-radius: 50%;
            font-size: 10px;
            cursor: pointer;
        }

        .p-drop-places .places-search input {
            width: 100%;
            height: 100%;
            outline: none;
            background-color: transparent;
            display: block;
            font-size: 13px;
            padding: 0 10px;
            color: #333;
            background-color: #f2f2f2;
            border-radius: 5px;
        }

    .p-drop-places .places-list {
        overflow-x: hidden;
        overflow-y: overlay;
        flex: 1;
        margin-top: 10px;
    }

        /* width */
        .p-drop-places .places-list::-webkit-scrollbar {
            width: 8px;
        }

        /* Track */
        .p-drop-places .places-list::-webkit-scrollbar-track {
        }

        /* Handle */
        .p-drop-places .places-list::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 5px
        }

            .p-drop-places .places-list::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .p-drop-places .places-item {
        padding: 7px 14px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        user-select: none;
    }

        .p-drop-places .places-item:hover {
            background-color: #f2f2f2;
        }

        .p-drop-places .places-item span {
            color: #2c2c2c;
        }

        .p-drop-places .places-item:hover span {
            color: #74150F;
        }

        .p-drop-places .places-item i {
            color: #2c2c2c;
            font-size: 11px;
        }

    .p-drop-places .title {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #2c2c2c;
        font-weight: 100;
        position: relative;
        margin-bottom: 10px;
        user-select: none;
    }

        .p-drop-places .title h3 {
            margin: 0;
            font-size: 14px;
            color: #2c2c2c;
        }

    .p-drop-places .title-btn {
        position: absolute;
        left: 15px;
        font-size: 12px;
        color: #2c2c2c;
        width: 10px;
        height: 10px;
        cursor: pointer;
    }

        .p-drop-places .title-btn i {
        }

    .p-drop-places .places-item:first-child {
        display: flex !important;
    }

.home-news3 {
    background-color: #fff;
    display: none;
}

    .home-news3 .wrap {
        display: none;
    }

        .home-news3 .wrap.show {
            display: block;
        }

.home-news3-top {
    height: 300px;
}

    .home-news3-top .swiper {
        height: 100%;
    }

.home-news3 .swiper-button-next {
}

.home-news3 .swiper-button-prev {
}

.home-news3 .swiper-pagination {
}

.home-news3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--default-color-3);
    opacity: .6;
    background-color: #333;
}

.home-news3 .swiper-pagination-bullet-active {
    background-color: var(--default-color-3);
    opacity: 1;
}

.home-news3-top .item {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-news3-top img {
    width: 100%;
    height: 100%;
}

.home-news3-top .img {
    width: 100%;
    height: 100%;
}

.home-news3-top .title {
    margin: 0;
    position: absolute;
    padding: 6px 12px;
    bottom: 45px;
    text-align: center;
    background-color: #fff;
    max-width: 90%;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-news3-foot {
    padding: 0 10px;
}

    .home-news3-foot .item {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

        .home-news3-foot .item:hover h3 {
            color: var(--default-color-3);
        }

    .home-news3-foot .index {
        width: 25px;
        height: 25px;
        background-color: var(--default-color-2);
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
    }

    .home-news3-foot .title {
        flex: 1;
        margin: 0;
        font-size: 15px;
        font-weight: 100;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 8px;
        transition: all linear .2s;
    }

.detail-news-album {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

    .detail-news-album a {
        display: block;
    }

.list-tag-title-restae {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.detail-news-album .img-item {
    width: 50%;
    padding: 4px;
    overflow: hidden;
    height: 206px;
}

.foot-update-resate span {
    font-size: 15px;
    font-family: 'MonM';
    display: block;
    color: #505050;
}

.decor-id-view-date {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: 0px;
    right: 7px;
}

    .decor-id-view-date span {
        margin-right: 10px;
        color: #333;
        font-family: 'MonM';
    }

.phone-create-restae a {
    background: #FFBF3B;
    padding: 4px 8px;
    font-size: 15px;
    border-radius: 8px;
    color: #000;
}

.list-search-top-wid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-create-restae a:hover {
    background: #333;
    color: #fff;
}

.full-search-bds {
    position: relative;
    width: 100%;
}

.sort-pro .custom-select {
    font-family: 'MonM';
    color: #242424;
    font-size: 15px;
    border-radius: 50px;
    padding: 8px 15px 8px 15px;
    border: 1px solid #e0e0e0;
    width: 100%;
    display: block;
    background: #fff;
    cursor: pointer;
}

.ward-checkbox-list label {
    display: block;
    padding: 2px 0;
    cursor: pointer;
}

.foot-update-resate {
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
    padding-top: 8px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

.detail-news-album .img-item:hover img {
    transform: scale(1.02);
}

.detail-news-album .img-item img {
    transition: all linear .2s;
}

.fancybox-container {
    z-index: 9999999999999999999999 !important;
}

/*Loc phuong xa*/
/* Vùng hiển thị danh sách đã chọn */
/* Khối chứa để dropdown position:absolute bám chuẩn */
.list-ward-full {
    position: relative;
}

/* Ô hiển thị các phường/xã đã chọn (dưới label) */
.value-ward {
    min-height: 38px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-top: 6px;
    border-radius: 50px;
}

    /* Tag mỗi phường/xã đã chọn */
    .value-ward span {
        padding: 3px 8px;
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
    }

/* Bảng checkbox: ẩn mặc định, hiển thị dạng dropdown khi .active */
#chkWard {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 280px; /* bạn chỉnh tùy ý */
    min-height: 290px;
    overflow: auto;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    z-index: 1000;
    padding: 10px 12px;
}

    #chkWard.active {
        display: block;
    }

    /* Gọn từng dòng checkbox */
    #chkWard td {
    }

.filter-select.ward-checkbox-list td:hover {
    background: #000;
    color: #fff;
}

#chkWard label {
    margin-left: 6px;
    font-size: 15px;
    cursor: pointer;
}

#chkWard tr:hover {
    background: #fafafa;
}

/* Danh sách checkbox ẩn mặc định */
.filter-select.ward-checkbox-list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    max-height: 250px;
    overflow-y: auto;
    padding: 10px;
    width: 250px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
}

    .filter-select.ward-checkbox-list.active {
        display: block;
    }

    .filter-select.ward-checkbox-list td {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .filter-select.ward-checkbox-list label {
        margin-left: 5px;
        cursor: pointer;
        font-size: 14px;
    }

.value-ward span {
    background: #f6f6f6;
    padding: 3px 8px 3px 10px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.value-ward .remove-ward {
    cursor: pointer;
    font-weight: bold;
    color: #888;
    margin-left: 4px;
}

    .value-ward .remove-ward:hover {
        color: red;
    }

/*End*/
span.demo-value-ward {
    background: #fff;
    font-size: 15px;
}

/* Ẩn mặc định */
.checboklist-streets {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
    padding-right: 6px;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.25s ease-in-out;
    z-index: 99;
}

    /* Khi mở */
    .checboklist-streets.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

/* Nút đóng */
.checkboxlist-btn-close {
    cursor: pointer;
    font-size: 18px;
    color: #888;
    float: right;
    transition: color 0.2s;
}

    .checkboxlist-btn-close:hover {
        color: #ff5b5b;
    }

/* Checkbox list style */
.drsearch-streets input[type="checkbox"] {
    display: none; /* Ẩn checkbox mặc định */
}

.drsearch-streets label {
    display: block;
    padding: 6px 10px;
    margin-bottom: 4px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    font-size: 14px;
    color: #333;
}

    /* Hover */
    .drsearch-streets label:hover {
        background: #f5f5f5;
    }

/* Hiệu ứng khi chọn */
.drsearch-streets input[type="checkbox"]:checked + label {
    background: #e8f5e9; /* Nền xanh nhạt */
    color: #2e7d32; /* Chữ xanh đậm */
    box-shadow: inset 0 0 0 2px #81c784;
}

/* Thêm icon check mượt */
.drsearch-streets label::after {
    content: "✔";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    color: #2e7d32;
    font-size: 14px;
    transition: transform 0.25s ease;
}

.drsearch-streets input[type="checkbox"]:checked + label::after {
    transform: translateY(-50%) scale(1);
}

/* Mặc định: hiển thị trên desktop, ẩn nút toggle */
.search-bds-child {
    display: block;
}

.btn-filter-toggle {
    display: none;
}

.btn-filter-close {
    display: none;
}
/* Mobile: ẩn bộ lọc, hiện nút toggle */
@media (max-width: 768px) {
    .search-bds-child {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: hsl(0deg 0% 0% / 50%);
        background-image: url(/Uploads/images/Banner/demo.png);
        box-shadow: -2px 0 6px rgba(0,0,0,0.3);
        overflow-y: auto;
        transition: right 0.3s ease-in-out;
        z-index: 99999;
        padding: 15px;
        background-repeat: no-repeat;
    }

        .search-bds-child.active {
            right: 0;
        }

    .btn-filter-toggle {
        display: flex;
        position: fixed;
        bottom: 60px;
        right: 20px;
        background: #ff5722;
        color: #fff;
        padding: 8px 12px;
        border-radius: 50px;
        font-weight: normal;
        font-size: 14px;
        cursor: pointer;
        z-index: 10000;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        align-items: center;
        justify-content: center;
    }

    .title-search-estate-child {
        margin-top: 25px;
    }
    
.title-search-estate-child h3{
    font-size:18px;
}
.back-decor-search {
    display: none;
}

div#filterBox:after {
    content: "";
    position: absolute;
    background: hsl(0deg 0% 0% / 50%);
    left: 0;
    top: 0;
    width: 100%;
    height: 791px;
    pointer-events: none;
    z-index: -1;
}
    .btn-filter-close {
        display: block;
        padding: 6px 12px;
        background: #f44336;
        color: #fff;
        border: none;
        border-radius: 0 6px 6px 0;
        font-size: 13px;
        cursor: pointer;
        position: absolute;
        top: -36px;
        left: 0;
    }
}