/*  */
.title-txt * {
    font-size: 24px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--theme-color);
    margin: 0px;
}

.sub-title * {
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--theme-color2);
    margin: 0px;
}

/* header */
.header-main .header-nav .menu-item {
    margin-right: 20px;
}

.header-main .header-nav .menu-item a {
    color: var(--theme-color);
    font-family: var(--medium);
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.header-main .header-nav .header-button a {
    color: var(--theme-color);
    font-family: var(--medium);
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.header-main .header-nav .header-button a:hover,
.header-main .header-nav .header-button a:focus {
    color: var(--theme-color2);
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

.header-main .header-nav .menu-item a:hover::after,
.header-main .header-nav .menu-item.active a::after {
    width: 100%;
    color: var(--theme-color2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.header-main .header-nav .menu-item a:hover,
.header-main .header-nav .menu-item.active a {
    width: 100%;
    color: var(--theme-color2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.header-main .header-nav>.menu-item>a::after {
    content: "";
    color: var(--theme-color);
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background-color: currentColor;
    left: 0;
    bottom: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    opacity: 1 !important;
    visibility: visible !important;
}

.header-main .header-nav>.menu-item>.sub-menu {
    border: none;
    border-radius: 10px;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border: none;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown::after {
    border: none;
}

.header-main .header-nav>.menu-item>.sub-menu a {
    color: var(--theme-color);
    font-family: var(--regular);
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.header-main .header-nav>.menu-item>.sub-menu .active a,
.header-main .header-nav>.menu-item>.sub-menu a:hover {
    color: var(--theme-color2);
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

.header-main .html_topbar_right {
    font-size: 16px !important;
    color: var(--theme-color);
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.header-main .html_topbar_right i {
    margin-right: 10px;
}

.header-main .html_top_right_text i {
    font-size: 24px;
    color: var(--theme-color);
    font-weight: normal;
}

.header-main .html_top_right_text .wishlist-count {
    position: absolute;
    bottom: 7px;
    right: -5px;
    background: red;
    color: white;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 50%;
    line-height: 1;
}

/* footer */
.ft-sec-1 {
    background-color: #f2f2f2;
    padding-bottom: 0px !important;
}

.ft-sec-1 .col-top {
    border-bottom: 1px solid #c3c3c3;
}

.ft-sec-1 .col-top .col-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft-sec-1 .col-top .col-inner .img {
    margin: 0;
}

.ft-sec-1 .col-top .col-inner .stack .text {
    height: fit-content;
    color: var(--black);
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
}

.ft-sec-1 .col-top .col-inner .stack .social-icons a {
    margin: 0;
}

.ft-sec-1 .col-top .col-inner .stack .social-icons .icon>i {
    margin-left: 15px;
    color: var(--black);
}

.ft-sec-1 .col-main .col-inner {
    display: grid;
    grid-template-columns: 2fr 0.75fr 1fr 2fr;
    gap: 80px;
}

.ft-sec-1 .col-main .stack h3 {
    font-size: 18px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--black);
    margin-bottom: 20px;
    padding-top: 30px;
}

.ft-sec-1 .col-main .stack .text p {
    color: var(--black);
    margin-bottom: 15px;
}

.ft-sec-1 .col-main .stack .text .fa-light {
    margin-right: 10px;
}

.ft-sec-1 .col-main .ux-menu-title {
    font-size: 18px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--black);
    padding-top: 30px;
    text-transform: none;
    margin-bottom: 5px !important;
}

.ft-sec-1 .col-main .ux-menu-link a {
    color: var(--black);
}

.ft-sec-1 .col-main .ux-menu-link a:hover {
    color: var(--theme-color2);
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

.custom-email-form {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

.custom-email-form input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    color: var(--black);
    padding-left: 30px;
    margin: 0px !important;
    box-shadow: unset;
}

.custom-email-form input:focus {
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--black);
    box-shadow: unset;
}

.custom-email-form .wpcf7-not-valid-tip {
    margin: -10px 0 -10px 10px;
    color: #ED2027 !important;
    font-family: var(--medium);
}

.custom-email-form .input-icon {
    position: absolute;
    left: 10px;
    color: white;
    font-size: 16px;
}

.custom-email-form button {
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--black);
    font-size: 16px;
    margin: 0px !important;
}

.custom-email-form button:focus,
.custom-email-form button:hover {
    color: var(--theme-color2);
}

.custom-email-form .send-icon {
    font-size: 18px;
}

.footer-wrapper .absolute-footer {
    background-color: #f2f2f2;
    padding-top: 0px !important;
}

.footer-wrapper .absolute-footer .container {
    padding-top: 15px;
    border-top: 1px solid #c3c3c3;
}

.footer-wrapper .absolute-footer .copyright-footer {
    color: var(--black) !important;
}

.footer-wrapper .back-to-top,
.footer-wrapper .back-to-top .icon-angle-up {
    color: #ddd;
}

/* form search */
.filter-mobi {
    display: none;
}

.filter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.5fr;
    width: 100%;
    gap: 10px;
    position: relative;
}

.form {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 8px;
    border-top-left-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.loai-bds-tabs {
    flex: 0 0 auto;
}

.tab-list {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tab-item {
    margin: 0px !important;
    padding: 5px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
}

.tab-item:last-child {
    border-right: none;
}

.tab-item.active {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.tab-item:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}


.tab-item.disabled {
    color: #999;
    cursor: not-allowed;
}

.filter-select {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    margin: 0px;
    cursor: pointer;
}

.search-box input:focus,
.filter-select:focus {
    outline: none;
    box-shadow: unset;
}

.search-box input {
    margin: 0px !important;
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 30px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 16px;
    color: #333;
}

.filter-btn {
    background-color: #f5f7fb !important;
    color: var(--black) !important;
}

.advanced-filters {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.5fr;
    width: 100%;
    grid-column: span 4;
    gap: 10px;
}

.filter-btn,
.search-btn {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    font-family: var(--medium);
    background-color: #d32f2f;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0px !important;
    text-transform: unset;
}

.search-btn:hover {
    background-color: #b71c1c;
}

.input-with-button {
    position: relative;
    display: inline-block;
    width: 100%;
}

input {
    width: 100%;
    padding-right: 100px;
    /* chừa chỗ cho nút */
    height: 40px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.search-box {
    grid-column: span 3;
    position: relative;
}

/* home sec 1 */
.home-sec-1 {
    padding-top: 0px !important;
}

/* home sec 2 */
.home-sec-2 .content-home-sec-2 {
    padding-bottom: 0px !important;
}

.home-sec-2 .content-home-sec-2 .col-inner {
    display: flex;
    justify-content: space-around;
}

.home-sec-2 .content-home-sec-2 .icon-box-img svg {
    color: var(--theme-color2);
}

.home-sec-2 .content-home-sec-2 .icon-box-text h3 {
    font-size: 20px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--black);
}

/* home sec 3 */
.home-sec-3 .col {
    padding-bottom: 0px !important;
}

.home-sec-3 .col-left .title-txt {
    margin: 0 0 20px 30px;
    max-width: 80%;
}

.home-sec-3 .col-left .image-cover {
    padding-top: 60% !important;
    max-width: 80%;
    margin: 0 auto;
}

/* .home-sec-3 .col-right .icom{
    padding-left:70px ;
} */
.home-sec-3 .col-right .col-inner>p {
    padding-bottom: 60px;
}

.home-sec-3 .col-right .icon-box {
    align-items: center;
    margin-bottom: 30px;
    padding-left: 50px;
}

.home-sec-3 .col-right .icon-box h3 {
    color: var(--black);
    font-size: 18px;
    font-family: var(--medium);
    font-weight: normal;
}

/* home sec 4 */
.home-sec-4 {
    padding-top: 30px !important;
    background-color: #fafafa;
}

/* .banner-content-product {
    padding: 60px 0 !important;
} */

.banner-content-product .banner,
.banner-content-product .banner-inner .banner-bg .bg {
    border-radius: 10px;
}

.banner-content-product .section-content .col {
    padding-bottom: 0px !important;
}

.banner-content .section-content .col {
    padding-bottom: 0px !important;
}

.banner-content .image-cover {
    border-radius: 10px;
}

.home-sec-4 .col {
    padding-bottom: 0px !important;
}

.home-sec-4 .banner {
    margin: 30px 0;
}

.home-sec-4 .group-title {
    margin-bottom: 20px;
}

.home-sec-4 .meta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    max-height: 30px;
}

.home-sec-4 .favorite-icon svg {
    width: 16px;
    height: 16px;
}

.home-sec-4 .expand-wrapper {
    text-align: center;
    margin: 30px 0 0 0;
    padding: 10px 0;
}

.home-sec-4 .expand-button,
.home-sec-4 .view-more-button {
    background: #fff;
    color: var(--theme-color);
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-transform: none;
    transition: background 0.3s ease;
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
}

.home-sec-4 .expand-button:hover,
.home-sec-4 .view-more-button:hover {
    background: #f3f7fd;
    color: var(--theme-color);
}

.home-sec-4 .expand-button.hidden,
.home-sec-4 .view-more-button.hidden {
    display: none;
}

.home-sec-4 .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* trang yêu thích */

.product-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.product-item img {
    transition: transform 0.3s ease-in-out;
}

.product-item:hover img {
    transform: scale(1.05);
}

.product-item.hidden {
    opacity: 0;
    transform: translateY(20px);
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease, margin 0.5s ease;
}

.product-item.visible {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    margin: 0;
}

.product-thumbnail-wrapper {
    position: relative;
}

.product-thumbnail-wrapper .image-cover {
    padding-top: 70%;
}

.media-count {
    position: absolute;
    bottom: 5%;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.media-count .play-icon {
    font-size: 12px;
}

.media-count .count {
    font-size: 12px;
}

.product-content {
    padding: 10px;
}

.product-title {
    font-size: 16px;
    margin: 0;
}

.product-title a {
    color: var(--theme-color);
    text-decoration: none;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 40px;
    line-height: 20px;
}

.price-area-location-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.price-area-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color2);
    font-family: var(--medium);
    font-weight: normal;
    margin-bottom: 0px;
}

.price-area-wrapper .separator {
    color: #c3c3c3;
}

.product-location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    font-size: 14px;
}

.product-location svg {
    width: 16px;
    height: 16px;
}

.meta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    max-height: 30px;
}

.favorite-icon svg {
    width: 16px;
    height: 16px;
}

.products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* home sec 5 */
.home-sec-5 .header-home-sec-5 .title-txt h2 {
    margin: 0px;
}

.home-sec-5 .content-home-sec-5 {
    padding-bottom: 0px !important;
}

.home-sec-5 .content-home-sec-5 .col-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-sec-5 .content-home-sec-5 .col-inner .icon-box {
    align-items: center;
    padding: 12px 24px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 6px rgba(44, 44, 44, 0.04);
    border-radius: 5px;
}

.home-sec-5 .content-home-sec-5 .icon-box-img img {
    padding: 0px;
}

.home-sec-5 .content-home-sec-5 .icon-box-text h3 {
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--black);
}

/* home sec 6 */
.home-sec-6 .content-home-sec-6 {
    padding-bottom: 0px !important;
}

.logo-doanh-nghiep .slick-track .slick-slide {
    width: 165px !important;
    display: flex;
    height: 110px;
    margin-right: 30px;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(44, 44, 44, 0.04);
}

.logo-doanh-nghiep .slick-track .slick-slide img {
    max-width: 130px;
    height: 90px;
    margin: auto;
    -webkit-filter: grayscale(1);
    transition: all 0.5s ease-in-out;
}

.logo-doanh-nghiep .slick-track .slick-slide:hover img {
    -webkit-filter: grayscale(0);
}

/* home sec 7 */
.home-sec-7 .content-home-sec-7 {
    padding-bottom: 0px !important;
}

.home-sec-7 .content-home-sec-7 .bao-chi-item .box-content {
    display: flex;
    justify-content: space-between;
}

.home-sec-7 .content-home-sec-7 .bao-chi-item .box-content .icon-box-img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    margin-right: 10px;
}

.bao-chi-item .box-content .icon-box-img img {
    padding: 0px;
    border-radius: 50%;
}

.home-sec-7 .content-home-sec-7 .bao-chi-item {
    padding: 0 15px !important;
}

.home-sec-7 .content-home-sec-7 .bao-chi-item .img .image-cover {
    padding-top: 56%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.bao-chi-item .box-content .icon-box-text a {
    font-size: 16px;
    font-family: var(--medium);
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--black);
}

.home-sec-7 .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #333;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

.home-sec-7 .slick-prev {
    left: -60px;
}

.home-sec-7 .slick-next {
    right: -60px;
    margin: 0 0 15px 15px !important;
}

.home-sec-7 .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
}

.home-sec-7 .slick-arrow::before {
    font-size: 24px;
    color: #333;
}

/* home sec 8 */
.home-sec-9 .content-home-sec-9 {
    padding-bottom: 0px !important;
}

.home-sec-9 .content-home-sec-9 .post-item .box-image {
    border-radius: 5px;
}

.home-sec-9 .content-home-sec-9 .post-item .box-text-inner {
    display: flex;
    flex-direction: column-reverse;
}

.home-sec-9 .content-home-sec-9 .post-item .box-text {
    box-shadow: 0px 4px 6px rgba(44, 44, 44, 0.04);
}

.home-sec-9 .content-home-sec-9 .post-item .box-text-inner .is-divider {
    display: none;
}

.home-sec-9 .content-home-sec-9 .post-item .box-text-inner .post-title a {
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--black);
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-sec-9 .content-home-sec-9 .flickity-button {
    display: none;
}

.lien-ket-nhanh-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.lien-ket-nhanh-item .icon img {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.lien-ket-nhanh-item .title {
    font-size: 20px;
    font-weight: normal;
    font-family: var(--medium);
    margin-bottom: 15px;
    color: var(--theme-color);
}

.lien-ket-nhanh-item .description {
    font-size: 16px;
    line-height: 1.6;
    color: var(--black);
}

.lien-ket-nhanh-item .description a {
    color: var(--theme-color2);
}

/* Gioi thieu*/
/* gt-sec-1 */
.gt-sec-1 {
    padding-top: 0px !important;
}

.gt-sec-2 .col-top {
    margin: 0 auto;
    text-align: center;
}

.gt-sec-2 .col-main .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.gt-sec-2 .col-main .col-inner h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: normal;
    font-family: var(--medium);
}

.gt-sec-2 .col-bottom {
    padding-top: 30px;
}

/* btn-yeu-thichthich */
.banner-yt {
    padding-top: 0px !important;
}

.btn-yeu-thich {
    background: none;
    cursor: pointer;
    font-size: 20px;
    margin: 0px;
    padding-right: 0px;
}

.btn-yeu-thich:hover {
    color: var(--theme-color2);
}

.btn-yeu-thich .fa-solid {
    color: var(--theme-color2) !important;
}

/* chi tiết dự án */
.single-du-an-container {
    padding-bottom: 40px !important;
}

.single-du-an-container .product-details .btn-yeu-thich {
    padding-right: 10px !important;
    font-size: 24px;
}

.product-details .product-info .h1 {
    color: var(--black);
}

.product-details .product-info .pro-type span {
    background: rgba(247, 68, 0, 0.1);
    color: #ED2027;
    padding: 5px 10px;
    border-radius: 10px;
}

.product-details .product-info .title-txt h1 {
    color: var(--theme-color);
    margin: 15px 0;
}

.product-details .product-info .dia-chi p {
    display: flex;
    align-items: center;
}

.product-details .product-info .ngay-dang p {
    margin: 0px -65px 0px 0px;
}

.product-details .product-info .meta-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details .product-info .price-meta {
    font-size: 24px;
    font-family: var(--medium);
    font-weight: normal;
    color: #ED2027;
}

.product-details .product-info i {
    margin-right: 5px;
}

.product-details .product-info .meta-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-details .product-info .meta-details span {
    display: flex;
    align-items: center;
}

.product-details .product-info .meta-details .separator {
    font-family: var(--medium);
    font-size: 24px;
    color: #c3c3c3;
}

.info-btn-wapper {
    background-color: #fff;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
    display: grid;
    grid-template-columns: 4fr 0.1fr;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}

.info-btn-wapper .save-button {
    margin-bottom: 0px;
    border-radius: 10px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    text-transform: none;
    font-family: var(--medium);
    font-weight: normal;
}

.single-du-an-container .accordion-panel {
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
}

.single-du-an-container .accordion-panel:last-child {
    margin-bottom: 0 !important;
}

.single-du-an-container .accordion-panel .details-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 30px;
}

.single-du-an-container .accordion-panel .details-list .detail-item {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c3c3c3;
}

/* .single-du-an-container .accordion-panel .details-list .detail-item:last-child {
    border: none;
} */

.accordion-panel .style-2 .detail-item {
    border: none;
}

.accordion-panel .style-2 .detail-icon {
    margin-right: 15px;
}

.accordion-panel .details-list .detail-icon>img {
    width: 30px;
}

.accordion-panel .details-list .detail-label {
    width: 200px;
    margin: 0 15px;
}

.single-du-an-container .accordion {
    background-color: #fff;
    color: var(--black);
    font-family: var(--medium);
    font-weight: normal;
    cursor: pointer;
    padding: 5px 15px;
    width: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin: 0px;
    border-radius: 10px;
    text-transform: none;
}

.single-du-an-container .accordion.active {
    background-color: #fff;
    border-radius: 10px 10px 0 0 !important;
}

.single-du-an-container .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 0 0 10px 10px !important;
}

