.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.phone-number {
    cursor: pointer;
}

.cus_phone {
    cursor: pointer;
}

.cus_email {
    cursor: pointer;
}

.cus_mxh {
    cursor: pointer;
}

.cus_a {
    cursor: pointer;
    text-decoration: none;
}

.cus_hide {
    display: none !important;
}

.cus_show {
    display: block !important
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}

.cus_heading_2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.cus_heading_3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.popular-post-info p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    transition: var(--transition);
}
.cus_icon_arrow_down {
    display: inline-block;
    transform: translateY(2px) scale(0.7);
    opacity: .7;
} @media (max-width: 1024px) {
    .cus_icon_arrow_down {
        display: none;
    }
}

.show-mobile {
    display: none !important;
} @media (max-width: 1024px) {
    .show-mobile {
        display: unset !important;
    }
}

.red {
    color: red !important;
}

.bg-red {
    background-color: red !important;
}

.nav-item-mobile {
    align-items: center;
    gap: 5px;
}

.blue-light {
    color: #f0f8ff;
}

.bg-blue-light {
    background-color: #f0f8ff;
}

.saigonbuilding-author-box {
    background-color: #f0f0f0;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
}
.author-flex-container {
    display: flex;
    align-items: center;
    gap: 25px;
}
.author-avatar-link {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
}
.author-avatar-link img {
    max-width: 100%;
    height: auto;
}
.author-content-right {
    flex: 1;
}
.author-brand-title {
    color: #00a8e1;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.author-bio-text {
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
.author-hotline-call {
    color: red;
    font-weight: bold;
    text-decoration: none;
}
@media (max-width: 767px) {
    .author-flex-container {
        flex-direction: column;
        text-align: center;
    }
    .author-avatar-link {
        margin: 0 auto;
    }
}

/* Áp dụng cho toàn bộ breadcrumb, các thẻ li và thẻ link bên trong */
.cus_breadcrumb, 
.cus_breadcrumb li, 
.cus_breadcrumb a,
.cus_breadcrumb span {
    text-transform: lowercase !important;
    display: inline-block; /* Đảm bảo thuộc tính capitalize hoạt động tốt trên một số trình duyệt */
}

/* Sau khi đưa về chữ thường, ta viết hoa lại chữ cái đầu của mỗi từ */
.cus_breadcrumb::first-line,
.cus_breadcrumb li,
.cus_breadcrumb a,
.cus_breadcrumb span,
.cus_breadcrumb span::first-letter {
    text-transform: capitalize !important;
}

/* Ép breadcrumb luôn nằm trên 1 dòng và tự cuộn ngang trên mobile */
.cus_breadcrumb {
    display: flex !important;
    flex-wrap: nowrap !important; /* Ngăn không cho các mục con rớt dòng */
    overflow-x: auto !important;  /* Tự động xuất hiện thanh cuộn ngang khi thừa chữ */
    overflow-y: hidden !important; /* Ẩn cuộn dọc nếu có */
    white-space: nowrap !important; /* Đảm bảo text bên trong không tự ngắt dòng */
    
    /* Hỗ trợ cuộn mượt mà (smooth scrolling) trên iOS/Safari mobile */
    -webkit-overflow-scrolling: touch; 
}

/* Tùy chọn: Ẩn thanh cuộn (scrollbar) để giao diện mobile nhìn sạch và đẹp hơn */
.cus_breadcrumb::-webkit-scrollbar {
    display: none; 
}
.cus_breadcrumb {
    -ms-overflow-style: none;  /* IE và Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Đảm bảo các item con bên trong giữ nguyên kích thước, không bị co rúm chữ */
.cus_breadcrumb li,
.cus_breadcrumb a {
    flex-shrink: 0 !important;
}

.giakhongkm {
    font-size: 15px;
    opacity: .5;
    text-decoration: line-through;
}

.sidebar-form-title {
    display: block;
    font-size: 1.17em;
    /* margin-block-start: 1em; */
    margin-block-end: .5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
} 