{"id":562,"date":"2025-11-08T03:11:58","date_gmt":"2025-11-08T03:11:58","guid":{"rendered":"https:\/\/service.soletksolar.com\/?page_id=562"},"modified":"2025-11-10T03:05:11","modified_gmt":"2025-11-10T03:05:11","slug":"about-shipping","status":"publish","type":"page","link":"https:\/\/service.soletksolar.com\/vi\/company\/about-shipping\/","title":{"rendered":"V\u1ec1 V\u1eadn chuy\u1ec3n"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"562\" class=\"elementor elementor-562\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b32845a e-con-full e-flex e-con e-parent\" data-id=\"b32845a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9c8c1bd elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"9c8c1bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!-- Global Shipping Banner -->\n<section class=\"shipping-banner\" id=\"shipping-banner-section\">\n  <style>\n    #shipping-banner-section.shipping-banner {\n      position: relative;\n      width: 100%;\n      min-height: 650px;\n      background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      padding: 80px 20px;\n    }\n\n    \/* \u52a8\u6001\u80cc\u666f *\/\n    #shipping-banner-section .banner-background {\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      overflow: hidden;\n    }\n\n    #shipping-banner-section .bg-pattern {\n      position: absolute;\n      width: 100%;\n      height: 100%;\n      background-image: \n        linear-gradient(30deg, rgba(59, 130, 246, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(59, 130, 246, 0.05) 87.5%, rgba(59, 130, 246, 0.05)),\n        linear-gradient(150deg, rgba(59, 130, 246, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(59, 130, 246, 0.05) 87.5%, rgba(59, 130, 246, 0.05)),\n        linear-gradient(30deg, rgba(255, 149, 0, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(255, 149, 0, 0.05) 87.5%, rgba(255, 149, 0, 0.05)),\n        linear-gradient(150deg, rgba(255, 149, 0, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(255, 149, 0, 0.05) 87.5%, rgba(255, 149, 0, 0.05));\n      background-size: 80px 140px;\n      background-position: 0 0, 0 0, 40px 70px, 40px 70px;\n      animation: patternMove 60s linear infinite;\n    }\n\n    @keyframes patternMove {\n      0% { transform: translate(0, 0); }\n      100% { transform: translate(80px, 140px); }\n    }\n\n    \/* \u6d6e\u52a8\u56fe\u6807 *\/\n    #shipping-banner-section .floating-icons {\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      pointer-events: none;\n    }\n\n    #shipping-banner-section .icon-float {\n      position: absolute;\n      opacity: 0.15;\n      animation: float 20s ease-in-out infinite;\n    }\n\n    #shipping-banner-section .icon-float:nth-child(1) {\n      top: 15%;\n      left: 10%;\n      animation-delay: 0s;\n      animation-duration: 18s;\n    }\n\n    #shipping-banner-section .icon-float:nth-child(2) {\n      top: 60%;\n      left: 15%;\n      animation-delay: 3s;\n      animation-duration: 22s;\n    }\n\n    #shipping-banner-section .icon-float:nth-child(3) {\n      top: 25%;\n      right: 12%;\n      animation-delay: 6s;\n      animation-duration: 20s;\n    }\n\n    #shipping-banner-section .icon-float:nth-child(4) {\n      bottom: 20%;\n      right: 18%;\n      animation-delay: 9s;\n      animation-duration: 24s;\n    }\n\n    @keyframes float {\n      0%, 100% {\n        transform: translateY(0) rotate(0deg);\n      }\n      25% {\n        transform: translateY(-30px) rotate(5deg);\n      }\n      50% {\n        transform: translateY(-15px) rotate(-5deg);\n      }\n      75% {\n        transform: translateY(-40px) rotate(3deg);\n      }\n    }\n\n    \/* \u5185\u5bb9\u5bb9\u5668 *\/\n    #shipping-banner-section .banner-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      width: 100%;\n      position: relative;\n      z-index: 2;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: center;\n    }\n\n    \/* \u5de6\u4fa7\u5185\u5bb9 *\/\n    #shipping-banner-section .content-left {\n      animation: slideInLeft 1s ease-out;\n    }\n\n    @keyframes slideInLeft {\n      from {\n        opacity: 0;\n        transform: translateX(-60px);\n      }\n      to {\n        opacity: 1;\n        transform: translateX(0);\n      }\n    }\n\n    #shipping-banner-section .banner-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 12px 28px;\n      background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(255, 149, 0, 0.2));\n      border: 2px solid rgba(59, 130, 246, 0.3);\n      border-radius: 50px;\n      margin-bottom: 30px;\n      backdrop-filter: blur(10px);\n    }\n\n    #shipping-banner-section .badge-icon {\n      width: 24px;\n      height: 24px;\n      color: #FF9500;\n      animation: pulse 2s ease-in-out infinite;\n    }\n\n    @keyframes pulse {\n      0%, 100% { transform: scale(1); }\n      50% { transform: scale(1.1); }\n    }\n\n    #shipping-banner-section .badge-text {\n      font-size: 14px;\n      font-weight: 700;\n      color: white;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n    }\n\n    #shipping-banner-section .banner-title {\n      margin: 0 0 30px;\n    }\n\n    #shipping-banner-section .title-main {\n      display: block;\n      font-size: 64px;\n      font-weight: 900;\n      line-height: 1.1;\n      margin-bottom: 12px;\n      background: linear-gradient(135deg, #3B82F6 0%, #60A5FA 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      letter-spacing: -2px;\n    }\n\n    #shipping-banner-section .title-sub {\n      display: block;\n      font-size: 64px;\n      font-weight: 900;\n      line-height: 1.1;\n      background: linear-gradient(135deg, #FF9500 0%, #FFA500 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      letter-spacing: -2px;\n    }\n\n    #shipping-banner-section .banner-description {\n      font-size: 18px;\n      line-height: 1.9;\n      color: rgba(255, 255, 255, 0.85);\n      margin: 0 0 40px;\n      max-width: 580px;\n    }\n\n    \/* \u7279\u6027\u5217\u8868 *\/\n    #shipping-banner-section .features-list {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n      margin-bottom: 45px;\n    }\n\n    #shipping-banner-section .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      padding: 16px 20px;\n      background: rgba(255, 255, 255, 0.05);\n      border-radius: 12px;\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      transition: all 0.3s ease;\n      backdrop-filter: blur(10px);\n    }\n\n    #shipping-banner-section .feature-item:hover {\n      background: rgba(255, 255, 255, 0.1);\n      border-color: rgba(59, 130, 246, 0.5);\n      transform: translateX(5px);\n    }\n\n    #shipping-banner-section .feature-icon {\n      width: 24px;\n      height: 24px;\n      flex-shrink: 0;\n    }\n\n    #shipping-banner-section .feature-item:nth-child(odd) .feature-icon {\n      color: #3B82F6;\n    }\n\n    #shipping-banner-section .feature-item:nth-child(even) .feature-icon {\n      color: #FF9500;\n    }\n\n    #shipping-banner-section .feature-text {\n      font-size: 15px;\n      font-weight: 600;\n      color: white;\n      margin: 0;\n    }\n\n    \/* CTA\u6309\u94ae *\/\n    #shipping-banner-section .cta-buttons {\n      display: flex;\n      gap: 20px;\n      flex-wrap: wrap;\n    }\n\n    #shipping-banner-section .btn-primary {\n      padding: 18px 40px;\n      background: linear-gradient(135deg, #3B82F6, #2563EB);\n      color: white;\n      font-size: 16px;\n      font-weight: 700;\n      border: none;\n      border-radius: 12px;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #shipping-banner-section .btn-primary:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 32px rgba(59, 130, 246, 0.4);\n    }\n\n    #shipping-banner-section .btn-secondary {\n      padding: 18px 40px;\n      background: transparent;\n      color: white;\n      font-size: 16px;\n      font-weight: 700;\n      border: 2px solid rgba(255, 255, 255, 0.3);\n      border-radius: 12px;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      backdrop-filter: blur(10px);\n    }\n\n    #shipping-banner-section .btn-secondary:hover {\n      background: rgba(255, 255, 255, 0.1);\n      border-color: rgba(255, 149, 0, 0.8);\n      transform: translateY(-3px);\n    }\n\n    #shipping-banner-section .btn-icon {\n      width: 20px;\n      height: 20px;\n    }\n\n    \/* \u53f3\u4fa7\u89c6\u89c9 *\/\n    #shipping-banner-section .content-right {\n      position: relative;\n      animation: slideInRight 1s ease-out;\n    }\n\n    @keyframes slideInRight {\n      from {\n        opacity: 0;\n        transform: translateX(60px);\n      }\n      to {\n        opacity: 1;\n        transform: translateX(0);\n      }\n    }\n\n    #shipping-banner-section .visual-container {\n      position: relative;\n      width: 100%;\n      height: 500px;\n    }\n\n    \/* 3D\u5361\u7247\u6548\u679c *\/\n    #shipping-banner-section .shipping-cards {\n      position: relative;\n      width: 100%;\n      height: 100%;\n    }\n\n    #shipping-banner-section .shipping-card {\n      position: absolute;\n      width: 280px;\n      padding: 35px 30px;\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      border-radius: 20px;\n      backdrop-filter: blur(20px);\n      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);\n      transition: all 0.3s ease;\n    }\n\n    #shipping-banner-section .shipping-card:hover {\n      transform: translateY(-10px) scale(1.05);\n      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);\n    }\n\n    #shipping-banner-section .shipping-card:nth-child(1) {\n      top: 0;\n      left: 0;\n      animation: cardFloat1 6s ease-in-out infinite;\n    }\n\n    #shipping-banner-section .shipping-card:nth-child(2) {\n      top: 50px;\n      right: 0;\n      animation: cardFloat2 7s ease-in-out infinite;\n    }\n\n    #shipping-banner-section .shipping-card:nth-child(3) {\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      animation: cardFloat3 8s ease-in-out infinite;\n    }\n\n    @keyframes cardFloat1 {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-20px); }\n    }\n\n    @keyframes cardFloat2 {\n      0%, 100% { transform: translateY(0); }\n      50% { transform: translateY(-25px); }\n    }\n\n    @keyframes cardFloat3 {\n      0%, 100% { transform: translateX(-50%) translateY(0); }\n      50% { transform: translateX(-50%) translateY(-15px); }\n    }\n\n    #shipping-banner-section .card-icon-wrapper {\n      width: 60px;\n      height: 60px;\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n    }\n\n    #shipping-banner-section .shipping-card:nth-child(1) .card-icon-wrapper {\n      background: linear-gradient(135deg, #3B82F6, #2563EB);\n    }\n\n    #shipping-banner-section .shipping-card:nth-child(2) .card-icon-wrapper {\n      background: linear-gradient(135deg, #FF9500, #FF8C00);\n    }\n\n    #shipping-banner-section .shipping-card:nth-child(3) .card-icon-wrapper {\n      background: linear-gradient(135deg, #3B82F6, #FF9500);\n    }\n\n    #shipping-banner-section .card-icon {\n      width: 32px;\n      height: 32px;\n      color: white;\n    }\n\n    #shipping-banner-section .card-title {\n      font-size: 20px;\n      font-weight: 700;\n      color: white;\n      margin: 0 0 10px;\n    }\n\n    #shipping-banner-section .card-description {\n      font-size: 14px;\n      line-height: 1.6;\n      color: rgba(255, 255, 255, 0.7);\n      margin: 0;\n    }\n\n    \/* \u88c5\u9970\u5143\u7d20 *\/\n    #shipping-banner-section .deco-circles {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 600px;\n      height: 600px;\n      pointer-events: none;\n    }\n\n    #shipping-banner-section .deco-circle {\n      position: absolute;\n      border-radius: 50%;\n      border: 2px solid;\n      animation: rotate 30s linear infinite;\n    }\n\n    #shipping-banner-section .deco-circle:nth-child(1) {\n      width: 400px;\n      height: 400px;\n      border-color: rgba(59, 130, 246, 0.1);\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n    }\n\n    #shipping-banner-section .deco-circle:nth-child(2) {\n      width: 500px;\n      height: 500px;\n      border-color: rgba(255, 149, 0, 0.1);\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      animation-direction: reverse;\n      animation-duration: 40s;\n    }\n\n    @keyframes rotate {\n      from { transform: translate(-50%, -50%) rotate(0deg); }\n      to { transform: translate(-50%, -50%) rotate(360deg); }\n    }\n\n    \/* \u54cd\u5e94\u5f0f *\/\n    @media (max-width: 1200px) {\n      #shipping-banner-section .banner-container {\n        gap: 60px;\n      }\n\n      #shipping-banner-section .title-main,\n      #shipping-banner-section .title-sub {\n        font-size: 56px;\n      }\n    }\n\n    @media (max-width: 968px) {\n      #shipping-banner-section.shipping-banner {\n        min-height: auto;\n        padding: 60px 20px;\n      }\n\n      #shipping-banner-section .banner-container {\n        grid-template-columns: 1fr;\n        gap: 50px;\n      }\n\n      #shipping-banner-section .title-main,\n      #shipping-banner-section .title-sub {\n        font-size: 48px;\n      }\n\n      #shipping-banner-section .banner-description {\n        font-size: 17px;\n      }\n\n      #shipping-banner-section .features-list {\n        grid-template-columns: 1fr;\n      }\n\n      #shipping-banner-section .visual-container {\n        height: 400px;\n      }\n\n      #shipping-banner-section .shipping-card {\n        width: 240px;\n        padding: 28px 24px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      #shipping-banner-section.shipping-banner {\n        padding: 50px 15px;\n      }\n\n      #shipping-banner-section .title-main,\n      #shipping-banner-section .title-sub {\n        font-size: 38px;\n      }\n\n      #shipping-banner-section .banner-description {\n        font-size: 16px;\n      }\n\n      #shipping-banner-section .cta-buttons {\n        flex-direction: column;\n      }\n\n      #shipping-banner-section .btn-primary,\n      #shipping-banner-section .btn-secondary {\n        width: 100%;\n        justify-content: center;\n      }\n\n      #shipping-banner-section .visual-container {\n        height: 350px;\n      }\n\n      #shipping-banner-section .shipping-card {\n        width: 200px;\n        padding: 24px 20px;\n      }\n\n      #shipping-banner-section .card-title {\n        font-size: 18px;\n      }\n\n      #shipping-banner-section .card-description {\n        font-size: 13px;\n      }\n    }\n  <\/style>\n\n  <div class=\"banner-background\">\n    <div class=\"bg-pattern\"><\/div>\n    <div class=\"floating-icons\">\n      <!-- \u6d6e\u52a8\u56fe\u6807 - \u98de\u673a -->\n      <svg class=\"icon-float\" width=\"80\" height=\"80\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n        <path d=\"M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z\"\/>\n      <\/svg>\n      <!-- \u6d6e\u52a8\u56fe\u6807 - \u8f6e\u8239 -->\n      <svg class=\"icon-float\" width=\"80\" height=\"80\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n        <path d=\"M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z\"\/>\n      <\/svg>\n      <!-- \u6d6e\u52a8\u56fe\u6807 - \u706b\u8f66 -->\n      <svg class=\"icon-float\" width=\"80\" height=\"80\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n        <path d=\"M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h2l2-2h4l2 2h2v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-4-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-7H6V6h5v4zm5.5 7c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm1.5-7h-5V6h5v4z\"\/>\n      <\/svg>\n      <!-- \u6d6e\u52a8\u56fe\u6807 - \u5feb\u9012 -->\n      <svg class=\"icon-float\" width=\"80\" height=\"80\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n        <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n      <\/svg>\n    <\/div>\n  <\/div>\n\n  <div class=\"banner-container\">\n    <!-- \u5de6\u4fa7\u5185\u5bb9 -->\n    <div class=\"content-left\">\n      <div class=\"banner-badge\">\n        <svg class=\"badge-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n          <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n          <path d=\"M9 12l2 2 4-4\"\/>\n        <\/svg>\n        <span class=\"badge-text\">V\u1eadn chuy\u1ec3n To\u00e0n C\u1ea7u<\/span>\n      <\/div>\n\n      <h1 class=\"banner-title\">\n        <span class=\"title-main\">V\u1eadn chuy\u1ec3n To\u00e0n C\u1ea7u,<\/span>\n        <span class=\"title-sub\">\u0110\u01a1n Gi\u1ea3n H\u00f3a<\/span>\n      <\/h1>\n\n      <p class=\"banner-description\">\n        V\u1edbi c\u00e1c nh\u00e0 v\u1eadn chuy\u1ec3n h\u00e0ng h\u00f3a \u0111\u00e1ng tin c\u1eady v\u00e0 bao b\u00ec \u0111\u1ea1t ti\u00eau chu\u1ea9n xu\u1ea5t kh\u1ea9u, SOLETKS v\u1eadn chuy\u1ec3n h\u1ec7 th\u1ed1ng nhi\u1ec7t s\u1ea1ch qua bi\u1ec3n, h\u00e0ng kh\u00f4ng, \u0111\u01b0\u1eddng s\u1eaft ho\u1eb7c chuy\u1ec3n ph\u00e1t nhanh tr\u00ean to\u00e0n th\u1ebf gi\u1edbi b\u1eb1ng c\u00e1c \u0111i\u1ec1u kho\u1ea3n Incoterms linh ho\u1ea1t. Bao b\u00ec an to\u00e0n, h\u1ed3 s\u01a1 \u0111\u1ea7y \u0111\u1ee7 v\u00e0 theo d\u00f5i theo th\u1eddi gian th\u1ef1c gi\u00fap vi\u1ec7c giao h\u00e0ng c\u1ee7a b\u1ea1n an to\u00e0n, tu\u00e2n th\u1ee7 v\u00e0 \u0111\u00fang l\u1ecbch tr\u00ecnh.\n      <\/p>\n\n      <div class=\"features-list\">\n        <div class=\"feature-item\">\n          <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n          <\/svg>\n          <p class=\"feature-text\">Bi\u1ec3n, H\u00e0ng kh\u00f4ng, \u0110\u01b0\u1eddng s\u1eaft &amp; Chuy\u1ec3n ph\u00e1t nhanh<\/p>\n        <\/div>\n        <div class=\"feature-item\">\n          <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n          <\/svg>\n          <p class=\"feature-text\">\u0110i\u1ec1u kho\u1ea3n Incoterms linh ho\u1ea1t<\/p>\n        <\/div>\n        <div class=\"feature-item\">\n          <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n          <\/svg>\n          <p class=\"feature-text\">Bao b\u00ec \u0111\u1ea1t ti\u00eau chu\u1ea9n xu\u1ea5t kh\u1ea9u<\/p>\n        <\/div>\n        <div class=\"feature-item\">\n          <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n          <\/svg>\n          <p class=\"feature-text\">Theo d\u00f5i theo th\u1eddi gian th\u1ef1c<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cta-buttons\">\n        <a href=\"#contact\" class=\"btn-primary\">\n          Y\u00eau c\u1ea7u b\u00e1o gi\u00e1 v\u1eadn chuy\u1ec3n\n          <svg class=\"btn-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n            <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n          <\/svg>\n        <\/a>\n        <a href=\"#shipping-details\" class=\"btn-secondary\">\n          T\u00ecm hi\u1ec3u th\u00eam\n          <svg class=\"btn-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n            <path d=\"M12 16v-4M12 8h.01\"\/>\n          <\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- \u53f3\u4fa7\u89c6\u89c9 -->\n    <div class=\"content-right\">\n      <div class=\"visual-container\">\n        <div class=\"deco-circles\">\n          <div class=\"deco-circle\"><\/div>\n          <div class=\"deco-circle\"><\/div>\n        <\/div>\n\n        <div class=\"shipping-cards\">\n          <!-- \u5361\u72471 - \u6d77\u8fd0 -->\n          <div class=\"shipping-card\">\n            <div class=\"card-icon-wrapper\">\n              <svg class=\"card-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n                <path d=\"M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v-2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"card-title\">V\u1eadn chuy\u1ec3n b\u1eb1ng \u0111\u01b0\u1eddng bi\u1ec3n<\/h3>\n            <p class=\"card-description\">V\u1eadn chuy\u1ec3n b\u1eb1ng \u0111\u01b0\u1eddng bi\u1ec3n ti\u1ebft ki\u1ec7m chi ph\u00ed cho kh\u1ed1i l\u01b0\u1ee3ng l\u1edbn v\u1edbi c\u00e1c t\u00f9y ch\u1ecdn container \u0111\u1ea7y \u0111\u1ee7<\/p>\n          <\/div>\n\n          <!-- \u5361\u72472 - \u7a7a\u8fd0 -->\n          <div class=\"shipping-card\">\n            <div class=\"card-icon-wrapper\">\n              <svg class=\"card-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n                <path d=\"M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"card-title\">V\u1eadn chuy\u1ec3n b\u1eb1ng \u0111\u01b0\u1eddng h\u00e0ng kh\u00f4ng<\/h3>\n            <p class=\"card-description\">Giao h\u00e0ng nhanh b\u1eb1ng \u0111\u01b0\u1eddng h\u00e0ng kh\u00f4ng cho c\u00e1c l\u00f4 h\u00e0ng kh\u1ea9n c\u1ea5p v\u1edbi x\u1eed l\u00fd \u01b0u ti\u00ean<\/p>\n          <\/div>\n\n          <!-- \u5361\u72473 - \u7efc\u5408\u7269\u6d41 -->\n          <div class=\"shipping-card\">\n            <div class=\"card-icon-wrapper\">\n              <svg class=\"card-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n                <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"card-title\">D\u1ecbch v\u1ee5 to\u00e0n di\u1ec7n<\/h3>\n            <p class=\"card-description\">Gi\u1ea3i ph\u00e1p logistics ho\u00e0n ch\u1ec9nh v\u1edbi th\u00f4ng quan h\u1ea3i quan v\u00e0 giao h\u00e0ng t\u1eadn n\u01a1i<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9e768e e-con-full e-flex e-con e-parent\" data-id=\"e9e768e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5aab2ed elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"5aab2ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Logistics Details Section -->\n<section class=\"logistics-details\" id=\"logistics-details-section\">\n  <style>\n    #logistics-details-section.logistics-details {\n      position: relative;\n      width: 100%;\n      background: #FFFFFF;\n      padding: 120px 20px;\n    }\n\n    #logistics-details-section .details-container {\n      max-width: 1400px;\n      margin: 0 auto;\n    }\n\n    \/* \u9876\u90e8\u4ecb\u7ecd *\/\n    #logistics-details-section .intro-section {\n      max-width: 900px;\n      margin: 0 auto 100px;\n    }\n\n    #logistics-details-section .section-badge {\n      display: inline-block;\n      padding: 8px 20px;\n      background: #EFF6FF;\n      color: #2563EB;\n      font-size: 13px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      border-radius: 6px;\n      margin-bottom: 24px;\n    }\n\n    #logistics-details-section .section-title {\n      font-size: 52px;\n      font-weight: 800;\n      color: #0F172A;\n      margin: 0 0 28px;\n      line-height: 1.2;\n      letter-spacing: -1.5px;\n    }\n\n    #logistics-details-section .title-highlight {\n      color: #2563EB;\n    }\n\n    #logistics-details-section .section-description {\n      font-size: 19px;\n      line-height: 1.8;\n      color: #64748B;\n      margin: 0;\n    }\n\n    \/* \u4e3b\u8981\u5185\u5bb9\u7f51\u683c *\/\n    #logistics-details-section .content-grid {\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 80px;\n      align-items: start;\n      margin-bottom: 100px;\n    }\n\n    \/* \u5de6\u4fa7\u6587\u672c\u5185\u5bb9 *\/\n    #logistics-details-section .text-content {\n      display: flex;\n      flex-direction: column;\n      gap: 48px;\n    }\n\n    #logistics-details-section .content-block {\n      padding: 0;\n    }\n\n    #logistics-details-section .block-header {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n      margin-bottom: 20px;\n    }\n\n    #logistics-details-section .block-icon {\n      width: 48px;\n      height: 48px;\n      flex-shrink: 0;\n      color: white;\n      padding: 12px;\n      border-radius: 10px;\n    }\n\n    #logistics-details-section .content-block:nth-child(1) .block-icon {\n      background: #2563EB;\n    }\n\n    #logistics-details-section .content-block:nth-child(2) .block-icon {\n      background: #FF9500;\n    }\n\n    #logistics-details-section .block-title {\n      font-size: 26px;\n      font-weight: 700;\n      color: #0F172A;\n      margin: 0;\n    }\n\n    #logistics-details-section .block-text {\n      font-size: 17px;\n      line-height: 1.8;\n      color: #64748B;\n      margin: 0 0 32px;\n    }\n\n    #logistics-details-section .stats-row {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n    }\n\n    #logistics-details-section .stat-item {\n      padding: 28px 24px;\n      background: #F8FAFC;\n      border-radius: 12px;\n      border-left: 4px solid #2563EB;\n    }\n\n    #logistics-details-section .content-block:nth-child(2) .stat-item {\n      border-left-color: #FF9500;\n    }\n\n    #logistics-details-section .stat-number {\n      font-size: 36px;\n      font-weight: 800;\n      color: #0F172A;\n      margin: 0 0 8px;\n    }\n\n    #logistics-details-section .stat-label {\n      font-size: 15px;\n      font-weight: 600;\n      color: #64748B;\n      margin: 0;\n    }\n\n    \/* \u53f3\u4fa7\u56fe\u7247\u7f51\u683c *\/\n    #logistics-details-section .image-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n      position: sticky;\n      top: 100px;\n    }\n\n    #logistics-details-section .image-item {\n      position: relative;\n      border-radius: 12px;\n      overflow: hidden;\n      aspect-ratio: 1;\n      transition: all 0.3s ease;\n    }\n\n    #logistics-details-section .image-item:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);\n    }\n\n    #logistics-details-section .image-item img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    \/* \u7279\u6027\u5217\u8868 *\/\n    #logistics-details-section .features-section {\n      background: #F8FAFC;\n      padding: 80px 60px;\n      border-radius: 16px;\n    }\n\n    #logistics-details-section .features-header {\n      text-align: center;\n      margin-bottom: 64px;\n    }\n\n    #logistics-details-section .features-title {\n      font-size: 40px;\n      font-weight: 800;\n      color: #0F172A;\n      margin: 0 0 16px;\n      letter-spacing: -1px;\n    }\n\n    #logistics-details-section .features-subtitle {\n      font-size: 18px;\n      color: #64748B;\n      margin: 0;\n    }\n\n    #logistics-details-section .features-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 32px;\n    }\n\n    #logistics-details-section .feature-card {\n      background: white;\n      border-radius: 12px;\n      padding: 36px 32px;\n      transition: all 0.3s ease;\n      border: 2px solid transparent;\n    }\n\n    #logistics-details-section .feature-card:hover {\n      border-color: #2563EB;\n      transform: translateY(-4px);\n      box-shadow: 0 12px 32px rgba(37, 99, 235, 0.1);\n    }\n\n    #logistics-details-section .feature-card:nth-child(even):hover {\n      border-color: #FF9500;\n      box-shadow: 0 12px 32px rgba(255, 149, 0, 0.1);\n    }\n\n    #logistics-details-section .feature-icon-wrapper {\n      width: 56px;\n      height: 56px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 24px;\n    }\n\n    #logistics-details-section .feature-card:nth-child(odd) .feature-icon-wrapper {\n      background: #2563EB;\n    }\n\n    #logistics-details-section .feature-card:nth-child(even) .feature-icon-wrapper {\n      background: #FF9500;\n    }\n\n    #logistics-details-section .feature-icon {\n      width: 28px;\n      height: 28px;\n      color: white;\n    }\n\n    #logistics-details-section .feature-title {\n      font-size: 19px;\n      font-weight: 700;\n      color: #0F172A;\n      margin: 0 0 12px;\n    }\n\n    #logistics-details-section .feature-description {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #64748B;\n      margin: 0;\n    }\n\n    \/* \u54cd\u5e94\u5f0f *\/\n    @media (max-width: 1200px) {\n      #logistics-details-section .content-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 60px;\n      }\n    }\n\n    @media (max-width: 968px) {\n      #logistics-details-section.logistics-details {\n        padding: 80px 20px;\n      }\n\n      #logistics-details-section .section-title {\n        font-size: 42px;\n      }\n\n      #logistics-details-section .content-grid {\n        grid-template-columns: 1fr;\n        gap: 60px;\n      }\n\n      #logistics-details-section .image-grid {\n        position: static;\n        order: -1;\n      }\n\n      #logistics-details-section .features-section {\n        padding: 60px 40px;\n      }\n\n      #logistics-details-section .features-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 640px) {\n      #logistics-details-section.logistics-details {\n        padding: 60px 15px;\n      }\n\n      #logistics-details-section .intro-section {\n        margin-bottom: 60px;\n      }\n\n      #logistics-details-section .section-title {\n        font-size: 34px;\n      }\n\n      #logistics-details-section .section-description {\n        font-size: 17px;\n      }\n\n      #logistics-details-section .text-content {\n        gap: 40px;\n      }\n\n      #logistics-details-section .block-title {\n        font-size: 22px;\n      }\n\n      #logistics-details-section .stats-row {\n        grid-template-columns: 1fr;\n      }\n\n      #logistics-details-section .image-grid {\n        grid-template-columns: 1fr;\n        gap: 12px;\n      }\n\n      #logistics-details-section .features-section {\n        padding: 50px 24px;\n      }\n\n      #logistics-details-section .features-title {\n        font-size: 32px;\n      }\n\n      #logistics-details-section .features-grid {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n\n      #logistics-details-section .feature-card {\n        padding: 28px 24px;\n      }\n    }\n  <\/style>\n\n  <div class=\"details-container\">\n    <!-- \u9876\u90e8\u4ecb\u7ecd -->\n    <div class=\"intro-section\">\n      <div class=\"section-badge\">Ch\u1ea5t l\u01b0\u1ee3ng logistics xu\u1ea5t s\u1eafc<\/div>\n\n      <h2 class=\"section-title\">\n        \u0110\u00e1ng tin c\u1eady <span class=\"title-highlight\">V\u1eadn chuy\u1ec3n To\u00e0n C\u1ea7u<\/span> \u0110\u1ed1i t\u00e1c\n      <\/h2>\n\n      <p class=\"section-description\">\n        SOLETKS h\u1ee3p t\u00e1c v\u1edbi c\u00e1c \u0111\u1ed1i t\u00e1c logistics c\u00f3 kinh nghi\u1ec7m t\u1ea1i Vi\u1ec7t Nam v\u00e0 to\u00e0n c\u1ea7u \u0111\u1ec3 v\u1eadn chuy\u1ec3n c\u00e1c h\u1ec7 th\u1ed1ng n\u0103ng l\u01b0\u1ee3ng nhi\u1ec7t s\u1ea1ch d\u1ea1ng t\u1ea5m ph\u1eb3ng c\u1ee7a b\u1ea1n m\u1ed9t c\u00e1ch an to\u00e0n v\u00e0 hi\u1ec7u qu\u1ea3. T\u1eeb \u0111\u00f3ng g\u00f3i xu\u1ea5t kh\u1ea9u \u0111\u1ebfn ph\u1ed1i h\u1ee3p v\u1eadn chuy\u1ec3n cu\u1ed1i c\u00f9ng, m\u1ecdi thi\u1ebft b\u1ecb \u0111\u1ec1u \u0111\u01b0\u1ee3c b\u1ea3o v\u1ec7 b\u1eb1ng h\u1ed9p ch\u1ed1ng s\u1ed1c, m\u00e0ng ch\u1eafn \u0111\u1ed9 \u1ea9m v\u00e0 c\u00e1c th\u00e0nh ph\u1ea7n \u0111\u00e3 \u0111\u01b0\u1ee3c hi\u1ec7u ch\u1ec9nh kh\u00f3a ch\u1eb7t \u0111\u1ec3 v\u1eadn chuy\u1ec3n.\n      <\/p>\n    <\/div>\n\n    <!-- \u4e3b\u8981\u5185\u5bb9\u7f51\u683c -->\n    <div class=\"content-grid\">\n      <!-- \u5de6\u4fa7\u6587\u672c\u5185\u5bb9 -->\n      <div class=\"text-content\">\n        <!-- \u5185\u5bb9\u57571 -->\n        <div class=\"content-block\">\n          <div class=\"block-header\">\n            <svg class=\"block-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n            <\/svg>\n            <h3 class=\"block-title\">Gi\u1ea3i ph\u00e1p v\u1eadn chuy\u1ec3n linh ho\u1ea1t<\/h3>\n          <\/div>\n          <p class=\"block-text\">\n            Ch\u00fang t\u00f4i cung c\u1ea5p c\u00e1c \u0111i\u1ec1u kho\u1ea3n Incoterms linh ho\u1ea1t (EXW, FOB, CIF, DDP) v\u00e0 c\u00e1c ph\u01b0\u01a1ng th\u1ee9c v\u1eadn chuy\u1ec3n\u2014\u0111\u01b0\u1eddng bi\u1ec3n, h\u00e0ng kh\u00f4ng, \u0111\u01b0\u1eddng s\u1eaft, v\u00e0 chuy\u1ec3n ph\u00e1t nhanh\u2014\u0111\u1ec3 b\u1ea1n c\u00f3 th\u1ec3 c\u00e2n b\u1eb1ng th\u1eddi gian giao h\u00e0ng v\u00e0 chi ph\u00ed. M\u1ee5c ti\u00eau c\u1ee7a ch\u00fang t\u00f4i \u0111\u01a1n gi\u1ea3n: cung c\u1ea5p h\u1ec7 th\u1ed1ng ch\u1ea5t l\u01b0\u1ee3ng h\u00e0ng \u0111\u1ea7u, gi\u1ea3m thi\u1ec3u r\u1ee7i ro logistics, v\u00e0 gi\u00fap d\u1ef1 \u00e1n c\u1ee7a b\u1ea1n m\u1edf r\u1ed9ng m\u1ed9t c\u00e1ch t\u1ef1 tin.\n          <\/p>\n          <div class=\"stats-row\">\n            <div class=\"stat-item\">\n              <p class=\"stat-number\">100+<\/p>\n              <p class=\"stat-label\">Qu\u1ed1c Gia \u0110\u01b0\u1ee3c Ph\u1ee5c V\u1ee5<\/p>\n            <\/div>\n            <div class=\"stat-item\">\n              <p class=\"stat-number\">H\u00e0ng th\u00e1ng<\/p>\n              <p class=\"stat-label\">H\u00e0ng tr\u0103m l\u00f4 h\u00e0ng<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- \u5185\u5bb9\u57572 -->\n        <div class=\"content-block\">\n          <div class=\"block-header\">\n            <svg class=\"block-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z\"\/>\n            <\/svg>\n            <h3 class=\"block-title\">H\u1ed7 tr\u1ee3 c\u00e1c d\u1ef1 \u00e1n to\u00e0n c\u1ea7u<\/h3>\n          <\/div>\n          <p class=\"block-text\">\n            Ch\u00fang t\u00f4i g\u1eedi h\u00e0ng tr\u0103m l\u00f4 m\u1ed7i th\u00e1ng \u0111\u1ebfn h\u01a1n 100 qu\u1ed1c gia, h\u1ed7 tr\u1ee3 c\u00e1c nh\u00e0 th\u1ea7u EPC, nh\u00e0 ph\u00e2n ph\u1ed1i v\u00e0 ng\u01b0\u1eddi d\u00f9ng cu\u1ed1i. M\u1ed7i l\u1ea7n giao h\u00e0ng \u0111\u1ec1u \u0111\u01b0\u1ee3c h\u1ed7 tr\u1ee3 b\u1eb1ng t\u00e0i li\u1ec7u \u0111\u1ea7y \u0111\u1ee7, theo d\u00f5i theo th\u1eddi gian th\u1ef1c v\u00e0 c\u1eadp nh\u1eadt c\u00e1c m\u1ed1c quan tr\u1ecdng m\u1ed9t c\u00e1ch ch\u1ee7 \u0111\u1ed9ng \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o d\u1ef1 \u00e1n c\u1ee7a b\u1ea1n \u0111\u00fang ti\u1ebfn \u0111\u1ed9.\n          <\/p>\n        <\/div>\n      <\/div>\n\n      <!-- \u53f3\u4fa7\u56fe\u7247\u7f51\u683c -->\n      <div class=\"image-grid\">\n        <div class=\"image-item\">\n          <img height=\"1707\" width=\"1280\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/518955498_771287521995072_2442708020814777762_n.jpg\" alt=\"Export Packaging\" loading=\"lazy\">\n        <\/div>\n        <div class=\"image-item\">\n          <img height=\"960\" width=\"1280\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/531710622_790694410054383_4962768582794749194_n.jpg\" alt=\"Container Loading\" loading=\"lazy\">\n        <\/div>\n        <div class=\"image-item\">\n          <img height=\"1536\" width=\"2048\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/571653557_853762997080857_752229914828523357_n.jpg\" alt=\"Quality Control\" loading=\"lazy\">\n        <\/div>\n        <div class=\"image-item\">\n          <img height=\"1706\" width=\"1279\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/573018572_853764263747397_1934473690045682977_n.jpg\" alt=\"Shipping Documentation\" loading=\"lazy\">\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u7279\u6027\u5217\u8868 -->\n    <div class=\"features-section\">\n      <div class=\"features-header\">\n        <h3 class=\"features-title\">C\u00e1c m\u1ee5c ch\u00ednh bao g\u1ed3m<\/h3>\n        <p class=\"features-subtitle\">H\u1ed7 tr\u1ee3 logistics to\u00e0n di\u1ec7n cho m\u1ecdi l\u00f4 h\u00e0ng<\/p>\n      <\/div>\n\n      <div class=\"features-grid\">\n        <div class=\"feature-card\">\n          <div class=\"feature-icon-wrapper\">\n            <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\/>\n            <\/svg>\n          <\/div>\n          <h4 class=\"feature-title\">Bao b\u00ec \u0111\u1ea1t ti\u00eau chu\u1ea9n xu\u1ea5t kh\u1ea9u<\/h4>\n          <p class=\"feature-description\">H\u1ed9p g\u1ed7 ch\u1ed1ng s\u1ed1c v\u1edbi ch\u1ea5t h\u00fat \u1ea9m v\u00e0 ch\u1ec9 b\u00e1o nghi\u00eang\/s\u1ed1c \u0111\u1ec3 b\u1ea3o v\u1ec7 t\u1ed1i \u0111a<\/p>\n        <\/div>\n\n        <div class=\"feature-card\">\n          <div class=\"feature-icon-wrapper\">\n            <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z\"\/>\n            <\/svg>\n          <\/div>\n          <h4 class=\"feature-title\">T\u00e0i li\u1ec7u \u0111\u1ea7y \u0111\u1ee7<\/h4>\n          <p class=\"feature-description\">Danh s\u00e1ch \u0111\u00f3ng g\u00f3i ph\u00f9 h\u1ee3p theo serial v\u00e0 ch\u1ee9ng nh\u1eadn QA \u0111\u1ec3 \u0111\u1ea3m b\u1ea3o truy xu\u1ea5t ngu\u1ed3n g\u1ed1c \u0111\u1ea7y \u0111\u1ee7<\/p>\n        <\/div>\n\n        <div class=\"feature-card\">\n          <div class=\"feature-icon-wrapper\">\n            <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n            <\/svg>\n          <\/div>\n          <h4 class=\"feature-title\">H\u1ed7 tr\u1ee3 h\u1ea3i quan<\/h4>\n          <p class=\"feature-description\">Ch\u1ee9ng ch\u1ec9 CE\/ISO, m\u00e3 HS, v\u00e0 t\u00e0i li\u1ec7u MSDS khi \u00e1p d\u1ee5ng<\/p>\n        <\/div>\n\n        <div class=\"feature-card\">\n          <div class=\"feature-icon-wrapper\">\n            <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n            <\/svg>\n          <\/div>\n          <h4 class=\"feature-title\">Theo d\u00f5i theo th\u1eddi gian th\u1ef1c<\/h4>\n          <p class=\"feature-description\">C\u1eadp nh\u1eadt c\u00e1c m\u1ed1c quan tr\u1ecdng ch\u1ee7 \u0111\u1ed9ng v\u00e0 theo d\u00f5i tr\u1ef1c ti\u1ebfp su\u1ed1t h\u00e0nh tr\u00ecnh<\/p>\n        <\/div>\n\n        <div class=\"feature-card\">\n          <div class=\"feature-icon-wrapper\">\n            <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n            <\/svg>\n          <\/div>\n          <h4 class=\"feature-title\">C\u00e1c ph\u01b0\u01a1ng th\u1ee9c v\u1eadn chuy\u1ec3n linh ho\u1ea1t<\/h4>\n          <p class=\"feature-description\">T\u00f9y ch\u1ecdn \u0111\u01b0\u1eddng bi\u1ec3n, h\u00e0ng kh\u00f4ng, \u0111\u01b0\u1eddng s\u1eaft v\u00e0 chuy\u1ec3n ph\u00e1t nhanh \u0111\u1ec3 c\u00e2n b\u1eb1ng chi ph\u00ed v\u00e0 th\u1eddi gian giao h\u00e0ng<\/p>\n        <\/div>\n\n        <div class=\"feature-card\">\n          <div class=\"feature-icon-wrapper\">\n            <svg class=\"feature-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 11H7V9h2v2zm4 0h-2V9h2v2zm4 0h-2V9h2v2z\"\/>\n            <\/svg>\n          <\/div>\n          <h4 class=\"feature-title\">B\u1ed9 d\u1ee5ng c\u1ee5 l\u1eafp \u0111\u1eb7t<\/h4>\n          <p class=\"feature-description\">Bao g\u1ed3m b\u1ed9 d\u1ee5ng c\u1ee5 s\u1eb5n s\u00e0ng l\u1eafp \u0111\u1eb7t v\u00e0 ph\u1ee5 t\u00f9ng d\u1ef1 ph\u00f2ng t\u00f9y ch\u1ecdn<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0e151d e-con-full e-flex e-con e-parent\" data-id=\"e0e151d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5aeee66 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"5aeee66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Shipping Terms Section -->\n<section class=\"shipping-terms\" id=\"shipping-terms-section\">\n  <style>\n    #shipping-terms-section.shipping-terms {\n      position: relative;\n      width: 100%;\n      background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);\n      padding: 140px 20px;\n      overflow: hidden;\n    }\n\n    \/* \u80cc\u666f\u88c5\u9970 *\/\n    #shipping-terms-section::before {\n      content: '';\n      position: absolute;\n      top: -200px;\n      right: -200px;\n      width: 600px;\n      height: 600px;\n      background: radial-gradient(circle, rgba(37, 99, 235, 0.03) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    #shipping-terms-section::after {\n      content: '';\n      position: absolute;\n      bottom: -150px;\n      left: -150px;\n      width: 500px;\n      height: 500px;\n      background: radial-gradient(circle, rgba(255, 149, 0, 0.03) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    #shipping-terms-section .terms-container {\n      max-width: 1300px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* \u9876\u90e8\u4ecb\u7ecd *\/\n    #shipping-terms-section .intro-section {\n      max-width: 800px;\n      margin: 0 auto 100px;\n      text-align: center;\n    }\n\n    #shipping-terms-section .section-label {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 20px;\n      background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);\n      border-radius: 50px;\n      margin-bottom: 24px;\n    }\n\n    #shipping-terms-section .label-dot {\n      width: 8px;\n      height: 8px;\n      background: #2563EB;\n      border-radius: 50%;\n      animation: pulse 2s ease-in-out infinite;\n    }\n\n    @keyframes pulse {\n      0%, 100% { opacity: 1; transform: scale(1); }\n      50% { opacity: 0.6; transform: scale(0.9); }\n    }\n\n    #shipping-terms-section .label-text {\n      font-size: 13px;\n      font-weight: 700;\n      color: #2563EB;\n      text-transform: uppercase;\n      letter-spacing: 1.2px;\n    }\n\n    #shipping-terms-section .section-title {\n      font-size: 56px;\n      font-weight: 900;\n      color: #0F172A;\n      margin: 0 0 28px;\n      line-height: 1.1;\n      letter-spacing: -2px;\n    }\n\n    #shipping-terms-section .section-subtitle {\n      font-size: 19px;\n      line-height: 1.7;\n      color: #64748B;\n      margin: 0 0 32px;\n    }\n\n    #shipping-terms-section .info-card {\n      display: inline-flex;\n      align-items: flex-start;\n      gap: 16px;\n      padding: 24px 32px;\n      background: white;\n      border-radius: 16px;\n      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);\n      text-align: left;\n      max-width: 600px;\n    }\n\n    #shipping-terms-section .info-icon {\n      width: 24px;\n      height: 24px;\n      color: #FF9500;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n\n    #shipping-terms-section .info-text {\n      font-size: 16px;\n      line-height: 1.6;\n      color: #475569;\n      margin: 0;\n    }\n\n    #shipping-terms-section .info-text strong {\n      color: #0F172A;\n      font-weight: 700;\n    }\n\n    \/* \u6761\u6b3e\u5361\u7247\u7f51\u683c *\/\n    #shipping-terms-section .terms-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n      margin-bottom: 100px;\n    }\n\n    #shipping-terms-section .term-card {\n      position: relative;\n      background: white;\n      border-radius: 20px;\n      padding: 40px;\n      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);\n      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n      overflow: hidden;\n    }\n\n    #shipping-terms-section .term-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 6px;\n      background: linear-gradient(90deg, #2563EB 0%, #3B82F6 100%);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    #shipping-terms-section .term-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);\n    }\n\n    #shipping-terms-section .term-card:hover::before {\n      transform: scaleX(1);\n    }\n\n    #shipping-terms-section .term-card.featured {\n      background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);\n      grid-column: span 2;\n    }\n\n    #shipping-terms-section .term-card.featured::before {\n      background: linear-gradient(90deg, #FF9500 0%, #F59E0B 100%);\n    }\n\n    #shipping-terms-section .term-card.accent::before {\n      background: linear-gradient(90deg, #FF9500 0%, #F59E0B 100%);\n    }\n\n    #shipping-terms-section .term-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 24px;\n    }\n\n    #shipping-terms-section .term-name {\n      display: flex;\n      align-items: baseline;\n      gap: 12px;\n    }\n\n    #shipping-terms-section .term-code {\n      font-size: 32px;\n      font-weight: 900;\n      color: #0F172A;\n      letter-spacing: -1px;\n    }\n\n    #shipping-terms-section .term-card.featured .term-code {\n      color: white;\n    }\n\n    #shipping-terms-section .term-full {\n      font-size: 14px;\n      font-weight: 600;\n      color: #94A3B8;\n    }\n\n    #shipping-terms-section .term-card.featured .term-full {\n      color: rgba(255, 255, 255, 0.7);\n    }\n\n    #shipping-terms-section .term-badge {\n      padding: 8px 16px;\n      background: #EFF6FF;\n      color: #2563EB;\n      font-size: 12px;\n      font-weight: 800;\n      border-radius: 8px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    #shipping-terms-section .term-card.featured .term-badge {\n      background: rgba(255, 255, 255, 0.2);\n      color: white;\n      backdrop-filter: blur(10px);\n    }\n\n    #shipping-terms-section .term-card.accent .term-badge {\n      background: #FFF7ED;\n      color: #FF9500;\n    }\n\n    #shipping-terms-section .term-description {\n      font-size: 17px;\n      line-height: 1.7;\n      color: #64748B;\n      margin: 0;\n    }\n\n    #shipping-terms-section .term-card.featured .term-description {\n      color: rgba(255, 255, 255, 0.9);\n      font-size: 18px;\n    }\n\n    \/* \u5305\u88c5\u4fe1\u606f\u533a *\/\n    #shipping-terms-section .packing-wrapper {\n      position: relative;\n      background: white;\n      border-radius: 24px;\n      padding: 80px 70px;\n      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);\n    }\n\n    #shipping-terms-section .packing-header {\n      text-align: center;\n      margin-bottom: 64px;\n    }\n\n    #shipping-terms-section .packing-title {\n      font-size: 40px;\n      font-weight: 900;\n      color: #0F172A;\n      margin: 0 0 16px;\n      letter-spacing: -1.5px;\n    }\n\n    #shipping-terms-section .packing-subtitle {\n      font-size: 17px;\n      color: #64748B;\n      margin: 0;\n    }\n\n    #shipping-terms-section .packing-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 48px;\n    }\n\n    #shipping-terms-section .packing-item {\n      position: relative;\n      padding-left: 32px;\n    }\n\n    #shipping-terms-section .packing-item::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 4px;\n      height: 100%;\n      background: linear-gradient(180deg, #2563EB 0%, #3B82F6 100%);\n      border-radius: 4px;\n    }\n\n    #shipping-terms-section .packing-item:nth-child(2)::before {\n      background: linear-gradient(180deg, #FF9500 0%, #F59E0B 100%);\n    }\n\n    #shipping-terms-section .packing-item:nth-child(3)::before {\n      background: linear-gradient(180deg, #10B981 0%, #059669 100%);\n    }\n\n    #shipping-terms-section .packing-item h4 {\n      font-size: 20px;\n      font-weight: 800;\n      color: #0F172A;\n      margin: 0 0 20px;\n      letter-spacing: -0.5px;\n    }\n\n    #shipping-terms-section .packing-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    #shipping-terms-section .packing-list li {\n      font-size: 16px;\n      line-height: 1.6;\n      color: #64748B;\n      padding-left: 28px;\n      position: relative;\n    }\n\n    #shipping-terms-section .packing-list li::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 9px;\n      width: 6px;\n      height: 6px;\n      background: #2563EB;\n      border-radius: 50%;\n    }\n\n    #shipping-terms-section .packing-item:nth-child(2) .packing-list li::before {\n      background: #FF9500;\n    }\n\n    #shipping-terms-section .packing-item:nth-child(3) .packing-list li::before {\n      background: #10B981;\n    }\n\n    \/* \u54cd\u5e94\u5f0f *\/\n    @media (max-width: 1024px) {\n      #shipping-terms-section.shipping-terms {\n        padding: 100px 20px;\n      }\n\n      #shipping-terms-section .section-title {\n        font-size: 44px;\n      }\n\n      #shipping-terms-section .terms-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #shipping-terms-section .term-card.featured {\n        grid-column: span 1;\n      }\n\n      #shipping-terms-section .packing-wrapper {\n        padding: 60px 50px;\n      }\n\n      #shipping-terms-section .packing-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      #shipping-terms-section.shipping-terms {\n        padding: 80px 15px;\n      }\n\n      #shipping-terms-section .intro-section {\n        margin-bottom: 60px;\n      }\n\n      #shipping-terms-section .section-title {\n        font-size: 36px;\n      }\n\n      #shipping-terms-section .section-subtitle {\n        font-size: 17px;\n      }\n\n      #shipping-terms-section .info-card {\n        padding: 20px 24px;\n      }\n\n      #shipping-terms-section .terms-grid {\n        gap: 20px;\n        margin-bottom: 60px;\n      }\n\n      #shipping-terms-section .term-card {\n        padding: 32px 28px;\n      }\n\n      #shipping-terms-section .term-code {\n        font-size: 26px;\n      }\n\n      #shipping-terms-section .packing-wrapper {\n        padding: 50px 28px;\n        border-radius: 20px;\n      }\n\n      #shipping-terms-section .packing-title {\n        font-size: 30px;\n      }\n\n      #shipping-terms-section .packing-header {\n        margin-bottom: 48px;\n      }\n\n      #shipping-terms-section .packing-item {\n        padding-left: 24px;\n      }\n    }\n  <\/style>\n\n  <div class=\"terms-container\">\n    <!-- \u9876\u90e8\u4ecb\u7ecd -->\n    <div class=\"intro-section\">\n      <div class=\"section-label\">\n        <span class=\"label-dot\"><\/span>\n        <span class=\"label-text\">\u0110i\u1ec1u kho\u1ea3n v\u1eadn chuy\u1ec3n<\/span>\n      <\/div>\n\n      <h2 class=\"section-title\">Ch\u1ecdn Incoterm c\u1ee7a b\u1ea1n<\/h2>\n\n      <p class=\"section-subtitle\">\n        T\u1ea1i SOLETKS, b\u00e1o gi\u00e1 c\u1ee7a ch\u00fang t\u00f4i th\u01b0\u1eddng d\u1ef1a tr\u00ean FOB (c\u1ea3ng Trung Qu\u1ed1c). N\u1ebfu b\u1ea1n th\u00edch c\u00e1c Incoterm kh\u00e1c\u2014EXW, CFR, CIF ho\u1eb7c DDP\u2014vui l\u00f2ng cho ch\u00fang t\u00f4i bi\u1ebft trong giai \u0111o\u1ea1n y\u00eau c\u1ea7u b\u00e1o gi\u00e1 v\u00e0 ch\u00fang t\u00f4i s\u1ebd \u0111i\u1ec1u ch\u1ec9nh gi\u00e1 c\u1ea3 v\u00e0 logistics ph\u00f9 h\u1ee3p.\n      <\/p>\n\n      <div class=\"info-card\">\n        <svg class=\"info-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n          <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\n        <\/svg>\n        <p class=\"info-text\">\n          <strong>D\u00e0nh cho c\u00e1c d\u1ef1 \u00e1n ch\u00eca kh\u00f3a trao tay:<\/strong> Ch\u00fang t\u00f4i cung c\u1ea5p d\u1ecbch v\u1ee5 giao h\u00e0ng t\u1eadn n\u01a1i \u0111\u00e1ng tin c\u1eady cho c\u00e1c b\u1ed9 thu nhi\u1ec7t d\u1ea1ng t\u1ea5m ph\u1eb3ng, b\u00ecnh ch\u1ee9a v\u00e0 h\u1ec7 th\u1ed1ng nhi\u1ec7t ho\u00e0n ch\u1ec9nh.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- \u6761\u6b3e\u5361\u7247 -->\n    <div class=\"terms-grid\">\n      <!-- EXW -->\n      <div class=\"term-card accent\">\n        <div class=\"term-header\">\n          <div class=\"term-name\">\n            <span class=\"term-code\">EXW<\/span>\n            <span class=\"term-full\">Xu\u1ea5t x\u01b0\u1edfng<\/span>\n          <\/div>\n          <span class=\"term-badge\">Th\u1ea5p nh\u1ea5t<\/span>\n        <\/div>\n        <p class=\"term-description\">\n          L\u1ea5y h\u00e0ng t\u1ea1i nh\u00e0 m\u00e1y c\u1ee7a ch\u00fang t\u00f4i. Gi\u00e1 \u0111\u01a1n v\u1ecb th\u1ea5p nh\u1ea5t; b\u1ea1n t\u1ef1 x\u1eed l\u00fd v\u1eadn chuy\u1ec3n, b\u1ea3o hi\u1ec3m v\u00e0 r\u1ee7i ro t\u1eeb c\u1eeda c\u1ee7a ch\u00fang t\u00f4i.\n        <\/p>\n      <\/div>\n\n      <!-- FOB - Featured -->\n      <div class=\"term-card featured\">\n        <div class=\"term-header\">\n          <div class=\"term-name\">\n            <span class=\"term-code\">FOB<\/span>\n            <span class=\"term-full\">Giao h\u00e0ng l\u00ean t\u00e0u<\/span>\n          <\/div>\n          <span class=\"term-badge\">Ph\u1ed5 bi\u1ebfn nh\u1ea5t<\/span>\n        <\/div>\n        <p class=\"term-description\">\n          Ch\u00fang t\u00f4i x\u1eed l\u00fd th\u1ee7 t\u1ee5c xu\u1ea5t kh\u1ea9u v\u00e0 x\u1ebfp h\u00e0ng t\u1ea1i c\u1ea3ng Trung Qu\u1ed1c. B\u1ea1n s\u1eafp x\u1ebfp v\u1eadn chuy\u1ec3n \u0111\u01b0\u1eddng bi\u1ec3n, b\u1ea3o hi\u1ec3m v\u00e0 ph\u00ed t\u1ea1i \u0111i\u1ec3m \u0111\u1ebfn. \u0110\u00e2y l\u00e0 c\u01a1 s\u1edf b\u00e1o gi\u00e1 ti\u00eau chu\u1ea9n c\u1ee7a ch\u00fang t\u00f4i.\n        <\/p>\n      <\/div>\n\n      <!-- CFR -->\n      <div class=\"term-card\">\n        <div class=\"term-header\">\n          <div class=\"term-name\">\n            <span class=\"term-code\">CFR<\/span>\n            <span class=\"term-full\">Gi\u00e1 th\u00e0nh v\u00e0 c\u01b0\u1edbc ph\u00ed<\/span>\n          <\/div>\n        <\/div>\n        <p class=\"term-description\">\n          Ch\u00fang t\u00f4i tr\u1ea3 c\u01b0\u1edbc v\u1eadn chuy\u1ec3n \u0111\u01b0\u1eddng bi\u1ec3n \u0111\u1ebfn c\u1ea3ng \u0111\u00edch c\u1ee7a b\u1ea1n. B\u1ea1n s\u1eafp x\u1ebfp b\u1ea3o hi\u1ec3m v\u00e0 ph\u00ed t\u1ea1i c\u1ea3ng\/ x\u1eed l\u00fd \u0111\u1ecba ph\u01b0\u01a1ng.\n        <\/p>\n      <\/div>\n\n      <!-- CIF -->\n      <div class=\"term-card\">\n        <div class=\"term-header\">\n          <div class=\"term-name\">\n            <span class=\"term-code\">CIF<\/span>\n            <span class=\"term-full\">Gi\u00e1 th\u00e0nh, B\u1ea3o hi\u1ec3m, C\u01b0\u1edbc ph\u00ed<\/span>\n          <\/div>\n        <\/div>\n        <p class=\"term-description\">\n          Ch\u00fang t\u00f4i bao g\u1ed3m c\u01b0\u1edbc v\u1eadn chuy\u1ec3n \u0111\u01b0\u1eddng bi\u1ec3n v\u00e0 b\u1ea3o hi\u1ec3m h\u00e0ng h\u00f3a c\u01a1 b\u1ea3n \u0111\u1ebfn c\u1ea3ng c\u1ee7a b\u1ea1n. B\u1ea1n x\u1eed l\u00fd giao h\u00e0ng \u0111\u1ebfn \u0111i\u1ec3m \u0111\u1ebfn v\u00e0 v\u1eadn chuy\u1ec3n n\u1ed9i \u0111\u1ecba.\n        <\/p>\n      <\/div>\n\n      <!-- DDP -->\n      <div class=\"term-card accent\">\n        <div class=\"term-header\">\n          <div class=\"term-name\">\n            <span class=\"term-code\">DDP<\/span>\n            <span class=\"term-full\">Giao h\u00e0ng \u0111\u00e3 tr\u1ea3 thu\u1ebf<\/span>\n          <\/div>\n          <span class=\"term-badge\">Ch\u00eca kh\u00f3a trao tay<\/span>\n        <\/div>\n        <p class=\"term-description\">\n          Giao h\u00e0ng tr\u1ecdn g\u00f3i \u0111\u1ebfn \u0111\u1ecba \u0111i\u1ec3m c\u1ee7a b\u1ea1n, bao g\u1ed3m thu\u1ebf nh\u1eadp kh\u1ea9u\u2014l\u00fd t\u01b0\u1edfng cho c\u00e1c d\u1ef1 \u00e1n c\u1ea7n th\u1eddi gian g\u1ea5p ho\u1eb7c tri\u1ec3n khai EPC\/ch\u00eca kh\u00f3a trao tay.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- \u5305\u88c5\u4fe1\u606f -->\n    <div class=\"packing-wrapper\">\n      <div class=\"packing-header\">\n        <h3 class=\"packing-title\">Bao b\u00ec ch\u1ea5t l\u01b0\u1ee3ng N\u0103ng l\u01b0\u1ee3ng M\u1eb7t tr\u1eddi\u2013Nhi\u1ec7t<\/h3>\n        <p class=\"packing-subtitle\">Bao b\u00ec chuy\u00ean nghi\u1ec7p v\u00e0 t\u00e0i li\u1ec7u \u0111\u1ea7y \u0111\u1ee7 cho m\u1ed7i l\u00f4 h\u00e0ng<\/p>\n      <\/div>\n\n      <div class=\"packing-grid\">\n        <div class=\"packing-item\">\n          <h4>Bao b\u00ec b\u1ea3o v\u1ec7<\/h4>\n          <ul class=\"packing-list\">\n            <li>G\u1ed7 \u0111\u00f3ng ki\u1ec7n an to\u00e0n b\u1eb1ng k\u00ednh \u00edt s\u1eaft<\/li>\n            <li>Ch\u1ea5t h\u00fat \u1ea9m<\/li>\n            <li>Ch\u1ec9 th\u1ecb nghi\u00eang v\u00e0 s\u1ed1c<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"packing-item\">\n          <h4>T\u00e0i li\u1ec7u<\/h4>\n          <ul class=\"packing-list\">\n            <li>Danh s\u00e1ch \u0111\u00f3ng g\u00f3i ph\u00f9 h\u1ee3p theo s\u1ed1 s\u00ea-ri<\/li>\n            <li>Ch\u1ee9ng ch\u1ec9 ISO 9806\/Keymark\/SRCC<\/li>\n            <li>M\u00e3 HS \u0111\u1ec3 th\u00f4ng quan h\u1ea3i quan<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"packing-item\">\n          <h4>L\u1ef1a ch\u1ecdn b\u1ed9 linh ki\u1ec7n t\u00f9y ch\u1ecdn<\/h4>\n          <ul class=\"packing-list\">\n            <li>B\u1ed9 linh ki\u1ec7n s\u1eb5n s\u00e0ng l\u1eafp \u0111\u1eb7t<\/li>\n            <li>M\u00e1y b\u01a1m, b\u1ed9 \u0111i\u1ec1u khi\u1ec3n v\u00e0 van<\/li>\n            <li>V\u1eadt li\u1ec7u c\u00e1ch nhi\u1ec7t v\u00e0 ph\u1ee5 t\u00f9ng thay th\u1ebf<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e96fe3c e-con-full e-flex e-con e-parent\" data-id=\"e96fe3c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad7103f elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"ad7103f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!-- Shipping Methods Section -->\n<section class=\"shipping-methods\" id=\"shipping-methods-section\">\n  <style>\n    #shipping-methods-section.shipping-methods {\n      position: relative;\n      width: 100%;\n      background: #FFFFFF;\n      padding: 140px 20px;\n      overflow: hidden;\n    }\n\n    \/* \u80cc\u666f\u88c5\u9970 *\/\n    #shipping-methods-section::before {\n      content: '';\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 1200px;\n      height: 1200px;\n      background: radial-gradient(circle, rgba(37, 99, 235, 0.02) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    #shipping-methods-section .methods-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* \u9876\u90e8\u4ecb\u7ecd *\/\n    #shipping-methods-section .intro-wrapper {\n      text-align: center;\n      max-width: 900px;\n      margin: 0 auto 80px;\n    }\n\n    #shipping-methods-section .section-label {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 20px;\n      background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);\n      border-radius: 50px;\n      margin-bottom: 24px;\n    }\n\n    #shipping-methods-section .label-icon {\n      width: 16px;\n      height: 16px;\n      color: #FF9500;\n    }\n\n    #shipping-methods-section .label-text {\n      font-size: 13px;\n      font-weight: 700;\n      color: #FF9500;\n      text-transform: uppercase;\n      letter-spacing: 1.2px;\n    }\n\n    #shipping-methods-section .section-title {\n      font-size: 56px;\n      font-weight: 900;\n      color: #0F172A;\n      margin: 0 0 28px;\n      line-height: 1.1;\n      letter-spacing: -2px;\n    }\n\n    #shipping-methods-section .section-description {\n      font-size: 19px;\n      line-height: 1.7;\n      color: #64748B;\n      margin: 0;\n    }\n\n    \/* \u7269\u6d41\u65b9\u5f0f\u7f51\u683c - \u4e00\u884c5\u5217 *\/\n    #shipping-methods-section .methods-grid {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 24px;\n      margin-bottom: 80px;\n    }\n\n    #shipping-methods-section .method-card {\n      position: relative;\n      background: white;\n      border: 2px solid #F1F5F9;\n      border-radius: 20px;\n      padding: 40px 24px;\n      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n      cursor: pointer;\n      overflow: hidden;\n    }\n\n    #shipping-methods-section .method-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);\n      opacity: 0;\n      transition: opacity 0.4s ease;\n      z-index: 0;\n    }\n\n    #shipping-methods-section .method-card:hover {\n      transform: translateY(-12px);\n      border-color: transparent;\n      box-shadow: 0 24px 56px rgba(37, 99, 235, 0.2);\n    }\n\n    #shipping-methods-section .method-card:hover::before {\n      opacity: 1;\n    }\n\n    #shipping-methods-section .method-content {\n      position: relative;\n      z-index: 1;\n      text-align: center;\n    }\n\n    #shipping-methods-section .method-icon-wrapper {\n      width: 70px;\n      height: 70px;\n      margin: 0 auto 24px;\n      background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);\n      border-radius: 18px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.4s ease;\n    }\n\n    #shipping-methods-section .method-card:hover .method-icon-wrapper {\n      background: rgba(255, 255, 255, 0.2);\n      backdrop-filter: blur(10px);\n      transform: scale(1.1) rotate(5deg);\n    }\n\n    #shipping-methods-section .method-icon {\n      width: 36px;\n      height: 36px;\n      color: #2563EB;\n      transition: all 0.4s ease;\n    }\n\n    #shipping-methods-section .method-card:hover .method-icon {\n      color: white;\n      transform: scale(1.1);\n    }\n\n    #shipping-methods-section .method-name {\n      font-size: 20px;\n      font-weight: 800;\n      color: #0F172A;\n      margin: 0 0 10px;\n      letter-spacing: -0.5px;\n      transition: color 0.4s ease;\n    }\n\n    #shipping-methods-section .method-card:hover .method-name {\n      color: white;\n    }\n\n    #shipping-methods-section .method-description {\n      font-size: 14px;\n      line-height: 1.5;\n      color: #64748B;\n      margin: 0;\n      transition: color 0.4s ease;\n    }\n\n    #shipping-methods-section .method-card:hover .method-description {\n      color: rgba(255, 255, 255, 0.9);\n    }\n\n    \/* CTA\u533a\u57df *\/\n    #shipping-methods-section .cta-wrapper {\n      background: linear-gradient(135deg, #FF9500 0%, #F59E0B 100%);\n      border-radius: 24px;\n      padding: 70px 60px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    #shipping-methods-section .cta-wrapper::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -20%;\n      width: 400px;\n      height: 400px;\n      background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    #shipping-methods-section .cta-wrapper::after {\n      content: '';\n      position: absolute;\n      bottom: -30%;\n      left: -10%;\n      width: 300px;\n      height: 300px;\n      background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    #shipping-methods-section .cta-content {\n      position: relative;\n      z-index: 1;\n      max-width: 700px;\n      margin: 0 auto;\n    }\n\n    #shipping-methods-section .cta-title {\n      font-size: 42px;\n      font-weight: 900;\n      color: white;\n      margin: 0 0 20px;\n      line-height: 1.2;\n      letter-spacing: -1.5px;\n    }\n\n    #shipping-methods-section .cta-subtitle {\n      font-size: 18px;\n      line-height: 1.6;\n      color: rgba(255, 255, 255, 0.95);\n      margin: 0 0 40px;\n    }\n\n    #shipping-methods-section .cta-button {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      padding: 18px 40px;\n      background: white;\n      color: #FF9500;\n      font-size: 17px;\n      font-weight: 800;\n      border: none;\n      border-radius: 12px;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);\n    }\n\n    #shipping-methods-section .cta-button:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);\n      background: #0F172A;\n      color: white;\n    }\n\n    #shipping-methods-section .button-icon {\n      width: 20px;\n      height: 20px;\n      transition: transform 0.3s ease;\n    }\n\n    #shipping-methods-section .cta-button:hover .button-icon {\n      transform: translateX(4px);\n    }\n\n    \/* \u54cd\u5e94\u5f0f *\/\n    @media (max-width: 1280px) {\n      #shipping-methods-section .methods-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    @media (max-width: 1024px) {\n      #shipping-methods-section.shipping-methods {\n        padding: 100px 20px;\n      }\n\n      #shipping-methods-section .section-title {\n        font-size: 44px;\n      }\n\n      #shipping-methods-section .methods-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n      }\n\n      #shipping-methods-section .cta-wrapper {\n        padding: 60px 50px;\n      }\n\n      #shipping-methods-section .cta-title {\n        font-size: 36px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      #shipping-methods-section.shipping-methods {\n        padding: 80px 15px;\n      }\n\n      #shipping-methods-section .intro-wrapper {\n        margin-bottom: 60px;\n      }\n\n      #shipping-methods-section .section-title {\n        font-size: 36px;\n      }\n\n      #shipping-methods-section .section-description {\n        font-size: 17px;\n      }\n\n      #shipping-methods-section .methods-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n        margin-bottom: 60px;\n      }\n\n      #shipping-methods-section .method-card {\n        padding: 36px 28px;\n      }\n\n      #shipping-methods-section .method-icon-wrapper {\n        width: 64px;\n        height: 64px;\n        margin-bottom: 20px;\n      }\n\n      #shipping-methods-section .method-icon {\n        width: 32px;\n        height: 32px;\n      }\n\n      #shipping-methods-section .method-name {\n        font-size: 18px;\n      }\n\n      #shipping-methods-section .method-description {\n        font-size: 13px;\n      }\n\n      #shipping-methods-section .cta-wrapper {\n        padding: 50px 32px;\n        border-radius: 20px;\n      }\n\n      #shipping-methods-section .cta-title {\n        font-size: 30px;\n      }\n\n      #shipping-methods-section .cta-subtitle {\n        font-size: 16px;\n        margin-bottom: 32px;\n      }\n\n      #shipping-methods-section .cta-button {\n        width: 100%;\n        justify-content: center;\n        padding: 16px 32px;\n      }\n    }\n  <\/style>\n\n  <div class=\"methods-container\">\n    <!-- \u9876\u90e8\u4ecb\u7ecd -->\n    <div class=\"intro-wrapper\">\n      <div class=\"section-label\">\n        <svg class=\"label-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n          <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n        <\/svg>\n        <span class=\"label-text\">Gi\u1ea3i ph\u00e1p logistics<\/span>\n      <\/div>\n\n      <h2 class=\"section-title\">C\u00e1ch ch\u00fang t\u00f4i v\u1eadn chuy\u1ec3n h\u00e0ng h\u00f3a c\u1ee7a b\u1ea1n<\/h2>\n\n      <p class=\"section-description\">\n        SOLETKS ch\u1ecdn ph\u01b0\u01a1ng th\u1ee9c v\u1eadn chuy\u1ec3n t\u1ed1t nh\u1ea5t d\u1ef1a tr\u00ean t\u1ed5ng \u0111\u01a1n h\u00e0ng cu\u1ed1i c\u00f9ng c\u1ee7a b\u1ea1n. Ch\u00fang t\u00f4i v\u1eadn chuy\u1ec3n c\u00e1c b\u1ed9 ph\u1eadn kim lo\u1ea1i nhi\u1ec7t m\u1eb7t tr\u1eddi v\u00e0 h\u1ec7 th\u1ed1ng c\u1ee7a b\u1ea1n qua c\u00e1c ph\u01b0\u01a1ng th\u1ee9c d\u01b0\u1edbi \u0111\u00e2y.\n      <\/p>\n    <\/div>\n\n    <!-- \u7269\u6d41\u65b9\u5f0f\u7f51\u683c - \u4e00\u884c5\u5217 -->\n    <div class=\"methods-grid\">\n      <!-- Sea Freight -->\n      <div class=\"method-card\">\n        <div class=\"method-content\">\n          <div class=\"method-icon-wrapper\">\n            <svg class=\"method-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M20 21c-1.39 0-2.78-.47-4-1.32-2.44 1.71-5.56 1.71-8 0C6.78 20.53 5.39 21 4 21H2v-2h2c1.38 0 2.74-.35 4-.99 2.52 1.29 5.48 1.29 8 0 1.26.65 2.62.99 4 .99h2v2h-2zM3.95 19H4c1.6 0 3.02-.88 4-2 .98 1.12 2.4 2 4 2s3.02-.88 4-2c.98 1.12 2.4 2 4 2h.05l1.89-6.68c.08-.26.06-.54-.06-.78s-.34-.42-.6-.5L20 10.62V6c0-1.1-.9-2-2-2h-3V1H9v3H6c-1.1 0-2 .9-2 2v4.62l-1.29.42c-.26.08-.48.26-.6.5s-.15.52-.06.78L3.95 19zM6 6h12v3.97L12 8 6 9.97V6z\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"method-name\">V\u1eadn chuy\u1ec3n b\u1eb1ng \u0111\u01b0\u1eddng bi\u1ec3n<\/h3>\n          <p class=\"method-description\">Hi\u1ec7u qu\u1ea3 v\u1ec1 chi ph\u00ed cho s\u1ed1 l\u01b0\u1ee3ng l\u1edbn<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Air Freight -->\n      <div class=\"method-card\">\n        <div class=\"method-content\">\n          <div class=\"method-icon-wrapper\">\n            <svg class=\"method-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"method-name\">V\u1eadn chuy\u1ec3n b\u1eb1ng \u0111\u01b0\u1eddng h\u00e0ng kh\u00f4ng<\/h3>\n          <p class=\"method-description\">Giao h\u00e0ng nhanh cho c\u00e1c \u0111\u01a1n h\u00e0ng g\u1ea5p<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Railway Freight -->\n      <div class=\"method-card\">\n        <div class=\"method-content\">\n          <div class=\"method-icon-wrapper\">\n            <svg class=\"method-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M4 15.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V5c0-3.5-3.58-4-8-4s-8 .5-8 4v10.5zm8 1.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm6-7H6V5h12v5z\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"method-name\">V\u1eadn chuy\u1ec3n \u0111\u01b0\u1eddng s\u1eaft<\/h3>\n          <p class=\"method-description\">T\u1ed1c \u0111\u1ed9 v\u00e0 chi ph\u00ed c\u00e2n \u0111\u1ed1i<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Truck Shipping -->\n      <div class=\"method-card\">\n        <div class=\"method-content\">\n          <div class=\"method-icon-wrapper\">\n            <svg class=\"method-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"method-name\">V\u1eadn chuy\u1ec3n b\u1eb1ng xe t\u1ea3i<\/h3>\n          <p class=\"method-description\">D\u1ecbch v\u1ee5 giao h\u00e0ng t\u1eadn n\u01a1i<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Express Shipping -->\n      <div class=\"method-card\">\n        <div class=\"method-content\">\n          <div class=\"method-icon-wrapper\">\n            <svg class=\"method-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"method-name\">V\u1eadn chuy\u1ec3n nhanh<\/h3>\n          <p class=\"method-description\">T\u1ed1c \u0111\u1ed9 cao cho m\u1eabu th\u1eed<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CTA\u533a\u57df -->\n    <div class=\"cta-wrapper\">\n      <div class=\"cta-content\">\n        <h3 class=\"cta-title\">S\u1eb5n s\u00e0ng b\u1eaft \u0111\u1ea7u ch\u01b0a?<\/h3>\n        <p class=\"cta-subtitle\">\n          Li\u00ean h\u1ec7 v\u1edbi ch\u00fang t\u00f4i h\u00f4m nay \u0111\u1ec3 nh\u1eadn b\u00e1o gi\u00e1 v\u1eadn chuy\u1ec3n t\u00f9y ch\u1ec9nh ph\u00f9 h\u1ee3p v\u1edbi nhu c\u1ea7u v\u00e0 th\u1eddi gian c\u1ee7a d\u1ef1 \u00e1n c\u1ee7a b\u1ea1n.\n        <\/p>\n        <a href=\"#contact\" class=\"cta-button\">\n          <span>Y\u00eau c\u1ea7u b\u00e1o gi\u00e1 t\u1ed1t nh\u1ea5t c\u1ee7a ch\u00fang t\u00f4i ngay b\u00e2y gi\u1edd<\/span>\n          <svg class=\"button-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z\"\/>\n          <\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84e3a67 e-con-full e-flex e-con e-parent\" data-id=\"84e3a67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-339e38d elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"339e38d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!-- Weekly Shipping Update Section -->\n<section class=\"weekly-shipping\" id=\"weekly-shipping-section\">\n  <style>\n    #weekly-shipping-section.weekly-shipping {\n      position: relative;\n      width: 100%;\n      background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);\n      padding: 140px 20px;\n      overflow: hidden;\n    }\n\n    \/* \u80cc\u666f\u88c5\u9970 *\/\n    #weekly-shipping-section::before {\n      content: '';\n      position: absolute;\n      top: -100px;\n      left: -100px;\n      width: 500px;\n      height: 500px;\n      background: radial-gradient(circle, rgba(37, 99, 235, 0.04) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    #weekly-shipping-section::after {\n      content: '';\n      position: absolute;\n      bottom: -100px;\n      right: -100px;\n      width: 500px;\n      height: 500px;\n      background: radial-gradient(circle, rgba(255, 149, 0, 0.04) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    #weekly-shipping-section .shipping-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* \u9876\u90e8\u6807\u9898\u533a *\/\n    #weekly-shipping-section .header-wrapper {\n      text-align: center;\n      margin-bottom: 80px;\n    }\n\n    #weekly-shipping-section .section-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 12px 24px;\n      background: linear-gradient(135deg, #DBEAFE 0%, #BFDBFE 100%);\n      border-radius: 50px;\n      margin-bottom: 28px;\n    }\n\n    #weekly-shipping-section .badge-icon {\n      width: 20px;\n      height: 20px;\n      color: #2563EB;\n      animation: rotate 3s linear infinite;\n    }\n\n    @keyframes rotate {\n      from { transform: rotate(0deg); }\n      to { transform: rotate(360deg); }\n    }\n\n    #weekly-shipping-section .badge-text {\n      font-size: 14px;\n      font-weight: 800;\n      color: #2563EB;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n    }\n\n    #weekly-shipping-section .section-title {\n      font-size: 58px;\n      font-weight: 900;\n      color: #0F172A;\n      margin: 0 0 24px;\n      line-height: 1.1;\n      letter-spacing: -2.5px;\n    }\n\n    #weekly-shipping-section .title-highlight {\n      background: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    #weekly-shipping-section .section-subtitle {\n      font-size: 20px;\n      line-height: 1.7;\n      color: #64748B;\n      margin: 0 auto;\n      max-width: 700px;\n    }\n\n    \/* \u56fe\u7247\u7f51\u683c *\/\n    #weekly-shipping-section .gallery-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    #weekly-shipping-section .gallery-item {\n      position: relative;\n      border-radius: 20px;\n      overflow: hidden;\n      aspect-ratio: 4\/3;\n      cursor: pointer;\n      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    #weekly-shipping-section .gallery-item:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 24px 56px rgba(0, 0, 0, 0.15);\n    }\n\n    \/* \u7b2c\u4e00\u5f20\u5927\u56fe *\/\n    #weekly-shipping-section .gallery-item:first-child {\n      grid-column: span 2;\n      grid-row: span 2;\n    }\n\n    #weekly-shipping-section .gallery-image {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    #weekly-shipping-section .gallery-item:hover .gallery-image {\n      transform: scale(1.1);\n    }\n\n    \/* \u56fe\u7247\u906e\u7f69\u5c42 *\/\n    #weekly-shipping-section .gallery-overlay {\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);\n      opacity: 0;\n      transition: opacity 0.4s ease;\n      display: flex;\n      align-items: flex-end;\n      padding: 32px;\n    }\n\n    #weekly-shipping-section .gallery-item:hover .gallery-overlay {\n      opacity: 1;\n    }\n\n    #weekly-shipping-section .overlay-content {\n      color: white;\n    }\n\n    #weekly-shipping-section .overlay-title {\n      font-size: 18px;\n      font-weight: 800;\n      margin: 0 0 8px;\n      letter-spacing: -0.5px;\n    }\n\n    #weekly-shipping-section .overlay-description {\n      font-size: 14px;\n      line-height: 1.5;\n      color: rgba(255, 255, 255, 0.9);\n      margin: 0;\n    }\n\n    \/* \u653e\u5927\u56fe\u6807 *\/\n    #weekly-shipping-section .zoom-icon {\n      position: absolute;\n      top: 20px;\n      right: 20px;\n      width: 48px;\n      height: 48px;\n      background: rgba(255, 255, 255, 0.95);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      opacity: 0;\n      transform: scale(0.8);\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    #weekly-shipping-section .gallery-item:hover .zoom-icon {\n      opacity: 1;\n      transform: scale(1);\n    }\n\n    #weekly-shipping-section .zoom-icon svg {\n      width: 24px;\n      height: 24px;\n      color: #2563EB;\n    }\n\n    \/* \u5e95\u90e8\u7edf\u8ba1\u4fe1\u606f *\/\n    #weekly-shipping-section .stats-wrapper {\n      margin-top: 80px;\n      background: white;\n      border-radius: 24px;\n      padding: 60px 50px;\n      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);\n    }\n\n    #weekly-shipping-section .stats-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 48px;\n    }\n\n    #weekly-shipping-section .stat-item {\n      text-align: center;\n      position: relative;\n    }\n\n    #weekly-shipping-section .stat-item:not(:last-child)::after {\n      content: '';\n      position: absolute;\n      right: -24px;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 1px;\n      height: 60px;\n      background: linear-gradient(180deg, transparent 0%, #E2E8F0 50%, transparent 100%);\n    }\n\n    #weekly-shipping-section .stat-icon {\n      width: 48px;\n      height: 48px;\n      margin: 0 auto 20px;\n      background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);\n      border-radius: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    #weekly-shipping-section .stat-icon svg {\n      width: 24px;\n      height: 24px;\n      color: #2563EB;\n    }\n\n    #weekly-shipping-section .stat-number {\n      font-size: 40px;\n      font-weight: 900;\n      color: #0F172A;\n      margin: 0 0 8px;\n      line-height: 1;\n      letter-spacing: -1.5px;\n    }\n\n    #weekly-shipping-section .stat-label {\n      font-size: 15px;\n      font-weight: 600;\n      color: #64748B;\n      margin: 0;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* \u54cd\u5e94\u5f0f *\/\n    @media (max-width: 1024px) {\n      #weekly-shipping-section.weekly-shipping {\n        padding: 100px 20px;\n      }\n\n      #weekly-shipping-section .section-title {\n        font-size: 44px;\n      }\n\n      #weekly-shipping-section .gallery-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n      }\n\n      #weekly-shipping-section .gallery-item:first-child {\n        grid-column: span 2;\n        grid-row: span 1;\n      }\n\n      #weekly-shipping-section .stats-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 40px;\n      }\n\n      #weekly-shipping-section .stat-item:nth-child(2)::after {\n        display: none;\n      }\n    }\n\n    @media (max-width: 640px) {\n      #weekly-shipping-section.weekly-shipping {\n        padding: 80px 15px;\n      }\n\n      #weekly-shipping-section .header-wrapper {\n        margin-bottom: 60px;\n      }\n\n      #weekly-shipping-section .section-title {\n        font-size: 36px;\n      }\n\n      #weekly-shipping-section .section-subtitle {\n        font-size: 17px;\n      }\n\n      #weekly-shipping-section .gallery-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      #weekly-shipping-section .gallery-item:first-child {\n        grid-column: span 1;\n      }\n\n      #weekly-shipping-section .gallery-overlay {\n        padding: 24px;\n      }\n\n      #weekly-shipping-section .overlay-title {\n        font-size: 16px;\n      }\n\n      #weekly-shipping-section .overlay-description {\n        font-size: 13px;\n      }\n\n      #weekly-shipping-section .stats-wrapper {\n        margin-top: 60px;\n        padding: 50px 32px;\n      }\n\n      #weekly-shipping-section .stats-grid {\n        grid-template-columns: 1fr;\n        gap: 32px;\n      }\n\n      #weekly-shipping-section .stat-item::after {\n        display: none;\n      }\n\n      #weekly-shipping-section .stat-number {\n        font-size: 32px;\n      }\n    }\n  <\/style>\n\n  <div class=\"shipping-container\">\n    <!-- \u9876\u90e8\u6807\u9898 -->\n    <div class=\"header-wrapper\">\n      <div class=\"section-badge\">\n        <svg class=\"badge-icon\" viewbox=\"0 0 24 24\" fill=\"currentColor\">\n          <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n        <\/svg>\n        <span class=\"badge-text\">C\u1eadp nh\u1eadt tr\u1ef1c ti\u1ebfp<\/span>\n      <\/div>\n\n      <h2 class=\"section-title\">\n        C\u1eadp nh\u1eadt v\u1eadn chuy\u1ec3n h\u00e0ng tu\u1ea7n \u2014 <span class=\"title-highlight\">SOLETKS<\/span>\n      <\/h2>\n\n      <p class=\"section-subtitle\">\n        Nh\u1eefng h\u00ecnh \u1ea3nh th\u1ef1c t\u1ebf v\u1ec1 h\u1ec7 th\u1ed1ng nhi\u1ec7t m\u1eb7t tr\u1eddi c\u1ee7a ch\u00fang t\u00f4i \u0111ang \u0111\u01b0\u1ee3c chu\u1ea9n b\u1ecb c\u1ea9n th\u1eadn v\u00e0 v\u1eadn chuy\u1ec3n \u0111\u1ebfn c\u00e1c \u0111i\u1ec3m \u0111\u1ebfn tr\u00ean to\u00e0n th\u1ebf gi\u1edbi\n      <\/p>\n    <\/div>\n\n    <!-- \u56fe\u7247\u753b\u5eca -->\n    <div class=\"gallery-grid\">\n      <!-- \u56fe\u7247 1 - \u5927\u56fe -->\n      <div class=\"gallery-item\">\n        <img loading=\"lazy\" height=\"1440\" width=\"1080\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/476414563_653549160435576_7111039934290369493_n.jpg\" alt=\"Solar thermal collectors ready for shipment\" class=\"gallery-image\">\n        <div class=\"zoom-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"\/>\n            <path d=\"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gallery-overlay\">\n          <div class=\"overlay-content\">\n            <h3 class=\"overlay-title\">\u0110\u00f3ng g\u00f3i b\u1ed9 thu nhi\u1ec7t m\u1eb7t tr\u1eddi d\u1ea1ng t\u1ea5m ph\u1eb3ng<\/h3>\n            <p class=\"overlay-description\">B\u1ed9 thu nhi\u1ec7t m\u1eb7t tr\u1eddi cao c\u1ea5p \u0111\u01b0\u1ee3c \u0111\u1ea3m b\u1ea3o cho v\u1eadn chuy\u1ec3n qu\u1ed1c t\u1ebf<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- \u56fe\u7247 2 -->\n      <div class=\"gallery-item\">\n        <img loading=\"lazy\" height=\"2000\" width=\"1500\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/476465409_653551640435328_7873410965379885685_n.jpg\" alt=\"Container loading process\" class=\"gallery-image\">\n        <div class=\"zoom-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"\/>\n            <path d=\"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gallery-overlay\">\n          <div class=\"overlay-content\">\n            <h3 class=\"overlay-title\">T\u1ea3i container<\/h3>\n            <p class=\"overlay-description\">Vi\u1ec7c x\u1ebfp h\u00e0ng chuy\u00ean nghi\u1ec7p \u0111\u1ea3m b\u1ea3o v\u1eadn chuy\u1ec3n an to\u00e0n<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- \u56fe\u7247 3 -->\n      <div class=\"gallery-item\">\n        <img loading=\"lazy\" height=\"1000\" width=\"1000\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/481082459_666352209155271_3771498432130951374_n.jpg\" alt=\"Quality inspection before shipping\" class=\"gallery-image\">\n        <div class=\"zoom-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"\/>\n            <path d=\"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gallery-overlay\">\n          <div class=\"overlay-content\">\n            <h3 class=\"overlay-title\">Ki\u1ec3m tra ch\u1ea5t l\u01b0\u1ee3ng<\/h3>\n            <p class=\"overlay-description\">Ki\u1ec3m tra cu\u1ed1i c\u00f9ng tr\u01b0\u1edbc khi kh\u1edfi h\u00e0nh<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- \u56fe\u7247 4 -->\n      <div class=\"gallery-item\">\n        <img loading=\"lazy\" height=\"2048\" width=\"1536\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/483365626_675685621555263_2404872658373199894_n.jpg\" alt=\"Wooden crate protection\" class=\"gallery-image\">\n        <div class=\"zoom-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"\/>\n            <path d=\"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gallery-overlay\">\n          <div class=\"overlay-content\">\n            <h3 class=\"overlay-title\">Bao b\u00ec b\u1ea3o v\u1ec7<\/h3>\n            <p class=\"overlay-description\">H\u00f2m g\u1ed7 \u0111\u1ec3 b\u1ea3o v\u1ec7 t\u1ed1i \u0111a<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- \u56fe\u7247 5 -->\n      <div class=\"gallery-item\">\n        <img loading=\"lazy\" height=\"1536\" width=\"2048\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/483488671_675686678221824_2602319180514442790_n.jpg\" alt=\"Warehouse preparation\" class=\"gallery-image\">\n        <div class=\"zoom-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"\/>\n            <path d=\"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gallery-overlay\">\n          <div class=\"overlay-content\">\n            <h3 class=\"overlay-title\">Chu\u1ea9n b\u1ecb kho h\u00e0ng<\/h3>\n            <p class=\"overlay-description\">L\u01b0u tr\u1eef v\u00e0 x\u1eed l\u00fd c\u00f3 t\u1ed5 ch\u1ee9c<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- \u56fe\u7247 6 -->\n      <div class=\"gallery-item\">\n        <img loading=\"lazy\" height=\"1080\" width=\"1440\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/11\/483901097_675565361567289_1303029464906147136_n.jpg\" alt=\"Ready for dispatch\" class=\"gallery-image\">\n        <div class=\"zoom-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"\/>\n            <path d=\"M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"gallery-overlay\">\n          <div class=\"overlay-content\">\n            <h3 class=\"overlay-title\">S\u1eb5n s\u00e0ng \u0111\u1ec3 g\u1eedi h\u00e0ng<\/h3>\n            <p class=\"overlay-description\">Giai \u0111o\u1ea1n cu\u1ed1i tr\u01b0\u1edbc khi v\u1eadn chuy\u1ec3n<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u5e95\u90e8\u7edf\u8ba1 -->\n    <div class=\"stats-wrapper\">\n      <div class=\"stats-grid\">\n        <div class=\"stat-item\">\n          <div class=\"stat-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"stat-number\">500+<\/div>\n          <div class=\"stat-label\">Container \u0111\u00e3 g\u1eedi<\/div>\n        <\/div>\n\n        <div class=\"stat-item\">\n          <div class=\"stat-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"stat-number\">98%<\/div>\n          <div class=\"stat-label\">Giao h\u00e0ng \u0111\u00fang h\u1ea1n<\/div>\n        <\/div>\n\n        <div class=\"stat-item\">\n          <div class=\"stat-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"stat-number\">80+<\/div>\n          <div class=\"stat-label\">Qu\u1ed1c Gia \u0110\u01b0\u1ee3c Ph\u1ee5c V\u1ee5<\/div>\n        <\/div>\n\n        <div class=\"stat-item\">\n          <div class=\"stat-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\">\n              <path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"stat-number\">24\/7<\/div>\n          <div class=\"stat-label\">H\u1ed7 tr\u1ee3 theo d\u00f5i<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Worldwide Logistics Global Shipping, Made Simple With trusted freight forwarders and export\u2011grade packaging, SOLETKS ships clean thermal systems worldwide by sea, air, rail, or express under flexible Incoterms. Secure packing, complete documentation, and real\u2011time tracking keep your delivery safe, compliant, and on schedule. Sea, Air, Rail &#038; Express Flexible Incoterms Export-Grade Packaging Real-Time Tracking Get [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":337,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-562","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/pages\/562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/comments?post=562"}],"version-history":[{"count":19,"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/pages\/562\/revisions"}],"predecessor-version":[{"id":596,"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/pages\/562\/revisions\/596"}],"up":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/pages\/337"}],"wp:attachment":[{"href":"https:\/\/service.soletksolar.com\/vi\/wp-json\/wp\/v2\/media?parent=562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}