/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Inter", sans-serif !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
    font-family: 'Neothic';
    src: url('../font/Neothic.woff2') format('woff2'),
        url('../font/Neothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.navigation .menu a {
    margin: 0px 10px;
    text-decoration: none !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
}
.navigation .logo {
    flex: 1;
}
.navigation {
    display: flex;
    align-items: center;
    padding: 20px;
}

.logo img {
    width: 100%;
    max-width: 130px;
}

.hero {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.heroContent {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 90px 40px;
    gap: 16px;
    flex: 1;
}

.heroContent h1 {
    font-family: 'Neothic';
    font-size: 48px;
}

.heroContent h5::before {
    content: '';
    display: block;
    width: 32px;
    height: 5px;
    background: red;
    border-radius: 10px;
}

.heroContent h5 {
    color: #FE6347;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.heroContent p {
    font-size: 14px;
    line-height: 24px;
}

.heroImage {
    display: flex;
    align-items: center;
}

.sideBlock {
    background: #000;
    height: 681px;
    width: 82px;
}

.sideBlock::before {
    content: '';
    /* background: #fe6347; */
    height: 681px;
    width: 596px;
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
}

.scrollInfo hr {
    height: 280px;
    width: 1px;
    border: none;
    background: #fff;
    opacity: 0.5;
    bottom: -6px;
    position: absolute;
    left: 0;
    right: 0;
}
.scrollInfo p {
    top: 0;
    bottom: 0px;
    margin: auto;
    transform: rotate(90deg);
}
.scrollInfo {
    display: flex;
    color: #fff;
    font-size: 11px;
    flex-direction: row;
    position: relative;
    /* background: red; */
    height: 100%;
}

.homeHero {
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 110px;
    position: relative;
}

.homeHeroImg {
    flex: 1;
    border-left: solid 8px #fe6347;
    padding: 118px 0px;
    width: 100%;
    max-width: 500px;
}

.homeHeroContent {
    flex: 1;
    color: #fff;
    width: 100%;
    max-width: 500px;
}

.homeHeroImg img {
    width: 100%;
    max-width: 548px;
}

.homeHeroContent h1 {
    font-family: 'Neothic';
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 36px;
}

.homeHeroContent p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    margin-bottom: 40px;
}

.homeHeroContent button {
    background: #FE6347;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: none;
    color: #fff;
    font-size: 14px;
    gap: 12px;
    font-weight: 600;
    cursor: pointer;
}

.homeHero2 {
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    height: 650px;
    border-left: 30px solid #000;
}

.homeHeroContent2 h1 {
    font-family: 'Neothic';
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 36px;
}

.homeHeroContent2 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
    margin-bottom: 40px;
}

.homeHeroContent2 button {
    background: #FE6347;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: none;
    color: #fff;
    font-size: 14px;
    gap: 12px;
    font-weight: 600;
    cursor: pointer;
}

.homeHeroImg2 img {
    width: 100%;
    max-width: 548px;
}

.homeHeroContent2 {
    flex: 1;
    color: #000;
    width: 100%;
    /* max-width: 500px; */
    padding: 0px 140px;
}

.homeHeroImg2 {
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.homeHeroImg2 img {
    z-index: 6;
    position: relative;
}

.homeHeroImg2::after {
    content: '';
    width: 290px;
    height: 100%;
    background: #FE6347;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.homehero3 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: solid 30px #000;
    position: relative;
}

.innerHero {
    width: 100%;
    max-width: 840px;
    text-align: center;
    padding: 180px 0px 0px;
}

.homehero3 h1 {
    font-family: 'Neothic';
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 26px;
}

.homehero3 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.homehero3 img {
    margin-bottom: 20px;
}

.homehero3 button {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: none;
    color: #fff;
    font-size: 14px;
    gap: 12px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.homehero3 h4 {
    font-weight: bold;
    font-size: 20px;
}

img.imgBottom {
    margin-bottom: -3px;
    width: 100%;
    margin-top: -26px;
    z-index: 1;
    position: relative;
}

.homeHeroContent::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fe6347;
    top: 0;
    right: 40px;
}

.aboutHeroInner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    padding: 60px 0px;
}

