{"id":309,"date":"2024-04-13T03:16:46","date_gmt":"2024-04-13T03:16:46","guid":{"rendered":"https:\/\/jupiterlogistics.group\/th\/?page_id=309"},"modified":"2024-11-25T03:53:46","modified_gmt":"2024-11-25T03:53:46","slug":"freight","status":"publish","type":"page","link":"https:\/\/jupiterlogistics.group\/th\/en\/freight\/","title":{"rendered":"Freight"},"content":{"rendered":"<div class=\"\">\n    <div class=\"relative min-h-52 md:min-h-60 lg:min-h-[322px] flex justify-center items-center \">\n                <img decoding=\"async\" class=\"absolute w-full h-full inset-0 object-cover\" src=\"https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/about-bg.png\"\n            alt=\"About us banner\" \/>\n        \n        <div class=\"container z-10  text-white\">\n            <div class='container-md '>\n                <h1 class=\"heading1 font-bold leading-[1.2] uppercase\"> Freight<\/h1>\n            <\/div>\n        <\/div>\n        <div class=\"absolute inset-0 w-full h-full  bg-banner-gradient \"><\/div>\n    <\/div>\n    <div>\n        <div class=\"h-[28px] w-full bg-primaryblue\"><\/div>\n        <div class=\"h-[6px] w-full bg-green\"><\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"breadcrumbs\">\n    <div class=\"container\">\n        <div class=\"container-md mt-1 py-5 3xl:py-6 font-medium\">\n            <div class=\"breadcrumb-items\">\n                <a class=\"page-link\" href=\"https:\/\/jupiterlogistics.group\/th\/en\/\">Home<\/a>            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"container business-about mb-4 md:mb-[32px] 2xl:mb-[42px] 6xl:mb-[60px]\">\n    <div class=\"pb-2 mt-5 lg:mt-[30px] container-sm  flex flex-col justify-center items-center\">\n        <div class=\"max-w-[1082px] text-center mx-auto\">\n            <h2 class=\"heading2 font-medium text-darkgrey\">Freight with Jupiter<\/h2>\n                        <div class='mt-3 md:mt-[20px] text-primary heading6 leading-[1.4] max-w-[914px] mx-auto content'>\n                <p>At Jupiter Thailand, our freight services specialize in efficient and dependable transportation across air, ocean, and land routes. By leveraging our extensive network and strategic partnerships, we guarantee the prompt and secure delivery of goods to diverse destinations around the world.<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n\n<div class=\" z-50 bg-white\">\n    <div class=\"container\">\n        <div class=\"container-md\">\n            <div\n                class=\"py-3 lg:py-6 mb-4 md:mb-[32px] 2xl:mb-[42px] 6xl:mb-[60px] flex flex-col md:flex-row md:flex-wrap items-center \">\n                                                <div class=\"flex items-center \">\n                    <a href=\"#air-freight\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent active'>\n                        Air Freight<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#ocean-freight\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Ocean Freight<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#other-freight\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Other Freight<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#why-jupiter\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Why Jupiter<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] \">\n                    <\/div>\n                <\/div>\n                                <div class=\"flex items-center \">\n                    <a href=\"#successful-cases\"\n                        class='link py-2 md:py-[10px] heading4 font-medium text-primaryblue border-b-[5px] border-transparent '>\n                        Successful Cases<\/a>\n                    <div\n                        class=\"hidden md:block h-[27px] bg-[#BDBDBD] w-[1px] mx-4 md:mx-6 lg:mx-[28px] md:hidden\">\n                    <\/div>\n                <\/div>\n                                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ Handles click events on links\n    const links = document.querySelectorAll('.link');\n    links.forEach(link => {\n        link.addEventListener('click', function() {\n            links.forEach(l => l.classList.remove('active'));\n            this.classList.add('active');\n        });\n    });\n\n    \/\/ Prepare sections data\n    const sections = Array.from(document.querySelectorAll(\".section\")).reduce((acc, e) => {\n        acc[e.id] = e.offsetTop;\n        return acc;\n    }, {});\n\n    \/\/ Handle scrolling\n    window.onscroll = () => {\n        const scrollPosition = document.documentElement.scrollTop || document.body.scrollTop;\n\n        for (let id in sections) {\n            if (sections[id] <= scrollPosition) {\n                \/\/ Remove 'active' class from any element that currently has it\n                const currentlyActive = document.querySelector('.active');\n                if (currentlyActive) {\n                    currentlyActive.classList.remove('active');\n                }\n\n\n                \/\/ Find the corresponding anchor and add 'active' class\n                const newActive = document.querySelector(`a[href*=\"${id}\"]`);\n                if (newActive) {\n                    newActive.classList.add('active');\n                }\n\n            }\n        }\n    };\n});\n<\/script>\n\n\n<div id=\"air-freight\" class=\"relative bg-grey section business-info-card\">\n    <div\n        class=\"relative lg:absolute right-0 top-0 h-full w-full lg:w-[45%] overflow-hidden max-h-[300px] md:max-h-[380px] lg:max-h-max max-lg:aspect-[3\/2]\">\n                <img decoding=\"async\" src=\"https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/jupiter-air-freight.jpeg\" alt=\"Jupiter Air Freight\"\n            class=\"w-full h-full object-cover py-[1px] pl-[1px]\" \/>\n                <img decoding=\"async\" class=\"absolute h-[calc(100%+2px)] -left-px -top-px\"\n            src=\"https:\/\/jupiterlogistics.group\/th\/wp-content\/themes\/jupiter-group\/public\/images\/arrowshaperight.svg\" alt=\"arrow shape\">\n\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"container-md\">\n            <div class=\"w-full lg:w-[55%] flex flex-col py-8 md:py-[50px] lg:py-[60px] xl:py-[100px] justify-center\">\n                <h4 class=\"text-center md:text-left heading2 text-darkgrey font-medium\">Air Freight                <\/h4>\n                <h5 class=\"heading3 mt-4 lg:mt-6 xl:mt-[40px] font-medium text-primaryblue\">\n                    Global Reach, Lightning Speed                <\/h5>\n                <div class=\"heading6 max-w-[650px] mt-4 lg:mt-[20px] leading-6 xl:leading-7 description\">\n                    <p>With our network coverage in major cities and countries worldwide, we have been handling all kinds of Air Freight Export &amp; Import shipments including shipment needs special care and attention. Our service includes pickup\/customs clearance\/documentation\/ULD buildup at warehouse\/Forwarding.<\/p>\n<p>Since from the establishment of our company we have long experience and professional team specialized handling for<\/p>\n<p>Foodstuff and Perishables (including application of Plant \/Animal Quarantine, temperature control)<br \/>\nDangerous Goods<br \/>\nHeavy\/Oversize cargo<br \/>\nTransit shipment (Land and Air \/ Air to Air)<\/p>\n<p>With our airport office located inside Free Zone area, walking distance from airlines cargo terminal, we can take care of your shipment 24\/7. Also through a strong partnership with major air carriers, we ensure that your shipments depart on-time based on your request.<\/p>\n<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<div id=\"ocean-freight\" class=\"relative section business-info-card\">\n    <div\n        class=\"relative lg:absolute left-0 top-0 h-full w-full lg:w-[45%] overflow-hidden max-h-[300px] md:max-h-[380px] lg:max-h-max aspect-[3\/2]\">\n                <img decoding=\"async\" src=\"https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/jupiter-ocean-freight.jpeg\" alt=\"Jupiter Ocean Freight\"\n            class=\"w-full h-full object-cover py-[1px] pr-[1px]\" \/>\n                <img decoding=\"async\" class=\"absolute h-[calc(100%+2px)] -right-px -top-px\"\n            src=\"https:\/\/jupiterlogistics.group\/th\/wp-content\/themes\/jupiter-group\/public\/images\/arrowshapeleft.svg\" alt=\"arrow shape\">\n\n    <\/div>\n\n    <div class=\"container w-full\">\n        <div class=\"container-md flex\">\n            <div class=\"hidden lg:block w-full lg:w-1\/2\"><\/div>\n            <div class=\"w-full lg:w-1\/2 flex flex-col py-8 md:py-[50px] lg:py-[60px] xl:py-[140px] justify-center\">\n                <h4 class=\"text-center md:text-left heading2 text-darkgrey font-medium\">Ocean Freight                <\/h4>\n                <h5 class=\"heading3 mt-4 lg:mt-6 xl:mt-[40px] font-medium text-primaryblue\">\n                    Navigating the Waves of Global Trade                <\/h5>\n                <div class=\"heading6 max-w-[650px] mt-4 lg:mt-[20px] leading-6 xl:leading-7 description\">\n                    <p>Our Ocean team will provide both Ocean Exports &amp; Imports for LCL (Less-Than-Container Load) &amp; FCL (Full Container Load), customs clearance, documentation, and ground transportation (pickup and delivery) with professional handling.<\/p>\n<p>Also, we are taking care of Perishable products export, import which need special temperature care.<\/p>\n<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<div id=\"other-freight\" class=\"relative bg-grey section business-info-card\">\n    <div\n        class=\"relative lg:absolute right-0 top-0 h-full w-full lg:w-[45%] overflow-hidden max-h-[300px] md:max-h-[380px] lg:max-h-max max-lg:aspect-[3\/2]\">\n                <img decoding=\"async\" src=\"https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/jupiter-other-freight.jpeg\" alt=\"Jupiter Other Freight\"\n            class=\"w-full h-full object-cover py-[1px] pl-[1px]\" \/>\n                <img decoding=\"async\" class=\"absolute h-[calc(100%+2px)] -left-px -top-px\"\n            src=\"https:\/\/jupiterlogistics.group\/th\/wp-content\/themes\/jupiter-group\/public\/images\/arrowshaperight.svg\" alt=\"arrow shape\">\n\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"container-md\">\n            <div class=\"w-full lg:w-[55%] flex flex-col py-8 md:py-[50px] lg:py-[60px] xl:py-[100px] justify-center\">\n                <h4 class=\"text-center md:text-left heading2 text-darkgrey font-medium\">Other Freight                <\/h4>\n                <h5 class=\"heading3 mt-4 lg:mt-6 xl:mt-[40px] font-medium text-primaryblue\">\n                    Global Roads, Turbo Transits                <\/h5>\n                <div class=\"heading6 max-w-[650px] mt-4 lg:mt-[20px] leading-6 xl:leading-7 description\">\n                    <p>Our trucking network cover 77 provinces nationwide in Central \/North\/Southeast\/South Thailand with 2-3days lead time for small carton shipments to large pallet size shipments.<\/p>\n<p>Also for the perishable\/foodstuffs, we can provide temperature control truck (0\u00b0C-24\u00b0C) for the pickup and delivery in Greater Bangkok Area.<\/p>\n<p>We are also specialized in cross-border trucking such as;<\/p>\n<p>Bangkok to Yangon (Myanmar) 4-6 days lead time<br \/>\nBetween Bangkok and Phom Penh (Cambodia) 2-3 days lead time<br \/>\nBetween Bangkok and Laos, 2-3 days lead time<br \/>\nBetween Bangkok and Malaysia, 2-3 day lead time<br \/>\nBetween Bangkok and Singapore, 4-5 day lead time<\/p>\n<p>Multimodal Solutions: For complex logistics needs, we offer multimodal solutions that combine different modes of transport to optimize efficiency, reduce costs, and enhance supply chain visibility. Our team designs tailored multimodal strategies to meet your specific requirements.<\/p>\n<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"container\" id=\"why-jupiter\">\n  <div class=\"my-10 md:my-[60px] lg:my-20 2xl:my-[100px] container-md  flex flex-col justify-center items-center heading3 \">\n    <div class=\" flex flex-col lg:flex-row\">\n      <div class=\"flex-1 lg:mr-5 xl:mr-10 5xl:mr-20\">\n        <h3 class=\" heading1 text-darkgrey\">Why Jupiter?<\/h3>\n\n        <div class=\"mt-[27px]\">\n                                    <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Extensive Network                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                With a global network of partners and agents, we have the reach and resources to handle shipments to and from any corner of the world.              <\/p>\n                          <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Expertise and Experience                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                Our experienced team possesses in-depth knowledge of international logistics, customs regulations, and industry best practices. We leverage our expertise to navigate complexities and ensure smooth operations.              <\/p>\n                          <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Reliability and Timeliness                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                We understand the importance of timely delivery. Our commitment to reliability and adherence to schedules ensure your cargo arrives at its destination on time, every time.              <\/p>\n                          <div class=\"flex mt-[20px] items-center\">\n                <div class=\"size-6 md:size-8 xl:size-11 shrink-0 mr-2 lg:mr-2.5 xl:mr-5\">\n                  <img src='https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/037-boat-1.png' alt=''\n                    class=\"size-full\">\n                <\/div>\n                <h3 class=\" text-darkgrey heading3 items-center font-medium\">Technology-driven Solutions                <\/h3>\n              <\/div>\n              <p class=\" text-primary heading6 mt-3 md:mt-[23px] leading-6 xl:leading-7\">\n                Embracing advanced logistics technology, we provide real-time tracking, visibility, and reporting capabilities. You can stay informed about the status of your shipments throughout the transportation process.              <\/p>\n                      \n        <\/div>\n      <\/div>\n\n      <div class=\"lg:max-w-[350px] xl:max-w-[400px] 5xl:max-w-[521px] max-sm:mb-2.5 max-lg:mb-5 mt-5 md:mt-10 lg:mt-0 max-sm:pr-2.5\">\n                  <img src='https:\/\/jupiterlogistics.group\/th\/wp-content\/uploads\/sites\/11\/2024\/04\/jupiter-ship.png' alt=\"Jupiter Shipping Ship\" class=\" size-full object-cover aspect-[16\/5] lg:aspect-[13\/19] shadow-[10px_10px_0px_0px_#D6E1FD] sm:shadow-[20px_20px_0px_0px_#D6E1FD]\" \/>\n              <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<section id=\"successful-cases\" class=\"section bg-white latest-news overflow-hidden\">\n    <div class=\"container\">\n        <div class=\"container-md py-10 md:py-[60px] lg:py-20\">\n            <div class=\"sm:flex justify-between items-center\">\n                <h2 class=\" text-darkgrey font-medium heading1\">Successful Cases<\/h2>\n                            <\/div>\n            <div class=\"xl:mt-[33px] pt-5 md:pt-[27px] relative\">\n                <div class=\"curtain\"><\/div>\n                <div class=\"swiper news-swiper\">\n                    <div class=\"swiper-wrapper\">\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"enquiry_type":[],"class_list":["post-309","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/pages\/309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/comments?post=309"}],"version-history":[{"count":20,"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/pages\/309\/revisions"}],"predecessor-version":[{"id":2175,"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/pages\/309\/revisions\/2175"}],"wp:attachment":[{"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/media?parent=309"}],"wp:term":[{"taxonomy":"enquiry_type","embeddable":true,"href":"https:\/\/jupiterlogistics.group\/th\/en\/wp-json\/wp\/v2\/enquiry_type?post=309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}