.home .b-header {
    width: 100%;
    position: absolute;
}

.home .b-header .b-header__menu-navbar ul li .nav-link {
    color: #fff;
    position: relative;
}

.home .b-header .b-header__menu-navbar ul li .nav-link.active::after,
.home .b-header .b-header__menu-navbar ul li .nav-link:hover::after {
    content: '';
    width: calc(100% - 20px);
    height: 2px;
    background-color: #1ba79c;
    position: absolute;
    left: 10px;
    bottom: 20px;
}

.home .b-header .b-header__menu-navbar ul li::before {
    height: 20px;
    background-color: #a0a3bd;
}

.home .b-header .b-header__menu-navbar ul li:hover .nav-link {
    color: white !important;
}

.home .b-header .navbar-brand .logo-base {
    display: none;
}

.home .b-header .navbar-brand .logo-home {
    display: block;
}

.home .b-header .b__login--top>div .main-text {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
}

.home .b-header .b__login--top>div.b__add .main-text::before {
    width: 30px;
    height: 24px;
    mask: url("../images/icon-addnew.svg") no-repeat center 1px/21px auto;
    -webkit-mask: url("../images/icon-addnew.svg") no-repeat center 1px/21px auto;
    background-color: #fff;
    margin-right: 0;
}

.home .b-header .b__login--top>div.b__add .main-text::after {
    display: none;
}

.home .b-header .b__login--top>div.b_login {
    margin-left: 0px;
}

.home .b-header .b__login--top>div.b_login .main-text .no-avatar,
.home .b-header .b__login--top>div.b_login .main-text .no-user {
    width: 30px;
    height: 26px;
    mask: url("../images/icon-user-new.svg") no-repeat center 1px/24px auto;
    -webkit-mask: url("../images/icon-user-new.svg") no-repeat center 1px/24px auto;
    background-color: #fff;
    margin-right: 3px;
}

.home .b-header .b__login--top>div.b_login .main-text::after {
    display: none;
}

.home .b-header.fixed {
    position: fixed;
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    z-index: 9;
}


.home .b-header.fixed .b-header__menu-navbar ul li::before {
    background-color: #eff0f7;
}

.home .b-header.fixed .b-header__menu-navbar ul li.has-sub-menu:hover .nav-link {
    color: #f6891f;
}

.home .b-header.fixed .navbar-brand .logo-base {
    display: block;
}

.home .b-header.fixed .navbar-brand .logo-home {
    display: none;
}

.home .b-header.fixed .b__login--top .b__league .main-text,
.home .b-header.fixed .b__login--top .b_login .main-text {
    background: transparent;
    color: #fff;
}
.home .b-header.fixed .b__login--top .b_login .main-text span {
    margin-right: 5px;
}
.home .b-header.fixed .b__login--top .b__league .main-text .no-avatar,
.home .b-header.fixed .b__login--top .b_login .main-text .no-avatar,
.home .b-header.fixed .b__login--top .b__league .main-text .no-user,
.home .b-header.fixed .b__login--top .b_login .main-text .no-user {
    background-color: #333;
}

.home .b-header.fixed .b__login--top .b__league>a,
.home .b-header.fixed .b__login--top .b_login>a {
    color: #14142b;
}

.home .b-header.fixed .b__login--top .b__add .main-text,
.home .b-header.fixed .b__login--top .b__notify .main-text {
    background: transparent;
    color: #333;
}

.home .b-header.fixed .b__login--top .b__add .main-text::before,
.home .b-header.fixed .b__login--top .b__notify .main-text::before {
    background-color: #333;
}

.owl-carousel {
    z-index: 0;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
    left: -20px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -20px;
    left: auto;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid #dddee6;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition-duration: 0.3s;
    transition-delay: 0.1s;
}

.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav .owl-prev .fa-chevron-left {
    mask: url('../images/arrow-down.svg') no-repeat center;
    -webkit-mask: url('../images/arrow-down.svg') no-repeat center;
    transform: rotate(90deg);
    background-color: #14142b;
    display: block;
    width: 24px;
    height: 24px;
}

.owl-carousel .owl-nav .owl-next {
    right: -20px;
}

.owl-carousel .owl-nav .owl-next .fa-chevron-right {
    mask: url('../images/arrow-down.svg') no-repeat center;
    -webkit-mask: url('../images/arrow-down.svg') no-repeat center;
    transform: rotate(-90deg);
    background-color: #14142b;
    display: block;
    width: 24px;
    height: 24px;
}

.wrap-banner {
    height: calc(100vh - 1px);
    max-height: 700px;
    min-height: 660px;
    position: relative;
}

.wrap-banner img {
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.wrap-banner>a::before {
    background-color: #0d263b;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
}

.wrap-banner-text {
    position: absolute;
    z-index: 1;
    top: 134px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.wrap-banner-text-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

.wrap-banner-text-desc {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}

.wrap-banner--desc .b__title {
    font-weight: bold;
    font-size: 55px;
    line-height: 70px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 24px;
    flex: 0 0 100%;
    text-align: center;
    padding: 0;
    text-shadow: 0px 4px 16px rgba(13, 38, 59, 0.5);
}

.wrap-banner--desc .p__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.75px;
    color: #fff;
    margin-bottom: 60px;
    text-transform: uppercase;
    flex: 0 0 100%;
    text-align: center;
    text-shadow: 0px 0px 12px rgba(27, 35, 41, 0.5);
}

.wrap-banner--desc .b__search--buy {
    flex: 0 0 100%;
}

.wrap-banner--desc .b__search--buy .nav-tabs {
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    border: none;
}

.wrap-banner--desc .b__search--buy .nav-tabs .btn {
    padding: 0 30px;
    height: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    background: #f0f2f6;
    color: #333;
    box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.25) !important;
    border-radius: 20px;
    text-transform: uppercase;
}

.wrap-banner--desc .b__search--buy .nav-tabs .btn:hover,
.wrap-banner--desc .b__search--buy .nav-tabs .btn.active {
    background: #163668;
    color: #fff;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search {
    position: relative;
    width: 100%;
    max-width: 1410px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 30px;

}

