:root {
    --darkColor: #222531;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #aaa
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-8 {
    padding: 0px 7px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important
}

.mr-2 {
    margin-right: 20px
}

.mr-3 {
    margin-right: 30px
}

.mr-4 {
    margin-right: 40px
}

.mr-4 {
    margin-right: 50px
}

.ml-1 {
    margin-left: 10px
}

.ml-2 {
    margin-left: 20px
}

.ml-3 {
    margin-left: 30px
}

.ml-4 {
    margin-left: 40px
}

.mt-1 {
    margin-top: 10px
}

.mt-2 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 30px
}

.mt-4 {
    margin-top: 40px
}

.mt-5 {
    margin-top: 50px
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px
}

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

.mb-4 {
    margin-bottom: 40px
}

.mb-5 {
    margin-bottom: 50px
}

.h-100 {
    height: 100%;
}

.full_width {
    width: 100%;
    display: inline-block;
}

.button_style {
    background-color: transparent;
    color: #fff !important;
    text-align: left;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 26px;
    border: 1px solid #ffffff;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style :hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**Header**/
div#masthead {
    box-shadow: 0px -0.5px 0px 0px #cfd6e4 inset;
}

.header-contact a {
    color: var(--darkColor) !important;
    font-weight: 600 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    letter-spacing: -0.23px !important;
}

.header-contact a:hover {
    color: var(--primary-color)
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: var(--darkColor) !important;
    font-weight: 600 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    letter-spacing: -0.23px !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    text-transform: unset !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/**footer**/
#footer {
    width: 100%;
    display: inline-block;
    background: var(--darkColor);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFFB3;
    letter-spacing: -0.08px;
}

#footer a {
    color: #FFFFFFB3;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.23px;
}

#footer .footer-logo {
    padding: 30px 0;
}

#footer .footer-logo img {
    width: 200px;
    margin: auto;
    display: flex;
}

.brBottom {
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #FFFFFF2B;
    padding: 24px 0px 24px 0px;
}

#footer .footer-top, #footer .footer-title {
    width: 100%;
    display: inline-block;
}

#footer .footer-title h3 {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.43px;
}

#footer .footer-address h2 {
    color: #FFFFFF;
    font-size: 13px;
    margin: 0 !important;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: -0.08px;
}

#footer .footer-address div {
    margin: 0 0 10px 0;
}

#footer .footer-menu ul li {
    margin: 0 0 10px 0 !important;
    border: 0px !important;
}

#footer .footer-menu ul li a {
    font-weight: 400 !important;
    padding: 0px !important;
}

#footer .footer-menu ul li a:hover {
    color: var(--primary-color)
}

#footer .footer-bottom {
    padding: 22px 0px;
}

#footer .footer-social a {
    font-size: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: var(--darkColor);
    border-radius: 50px;
    margin-right: 10px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

#footer .footer-social a:hover {
    background: var(--primary-color);
    color: #fff;
}

/**box about**/
.box__about {
    width: 100%;
    display: inline-block;
}

.box__about h2 {
    color: #FFFDFD;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.36px;
}

.box__about .box__about_item ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-flow: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.box__about .box__about_item ul li {
    display: flex;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #FFFFFF;
    list-style: none;
    margin: 0px !important;
    width: 50%;
    padding: 8px !important;
}

.box__about .box__about_item ul li span.number {
    font-weight: 600;
    font-size: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: -0.23px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 100px;
}

.box__about .box__about_item ul li span.title {
    width: calc(100% - 24px);
    padding-left: 10px;
}

.button_100 {
    width: 100% !important;
    border-radius: 5px !important;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.23px;
}

.button_outline {
    padding: 10px;
}

/**post**/
.boxShadow {
    box-shadow: 0px -0.5px 0px 0px #cfd6e4 inset !important;
}

.post-item {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #cfd6e4;
    box-shadow: 0 0 4px rgb(34 47 49 / 8%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.post-item:hover {
    box-shadow: 0 8px 24px rgb(34 37 49 / 16%)
}

.post-item .post-thumbnail {
    position: relative;
    padding-top: 67%;
    overflow: hidden;
    height: 0;
}

.post-item .post-thumbnail img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 24px 24px 32px;
}

.post-item .post-content h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 8px;
}

