
    .info-help .project-single {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .info-help .project-single:hover {
        transform: translateY(-5px);
        box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
    }

    .info-help .homes-img img {
        transition: transform 0.3s ease;
    }

    .info-help .project-single:hover .homes-img img {
        transform: scale(1.05);
    }

    .info-help .title-pccc {
        display: block;
        transition: transform 0.3s ease;
    }

    .info-help .project-single:hover .title-pccc {
        transform: translateY(-3px);
    }


    .img-box {
        position: relative;
        display: inline-block;
    }

    .img-box .hot-icon {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 35px;
        height: auto;
        z-index: 10;
    }

    @keyframes shake {
        0% {
            transform: rotate(-5deg) scale(1);
        }

        100% {
            transform: rotate(5deg) scale(1.05);
        }
    }

    .box-shadow-fit p {
        padding-top: 10px;
    }

    .news-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 8px;
    }

    .news-itemm {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        padding: 8px;
        border-radius: 5px;
        transition: background 0.3s, color 0.3s;
    }

    .news-icon {
        font-size: 18px;
        color: #ff385c;
        /* Màu xanh */
        transition: color 0.3s;
    }


    .news-itemm:hover {
        background: #ff385c;
        color: white;
    }

    .news-itemm:hover .news-icon {
        color: white;
    }

    /* đầu trang */

    .faq_main_container {
        max-width: 800px;
        width: 100%;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        align-items: center;
    }

    .faq_container {
        border: 2px solid #df81ff;
    }

    .faq_question {
        font-size: 1.2rem;
        font-weight: 600;
        padding: 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .answercont {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .answer {
        padding: 0 10px 20px;
        line-height: 1.5rem;
    }

    .fqa_headline_container h2 span {
        font-weight: 700;
    }

    .faq_question-text h3 {
        font-size: 22px;
    }

    .icon.active {
        background: transparent;
        border: 2px solid #fff;
    }

    .icon:hover {
        cursor: pointer;
    }

    .icon-shape {
        position: relative;
        width: 50px;
        height: 50px;
        background-color: #c00;
    }

    .icon .icon-shape::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 4px;
        background: #fff;
        border-radius: 3px;
        transition: all 0.5s ease;
    }

    .icon .icon-shape::after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4px;
        height: 30px;
        background: #fff;
        border-radius: 3px;
        transition: all 0.5s ease;
    }

    .icon .icon-shape.active::before {
        transform: translate(-50%, -50%) rotate(180deg);
        transition: all 0.5s ease;
    }

    .icon .icon-shape.active::after {
        transform: translate(-50%, -50%) rotate(90deg);
        transition: all 0.5s ease;
    }





    .btn {
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        transition: background-color 0.3s ease;
    }

    .btn:hover {
        color: white;
    }

    .title-main {
        text-transform: capitalize;
        color: #333;
        font-size: 18px;
        font-weight: 600;
        display: block;
    }

    .title-span {
        text-transform: capitalize;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        padding-top: 5px;
        display: block;
        text-decoration: none;
    }

    .title-pccc {
       text-transform: capitalize;
    color: #ff0;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    }

    .title-trangchu {
        color: #c00;
        font-weight: bold;
        text-transform: capitalize;
        font-size: 23px;

    }

    .title-haonhien {
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
        color: #121B22;
        font-size: 1.1rem;
        font-weight: 600;
        display: block;
    }

    .title-cauhoi {
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
        color: #121B22;
        font-size: 20px;
        font-weight: 600;
        display: block;
    }



    .title-faq {
        color: #c00;
        font-weight: bold;
        text-transform: capitalize;
        font-size: 23px;

    }

    .title-trangdienlanh {
        color: #111;
        font-weight: bold;
        text-transform: capitalize;
        font-size: 22px;
        text-align: center;
        padding-bottom: 25px;
        color: #c00
    }

    .blog-span {
        font-size: 25px;
        font-weight: bolder;
        padding-bottom: 20px;
        line-height: 35px;
        color: #c00;
    }

    .blog-section {
        padding: 50px 0;
        background-color: #f9f9f9;
    }

    .blog-section .row>.col-xl-6:first-child {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
        align-items: stretch;
    }

    .blog-section .row>.col-xl-6:first-child>div {
        flex: 0 0 calc(50% - 10px);
        background: #fff;
        border-radius: 8px;
        text-align: center;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-section .row>.col-xl-6:first-child>div:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .blog-section .row>.col-xl-6:first-child img {
        margin-bottom: 15px;
    }

    .blog-section .row>.col-xl-6:last-child {
        padding: 40px 30px;
    }

    .blog-section .row>.col-xl-6:first-child span {
        font-size: 28px;
        font-weight: bold;
        color: #2c3e50;
        margin: 10px 0;
    }

    .blog-section .row>.col-xl-6:first-child p {
        font-size: 28px;
        font-weight: bold;
        color: rgb(0, 0, 0);
        margin: 0;
    }



    .blog-section .row>.col-xl-6:last-child h2 {
        font-size: 28px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        margin-bottom: 20px;
    }

    .blog-section .row>.col-xl-6:last-child p {
        font-size: 16px;
        line-height: 1.6;
        color: rgb(0, 0, 0);
    }
/* p2 */

    .headings-2 {
        display: flex;
        align-items: center;
        text-align: center;
        background: #fff;
        padding: 15px;
        border-bottom: 3px solid #ff0000;
        margin-bottom: 20px;
    }

    .listing-title-bar h2 {
        font-size: 22px;
        font-weight: 600;
        color: #ff0000;
        text-transform: uppercase;
        margin: 0;
        letter-spacing: 1px;
    }

    .news-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
    }

    .news-item {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .news-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }


    .img-box {
        width: 100%;
        /*height: 200px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }

    .img-box img {
        max-width: 100%;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .news-item:hover .img-box img {
        transform: scale(1.1);
    }

    .title-tintuc {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        margin-top: 10px;
        transition: color 0.3s ease;
    }

    .title-tintuc:hover {
        color: #ff0000;
    }


    .starts {
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }

    .starts i {
        color: #ffc107;
        font-size: 14px;
        margin: 0 2px;
    }


    .news-item-text p {
        font-size: 15px;
        font-weight: bold;
        color: #ff0000;
        margin: 5px 0;
    }

    /* ======= Nút gọi ngay ======= */
    .btn {
        background: #ff385c;
        color: white;
        padding: 8px 15px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        transition: background 0.3s ease;
    }

    .btn:hover {
        background: #0056b3;
    }

    .btn i {
        margin-right: 5px;
    }

    /* ======= Responsive cho mobile ======= */
    @media (max-width: 768px) {
        .news-item {
            width: 48%;
        }
    }

    @media (max-width: 576px) {
        .news-item {
            width: 100%;
        }
    }
    /* p2 */