.wrap-banner--desc .b__search--buy .b__tabcontent--search::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(141.08deg, #0a69da 32.24%, #0856c8 115.93%, #0231a5 164.9%);
    opacity: 0.9;
    border-radius: 20px;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-content {
    z-index: 1;
    width: 100%;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-block {
    width: 140px;
    margin-right: 30px;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-block-dropdown {
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    font-weight: 400;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-block-dropdown .cicon {
    mask: url('../images/icon-dropdown.svg') no-repeat center;
    -webkit-mask: url('../images/icon-dropdown.svg') no-repeat center;
    background-color: #fff;
    border: none;
    display: inline-block;
    width: 8px;
    height: 10px;
    margin-left: 10px;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-block-text {
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-word;
    height: 26px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-input {
    width: calc(100% - 5*170px);
    position: relative;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-input .b__tabcontent--search-block-text {
    margin-top: 0;
    background-color: white;
    height: 80px;
    border-radius: 80px;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-input input {
    width: 100%;
    padding: 0 0 0 25px;
    margin: 0;
    background-color: transparent;
    border: 0;
    color: #333;
    font-size: 18px;
    line-height: 80px;
    height: 80px;
    font-weight: 400;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-input input::placeholder {
    color: #888;
}

.wrap-banner--desc .b__search--buy .b__tabcontent--search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #163668;
    border-radius: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

}


.wrap-banner--desc .b__search--buy .b__tabcontent--search-btn:hover {
    background: #1ba79c;
}

@media screen and (max-width: 1365px) {
    .wrap-banner--desc .b__search--buy .b__tabcontent--search {
        padding: 15px;
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-block {
        margin-right: 15px;
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-block-text {
        font-size: 16px;
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-input {
        width: calc(100% - 5*150px);
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-input .b__tabcontent--search-block-text {
        height: 60px;
        border-radius: 60px;
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-input input {
        line-height: 60px;
        height: 60px;
        font-size: 16px;
        text-overflow: ellipsis;
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-btn {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-block {
        margin-right: 10px;
        width: 120px;
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-input {
        width: calc(100% - 5*130px);
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-input input {
        font-size: 14px;
        text-overflow: ellipsis;
    }

    .wrap-banner--desc .b__search--buy .b__tabcontent--search .b__tabcontent--search-block-text {
        font-size: 14px;
    }
}

.block-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #14142b;
    padding-bottom: 15px;
    position: relative;
}

.block-title::before {
    content: '';
    width: 90px;
    height: 1px;
    background-color: #f6891f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block-title.no-border-bottom::before {
    content: unset;
}

.block-description {
    color: #4e4b66;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.view-more {
    display: inline-block;
    color: #007aff;
    text-decoration: underline;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.view-more::after {
    mask: url(../images/i-dropdown.svg) no-repeat center;
    -webkit-mask: url(../images/i-dropdown.svg) no-repeat center;
    background-color: #007aff;
    transform: rotate(-90deg);
    border: none;
    content: "";
    display: block;
    width: 6px;
    height: 16px;
    max-width: none;
    margin: 0 0 0 5px;
}

.view-more:hover {
    text-decoration: underline;
    color: #1986ec;
}

.b__category {
    padding-top: 50px;
}

.b__category .b__block--content {
    display: flex;
    margin: 0 -15px;
}


.b__category .b__block--content .cen-col .b__items {
    display: block;
    height: 100%;
    border: 4px solid #1ba79c;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    padding: 20px 20px 12px;
}

.b__category .b__block--content .cen-col .b__items:hover {
    border-color: #163668;
}

.b__category .b__block--content .cen-col .b__items:hover .item-icon img {
    display: none;
}

.b__category .b__block--content .cen-col .b__items:hover .item-icon img.is-hover {
    display: block;
}

.b__category .b__block--content .cen-col .b__items .item-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    height: 55px;
}

.b__category .b__block--content .cen-col .b__items .item-icon img {
    height: 100%;
}

.b__category .b__block--content .cen-col .b__items .item-icon img.is-hover {
    display: none;
}

.b__category .b__block--content .cen-col .b__items .b__items-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.b__category .b__block--content .cen-col .b__items .b__items--desc {
    text-align: center;
    margin-bottom: 15px;
}

.b__category .b__block--content .cen-col .b__items .b__items--desc .cen-text-bold {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
}

.b__category .b__block--content .cen-col .b__items .b__items--desc .decs-small {
    padding-top: 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

.b__category .b__block--content .cen-col .b__items .b__item-footer {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
    border-top: 1px solid #f8f8fa;
    padding-top: 15px;
}

.b__category .b__block--content .cen-col .b__items .b__item-footer a {
    background: #fff8ef;
    border-radius: 24px;
    width: 168px;
    height: 44px;
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    color: #f6891f;
    align-items: center;
}

.b__category .b__block--content .cen-col .b__items .b__item-footer a::after {
    content: '';
    mask: url(../images/arrow-right-long.svg) no-repeat center;
    -webkit-mask: url(../images/arrow-right-long.svg) no-repeat center;
    background-color: #f6891f;
    width: 16px;
    height: 22px;
    margin-left: 8px;
    align-items: center;
}

.b__category .b__block--content .cen-col .b__items.cyber-agent {
    border: none;
    background: url('../images/bg-image-cate-cyber.jpg') no-repeat;
    background-size: cover;
}

.b__category .b__block--content .cen-col .b__items.cyber-agent:hover .b__items--desc .cen-text-bold {
    color: #1ba79c;
}

.b__category .b__block--content .cen-col .b__items.cyber-agent .b__items--desc .cen-text-bold {
    color: white;
}

.b__category .b__block--content .cen-col .b__items.cyber-agent .b__items--desc .decs-small {
    color: #ddd;
}

.b__category .b__block--content .cen-col .b__items.cyber-agent .item-icon {
    text-align: center;
    margin-bottom: 38px;
    height: 80px;
    margin-top: 15px;
}

.b__category .b__block--content .cen-col .b__items.cyber-agent .item-icon img {
    display: block !important;
    height: 100%;
}

.b__eventSale {
    padding: 72px 0 0;
}

.b__eventSale .block-title {
    margin-bottom: 30px;
}

.b__eventSale #eventSaleSlider .owl-stage-outer {
    overflow: hidden !important;
    height: 290px;
}

.b__eventSale .b__items {
    background: #fcfcfc;
    border: 1px solid #dddee6;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgba(16, 20, 38, 0.08);
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.b__eventSale .b__items img {
    height: 182px;
}

.b__eventSale .b__items .b__items--desc {
    padding: 15px;
}

.b__eventSale .b__items .b__items--desc .b__items--rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b__eventSale .b__items .b__items--desc .b__items--rows+.b__items--rows {
    margin-top: 8px;
}

.b__eventSale .b__items .b__items--desc h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #14142b;
    margin-bottom: 0;
}

.b__eventSale .b__items .b__items--desc .text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #6e7191;
    margin-bottom: 0;
}

.b__eventSale .b__items .b__items--desc .button {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    color: #f6891f;
    text-transform: uppercase;
    margin-bottom: 0;
}

.b__monopoly {
    padding: 70px 0 70px;
    margin-top: 20px;
}

.b__monopoly .block-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 46px;
}

.b__monopoly .block-description {
    margin-bottom: 30px;
    color: #888;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

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


.b__monopoly .b__monopoly--top {
    margin-bottom: 30px;
}

.b__monopoly .b__monopoly--top .nav-pills .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    background: #f0f2f6;
    border-radius: 30px;
    height: 40px;
    text-align: center;
    margin-right: 8px;
    padding: 6px 24px;
}

.b__monopoly .b__monopoly--top .nav-pills .nav-link.active,
.b__monopoly .b__monopoly--top .nav-pills .nav-link:hover {
    color: #fff;
    background: #163668;
}

.b__monopoly .b__monopoly--top .view-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1ba79c;
    text-decoration: none;
    height: 40px;
    padding: 6px 18px;
    border: 1px solid #1ba79c;
    border-radius: 20px;
}

.b__monopoly .b__monopoly--top .view-more:hover {
    background-color: #1ba79c;
    color: white;
    border-color: transparent;
}

.b__monopoly .b__monopoly--top .view-more::after {
    display: none;
}

.b__monopoly .project-inner {
    display: none;
    margin: 0 -15px;
}


.b__monopoly .project-inner .cen-col .project-item {
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.15);
    border-radius: 20px;
}

.b__monopoly .project-inner .cen-col .project-item .b__mainProduct--content {
    border: none;
    border-radius: 0 0 20px 20px;
}

.text-updating {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0px 20px 30px;
}

.agency-item {
    background: #fff;
    border: 1px solid #e6e6ec;
    box-sizing: border-box;
    box-shadow: 0px 4px 16px rgba(13, 38, 59, 0.06);
    border-radius: 12px;
    padding: 15px;
}

.agency-item .agency-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.agency-item .agency-item-top .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    color: #14142b;
    position: relative;
    text-decoration: none;
    margin: 0;
    padding: 0;
    align-items: center;
    text-transform: capitalize;
}

.agency-item .agency-item-top .title::after {
    content: "";
    background: transparent url(../images/icon_checked.svg) no-repeat center/12px 100%;
    display: block;
    margin-left: 4px;
    width: 16px;
    height: 16px;
}

.agency-item .agency-item-top .b__rate {
    position: relative;
    display: flex;
    font-size: 14px;
}

.agency-item .agency-item-top .b__rate::before {
    content: '';
    mask: url(../images/icon_star.svg) no-repeat center;
    -webkit-mask: url(../images/icon_star.svg) no-repeat center;
    background-color: #ffbf00;
    border: none;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -3px;
    left: -24px;
}

.agency-item .agency-item-top .b__rate span {
    color: #6e7191;
    margin-left: 5px;
}

.agency-item .agency-item-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.agency-item .agency-item-content .agency-avatar {
    position: relative;
}

.agency-item .agency-item-content .agency-avatar img {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.agency-item .agency-item-content .agency-avatar .b__level-agency {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background: #f6891f;
    color: #fff;
    border-radius: 12px;
    padding: 1px 9px;
}

.agency-item .agency-item-content .agency-item-right ul {
    padding: 0;
    margin: 0 0 15px;
    display: flex;
}

.agency-item .agency-item-content .agency-item-right ul li {
    list-style-type: none;
    text-align: center;
    padding: 0 8px 0 25px;
    font-size: 10px;
    color: #6e7191;
}

.agency-item .agency-item-content .agency-item-right ul li+li {
    border-left: 1px solid #e8e8f2;
    padding: 0 25px 0 22px;
}

.agency-item .agency-item-content .agency-item-right ul li b {
    font-size: 24px;
    color: #14142b;
}

.agency-item .agency-item-content .agency-item-right .b__chat {
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 20px;
    color: #14142b;
    text-decoration: none;
    position: relative;
    font-weight: normal;
    font-size: 13px;
    width: 130px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.agency-item .agency-item-content .agency-item-right .b__chat:hover {
    background: #f6891f;
    color: #fff;
    border-color: #f6891f;
}

.agency-item .agency-item-content .agency-item-right .b__chat:hover::before {
    background-color: #fff;
}

.agency-item .agency-item-content .agency-item-right .b__chat::before {
    content: '';
    mask: url(../images/icon_mes.svg) no-repeat center/18px auto;
    -webkit-mask: url(../images/icon_mes.svg) no-repeat center/18px auto;
    background-color: #ffbf00;
    border: none;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.b__agency {
    padding: 30px 0 40px;
    background: #f5f7fc;
}

.b__agency.buy-agency,
.b__agency.rent-agency {
    background-color: #fff;
}

.b__agency.buy-agency {
    padding: 0;
}

.b__agency .block-title {
    margin-bottom: 9px;
    font-size: 22px;
    line-height: 28px;
}

.b__project {
    padding: 70px 0;
    display: none;
}

.b__project.active {
    display: block;
}

.b__project .block-title {
    margin-bottom: 20px;
}

.b__project .block-description {
    margin-bottom: 30px;
}

.b__project .block-boards {
    padding-bottom: 0;
}

.b__project .total-result {
    margin-left: 360px;
    margin-bottom: 0;
    margin-top: 15px;
}

.b__project .tab-content {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.b__project .tab-content .block-boards {
    border-radius: 12px;
    border: 1px solid #dddee6;
    overflow: hidden;
    position: relative;
}

.b__project .tab-content .b__agency--list>.title {
    margin-top: 25px;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #14142b;
    margin-bottom: 20px;
}

.b__project .tab-content .b__agency--list .block-content.list {
    margin: 0 -15px;
    display: flex;
}

.b__project .tab-content .b__agency--list .block-content.list .cen-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

.b__project .tab-content .table {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.b__project .tab-content .table tr {
    width: 100%;
    display: flex;
}

.b__project .tab-content .table tr:nth-of-type(odd) {
    background: #fcfcfc;
}

.b__project .tab-content .table td,
.b__project .tab-content .table th {
    flex-basis: 100%;
    flex-grow: 2;
    display: block;
    padding: 1rem;
    text-align: center;
    border-top: none;
}

.b__project .tab-content .table thead {
    display: block;
    width: 100%;
    overflow-y: auto;
}

.b__project .tab-content .table thead>tr {
    border-bottom: 1px solid #dddee6;
}

.b__project .tab-content .table thead>tr>th {
    background: #f8f8fa;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #14142b;
    border: none;
}

.b__project .tab-content .table tbody {
    height: 580px;
    display: block;
    width: 100%;
    max-height: 580px;
    overflow-y: scroll;
    padding-bottom: 80px;
}

.b__project .tab-content .table tbody tr+tr {
    border-top: 1px solid #dddee6;
}

.b__project .tab-content .table tbody tr td {
    font-size: 16px;
    line-height: 22px;
    color: #14142b;
    white-space: nowrap;
}

.b__project .tab-content .table tbody tr td.bold {
    font-weight: 400;
}

.b__project .tab-content .table tbody tr td.text-center {
    text-align: center;
}

.b__project .tab-content .table tbody tr td a {
    color: #007aff;
    text-decoration: underline;
    font-size: 14px;
    white-space: nowrap;
}

.b__project .b__showmore {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 40%, #fff 100%);
    border-radius: 0px 0px 12px 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 130px;
    align-items: flex-end;
    padding: 0 15px 15px;
}

.b__project .b__showmore .b__chat {
    background: #27ae60;
    border-radius: 5px;
    position: relative;
    color: #fff;
    min-width: 210px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b__project .b__showmore .b__chat::before {
    mask: url('../images/icon_mes.svg') no-repeat center;
    -webkit-mask: url('../images/icon_mes.svg') no-repeat center;
    background-color: #fff;
    border: none;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.b__project .b__showmore .show-more-left .title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #f6891f;
}

.b__project .b__project--top {
    display: flex;
}

.b__project .b__project--top .b__project--search {
    flex-basis: 330px;
    max-width: 330px;
    position: relative;
    display: flex;
}

.b__project .b__project--top .b__project--top_right {
    flex-basis: calc(100% - 330px);
    max-width: calc(100% - 330px);
    padding: 0 0 0 30px;
    display: flex;
}

.b__project .b__project--info {
    display: flex;
    width: 100%;
}

.b__project .b__project--info .project-unit-left {
    display: block;
    /* max-width: 425px;
 width: 425px;
 */
    overflow-y: auto;
    padding: 25px 40px 20px 20px;
    margin-left: -20px;
    margin-top: -5px;
}

.b__project .b__project--info .project-unit-left .list-units {
    display: block;
    max-height: 900px;
    width: 100%;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link {
    width: 330px;
    max-width: 330px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
    padding: 20px 13px 17px;
    background: #fff;
    border: 1px solid #dddee6;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px rgba(16, 20, 38, 0.05);
    border-radius: 8px;
    position: relative;
    display: block;
    cursor: pointer;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link.active {
    background: #fff1e0;
    border: 1px solid #f6891f;
    box-sizing: border-box;
    border-radius: 8px;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link.active::before {
    content: '';
    background: url('../images/icon_arror_right.svg') no-repeat right;
    border: none;
    display: block;
    width: 13px;
    height: 43px;
    position: absolute;
    right: -13px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}

.b__project .b__project--info .project-unit-left .list-units .nav-link.active h3 {
    color: #f6891f;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link.active ul li {
    color: #6d3815;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link.active ul li::before {
    background-color: #6d3815;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link h3 {
    color: #14142b;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link ul li {
    list-style: none;
    position: relative;
    color: #4e4b66;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 24px;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link ul li:nth-child(2)::before {
    mask: url('../images/icon_giaodich.svg') no-repeat center;
    -webkit-mask: url('../images/icon_giaodich.svg') no-repeat center;
}

.b__project .b__project--info .project-unit-left .list-units .nav-link ul li::before {
    mask: url('../images/icon_can.svg') no-repeat center;
    -webkit-mask: url('../images/icon_can.svg') no-repeat center;
    background-color: #4e4b66;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.b__project .b__project--info .tab-content {
    flex-basis: calc(100% - 330px);
    max-width: calc(100% - 330px);
    margin-top: 20px;
}

.b__project .b__project--info .b__allProject {
    text-align: center;
    padding-top: 3px;
}

.b__project .b__project--info .b__allProject a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.slider-nav-middle .owl-nav .owl-prev,
.slider-nav-middle .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.slider-nav-middle .owl-nav .owl-next {
    right: -20px;
    left: auto;
}

.viewall a {
    color: #1986ec;
    text-decoration: underline;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.viewall a::before {
    content: '';
    mask: url('../images/arrow-down.svg') no-repeat center;
    -webkit-mask: url('../images/arrow-down.svg') no-repeat center;
    background-color: #1986ec;
    border: none;
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 1px;
}

.block-summer {
    margin-bottom: 50px;
}

.block-summer img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.b__support {
    height: 700px;
    position: relative;
}

.b__support>img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.b__support::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(281.4deg, rgba(13, 38, 59, 0.7) 0%, rgba(31, 66, 95, 0.7) 99.57%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.b__support .block-head {
    width: 75%;
    text-align: center;
    padding-top: 60px;
    margin-left: auto;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.b__support .block-head .block-right-title {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 12px;
}

.b__support .block-head .block-right-desc {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.75px;
}

.b__support .b__support--info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    z-index: 2;
}

.b__support .b__support--info .b__support--left {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 15px 0;
    text-align: center;
}

.b__support .b__support--info .b__support--left h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
    justify-content: center;
}

.b__support .b__support--info .b__support--left p.p__title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.75px;
    margin-bottom: 27px;
    color: #fff;
}

.b__support .b__support--info .b__support--left ul {
    margin: 0 0 25px;
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.b__support .b__support--info .b__support--left ul li {
    list-style: none;
}

.b__support .b__support--info .b__support--left ul li.active {
    margin: -10px;
    z-index: 0;
}

.b__support .b__support--info .b__support--left ul li.active img {
    width: 86px;
    height: 86px;
    object-fit: cover;
}

.b__support .b__support--info .b__support--left ul li img {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.b__support .b__support--info .b__support--left .b__support--content p,
.b__support .b__support--info .b__support--left .b__support--content span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 10px;
}

.b__support .b__support--info .b__support--left .b__support--content span {
    font-weight: normal;
    margin-bottom: 30px;
}

.b__support .b__support--info .b__support--left .btn-contact {
    border-radius: 4px;
    background: #f6891f;
    border: none;
    box-shadow: none;
    color: #fff;
    display: flex;
    padding: 10px 24px;
    width: 260px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}

.b__support .b__support--info .b__support--left .btn-contact::before {
    content: '';
    mask: url('../images/icon_mes.svg') no-repeat center;
    -webkit-mask: url('../images/icon_mes.svg') no-repeat center;
    background-color: #fff;
    border: none;
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.b__support .b__support--info .b__support--right {
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 15px;
}

.b__support .b__support--info .b__support--right .text-desc {
    font-size: 16px;
    color: white;
    margin-top: 15px;
    text-align: center;
}

.b__support .b__support--info .b__support--right .table-support-func {
    width: 100%;
}

.b__support .b__support--info .b__support--right .table-support-func thead tr {
    height: 60px;
    background: #f8f8fa;
    box-sizing: border-box;
}

.b__support .b__support--info .b__support--right .table-support-func thead tr th {
    color: #14142b;
    font-size: 18px;
    padding: 17px 30px;
    border-bottom: 1px solid #dddee6;
}

.b__support .b__support--info .b__support--right .table-support-func thead tr th:first-of-type {
    border-radius: 12px 0 0 0;
    width: 50%;
}

.b__support .b__support--info .b__support--right .table-support-func thead tr th:last-of-type {
    border-radius: 0 12px 0 0;
    width: 25%;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr {
    height: 60px;
    background: #fff;
    box-sizing: border-box;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr td {
    color: #14142b;
    font-size: 16px;
    padding: 17px 30px;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr td.text-gray {
    font-size: 24px;
    color: #6e7191;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr td.checked {
    background: url(../images/icon_checked.svg) no-repeat center/18px;
    width: 19px;
    height: 19px;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr td.not-checked {
    background: url(../images/icon_close.svg) no-repeat center/18px;
    width: 20px;
    height: 20px;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr td a {
    text-decoration: underline;
    margin-left: 10px;
    color: #007aff;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr td a:hover {
    color: #f6891f;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 12px;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 12px 0;
}

.b__support .b__support--info .b__support--right .table-support-func tbody tr:nth-of-type(2n) {
    background-color: #f8f8fa;
}

.b__retailer {
    background: #fff;
    padding: 70px 0 0;
}

.b__retailer .block-title {
    margin-bottom: 20px;
}

.b__retailer .block-description {
    margin-bottom: 30px;
}

.b__retailer .b__retailer--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.b__retailer .b__retailer--top .nav-pills .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #14142b;
    background: #f5f7fc;
    border-radius: 30px;
    height: 40px;
    text-align: center;
    margin-right: 8px;
    padding: 8px 22px;
}

.b__retailer .b__retailer--top .nav-pills .nav-link.active,
.b__retailer .b__retailer--top .nav-pills .nav-link:hover {
    color: #fff;
    background: #f6891f;
}

.b__retailer .tab-content.loading-v2 {
    height: 435px;
}

.b__retailer .article-inner {
    display: none;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.b__retailer .article-inner.active {
    display: flex;
}

.b__retailer .article-inner .cen-col {
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
}

.b__retailer .article-inner .cen-col .b__mainProduct--items {
    margin-bottom: 30px;
}

.b__retailer .article-inner .cen-col .b__mainProduct--items:hover {
    box-shadow: 0px 4px 15px rgba(16, 20, 38, 0.08);
}

.b__space {
    position: relative;
    padding: 70px 0 60px;
    background-image: url('/images/location-district-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b__space .block-title {
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.b__space .block-title::before {
    background-color: #fff;
}

.b__space .b__space--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.b__space .b__space--top .nav-pills {
    z-index: 1;
}

.b__space .b__space--top .nav-pills .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    background: #f0f2f6;
    border-radius: 30px;
    height: 40px;
    text-align: center;
    margin-right: 8px;
    padding: 7px 24px;
}

.b__space .b__space--top .nav-pills .nav-link.active,
.b__space .b__space--top .nav-pills .nav-link:hover {
    color: #fff;
    background: #0076ff;
}

.b__space .b__space--top .view-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    padding: 6px 18px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.b__space .b__space--top .view-more:hover {
    background-color: #1ba79c;
    color: white;
    border-color: transparent;
}

.b__space .b__space--top .view-more::after {
    display: none;
}

.b__space .b__area--info {
    position: relative;
}

.b__space .b__area--info.loading-v2 {
    min-height: 285px;
    background: transparent;
}

.b__space .b__area--info.loading-v2::before {
    display: none;
}

.b__space .b__area--info .b__area_content {
    display: none;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.b__space .b__area--info .b__area_content.active {
    display: flex;
}

.b__space .b__area--info .b__area_content .cen-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.b__space .b__area--info .b__area_content .item {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(51, 51, 51, 0.15);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

.b__space .b__area--info .b__area_content .item .item-rows {
    display: flex;
}

.b__space .b__area--info .b__area_content .item .thunb {
    border-radius: 8px;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    overflow: hidden;
}

.b__space .b__area--info .b__area_content .item .thunb img {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.b__space .b__area--info .b__area_content .item .b__area--desc {
    padding: 0 0 0 15px;
}

.b__space .b__area--info .b__area_content .item .b__area--desc .sub-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
    margin-bottom: 10px;
}

.b__space .b__area--info .b__area_content .item .b__area--desc .description {
    color: #888;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 22px;
    display: block;
    margin-bottom: 6px;
}

.b__space .b__area--info .b__area_content .item .b__area--desc .description span {
    color: #1ba79c;
    font-weight: 500;
}

.b__space .b__area--info .b__area_content .item .b__area--desc .description span.text-gray {
    font-weight: 400;
    color: #888;
}

.b__space .b__area--info .b__area_content .item .b__area--desc .description a:hover {
    color: #6e7191;
    text-decoration: underline;
}

.b__space .b__area--info .b__area_content .item .b__area--desc .description:last-child {
    margin-bottom: 0;
}

.b__space .b__area--info .b__area_content .item .btn-groups {
    margin-top: 22px;
    justify-content: space-between;
}

.b__space .b__area--info .b__area_content .item .btn-groups a {
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 5px;
    color: #14142b;
    text-decoration: none;
    position: relative;
    font-weight: normal;
    font-size: 13px;
    flex: 0 0 48%;
    max-width: 48%;
    min-width: 130px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b__space .b__area--info .b__area_content .item .btn-groups a.b__chat::before {
    content: '';
    mask: url(../images/icon-group-chat.svg) no-repeat center/18px auto;
    -webkit-mask: url(../images/icon-group-chat.svg) no-repeat center/18px auto;
    background-color: #ffbf00;
    border: none;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.b__space .b__area--info .b__area_content .item .btn-groups a.b__call::before {
    content: '';
    mask: url(../images/icon-group-account.svg) no-repeat center;
    -webkit-mask: url(../images/icon-group-account.svg) no-repeat center;
    background-color: #27ae60;
    border: none;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.b__city {
    padding: 80px 0 0;
}

.b__city .block-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #333;
}


.b__city .b__city--info .cen-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b__city .b__city--info .cen-col .b__city-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.b__city .b__city--info .cen-col .b__city-item a img {
    border-radius: 20px;
    width: 100%;
    transition: all 0.2s ease-out;
}

.b__city .b__city--info .cen-col .b__city-item a:hover img {
    transform: scale(1.05);
}

.b__city .b__city--info .cen-col .b__city-item a .b__city--desc {
    position: absolute;
    width: 100%;
    height: calc(50% - 30px);
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 48.44%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    padding-bottom: 15px;
    padding-left: 20px;
}

.b__city .b__city--info .cen-col .b__city-item a .b__city--desc h3,
.b__city .b__city--info .cen-col .b__city-item a .b__city--desc p {
    color: #fff;
}

.b__city .b__city--info .cen-col .b__city-item a .b__city--desc h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.b__city .b__city--info .cen-col .b__city-item a .b__city--desc p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.b__city .b__city--info .b__city--right li:first-child {
    order: 1;
}

.b__services {
    padding: 70px 0;
    background-color: #f5f7fc;
}

.b__services .block-title {
    margin-bottom: 20px;
}

.b__services .block-description {
    margin-bottom: 30px;
}

.b__services .b__services--info {
    display: flex;
    margin: 0 -15px;
}

.b__services .b__services--info .cen-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.b__services .b__services--info .cen-col:first-of-type {
    padding: 0;
}

.b__services .b__services--info .cen-col .item {
    background: #fff;
    box-shadow: 0px 8px 24px rgba(13, 38, 59, 0.08);
    border-radius: 12px;
    padding: 60px 22px 22px;
    height: 100%;
}

.b__services .b__services--info .cen-col .item .item-avatar {
    text-align: center;
    margin-bottom: 30px;
}

.b__services .b__services--info .cen-col .item .item-title {
    text-align: center;
    letter-spacing: 1px;
    color: #14142b;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.b__services .b__services--info .cen-col .item .item-desc {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #14142b;
    min-height: 176px;
}

.b__services .b__services--info .cen-col .item .seemore {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #f6891f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.b__services .b__services--info .cen-col .item .seemore::after {
    content: '';
    mask: url(../images/arrow-right-long.svg) no-repeat center;
    -webkit-mask: url(../images/arrow-right-long.svg) no-repeat center;
    background-color: #f6891f;
    width: 16px;
    height: 22px;
    margin-left: 8px;
    align-items: center;
}

.b__services .b__services--info .cen-col .item.image-item {
    border: none;
    background: transparent;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: none;
    padding: 10px 22px 22px;
}

.b__services .b__services--info .cen-col .item.image-item img {
    width: 100%;
}

.dropdown-checkbox {
    flex: 0 0 100%;
    position: relative;
}

.dropdown-checkbox .main-text {
    background: #f8f8fa;
    border-radius: 8px;
    border: 1px solid #dddee6;
    font-size: 14px;
    height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    color: #6e7191;
    margin: 0;
    display: flex;
    align-items: center;
}

.dropdown-checkbox .main-text::before {
    content: '';
    display: block;
    mask: url('../images/icon_search.svg') no-repeat center;
    -webkit-mask: url('../images/icon_search.svg') no-repeat center;
    background-color: #6e7191;
    border: none;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.dropdown-checkbox .dropdown-filter {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dddee6;
    /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
 */
    box-shadow: 0 8px 32px rgba(3, 44, 71, 0.24);
    width: unset;
    z-index: 2;
    min-width: 330px;
    max-height: 565px;
}

.dropdown-checkbox .dropdown-filter.show {
    transform: none !important;
    top: -2px !important;
    left: 0 !important;
}

.dropdown-checkbox .dropdown-filter .search-internal {
    padding: 0;
}

.dropdown-checkbox .dropdown-filter .search-internal .input-group {
    border-radius: 8px;
    background-color: #f8f8fa;
    align-items: center;
    padding: 0 15px;
}

.dropdown-checkbox .dropdown-filter .search-internal .input-group-prepend {
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.dropdown-checkbox .dropdown-filter .search-internal .input-group-prepend::before {
    content: '';
    display: block;
    mask: url('../images/icon_search.svg') no-repeat center;
    -webkit-mask: url('../images/icon_search.svg') no-repeat center;
    background-color: #6e7191;
    border: none;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
}

.dropdown-checkbox .dropdown-filter .search-internal .input-group-text {
    background: transparent none;
    border: none;
    padding-right: 0px;
    height: 100%;
}

.dropdown-checkbox .dropdown-filter .search-internal input.form-control {
    font-size: 14px;
    color: #6e7191;
    letter-spacing: 0;
    line-height: 20px;
    border: none;
    background: transparent none;
    padding: 10px 0;
    height: 40px !important;
}

.dropdown-checkbox .dropdown-filter .search-internal input.form-control:focus {
    box-shadow: none;
}

.dropdown-checkbox .dropdown-filter .clear-select-option {
    background-color: transparent;
    border: none;
    outline: none !important;
    text-decoration: underline;
    padding: 0;
}

.dropdown-checkbox .dropdown-filter .dropdown-input {
    position: relative;
}

.dropdown-checkbox .dropdown-filter .dropdown-input img:first-child {
    position: absolute;
    top: 11px;
}

.dropdown-checkbox .dropdown-filter .wrap-result {
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: 700;
    color: #626262;
    margin: 0px 12px 2px;
    padding: 0 2px;
    display: flex;
}

.dropdown-checkbox .dropdown-filter .wrap-result .delete {
    text-decoration: underline;
    color: #2b2b2b;
}

.dropdown-checkbox .dropdown-filter .content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 380px;
}

.dropdown-checkbox .dropdown-filter .input-group .btn-close {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 4;
    background: url(../images/close-circle.svg) no-repeat center;
    width: 18px;
    height: 18px;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
}

.dropdown-checkbox .dropdown-filter .input-group .btn-close:focus {
    box-shadow: none;
}

.dropdown-checkbox .dropdown-filter .dropdown-button {
    padding: 0 12px 12px;
}

.dropdown-checkbox .dropdown-filter .dropdown-button button {
    width: 100%;
    color: white;
    border: unset;
    padding: 5px;
    height: 36px;
    border-radius: 8px;
    background-color: #f6891f;
    border: none;
}

.dropdown-checkbox .dropdown-filter .dropdown-button button.disabled,
.dropdown-checkbox .dropdown-filter .dropdown-button button:disabled {
    background: #f1f1f1;
    color: #888;
}

.dropdown-checkbox .dropdown-filter .list-checkbox-options {
    display: block;
    padding-bottom: 0;
    margin: 0 8px 10px 12px;
    padding-right: 4px;
}

.dropdown-checkbox .dropdown-filter .no-result {
    font-size: 14px;
    padding: 124px 16px 24px 20px;
    position: relative;
    text-align: center;
    border-top: 1px solid #ececec;
    color: #626262;
}

.dropdown-checkbox .dropdown-filter .no-result::before {
    content: "";
    background: url(../images/no-result-place.svg) no-repeat center;
    position: absolute;
    top: 10px;
    left: 34%;
    width: 100px;
    height: 100px;
}

.dropdown-checkbox .dropdown-filter .no-result .no-result-titel {
    color: #626262;
    margin-bottom: 10px;
}

.b__real-estate-hot {
    padding-top: 30px;
    padding-bottom: 80px;
}

.b__real-estate-hot h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    padding-left: 20px;
}

.b__real-estate-hot ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.b__real-estate-hot ul li {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.75px;
}

.b__real-estate-hot ul li a {
    color: #007aff;
}

.b__real-estate-hot ul li a:hover {
    color: #1ba79c;
    text-decoration: none !important;
}

.icon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: transparent none no-repeat center center/auto 100%;
    position: absolute;
    left: 0;
}

.icon_pn::before {
    height: 20px;
    width: 20px;
    top: 0px;
    mask: url('../images/icon_pn.svg') no-repeat center;
    -webkit-mask: url('../images/icon_pn.svg') no-repeat center;
    background-color: #888888;
}

.icon_wc::before {
    height: 19px;
    width: 20px;
    mask: url('../images/icon_wc.svg') no-repeat center;
    -webkit-mask: url('../images/icon_wc.svg') no-repeat center;
    background-color: #888888;
    top: -1px;
}

.icon_huong::before {
    height: 18px;
    width: 20px;
    mask: url('../images/icon_huong.svg') no-repeat center;
    -webkit-mask: url('../images/icon_huong.svg') no-repeat center;
    background-color: #888888;
    top: -1px;
}

.icon-area::before {
    height: 20px;
    width: 24px;
    mask: url('../images/icon_area.svg') no-repeat center/16px auto;
    -webkit-mask: url('../images/icon_area.svg') no-repeat center/16px auto;
    background-color: #888888;
    top: 1px;
}

@media screen and (max-width: 1440px) {
    #projectAgency .agency-item .agency-item-right ul li+li {
        padding: 0 15px 0 10px;
    }

    .question-answer .row .col-6 .item .auth .avatar,
    .question-answer .row .col-6 .item .auth .fullname {
        display: none;
    }

    .question-answer .row .col-6 .list-questions .item {
        margin: 0 0 20px;
        padding: 0 0 22px;
    }
}

@media screen and (max-width: 1440px) {

    .project-item .b__mainImage .b_main-image-head a,
    .b__mainProduct--items .b__mainImage .b_main-image-head a {
        height: calc(((100vw - 120px) / 4)*210/330);
    }

    .b__services .b__services--info .cen-col .item {
        padding: 60px 14px 22px;
    }

    .b__services .b__services--info .cen-col .item .item-title {
        margin: 0 -3px 20px;
    }
}

@media screen and (max-width: 1365px) {
    .b__category .b__block--content {
        margin: 0 -10px;
    }

    .b__category .b__block--content .cen-col {
        padding: 0 9px;
    }

    .b__category .b__block--content .cen-col .b__items {
        height: 100%;
    }

    .b__category .b__block--content .cen-col .b__items .b__items-title {
        font-size: 18px;
        line-height: 26px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc {
        height: calc(100% - 175px);
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .cen-text-bold {
        font-size: 15px;
        line-height: 20px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .decs-small {
        font-size: 14px;
        line-height: 18px;
    }

    .block-title {
        font-size: 24px;
        line-height: 30px;
    }

    .b__eventSale .block-title {
        margin-bottom: 20px;
    }

    .b__eventSale .b__items .b__items--desc h5 {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .trend .row {
        margin: 0 -10px;
    }

    .trend .row .col {
        padding: 0 10px;
    }

    .trend .block-title {
        margin-bottom: 20px;
    }

    .trend .trend-content .inner-content {
        justify-content: space-between;
        height: calc(100% - 64px);
    }

    .trend .trend-content .inner-content .item {
        flex: 0 0 49%;
        max-width: 49%;
        padding-right: 0;
        margin: 10px 0 10px;
    }

    .trend .trend-content .inner-content .item .hashtag {
        font-size: 30px;
        line-height: 36px;
    }

    .trend .trend-content .inner-content .item .title {
        font-size: 14px;
        line-height: 22px;
        max-height: 52px !important;
        height: unset !important;
    }

    .trend .trend-content .inner-content .item .auth {
        justify-content: flex-start !important;
    }

    .trend .trend-content .inner-content .item .auth .fullname {
        margin: 0 12px 0 8px !important;
    }

    .trend .list-share .main-content {
        max-height: 275px;
        height: 275px;
    }

    .trend .trend-share .inner-content {
        max-height: calc(100% - 64px);
        height: calc(100% - 64px);
        padding: 15px 15px 6px;
    }

    .b__monopoly {
        padding: 40px 0 50px;
        margin-top: 40px;
    }

    .b__monopoly .project-inner {
        margin: 0 -10px;
    }

    .b__monopoly .project-inner .cen-col {
        padding: 0 10px;
    }

    .b__monopoly .project-inner .cen-col .project-item .price b,
    .b__monopoly .project-inner .cen-col .project-item .number b {
        font-size: 16px;
    }

    .question-answer {
        padding-bottom: 40px;
    }

    .question-answer .row {
        margin: 0 -10px;
    }

    .question-answer .row .col-6 {
        padding: 0 10px;
    }

    .question-answer .row .col-6 .item .auth .avatar,
    .question-answer .row .col-6 .item .auth .fullname {
        display: none;
    }

    .question-answer .row .list-groups .item .info h4 {
        -webkit-line-clamp: 2;
        max-height: 46px;
    }

    .question-answer .row .list-groups .item .info .desc {
        display: none;
    }

    .b__project {
        padding: 40px 0;
    }

    .b__project .b__project--top .b__project--top_right {
        padding: 0 0 0 20px;
    }

    .b__project .total-result {
        margin-left: 350px;
    }

    .b__project .b__project--info .project-unit-left {
        padding: 25px 30px 20px 20px;
    }

    .b__project #projectAgency .agency-item {
        width: 330px;
    }

    .b__project #projectAgency .agency-item .agency-item-right ul li+li {
        padding: 0 15px 0 20px;
    }

    .b__retailer .article-inner {
        margin: 0 -10px;
    }

    .b__retailer .article-inner .cen-col {
        padding: 0 10px;
    }

    .b__retailer .article-inner .cen-col .b__mainProduct--items {
        margin-bottom: 20px;
    }

    .agency-item .agency-item-content .agency-item-right ul li+li {
        padding: 0 10px 0 10px;
    }

    .b__discussion-group-content {
        margin: 0 -10px;
    }

    .b__discussion-group-content .b__discussion-group-col {
        padding: 0 10px;
    }

    .b__discussion-group-content .b__discussion-group-col .b__discussion-group-card .b__discussion-group-card-content {
        max-width: calc(100% - 110px);
    }

    .b__discussion-group-content .b__discussion-group-col .b__discussion-group-card>.d-flex {
        flex: 0 0 calc(100% - 148px);
        max-width: calc(100% - 148px);
    }

    .b__discussion-group-content .b__discussion-group-col .b__discussion-group-card .b__discussion-group-card-action {
        min-width: 155px;
    }

    .b__discussion-group-content .b__discussion-group-col .b__discussion-group-card .b__discussion-group-card-action .btn-join-group {
        padding: 7px 14px 7px 12px;
    }

    .b__space {
        padding: 60px 0 60px;
    }

    .b__space .b__area_content {
        margin: 0 -10px !important;
    }

    .b__space .b__area_content .cen-col {
        padding: 0 10px !important;
    }

    .b__space .b__area_content .cen-col .item {
        margin-bottom: 20px;
    }

    .b__space .b__area_content .cen-col .item .btn-groups a {
        min-width: unset;
    }

    .project-item .b__mainImage .b_main-image-head a,
    .b__mainProduct--items .b__mainImage .b_main-image-head a {
        height: calc(((100vw - 80px) / 4)*210/330);
    }

    .project-item .b__mainProduct--desc h3,
    .b__mainProduct--items .b__mainProduct--desc h3 {
        font-size: 14px;
        line-height: 22px;
        min-height: 42px;
    }

    .project-item .b__mainProduct--desc .b__price,
    .b__mainProduct--items .b__mainProduct--desc .b__price {
        font-size: 16px;
    }

    .b__city {
        padding: 60px 0 0;
    }

    .b__city .b__city--info .cen-col {
        padding: 0 10px;
    }

    .b__services .b__services--info {
        margin: 0 -10px;
    }

    .b__services .b__services--info .cen-col {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1290px) {
    .b__category .b__block--content .cen-col {
        padding: 0 9px;
    }

    .b__category .b__block--content .cen-col .b__items {
        height: 100%;
        padding: 20px 6px 12px;
    }

    .b__category .b__block--content .cen-col .b__items .item-icon {
        height: 45px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc {
        height: calc(100% - 175px);
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .cen-text-bold {
        font-size: 15px;
        line-height: 20px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .decs-small {
        font-size: 13px;
        line-height: 18px;
    }

    .b__eventSale #eventSaleSlider .owl-stage-outer {
        overflow: hidden !important;
    }

    .box-filter-boards .radio-dropdown {
        width: 190px;
    }

    .b__services .b__services--info {
        margin: 0 -10px;
    }

    .b__services .b__services--info .cen-col {
        padding: 0 10px;
        flex: 0 0 calc(100%/3);
        max-width: calc(100%/3);
    }

    .b__services .b__services--info .cen-col:first-of-type {
        display: none;
    }

    .b__services .b__services--info .cen-col .item .item-desc {
        padding: 0 15px;
    }

    .wrap-banner .wrap-banner--desc {
        width: calc(100% - 80px);
    }

    .wrap-banner .wrap-banner--desc .b__title {
        font-size: 45px;
    }

    .wrap-banner .wrap-banner--desc .b__tabcontent--search {
        width: 100%;
        max-width: 1410px;
        margin: 0 auto;
    }

    .b__monopoly .project-inner {
        margin: 0 -10px;
    }


    .question-answer .create-question {
        padding: 15px 15px;
    }

    .question-answer .create-question .title {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .question-answer .create-question .btn-ask {
        height: 40px;
        width: 180px;
    }

    .question-answer .create-question .suggestion {
        padding: 0 0 12px;
    }

    .b__support {
        height: 700px;
    }

    .b__support .table-support-func thead tr th {
        font-size: 16px !important;
    }

    .b__support .table-support-func tbody tr td {
        font-size: 14px !important;
    }

    .b__support .b__support--left {
        flex-basis: 300px !important;
        max-width: 300px !important;
    }

    .b__support .b__support--right {
        flex-basis: calc(100% - 300px) !important;
        max-width: calc(100% - 300px) !important;
    }

    .b__retailer .article-inner .cen-col {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }

    .b__retailer .article-inner .cen-col:nth-of-type(7),
    .b__retailer .article-inner .cen-col:nth-of-type(8) {
        display: none;
    }

    .b__space {
        padding: 60px 0 60px;
    }

    .b__space .b__area_content .cen-col {
        max-width: calc(100% / 3) !important;
        flex: 0 0 calc(100% / 3) !important;
    }

    .b__space .b__area_content .cen-col:nth-of-type(7),
    .b__space .b__area_content .cen-col:nth-of-type(8) {
        display: none;
    }

    .b__real-estate-hot h3 {
        font-size: 16px;
        padding-left: 0;
    }

    .b__real-estate-hot ul {
        padding-left: 0;
    }

    .b__real-estate-hot ul li a {
        font-size: 15px;
    }

    .project-item {
        margin-bottom: 20px;
    }

    .project-item .b__mainImage .b_main-image-head a,
    .b__mainProduct--items .b__mainImage .b_main-image-head a {
        height: calc(((100vw - 60px) / 4)*210/330);
    }

    .project-item .b__mainProduct--desc h3,
    .b__mainProduct--items .b__mainProduct--desc h3 {
        font-size: 16px;
        line-height: 22px;
        min-height: 24px;
    }

    .project-item .b__mainProduct--desc .b__price,
    .b__mainProduct--items .b__mainProduct--desc .b__price {
        font-size: 16px;
    }
}

@media screen and (max-width: 1190px) {
    .b__category .b__block--content .cen-col {
        padding: 0 5px;
    }

    .b__category .b__block--content .cen-col .b__items {
        height: 100%;
        padding: 20px 5px 12px;
    }

    .b__category .b__block--content .cen-col .b__items .item-icon {
        height: 35px;
    }

    .b__category .b__block--content .cen-col .b__items.cyber-agent .item-icon {
        height: 53px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc {
        height: calc(100% - 175px);
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .cen-text-bold {
        font-size: 14px;
        line-height: 20px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .decs-small {
        font-size: 13px;
        line-height: 18px;
    }

    .b__services .b__services--info {
        margin: 0 -10px;
    }

    .b__services .b__services--info .cen-col .item .item-desc {
        padding: 0 20px;
    }

    .b__city .block-title,
    .b__space .block-title {
        font-size: 30px;
    }

    .b__monopoly .block-title {
        font-size: 30px;
    }

    .b__monopoly .project-inner .cen-col:nth-child(7),
    .b__monopoly .project-inner .cen-col:nth-child(8) {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    .question-answer .box-item {
        height: 360px;
    }

    .question-answer .thumb {
        min-width: 70px;
        max-width: 70px;
    }

    .question-answer .container>.row>.col-6 .list-questions .item {
        margin: 0 0 15px;
        padding: 0 0 20px;
    }

    .question-answer .container>.row>.col-6:first-of-type {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .question-answer .container>.row>.col-6:last-of-type {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .b__real-estate-hot h3 {
        font-size: 16px;
        line-height: 24px;
    }
}

.banner-dinh-gia-pc {
    margin-top: 60px;
}

.banner-dinh-gia-pc img {
    border-radius: 15px !important;
}

@media screen and (max-width: 800px) {
    .b__mainContent .b__monopoly .b__monopoly--top {
        display: block;
    }

    .b__monopoly .b__monopoly--top .nav-pills .nav-link {
        margin-top: 5px;
    }

    .b__monopoly .b__monopoly--top .view-more {
        width: fit-content;
        margin-top: 10px;
    }

    .item-nha {
        margin-top: 5px;
    }
}

.duan-group {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 50px;

}

.duan-group .section-title {
    margin-top: 50px;
}

.section-title:before {
    content: "";
    background: url(/images/icon-block.png) no-repeat;
    background-size: auto;
    min-width: 60px;
    min-height: 40px;
    display: inline-block;
    margin-right: 20px;
    background-position: 50%;
}

.house-group {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.banghang-group {
    padding: 50px 0;
    background: url(/images/bg-leaf-top-right.png) 100% 0 no-repeat, url(/images/bg-leaf-bottom-left.png) 0 100% no-repeat;
}

.dichvu-group {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;

}

.service-item__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-item {
    position: relative;
    margin-bottom: 30px;
    height: calc(50% - 30px);
    display: inline-block;
}

.service-item.service-item--first {
    height: calc(100% - 30px);
}

.service-item__thumb {
    height: 100%;
}

.service-item__title {
    color: #fff;
    min-height: 44px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 60px;
    left: 0;
    width: 100%;
    background: rgba(85, 106, 63, .8);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
}

.service-item--first .service-item__title {
    min-height: 80px;
    top: 0;
    bottom: auto;
    background: rgba(196, 132, 42, .8) !important;
}

.service-item--first .service-item__thumb img {
    height: 100%;
}

.news-group {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;

}

.news-item {
    max-height: 500px;
}

.news-item .wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-height: 500px;
}

.news-item .wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.news-item .wrapper .news-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(84, 101, 64, .8);
    color: #FFF;
}

.news-info .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-info .time {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}

.news-item-right {
    height: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.news-item-right a {
    position: relative;
    display: flex;
    width: 100%;
    height: 235px;
    color: #FFF;
}

.news-item-right img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    max-height: 235px;
}

.news-item-right .news-info {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(196, 132, 42, .8);
    padding: 20px;
}

@media screen and (max-width: 800px) {
    .banner-home {
        margin-top: 80px;
    }

    .form-search {
        position: relative;
        bottom: auto;
        padding: 0 !important;
    }

    .form-search form {
        width: 100%;
    }
    .project-item .b__mainImage .b_main-image-head a {
        height: fit-content !important;
    }
}