.post-item .post-content h4:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-description {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
    opacity: 0.7;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.button_page {
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.43px;
    fill: #222531;
    color: #222531;
    background-color: #FFFFFFD1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #A6B0C3;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 32px 12px 32px;
}

.button_page:hover {
    color: #E31C5F;
    border-color: #E31C5F;
}

/**title**/
.home-title, .home-title2 {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 30px 0px;
}

.home-title2 {
    text-align: center;
}

.home-title h3 {
    color: var(--darkColor);
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.36px;
    margin: 0px;
}

.home-title2 h3 {
    margin: 0px;
    color: #222531B3;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: -0.43px;
}

/**category**/
section.banner-top {
    width: 100%;
    margin: 20px 0 0 0;
}

section.banner-top .banner-item img {
    width: 100%;
}

.category-entry {
    margin: 30px 0;
    width: 100%;
    display: inline-block;
}

.cat-title {
    margin: 0 0 10px;
}

.cat-title h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3em;
    letter-spacing: 0.36px;
    color: var(--darkColor);
    margin: 0 0 12px;
}

.cat-title p {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
    margin: 0px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
}

/**single**/
.post-content-inner {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
}

.post-content-inner .post-content-head {
    margin-bottom: 40px;
}

.box-breadcrumb {
    margin: 0 0 30px;
}

.box-breadcrumb a, .box-breadcrumb span {
    font-size: 13px !important;
}

.box-breadcrumb a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
}

.box-breadcrumb a:hover {
    color: var(--primary-color)
}

.post-content-inner .post-content-head {
    margin-bottom: 40px;
}

.post-content-inner .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3em;
    letter-spacing: 0.36px;
    margin: 0 0 12px;
    color: #222531;
}

.post-content-inner .post-share {
    position: absolute;
    left: -64px;
    top: 0;
}

.post-content-inner .post-share .is-affixed > .inner-wrapper-sticky {
    padding-top: 120px;
}

.post-content-inner .post-share .socials {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.post-share .socials a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 0.5px solid #A6B0C3;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 12px;
    color: #58667E;
}

.post-content-inner .post-share .socials a {
    margin-bottom: 16px;
}

/**slide**/
.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 40px;
    min-height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .7) !important;
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    color: #fff;
}

.owl-nav button.owl-prev {
    left: 0px !important;
}

.owl-nav button.owl-next {
    right: 0px !important;
}

.blog-related {
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #cfd6e4;
}

.alert-danger {
    font-size: 15px;
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f8d7da;
    border-radius: 0.25rem;
}

/**city*/
.mrBottom {
    padding: 80px 0 60px 0;
}

.mrBottom:not(:last-child) {
    border-style: solid;
    border-width: 0px 0px 0.5px 0px;
    border-color: #CFD6E4;
}

.city-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.city-item a {
    width: 100%;
    display: flex;
    align-items: center;
}

.city-item .city-images {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.city-item .city-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.city-item .city-content {
    padding-left: 16px;
}

.city-item .city-content h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    margin: 0;
}

.city-item .city-content h4:hover {
    color: var(--primary-color)
}

.city-item .city-content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
    margin: 0;
}

/**box gt**/
.box-gt {
    width: 100%;
    display: inline-block;
}

.box-gt h2 {
    color: var(--darkColor);
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.38px;
    margin-bottom: 25px;
}

.box-gt p {
    color: var(--darkColor);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.43px;
    width: 680px;
    max-width: 680px;
    margin: 0 0 15px 0;
}

.box-gt .box-gt-content {
    margin-top: 15px !important;
}

.box-gt .box-gt-content h4 {
    color: var(--darkColor);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.45px;
}

.box-gt ul li {
    color: var(--darkColor);
    margin: 0 0 15px 0 !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.43px;
    list-style: none;
}

