/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.3
*/


:root{
    --hpp-pink: #e31952;
    --hpp-pink-dark: #b70e3f;
    --hpp-dark: #111820;
    --hpp-text: #303030;
    --hpp-light: #f5f5f5;
}


.hpp-topbar {
    min-height: 50px;
    align-items: center;
    background: #fff;
}

.hpp-logo img {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.hpp-search-box {
    height: 32px;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: #aaa;
    font-size: 12px;
}

.hpp-utility p {
    margin: 0;
    font-size: 12px;
    color: #3a3a3a;
}

.hpp-utility i {
    color: var(--hpp-pink);
    margin-right: 5px;
}

.hpp-lang {
    margin-left: 18px;
    color: #777;
}

.hpp-nav {
    background: var(--hpp-pink);
    min-height: 38px;
}

.hpp-nav-inner nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.hpp-nav-inner a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,.16);
}

.hpp-nav-inner a:hover,
.hpp-nav-inner a.active {
    background: var(--hpp-pink-dark);
}

/* HERO */
.hpp-hero {
    position: relative;
}

.hpp-hero-title {
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.6px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hpp-hero-sub {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
}

.hpp-hero-note {
    display: inline-block;
    background: rgba(0,0,0,.58);
    border-left: 4px solid var(--hpp-pink);
    padding: 15px 18px;
    font-size: 15px;
    line-height: 1.55;
}

/* TITLES */
.hpp-section-title h2,
.hpp-service-copy h2 {
    margin: 0 0 18px;
    color: var(--hpp-pink);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.hpp-section-title h2:after,
.hpp-service-copy h2:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: var(--hpp-pink);
    margin: 10px auto 0;
}

.hpp-title-light h2 {
    color: #fff;
}

.hpp-title-light h2:after {
    background: var(--hpp-pink);
}

/* ABOUT */
.hpp-about {
    background: #fff;
}

.hpp-about-copy {
    border: 7px solid #f2f2f2;
    padding: 22px 24px;
}

.hpp-about-copy h2 {
    color: var(--hpp-pink);
    font-size: 23px;
    margin-bottom: 16px;
    font-weight: 800;
}

.hpp-about-copy p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--hpp-text);
}