.aboutHero {
    position: relative;
}

.aboutHeroInner::after {
    content: '';
    width: 72px;
    height: 100%;
    position: absolute;
    background: #FE6347;
    right: 0;
    z-index: -1;
}

.aboutHeroContent h1 {
    font-family: 'Neothic';
    font-size: 26px;
    margin-bottom: 16px;
}

.aboutHeroContent h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}


.aboutHeroContent p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 36px;
}

.aboutSection2 p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
    font-weight: 200;
}
.aboutSection2 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.aboutSection2Container {
    gap: 12px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 60px 0px;
}
.aboutSection2 {
    background: #000;
}


.aboutSection3Container {
    gap: 12px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 60px 0px;
}
.aboutSection3 {
    background: #fff;
    position: relative;
}
.aboutSection3 h1 {
    font-family: 'Neothic';
    font-size:26px;
    font-weight: 600;
    line-height: 36px;
}
.aboutSection3 h3 {
    font-size:20px;
    font-weight: 500;
    line-height: 30px;
}
.aboutSection4 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contentSection4 p {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.8;
}
.contentSection4 h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}
.contentSection4 h2 {
    font-size: 26px;
    font-family: 'Neothic';
}
.contentSection4 {
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}
.ImageSection4 span {
    background: #fe6347;
    width: 383px;
    height: 740px;
    margin-right: -310px;
}
.ImageSection4 {
    display: flex;
    align-items: center;
}
.aboutSection5 {
    background: url(../assets/section5.png);
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}
.aboutSection5Inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 738px;
    margin: 0 auto;
    padding: 140px 0px;
}
.aboutSection5Inner h3 {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 32px;
}
.aboutSection5Inner h2 {
    text-align: center;
    font-family: 'Neothic';
    font-size: 26px;
    margin-bottom: 12px;
}
.section5Inner {
    background: #000;
    color: #fff;
    display: flex;
    padding: 40px;
    margin: -50px -140px 0px;
    gap: 16px;
}
.section5Inner p {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    flex: 1;
}
.aboutSection5Inner img {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin-bottom: 18px;
}
.titlePages h1 {
    font-family: 'Neothic';
    font-size: 32px;
}
.titlePages img {
    position: absolute;
    right: 0;
    bottom: -19px;
}
.titlePages {
    background: #000;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.gridPorduct {
    width: 900px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.productItem {
    width: 20%;
}
.productInner p {
    font-size: 14px;
    text-align: center;
    padding: 10px;
}
.productInner img {
    width: 100%;
}
.productInner {
    background: #000;
    color: #fff;
    margin: 6px;
    cursor: pointer;
}
.certifcation h1 {
    font-family: 'Neothic';
    font-size: 26px;
    margin-bottom: 32px;
}
.certifcation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
    position: relative;
}
.certifcation span {
    display: block;
    width: 100%;
    background: #fe6347;
    height: 140px;
    margin-top: -80px;
    z-index: -1;
}
.gridCerti {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}
img.elcerti {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 100%;
    max-width: 40px;
}
.show {
    display: flex !important;
}
.modalProducts {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.modalproductBox img {
    width: 100%;
}
.modalproductBox {
    background: #fff;
    width: 100%;
    max-width: 900px;
    position: relative;
}
.modalproductInfo {
    display: flex;
    padding: 20px;
}
.itemInfo h2 {
    font-weight: 600;
}
.itemInfo h4 {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 7px;
}
.itemInfo {
    flex: 1;
}
.closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.headerTabbing h3 {
    background: white;
    color: #000;
    font-family: 'Neothic';
    padding: 10px 40px;
    font-size: 20px;
    cursor: pointer;
}
.headerTabbing h3:hover {
    background-color: #FE6347;
}
.headerTabbing h3.active {
    background-color: #FE6347;
}
.headerTabbing {
    display: flex;
}
.tabbingProject {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
}
.headerTabbing {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
}

div.tabbingBody h1 {
    font-family: 'Neothic';
    font-size: 26px;
    margin: 0px 6px 24px;
}
.gridProject {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 62px;
}
.itemProject {
    width: 25%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.itemProhect_inner h2 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 0px 4px 4px #00000005;
    padding: 20px;
    margin: 0px -16px -16px -16px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6867121848739496) 0%, rgba(0, 0, 0, 0) 100%);
    line-height: 22px;
}
.itemProhect_inner {
    margin: 6px;
    padding: 16px;
    border-radius: 4px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.newGrid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}
