|
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@font-face {
font-family: LindeDax;
font-style: normal;
font-weight: 300;
src: url(https://cdn.talessio.com/linde/fonts/lindedaxligweb.woff) format("woff")
}
@font-face {
font-family: LindeDax;
font-style: normal;
font-weight: 400;
src: url(https://cdn.talessio.com/linde/fonts/lindedaxsemiligweb.woff) format("woff")
}
@font-face {
font-family: LindeDax;
font-style: normal;
font-weight: 500;
src: url(https://cdn.talessio.com/linde/fonts/lindedaxregweb.woff) format("woff")
}
@font-face {
font-family: LindeDax;
font-style: normal;
font-weight: 700;
src: url(https://cdn.talessio.com/linde/fonts/lindedaxmedweb.woff) format("woff")
}
:root{
--color-default: rgba(0, 0, 0, 1);
--color-black: rgba(0, 0, 0, 1);
--color-white: rgba(255, 255, 255, 1);
--color-grey: rgba(128, 128, 128, 1);
--color-blue: rgba(0, 0, 255, 1);
--color-red: rgba(255, 0, 0, 1);
--color-orange: rgba(255, 165, 0, 1);
--color-orange-2: rgba(250, 171, 0, 1);
--color-yellow: rgba(255, 255, 0, 1);
--color-green: rgba(0, 128, 0, 1);
--color-blue-header: rgba(0, 85, 145, 1);
--basic-font-family: LindeDax, Arial, Helvetica Neue, Helvetica, sans-serif !important;
--font-family-Linde-bold: LindeDax, Arial, Helvetica Neue, Helvetica, sans-serif !important;
--basic-font-size: 1rem; /* entspricht 14pt */
}
/* Buttons ändern */
.basic.primary, .p-dropdownlist .primary .Select-control {
background-color: #0077CC !important;
color: var(--color-white) !important;
border: 0 !important;
border-radius: 0 !important;
font-family: var(--basic-font-family) !important;
font-weight: 700 !important;
}
.basic.primary:hover, .p-dropdownlist .primary .Select-control:hover {
background: linear-gradient(#007AB9, #00A0E1) !important;
}
#shareButtonDropdownBanner, .p-button.grey.basic, #shareButtonDropdownAd {
background-color: #BEC8D7 !important;
color: #005591 !important;
border: 0 !important;
border-radius: 0 !important;
font-family: var(--basic-font-family) !important;
font-weight: 700 !important;
}
#shareButtonDropdownBanner:hover, .p-button.grey.basic:hover, #shareButtonDropdownAd:hover {
background-color: #BEC8D7 !important;
}
/* Banner ändern */
.job-details-header-wrapper, .p-view-jobdetailsbanner {
background-image: url(/clientimg/linde/careersite/60695_20230810_Linde_HR_Header_1614x166_External_Job_Market.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.p-bg-a-grey30:active, .p-bg-f-grey30:focus, .p-bg-full-hv-grey30, .p-bg-grey30,
.p-bg-a-grey40:active, .p-bg-f-grey40:focus, .p-bg-full-hv-grey40, .p-bg-grey40 {
background-color: transparent !important;
}
/* Leiste (SignIn und My Profile) Hintergrundfarbe ändern und Schriftfarbe ändern ändern */
.p-bg-a-grey70:active, .p-bg-f-grey70:focus, .p-bg-full-hv-grey70, .p-bg-grey70 {
background-color: #002D54 !important;
}
.p-t-primary50, .p-t-full-hv-primary50 {
color: #FFFFFF !important;
}
/* Cornerstone-spezifische Änderungen des Designs */
*, ::after, ::before {
box-sizing: border-box;
}
body {
margin: auto;
background: var(--color-white) !important;
}
.p-p-v-xl {
padding-top: 0 !important;
}
.p-bg-a-grey80:active, .p-bg-f-grey80:focus, .p-bg-full-hv-grey80, .p-bg-grey80 {
background-color: var(--color-white) !important;
}
.p-htmlviewer ol:first-child, .p-htmlviewer ul:first-child {
padding-top: 0;
}
/* Basis Grid-Layout, besteht aus 2 Spalten und 9 Zeilen */
#container {
margin: auto;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto auto auto auto auto auto auto;
}
/* EVP Bild: Positionierung */
#col_1_row_1 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 1;
display: flex;
}
/* Headerbereich mit Legal Entity, Jobtitle und Location: Positionierung */
#col_1_row_2 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 2;
grid-row-end: 2;
display: flex;
flex-direction: column;
}
/* Position description and EXTERNAL Benefits */
#col_1_row_3 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 3;
grid-row-end: 3;
display: block;
flex-direction: column;
margin-right: 2rem;
}
/* Placeholder für Benefits Bilder -> not in use in external code */
#col_1_row_4 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 4;
grid-row-end: 4;
display: flex;
flex-direction: column;
}
/* JOB DESCRIPTION - linke Spalte */
#col_1_row_5{
grid-column-start: 1;
grid-column-end: 1;
grid-row-start: 4;
grid-row-end: 4;
display: block;
flex-direction: column;
}
/* Department Introduction and Contact Section */
#col_1_row_6 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 6;
grid-row-end: 6;
display: block;
}
/* Freie Zeile - Placeholder */
#col_1_row_7 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 7;
grid-row-end: 7;
display: grid;
grid-template-columns: 100px auto;
grid-template-rows: auto;
}
/* Row 8 und Row 9 = zweispaltiger Footerbereich mit Dark Blue Background */
/* Row 8 linke Spalte - Legal Informations klein */
#col_1_row_8 {
grid-column-start: 1;
grid-column-end: 1;
grid-row-start: 8;
grid-row-end: 8;
display: block;
background-color:#002D54;
color:white;
margin: 0;
text-align: left;
text-align: top;
}
/* Row 9 linke Spalte - Slogan Making our World more productive */
#col_1_row_9 {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 9;
grid-row-end: 9;
display: flex;
background-color:#002D54;
color:white;
margin: 0;
padding-left: 15px;
padding-bottom: 15px;
align-items: flex-end;
}
#col_2_row_1 {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 1;
display: flex;
}
#col_2_row_2 {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 2;
display: flex;
}
/* QUALIFICATIONS - rechte Spalte */
#col_2_row_5 {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 4;
grid-row-end: 4;
display: block;
flex-direction: column;
margin-left: 2rem;
}
/* Row 8 rechte Spalte - Linde Logo */
#col_2_row_8 {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 8;
grid-row-end: 8;
display: block;
background-color:#002D54;
color:white;
margin: 0;
text-align: right;
text-align: top;
}
/* Row 9 rechte Spalte - Social Media Icons */
#col_2_row_9 {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 9;
grid-row-end: 9;
background-color:#002D54;
color:white;
margin: 0;
padding-right: 5px;
padding-bottom: 15px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
#grd2_col_1_row_1 {
grid-column-start: 1;
grid-column-end: 1;
grid-row-start: 1;
grid-row-end: 1;
margin: auto;
margin-left: 0;
}
#grd2_col_2_row_1 {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 1;
margin: auto;
margin-left: 0;
}
/* Klassen für das Design */
.row::after, .row2::after {
content: "";
clear: both;
display: block;
}
.list-inline {
font-size: var(--basic-font-size);
color: var(--color-black) !important;
list-style-type: none !important;
display: flex;
margin: auto;
}
.list-inline i {
padding-right: 30px;
}
.header1, .header2, .header3, .header4, .standard, .standard_2, .standard_4 {
text-align: left !important;
font-family: var(--basic-font-family) !important;
color: var(--color-black) !important;
}
/* Hearder1 = groß for Job Title, Header2 = Mittelgroß für Legale Entity + location, workplace etc., Header3 = normale schriftgröße */
.header1 {
font-size: 2.3rem !important;
color: #002D54 !important;
font-family: var(--font-family-Linde-bold) !important;
}
.header2 {
font-size: 1.3rem !important; /* entspricht 14pt */
color: #002D54 !important;
font-family: var(--font-family-Linde-bold) !important;
}
.header3 {
font-size: 1rem !important; /* entspricht 12px */
}
.header4 {
font-size: var(--basic-font-size) !important;
}
.standard, .standard_2, .standard_3, .standard_4 {
font-size: var(--basic-font-size) !important;
line-height: 1.3em !important;
padding: 0 0 1rem 0 !important;
margin-top: 0 !important;
}
.standard {
padding: 0 !important;
margin: 0 0 0.3rem 0 !important;
}
.standard_3 {
font-family: var(--font-family-Linde-bold) !important;
padding: 1rem 0 1rem 0 !important;
}
.standard_4 {
font-size: 0.8rem !important;
margin: auto;
margin-right: 0;
}
span.standard > ul > li {
font-family: var(--basic-font-family) !important;
line-height: 1.3rem !important;
}
span.standard ol, span.standard ul, span.standard_2 ul, span.standard_2 ol {
margin-top: 0 !important;
padding-bottom: 1rem;
padding-left: 1rem;
}
/* Zeilenhöhe für die Bereiche Job Description und Qualifikation */
span.standard_2 ul li {
line-height: 1.5em !important;
}
/* Bild: Design */
.header_img {
max-width: 100%;
height: auto;
}
/* Design-Angaben für den Headerbereich mit Legal Entity, Jobtitle und Location */
.header_legal_entity, .header_job_title, .header_location {
line-height: 1.3em !important;
}
.header_legal_entity {
padding-bottom: 0px !important;
margin-top: 2rem !important;
margin-bottom: 0px !important;
font-weight: 700;
}
.header_job_title {
padding-top: 0px !important;
margin-top: 1rem !important;
padding-bottom: 0px !important;
margin-bottom: 1rem !important;
font-weight: 700;
}
.header_location {
padding-bottom: 0px !important;
margin-bottom: 2rem !important;
font-weight: 700;
}
/* Headers in der Job Ad unterhalb Headerbereich*/
.header_job_ad_body{
margin: 0 0 0 0 !important;
}
.header_job_ad_body_normal{
font-family: var(--basic-font-family) !important;
}
.header_job_ad_body_bold{
font-weight: 700 !important;
font-family: var(--font-family-Linde-bold) !important;
}
.header_job_ad_body_normal, .header_job_ad_body_bold{
color: #0077CC;
font-size: 1.15rem !important;
padding: 0 !important;
}
p.small, p.small_2 {
font-family: var(--basic-font-family) !important;
font-size: 10px !important;
padding-bottom: 5px !important;
padding-top: 5px !important;
}
p.small_2 {
padding-top: 15px !important;
padding-left: 15px !important;
}
p.small_3 {
font-family: var(--basic-font-family) !important;
font-size: 5px !important;
padding-bottom: 15px !important;
padding-top: 15px !important;
padding-left: 15px !important;
color:#002D54;
}
#col_1_row_9 .footer_slogan {
margin: 0 !important;
padding-bottom: 0 !important;
}
p.footer_slogan {
font-family: var(--basic-font-family) !important;
font-size: 1.5rem !important;
font-weight: 700 !important;
}
.list_global_links {
list-style-type: none !important;
padding-left: 0 !important;
}
.list_global_links li {
line-height: 1.3em !important;
}
ul.list_global_links > li a {
color: var(--color-blue-header) !important;
}
.hyperlink {
text-decoration: none;
}
.hyperlinkCaption {
color: var(--color-blue-header);
font-family: var(--basic-font-family) !important;
font-size: 0.875rem !important;
padding: 0 !important;
margin: 0 0 0.4em 0 !important;
text-decoration: none;
}
.widget_container, .widget, .widget_2, .benefit_container, .benefit {
display: flex;
font-family: var(--basic-font-family) !important;
align-items: center;
margin: 0.5em 2em 1em 0;
justify-content: space-between;
}
.widget_container {
margin: 0.5em 0 1em 0;
}
.widget_2 {
margin: 0.5em 0 0.5em 0;
}
.widget_icon, .widget_icon_2 {
width: auto;
height: 30px !important;
padding-right: 10px;
}
.widget_icon_2 {
height: 35px !important;
}
.widget_color {
color: var(--color-blue-header);
line-height: 1.3rem;
}
.benefit_container {
margin: 0 0 1em 0;
}
.benefit {
margin: 0;
}
.benefit_icon {
width: auto;
height: 30px !important;
}
.contact_icon {
height: 75px !important;
width: auto;
padding-right: 10px;
}
img.footer-logo {
width: 200px;
height: 100px;
margin-right: 15px;
margin-top: 15px;
}
.social_icons {
width: 30px;
margin-right: 10px;
margin-top: 6px;
}
.social_hyperlink {
text-decoration: none;
}
.footer_line {
border-top: 1px;
border-top-color: lightgray;
border-style: solid;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
/* Tooltip - not in use in external code */
.tooltip {
position: relative;
display: inline-block;
cursor: pointer;
}
.tooltip .tooltiptext {
visibility: hidden;
width: fit-content;
background-color: #FFFFFF;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
color: #005591;
text-align: center;
border-radius: 0;
padding: 5px 0;
padding-left: 15px;
padding-right: 15px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
/* media-Anweisungen */
@media only screen and (max-width: 1180px) {
div.p-panel:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
justify-content: center;
}
#col_1_row_1 {
margin-left: auto;
}
#col_2_row_1 {
grid-column-start: 1;
grid-column-end: 1;
grid-row-start: 3;
grid-row-end: 3;
}
#container {
grid-column-gap: 0;
width: fit-content;
}
}
/* Überschreibt Cornerstone-spezifische Anpassung der Schriftgröße
Dies ist notwendig, da sonst die Darstellung auf mobilen Endgeräten nicht korrekt angewendet wird*/
@media only screen and (max-width: 599px) {
body, html {
font-size: 10px !important;
}
@media only screen and (max-device-width: 1180px) and (orientation: landscape) {
}
@media only screen and (max-device-width: 912px) and (orientation: portrait) {
}
Linde Malaysia Sdn Bhd. | Business Area: Operations
Electrical Engineer
Bukit Raja, Klang, Malaysia | Workplace Type: On-Site | Job Type: Regular / Permanent / Unlimited / FTE | Reference Code: req32235
As an Electrical Engineer, you will drive the reliability, safety, and performance of critical electrical systems while leading continuous improvement initiatives and leveraging advanced technologies to support operational excellence. This role offers the opportunity to make a meaningful impact, grow your expertise, and help power the future of our business.
At Linde, you’ll be part of a workplace that genuinely puts people first. We offer a wide range of benefits designed to help you feel supported, valued, and empowered—both professionally and personally. You’ll join teams that collaborate closely, celebrate each other’s successes, and create a strong sense of community. These benefits and our inclusive culture reflect Linde’s ongoing commitment to providing a positive, fulfilling employee experience—where you can grow, thrive, and bring your best every day.
Making an impact. What will you do?
- In this role, you will ensure the safe, reliable, and cost-effective operation of electrical systems while maintaining compliance with internal and external standards
- Furthermore, you will support the implementation of engineering, maintenance, and troubleshooting strategies to standardize electrical systems and optimize asset performance
- Driving continuous improvement initiatives is part of your role, focusing on enhancing reliability, efficiency, lifecycle cost, and team capabilities to maximize business performance
- Additionally, you will lead the operation, installation, maintenance, and troubleshooting of critical electrical infrastructure, including substations, switchgears, motor control centers, drives, generators, transformers, UPS systems, and electrical control systems
- You will also leverage predictive maintenance technologies, provide technical guidance and training, and collaborate with stakeholders to ensure operational excellence and sustainable business growth
Winning in your role. Do you have what it takes?
- Bachelor's or Master's Degree in Electrical Engineering, preferably specializing in Power Distribution and Electrical Drives
- 5 to 8 years of experience in electrical maintenance and/or design engineering within process plant environments, including high-voltage electrical systems
- Strong technical knowledge of electrical power systems, equipment reliability, maintenance practices, and troubleshooting
- Experience in the design, installation, and commissioning of electrical systems will be an added advantage
- Familiarity with Computerized Maintenance Management Systems (CMMS), preferably SAP PM, is advantageous
- Proven ability to drive continuous improvement initiatives, solve complex technical issues, and deliver operational excellence
- Effective communication and collaboration skills, with the ability to work across multidisciplinary teams and stakeholders
Linde is a leading global industrial gases and engineering company with 2025 sales of $34 billion. We live our mission of making our world more productive every day by providing high-quality solutions, technologies and services which are making our customers more successful and helping to sustain, decarbonize and protect our planet.
Linde serves a variety of end markets such as chemicals & energy, food & beverage, electronics, healthcare, manufacturing, metals and mining. Linde’s industrial gases and technologies are used in countless applications, enabling space exploration and launch technologies, delivering ultra-high-purity and specialty gases for semiconductor manufacturing, providing life-saving medical oxygen and enabling clean hydrogen production and carbon capture to reduce greenhouse gas emissions. Linde also delivers state-of-the-art gas processing solutions to support customer growth, efficiency improvements and emissions reductions.
At Linde, the sky is not the limit. If you’re looking to build a career where your work reaches beyond your job description and betters the people with whom you work, the communities we serve, and the world in which we all live, at Linde your opportunities are limitless. Be Linde. Be Limitless.
For more information about our company visit www.linde.com.
We are looking forward to receiving your complete application (motivation letter, CV, certificates) via our online job market. Visit www.lindecareers.com to learn why Linde is a great choice as an employer and explore job opportunities.
Any designations used of course apply to persons of all genders. The form of speech used here is for simplicity only.
All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, national origin, age, disability, protected veteran status, pregnancy, sexual orientation, gender identity or expression, or any other reason prohibited by applicable law.
Linde acts responsibly towards its shareholders, business partners, employees, society and the environment in every one of its business areas, regions and locations across the globe. The company is committed to technologies and products that unite the goals of customer value and sustainable development.
#LI-MH1
Making our world more productive