.hpp-about-copy a {
    color: var(--hpp-pink);
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

.hpp-about-row > .col:nth-child(2) {
    position: relative;
}

.hpp-about-image {
    border: 9px solid #fff;
    box-shadow: 0 0 0 7px var(--hpp-pink);
}

.hpp-about-image img {

}

.hpp-about-image-caption {
    position: absolute;
    left: 38px;
    bottom: 22px;
    z-index: 4;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

/* FIELDS */
.hpp-fields {
    position: relative;
}

.hpp-field-row {
    margin-top: 12px;
}

.hpp-field-row > .col {
    background: transparent;
}

.hpp-card-image {
    border: 1px solid rgba(255,255,255,.8);
    box-shadow: 0 3px 12px rgba(0,0,0,.28);
}

.hpp-card-image img {
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
}

.hpp-card-caption {
    background: #fff;
    text-align: center;
    padding: 14px 10px;
    margin-top: -1px;
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.hpp-card-caption h3 {
    margin: 0;
    font-size: 14px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: 700;
}

/* PROJECTS */
.hpp-projects {
    background: #fff;
}

.hpp-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    color: #8a8a8a;
    font-size: 13px;
    margin-bottom: 22px;
}

.hpp-filter span {
    padding: 0 12px;
    border-right: 1px solid #ddd;
}

.hpp-filter span:last-child {
    border-right: 0;
}

.hpp-filter .active {
    color: var(--hpp-pink);
    font-weight: 700;
}

.hpp-project-grid .col,
.hpp-project-grid .col-inner {
    position: relative;
}

.hpp-project-main img {
    width: 100%;
    aspect-ratio: 1.05 / 1;
    object-fit: cover;
}

.hpp-project-small img {
    width: 100%;
    aspect-ratio: 1.32 / 1;
    object-fit: cover;
}

.hpp-project-label {
    position: absolute;
    left: 12px;
    bottom: 10px;
    right: 12px;
    z-index: 3;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.hpp-project-label-main {
    font-size: 15px;
    left: 20px;
    bottom: 18px;
}

/* SERVICE CTA */
.hpp-service-cta {
    position: relative;
}

.hpp-service-copy {
    color: #fff;
}

.hpp-service-copy h2 {
    color: #fff;
}

.hpp-service-copy p {
    margin: 0 auto 22px;
    max-width: 720px;
    font-size: 14px;
    line-height: 1.75;
}

.hpp-btn {
    background: var(--hpp-pink) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    min-height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
}

/* NEWS */
.hpp-news {
    background: #fff;
}

.hpp-news-feature-img img {
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
}

.hpp-news-feature-copy h3,
.hpp-news-side-copy h4 {
    color: var(--hpp-pink);
    font-weight: 700;
}

.hpp-news-feature-copy h3 {
    font-size: 18px;
    margin: 14px 0 4px;
}

.hpp-news-feature-copy p,
.hpp-news-side-copy p {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
}

.hpp-date {
    font-size: 11px;
    color: #909090;
    margin-bottom: 8px;
}

.hpp-news-side-item {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ededed;
}

.hpp-news-side-item:last-child {
    border-bottom: 0;
}

.hpp-news-side-item img {
    aspect-ratio: 1.25 / 1;
    object-fit: cover;
}

.hpp-news-side-copy h4 {
    font-size: 14px;
    margin: 0 0 4px;
}

.hpp-news-side-copy p {
    margin: 0;
    font-size: 12px;
}

/* INTERNAL */
.hpp-internal {
    background: #f7f7f7;
}

.hpp-internal-grid > .col > .col-inner {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.hpp-internal-img img {
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
}

.hpp-internal-copy {
    padding: 16px 17px 18px;
}

.hpp-internal-copy h3 {
    margin: 0 0 8px;
    color: #262626;
    font-size: 15px;
    font-weight: 700;
}

.hpp-internal-copy p {
    margin: 0;
    color: #555;
    font-size: 12px;
    line-height: 1.6;
}

/* PARTNERS */
.hpp-partners {
    background: #fff;
}

.hpp-partner-row {
    margin-top: 8px;
}

.hpp-partner-logo img {
    max-height: 58px;
    width: auto;
    object-fit: contain;
    filter: none;
}






/* ==================================================
   FOOTER - HIỆP PHÁT PLUS
   ================================================== */

.hpp-footer-new {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, #a80d3b 0%, #cf1248 45%, #e71956 100%);
    color: #fff;
}


/* ==================================================
   LOGO WATERMARK NỀN
   Thay URL logo icon HP thật vào đây
   ================================================== */

.hpp-footer-new:before {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -130px;
    width: 520px;
    height: 520px;
    background-image: url("/wp-content/uploads/2026/08/logo-footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .055;
    filter: brightness(0) invert(1);
    pointer-events: none;
    z-index: 0;
}


/* ánh sáng nhẹ bên phải */

.hpp-footer-new:after {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    top: -280px;
    right: -180px;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
    pointer-events: none;
}


/* ==================================================
   MAIN
   ================================================== */

.hpp-footer-main {
    position: relative;
    z-index: 2;
    max-width: 1180px !important;
    padding-top: 65px;
    padding-bottom: 55px;
}


/* ==================================================
   LEFT
   ================================================== */

.hpp-footer-brand {
    margin-bottom: 30px;
}


.hpp-footer-brand h3 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
}


.hpp-footer-slogan {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    letter-spacing: .2px;
}


.hpp-footer-contact-list p {
    display: flex;
    align-items: flex-start;
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
}


.hpp-footer-contact-list p > i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: 15px;
}


.hpp-footer-contact-list span {
    display: block;
}


.hpp-footer-contact-list strong {
    display: block;
    margin-bottom: 2px;
    color: rgba(255,255,255,.62);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
}


.hpp-footer-contact-list a {
    color: #fff;
}


.hpp-footer-contact-list a:hover {
    color: #fff;
    text-decoration: underline;
}


/* ==================================================
   FORM BOX
   ================================================== */

.hpp-footer-right > .col-inner {
    position: relative;
    padding: 36px 38px 32px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 12px;
    background: rgba(255,255,255,.11);
    box-shadow: 0 18px 50px rgba(72,0,25,.18);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}


.hpp-footer-form-title {
    margin-bottom: 24px;
}


.hpp-footer-form-small {
    display: inline-block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.65);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


.hpp-footer-form-title h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
}


.hpp-footer-form-title h3:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    margin-top: 11px;
    background: #fff;
}


.hpp-footer-form-title p {
    max-width: 500px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 1.65;
}


/* ==================================================
   CONTACT FORM 7
   ================================================== */

.hpp-footer-right .wpcf7 {
    margin-top: 20px;
}


.hpp-footer-right .wpcf7 p {
    margin-bottom: 11px;
}


.hpp-footer-right .wpcf7-form-control-wrap {
    display: block;
}


.hpp-footer-right input[type="text"],
.hpp-footer-right input[type="email"],
.hpp-footer-right input[type="tel"],
.hpp-footer-right textarea {
    width: 100%;
    margin: 0;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: rgba(255,255,255,.96);
    color: #333;
    box-shadow: none;
    font-size: 13px;
    transition: all .2s ease;
}


.hpp-footer-right input[type="text"],
.hpp-footer-right input[type="email"],
.hpp-footer-right input[type="tel"] {
    height: 46px;
}


.hpp-footer-right textarea {
    min-height: 95px;
    padding-top: 13px;
    resize: vertical;
}


.hpp-footer-right input[type="text"]:focus,
.hpp-footer-right input[type="email"]:focus,
.hpp-footer-right input[type="tel"]:focus,
.hpp-footer-right textarea:focus {
    border-color: rgba(255,255,255,.7);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,.12);
}