.itemProject a {
    position: absolute;
    background: transparent;
    width: 95%;
    height: 92%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.newsItem {
    width: 33.3%;
}
.newsItemInner {
    margin: 0px 10px 20px 10px;
    position: relative;
}
.newsItemInner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.newContent p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
}
.newContent h2 {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 22px;
}
.newContent span {
    display: inline-block;
    background: #fe6347;
    color: #000;
    font-size: 12px;
    padding: 8px;
    font-weight: 500;
    margin-bottom: 10px;
}
.newContent {
    background: #000;
    color: #fff;
    padding: 18px;
}
a.clickArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contactBox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 46px;
    padding-top: 40px;
}
.contactContent h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 28px;
}
.contactAddress p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 22px;
}

.contactAddress h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.iconcontact {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.iconcontact a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000 !important;
    text-decoration: none !important;
}

.contactContent hr {
    margin: 30px 0px;
    opacity: 0.2;
}
.contactBox img {
    margin-top: 20px;
}
.bottomCta {
    background: #000;
    color: #fff;
}
.ctaContainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}
.ctaItem {
    flex: 1;
}
.ctaItem button {
    background: #fe6347;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    gap: 20px;
    padding: 10px 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.ctaItem h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.ctaItem h1 {
    font-size: 18px;
    margin-bottom: 12px;
}
.inverted {
    background: #fff !important;
    color: #000 !important;
}
.inverted .ctaItem button {
    background: #000;
}
.footer {
    background: #000;
}
.footerInner {
    display: flex;
    padding: 40px;
    color: #fff;
    align-items: center;
}
.footerItem h4 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 40px;
}
.footerItem {
    width: 100%;
    max-width: 368px;
    display: flex;
    flex-direction: column;
    height: 280px;
    align-items: flex-start;
}
.footerItem img {
    width: auto;
    height: 42px;
    margin-bottom: 20px;
}
.footerIcon {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 10px;
}
.footerIcon a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
}
.footerItem h3 {
    font-size: 14px;
    margin-bottom: 30px;
}
.copyright {
    font-size: 12px;
    font-weight: 200;
    color: #AFAFAF;
    line-height: 18px;
    width: 100%;
    max-width: 310px;
    padding-left: 50px;
    border-left: solid 1px #ffffff24;
    margin-left: 30px;
}

img.el3 {
    position: absolute;
    left: -820px;
    bottom: 40px;
    right: 0px;
    margin: auto;
    width: 100%;
    max-width: 230px;
    z-index: -1;
}

img.homeel2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 80px;
    left: 0;
}

img.homeel1 {
    position: absolute;
    right: 130px;
    top: -70px;
    width: 100%;
    max-width: 300px;
}
img.elAbout {
    position: absolute;
    right: 0;
    top: -50px;
}
img.jayalogo {
    width: 100%;
    max-width: 120px;
    margin: 30px 0px 26px;
}
.ctaItem img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 20px;
}

.technicalhero img {
    width: 100%;
    max-width: 410px;
}
.technicalhero h4 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 30px;
    font-weight: 600;
}
.technicalhero {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 450px;
    justify-content: flex-end;
}
.inlineTech {
    background: #000;
    color: #fff;
    padding-top: 110px;
    margin-top: -70px;
    padding-bottom: 220px;
    margin-bottom: -259px;
}

