.elementor-4279 .elementor-element.elementor-element-fa53634{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4279 .elementor-element.elementor-element-d40a225{--display:flex;}.elementor-4279 .elementor-element.elementor-element-4159f77{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4279 .elementor-element.elementor-element-4159f77:not(.elementor-motion-effects-element-type-background), .elementor-4279 .elementor-element.elementor-element-4159f77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-4279 .elementor-element.elementor-element-8dc4d8d{--display:flex;}.elementor-4279 .elementor-element.elementor-element-9b913e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4279 .elementor-element.elementor-element-19dafd0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0adb95a */:root {
    --vhp-red: #C61D23;
    --vhp-dark: #1A1A1A;
    --vhp-text: #444;
}

.vhp-project-wrapper {
    color: var(--vhp-text);
    background: #ffffff;
    overflow: hidden;
}

/* Header */
.vhp-main-header {
    padding: 60px 20px 40px;
    text-align: center;
}

.vhp-main-header h1 { 
    font-weight: 900; 
    color: var(--vhp-dark); 
    margin-bottom: 15px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px; /* Giới hạn kích thước tiêu đề */
}

.vhp-main-header p {
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
    color: #666;
    font-size: 13px;
}

/* Service Tags */
.vhp-tag-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.vhp-tag-item {
    border: 1px solid #eee;
    padding: 8px 18px;
    border-radius: 4px;
    font-weight: 600;
    color: var(--vhp-dark);
    font-size: 12px;
}

/* Bố cục xen kẽ quan trọng */
.vhp-section { 
    padding: 60px 0; 
    border-top: 1px solid #f0f0f0; 
}

.vhp-flex-container {
    display: flex;
    align-items: center; /* Căn giữa ảnh và chữ theo chiều dọc */
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Đảm bảo 2 cột chia không gian bằng nhau */
.vhp-info-col { 
    flex: 1; 
}

.vhp-media-col { 
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Khống chế ảnh không được tràn */
.vhp-media-col img {
    width: 100%;
    max-width: 500px; /* Giới hạn ảnh không quá to trên PC */
    height: auto;
    border-radius: 4px;
    box-shadow: 15px 15px 0 var(--vhp-red);
    display: block;
    object-fit: cover;
}

/* Đảo bên cho section chẵn */
.vhp-section:nth-child(even) .vhp-flex-container { 
    flex-direction: row-reverse; 
}

.vhp-cat-title {
    font-weight: 800;
    color: var(--vhp-red);
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 13px; /* Theo yêu cầu font-size trước đó của bạn */
}

.vhp-list { list-style: none; padding: 0; margin: 0; }
.vhp-list li {
    background: #fff;
    margin-bottom: 12px;
    padding: 15px 20px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    font-size: 12px;
    transition: 0.3s;
}

.vhp-list li:hover { border-left: 6px solid var(--vhp-red); padding-left: 14px; }
.vhp-address { color: #999; font-size: 11px; margin-left: 10px; }

.vhp-footer-desc {
    margin-top: 25px;
    padding: 15px;
    background: rgba(198, 29, 35, 0.05);
    border-radius: 4px;
    font-size: 12px;
    border-left: 3px solid var(--vhp-red);
}

/* Mobile: Xếp chồng khi màn hình nhỏ */
@media (max-width: 991px) {
    .vhp-flex-container, .vhp-section:nth-child(even) .vhp-flex-container { 
        flex-direction: column !important; 
        text-align: left; 
        gap: 30px;
    }
    .vhp-media-col { 
        order: -1; /* Ảnh nằm trên chữ ở mobile */
        width: 100%;
    }
    .vhp-media-col img { 
        max-width: 100%; 
        box-shadow: 10px 10px 0 var(--vhp-red); 
    }
}/* End custom CSS */