.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .media-attract .pre-img-right>div>span,
    .media-diamond .pre-img-right>div>span {
        width: 114px !important;
        height: calc(156px* 3 / 4) !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .ads-right,
    .ads-left {
        display: none !important;
    }
}

@media only screen and (max-width: 350px) {
    .navbar-header a.color-user {
        display: none;
    }
    #box-aphn .col-6,
    #box-aphcm .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .document .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info-project {
        background-color: transparent !important;
        padding: 0 !important;
    }
}

@media (min-width: 351px) and (max-width: 560px) {
    .caption-pname {
        padding: 2px;
    }
    .caption-ptitle a {
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        display: block;
    }
    .media-project-index {
        margin-bottom: 0px !important;
    }
    .btn-view-all {
        padding: 8px 5px !important;
        max-width: 160px !important;
        font-size: 14px !important;
    }
    .content-row {
        display: block !important;
    }
    .post-one-content {
        padding: 5px !important;
    }
    .post-one {
        margin-bottom: 5px !important;
        box-shadow: none;
        border-radius: 0;
    }
    .item-one-media .box-figw {
        height: 125px !important;
        border-radius: 2px 2px 0 0;
    }
    .post-head-one a {
        height: 45px !important;
        font-size: 14px !important;
        font-weight: bold;
    }
    .item-once-price {
        font-size: 16px !important;
    }
    .this-info-project {
        padding: 10px !important;
    }
    .this-info-project picture {
        width: 80px;
        height: 70px;
    }
    .preview-info-project a {
        font-size: 14px;
    }
    .item-info-project span {
        font-size: 13px;
    }
    .info-project {
        background-color: transparent !important;
        padding: 0 !important;
    }
}

@media only screen and (min-width: 1280px) {
    .width-support {
        max-width: 900px;
    }
}