.techContainer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
.techContainer.gridtech {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.featuredItem {
    display: flex;
    flex-direction: column;
    background: #0D0D0D;
    color: #fff;
    padding: 40px;
    gap: 12px;
    margin-bottom: 12px;
    justify-content: flex-end;
    height: 210px;
}

.featuredItem p b {
    color: #fff;
    font-weight: 400;
}
.featuredItem p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    color: #c7c7c7;
}
.featuredItem h4 {
    font-weight: 600;
    font-size: 18px;
}
.overfalspec {
    padding: 60px 0px 20px;
}

.overfalspec h1 {
    font-size: 26px;
    font-weight: 300;
    font-family: 'Neothic';
    margin-bottom: 26px;
}
.gridoverall {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.overallitems {
    width: 49%;
    margin-bottom: 22px;
}

.overallitems h4 {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

.smallItem {
    font-size: 16px !important;
    line-height: 22px !important;
}
.overallitems div {
    background: #F9F9F9;
    padding: 20px;
    height: 80px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.overallitems.largecol div {
    font-size: 14px;
    line-height: 18px !important;
}
.overallitems.largecol {
    width: 49.5%;
}

table.table-spec tr td {
    border: solid 1px #e3e3e3;
    font-size: 12px;
    padding: 15px;
}
table.table-spec {
    width: 100%;
}
table.table-spec tr th {
    background: #f9f9f9;
    padding: 14px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    border: solid 1px #33333324;
}
.homehero3 button:hover {
    background: #fe6347;
    transition: all 0.3s;
}
.aboutHeroContent img {
    width: 100%;
    max-width: 120px;
}
.calculator h4 {
    font-size: 14px;
    width: 70%;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 40px;
}
.calculator h1 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.calculator {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 120px 0px 120px;
}
.gridcalculator {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}
.fieldCal {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
}
.formgrp input {
    border: none;
    color: #fff;
    background: transparent;
    outline: none !important;
    width: 100%;
}
.formgrp span {
    font-weight: 300 !important;
}
.fieldCal label {
    font-size: 14px;
    font-weight: 600;
}
.formgrp svg {
    height: 17px;
    position: absolute;
    right: 7px;
}
.formgrp {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    background: black;
    padding: 10px;
    color: #fe6347;
    width: 167px;
    margin-bottom: 20px;
    position: relative;
}
.fieldCal label span {
    color: red;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  .formgrp select {
    width: 100%;
    color: #fff;
    border: none;
    background: transparent;
    outline: none !important;
}

.others {
    color:black
}

.notes {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #737373;
    background: #F6F6F6;
    padding: 20px;
    border-radius: 4px;
    margin-top: 30px;
}

.scrollInfo svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -90px;
    top: 0;
    margin: auto;
}

a.calculatorFloat {
    position: fixed;
    right: 17px;
    bottom: 20px;
    z-index: 100;
    border: solid 1px #fe6347;
    border-radius: 50px;
    background: #000;
    transition: all 0.3s;
}

a.calculatorFloat:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

.gridCerti img {
    height: 100%;
    max-height: 150px;
}

.bottomCta.inverted.grey img {
    width: 100%;
    max-width: 130px;
}
.bottomCta.inverted.grey {
    background: #f5f5f5 !important;
}

a.calculatorFloat.waButton {
    bottom: 80px !important;
}
.newsDetail {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

img.newsBanner {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 16px;
}

.newsDetail h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 36px;
}
.newsDetail span {
    display: block;
    background: #000;
    color: #fe6347;
    align-self: baseline;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.contentNews p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.contentNews ul {
    list-style: disc;
    line-height: 25px; 
}

.contentNews ul li{
    padding-bottom: 25px; 
}

.contentNews ul li strong{
    font-weight: bold; 
}

.contentNews h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 30px 0 20px 0;
    color: #333;
}

.contentNews table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    display: table;
}

.contentNews table thead {
    display: table-header-group;
}

.contentNews table tbody {
    display: table-row-group;
}

.contentNews table tr {
    display: table-row;
}

.contentNews table th,
.contentNews table td {
    display: table-cell;
    border: 1px solid #e3e3e3;
    padding: 12px 8px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
}

.contentNews table th {
    background: #f9f9f9;
    font-weight: 600;
    font-size: 13px;
}

.contentNews table td {
    font-size: 12px;
    line-height: 18px;
}

.contentNews blockquote {
    background: #f8f8f8;
    border-left: 4px solid #fe6347;
    margin: 20px 0;
    padding: 15px 20px;
    font-style: italic;
}

.contentNews blockquote p {
    margin-bottom: 0;
}

.menu a::after {
    content: '';
    width: 0%;
    height: 3px;
    background: red;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -6px;
    transition: all 0.3s;
}
.menu a.active {
    opacity: 1 !important;
    position: relative;
}
.menu a.active::after {
    transition: all 0.3s;
    width: 100%;
}
.menu a:hover::after {
    transition: all 0.3s;
    width: 100%;
}

.menu a {
    position: relative;
}

.tabBody {
    opacity: 0;
    transition: all 0.3s;
    display: none;
}

.showup {
    opacity: 1;
    /* transition: all 0.3s; */
    /* transition-delay: 0.3s; */
    animation-name: example;
    animation-duration: 1s;
}

.activeTab {
    opacity: 1;
    display: block;
}

@keyframes example {
    from {
        opacity: 0;
        margin-top: 100px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}
  
.gridProject ul {
    padding-left: 20px;
}

.gridProject ul li {
    list-style: disc;
    margin-bottom: 10px;
}


.langSwitcher a svg {
    width: 30px;
    height: 20px;
    border: solid 1px #0000001a;
}
.langSwitcher {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.langSwitcher a {
    position: relative;
}
.langSwitcher a.active::after {
    content: '';
    display: block;
    width: 13px;
    height: 4px;
    background: #fe6347;
    position: absolute;
    bottom: -7px;
    border-radius: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.menuMobile {
    margin-left: 20px;
    margin-right: 10px;
    display: none;
}





@media only screen and (max-width: 768px) {
    .notes.smallnotes {
        width: calc(100vw - 66px) !important;
        max-width: unset !important;
        margin-top: 0px !important;
    }
    .heroSlider {
        position: relative;
        padding-bottom: 40px !important;
        margin-bottom: 130px !important;
    }
    .slidernav {
        bottom: 0 !important;
        width: 100px !important;
        left: 20px !important;
        right: unset !important;
    }
    .menuMobile {
        margin-left: 20px;
        margin-right: 10px;
        display: block !important;
    }
    
    body {
        width: 100vw;
        overflow-x: hidden;
        padding-top: 80px;
    }
    .sideBlock {
        display: none !important;
    }
    .hero {
        flex-direction: column-reverse !important;
        gap: 0px !important;
    }
    .heroImage img {
        width: 100%;
    }
    .heroContent {
        padding: 30px;
    }
    .heroContent h1 {
        font-size: 28px !important;
        line-height: 37px !important;
    }
    .heroContent h5 {
        color: #FE6347;
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
        line-height: 22px;
    }
    img.homeel1 {
        display: none;
    }
    .homeHero {
        display: flex;
        flex-direction: column;
        margin-top: 80px;
        gap: 30px;
    }
    .homeHeroImg {
        padding: 70px 0px 0px;
        border: none !important;
        margin-top: 0px;
    }
    .homeHeroImg img {
        width: 100%;
        max-width: 298px;
        margin-top: -130px;
    }
    .homeHeroContent h1 {
        font-family: 'Neothic';
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 16px;
    }
    .homeHeroContent {
        width: 80% !important;
        margin-bottom: 30px;
    }
    .homeHeroContent {
        flex: 1;
        color: #fff;
        width: 100%;
        max-width: 500px;
    }
    .homeHeroContent::after {
        display: none !important;
    }
    img.homeel2 {
        display: none !important;
    }
    .homeHero2 {
        border-left: 0px !important;
        display: flex;
        flex-direction: column-reverse;
        height: auto !important;
    }
    .homeHeroImg2 {
        position: relative;
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 20px 0px;
        width: 100%;
        flex-direction: row-reverse;
    }
    .homeHeroImg2 img {
        width: 100%;
        max-width: 288px !important;
        margin-right: 40px;
    }
    .homeHeroImg2::after {
        content: '';
        width: 160px;
        height: 100%;
        background: #FE6347;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .homeHeroContent2 {
        padding: 40px 20px !important;
        width: 85%;
    }
    .homeHeroContent2 h1 {
        font-family: 'Neothic';
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 16px;
    }
    .homeHeroContent2 p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 40px;
    }
    .homehero3 {
        border-left: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .innerHero {
        width: 80%;
        max-width: 100%;
        text-align: left;
        padding: 20px 20px 0px;
    }
    .homehero3 h1 {
        font-family: 'Neothic';
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 26px;
    }
    .homehero3 p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .footerInner {
        display: flex;
        padding: 40px;
        color: #fff;
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }
    .copyright {
        margin-left: 0px;
        border-left: 0px !important;
        padding-left: 0px;
        max-width: 100%;
    }
    .menu a {
        padding: 12px 15px;
        font-weight: 600 !important;
        color: #fff !important;
    }
    .menu {
        position: fixed;
        background: #000000;
        z-index: 10;
        left: 0;
        top: 80px;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 32px 0px;
        display: none;
    }
    .logo img {
        width: 100%;
        max-width: 101px;
    }
    .navigation {
        display: flex;
        align-items: center;
        padding: 10px;
        position: fixed;
        width: calc(100% - 20px);
        background: #ffff;
        z-index: 100;
        top: 0;
    }
    .menu.menuActive {
        display: flex !important;
    }
    .aboutHeroInner {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
    .aboutHeroImage img {
        width: 100%;
    }
    .aboutHeroInner::after {
        display: none !important;
    }
    .aboutHeroContent {
        padding: 0px 30px 30px;
    }
    .aboutSection2Container {
        display: flex;
        flex-direction: column;
        padding: 30px;
        width: calc(100% - 60px);
    }
    .aboutSection3Container {
        padding: 30px;
        width: 70%;
        display: flex;
        align-items: flex-start;
        margin: unset !important;
    }
    img.elAbout {
        position: absolute;
        right: 0;
        top: 70px;
        width: 100%;
        max-width: 60px;
    }
    .aboutSection4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }
    .ImageSection4 span {
        background: #fe6347;
        width: 123px;
        height: 420px;
        margin-right: -123px;
    }
    .ImageSection4 img {
        width: 100%;
        max-width: 300px;
    }
    .contentSection4 {
        padding: 30px;
        width: calc(100% - 60px) !important;
    }
    .section5Inner {
        display: flex;
        flex-direction: column;
        margin: unset;
        padding-top: 100px;
        margin-bottom: -1px
    }
    .aboutSection5Inner {
        padding-bottom: 0px;
    }
    .aboutSection5Inner h3 {
        font-size: 14px;
        text-align: center;
        line-height: 22px;
        margin-bottom: 32px;
        width: 100%;
        max-width: 80%;
    }
    .aboutSection5Inner img {
        position: relative;
        width: 100%;
        max-width: 120px;
        margin-bottom: -42px;
    }
    .menu a.active::after {
        transition: all 0.3s;
        width: 100%;
        max-width: 60px;
        margin: unset;
        left: 16px;
        bottom: 0;
    }
    .titlePages img {
        position: absolute;
        right: 0;
        bottom: -9px;
        width: 100%;
        max-width: 79px;
    }
    .gridPorduct {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
    }
    .productItem {
        width: 50%;
    }
    .gridCerti {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
    }
    .modalproductBox {
        background: #fff;
        width: 100%;
        max-width: 900px;
        position: relative;
        margin: 20px;
    }
    .modalproductInfo {
        display: flex;
        padding: 20px;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .itemInfo {
        flex: unset;
        width: 33.3%;
        margin-bottom: 10px;
    }
    .titlePages h1 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .titlePages {
        text-align: center;
    }
    .techContainer.gridtech {
        display: flex;
        flex-direction: column;
        width: calc(100% - 40px);
    }
    .techContainer {
        width: calc(100% - 40px);
        max-width: 900px;
        margin: 0 auto;
        padding: 20px;
    }
    .featuredItem {
        height: unset !important;
    }
    .gridoverall {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        flex-direction: column;
    }
    .overallitems {
        width: 100%;
        margin-bottom: 22px;
    }
    .overallitems.largecol {
        width: 100% !important;
    }
    div.tabbingBody h1 {
        font-family: 'Neothic';
        font-size: 16px;
        margin: 0px 6px 24px;
    }
    .tabbingProject {
        width: calc(100% - 40px);
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 50px;
        padding: 20px;
    }
    .itemProject {
        width: 50%;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }
    .headerTabbing h3 {
        background: white;
        color: #000;
        font-family: 'Neothic';
        padding: 10px 20px;
        font-size: 18px;
        cursor: pointer;
        line-height: 22px;
    }
    .newsItem {
        width: 100%;
    }
    .newGrid {
        width: calc(100% - 20px);
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 60px;
        padding: 10px;
    }
    .newsDetail {
        width: calc(100% - 40px);
        max-width: 700px;
        margin: 20px auto;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .contactBox {
        display: flex;
        flex-direction: column;
        padding: 0px 20px 20px;
        width: calc(100% - 40px);
    }
    .contactBox img {
        margin-top: 20px;
        width: 100%;
    }
    .ctaContainer {
        width: 100%;
        max-width: calc(100% - 40px);
        margin: 0 auto;
        padding: 40px 20px;
        display: flex;
        align-content: flex-end;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }
    
    .contentNews h3 {
        font-size: 18px;
        margin: 25px 0 15px 0;
    }
    
    .contentNews table {
        font-size: 12px;
        display: table;
        width: 100%;
    }
    
    .contentNews table th,
    .contentNews table td {
        padding: 8px 6px;
        font-size: 11px;
        min-width: 80px;
    }
    
    .contentNews table th {
        font-size: 12px;
    }
    .gridcalculator {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .fieldCal {
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 14px;
        font-weight: bold;
        flex: 1;
        padding: 0px 20px;
    }
    .formgrp {
        width: calc(100% - 20px);
        margin-bottom: 0px;
    }
    .notes {
        font-size: 12px;
        line-height: 18px;
        text-align: left;
        color: #737373;
        background: #F6F6F6;
        padding: 20px;
        border-radius: 4px;
        margin-top: 30px;
        margin: 20px;
    }
    img.banner-contact {
        object-fit: cover !important;
        height: 280px !important;
        max-width: 500px;
        margin-top: 20px !important;
        width: 100%;
    }
    
}

.emptynews {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #fe6347;
    background: #000000;
}

.contactAddress img {
    width: 100%;
    max-width: 90px;
    margin-bottom: 20px;
}

img.banner-contact {
    object-fit: cover !important;
    height: 780px;
    max-width: 500px;
    margin: 0px;
    width: 100%;
}

.contactAddress h5 {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
    background: #000;
    width: fit-content;
    padding: 10px 10px;
    color: #fff;
}
.heroSlider {
    position: relative;
}
.sideBlock {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
}
.hero {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    min-height: 681px;
}
.swiper {
    width: 100%;
    height: 681px;
}

.hero {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}

.slidernav {
    position: absolute;
    bottom: 70px;
    width: 100px;
    right: 0;
    left: 233px;
    margin: auto;
    z-index: 200;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 40px !important;
    height: 40px !important;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper {
    width: 583px;
    height: 470px;
}

body {
    width: 100vw;
    overflow-x: hidden !important;
}

.notes.smallnotes {
    margin-top: -10px;
    padding: 8px 14px !important;
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
    background: #fe63471f;
    color: #000;
    border-radius: 0px !important;
}