.hpp-footer-right input::placeholder,
.hpp-footer-right textarea::placeholder {
    color: #999;
}


/* SUBMIT */

.hpp-footer-right input[type="submit"] {
    width: 100%;
    height: 46px;
    margin: 3px 0 0;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 5px;
    background: rgba(117,0,39,.32);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .7px;
    transition: all .25s ease;
}


.hpp-footer-right input[type="submit"]:hover {
    border-color: #fff;
    background: #fff;
    color: #d7134d;
}


/* CF7 validation */

.hpp-footer-right .wpcf7-not-valid-tip {
    margin-top: 4px;
    color: red;
    font-size: 11px;
}


.hpp-footer-right .wpcf7-response-output {
    margin: 14px 0 0 !important;
    padding: 10px 13px !important;
    border-color: rgba(255,255,255,.5) !important;
    color: #fff;
    font-size: 12px;
}


/* ==================================================
   FOOTER BOTTOM
   ================================================== */

.hpp-footer-bottom {
    position: relative;
    z-index: 2;
    max-width: 1180px !important;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.15);
}


.hpp-footer-copyright p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 11px;
}


.hpp-footer-links p {
    margin: 0;
}


.hpp-footer-links a {
    position: relative;
    margin-left: 24px;
    color: rgba(255,255,255,.72);
    font-size: 11px;
}


.hpp-footer-links a:hover {
    color: #fff;
}


.hpp-footer-links a:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    transform: translateY(-50%);
}


.hpp-footer-links a:first-child:before {
    display: none;
}


