﻿@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.arcontactus-widget.right.arcontactus-message {
    right: 70px !important;
}

@keyframes translateWelcome1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    75% {
        transform: translateX(50%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
    }
}

.arcontactus-widget .messangers-block {
    width: 325px !important;
}

@keyframes translateWelcome2 {
    0% {
        transform: translateX(-50%);
        opacity: 0
    }

    75% {
        transform: translateX(-50%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    2% {
        transform: translate3d(2px, 0, 0);
    }

    4% {
        transform: translate3d(-2px, 0, 0);
    }

    6% {
        transform: translate3d(2px, 0, 0);
    }

    8% {
        transform: translate3d(-2px, 0, 0);
    }

    10% {
        transform: translate3d(2px, 0, 0);
    }

    12% {
        transform: translate3d(-2px, 0, 0);
    }

    14% {
        transform: translate3d(2px, 0, 0);
    }

    16% {
        transform: translate3d(-2px, 0, 0);
    }

    18% {
        transform: translate3d(2px, 0, 0);
    }

    20% {
        transform: translate3d(-2px, 0, 0);
    }

    22% {
        transform: translate3d(2px, 0, 0);
    }

    24% {
        transform: translate3d(-2px, 0, 0);
    }

    26% {
        transform: translate3d(2px, 0, 0);
    }

    28% {
        transform: translate3d(-2px, 0, 0);
    }

    30% {
        transform: translate3d(2px, 0, 0);
    }

    32% {
        transform: translate3d(-2px, 0, 0);
    }

    34% {
        transform: translate3d(2px, 0, 0);
    }

    36% {
        transform: translate3d(-2px, 0, 0);
    }

    38% {
        transform: translate3d(2px, 0, 0);
    }

    40% {
        transform: translate3d(-2px, 0, 0);
    }

    42% {
        transform: translate3d(2px, 0, 0);
    }

    44% {
        transform: translate3d(-2px, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 0 -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: .4;
        transform: translate3d(0, 0, 0) scale(1);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(2);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(2);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, b, th {
}

.clearfm * {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    color: inherit;
}

.search-box .arrow.active .home-new-drop, .search-box .arrow.active .home-new-drop1, .search-box .arrow.active .home-new-drop-price {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.home-new-drop, .home-new-drop1, .home-new-drop-price {
    position: absolute;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333321;
    border-radius: 5px;
    padding: 2px 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: overlay;
    top: 127%;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
}

    /* width */
    .home-new-drop::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .home-new-drop::-webkit-scrollbar-track {
    }

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

        .home-new-drop::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

span.jet-checkboxes {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
}

i.jet-checkboxes-checked-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 10px;
    line-height: 0;
    color: #fff;
}

    i.jet-checkboxes-checked-icon svg {
        width: 1em;
        height: 1em;
    }

        i.jet-checkboxes-checked-icon svg path {
            fill: #fff;
        }

.home-new-drop .drop-item, .home-new-drop1 .drop-item, .home-new-drop-price .drop-item {
    font-size: 14px;
    color: #656565;
    padding: 10px 13px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .home-new-drop-price .drop-item.active span i, .home-new-drop.quan-huyen .drop-item.active span i, .home-new-drop .drop-item.active span i, .home-new-drop1 .drop-item.active span i {
        opacity: 1;
        font-size: 12px;
    }

    .home-new-drop-price .drop-item.active span.jet-checkboxes, .home-new-drop.quan-huyen .drop-item.active span.jet-checkboxes, .home-new-drop .drop-item.active span.jet-checkboxes, .home-new-drop1 .drop-item.active span.jet-checkboxes {
        background: #ccc;
    }

    .home-new-drop .drop-item:hover, .home-new-drop1 .drop-item:hover, .home-new-drop-price .drop-item:hover {
        background-color: #f2f2f2;
    }

img, input, iframe, select {
    border: none;
}

table {
    border-collapse: collapse;
}

.new-hot {
    display: inline-block;
    width: 25px;
    height: 13px;
    background: url(../Design/new.gif)
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.boxes > .contain {
    margin-top: 30px;
}

.banner {
    overflow: hidden;
    text-align: center;
}

    .banner img {
        margin-bottom: -0.6%;
        max-width: 100%;
    }

.postImg {
    overflow: hidden;
    position: relative;
}

    .postImg img {
        width: auto;
        height: 100%;
        min-width: 100%;
        transition: transform .5s;
        position: absolute;
        left: 0;
    }

    .postImg:hover img {
        transform: scale(1.2)
    }

.product-img {
    background-color: #fff;
    text-align: center;
}

    .product-img img {
        height: 100%;
        width: auto;
        max-width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }

.desc {
    font-size: 15px;
    color: #5f5f5f;
    height: 62px;
    line-height: 1.4;
    overflow: hidden;
    margin-top: 10px;
}

.message {
    font-size: 15px;
    color: #222;
}

.red {
    font-size: 15px;
    color: red
}

.left {
    float: left !important;
}

.right {
    float: right
}

.clear {
    clear: both;
}

.detail {
    font-size: 16px;
    color: #3f3f3f; /* margin-top:16px; */ /* overflow:hidden; */
}

    .detail table {
        width: 100% !important;
    }

    .detail * {
        font-size: 15px !important;
        text-align: justify;
    }

    .detail td { /* width:48% !important; */
        padding: 1%;
    }

    .detail img {
        max-width: 100% !important;
        cursor: zoom-in;
        height: auto !important;
    }

    .detail a, .detail strong {
        color: #096bc8 !important;
        text-decoration: none;
    }

    .detail h1, .detail h2, .detail h3, .detail h4, .detail h5, .detail h6 {
        color: #5fd01d;
    }

.error {
    color: #ef0707;
    font-size: 15px;
}

.success {
    color: var(--default-color-3);
    font-size: 15px;
}

.error {
    color: #ef0707;
    font-size: 15px;
}

.img {
    display: block;
}

.imgW img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.block {
    display: block
}

.btopnone {
    border-top: none !important
}

.overHide {
    overflow: hidden
}

.mtop10 {
    margin-top: 10px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.mtop40 {
    margin-top: 40px !important;
}

.mtop50 {
    margin-top: 50px !important;
}

.boxes {
    overflow: hidden;
}

    .boxes + .boxes {
        margin-top: 50px;
    }

.pager {
    clear: both;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .pager span:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .pager a:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .pager span:hover, .pager a:hover {
        background-color: #f2f2f2;
    }

    .pager span, .pager a {
        display: inline-block;
        text-align: center;
        color: #505050;
        font-size: 14px;
        width: 32px;
        border: 1px solid #F2F2F2;
        height: 32px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        background-color: #fff;
        transition: all .3s;
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #2c2c2c;
            color: #fff;
        }

    .pager span {
        background: none;
        color: #fff !important;
        background-color: #2c2c2c !important;
        overflow: hidden;
    }

.transparent {
    background-color: transparent
}

.inline-block {
    display: inline-block
}

.info {
    font-size: 14px;
    color: #6f6f6f;
    margin-top: 11px;
    overflow: hidden;
    ;
}

    .info span {
        display: inline-block
    }

        .info span + span {
            margin-left: 10px;
        }

    .info .link:before {
        content: "\f002";
        font-family: fontawesome;
        color: #6f6f6f;
        display: inline-block;
        margin-right: 6px;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: #6f6f6f;
        display: inline-block;
        margin-right: 6px;
    }

    .info .views:before {
        content: "\f06e";
        font-family: fontawesome;
        color: #6f6f6f;
        display: inline-block;
        margin-right: 6px;
        display: none;
    }

    .info .comments:before {
        content: "\f0e5";
        font-family: fontawesome;
        color: #6f6f6f;
        display: inline-block;
        margin-right: 6px;
    }

    .info .share {
        float: right;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: #6f6f6f;
        display: none;
        margin-right: 6px;
    }

* .infoVanBan {
    line-height: 1;
    padding: 7px 0 !important;
    padding-left: 10px !important;
}

.infoVanBan span {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #666;
    padding: 3px 0;
    padding-left: 25px;
}

    .infoVanBan span + span {
        margin-left: 15px;
    }

.relative {
    position: relative;
}

.infoVanBan .view_desc {
    background: url(../Design/search.png);
    background-repeat: no-repeat;
    cursor: pointer
}

.infoVanBan .link { /* float:right; */
    position: relative;
    cursor: pointer;
    background: url(../Design/detail.png);
    background-repeat: no-repeat;
}

.infoVanBan .linkFile {
    float: right;
    position: relative;
    background: url(../Design/download1.png);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #389bff;
    text-decoration: underline;
}

.infoVanBan .listFile {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    color: #1b80f4;
    font-size: 13px;
    margin-top: 5px;
    padding: 8px 7px;
    background: #fff;
    box-shadow: 0 0 1px #555;
}

    .infoVanBan .listFile:before {
        position: absolute;
        top: -10px;
        right: 20px;
        width: 1px;
        border: 5px solid transparent;
        border-bottom-color: #d8dbdc;
        content: "";
    }

.infoVanBan a {
    display: block;
    margin-bottom: 5px;
}

.metatext {
    color: #1b80f4;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    margin-left: 20px;
    border-bottom: 1px dotted #9a9a9a;
    padding-bottom: 8px;
    list-style: disc;
    display: list-item
}

    .metatext span, .meta span {
        font-weight: bold;
    }

.meta {
    color: #3f3f3f;
    font-size: 14px;
    margin: 0;
    margin-top: 6px;
    margin-left: 20px;
    border-bottom: 1px dotted #9a9a9a;
    padding-bottom: 8px;
    list-style: disc;
    display: list-item
}

    .meta .lnkNotices {
        color: #1b80f4;
        display: inline-block;
        padding-left: 40px;
        background-image: url(../Design/download1.png);
        background-repeat: no-repeat;
        background-position: 10px;
    }

    .meta a {
        color: #1b80f4;
        text-decoration: none;
    }

    .meta .title {
        color: #1b80f4;
        text-transform: uppercase;
        font-size: 16px;
    }

.width49 {
    width: 49%;
    float: left;
}

.decor-dbs strong {
    font-size: 16px;
    font-family: 'MonSB';
    color: #242424;
    font-weight: normal;
}

.width49 + .width49 {
    float: right;
}

.breadcrums {
    float: right;
}

    .breadcrums a {
        color: #1b80f4;
    }

        .breadcrums a:hover {
            color: #ef0707;
        }

.fancybox-slide--iframe .fancybox-content {
    background: none
}

/*public project*/

.p-project-list {
}

.p-project-item {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.p-project-content .foot-update-resate {
    margin-bottom: 25px;
}

.p-project-item * {
    text-decoration: none !important;
}

.p-project-item:hover .title {
    color: var(--default-color-1);
}

.p-project-item:hover {
    background: #FFF8D8AD;
}

    .p-project-item:hover .p-project-img {
        overflow: hidden;
    }

        .p-project-item:hover .p-project-img img {
            transform: scale(1.02);
        }

.p-project-item:last-child {
    margin-bottom: 0;
}

.p-project-link {
    display: flex;
    width: 100%;
    height: 100%;
}

.p-project-img {
    width: 235px;
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

    .p-project-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;
    }

    .p-project-img .count {
        display: flex;
        align-items: center;
    }

        .p-project-img .count img {
        }

        .p-project-img .count span {
            color: #fff;
            font-size: 15px;
            display: block;
            margin-left: 5px;
        }

    .p-project-img img {
        width: 100%;
        height: 100%;
        transition: all ease .2s;
    }

    .p-project-img > img {
        border-radius: 10px 0 0 10px;
    }

    .p-project-img .help {
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 2;
        display: flex;
        align-items: center;
    }

        .p-project-img .help .count {
        }

        .p-project-img .help .vid {
            color: #fff;
            font-size: 15px;
            margin-right: 6px;
        }

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

.p-project-item:hover {
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
}

.p-project-content .descript {
    color: #555;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 5px;
    margin-bottom: 10px;
}

.info-project-item section {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: -13px;
}

.p-project-img a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.p-project-content .place {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    margin-top: 4px;
}

    .p-project-content .place img {
        width: 13px;
        filter: invert(47%) sepia(38%) saturate(4106%) hue-rotate(119deg) brightness(97%) contrast(103%);
    }

    .p-project-content .place span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 15px;
        margin-left: 5px;
        color: #373737;
        font-family: 'MonM';
    }

.p-project-content .who {
    display: flex;
    align-items: center;
    padding-top: 11px;
}

    .p-project-content .who img {
    }

    .p-project-content .who span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 15px;
        margin-left: 5px;
        color: #373737;
    }

.p-project-content .options {
    display: flex;
    align-items: center;
    margin: 10px 0;
    border-bottom: 1px solid #e0e0e070;
    padding-bottom: 8px;
    margin-top: 0px;
}

.info-project-item span img {
    width: 15px;
    margin-right: 4px;
    position: relative;
    top: -1px;
    filter: invert(47%) sepia(38%) saturate(4106%) hue-rotate(119deg) brightness(97%) contrast(103%);
}

.info-project-item span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    color: #373737;
    font-family: 'MonM';
}

.p-swiper-content .info-project-item section p {
    font-size: 15px;
}

.info-project-item section p {
    font-size: 14px;
}

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

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

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

    .p-project-content .options span:nth-child(2) {
        margin: 0 34px;
    }

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

.p-project-content .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

    .p-project-content .foot .price-item {
        font-size: 16px;
        display: flex;
        align-items: center;
        line-height: normal;
    }

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

    .p-project-content .foot .price span {
    }

    .p-project-content .foot .heart {
    }

        .p-project-content .foot .heart img {
        }

/* public product */

.p-pro-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.p-pro-item {
    box-shadow: 0px 4px 6px 0px rgba(44,44,44,0.04);
}

    .p-pro-item:hover h3 {
        color: var(--default-color-3);
    }

    .p-pro-item:hover {
        box-shadow: 0px 4px 16px 0px rgba(44,44,44,0.08);
    }

    .p-pro-item:last-child {
        /* display: none; */
    }

.p-pro-link {
    overflow: hidden;
    background-color: #fff;
    display: block;
}

    .p-pro-link:hover img {
        transform: scale(1.02);
    }

.p-pro-img {
    height: 209px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    display: block;
}

    .p-pro-img .hot {
        position: absolute;
        color: #fff;
        background-color: var(--default-color-2);
        font-size: 15px;
        display: flex;
        align-items: center;
        padding: 5px 0;
        justify-content: center;
        right: 0;
        width: 100px;
        z-index: 3;
        top: 0;
        transform: rotate(45deg) translateX(24px) translateY(-17px);
    }

    .p-pro-img img {
        width: 100%;
        height: 100%;
        transition: all ease .2s;
    }

    .p-pro-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;
    }

    .p-pro-img .count {
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: flex;
        align-items: center;
        z-index: 2;
    }

        .p-pro-img .count img {
        }

        .p-pro-img .count span {
            color: #fff;
            margin-left: 5px;
            font-size: 15px;
        }

.p-pro-content {
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    padding: 0 9px;
    padding-bottom: 11px;
    padding-top: 13px;
}

    .p-pro-content h3 {
        margin: 0;
        font-size: 15px;
        color: #2c2c2c;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-weight: 100;
        height: 40px;
        line-height: 20px;
        font-family: openM;
        transition: all ease .2s;
    }

    .p-pro-content .place {
        display: flex;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        margin-top: 7px;
    }

        .p-pro-content .place .icon {
            width: 17px;
            height: 17px;
            border-radius: 50%;
            background-color: var(--default-color-2);
            font-size: 11px;
            color: #fff;
            transform: translateY(3px);
        }

        .p-pro-content .place i {
        }

        .p-pro-content .place span {
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-size: 13px;
            color: #373737;
            padding-left: 5px;
            height: 42px;
            line-height: 21px;
        }

    .p-pro-content .foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 12px;
    }

        .p-pro-content .foot .price {
            font-size: 15px;
            display: flex;
            align-items: center;
            color: var(--default-color-2);
            font-family: 'robotoM';
        }

            .p-pro-content .foot .price img {
                width: 20px;
                display: none;
            }

            .p-pro-content .foot .price span {
                /* margin-left: 5px; */
            }

        .p-pro-content .foot .size {
            display: flex;
            align-items: center;
        }

            .p-pro-content .foot .size img {
                width: 21px;
            }

            .p-pro-content .foot .size span {
                font-size: 14px;
                color: #5A5A5A;
                margin-left: 5px;
            }

/* public place */

.p-place-list {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: minmax(-webkit-min-content,-webkit-max-content);
    grid-auto-rows: minmax(min-content,max-content);
    -ms-grid-columns: minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr) 20px minmax(0,1fr);
    grid-template-columns: repeat(4,minmax(0,1fr));
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    height: 367px;
}

.p-place-item {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .p-place-item:hover img {
        transform: scale(1.02);
    }

    .p-place-item:first-child {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .p-place-item img {
        transition: all linear .2s;
    }

    .p-place-item:first-child .content {
    }

    .p-place-item .content {
        position: absolute;
        bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        z-index: 2;
        color: #fff;
        width: 100%;
        padding: 0 10px;
    }

        .p-place-item .content h3 {
            margin: 0;
            font-size: 23px;
            font-family: 'openB';
            line-height: 100%;
        }

        .p-place-item .content span {
            font-size: 16px;
            font-family: 'robotoM';
        }

    .p-place-item .decor {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

.p-bds-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 17px;
    row-gap: 17px;
}

    .p-bds-list.no-image .p-bds-img {
        display: none;
    }

    .p-bds-list.no-image .p-bds-item {
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #F2F2F2;
    }

    .p-bds-list.no-image .p-bds-content {
        border: none;
        border-bottom: 1px solid #f2f2f2;
    }

    .p-bds-list.no-image .p-bds-foot {
        border: none;
        box-shadow: unset;
    }

.p-bds-item {
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(44,44,44,0.04);
}

    .p-bds-item:hover .title {
        color: var(--default-color-1);
    }

.p-bds-img.fail::before {
    display: none;
}

.p-bds-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;
}

.p-bds-img {
    height: 233px;
    width: 100%;
    position: relative;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 2px;
    row-gap: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    background-color: #3333330f;
}

    .p-bds-img .img-item {
        height: 115px;
        overflow: hidden;
        grid-column: 4 / span 2;
        grid-row: 2 / span 1;
    }

        .p-bds-img .img-item:nth-child(4) {
            display: none;
        }

        .p-bds-img .img-item:first-child {
            grid-column: 1 / span 3;
            grid-row: 1 / span 2;
            height: 233px;
        }

        .p-bds-img .img-item:nth-child(2) {
            grid-column: 4 / span 2;
            grid-row: 1 / span 1;
            height: 116px;
        }

        .p-bds-img .img-item:hover img {
            transform: scale(1.02);
        }

        .p-bds-img .img-item img {
            width: 100%;
            height: 100%;
            transition: all linear .2s;
        }

    .p-bds-img .count {
        display: flex;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 1;
        align-items: center;
    }

        .p-bds-img .count img {
        }

        .p-bds-img .count span {
            display: block;
            margin-left: 5px;
            font-family: 'robotoM';
            color: #fff;
            font-size: 15px;
        }

.p-bds-content {
    border: 1px solid #F2F2F2;
    border-top: 0;
    padding: 15px 17px;
}

    .p-bds-content .title {
        margin: 0;
        font-size: 23px;
        text-transform: uppercase;
        color: #2c2c2c;
        font-family: 'robotoB';
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: auto;
        line-height: 153%;
        transition: all .3s;
    }

    .p-bds-content .options {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 9px;
    }

.p-da-item__type2 .content .options-item.ch::after,
.p-da-item__type2 .content .options-item.tn::after {
    position: absolute;
    content: attr(title);
    background-color: #000000cc;
    color: #fff;
    font-size: 12px;
    pointer-events: none;
    top: 121%;
    padding: 4px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-family: openM;
    transform: translateY(15px);
    opacity: 0;
    transition: all ease .2s;
    transition: 0.6s cubic-bezier(.3,2,.3,1);
}

.p-da-item__type2 .content .options-item:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.p-bds-content .options-item:first-child {
    padding-left: 0;
}

.p-bds-content .options-item:last-child {
    padding-right: 0;
}

.p-bds-content .options-item {
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}

    .p-bds-content .options-item::before {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 1px;
        background-color: #99A6C4;
        pointer-events: none;
    }

    .p-bds-content .options-item:last-child::before {
        display: none;
    }

    .p-bds-content .options-item span {
        font-size: 14px;
        color: #505050;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .p-bds-content .options-item img {
        width: 21px;
        margin-left: 5px;
    }

    .p-bds-content .options-item.price {
        color: #555;
        white-space: nowrap;
        font-size: 14px;
    }

    .p-bds-content .options-item.size {
        font-size: 14px;
        color: var(--default-color-3);
        white-space: nowrap;
    }

    .p-bds-content .options-item.bed {
    }

        .p-bds-content .options-item.bed span,
        .p-bds-content .options-item.bath span {
            overflow: unset;
        }

    .p-bds-content .options-item.bath {
    }

    .p-bds-content .options-item.address {
    }

.p-bds-content .descript {
    font-size: 17px;
    color: #505050;
    display: block;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
    line-height: 155%;
}

.p-bds-foot {
    border: 1px solid #F2F2F2;
    border-top: 0;
    display: flex;
    align-items: center;
    padding: 16px 17px;
    justify-content: space-between;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none !important;
    background-color: var(--default-color-1);
    background-image: url(../../Design/img/home-san-bg.png);
    background-size: cover;
}

    .p-bds-foot .avatar {
        display: flex;
        align-items: center;
    }

    .p-bds-foot .avatar-img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: var(--default-color-2);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .p-bds-foot .avatar-img img {
        }

    .p-bds-foot .avatar-content {
        flex: 1;
        padding-left: 10px;
    }

        .p-bds-foot .avatar-content h3 {
            font-family: 'robotoM';
            margin: 0;
            font-size: 17px;
            color: #fff;
            font-weight: 100;
            text-decoration: none !important;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .p-bds-foot .avatar-content span {
            color: #fff;
            font-size: 13px;
            display: block;
        }

    .p-bds-foot .infor {
        display: flex;
        align-items: center;
    }

    .p-bds-foot .infor-sdt {
        margin-right: 8px;
        background-color: #fff;
        color: var(--default-color-1);
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 14px;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none;
        font-family: 'robotoB';
    }

        .p-bds-foot .infor-sdt:hover {
            opacity: .8;
        }

        .p-bds-foot .infor-sdt i {
            font-size: 13px;
            margin-right: 6px;
        }

        .p-bds-foot .infor-sdt span {
            font-size: 16px;
        }

    .p-bds-foot .button-like {
        width: 32px;
        height: 32px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        font-size: 14px;
        color: #333333ba;
        cursor: pointer;
    }

        .p-bds-foot .button-like i {
            position: absolute;
            opacity: 1;
        }

            .p-bds-foot .button-like i:first-child {
                opacity: 1;
            }

            .p-bds-foot .button-like i:last-child {
                color: var(--default-color-3);
                opacity: 0;
            }

        .p-bds-foot .button-like.like i:last-child {
            opacity: 1;
        }

.p-bds-content .bottom-place {
    display: none;
}

/* public dự án type 2 */

.p-da-item__type2:hover {
    box-shadow: 0px 4px 16px rgba(44,44,44,0.08);
}

    .p-da-item__type2:hover .name {
        color: var(--default-color-3);
    }

.p-da-item__type2 {
    width: 100%;
    outline: 1px solid #F2F2F2;
    outline-offset: -1px;
    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 4%);
    text-decoration: none !important;
    color: unset;
    display: flex;
    align-items: center;
    height: 263px;
    margin-bottom: 17px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffff;
    flex-direction: row-reverse;
}

    .p-da-item__type2 .img {
        width: 240px;
        height: 100%;
        overflow: hidden;
        position: relative;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 2px;
        row-gap: 2px;
        background-color: #3333330a;
    }

        .p-da-item__type2 .img.hav::before {
            display: none;
        }

        .p-da-item__type2 .img::before {
            position: absolute;
            width: 100%;
            height: 40px;
            left: 0px;
            bottom: 0px;
            background: linear-gradient(180deg, rgba(44,44,44,0) 0%, rgba(44,44,44,0.8) 100%);
            content: "";
            z-index: 1;
            border-bottom-left-radius: 4px;
        }

    .p-da-item__type2 .img-item {
        height: 76px;
    }

        .p-da-item__type2 .img-item:first-child {
            grid-column: 1 / span 2;
            height: 184px;
        }

        .p-da-item__type2 .img-item img {
            display: block;
            height: 100%;
            width: 100%;
        }

    .p-da-item__type2 .visible {
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: flex;
        align-items: center;
        z-index: 5;
        color: #fff;
    }

        .p-da-item__type2 .visible .da-vid {
            font-size: 14px;
            margin-right: 8px;
        }

    .p-da-item__type2 .count {
        /* position: absolute; */
        /* bottom: 10px; */
        /* right: 10px; */
        display: flex;
        align-items: center;
        /* z-index: 5; */
    }

        .p-da-item__type2 .count img {
            width: unset;
            height: unset;
            max-width: unset;
            min-width: unset;
        }

        .p-da-item__type2 .count span {
            font-family: 'robotoM';
            color: #fff;
            font-size: 14px;
            margin-left: 5px;
        }

    .p-da-item__type2 .content {
        flex: 1;
        padding: 15px 24px;
        height: 100%;
    }

        .p-da-item__type2 .content .status {
            width: fit-content;
            color: #fff;
            );
            background-color: var(--default-color-1);
            font-size: 12px;
            font-family: 'robotoM';
            padding: 4px 8px;
            border-radius: 3px;
        }

            .p-da-item__type2 .content .status.off {
                background-color: #ffeceb;
                color: var(--default-color-3);
            }

    .p-da-item__type2:hover .content .name {
        color: var(--default-color-1);
    }

    .p-da-item__type2 .content .name {
        margin: 0;
        font-family: 'robotoB';
        font-weight: 100;
        font-size: 20px;
        color: #2c2c2c;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all linear .2s;
    }

    .p-da-item__type2 .content .options {
        display: flex;
        align-items: center;
        margin-top: 8px;
    }

    .p-da-item__type2 .content .options-item:first-child {
        margin-left: 0;
    }

    .p-da-item__type2 .content .options-item:last-child {
        margin-right: 0;
    }

    .p-da-item__type2 .content .options-item {
        display: flex;
        margin: 0 9px;
        position: relative;
        align-items: baseline;
        justify-content: center;
    }

        .p-da-item__type2 .content .options-item::before {
            content: "";
            position: absolute;
            width: 2px;
            height: 2px;
            border-radius: 50%;
            background-color: #2c2c2c7a;
            right: -9px;
            top: 13px;
        }

        .p-da-item__type2 .content .options-item:last-child::before {
            display: none;
        }

        .p-da-item__type2 .content .options-item span {
            font-size: 14px;
            color: #2c2c2c;
            font-family: 'robotoM';
        }

        .p-da-item__type2 .content .options-item img {
            width: 17px;
            margin-left: 4px;
        }

    .p-da-item__type2 .content .size {
    }

    .p-da-item__type2 .content .address {
        display: block;
        color: #2c2c2c;
        font-size: 16px;
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .p-da-item__type2 .content section {
        color: #555;
        font-size: 15px;
        margin-top: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-align: justify;
        line-height: 165%;
    }

/* news type 2 */

.p-news-list__type2 {
}

.same-cate .p-news-item__type2:last-child {
    border: none;
}

.p-news-item__type2:first-child {
    padding-top: 0;
}

.p-news-item__type2 {
    padding: 16px 0;
    border-bottom: 1px solid #DFDDDD;
}

.p-news-link__type2 {
    display: flex;
}

    .p-news-link__type2:hover .title {
        color: var(--default-color-1);
    }

.p-news-img__type2 {
    width: 260px;
    height: 155px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
}

    .p-news-img__type2:hover img {
        transform: scale(1.02);
    }

    .p-news-img__type2 .cate {
        position: absolute;
        color: #fff;
        z-index: 2;
        font-size: 11px;
        text-transform: uppercase;
        background-color: var(--default-color-1);
        font-family: 'robotoM';
        padding: 6px 8px;
        bottom: 10px;
        right: 10px;
        backdrop-filter: blur(4px);
    }

    .p-news-img__type2 img {
        transition: all linear .2s;
    }

.p-news-content__type2 {
    flex: 1;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-news-date__type2 {
    font-size: 12px;
    color: #dcdcdc;
}

.p-news-link__type2:hover .title {
    opacity: 1;
}

.same-cate .p-news-link__type2 .title {
    height: auto;
}

.p-news-link__type2 .title {
    margin: 0;
    font-weight: 100;
    font-family: 'MonM';
    transition: all linear .2s;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 28px;
    height: 56px;
    margin-top: 7px;
}

.bottom-full-new-child ul.p-news-list__type2.rs {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 36px;
    padding-bottom: 45px;
}

    .bottom-full-new-child ul.p-news-list__type2.rs a.p-news-link__type2 {
        flex-direction: column;
    }

        .bottom-full-new-child ul.p-news-list__type2.rs a.p-news-link__type2 .p-news-img__type2 {
            width: 100%;
            height: 230px;
            border-radius: 10px;
        }

    .bottom-full-new-child ul.p-news-list__type2.rs li.p-news-item__type2 {
        padding: 0;
        border-bottom: 0;
    }

    .bottom-full-new-child ul.p-news-list__type2.rs a.p-news-link__type2 .p-news-content__type2 {
        padding-top: 12px;
    }

.p-news-link__type2 .descript {
    font-size: 15px;
    color: #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 5px;
    text-align: justify;
    line-height: 155%;
}

/* public filter */

.p-boxkhuvuc {
    position: fixed;
    z-index: 9999;
    width: 360px;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(182,182,182,0.42);
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    display: none;
}

    .p-boxkhuvuc.show {
        display: flex;
        top: 100% !important;
        left: 0 !important;
    }

    .p-boxkhuvuc .top {
        position: relative;
        width: 100%;
        height: 100%;
        height: 260px;
    }

        .p-boxkhuvuc .top .drop-tong {
        }

            .p-boxkhuvuc .top .drop-tong .item.active {
                pointer-events: all;
                opacity: 1;
            }

            .p-boxkhuvuc .top .drop-tong .item {
                border: 1px solid #cccccc57;
                border-radius: 10px;
                padding: 13px 15px;
                font-size: 14px;
                color: #2c2c2c;
                align-items: center;
                display: flex;
                pointer-events: none;
                cursor: pointer;
                opacity: .5;
                justify-content: space-between;
                margin-bottom: 15px;
                width: 100%;
                border-radius: 55px;
            }

                .p-boxkhuvuc .top .drop-tong .item span {
                }

                .p-boxkhuvuc .top .drop-tong .item i {
                    opacity: .7;
                    font-size: 11px;
                }

        .p-boxkhuvuc .top .drop-tong {
            pointer-events: all !important;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .p-boxkhuvuc .top .drop-item {
            position: absolute;
            top: 0;
            left: 0;
            padding: 16px;
            width: 100%;
            cursor: pointer;
            height: 100%;
            background-color: #fff;
            pointer-events: none;
        }

        .p-boxkhuvuc .top .drop-child {
            pointer-events: none;
            opacity: 0;
            display: flex;
            flex-direction: column;
        }

            .p-boxkhuvuc .top .drop-child.show {
                opacity: 1;
                pointer-events: all;
            }

            .p-boxkhuvuc .top .drop-child .heading {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                );
            }

                .p-boxkhuvuc .top .drop-child .heading .btn {
                    color: #333;
                    position: absolute;
                    left: 0;
                    opacity: .8;
                    font-size: 14px;
                    z-index: 2;
                    padding: 10px;
                    pointer-events: all;
                }

                .p-boxkhuvuc .top .drop-child .heading span {
                    font-size: 14px;
                    color: var(--default-color-1);
                    font-family: 'robotoM';
                    pointer-events: none;
                    user-select: none;
                    display: block;
                }

    .p-boxkhuvuc .drop-foot {
        display: flex;
        align-items: center;
        padding: 8px 16px;
        justify-content: space-between;
        border-top: 1px solid #F2F2F2;
        width: 100%;
    }

        .p-boxkhuvuc .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-boxkhuvuc .drop-foot .return:hover {
                background-color: #f2f2f2;
            }

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

        .p-boxkhuvuc .drop-foot span {
        }

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

    .p-boxkhuvuc .top .drop-child .drop-search {
        background-color: #f2f2f2;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        margin-top: 10px;
    }

        .p-boxkhuvuc .top .drop-child .drop-search i {
            color: #2c2c2c;
            font-size: 14px;
        }

        .p-boxkhuvuc .top .drop-child .drop-search input {
            height: 100%;
            flex: 1;
            background-color: transparent;
            border: none;
            outline: none;
            padding: 8px 0;
            padding-left: 10px;
            font-size: 14px;
            color: #2c2c2c;
        }

    .p-boxkhuvuc .top .drop-child .drop-list {
        flex: 1;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 10px 0;
    }

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

        /* Track */
        .p-boxkhuvuc .top .drop-child .drop-list::-webkit-scrollbar-track {
        }

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

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

        .p-boxkhuvuc .top .drop-child .drop-list li:hover {
            background-color: #f2f2f2;
        }

        .p-boxkhuvuc .top .drop-child .drop-list li {
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
            border-radius: 3px;
            user-select: none;
        }

            .p-boxkhuvuc .top .drop-child .drop-list li:first-child {
                background-color: transparent !important;
            }

                .p-boxkhuvuc .top .drop-child .drop-list li:first-child::before {
                    display: none;
                }

            .p-boxkhuvuc .top .drop-child .drop-list li::before {
                content: "\f105";
                position: absolute;
                font-family: FontAwesome;
                color: #2c2c2c;
                font-size: 12px;
                right: 10px;
                opacity: .9;
            }

            .p-boxkhuvuc .top .drop-child .drop-list li .viewed {
                font-family: robotoM;
                font-size: 14px;
                color: #2c2c2c;
                text-transform: uppercase;
            }

            .p-boxkhuvuc .top .drop-child .drop-list li span {
                font-size: 14px;
                display: block;
                padding: 6px 10px;
            }

/* public range drop */

.p-rangedrop {
    height: 423px;
    width: 280px;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(182,182,182,0.42);
    border-radius: 8px;
    position: fixed;
    z-index: 999999;
    flex-direction: column;
    display: none;
}

    .p-rangedrop.show {
        display: flex;
        left: 0 !important;
        top: 100% !important;
    }

    .p-rangedrop .top {
    }

    .p-rangedrop .range-list {
        flex: 1;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 5px 0;
    }

        /* width */
        .p-rangedrop .range-list::-webkit-scrollbar {
            width: 6px;
        }

        /* Track */
        .p-rangedrop .range-list::-webkit-scrollbar-track {
        }

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

            /* Handle on hover */
            .p-rangedrop .range-list::-webkit-scrollbar-thumb:hover {
            }

        .p-rangedrop .range-list a {
            display: block;
            color: #2c2c2c;
            font-size: 14px;
            padding: 8px 16px;
        }

            .p-rangedrop .range-list a:hover {
                background-color: #f2f2f2;
            }

    .p-rangedrop .drop-foot span {
    }

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

    .p-rangedrop .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;
        opacity: 1;
    }

    .p-rangedrop .drop-foot i {
        color: #333;
        font-size: 12px;
    }

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

    .p-rangedrop .drop-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px;
        margin-top: 0;
        border-top: 1px solid #F2F2F2;
    }

    .p-rangedrop .top-input {
        display: flex;
        align-items: center;
        padding: 13px;
        justify-content: space-between;
    }

        .p-rangedrop .top-input input {
            width: 108px;
            height: 32px;
            text-align: center;
            font-size: 14px;
            color: #2c2c2c;
            border: 1px solid #CCCCCC;
            background-color: transparent;
            outline: none;
            border-radius: 5px;
            overflow: hidden;
            padding: 0 10px;
            pointer-events: none;
        }

        .p-rangedrop .top-input span {
        }

            .p-rangedrop .top-input span i {
                color: #333;
                font-size: 14px;
            }

    .p-rangedrop .top-range .range-slide {
        position: relative;
        height: 4px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-rangedrop .top-range .slide {
        position: absolute;
        top: 0;
        height: 4px;
        background: #ccc;
        user-select: none;
        width: 100%;
        left: 0;
    }

    .p-rangedrop .top-range {
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
        flex-direction: column;
        margin-top: 14px;
        border-bottom: 1px solid #F2F2F2;
        padding: 0 24px;
        padding-bottom: 26px;
    }

        .p-rangedrop .top-range .line {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 4px;
            background-color: #009ba1;
        }

        .p-rangedrop .top-range .thumb:hover {
            background-color: #1DBABF;
        }

        .p-rangedrop .top-range .thumb {
            position: absolute;
            z-index: 2;
            text-align: left;
            margin-left: -9px;
            background: #009ba1;
            top: -10.5px;
            border: 1px solid #9ed8da;
            cursor: pointer;
            border-radius: 50%;
            width: 24px;
            height: 24px;
        }

#rangeMax_1 {
    width: 105%;
}

.p-rangedrop .top-range input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 4;
    height: 4px;
    top: 0;
    width: 105%;
    opacity: 0;
    margin: 0;
    left: -4px;
}

    .p-rangedrop .top-range input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        pointer-events: all;
        border-radius: 50%;
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

.p-rangedrop .top-range .display {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -43px;
    margin: 0;
    display: none;
}

.p-rangedrop .top-range .thumb:last-child {
}

.p-drop-status {
    position: absolute;
    top: 600px;
    left: 0;
    z-index: 999999;
    display: none;
    width: 286px;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(182,182,182,0.42);
    border-radius: 8px;
    flex-direction: column;
}

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

    .p-drop-status h3 {
        margin: 0;
        font-size: 16px;
        color: #2c2c2c;
        font-family: 'robotoM';
        padding-bottom: 12px;
        color: var(--default-color-1);
        font-weight: 100;
    }

    .p-drop-status .status-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .p-drop-status .top {
        padding: 16px;
    }

    .p-drop-status .status-list .item.active {
        background: #FFECEB;
        color: #74150F;
    }

    .p-drop-status .status-list .item {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal !important;
        padding: 6px 16px;
        background: #F2F2F2;
        color: #2C2C2C;
        float: left;
        margin: 0px 8px 8px 0px;
        border-radius: 40px;
        user-select: none;
        cursor: pointer;
    }

    .p-drop-status .drop-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
        border-top: 1px solid #F2F2F2;
    }

        .p-drop-status .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-status .drop-foot .return:hover {
                background-color: #f2f2f2;
            }

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

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

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

#search-duan.search-news-drop {
    width: 100%;
}

.p-users {
}

    .p-users .container {
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin-top: -20px;
        z-index: 2;
        position: relative;
        padding: 15px 0;
    }

    .p-users .users-heading {
        display: flex;
        align-items: center;
        padding: 0 20px;
        border-bottom: 1px solid #3333331c;
        position: relative;
        padding-bottom: 20px;
    }

    .p-users .users-heading-ava {
        width: 104px;
        height: 104px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #e03c3169;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .p-users .users-heading-ava img {
            width: 100%;
            height: 100%;
        }

    .p-users .users-heading-left {
        display: flex;
        align-items: center;
    }

        .p-users .users-heading-left span {
            font-size: 24px;
            font-family: 'openSB';
            display: block;
            margin-left: 20px;
        }

    .p-users .users-heading-right {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

        .p-users .users-heading-right a {
            background-color: #009BA1;
            color: #fff;
            font-family: 'openSB';
            border-radius: 5px;
            font-size: 18px;
            padding: 10px 23px;
            transition: all ease .2s;
        }

            .p-users .users-heading-right a:hover {
                opacity: .7;
            }

.no-datas {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    display: block;
}

.user-bds-title {
    margin: 0;
    font-weight: bold;
    color: #333;
    font-size: 19px;
    margin-top: 30px;
}

.user-bds-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
}

.p-product-user {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

    .p-product-user .p-swiper-img {
        position: relative;
        height: 174px;
        width: 100%;
        display: block;
    }

        .p-product-user .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-user .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-user .p-swiper-img img.fill {
            display: block;
        }

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

    .p-product-user .p-swiper-content {
        border: 1px solid #F2F2F2;
        border-top: 0;
        padding: 10px 14px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .p-product-user .p-swiper-content .title {
            height: 36px;
            font-size: 14px;
            font-family: 'robotoM';
            color: #2c2c2c;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .p-product-user .p-swiper-content .options {
            color: var(--default-color-3);
            font-family: robotoM;
            font-size: 16px;
            margin-top: 12px;
            margin-bottom: 10px;
        }

        .p-product-user .p-swiper-content .price {
        }

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

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

        .p-product-user .p-swiper-content .place {
            display: flex;
            align-items: center;
            height: 19px;
        }

            .p-product-user .p-swiper-content .place i {
                font-size: 12px;
                color: #333;
                opacity: .6;
                margin-right: 5px;
            }

            .p-product-user .p-swiper-content .place span {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                font-size: 14px;
                color: #505050;
            }

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

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

        .p-product-user .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-user .p-swiper-content .heart i {
                position: absolute;
            }

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

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

.p-decor {
    user-select: none;
    width: fit-content;
    margin: 0 auto;
    margin-top: 6px;
}

.p-decor-item {
    background-color: var(--default-color-1);
    height: 4px;
    margin-right: 0px;
    width: 0;
    display: inline-block;
    transition: 0.8s cubic-bezier(.3,1.4,.3,1);
}

    .p-decor-item:first-child {
        border-radius: 3px;
        transition-delay: .6s;
    }

    .p-decor-item:nth-child(2) {
        border-radius: 3px;
        transition-delay: .7s;
    }

    .p-decor-item:last-child {
        border-radius: 50%;
        transition-delay: .8s;
    }

.p-decor .p-decor-item:first-child {
    width: 71px;
}

.p-decor .p-decor-item:nth-child(2) {
    width: 8px;
}

.p-decor .p-decor-item:last-child {
    width: 4px;
}

.p-cate {
    text-align: center;
    margin: 0;
    font-family: 'anyB';
    color: var(--default-color-1);
    text-transform: capitalize;
    font-size: 32px;
    line-height: 138.7%;
    margin-bottom: 2px;
}

.p-title {
    margin: 0;
    text-align: center;
    font-family: 'anySB';
    color: #242A36;
    font-size: 52px;
    text-transform: capitalize;
}

.p-base-swiper {
}

.p-base-options {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #3333331a;
    padding: 11px 12px;
}

.p-base-item:hover .p-base-options {
    border-color: #ffffff42;
}

.p-base-options .options-item {
    display: flex;
    align-items: center;
}

    .p-base-options .options-item img {
    }

    .p-base-options .options-item span {
        color: #959595;
        font-size: 15px;
        display: block;
        margin-left: 5px;
    }

.p-base-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 22px;
    row-gap: 22px;
    margin-top: 29px;
}

.p-base-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

    .p-base-item:hover .p-base-content {
        background-color: #232A35;
    }

.p-base-img {
    height: 210.79px;
    background-color: #333;
}

    .p-base-img img {
    }

.p-base-item:hover .p-base-content {
}

.p-base-content .decor {
    position: absolute;
    right: 5px;
    top: -37px;
}

.p-base-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    overflow: hidden;
    flex: 1;
}

.p-base-icon {
}

    .p-base-icon img {
    }

.p-base-title span {
}

.p-base-title {
    margin: 0;
    font-size: 18px; /* 16.659px */
    position: relative;
    font-family: 'anyB';
    color: #242A36;
    width: 100%;
    line-height: 133%;
    padding: 0 12px;
    padding-top: 16px;
}

    .p-base-title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 7px;
        transition: all .3s;
    }

.p-base-item:hover .p-base-title span {
    color: #fff;
}

.p-base-place {
    width: 100%;
    flex: 1;
}

.footer-menu-fixed {
    display: none;
}

.p-base-place i {
    font-size: 12px;
    position: relative;
    display: block;
}

.p-base-item:hover .p-base-place span {
    color: #fff;
}

.search-box .arrow span span.jet-checkboxes {
    display: none;
}

.foot.price-info-update-reate {
    margin-top: 14px;
}

.p-base-place span {
    font-size: 15px;
    line-height: 125.1%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 12px;
    color: #636363;
    margin-bottom: 19px;
    transition: all .3s;
}

.p-base-hotline {
    color: #fff;
    font-size: 15px;
    margin-top: 7px;
}
