.elementor-927 .elementor-element.elementor-element-8bf6db9{--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-927 .elementor-element.elementor-element-f4b7ccb{--display:flex;}.elementor-927 .elementor-element.elementor-element-1e6f1da{--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-927 .elementor-element.elementor-element-1e6f1da.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-927 .elementor-element.elementor-element-6ef60da{--display:flex;}.elementor-927 .elementor-element.elementor-element-5141ea6{--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-927 .elementor-element.elementor-element-5141ea6:not(.elementor-motion-effects-element-type-background), .elementor-927 .elementor-element.elementor-element-5141ea6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F5F7;}.elementor-927 .elementor-element.elementor-element-4ea1c71{--display:flex;}.elementor-927 .elementor-element.elementor-element-ab3ca21{--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-927 .elementor-element.elementor-element-d88da72{--display:flex;}.elementor-927 .elementor-element.elementor-element-08c4cea{--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-927 .elementor-element.elementor-element-08c4cea:not(.elementor-motion-effects-element-type-background), .elementor-927 .elementor-element.elementor-element-08c4cea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F7F9;}.elementor-927 .elementor-element.elementor-element-f3f21b9{--display:flex;}.elementor-927 .elementor-element.elementor-element-a676d8f{--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-927 .elementor-element.elementor-element-d1e905d{--display:flex;}.elementor-927 .elementor-element.elementor-element-89d54fc{--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-927 .elementor-element.elementor-element-89d54fc:not(.elementor-motion-effects-element-type-background), .elementor-927 .elementor-element.elementor-element-89d54fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5F5;}.elementor-927 .elementor-element.elementor-element-4f0e643{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-927 .elementor-element.elementor-element-1e6f1da{--width:83.289%;}}/* Start custom CSS for html, class: .elementor-element-7df0fb9 *//* Container và Tiêu đề */
.vhp-mgmt-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.vhp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-maint { 
    text-align: center; 
    margin-bottom: 50px; 
}

.title-maint { 
    text-transform: uppercase; 
    font-weight: 800; 
    color: #1a1a1a !important; 
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}


.vhp-mgmt-desc {
    color: #555;
    max-width: 1000px;
    line-height: 1.7;
}

/* Lưới 4 cột */
.vhp-mgmt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

/* Thẻ Card */
.vhp-card-iso {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.vhp-card-iso:hover {
    background: #ffffff;
    border-color: #D71920;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transform: translateY(-5px);
}

/* Thẻ Đen Exclusive */
.vhp-card-iso.brand-exclusive {
    background: #1A1A1A;
    border-color: #1A1A1A;
    color: #ffffff;
}

.vhp-icon-box {
    margin-bottom: 15px;
}

.vhp-card-iso h4 {
    font-weight: 800;
    margin: 0 0 5px 0;
    color: inherit;
}

.vhp-card-iso h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #DC0000;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.vhp-card-iso.brand-exclusive h5 { color: #dc0000; }

.vhp-card-list {
    list-style: none;
    padding: 0;
    margin: 0!important;
    flex-grow: 1;
}

.vhp-card-list li {
    padding: 4px 0;
    color: inherit;
    opacity: 0.9;
    display: flex;
    gap: 8px;
    line-height: 1.4;
}

.vhp-card-list li::before {
    content: "•";
    color: #D71920;
    font-weight: bold;
}

.vhp-card-footer {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,0.05);
    font-weight: 700;
    color: #94A3B8;
}

.vhp-card-iso.brand-exclusive.vhp-card-footer {
    border-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.4);
}

/* Khối Giá trị Khách hàng */
.vhp-values-block {
    background: #F8FAFC;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #E2E8F0;
}

.vhp-values-title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.vhp-values-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.vhp-val-item {
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vhp-val-item span {
    color: #2ecc71;
}

/* Tự động điều chỉnh cho Mobile & Tablet */
@media (max-width: 1024px) {
   .vhp-mgmt-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
   .vhp-mgmt-grid { grid-template-columns: 1fr; }
   .vhp-values-flex { flex-direction: column; align-items: flex-start; padding-left: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8f7633 *//* TỔNG THỂ SECTION */
.vihopha-maintenance-pro { 
    padding: 80px 20px; 
    background: #f4f7f9; /* Nền xám nhạt để cách biệt */
    
}

.container-maint { 
    max-width: 1140px; 
    margin: 0 auto; 
}

.header-maint { 
    text-align: center; 
    margin-bottom: 50px; 
}

.title-maint { 
    text-transform: uppercase; 
    font-weight: 800; 
    color: #1a1a1a !important; 
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.desc-maint { 
    color: #555 !important; 
    max-width: 850px; 
    margin: 0 auto; 
    line-height: 1.7; 
}

.desc-maint strong { 
    color: #d71920; 
}

/* GRID CẤP ĐỘ */
.level-grid { 
    display: flex; 
    gap: 20px; 
    margin-bottom: 40px; 
}

.level-card {  
    flex: 1; 
    background: #ffffff; 
    padding: 30px 20px; 
    border-radius: 15px;  
    border: 1px solid #e1e4e8; 
    text-align: center; 
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); /* Đổ bóng nhẹ cho card nổi lên */
}

.level-card:hover { 
    transform: translateY(-8px); 
    border-color: #d71920; 
    box-shadow: 0 15px 35px rgba(215, 25, 32, 0.1);
}

.highlight-red { 
    border: 2px solid #d71920; 
    background: #fff; 
    position: relative;
    z-index: 1;
}

.level-tag {  
    display: inline-block; 
    background: #d71920; 
    color: #fff;  
    padding: 5px 18px; 
    border-radius: 20px; 
    font-weight: 700; 
    margin-bottom: 20px;  
}

.level-card h4 { 
    font-weight: 700; 
    color: #1a1a1a !important; 
    margin-bottom: 12px;
}

.level-time { 
    color: #d71920; 
    font-weight: 700; 
    margin-bottom: 15px; 
}

.level-value { 
    color: #666 !important; 
    line-height: 1.6; 
    margin: 0; 
}

/* BOX DƯỚI NỀN TRẮNG ĐỂ NỔI BẬT */
.maint-bottom-box {  
    background: #ffffff; /* Đổi sang nền trắng để tương phản với nền xám của section */
    padding: 45px; 
    border-radius: 20px;  
    display: flex; 
    gap: 50px; 
    border: 1px solid #eee;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04);
}

.maint-col { flex: 1; }
.maint-col.border-left { 
    border-left: 1px solid #eee; 
    padding-left: 50px; 
}

.maint-bottom-box h5 { 
    font-weight: 800; 
    color: #1a1a1a !important; 
    margin-bottom: 25px; 
    display: flex;
    align-items: center;
}

/* DANH SÁCH */
.maint-list, .benefit-list { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.maint-list li, .benefit-list li {  
    color: #444 !important; 
    padding-left: 28px;  
    position: relative; 
    margin-bottom: 15px; 
    line-height: 1.6;
}

.maint-list li::before { 
    content: ""; 
    position: absolute; 
    left: 0; 
    top: 9px; 
    width: 8px; 
    height: 8px; 
    background: #d1d1d1; 
    border-radius: 50%; 
}

.benefit-list li::before { 
    content: "✓"; 
    position: absolute; 
    left: 0; 
    top: 0; 
    color: #d71920; 
    font-weight: 900; 
}

.benefit-list li strong { 
    color: #d71920; 
}

/* TỐI ƯU MOBILE */
@media (max-width: 991px) {
    .level-grid { flex-direction: column; }
    .maint-bottom-box { flex-direction: column; padding: 30px; gap: 30px; }
    .maint-col.border-left { border-left: none; padding-left: 0; border-top: 1px solid #eee; padding-top: 30px; }
}/* End custom CSS */