.single-du-an-container .panel iframe {
    width: 100%;
}

.single-du-an-container .accordion:after {
    font-family: var(--fa6);
    content: "\f106";
    position: relative;
    float: right;
    margin-right: 0;
    transition: .2s ease-out;
    background: #f5f7fb;
    width: 26px;
    height: 26px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-du-an-container .active:after {
    transform: rotate(180deg);
}

.single-du-an-container .hotline {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.single-du-an-container .hotline h3 {
    margin-bottom: 10px !important;
}

.single-du-an-container .hotline p {
    font-size: 24px;
    font-family: var(--medium);
    width: fit-content;
    margin: 0 auto;
    color: var(--theme-color);
}

.single-du-an-container .hotline p::before {
    content: '\f2a0';
    font-family: var(--fa6);
    width: 20px;
    height: 20px;
    margin-right: 15px;
    font-size: 28px;
}

.contact-form {
    position: sticky;
    top: 100px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
}

.single-du-an-container input[type=email],
.single-du-an-container input[type=submit],
.single-du-an-container input[type=tel],
.single-du-an-container input[type=text],
.single-du-an-container textarea {
    background-color: #f3f7fd;
    box-shadow: unset;
    border-radius: 5px;
    font-family: var(--regular);
}

.wpcf7-form-control.wpcf7-text::placeholder {
    font-style: italic;
}

.single-du-an-container .wpcf7-form .wpcf7-submit {
    color: var(--theme-color);
    font-style: unset;
    font-family: var(--medium);
    text-transform: none;
    font-weight: normal;
    width: fit-content;
}

.single-du-an-container .breadcrumb {
    margin-bottom: 10px;
    color: #999;
}

.single-du-an-container .breadcrumb a {
    color: #999;
}

.single-du-an-container .breadcrumb span {
    color: var(--theme-color);
}

.contact-form h3 {
    font-size: 20px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--black);
    margin-bottom: 20px;
}

.featured-properties .featured-item {
    display: flex;
    gap: 15px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.featured-properties .featured-item .image-cover {
    padding-top: 100px;
    width: 100px;
    border-radius: 5px;
}

.featured-properties .info .title {
    color: var(--theme-color);
    font-size: 18px;
    font-family: var(--medium);
    font-weight: normal;
    margin: 0px;
}

.featured-properties .info svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.featured-properties .info .meta-details {
    display: flex;
    gap: 15px;
}

.featured-properties .info .meta-details span {
    display: flex;
    align-items: center;
}

.col.main-content {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 0px !important;
}

.gallery-wrapper {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* đếm slider */
.gallery-counter {
    position: absolute;
    top: 73%;
    right: 16px;
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
    color: #fff;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    z-index: 10;
    font-size: 14px !important;
}

/* Slider chính */
.product-gallery-slider {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.product-gallery-slider .slide-item {
    width: 100%;
    height: 100%;
}

.product-gallery-slider .image-cover {
    padding-top: 49%;
    border-radius: 10px;
}

.product-gallery-slider .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

/* Danh sách thumbnail */
.gallery-thumbnails-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-thumbnails {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 5px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery-thumbnails::-webkit-scrollbar {
    display: none;
}

.gallery-thumbnails .thumbnail-item {
    flex: 0 0 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
    border-radius: 10px;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.thumbnail-item:hover,
.thumbnail-item.active {
    border-color: var(--theme-color);
}

.thumbnail-prev:hover,
.thumbnail-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.thumbnail-prev {
    left: 0;
}

.thumbnail-next {
    right: 0;
}

.thumbnail-prev svg,
.thumbnail-next svg {
    width: 16px;
    height: 16px;
}

.single-du-an-container .related-properties .section-title h2 {
    margin-bottom: 0px !important;
    color: var(--theme-color);
    font-family: var(--medium);
    font-size: 24px;
    font-weight: normal;
}

/* Liên hệ */
.lh-sec-1 {
    padding-top: 0px !important;
}

.lh-sec-2 .col {
    padding-bottom: 0px !important;
}

.lh-sec-2 .col-left .wpcf7-form {
    margin-bottom: 0px !important;
}

.lh-sec-2 .col-left .wpcf7-form label {
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--theme-color);
}

.lh-sec-2 .col-left .wpcf7-form label span {
    color: var(--theme-color2);
}

.lh-sec-2 .col-left .name-email-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.lh-sec-2 .col-left .wpcf7-form input {
    height: 45px;
    background-color: #f3f7fd;
    box-shadow: unset;
    border-radius: 10px;
    font-family: var(--regular);
    font-style: unset;
    padding: 0px 15px;
    margin-bottom: 20px !important;
}

.lh-sec-2 .col-left .wpcf7-form textarea {
    background-color: #f3f7fd;
    box-shadow: unset;
    border-radius: 10px;
}

.lh-sec-2 .col-left .wpcf7-form .wpcf7-submit {
    color: var(--theme-color);
    font-style: unset;
    text-transform: none;
    width: fit-content;
    font-weight: normal;
    font-family: var(--medium);
}

.lh-sec-2 .col-right .col-inner>h3 {
    font-size: 24px;
    font-family: var(--medium);
    font-weight: normal;
    color: var(--theme-color);
}

.lh-sec-2 .col-right .icon-box {
    display: flex;
    align-items: center;
    padding: 10px 0 !important;
}

.lh-sec-2 .col-right .icon-box h3 {
    font-family: var(--medium);
    font-weight: normal;
    color: var(--theme-color);
}

.lh-sec-3 iframe {
    width: 100%;
    border-radius: 10px;
}


/* Sidebar */

.single-du-an-container .group-title {
    font-size: 24px;
    font-family: var(--medium);
    font-weight: normal;
    margin-bottom: 15px;
    color: var(--theme-color);
}

.single-du-an-container .product-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.single-du-an-container .product-item.hidden {
    opacity: 0;
    transform: translateY(20px);
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease, margin 0.5s ease;
}

.single-du-an-container .product-item.visible {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    margin: 0;
}

.single-du-an-container .product-thumbnail-wrapper {
    position: relative;
}


.single-du-an-container .vip-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
}

.single-du-an-container .media-count {
    position: absolute;
    bottom: 5%;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.single-du-an-container .media-count .play-icon {
    font-size: 12px;
}

.single-du-an-container .media-count .count {
    font-size: 12px;
}

.single-du-an-container .product-content {
    padding: 10px;
}

.single-du-an-container .product-title {
    font-size: 16px;
    margin: 0 0 8px;
}

.single-du-an-container .product-title a {
    color: var(--theme-color);
    text-decoration: none;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 40px;
    line-height: 20px;
}

.single-du-an-container .price-area-location-wrapper {
    display: flex;
    justify-content: space-between;
}

.single-du-an-container .price-area-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff0000;
    font-weight: normal;
    margin-bottom: 8px;
}

.single-du-an-container .price-area-wrapper .separator {
    color: #c3c3c3;
}

.single-du-an-container .product-location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.single-du-an-container .product-location svg {
    width: 16px;
    height: 16px;
}

.single-du-an-container .meta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    max-height: 30px;
}

.single-du-an-container .favorite-icon svg {
    width: 16px;
    height: 16px;
}

.single-du-an-container .expand-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.single-du-an-container .expand-button,
.single-du-an-container .view-more-button {
    background: #fff;
    color: var(--theme-color);
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-transform: none;
    transition: background 0.3s ease;
    font-size: 16px;
    font-family: var(--medium);
    font-weight: normal;
}

.single-du-an-container .expand-button:hover,
.single-du-an-container .view-more-button:hover {
    background: #f3f7fd;
    color: var(--theme-color);
}

.single-du-an-container .expand-button.hidden,
.single-du-an-container .view-more-button.hidden {
    display: none;
}

.single-du-an-container .products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Danh sach bds */
.cpt-du-an {
    padding-bottom: 30px;
}

.cpt-du-an .filter-bar {
    position: sticky;
    top: 70px;
    z-index: 10;
}

.cpt-du-an .filter-group .panel ul {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #ccc transparent;
}

.cpt-du-an .filter-group .panel::-webkit-scrollbar {
    width: 6px;
}

.cpt-du-an .filter-group .panel::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.cpt-du-an .filter-bar .filter-form .form {
    border-radius: 10px;
}

.cpt-du-an .project-list .project-item {
    margin: 15px 0 30px 0;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
}

.cpt-du-an .project-list .project-item>.project-thumbnail {
    position: relative;
}

.cpt-du-an .project-list .project-item>.project-thumbnail .project-images {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cpt-du-an .project-list .project-item .image-cover {
    padding-top: 68% !important;
    border-start-start-radius: 10px;
}

.cpt-du-an .project-list .project-item .div4 img {
    border-start-end-radius: 10px;
}

.cpt-du-an .parent {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}

.cpt-du-an .div1 {
    grid-area: 1 / 1 / 3 / 7;
}

.cpt-du-an .div2 {
    grid-area: 2 / 7 / 3 / 9;
}

.cpt-du-an .div3 {
    grid-area: 2 / 9 / 3 / 11;
}

.cpt-du-an .div4 {
    grid-area: 1 / 7 / 2 / 11;
}

.cpt-du-an .image-cover .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpt-du-an .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpt-du-an .project-list .project-item .project-info {
    padding: 0 15px;
}

.cpt-du-an .project-list .project-item .project-info .info {
    display: grid;
    grid-template-columns: 12fr 1fr;
    gap: 10px;
}

.cpt-du-an .project-list .project-item .project-info h3 a {
    padding-top: 15px;
    font-size: 20px;
    font-family: var(--medium);
    color: var(--theme-color);
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cpt-du-an .project-list .project-item .project-info .post-description {
    color: var(--black);
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cpt-du-an .price-area-wrapper span {
    color: var(--theme-color2);
    font-family: var(--medium);
    font-weight: normal;
    font-size: 20px;
}

.cpt-du-an .price-area-location-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 10px;
}

.cpt-du-an .price-area-location-wrapper .separator {
    padding: 0 8px;
}

.cpt-du-an .price-area-location-wrapper .price-area-wrapper {
    gap: 0;
}

.cpt-du-an .separator {
    color: #c3c3c3;
    font-family: var(--medium);
    padding: 0px;
}

.cpt-du-an .btn-yeu-thich {
    font-size: 24px;
}

.cpt-du-an .project-phong-ngu i {
    margin-left: 10px;
}

/* cpt-du-an sidebar */
.cpt-du-an .filters {
    position: sticky;
    top: 100px;
}

.cpt-du-an .filters ul {
    list-style: none;
    padding: 0;
}

.cpt-du-an .filters ul li {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.cpt-du-an .filters ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cpt-du-an .filters ul li a:hover,
.cpt-du-an .filters ul li a.active {
    color: var(--theme-color2);
}

.cpt-du-an .filter-group {
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
}

.cpt-du-an .filter-group .accordion {
    padding: 10px 15px !important;
}

.cpt-du-an .acf-term-description-wrapper {
    padding-top: 30px;
}

.cpt-du-an .acf-term-description-wrapper .content-inner h2 {
    font-size: 22px;
    text-align: center;
}

.cpt-du-an .acf-term-description-wrapper .content-inner h3 {
    font-size: 18px;
}

.cpt-du-an .acf-term-description {
    overflow: hidden;
    transition: max-height 0.7s ease-in-out;
    will-change: max-height;
    position: relative;
}

.cpt-du-an .acf-term-description .fade-out {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.cpt-du-an .acf-term-description.expanded .fade-out {
    opacity: 0;
}

.cpt-du-an .toggle-description {
    background: none;
    border: none;
    color: #e60000;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.cpt-du-an .acf-term-description.expanded+.toggle-wrapper .arrow i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.cpt-du-an .arrow i {
    transition: transform 0.3s ease;
    margin-left: 5px;
}


.cpt-du-an .acf-term-description-wrapper .toggle-wrapper {
    max-width: max-content;
    margin: 0 auto;
}

.cpt-du-an .faq-wrapper {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.cpt-du-an .faq-wrapper h3 {
    color: var(--theme-color);
}

.faq-list {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.faq-wrapper.expanded .faq-list {
    max-height: 10000px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    font-weight: normal;
    font-size: 16px;
    font-family: var(--medium);
    cursor: pointer;
    display: flex;
    gap: 20px;
}

.faq-answer {
    display: none;
    padding: 8px 0 0 25px;
    color: var(--black);
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item .icon {
    color: red;
    font-weight: normal;
}

.faq-toggle {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    color: red;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-toggle i {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.faq-list .faq-item:nth-child(n+6) {
    display: none;
}

.faq-wrapper.expanded .faq-list .faq-item:nth-child(n+6) {
    display: block;
}

/* Tin tuc */
.tt-sec-1>.row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tt-sec-1 .category-item {
    text-align: center;
}

.tt-sec-1 .category-title {
    font-family: var(--medium);
    font-size: 18px;
    font-weight: normal;
    color: var(--black);
    margin-top: 10px;
}

.tt-sec-1 .category-item>a:hover .category-title {
    color: var(--theme-color2);
}

.category .tt-sec-1 {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 30px;
}

.category .tt-sec-2 {
    padding-bottom: 30px;
}

.tt-sec-2 .post>.post-title {
    margin-bottom: 30px;
}

.tt-sec-2 .post-list .featured-post {
    margin: 15px 0 30px 0;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
}

.tt-sec-2 .post-list .post-thumbnail {
    position: relative;
}

.tt-sec-2 .post-list .featured-post .post-thumbnail img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tt-sec-2 .post-list .post-item .post-thumbnail img {
    border-radius: 10px;
}

.tt-sec-2 .post-list .featured-post .post-thumbnail .image-cover {
    padding-top: 40%;
}

.tt-sec-2 .post-list .post-thumbnail .post-categories {
    position: absolute;
    top: 20px;
    left: 0;
}

.tt-sec-2 .post-list .post-thumbnail .post-categories a {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tt-sec-2 .post-list .featured-post .post-info {
    padding: 0 15px 15px;
}

.tt-sec-2 .post-list .featured-post .post-meta {
    color: #999;
    margin: 15px 0 10px 0;
}

.tt-sec-2 .post-list .featured-post .post-title a {
    font-family: var(--medium);
    font-size: 20px;
    color: var(--theme-color);
    font-weight: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tt-sec-2 .post-list .post-excerpt {
    font-size: 16px;
    color: var(--black);
    line-height: 1.3em;
    font-weight: normal;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tt-sec-2 .post-list .post-item .image-cover {
    padding-top: 62% !important;
}

.tt-sec-2 .post-list .post-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
}

.tt-sec-2 .post-list .post-item .post-title {
    margin-bottom: 10px !important;
}

.tt-sec-2 .post-list .post-item .post-meta {
    margin-bottom: 10px;
    color: #999;
}

.tt-sec-2 .post-list .post-item .post-info .post-title a {
    font-family: var(--medium);
    font-size: 18px;
    color: var(--theme-color);
    font-weight: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 46px;
}

.load-more-wrapper .load-more-posts,
.post-detail .load-more-btn {
    background-color: #fff;
    color: #c20000;
    border: 1px solid #c20000;
    border-radius: 10px;
    text-transform: unset;
    font-family: var(--medium);
    font-weight: normal;
}

.load-more-wrapper .load-more-posts:hover,
.post-detail .load-more-btn:hover {
    background-color: #c20000;
    color: #fff;
    box-shadow: unset;
}

.single .tt-sec-2 {
    position: sticky;
    top: 100px;
}

.category .tt-sec-2 .sidebar {
    position: sticky;
    top: 100px;
}

.tt-sec-2 .sidebar .sidebar-title {
    font-family: var(--medium);
    font-size: 18px;
    color: var(--theme-color);
    font-weight: normal;
    padding: 10px 0;
}

.tt-sec-2 .sidebar .xem-nhieu-nhat {
    margin-bottom: 30px;
}

.tt-sec-2 .sidebar .xem-nhieu-nhat,
.tt-sec-2 .sidebar .thi-truong-bds {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}

.tt-sec-2 .sidebar .popular-post-item,
.tt-sec-2 .sidebar .market-city-item {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.tt-sec-2 .sidebar .popular-post-item .post-number {
    display: flex;
    justify-content: center;
    padding: 0 12px;
    width: 24px;
    height: 24px;
    background: #ffeceb;
    border-radius: 100px;
    margin: 0 10px 0 0;
    color: #961b12;
}

.tt-sec-2 .sidebar .popular-post-item a {
    color: var(--black);
    line-height: 1.3em;
    min-height: 41px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tt-sec-2 .sidebar .market-city-item:hover .city-name,
.tt-sec-2 .sidebar .popular-post-item:hover a {
    color: var(--theme-color2);
}

.tt-sec-2 .sidebar .market-city-item .city-image {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.tt-sec-2 .sidebar .market-city-item .city-name {
    color: var(--black);
    margin-left: 5px;
}

/* Phân trang */
.nav-pagination>li {
    margin: 0px !important;
}

.nav-pagination>li>.page-number {
    border-radius: 0px !important;
    border: 1px solid #c3c3c3;
    border-right: none;
    line-height: 2.3em;
    font-weight: normal;
    font-family: var(--medium);
}

.nav-pagination>li>.page-number>i {
    top: -2px !important;
}

.nav-pagination>li>.next {
    border: 1px solid #c3c3c3;
}

.nav-pagination li:first-child .page-number {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.nav-pagination li:last-child .page-number {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

/* Chi tiết tin tức */
.single-post .link-path {
    border-bottom: 1px solid #ddd;
}

.single-post .link-path .breadcrumb {
    font-size: 14px;
    margin: 14px 0;
    padding: 0 15px;
}

.single-post .link-path .breadcrumb a {
    color: #5a6067;
    margin: 0 5px;
}

.post-detail {
    padding: 30px 0 60px 0;
}

.post-detail .main-content .post-meta .post-date .author-link {
    font-size: 18px;
    font-family: var(--medium);
    color: var(--theme-color);
    font-weight: normal;
}

.post-detail .main-content .post-title {
    font-family: var(--medium);
    font-size: 24px;
    font-weight: normal;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.post-detail .main-content>.post-meta>.post-date {
    width: 100%;
}

.post-detail .main-content>.post-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;

}

.post-detail .main-content .post-meta .meta-date {
    display: flex;
    justify-content: space-between;
}

.post-detail .main-content .post-meta img {
    border-radius: 10px;
}

.post-detail .tt-sec-2 .post-list .post-item .image-cover {
    width: 100%;
}

.post-detail .main-content .post-meta .post-date p {
    margin: 0px !important;
}

.post-detail .main-content>.post-excerpt {
    font-family: var(--medium);
    font-size: 16px;
    font-weight: normal;
    color: var(--black);
}

.post-detail .related-posts {
    border-top: 1px solid #ddd;
}

.post-detail .related-posts>h3 {
    font-family: var(--medium);
    font-size: 24px;
    color: var(--theme-color);
    font-weight: normal;
    padding: 30px 0px 10px 0px;
}

.post-detail .load-more-btn {
    display: flex;
    margin: 25px auto 0;
}

.post-detail .related-posts {
    margin-top: 20px;
}

.post-detail .related-post-list {
    padding: 0;
}

.post-detail .post-item {
    margin-bottom: 10px;
}

.post-detail .post-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.post-detail .post-item .post-thumbnail {
    flex: 0 0 auto;
}

.post-detail .post-item .post-info {
    flex: 1;
}

.post-detail .load-more-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.post-detail .post-share {
    margin: 20px 0 50px 0;
    font-size: 14px;
}

.post-detail .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    position: relative;
}

.post-detail .share-button svg {
    width: 36px;
    height: 36px;
}

.post-detail .tooltip {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    display: none;
}

.post-detail .tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

.post-detail .post-share .share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    padding: 0px !important;
    margin: 0px !important;
}

.post-detail .post-share .share-button:hover svg rect:first-child,
.post-detail .post-share .share-button:focus svg rect:first-child {
    fill: #333;
}

.post-detail .post-share .share-button:hover svg path,
.post-detail .post-share .share-button:focus svg path {
    fill: #fff !important;
}

.post-detail .post-share .share-button .tooltip {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    white-space: nowrap;
    z-index: 10;
    line-height: 1.6em;
}

.post-detail .post-share .share-button:hover .tooltip,
.post-detail .post-share .share-button:focus .tooltip {
    visibility: visible;
    opacity: 1;
}

.post-detail .share-button:hover .tooltip {
    display: block;
}

.post-detail .copy-link-btn.active .tooltip {
    display: block;
}

.post-detail .post-content ul {
    margin-left: 30px;
}

/* chinh sach */
.chinh-sach {
    padding-top: 0px !important;
}

/* block-banner */
.block-banner {
    padding: 0 0 60px 0 !important;
}

.banner-page .title-txt {
    font-size: 32px;
    font-family: var(--medium);
    font-weight: normal;
    color: #fff;
}

@media (max-width:980px) {
    #main-menu .sidebar-menu .current-menu-item a {
        color: var(--theme-color2) !important;
    }

    .ft-sec-1 .col-main .col-inner {
        grid-template-columns: 2fr 1fr 1.5fr 2fr;
        gap: 20px;
    }

    .home-sec-3 .col-left .col-inner {
        position: sticky;
        top: 100px;
    }

    .home-sec-3 .col-left {
        padding: 0 0 30px 15px;
    }

    .home-sec-3 .col-right .col-inner>p {
        padding-bottom: 30px;
    }

    .home-sec-3 .col-right .icon-box {
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .home-sec-4 .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-sec-5 .content-home-sec-5 .col-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-du-an-container .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-du-an-container .col.main-content {
        padding-bottom: 30px !important;
    }

    .lien-ket-nhanh-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .cpt-du-an .large-4 {
        display: none;
    }

    .cpt-du-an .filters {
        display: none;
    }

    .category .tt-sec-2 {
        border: none;
        padding-top: 0 !important;
    }

    .single-post .block-banner {
        padding: 0 !important;
    }

    .post-detail {
        padding: 0 0 60px 0;
    }

    .gallery-counter {
        top: 71%;
    }

    /* .single .tt-sec-2 {
        padding-top: 60px;
    } */

    .post-detail {
        padding: 0;
    }

    .tt-sec-2 .sidebar .popular-post-item a {
        min-height: auto;
    }

    .author .tt-sec-2 {
        padding-top: 30px;
    }

    .lh-sec-2 .col-left .name-email-wrapper {
        gap: 10px;
    }

    .lh-sec-2 .col-left .wpcf7 .wpcf7-not-valid-tip {
        left: 0;
    }
}

@media (max-width:500px) {
    .filter {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
gap: 0;
    }

    .advanced-filters {
        opacity: 1;
        display: grid;
        grid-template-columns: 1fr;
        overflow: visible;
        gap: 0;

    }

    .popup-content {
        height: 80%;
    }

    .filter-item {
        margin: 10px 0;
    }

    .form {
        background: none;
        box-shadow: none;
    }

    .search-btn {
       position: unset;
        order: 7;
        margin-top: 190px !important;
    }

    .filter-btn {
        display: none;
    }

    .search-box {
        grid-column: auto;
        order: -1;
    }

    .ft-sec-1 .col-main .col-inner {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .ft-sec-1 .col-main .col-inner .items-stretch {
        grid-column: span 2;
    }

    .ft-sec-1 .col-main .ux-menu-title {
        padding-top: 0px;
        min-height: fit-content;
    }

    .filter-mobi {
        display: block;
        padding-bottom: 0px !important;
    }

    .home .filter-form {
        display: none;
    }

    .filter-mobi .row .col-inner {
        display: flex;
        flex-wrap: nowrap;
        gap: 30px;
    }

    .filter-mobi .row .col {
        padding-bottom: 0px !important;
    }

    .filter-mobi .row .col .box {
        border: 1px solid #c3c3c3;
        padding: 10px 0px;
        border-radius: 10px;
        box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);

    }

    .filter-mobi .row .box-text {
        width: fit-content;
        margin: 0 auto;
        padding: 0px;
    }

    .banner-content-product .section-content .col {
        padding: 0px;
    }

    .home-sec-1 {
        padding: 0px !important;
    }

    .home-sec-2 {
        padding: 30px 0 !important;
    }

    .home-sec-2 .content-home-sec-2 .col-inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .home-sec-2 .content-home-sec-2 .icon-box-text h3 {
        font-size: 16px;
    }

    .home-sec-2 .content-home-sec-2 .col-inner .icon-box-img {
        margin-bottom: 0px !important;
        width: 40px !important;
    }

    .banner-content-product .banner {
        padding-top: 200px !important;
    }

    .home-sec-3 .col-left .title-txt {
        margin: 0 0 20px 30px;
        max-width: 100%;
    }

    .home-sec-3 .col-left {
        padding: 0px 15px 30px !important;
    }

    .home-sec-3 .col-right .col-inner>p {
        margin-bottom: 15px;
    }

    .home-sec-3 .col-right .icon-box {
        align-items: center;
        margin-bottom: 15px;
        padding-left: 0px;
    }

    .home-sec-3 .col-right .icon-box h3 {
        margin: 0;
    }

    .home-sec-4 {
        padding-top: 30px !important;
    }

    .home-sec-4 .expand-wrapper {
        margin-bottom: 0px !important;
    }

    .banner-content-product {
        padding: 30px 15px !important;
    }

    .home-sec-4 .products-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .products-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .lien-ket-nhanh-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .cpt-du-an {
        padding-bottom: 0px;
    }

    .cpt-du-an .large-3 {
        padding-bottom: 0px;
    }

    .cpt-du-an .project-phong-ngu,
    .cpt-du-an .project-location {
        font-size: 15px !important;
    }

    .acf-term-description-wrapper .content-inner img {
        margin: 0px;
    }

    /* yeu thich */

    .yt-sec-1 {
        padding-top: 0px !important;
    }

    /* chi tiet sp */
    .product-gallery-slider {
        height: fit-content;
    }

    .product-gallery-slider .flickity-viewport {
        height: 300px;
    }

    .product-gallery-slider .image-cover {
        padding-top: 78%;
    }

    .gallery-counter {
        top: 68%;
        right: 16px;
    }

    .single-du-an-container .breadcrumb {
        font-size: 14px;
    }

    .single-du-an-container {
        padding-bottom: 0px !important;
    }

    .product-details .product-info .meta-pro {
        flex-wrap: wrap;
    }

    .product-details .product-info .meta-details {
        margin-bottom: 10px;
    }

    .info-btn-wapper {
        align-items: start;
    }

    .btn-yeu-thich {
        padding: 0px !important;
        min-height: fit-content;
        line-height: normal;
    }

    .single-du-an-container .products-list {
        grid-template-columns: repeat(1, 1fr);

    }

    .accordion-panel .details-list {
        grid-template-columns: 1fr !important;
    }

    .block-banner {
        padding: 0 0 30px 0 !important;
    }

    .tt-sec-1>.row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .tt-sec-2 .post-list .post-item {
        grid-template-columns: 1fr;
    }

    .tt-sec-2 .post-list .featured-post {
        padding: 15px;
    }

    .tt-sec-2 .post-list .featured-post .post-info {
        padding: 0;
    }

    .tt-sec-2 .post-list .featured-post .post-thumbnail img {
        border-radius: 10px;
    }

    .tt-sec-2 .post-list .featured-post .post-thumbnail .image-cover {
        padding-top: 58.8%;
    }

    .post-detail .related-posts {
        margin-bottom: 30px;
    }

    .post-detail .main-content .post-meta .meta-date {
        flex-wrap: wrap;
    }

    .post-detail .main-content .post-meta img {
        width: 85px;
    }

    .category .tt-sec-2 .row .large-8 {
        padding-bottom: 0px;
    }

    .lh-sec-1 {
        padding: 0px !important;
    }

    .lh-sec-2 .col-left .name-email-wrapper {
        display: block;
    }

    .lh-sec-2 .col-left {
        padding-bottom: 30px !important;
    }

    .lh-sec-3 {
        padding-top: 0px !important;
    }

    .lh-sec-3 iframe {
        height: 300px;
    }

}