FAQ – Frequently Asked Questions

/* === GLOBAL RESET === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
.ml-faq-page{font-family:’Inter’,sans-serif;color:#1a1a2e;overflow-x:hidden;line-height:1.6}
.ml-faq-page a{text-decoration:none;color:inherit;transition:all .3s ease}
.ml-faq-page ul{list-style:none;margin:0;padding:0}

/* === HIDE ASTRA === */
body.page .ast-container,body.page #content,body.page .site-content,
body.page #primary,body.page .content-area,body.page .site-main,
body.page .entry-content{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important;overflow:visible!important}
body.page article{max-width:100%!important;padding:0!important;margin:0!important}
.site-header,.site-footer,.ast-footer-widget-wrapper,.ast-small-footer,
.main-header-bar,#ast-desktop-header,#ast-mobile-header,
.site-breadcrumb,.ast-builder-layout-element,
.ast-primary-header-bar,.ast-site-header-wrap,
.site-above-header-wrap,.site-below-header-wrap,
.ast-main-header-wrap,.ast-site-footer-wrap,
.page .entry-title,.page-title,.wp-block-post-title,.ast-archive-description{display:none!important}
body.page-template-default .site-content{padding-top:0!important;padding-bottom:0!important}

/* === NAVIGATION === */
.ml-nav{background:#0d1b2a;padding:0 5%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;border-bottom:3px solid #e8791d}
.ml-nav-logo{font-family:’Oswald’,sans-serif;font-size:28px;font-weight:700;color:#e8791d;letter-spacing:6px;padding:18px 0;text-transform:uppercase}
.ml-nav-links{display:flex;gap:36px;align-items:center}
.ml-nav-links a{font-family:’Oswald’,sans-serif;font-size:13px;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:#fff;padding:22px 0;position:relative}
.ml-nav-links a::after{content:”;position:absolute;bottom:16px;left:0;width:0;height:2px;background:#e8791d;transition:width .3s}
.ml-nav-links a:hover::after{width:100%}
.ml-nav-links a:hover{color:#e8791d}
.ml-nav-cta{background:#e8791d;color:#fff!important;padding:10px 24px!important;font-family:’Oswald’,sans-serif;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;border:2px solid #e8791d}
.ml-nav-cta:hover{background:transparent;color:#e8791d!important}
.ml-nav-cta::after{display:none!important}

/* === HAMBURGER MENU === */
.ml-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;z-index:1001}
.ml-hamburger span{display:block;width:25px;height:2px;background:#fff;transition:all .3s ease}
.ml-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.ml-hamburger.active span:nth-child(2){opacity:0}
.ml-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* === HERO SECTION === */
.ml-faq-hero{background:linear-gradient(135deg,#0d1b2a 0%,#152840 40%,#0d1b2a 100%);padding:80px 5% 60px;text-align:center;position:relative}
.ml-faq-hero::before{content:”;position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e8791d 0%,#f5a623 50%,#e8791d 100%)}
.ml-faq-hero h1{font-family:’Oswald’,sans-serif;font-size:clamp(32px,5vw,52px);font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}
.ml-faq-hero h1 span{color:#e8791d}
.ml-faq-hero p{font-size:18px;color:#b8c5d4;max-width:600px;margin:0 auto;line-height:1.7}

/* === FAQ SECTION === */
.ml-faq-section{padding:60px 5% 80px;max-width:900px;margin:0 auto}
.ml-faq-item{border:1px solid #e0e4e8;border-radius:8px;margin-bottom:12px;overflow:hidden;transition:all .3s ease;background:#fff}
.ml-faq-item:hover{border-color:#e8791d;box-shadow:0 4px 20px rgba(232,121,29,.08)}
.ml-faq-question{font-family:’Oswald’,sans-serif;font-size:17px;font-weight:600;color:#0d1b2a;padding:20px 56px 20px 24px;cursor:pointer;position:relative;letter-spacing:.5px;list-style:none;transition:all .3s ease;line-height:1.4}
.ml-faq-question::-webkit-details-marker{display:none}
.ml-faq-question::marker{display:none;content:”}
.ml-faq-question::after{content:’+’;position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:300;color:#e8791d;transition:transform .3s ease;font-family:’Inter’,sans-serif}
details[open] .ml-faq-question::after{content:’\2212′;transform:translateY(-50%)}
details[open] .ml-faq-question{color:#e8791d;border-bottom:1px solid #f0f0f0}
.ml-faq-answer{padding:20px 24px 24px;font-size:15px;color:#444;line-height:1.8;animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.ml-faq-answer p{margin-bottom:10px}
.ml-faq-answer p:last-child{margin-bottom:0}
.ml-faq-answer strong{color:#0d1b2a}
.ml-faq-answer ul{padding-left:20px;margin:8px 0}
.ml-faq-answer ul li{list-style:disc;margin-bottom:4px}

/* === CTA SECTION === */
.ml-faq-cta{background:linear-gradient(135deg,#0d1b2a,#152840);padding:60px 5%;text-align:center}
.ml-faq-cta h2{font-family:’Oswald’,sans-serif;font-size:clamp(24px,3vw,36px);color:#fff;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}
.ml-faq-cta p{font-size:16px;color:#b8c5d4;margin-bottom:28px;max-width:500px;margin-left:auto;margin-right:auto}
.ml-faq-cta-btn{display:inline-flex;align-items:center;gap:8px;font-family:’Oswald’,sans-serif;font-size:15px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:16px 40px;background:#e8791d;color:#fff;border:2px solid #e8791d;transition:all .3s}
.ml-faq-cta-btn:hover{background:transparent;color:#e8791d;transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,121,29,.3)}

/* === FOOTER === */
.ml-footer{background:#080f18;padding:50px 5% 30px;text-align:center;color:#556}
.ml-footer-logo{font-family:’Oswald’,sans-serif;font-size:24px;font-weight:700;color:#e8791d;letter-spacing:6px;margin-bottom:20px}
.ml-footer-links{display:flex;justify-content:center;gap:30px;margin-bottom:24px;flex-wrap:wrap}
.ml-footer-links a{font-size:13px;color:#667;letter-spacing:1px;text-transform:uppercase;font-family:’Oswald’,sans-serif}
.ml-footer-links a:hover{color:#e8791d}
.ml-footer-copy{font-size:13px;color:#445;border-top:1px solid rgba(255,255,255,.06);padding-top:24px}

/* === RESPONSIVE === */
@media(max-width:768px){
.ml-hamburger{display:flex}
.ml-nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#0d1b2a;flex-direction:column;gap:0;padding:0;border-bottom:3px solid #e8791d}
.ml-nav-links.active{display:flex}
.ml-nav-links a{padding:16px 5%;width:100%;border-bottom:1px solid rgba(255,255,255,.05)}
.ml-nav-links a::after{display:none}
.ml-nav-cta{margin:12px 5%!important;text-align:center;display:block}
.ml-faq-section{padding:40px 5% 60px}
.ml-faq-question{font-size:15px;padding:16px 48px 16px 18px}
.ml-faq-answer{padding:16px 18px 20px;font-size:14px}
}

Frequently Asked Questions

Everything you need to know about ordering, customization, shipping, and support. Can’t find your answer? Contact us directly.

What is your MOQ (Minimum Order Quantity)?

Our standard MOQ is 1 unit for most excavator models. We understand that international buyers often need to test the market before placing large orders, so we welcome trial orders.

For customized or OEM orders, the MOQ may vary depending on the level of customization required. Typically, OEM orders with custom branding or specifications require a minimum of 3–5 units.

Contact our sales team for specific MOQ details based on your requirements.

Do you support customization / OEM services?

Yes, we offer comprehensive OEM and ODM services. Our customization capabilities include:

  • Custom branding — your logo, color scheme, and labeling
  • Specification adjustments — boom/arm length, bucket size, track width
  • Engine options — Cummins, Isuzu, or other brands per market requirements
  • Operator cabin — ROPS/FOPS certification, AC, joystick controls
  • Attachments — breaker, auger, ripper, grab, and more

Our engineering team has over 20 years of experience in hydraulic excavator design and can tailor machines to your specific market needs and regulations.

What is the delivery time?

Delivery time depends on the order type:

  • Standard models: 15–30 days after order confirmation
  • Customized/OEM orders: 30–45 days depending on specifications
  • Spare parts: 7–15 days for common parts

We maintain safety stock of popular models and components to ensure faster delivery. Shipping time by sea typically adds 15–40 days depending on the destination port.

What payment terms do you accept?

We offer flexible payment terms for international buyers:

  • T/T (Telegraphic Transfer): 30% deposit, 70% before shipment — most common
  • L/C (Letter of Credit): Accepted for orders above $50,000
  • Western Union / MoneyGram: For smaller orders and sample purchases
  • D/P (Documents against Payment): Available for established customers

We also support trade assurance through Alibaba for added buyer protection.

What certifications do your products have?

Our excavators and components meet international standards:

  • CE Certification — compliant with EU machinery directive
  • ISO 9001:2015 — quality management system certified
  • EPA / Tier 4 — for North American market
  • ROPS/FOPS — rollover and falling object protective structures
  • SGS / TÜV tested — third-party inspection and testing

We can provide additional certifications required for specific markets upon request.

Do you provide after-sales service?

Absolutely. After-sales support is a core part of our service commitment:

  • Warranty: 12 months or 2,000 working hours (whichever comes first) for main components
  • 24/7 Technical Support: Remote troubleshooting via video call and diagnostics
  • Spare Parts Supply: We stock all genuine parts and ship within 7 days
  • On-site Training: Available for large orders — our engineers can travel to your site
  • Service Manuals: Provided in English with every machine

We have service partners in over 30 countries for faster local response.

Can I visit your factory?

We warmly welcome factory visits! Our facility is located in Changsha, Hunan Province, China.

During your visit, you can:

  • Tour our 20,000m² manufacturing facility
  • See the full production line — from cutting and welding to assembly and testing
  • Test-drive machines in our testing yard
  • Meet our engineering and sales teams face-to-face
  • Discuss customization options in detail

Please contact us at least 2 weeks in advance so we can arrange airport pickup, hotel accommodation, and a comprehensive tour schedule. Visa invitation letters are also available.

What markets do you mainly export to?

MINGLIFT excavators are exported to 50+ countries across major regions:

  • Southeast Asia: Philippines, Indonesia, Vietnam, Myanmar, Cambodia
  • Africa: Nigeria, Kenya, Tanzania, Ghana, Algeria
  • South America: Brazil, Peru, Colombia, Chile
  • Middle East: UAE, Saudi Arabia, Iraq
  • CIS Region: Russia, Kazakhstan, Uzbekistan
  • Europe: Selected markets with CE-certified models

Our machines are designed to perform in diverse conditions — from tropical heat to cold climates.

How do you ensure product quality?

Quality is built into every stage of our manufacturing process:

  • Raw Material Control: Only certified steel and components from trusted suppliers
  • In-Process Inspection: Every weld, hydraulic connection, and electrical system is checked
  • Hydraulic Testing: 100% pressure testing on all hydraulic circuits before delivery
  • 72-Hour Run-In Test: Every machine undergoes a full 72-hour operational test
  • Pre-Shipment Inspection: Complete visual, functional, and safety inspection with photo/video report
  • Third-Party Audit: We welcome SGS, TÜV, or Bureau Veritas inspections at any time
Do you provide technical support?

Yes, we provide comprehensive technical support throughout the entire lifecycle of your machines:

  • Pre-sales: Machine selection guidance, site assessment, and application matching
  • Installation: Detailed manuals, video guides, and remote installation support
  • Operation Training: Online or on-site training for operators and maintenance staff
  • Troubleshooting: Remote diagnostics via IoT monitoring (optional), video calls with engineers
  • Maintenance Support: Scheduled maintenance reminders and genuine parts supply

Our technical team consists of 15+ senior hydraulic and mechanical engineers with decades of industry experience. Support is available in English, Russian, Spanish, and Arabic.

Still Have Questions?

Our team is ready to help. Reach out and get expert answers within 24 hours.

Contact Us →

滚动至顶部