/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 849px) {

    .hpp-footer-main {
        padding: 48px 20px 35px;
    }


    .hpp-footer-left {
        margin-bottom: 35px;
    }


    .hpp-footer-right > .col-inner {
        padding: 28px 25px;
    }


    .hpp-footer-brand h3 {
        font-size: 22px;
    }


    .hpp-footer-new:before {
        width: 400px;
        height: 400px;
        left: -170px;
        bottom: 30px;
    }


    .hpp-footer-bottom {
        padding: 17px 20px;
    }


    .hpp-footer-copyright,
    .hpp-footer-links {
        text-align: center !important;
    }


    .hpp-footer-links {
        margin-top: 10px;
    }


    .hpp-footer-links a {
        margin: 0 9px;
    }

}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 549px) {

    .hpp-footer-main {
        padding-top: 40px;
    }


    .hpp-footer-brand h3 {
        font-size: 20px;
    }


    .hpp-footer-slogan {
        font-size: 13px;
    }


    .hpp-footer-contact-list p {
        font-size: 13px;
    }


    .hpp-footer-contact-list p > i {
        width: 38px;
        height: 38px;
        min-width: 38px;
        margin-right: 11px;
    }


    .hpp-footer-right > .col-inner {
        padding: 25px 18px;
        border-radius: 8px;
    }


    .hpp-footer-form-title h3 {
        font-size: 21px;
    }


    .hpp-footer-form-title p {
        font-size: 12px;
    }


    .hpp-footer-new:before {
        width: 330px;
        height: 330px;
        left: -170px;
        bottom: 150px;
        opacity: .04;
    }

}