.box-gt ul li:before {
    content: '\f058';
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    color: var(--primary-color)
}

.gt-item h4 {
    color: var(--darkColor);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.26px;
    margin-bottom: 15px;
}

.gt-item h4:hover {
    color: var(--primary-color)
}

.gt-item p {
    color: #222531B3;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.23px;
    margin: 0;
}

/**tools**/
.tools-item {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 8px 8px 8px 8px;
    background-color: #08234C;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CFD6E4;
    border-radius: 16px 16px 16px 16px;
}

.tools-item a {
    width: 100%;
    display: flex;
    align-items: center;
}

.tools-item .tool-icon {
    background: #E31C5F;
}

.tools-item .tool-icon i {
    color: #fff;
}

.tools-item .tool-icon {
    background: #E31C5F;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.tools-item .tool-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tools-item .tool-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.tools-item .tool-title {
    padding-left: 24px;
}

.tools-item .tool-title h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.43px;
    margin: 0px;
    color: #fff;
}

/**quote**/
.quote .overlay {
    background-image: linear-gradient(180deg, #04265AB3 0%, #04265AB3 100%) !important;
}

.quote, .quote .fill, .quote .banner-bg.fill {
    border-radius: 15px;
}

.quote p {
    text-align: center;
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.36px;
}

.quote .italic {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: -0.45px;
}

/**project**/
.project-item {
    padding: 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CFD6E4;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
}

.project-item img {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition-duration: 1s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-item img:hover {
    filter: unset !important;
}

/**taxonomy**/
.header-filter {
    width: 100vw !important;
    background: #08234C;
    padding: 15px 0;
}

/**project**/
.project-grid {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #cfd6e4;
    box-shadow: 0 0 4px rgb(34 47 49 / 8%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.project-grid .project-thumbnail {
    position: relative;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
}

.project-grid .project-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.project-grid .project-content {
    padding: 16px;
}

.project-grid .project-content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    text-align: left;
}

.project-grid .project-content p {
    display: block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
    margin-bottom: 12px;
    min-height: 48px;
}

.project-grid .project-content .project-price {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
}

.project-grid:hover {
    box-shadow: 0 8px 24px rgb(34 37 49 / 16%);
}

.project-grid .project-content h4:hover {
    color: var(--primary-color)
}

.product-list .project-thumbnail {
    width: 170px !important;
    height: 127px !important;
    padding-top: 0;
}

.product-list .project-content h4 {
    -webkit-line-clamp: 2;
    line-height: 24px;
    margin-bottom: 10px;
}

.project-grid.product-list a {
    display: flex;
    align-items: center;
}

.project-grid.product-list .project-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}


.project-grid.product-list .project-content .product-meta {
    width: 40%;
}

.project-grid.product-list .area {
    display: inline-flex;
    min-width: 120px;
    flex-direction: column;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
}

.project-grid.product-list .area p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    margin-bottom: 4px;
}

.project-grid.product-list .project-price {
    display: flex;
    align-items: center;
    width: unset !important;
}

.product-list.project-grid .project-content p {
    min-height: unset !important;
    margin: 0px;
}

/**filter**/
select#sort {
    border-color: #CFD6E4;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    height: 45px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 4px !important;
    width: 200px !important;
    margin: 0px !important;
}

.list-grid-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    flex: none;
    flex-grow: 0;
    margin: 0;
    justify-content: end;
}

.list-grid-view > li > span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 12px 10px 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.list-grid-view > li a {
    background-color: transparent !important;
    color: #808A9D !important;
    padding: 10px 8px !important;
    border-radius: 0 !important;
    display: inline-flex;
}

.list-grid-view > li a svg {
    width: 20px;
    height: 20px;
}

.list-grid-view > li.active > a, .list-grid-view > li a:hover, .list-grid-view > li a:active, .list-grid-view > li a:focus {
    color: #000 !important;
}

.form-search.search-title-building {
    padding: 0;
    text-align: inherit;
    background: transparent;
    border: none;
}

.form-search .search-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222531;
}

