|
@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: linear-gradient(#00A0E1, #007AB9) !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: linear-gradient(#D2E1EB, #B3CCDE) !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: linear-gradient(#B3CCDE, #D2E1EB) !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;
}
/* 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 3 Zeilen */
#container {
margin: auto;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: auto auto auto auto auto auto auto auto auto;
}
/* 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;
}
/* Department Intro */
#col_1_row_3 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 3;
grid-row-end: 3;
display: flex;
flex-direction: column;
margin-right: 2rem;
}
#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;
}
#col_1_row_5{
grid-column-start: 1;
grid-column-end: 1;
grid-row-start: 5;
grid-row-end: 5;
display: flex;
flex-direction: column;
}
#col_1_row_6 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 6;
grid-row-end: 6;
display: block;
}
#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;
}
#col_1_row_8 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 8;
grid-row-end: 8;
display: flex;
}
#col_1_row_9 {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 9;
grid-row-end: 9;
display: block;
margin-top: 5px;
}
#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;
}
#col_2_row_5 {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 5;
grid-row-end: 5;
display: flex;
flex-direction: column;
margin-left: 2rem;
}
#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;
}
.header1 {
font-size: 2rem !important;
color: var(--color-blue-header) !important;
font-family: var(--font-family-Linde-bold) !important;
}
.header2 {
font-size: 1.17rem !important; /* entspricht 14pt */
}
.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;
}
/* 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-bottom: 0px !important;
padding: 1rem 0;
}
.header_job_title {
padding-top: 0px !important;
margin-top: 0.5em !important;
padding-bottom: 0px !important;
margin-bottom: 0.5em !important;
padding: 1rem 0;
font-weight: 700;
}
.header_location {
padding-top: 0 !important;
margin-top: 0 !important;
}
.header_job_desc
{
margin: 0 0 0 0 !important;
}
.header_job_desc_normal
{
font-family: var(--basic-font-family) !important;
}
.header_job_desc_bold
{
font-weight: 700 !important;
font-family: var(--font-family-Linde-bold) !important;
}
.header_job_desc_normal, .header_job_desc_bold
{
color: var(--color-blue-header);
font-size: 1.15rem !important;
padding: 0 !important;
text-decoration: underline;
}
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 {
border-top: 1px;
border-top-color: #CEDCE3;
border-style: solid;
border-left: 0;
border-right: 0;
border-bottom: 0;
padding-top: 15px !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 1em 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: 20%;
max-width: 250px !important;
}
.social_icons {
width: 30px;
height: 30px;
margin-right: 0.2rem;
}
.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 */
.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 South Asia Services Pvt. Ltd. | Business Area: Safety, Health, Environment & Quality
Associate Manager - SHEQ
Durgapur, West Bengal, India | Working Scheme: On-Site | Job Type: Regular / Permanent / Unlimited / FTE | Reference Code: req28319
What's in it for you?
Associate Manager - SHEQ will be responsible for day-to-day functioning of SHEQ activities for assigned group of sites to ensure compliance with Linde HSE guidelines.
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.
Making an impact.
What will you do?
- In this role you will lead and support plant SHEQ activities ensuring safe, compliant, and reliable operations.
- Further you will contribute in strengthening plant safety performance by supporting shift engineers, ensuring compliance with Factory Act and State Factory Rules, and driving process safety, behavioral safety, and hygiene programs.
- Additionally, you will contribute directly to achieving Zero Harm, Process Safety Management, Training & Capability Building.
- Moreover, you are in charge for Risk Identification & Control, Incident Reporting & RCA, Inspections & Audits, PPE & Resource Management.
- Behavioral Safety & Engagement Hygiene & Occupational Health is a part of your responsibility.
Winning in your role.
Do you have what it takes?
- You have a bachelor's degree in engineering or master’s in science with six to ten (6-10) years of experience in safety.
- Further you have ADIS/PDIS certification.
Why you will love working for us!
Linde is a leading global industrial gases and engineering company, operating in more than 100 countries worldwide. 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 and protect our planet.
On the 1st of April 2020, Linde India Limited and Praxair India Private Limited successfully formed a joint venture, LSAS Services Private Limited. This company will provide Operations and Management (O&M) services to both existing organizations, which will continue to operate separately.
LSAS carries forward the commitment towards sustainable development, championed by both legacy organizations. It also takes ahead the tradition of the development of processes and technologies that have revolutionized the industrial gases industry, serving a variety of end markets including chemicals & refining, food & beverage, electronics, healthcare, manufacturing, and primary metals.
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.
Have we inspired you?
Let's talk about it!
We are looking forward to receiving your complete application (motivation letter, CV, certificates) via our online job market.
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 South Asia Services Pvt. Ltd. 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.