/* WHY HIỆP PHÁT PLUS */
.hpp-why {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-image: url("/wp-content/uploads/2026/08/tai-sao-hiep-phat-plus-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.hpp-why:before {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    left: -210px;
    top: 30px;
    border: 1px solid rgba(227,25,82,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(227,25,82,.025), 0 0 0 86px rgba(227,25,82,.018);
    pointer-events: none;
}

.hpp-why-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
}

.hpp-why-heading p {
    max-width: 820px;
    margin: 0 auto 9px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.7;
}

.hpp-why-grid {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.hpp-why-grid > .col {
    margin-bottom: 22px;
}

.hpp-why-item {
    height: 100%;
    min-height: 245px;
    background: #fff;
    border: 1px solid #ececec;
    border-top: 4px solid var(--hpp-pink);
    padding: 28px 24px 24px;
    box-shadow: 0 7px 22px rgba(0,0,0,.055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hpp-why-item:hover {
    transform: translateY(-5px);
    border-color: rgba(227,25,82,.34);
    box-shadow: 0 12px 28px rgba(0,0,0,.09);
}

.hpp-why-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(227,25,82,.08);
    color: var(--hpp-pink);
    font-size: 28px;
}

.hpp-why-item h3 {
    margin: 0 0 11px;
    color: #242424;
    font-size: 19px;
    line-height: 1.22;
    font-weight: 750;
}

.hpp-why-item p {
    margin: 0;
    color: #5b5b5b;
    font-size: 13px;
    line-height: 1.65;
}








/* RESPONSIVE */
@media (max-width: 849px) {
    .hpp-topbar {
        padding: 8px 12px;
    }

    .hpp-search {
        display: none;
    }

    .hpp-utility p {
        font-size: 10px;
    }

    .hpp-lang {
        margin-left: 8px;
    }

    .hpp-nav-inner nav {
        overflow-x: auto;
        justify-content: flex-start;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .hpp-nav-inner nav::-webkit-scrollbar {
        display: none;
    }

    .hpp-nav-inner a {
        min-width: max-content;
        padding: 0 15px;
        font-size: 10px;
    }



    .hpp-hero-title {
        font-size: 30px;
    }

    .hpp-hero-sub {
        font-size: 14px;
    }

    .hpp-about,
    .hpp-fields,
    .hpp-projects,
    .hpp-news,
    .hpp-internal,
    .hpp-partners,
    .hpp-footer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .hpp-about-image-caption {
        left: 26px;
        bottom: 18px;
        font-size: 20px;
    }

    .hpp-field-row > .col,
    .hpp-internal-grid > .col {
        margin-bottom: 18px;
    }

    .hpp-project-grid > .col:first-child {
        margin-bottom: 10px;
    }

    .hpp-news-grid > .col:first-child {
        margin-bottom: 24px;
    }

    .hpp-partner-logo img {
        max-height: 42px;
    }
}

@media (max-width: 549px) {
    .hpp-logo img {
        max-height: 34px;
    }


    .hpp-hero-title {
        font-size: 25px;
        line-height: 1.12;
    }

    .hpp-hero-sub {
        font-size: 12px;
    }

    .hpp-hero-note {
        font-size: 12px;
        padding: 12px 14px;
    }

    .hpp-section-title h2,
    .hpp-service-copy h2 {
        font-size: 22px;
    }

    .hpp-about-copy {
        padding: 17px;
    }

    .hpp-about-copy h2 {
        font-size: 20px;
    }

    .hpp-about-copy p {
        font-size: 13px;
    }

    .hpp-project-label {
        font-size: 10px;
    }

    .hpp-project-label-main {
        font-size: 13px;
    }

    .hpp-service-copy p {
        font-size: 13px;
    }
}







/* ==================================================
   HIỆP PHÁT PLUS - ABOUT PAGE
   ================================================== */

.hpp_about_banner,
.hpp_about_intro,
.hpp_about_quote,
.hpp_about_direction,
.hpp_about_why,
.hpp_about_services,
.hpp_about_branches,
.hpp_about_cta {
    --hpp_pink: #e31952;
    --hpp_pink_dark: #b70e3f;
    --hpp_dark: #17191d;
    --hpp_text: #444;
}


/* ==================================================
   BANNER
   ================================================== */

.hpp_about_banner {
    position: relative;
    min-height: 360px;
}

.hpp_about_banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15,18,23,.82), rgba(15,18,23,.40));
    pointer-events: none;
}

.hpp_about_banner_row {
    min-height: 360px;
    position: relative;
    z-index: 2;
}

.hpp_about_banner_content {
    color: #fff;
}

.hpp_about_banner_sub {
    margin: 0 0 9px;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.hpp_about_banner_content h1 {
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 800;
}

.hpp_about_banner_content h1:after {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    margin: 16px auto;
    background: var(--hpp_pink);
}

.hpp_about_banner_desc {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 16px;
}

.hpp_about_breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    font-size: 12px;
}

.hpp_about_breadcrumb a {
    color: rgba(255,255,255,.7);
}

.hpp_about_breadcrumb span {
    color: #fff;
}


/* ==================================================
   COMMON TITLE
   ================================================== */

.hpp_about_label,
.hpp_about_section_title > p {
    margin: 0 0 8px;
    color: var(--hpp_pink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.hpp_about_section_title h2 {
    margin: 0 0 28px;
    color: #242424;
    font-size: 29px;
    line-height: 1.25;
    font-weight: 800;
}

.hpp_about_section_title h2:after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 12px auto 0;
    background: var(--hpp_pink);
}


/* ==================================================
   INTRO
   ================================================== */

.hpp_about_intro_content {
    padding-right: 25px;
}

.hpp_about_intro_content h2 {
    margin: 0 0 20px;
    color: #222;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.hpp_about_intro_content h2:after {
    content: "";
    display: block;
    width: 45px;
    height: 4px;
    margin-top: 14px;
    background: var(--hpp_pink);
}

.hpp_about_intro_content p {
    color: var(--hpp_text);
    font-size: 14px;
    line-height: 1.8;
}

.hpp_about_intro_images {
    position: relative;
}

.hpp_about_intro_img_main img {
    width: 100%;
    min-height: 480px;
    object-fit: cover;
}

.hpp_about_intro_img_small img {
    width: 100%;
    min-height: 315px;
    object-fit: cover;
}

.hpp_about_year_box {
    min-height: 165px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--hpp_pink);
    color: #fff;
    text-align: center;
}

.hpp_about_year_box strong {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.hpp_about_year_box span {
    margin: 6px 0;
    font-size: 14px;
}


/* ==================================================
   QUOTE
   ================================================== */

.hpp_about_quote_content {
    position: relative;
}

.hpp_about_quote_icon {
    color: var(--hpp_pink);
    font-size: 36px;
    margin-bottom: 18px;
}

.hpp_about_quote_content h3 {
    max-width: 850px;
    margin: 0 auto 15px;
    color: #282828;
    font-size: 25px;
    line-height: 1.55;
    font-weight: 700;
}

.hpp_about_quote_content p {
    max-width: 720px;
    margin: 0 auto;
    color: #777;
    font-size: 13px;
    line-height: 1.7;
}


/* ==================================================
   MISSION / VISION
   ================================================== */

.hpp_about_direction_row > .col {
    margin-bottom: 20px;
}

.hpp_about_direction_item {
    height: 100%;
    min-height: 360px;
    padding: 35px 30px;
    border: 1px solid #ececec;
    background: #fff;
    transition: .25s ease;
}

.hpp_about_direction_item:hover,
.hpp_about_direction_item_active {
    border-color: var(--hpp_pink);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transform: translateY(-5px);
}

.hpp_about_direction_icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50%;
    background: rgba(227,25,82,.08);
    color: var(--hpp_pink);
    font-size: 25px;
}

.hpp_about_direction_item h3 {
    margin: 0 0 13px;
    color: #282828;
    font-size: 20px;
    font-weight: 800;
}

.hpp_about_direction_item p,
.hpp_about_direction_item li {
    color: #606060;
    font-size: 13px;
    line-height: 1.7;
}

.hpp_about_direction_item ul {
    margin: 0;
    padding-left: 18px;
}


/* ==================================================
   WHY
   Dùng ảnh background vừa tạo phía bên phải
   ================================================== */

.hpp_about_why {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hpp_about_why:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 100%;
    background-image: url("/wp-content/uploads/2026/08/tai-sao-hiep-phat-plus-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: .45;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 50%);
    mask-image: linear-gradient(to right, transparent 0%, #000 50%);
}

.hpp_about_why .row {
    position: relative;
    z-index: 2;
}

.hpp_about_heading_desc {
    max-width: 770px;
    margin: -10px auto 15px;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

.hpp_why_grid > .col {
    margin-bottom: 20px;
}

.hpp_why_item {
    height: 100%;
    min-height: 245px;
    padding: 28px 25px;
    border: 1px solid #eee;
    border-top: 4px solid var(--hpp_pink);
    background: rgba(255,255,255,.94);
    box-shadow: 0 7px 22px rgba(0,0,0,.055);
    transition: .25s ease;
}

.hpp_why_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 13px 28px rgba(0,0,0,.09);
}

.hpp_why_icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 8px;
    background: rgba(227,25,82,.08);
    color: var(--hpp_pink);
    font-size: 25px;
}

.hpp_why_item h3 {
    margin: 0 0 10px;
    color: #292929;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 750;
}

.hpp_why_item p {
    margin: 0;
    color: #606060;
    font-size: 13px;
    line-height: 1.65;
}


/* ==================================================
   SERVICES
   ================================================== */

.hpp_about_services_row > .col {
    margin-bottom: 20px;
}

.hpp_about_service_item {
    position: relative;
    min-height: 215px;
    display: flex;
    padding: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    transition: .25s ease;
}

.hpp_about_service_item:hover {
    border-color: rgba(227,25,82,.35);
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
}

.hpp_about_service_number {
    position: absolute;
    right: 18px;
    top: 6px;
    color: rgba(227,25,82,.07);
    font-size: 82px;
    line-height: 1;
    font-weight: 900;
}

.hpp_about_service_content {
    position: relative;
    z-index: 2;
}

.hpp_about_service_content > i {
    margin-bottom: 18px;
    color: var(--hpp_pink);
    font-size: 31px;
}

.hpp_about_service_content h3 {
    margin: 0 0 10px;
    color: #2a2a2a;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.hpp_about_service_content p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}


/* ==================================================
   BRANCHES
   ================================================== */

.hpp_about_branch_image img {
    width: 100%;
    object-fit: cover;
}

.hpp_about_branch_content {
    padding-left: 20px;
}

.hpp_about_branch_content h2 {
    margin: 0 0 15px;
    color: #242424;
    font-size: 30px;
    font-weight: 800;
}

.hpp_about_branch_intro {
    color: #666;
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 25px;
}

.hpp_about_branch_item {
    display: flex;
    align-items: flex-start;
    padding: 18px 15px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-left: 3px solid var(--hpp_pink);
}

.hpp_about_branch_item > i {
    width: 35px;
    min-width: 35px;
    margin-top: 4px;
    color: var(--hpp_pink);
    font-size: 17px;
}

.hpp_about_branch_item h4 {
    margin: 0 0 4px;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
}

.hpp_about_branch_item p {
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.6;
}


/* ==================================================
   CTA
   ================================================== */

.hpp_about_cta {
    position: relative;
}

.hpp_about_cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14,15,18,.76);
}

.hpp_about_cta_content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hpp_about_cta_content > p {
    margin: 0 0 10px;
    color: var(--hpp_pink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.hpp_about_cta_content h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.hpp_about_cta_content > div {
    max-width: 680px;
    margin: 0 auto 23px;
    color: rgba(255,255,255,.75);
    font-size: 13px;
    line-height: 1.75;
}

.hpp_about_cta_button {
    margin: 0 !important;
    padding: 0 22px !important;
    min-height: 43px;
    border: 1px solid var(--hpp_pink) !important;
    background: var(--hpp_pink) !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 43px;
}

.hpp_about_cta_button i {
    margin-left: 8px;
}

.hpp_about_cta_button:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: var(--hpp_pink) !important;
}


/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 849px) {

    .hpp_about_banner,
    .hpp_about_banner_row {
        min-height: 300px;
    }

    .hpp_about_banner_content h1 {
        font-size: 35px;
    }

    .hpp_about_intro_content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .hpp_about_direction_item {
        min-height: 0;
    }

    .hpp_about_why:after {
        width: 100%;
        opacity: .16;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .hpp_about_branch_content {
        padding-left: 0;
        margin-top: 30px;
    }

}


@media (max-width: 549px) {

    .hpp_about_banner,
    .hpp_about_banner_row {
        min-height: 250px;
    }

    .hpp_about_banner_content h1 {
        font-size: 29px;
    }

    .hpp_about_intro_content h2,
    .hpp_about_cta_content h2 {
        font-size: 26px;
    }

    .hpp_about_section_title h2 {
        font-size: 23px;
    }

    .hpp_about_intro_img_main img {
        min-height: 320px;
    }

    .hpp_about_intro_img_small img {
        min-height: 215px;
    }

    .hpp_about_year_box {
        min-height: 105px;
    }

    .hpp_about_year_box strong {
        font-size: 16px;
    }

    .hpp_about_quote_content h3 {
        font-size: 19px;
    }

    .hpp_about_direction_item,
    .hpp_about_service_item {
        padding: 25px 20px;
    }

    .hpp_why_item {
        min-height: 0;
    }

}



/* ==================================================
   NỘI DUNG CHI TIẾT DỰ ÁN
   ================================================== */

.hpp-project-content {
    width: 100%;
    margin: 0 auto;
}

.hpp-project-summary {
    position: relative;
    padding: 30px 35px;
    background: #fff;
    border: 1px solid #ececec;
    border-left: 4px solid #e31952;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
}

.hpp-project-summary h2 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 13px;
    color: #222;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.hpp-project-summary h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #e31952;
}

.hpp-project-summary p {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 14px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    border-bottom: 1px solid #ededed;
}

.hpp-project-summary p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.hpp-project-summary strong {
    width: 190px;
    min-width: 190px;
    padding-right: 20px;
    color: #222;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 549px) {
    .hpp-project-summary {
        padding: 23px 20px;
    }

    .hpp-project-summary h2 {
        font-size: 21px;
    }

    .hpp-project-summary p {
        display: block;
        padding: 12px 0;
        font-size: 13px;
    }

    .hpp-project-summary strong {
        display: block;
        width: auto;
        min-width: 0;
        margin-bottom: 4px;
        padding-right: 0;
        color: #e31952;
    }
}