input.search-ten.js-search-ten {
    height: 50px;
    padding: 12px 20px 12px 52px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0px;
    box-shadow: unset;
}

/**single project**/
.post-content-head h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3em;
    letter-spacing: 0.36px;
    margin: 0 0 12px;
    color: #222531;
}

.post-content-head p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    opacity: 0.7;
    margin: 0;
}

.building-gallery {
    margin-bottom: 40px;
    position: relative;
}

.building-detail-main {
    margin-top: 20px;
}

.gallery-view-full {
    position: absolute;
    bottom: 26px;
    right: 26px;
    z-index: 2;
}

.btn-view-full {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 12px 40px;
    background: #FFFFFF;
    border: 1px solid #CFD6E4;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}

.build-view {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #A6B0C3;
}

.build-view h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
    margin: 0 0 30px;
}

.meta-info-da .meta {
    width: 50% !important;
    margin-bottom: 22px !important;
}

.meta-info-da {
    display: flex;
    flex-wrap: wrap;
}

.meta-info-da .meta strong {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.meta-info-da .meta span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
}

.building-head {
    text-align: center;
    padding: 40px 28px;
    background: #FFFFFF;
    border: 1px solid #CFD6E4;
    box-shadow: 0px 12px 20px rgb(34 37 49 / 8%);
    border-radius: 8px;
}

.building-head .price {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
    margin: 0 0 22px;
    display: block;
}

.building-head .bao-gom {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    display: block;
    margin: 0 0 22px;
}

.building-head .contact-building {
    padding: 22px 0;
    margin-bottom: 10px;
}

.building-head .contact-building .btn-phone {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    background: #E31C5F;
    border-radius: 6px;
    color: #FFFFFF;
    padding: 12px 30px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.building-head .bao-gom i {
    margin-right: 10px;
    color: #16C784;
}

.building-head .contact-building .btn-submit {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    background: #FFFFFF;
    border: 0.5px solid #E31C5F;
    box-sizing: border-box;
    border-radius: 6px;
    color: #E31C5F;
    padding: 12px 30px;
    margin-bottom: 16px;
    width: 100%;
    display: block;
}

.building-info {
    position: relative;
}

/**paginate**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 0px 0 0 0;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a, .pagination ul li span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 0px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**page**/
.page-h1 {
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    margin: 0px !important;
}

.table-pricing {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.table-pricing th,
.table-pricing td {
    color: #000;
    padding: 10px 15px !important;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
    text-align: left;
    width: 12.5%;
    vertical-align: top;
}

.table-pricing p {
    margin: 5px 0;
}

.table-pricing .vip-star {
    float: none;
    display: block;
    background-size: 18px 18px;
}

.table-pricing .vip-star.vip50,
.table-pricing .vip-star.vip-dacbiet {
    width: 90px;
    height: 18px;
}

.table-pricing .vip-star.vip40,
.table-pricing .vip-star.vip1 {
    width: 72px;
    height: 18px;
}

.table-pricing .vip-star.vip30,
.table-pricing .vip-star.vip2 {
    width: 54px;
    height: 18px;
}

.table-pricing .vip-star.vip20,
.table-pricing .vip-star.vip3 {
    width: 36px;
    height: 18px;
}

.table-pricing .vip-star.vip10,
.table-pricing .vip-star.vip4 {
    width: 18px;
    height: 18px;
}

.table-pricing .price-day {
    font-size: 1.5rem;
    font-weight: bold;
}

.table-pricing .price-week {
    font-weight: bold;
    font-size: 1.3rem;
}

.table-pricing .price-month {
    font-weight: bold;
    font-size: 1.1rem;
}

.table-pricing .vip-demo {
    margin-bottom: 70px;
    font-size: 1.2rem;
}

.table-pricing .vip-demo .vip-demo-left {
    float: left;
    width: 45%;
    padding-top: 10px;
    padding-right: 30px;
}

.table-pricing .vip-demo .vip-demo-right {
    float: right;
    width: 45%;
    padding-top: 10px;
    padding-left: 30px;
}

.table-pricing .vip-demo .section-title {
    margin-bottom: 15px;
}

.table-pricing .vip-demo img {
    width: 55%;
    display: block;
    margin: 0;
    box-shadow: 0 0 30px 10px rgb(0 0 0 / 7%);
    float: right;
}

.table-pricing .recharge-method-list .method-item {
    margin-bottom: 25px;
    transition: 0.3s ease-out;
    min-height: 162px;
}

.table-pricing .recharge-method-list .method-item a {
    display: block;
    padding: 15px;
    text-align: center;
}

.table-pricing .recharge-method-list .method-item img {
    width: 130px;
    height: 50px;
    object-fit: contain;
    margin: 20px auto;
    display: block;
}

.table-pricing .recharge-method-list .method-item .method-item-name {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #3d3b40;
}

.table-pricing .recharge-method-list .method-item:hover {
    transform: translate(0%, -10px);
}

.table-pricing .section-question .question {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    position: relative;
    margin: 20px 0 0;
    padding: 0px 0 20px;
    border-bottom: 1px solid #ddd;
}

.table-pricing .section-question .question:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon-chevron-down.svg) center no-repeat;
    background-size: contain;
}