@media (min-width:900px) and (max-width:1024) {
    .shelf-section {
        width: 80% !important;
    }
    .cus-col div.field-name {
        width: 370px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
    .item-project {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .fixed {
        height: 80px !important;
        top: 0;
        width: 100%;
        position: fixed!important;
        z-index: 2000;
    }
    .fixed .navbar-inverse {
        min-height: 45px !important;
    }
    .scrolled-banner {
        position: sticky;
        position: -webkit-sticky;
        top: 80px;
    }
    .scrolled-banner1 {
        position: fixed;
        top: inherit;
        bottom: 200px;
    }
    .scrolled {
        background-color: #fff;
        top: 0px;
        width: 100%;
        position: fixed!important;
        z-index: 999;
    }
    .scrolled-nav {
        top: 60px;
        width: 1110px;
        position: fixed!important;
        background-color: #f9f9f9;
        z-index: 9999;
    }
    .page-container {
        max-width: 960px;
    }
    .item-cal {
        max-width: calc(100% - 170px);
        padding: 0 0 0 5px;
    }
    .navbar-nav .nav-item {
        position: inherit;
    }
    .navbar-nav ul.dropdown-menu-right>li.nav-item {
        position: relative;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
        border: 0;
        top: 78%;
        background-color: #fff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin: 0;
        padding: 15px 10px;
        min-width: 260px;
        transform: scale(1);
        border: 1px solid #eee;
        /* -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); */
        border-bottom-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        box-shadow: 0 14px 14px rgba(0, 0, 0, .12);
        z-index: 9999;
    }
    .dropdown:hover>.mega-menu {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        left: 0;
        grid-row-gap: 1.5rem;
        grid-column-gap: 2rem;
    }
    .menu-megafix {
        background-color: #fff !important;
        width: 280px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, .2) 0px 1px 4px 0px !important;
    }
    .menu-megafix>.scroll-mega-member {
        overflow-y: auto;
        height: calc(268px);
    }
    .dropdown:hover .scroll-mega-member>strong {
        position: relative;
        padding-left: 15px;
        font-size: 15px;
        color: #444;
        display: flex;
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px solid #eee;
    }
    .dropdown:hover .scroll-mega-member>strong>svg {
        position: absolute;
        right: 10px;
        top: 4px;
    }
    .dropdown:hover .scroll-mega-member li {
        margin: 6px 0;
        padding-left: 12px;
    }
    .dropdown:hover>.submenu-160 {
        max-width: 280px;
        left: 35%;
    }
    .dropdown:hover>.submenu-241 {
        max-width: 250px;
    }
    .dropdown:hover>.submenu-241>li {
        width: 100%;
    }
    .dropdown:hover>.dropdown-menu>li a {
        color: #5c5c5c;
        display: block;
        padding-left: 10px;
        line-height: 28px;
        border-bottom: 1px solid #eee;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        white-space: nowrap;
    }
    .dropdown:hover>.dropdown-menu>li:last-child a {
        border-bottom: none
    }
    .dropdown:hover>.dropdown-menu>li a:hover {
        color: #0365f0;
    }
    .dropdown>.dropdown-toggle:active {
        pointer-events: none
    }
    .dropdown:hover>.right-hover>li a:hover {
        background-color: #f5f7fc;
        padding-left: 12px;
        border-radius: 2px
    }
    .dropdown-menu li>a {
        color: #000;
        display: block;
        text-decoration: none;
        line-height: 30px
    }
    .dropdown-menu li>a:hover {
        color: #ff4500;
        text-decoration: none
    }
    .dropdown:hover>.mega-menu>li>a {
        font-weight: bold;
        border-bottom: none;
    }
    .dropdown:hover>.mega-menu>li>a.text-more {
        color: #0365f0;
        font-weight: 400;
    }
    .dropdown:hover>.mega-menu .nav-level3>li {
        list-style: none;
    }
    .dropdown:hover>.mega-menu .nav-level3>li>a {
        border-bottom: none;
    }
    .dropdown:hover>.mega-menu .nav-level3>li>a {
        background-color: transparent;
    }
    .show-width-100 {
        max-width: 250px;
    }
    .submenu-160 li {
        width: 100% !important;
    }
    .show-width-100 li {
        padding-left: 10px
    }
    .show-width-100 li a {
        border-bottom: none!important
    }
    .show-width-100 {
        right: auto;
        top: 95%;
    }
    .br-center {
        border-left: 1px solid #eee;
    }
    .br-center:last-child {
        border: none;
    }
    .show-width-100 li {
        list-style: none;
    }
    .show-width-100 li a {
        border-bottom: none !important;
    }
    .cus-col span.iconfilter {
        width: 60px;
        padding: 2px;
        line-height: 45px;
    }
    .cus-col div.field-owerid,
    .cus-col div.field-idprovince,
    .cus-col div.field-provinid,
    .cus-col div.field-type_id,
    .cus-col div.field-price,
    .cus-col div.field-bal_id,
    .cus-col div.field-juridical {
        width: 100%;
    }
    .fix-width .col-lg-9 {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    }
    .fix-width .col-lg-3 {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}

@media (max-width: 575.98px) {
    /* #footer .col-12 {
        max-width: 50%;
    } */
}

@media (max-width: 428px) {
    .filter-search .select2-container--krajee-bs4 .select2-selection {
        margin-bottom: 0.5rem;
    }
    .fixmobile-padd .col-12 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .fixmobile-padd .product-detail,
    .fixmobile-padd .product-user {
        padding: 10px 10px 10px 10px !important;
    }
    .pre-thumbnail-slider .pre-thumb {
        height: 55px !important;
    }
    .product-heading h1 {
        font-size: 1.3rem !important;
        font-weight: bold;
    }
    .product-price {
        font-size: 1.4rem !important;
        padding: 0 0 5px 0;
    }
    .info-area,
    .info-bedroom {
        font-size: 18px !important;
        padding-left: 12px !important;
    }
    .product-info ul li {
        width: calc(100% - 15px) !important;
        font-size: 14px;
    }
    .product-info ul li>span {
        font-weight: 600;
    }
    .info-prices {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .datepost-exp,
    .code-type,
    .code-post {
        padding-left: 25px !important;
    }
}

@media (max-width: 991.8px) {
    .document .number-item {
        margin-bottom: 15px;
    }
    .item-media .pre-piture-thumb {
        width: 115px;
        height: 132px;
        border-radius: 2px;
    }
    .item-media .img-converimg {
        border-radius: 2px !important;
    }
    .item-head {
        gap: 4px !important;
        padding-right: 0;
    }
    .item-content {
        max-width: 100%;
        padding: 0px;
    }
    .img-like {
        top: 0px !important;
        right: 0px !important;
    }
    .product-code,
    .product-search .search-filter {
        flex-wrap: inherit;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    .product-code::-webkit-scrollbar,
    .product-search .search-filter::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .product-code::-webkit-scrollbar-thumb,
    .product-search .search-filter::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 5px;
    }
    .product-code::-webkit-scrollbar-track,
    .product-search .search-filter::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 5px;
        box-shadow: inset 0 0 0 0 #f0f0f0;
    }
    .product-code::-webkit-scrollbar-thumb:hover,
    .product-search .search-filter::-webkit-scrollbar-thumb:hover {
        background: #dadada;
    }
    .datepost-exp span,
    .code-type span,
    .code-post span,
    .datepost span {
        white-space: nowrap;
        font-size: 12px;
    }
    .button-phone,
    .button-zalo,
    .button-formmail,
    .button-form {
        height: 42px !important;
        padding: 12px 5px !important;
        line-height: 16px;
    }
    .button-phone>a,
    .button-zalo>a {
        font-size: 14px !important;
    }
}

@media (max-width:768px) {
    .order-1 {
        order: 2;
    }
    .order-2 {
        order: 1;
    }
    .product-heading {
        padding-top: 0px;
    }
    .align-cc-center {
        align-items: start !important;
    }
    .align-cc-center>li {
        width: 100%;
    }
    .navbar-nav>li.dropdown>a.nav-link:after {
        position: absolute;
        right: 30px;
        top: 12px;
    }
    .top-menu {
        height: 40px;
    }
    .top-menu .mr-auto .navbar-brand>img {
        position: relative;
    }
    .top-menu ul li a {
        font-size: 14px !important;
        white-space: nowrap;
    }
    .gallery-thumbs .swiper-slide {
        max-width: 80px !important;
        height: 70px !important;
    }
    .swiperproject {
        height: 180px;
    }
    .swipermain {
        height: 380px;
    }
    .carousel-caption {
        width: 100%!important;
        right: 0 !important;
        bottom: 0!important;
        left: 0 !important;
    }
    .carousel-caption h2 {
        font-size: 28px!important;
        padding-top: 30px !important;
        padding-bottom: 0px !important;
        line-height: 35px!important
    }
    .carousel-caption h3 {
        font-size: 18px!important;
        padding-top: 5px!important;
        line-height: 24px!important;
        padding-bottom: 5px!important
    }
    .swipermain .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 5px !important;
    }
    .swipermain .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 5px !important;
    }
    .breadcrumb {
        margin-top: 0rem !important;
        padding: 0.5rem 0 !important;
        margin-bottom: 0.5rem !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .box-search-top {
        border: 1px solid #fff;
    }
    .p-mobile {
        padding-top: 0.5rem !important;
    }
    .document {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }
    .topic-head {
        display: inline-block;
        width: 100%;
    }
    .document .number-item {
        background-color: #f5f6fa;
        display: block;
        width: 100%;
        padding: 10px;
        margin: 0 0 10px 0;
        border-radius: 8px;
        box-shadow: none;
        -webkit-transition: .55s;
        -moz-transition: .55s;
        -o-transition: .55s;
        transition: .55s;
        text-align: left;
    }
    .document .number-item h3 {
        font-weight: bold !important;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .document .number-item a {
        display: flex;
        -webkit-box-pack: justify;
        -webkit-box-align: center;
        align-items: center;
        gap: 1rem;
    }
    .document .number-item a .flex-img {
        background-color: #fff;
        padding: 10px;
        border-radius: 100%;
        margin: 0;
    }
    .document .number-item a .flex-img>svg {
        width: 36px;
        height: 36px;
    }
    .tick-style span.vip-diamon,
    .tick-style span.vip-gold,
    .tick-style span.vip-hot,
    .tick-style span.post-normal {
        font-size: 10px;
    }
    .tick-style span.vip-diamon,
    .tick-style span.vip-gold,
    .tick-style span.vip-hot,
    .tick-style span.post-normal {
        padding: 0.5px 4px;
        line-height: 15px;
    }
    .document,
    #box-aphcm,
    #box-renthcm,
    #box-aphn,
    #box-aphcm,
    #we-us,
    #box-renhanoi,
    .renews-box,
    .same-list {
        background-color: #fff !important;
    }
    #box-project .buy-hcm .pxx-1,
    #box-aphn .col-6,
    #box-aphcm .col-6,
    #box-item-detail .pxx-1 {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }
    #box-aphcm .col-lg-3,
    #box-aphcm .col-md-3,
    #box-aphn .col-lg-3,
    #box-aphn .col-md-3 {
        padding-bottom: 10px !important;
    }
    .caption-project-name .caption-p-title a {
        font-size: 14px !important;
    }
    .item-normal {
        min-width: 100%;
        padding: 0;
        border-left: none;
        border-right: none;
        border-radius: 2px;
    }
    .item-normal .item-head a {
        font-size: 14px !important;
        font-weight: bold;
        padding-top: 5px;
        margin-top: 0px;
        padding-right: 5px;
        line-height: 18px !important;
    }
    .item-normal .item-price {
        font-size: 14px !important;
        padding: 0 !important;
        font-weight: bold;
    }
    .item-normal .item-info {
        padding-bottom: 0 !important;
    }
    .item-normal .item-info span {
        font-size: 14px !important;
    }
    .item-normal .item-media .converimg {
        border-radius: 4px !important;
    }
    .item-normal .item-position {
        padding-bottom: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .item-position span {
        font-size: 13px;
    }
    .count-imgitem {
        right: 7px !important;
    }
    .count-imgitem>span.count-images {
        font-size: 14px !important;
    }
    h2.size-title {
        font-size: 1.25rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .top-title a>img {
        width: 14px !important;
        height: 14px !important;
    }
    .item-one-media {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .item-one-media .box-figw {
        width: 100% !important;
        height: 160px;
    }
    .section-title h4 {
        font-size: 1.2em !important;
    }
    .artic-title-item h2 {
        font-size: 1.2em !important;
    }
    .thumb-hot {
        height: 240px !important;
    }
    .thumb-left {
        width: 100%;
        height: 220px;
        margin-bottom: 15px;
    }
    .prio_left img,
    .right-out .thumb-art picture img,
    .thumb-hot picture img,
    .thumb-left picture img {
        border-radius: 10px;
    }
    .news-all .card {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0;
    }
    .box-maps {
        position: relative !important;
    }
    .box-maps>iframe {
        width: 100%;
        height: 140px;
        border-radius: 8px;
        margin-top: 10px
    }
    .info-area,
    .info-bedroom {
        padding-left: 20px !important;
    }
    .product-info ul li {
        width: calc(100% - 15px) !important;
        font-size: 14px;
    }
    .product-waring .waring-p {
        padding: 0 0 0px 30px;
    }
    .section-title-detail h4 {
        font-size: 1rem !important;
        font-weight: 500 !important;
    }
    .page-content {
        background-color: #fff;
        padding-top: 10px;
    }
    .detail-page {
        box-shadow: none !important;
        padding: 0px !important;
    }
    .detail-page header h1 {
        font-size: 1.375rem !important;
    }
    .article-detail h1,
    .article-detail h2 {
        font-size: 1.25rem !important;
    }
    .article-detail .content p img {
        width: 100% !important;
    }
    .post-head-one a {
        font-size: 15px;
        height: 45px;
        line-height: 20px !important;
    }
    .filter-cities {
        margin-top: 15px;
    }
    .item-attract,
    .item-diamond,
    .item-gold {
        min-width: 100% !important;
    }
    .type-attract .media-attract,
    .type-diamond .media-diamond {
        border-radius: 4px 4px 0 0 !important;
    }
    .media-attract,
    .media-diamond {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .media-attract>.pre-img-left,
    .media-diamond>.pre-img-left {
        width: 100% !important;
    }
    .media-attract .pre-img-right,
    .media-diamond .pre-img-right {
        width: 100% !important;
        margin-top: 1px;
    }
    .media-attract .pre-img-right>div,
    .media-diamond .pre-img-right>div {
        display: flex;
    }
    .media-attract .pre-img-right>div>span,
    .media-diamond .pre-img-right>div>span {
        width: 100% !important;
        height: calc(120px * 3/4);
    }
    .media-attract .pre-img-right .tick-item,
    .media-diamond .pre-img-right .tick-item {
        bottom: 15% !important;
    }
    .media-attract::after,
    .media-diamond::after {
        width: 100% !important;
        border-bottom-left-radius: 0 !important;
    }
    .item-attract .p-3,
    .item-diamond .p-3,
    .item-diamond .p-3 {
        padding: 10px !important;
    }
    .numberphone {
        padding: 6px 5px !important;
    }
    .converimg {
        border-radius: 4px 4px 0px 0px !important;
    }
    .card-media {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    .type-gold {
        width: 100% !important;
    }
    .media-gold {
        height: calc(347px * 1/2) !important;
        margin-bottom: 1px !important;
    }
    .list-img>div>span {
        width: 100% !important;
        margin-right: 1px !important;
    }
    .list-img span:not(:nth-child(1)) {
        width: 100% !important;
    }
    .list-img span:last-of-type {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .text-contents {
        font-size: 1.125rem !important;
    }
    .mt-mobile-form {
        margin-top: 1.25rem;
    }
    .mobile-flex>div {
        display: block !important;
    }
    .mobile-flex>div>a {
        padding-right: 0 !important;
    }
    .mobile-flex img.avatar-item {
        float: none;
        width: 100%;
        max-height: 240px;
        object-fit: cover;
        display: block;
        margin-bottom: 1rem;
    }
    .mobile-flex>div .news-item {
        padding: 0 !important;
    }
    .navbar-inverse .navbar-nav>li ul.dropdown-menu-right::before {
        display: none;
    }
    .rounded-circle-100 {
        width: 100px !important;
        height: 100px !important;
    }
    img.thumbnail-detail {
        width: 110px !important;
        height: 110px !important;
    }
    h4.title-postsame {
        font-size: 16px !important;
        font-weight: bold !important;
    }
    .title-postsame {
        font-size: 1.125rem;
    }
    .detail-head {
        padding: 10px !important;
    }
    .detail-head .d-none-m {
        display: none;
    }
    .detail-page article {
        padding-left: 0px;
        padding-right: 0px;
    }
    .box-detail {
        border-radius: 5px !important;
    }
    .detail-info-head>h1 {
        font-size: 1.3rem !important;
        line-height: 120%;
    }
    .detail-info-head .button-blue {
        width: 100%;
        margin-bottom: 15px;
    }
    .detail-info-head .btn-100 {
        width: 100%;
    }
    .btn-normal {
        width: 100%;
    }
    .resp-sharing-button--facebook {
        background-color: #eee !important;
        border-color: #eee !important;
    }
    .resp-sharing-button--twitter {
        background-color: #eee !important;
        border-color: #eee !important;
    }
    .resp-sharing-button--pinterest {
        background-color: #eee !important;
        border-color: #eee !important;
    }
    a.nav-link .b-users-img {
        position: relative !important;
        left: 0 !important;
    }
    .box-detail {
        padding: 20px 5px !important;
    }
    .themeuser-form .select2-container--krajee-bs4 .select2-selection {
        height: auto !important;
    }
    .color-tags .badge-primary {
        margin-bottom: 5px;
    }
    .boximg-preview .swiper-media {
        width: 100%;
        height: calc(100vw * 210 / 360);
        position: relative;
    }
    .article-descript p img {
        width: 100%;
        height: auto;
    }
    .article-detail p img {
        width: 100%;
        height: auto;
    }
    .article-detail ul li,
    .detail-page ol li {
        font-size: 16px !important;
        padding-bottom: 0 !important;
    }
    img {
        width: auto\9;
        height: auto;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    .padd-mobiles .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .padd-mobiles .page-new-title h1 {
        text-align: center;
        padding-top: 20px;
    }
    .padd-mobiles .page-item-des h2 a {
        font-size: 1.5em;
        line-height: 28px;
        font-weight: 500;
    }
    .padd-mobiles .page-item-des {
        padding: 0;
    }
    .padd-mobiles .detail-page header h1 {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .padd-mobiles .page-social {
        padding: 0;
    }
    .padd-mobiles .article-detail {
        padding: 10px 0 10px 0;
    }
    .article-detail .content img {
        width: 100% !important;
    }
    .section-prices {
        padding: 5px !important;
    }
    .section-prices p {
        font-size: 1.4em !important;
        font-weight: 400 !important;
        line-height: 26px !important;
        margin-bottom: 10px !important;
        padding-top: 10px;
        display: block;
    }
    .stats-item {
        font-size: 0.8125rem !important;
    }
    .swiper-cbuttom .swiper-button-next,
    .swiper-cbuttom .swiper-button-prev {
        display: block;
    }
    .swiper-cbuttom .swiper-button-next,
    .swiper-cbuttom .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }
    .shelf-section {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .shelf-content {
        width: 90% !important;
        left: 5% !important;
    }
    p.shelf-lead {
        font-size: 0.875rem !important;
    }
    .bg-des ul {
        border-left: none !important;
        padding-left: 10px !important;
    }
    .bg-des ul li a {
        font-size: 1rem !important;
    }
    .tags a {
        border: 1px solid #eee;
        display: inline-flex;
        padding: 1px 4px !important;
    }
    .bottom-top {
        padding: 15px 10px 0 15px !important;
        border: none !important;
    }
    .bottom-text {
        border-top: none !important;
        padding-bottom: 0;
        margin-top: 0px !important;
        text-align: center;
        font-size: 12px !important;
        padding-top: 10px;
    }
    .button-post {
        font-size: 14px;
        font-weight: normal !important;
        padding: 4px 7px !important;
    }
    .pt-7 {
        padding-top: 1rem;
    }
    .copy-size {
        display: block;
        text-align: center;
    }
    .text-box h4 {
        padding: 10px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-box ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .title-cate {
        font-size: 18px !important;
        font-weight: bold;
    }
    .text-box ul li a {
        font-size: 13px;
    }
    .search-input .form-group {
        margin-bottom: 15px !important;
    }
    .items-project {
        display: block !important;
        margin: 0 !important;
    }
    .media-project {
        margin-bottom: 15px !important;
    }
    .project-view .head-title h1 {
        font-size: 22px !important;
    }
    .project-view .head-title address {
        font-size: 14px;
        line-height: 20px;
    }
    .info-project span {
        padding-left: 0;
    }
    .about-project {
        width: 100%;
    }
    .about-project ul.nav-pills {
        display: flex;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-overflow: ellipsis;
    }
    .about-project .nav-pills .nav-link {
        border-radius: 0 !important;
        font-size: 16px;
        font-weight: bold;
        padding: 0.5rem 0.5rem;
        width: 100%;
        white-space: nowrap;
    }
    .about-project .nav-pills .nav-link.active {
        border-bottom: none;
        border-radius: 0 !important;
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        white-space: nowrap;
        padding: 0.5rem 0.5rem;
    }
    .product-content-detail {
        padding: 0 6px !important;
        font-size: 14px;
    }
    #invest>h2,
    #tongquan>h2,
    #vitri>h2,
    #tienich>h2,
    #chinhsach>h2 {
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: bold;
        padding: 10px 0px 10px 5px;
    }
    #box-item-detail .pr-5 {
        padding-right: 10px !important;
    }
    .swiper-post {
        margin-bottom: 15px;
    }
    h2.size-title-box {
        font-size: 20px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bg-orange,
    .bg-blue {
        background-color: #fff !important;
        color: #222325 !important;
    }
    .bg-orange h4,
    .bg-blue h4 {
        color: #222325 !important;
    }
    .we-right .box-promo h4 {
        font-size: 18px !important;
    }
    .width-support .pr-5 {
        padding-right: 10px !important;
    }
    .width-support .pl-5 {
        padding-left: 10px !important;
    }
    .news-box-item .new-caption,
    .new-right-item .new-caption {
        padding: 10px 5px !important;
    }
    .page-post {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-post .product-search .px-1,
    .page-post .product-search .pr-1,
    .page-post .product-search .pl-1 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .post-box .card {
        box-shadow: none !important;
    }
    .post-box .card-body {
        padding: 10px !important;
    }
    .thumnai-qrcode {
        margin: 0 auto;
    }
    .pt-f15 {
        padding-bottom: 1rem;
    }
    .buyitem ul li {
        display: block !important;
    }
    .btn-select {
        padding: 5px !important;
        white-space: nowrap;
    }
    .fix-width .pr-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .photopreview {
        height: 35vh;
    }
    .gallery-thumbs {
        display: none;
        margin: 0 10px !important;
    }
    .boximg-preview {
        border-radius: 0;
    }
    .product_mobile li {
        float: left;
        width: 50%;
        list-style: none;
        height: 50px;
    }
    .news-box-item {
        margin-bottom: 0;
    }
    .button-hotline {
        background: #0365f0;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        white-space: nowrap;
        border-radius: 10px 0 0;
        line-height: 50px;
        text-align: center;
    }
    .button-hotline a {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
    }
    .button-zalosms {
        line-height: 50px;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
    }
    .button-zalosms a {
        color: #444;
        font-weight: 500;
        font-size: 14px;
    }
    .button-hotline>img,
    .button-zalosms>img {
        width: 28px;
        height: 28px;
        margin-right: 5px;
    }
    .trendkey-top .trendkey {
        min-width: 25% !important;
    }
    .share-iconpost {
        right: 10px !important;
    }
    .title_contact {
        padding-top: 5px;
        line-height: 22px;
    }
    .box-buyerform {
        padding: 5px !important;
    }
    .footer-text>span {
        padding-top: 10px;
    }
    .icon-payment {
        width: 45px !important;
        height: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .footer-payment-method {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 3% !important;
        grid-row-gap: 5% !important;
        padding-bottom: 20px;
    }
    .box-info-mogioi {
        padding: 10px !important;
    }
    .thumnail-mogioi {
        width: 100px !important;
        margin-right: 7px !important;
    }
    .thumnail-mogioi img {
        width: 100px !important;
        border-radius: 6px !important;
    }
    .thumnail-moigioi-detail {
        display: block;
        width: 100px !important;
        height: 120px !important;
        margin-right: 10px !important;
    }
    .thumnail-moigioi-detail img {
        width: 100px !important;
        height: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .product-search .form-group>input {
        width: 200px !important;
    }
    .cus-col div.field-owerid,
    .cus-col div.field-idprovince,
    .cus-col div.field-provinid,
    .cus-col div.field-type_id,
    .cus-col div.field-price,
    .cus-col div.field-bal_id,
    .cus-col div.field-juridical {
        width: 100px !important;
    }
}

@media (max-width: 992px) {
    .navbar-inverse {
        height: 45px;
        min-height: 45px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-brand>img {
        max-width: 150px !important;
    }
    .navbar-collapse .pl-5 {
        padding-left: 0 !important;
    }
    .icon-menu {
        background: #fff;
        display: flex;
        align-items: center;
        font-size: 18px;
        padding: 0.15rem 0.25rem !important;
    }
    .abs-icon {
        position: absolute;
        right: 0;
    }
    .shelf-section {
        width: 100% !important;
        background-color: transparent !important;
        box-shadow: none;
        border-radius: 0;
    }
    .mb-05 {
        margin-bottom: 0.5rem !important;
    }
    .px-m0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .px-01 {
        padding: 1rem !important;
    }
    .px-05 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .w-mobile-100 {
        width: 100%;
    }
    .w-mobile-100>div {
        height: 45px;
    }
    .avatar-mxs>img {
        float: left;
    }
    .navbar-collapse ul.ml-6 {
        margin-left: 0 !important;
    }
    .offcanvas-header {
        height: 45px;
        padding: 10px 10px 10px 30px;
    }
    .offcanvas-header,
    .offcanvas-cc .dropdown-menu {
        background-color: #fff;
    }
    .offcanvas-cc .dropdown-menu {
        min-width: auto;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
    .offcanvas-header .py-2 {
        color: #444;
        font-weight: 500;
        font-size: 1rem;
    }
    .offcanvas-cc .navbar-nav .mega-menu>li {
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
    .offcanvas-cc .navbar-nav .mega-menu>li>a {
        color: #444;
        font-weight: 700;
    }
    .offcanvas-cc .dropdown-menu li,
    .offcanvas-cc .navbar-nav .mega-menu .nav-level3>li {
        border-bottom: none;
    }
    .offcanvas-cc .dropdown-menu li>a {
        color: #111;
        text-decoration: none;
        padding: 5px 0 5px 55px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .offcanvas-cc .dropdown-menu .scroll-mega-member {
        padding-left: 10px;
        margin-top: 10px;
    }
    .offcanvas-cc .dropdown-menu .scroll-mega-member li>a {
        padding: 5px 0 5px 5px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 85%;
        max-width: 85%;
        background: #fff;
        border: none;
        color: #fff;
        transition: .3s;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 1px 0 10px 1px #d8d8d8;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }
    .navbar-collapse .ml-auto {
        margin-left: 1rem !important;
    }
    .navbar-collapse .btn-outline-danger {
        background-color: #fff;
        color: #9b9b9b;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        text-align: center;
        line-height: 25px;
        border: none;
        padding: 7px 10px;
        font-size: 1.2rem;
        font-weight: 400;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 1rem !important;
        font-weight: 500 !important;
        border-bottom: 1px solid #eee;
        text-transform: none !important;
        padding-left: 1.5rem;
        width: 100%;
    }
    .offcanvas-header a.icon-logo-m {
        color: #0365f0;
        font-size: 22px;
        padding-right: 1.5rem;
        align-items: center;
        line-height: 30px;
        -webkit-transform: translateY(-10%) rotate(0);
        -ms-transform: translateY(-10%) rotate(0);
        transform: translateY(-10%) rotate(0);
    }
    .offcanvas-cc .navbar-nav>li>a {
        position: relative;
        font-size: 1rem!important;
        border-bottom: 1px solid #eee;
        padding-left: 2rem!important;
        width: 100%;
        height: 50px!important;
        line-height: 36px!important;
        font-weight: 700!important;
    }
    .offcanvas-cc .navbar-nav>li>a span.b_arrow:before,
    .offcanvas-cc .navbar-nav>li>a.normal-login:before {
        content: "\f105";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 700;
        font-size: .75rem;
        padding-right: 1rem;
    }
    .navbar-inverse .navbar-nav>li>a:hover {
        border-radius: 0px !important;
    }
    .dropdown-menu {
        background-color: #fff;
        width: 100%;
        margin: 0;
        padding: 10px;
        min-width: 230px;
        transform: scale(1);
        border: 1px solid #eee;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0 14px 14px rgba(0, 0, 0, .12);
        z-index: 9999;
    }
    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
    .dropdown-menu li>a {
        display: block;
        text-decoration: none;
        padding: 5px 0 5px 5px;
    }
    .dropdown-menu li>a.nav-link {
        font-weight: bold;
        border-bottom: 1px solid #fafbf2;
        line-height: 25px !important;
    }
    .dropdown-menu li>a:hover {
        color: #0365f0;
        text-decoration: none;
    }
    .navbar-inverse .navbar-nav>li>a.loginicon>i {
        display: none;
    }
    .cus-mobiles {
        padding-top: 1rem;
    }
    .cus-mobiles .text-logins a {
        font-size: 16px !important;
        font-weight: 500;
    }
    .cus-mobiles .text-logins a.loginicon {
        color: #0365f0;
    }
    .search-width {
        padding: 1rem 0 !important;
    }
    .filter-box-search .input-search {
        height: 48px;
    }
    .filter-box-search .box-search-top button {
        color: #333 !important;
    }
    .filter-box-search .box-search-top button {
        padding: 0 5px !important;
        margin-top: 0px !important;
    }
    .filter-box-search {
        background-color: #f2f2f2;
        padding: 0.5rem 15px !important;
    }
    .suggest-item {
        font-size: 12px !important;
    }
    .icon-logo-m>img {
        max-width: 85px !important;
    }
    .btn-view-all {
        font-size: 14px;
        padding: 10px 15px;
        max-width: 170px;
    }
    .text-box h4 {
        font-size: 13px;
        padding: 10px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-box ul li a {
        font-size: 13px !important;
    }
    .box-text-more {
        margin-top: 10px;
        background-color: #fff;
        margin-bottom: 10px;
    }
    .box-text-more .read-more-cat {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        border-radius: 0;
    }
    .footer-text h3,
    .footer-text p,
    .footer-text p a,
    .bottom-text span {
        font-size: 12px !important;
        color: #888;
    }
    .copyright-info p {
        font-size: 12px;
        color: #888;
        padding-bottom: 2rem;
    }
    .footer-text>h4 {
        font-size: 12px !important;
        color: #888;
    }
    .footer-text>ul li {
        line-height: 22px;
    }
    .footer-text>ul li a {
        font-size: 12px !important;
    }
}