.table-pricing .section-question .answer {
    text-align: left;
    padding: 20px;
    background-color: #f1f1f1;
    font-size: 1.1rem;
}

.vip-star {
    width: 16px;
    height: 16px;
    background: url(../images/star.svg) left center repeat-x;
    background-size: 16px 16px;
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.vip-star.vip50,
.vip-star.vip-dacbiet {
    width: 80px;
    height: 18px;
}

.vip-star.vip40,
.vip-star.vip1 {
    width: 64px;
    height: 18px;
}

.vip-star.vip30,
.vip-star.vip2 {
    width: 48px;
    height: 18px;
}

.vip-star.vip20,
.vip-star.vip3 {
    width: 32px;
    height: 18px;
}

.vip-star.vip10,
.vip-star.vip4 {
    width: 16px;
    height: 18px;
}

.label-thunder {
    width: 72px;
    height: 72px;
    pointer-events: none;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 2;
}

.realty-filter select {
    width: 100%;
    float: left;
}

.realty-filter button#btnSearch {
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    background: #cc0332;
}

.realty-filter button#btnSearch i {
    margin-right: 5px;
}

.realty-filter button#btnSearch:hover {
    background: #cc0332;
}


.realty-filter input[type="text"], .realty-filter select, .realty-filter input[type="search"], .realty-filter input[type="number"] {
    margin: 0px !important;
    height: 40px;
    box-shadow: unset !important;
    border-radius: 4px !important;
    border: 0px !important;
}

.realty-filter span {
    color: #fff;
}

.realty-filter span.select2.select2-container.select2-container--default, .realty-filter span.select2-selection.select2-selection--single {
    width: 100% !important;
    border-radius: 4px !important;
    border: 0px !important;
}

#contactRealty {
    padding: 0px !important;
    border: 5px solid rgba(255, 255, 255, .2) !important;
    background: transparent !important;
}

#contactRealty .formOjbect {
    background: #fff;
}

#contactRealty .formOjbect h3 {
    background: #ebeef1;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px !important;
    margin: 0px !important;
    color: var(--darkColor)
}

#contactRealty .objectBody {
    width: 100%;
    padding: 15px 15px 0 15px;
}

#contactRealty form {
    margin: 0px !important;
}

#contactRealty .objectBody input, #contactRealty .objectBody textarea {
    width: 100%;
    border-radius: 5px !important;
    box-shadow: unset !important;
    font-size: 15px;
    margin-bottom: 10px !important
}

.objectBody .label-left .nf-field-label {
    display: none !important;
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px !important;
}

.objectBody .label-left .nf-field-element {
    width: 100% !important;
}

.objectBody #ninja_forms_required_items, .nf-field-container {
    margin: 0px !important;
}

input#nf-field-18 {
    background: var(--primary-color) !important;
    color: #fff;
}