.container {
  margin: 0 auto;
  width: 1170px;
}
.header {
  width: 100%;
  background: #fff;
}
.header-in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.logo {
  margin: 12px 0 0;
}
.logo a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.nav > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.nav > ul > li {
  position: relative;
}
.nav > ul > li > a {
  padding: 25px;
  color: #403E48;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  font-size: 0.875em;
  font-weight: 700;
}
.nav > ul > li > a svg {
  margin: 0 0 10px;
  width: 24px;
  height: 24px;
  fill: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav > ul > li > a:hover {
  color: #403E48;
  background: #EFF1F4;
}
.nav > ul > li > ul {
  padding: 10px 0;
  top: 100%;
  left: 0;
  z-index: 80;
  display: none;
  position: absolute;
  background: #EFF1F4;
}
.nav > ul > li > ul > li > a {
  padding: 10px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  white-space: nowrap;
  color: #403E48;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
}
.nav > ul > li > ul > li > a:hover {
  color: #fff;
  background: #CB1A34;
}
.nav > ul > li:hover > ul {
  display: block;
}
.nav > ul > li:hover > a {
  color: #403E48;
  background: #EFF1F4;
}
.nav > ul > li:hover > a svg {
  fill: #403E48;
}
.nav > ul > li:hover .drop-nav {
  display: block;
}
.nav-active > a {
  background: #EFF1F4;
}
.nav-active > a svg {
  fill: #403E48 !important;
}
.nav > ul > li:hover .sub-nav {
  display: block;
}
.dropos {
  position: static !important;
}
.sub-nav {
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  position: absolute;
  background: #fff;
  border-top: 1px solid #EFF1F4;
}
.sub-nav-content {
  margin: 0 auto;
  width: 1170px;
  z-index: 0;
  max-height: 100vh;
  position: relative;
}
.panel1 {
  padding: 20px 0;
  width: 335px;
  min-height: 312px;
  background: #fff;
}
.panel1 ul li > a {
  padding: 10px 20px;
  display: flex;
  color: #403E48;
  font-weight: 400;
  font-size: 0.875em;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.panel1 ul li a svg {
  margin: 0 0 0 20px;
  width: 10px;
  height: 10px;
  fill: #403E48;
  transition: all 0.3s ease-in-out;
}
.panel1 ul li a:hover {
  color: #CB1A34;
}
.panel1 ul li a:hover svg {
  fill: #CB1A34;
}
.panel1 ul li:hover > a {
  color: #CB1A34 !important;
}
.panel1 ul li:hover > a svg {
  fill: #CB1A34 !important;
}
.panel1 ul li:first-child > .panel2 {
  display: block;
}
.panel1 ul li:hover > .panel2 {
  display: block;
}
.panel2 {
  padding: 30px 0 10px 335px;
  top: 0;
  width: 1170px;
  min-height: 100%;
  z-index: -2;
  display: none;
  overflow: hidden;
  position: absolute;
  background: #EFF1F4;
}
.panel2 span {
  margin: 0 0 0 25px;
  display: block;
  color: #403E48;
  font-weight: 700;
  font-size: 0.875em;
}
.panel2-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.panel2-box ul {
  margin: 0px 5px;
  width: calc(100% / 3 - 10px);
}
.panel2-box ul:nth-child(n+5) {
  display: none;
}

.panel2-box ul li { height: 32px; padding: 4px 0px; overflow: hidden; }

.all-see {
  margin: 10px 30px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
.all-see a {
  display: flex;
  color: #403E48;
  font-weight: 700;
  font-size: 0.875em;
}
.drop-nav {
  top: 100%;
  right: -320px;
  padding: 20px;
  width: 850px;
  display: none;
  z-index: 80;
  position: absolute;
  background: #EFF1F4;
}
.drop-nav > ul {
  margin: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drop-nav > ul > li {
  margin: 10px;
  width: calc(100% / 2 - 20px);
}
.drop-nav > ul > li:nth-child(n+3) {
  margin: 40px 10px 10px;
}
.drop-nav-box h4 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  white-space: nowrap;
  color: #CB1A34;
  font-size: 0.875em;
  font-weight: 700;
  border-bottom: 1px solid #CB1A34;
}
.drop-nav-box h4 a{
  color: #CB1A34;
  
}
.drop-nav-box ul li a {
  padding: 6px 0;
  overflow: hidden;
  white-space: nowrap;
  color: #403E48;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-box-orient: vertical;
}
.drop-nav-box ul li a:hover {
  color: #CB1A34;
}
.drop-nav-box ul li:first-child a {
  padding: 0 0 3px;
}
.drop-nav-box ul li:last-child a {
  padding: 3px 0 0;
}
.search {
  width: 80px;
  height: 100%;
  cursor: pointer;
  background: #EFF1F4;
}
.search a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.search a svg {
  width: 20px;
  height: 20px;
  fill: #403E48;
}
.slide {
  width: 100%;
}
.slide-box {
  width: 100%;
  height: 700px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.slide-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.slide-box-text {
  width: 1170px;
  position: absolute;
}
.slide-box-text span {
  display: block;
  color: #fff;
  font-size: 1.688em;
  font-weight: 400;
}
.slide-box-text h1 {
  line-height: 1;
  font-size: 5em;
  font-weight: 900;
  color: #CB1A34;
  text-transform: uppercase;
}
.slide-box-text p {
  width: 59%;
  line-height: 1.5;
  color: #fff;
  font-size: 1.125em;
  font-weight: 600;
}
.promise {
  padding: 60px 0;
}
.promise-head {
  max-width: 720px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.promise-head h1 {
  margin: 0 0 0 30px;
  color: #CB1A34;
  font-size: 2.25em;
  font-weight: 400;
}
.promise-head h1 span {
  font-size: 1em;
  font-weight: 700;
}
.promise-text {
  margin: 30px 0 0;
}
.promise-text p {
  line-height: 1.5;
  color: #666666;
  font-size: 1.25em;
  font-weight: 400;
}
.promise-text p:nth-child(n+2) {
  margin: 30px 0 0;
}
.short-areas {
  padding: 10px;
}
.short-areas-boxes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.short-areas-box {
  margin: 8px;
  width: calc(100% / 3 - 20px);
  height: 380px;
  position: relative;
  background: #EFF1F4;
}
.short-areas-box a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.short-areas-box a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.short-areas-box a::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 295px;
  position: absolute;
  background: url("../images/short_areas/figure.png") no-repeat;
}
.short-areas-box:nth-child(n+4) {
  width: calc(100% / 2 - 20px);
  height: 550px;
}
.short-areas-box-on {
  top: 40px;
  left: 40px;
  position: absolute;
}
.short-areas-box-on span {
  display: block;
  color: #403E48;
  font-size: 1.688em;
  font-weight: 700;
}
.other .short-areas-box {
  width: calc(100% / 2 - 20px);
  height: 547px;
}
.pes-box {
  -webkit-flex: 1.55;
  -moz-flex: 1.55;
  -ms-flex: 1.55;
  -o-flex: 1.55;
  flex: 1.55;
}
.ecss-box {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.our-difference {
  margin: 0 0 15px;
  background: url("../images/world_map.png") no-repeat center center;
}
.our-difference h1 {
  color: #1095D3;
  font-size: 3.125em;
  font-weight: 700;
  border-bottom: 1px solid #1095D3;
}
.our-difference-box {
  padding: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-bottom: 1px solid #1095D3;
}
.our-difference-box span {
  color: #1095D3;
  font-size: 5em;
  font-weight: 400;
}
.our-difference-box p {
  margin: 0 20px;
  color: #1095D3;
  font-size: 1.25em;
  font-weight: 400;
}
.less-about-us {
  margin: 0 0 15px;
  width: 100%;
  background: #F8F8F8;
}
.less-about-us-box {
  margin: 0 0 0 40px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.less-about-us-image {
  margin: 0 40px 0 0;
  width: calc(100% + 400px);
  min-height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.less-about-us-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.less-about-us-text h1 {
  color: #403E48;
  font-size: 1.688em;
  font-weight: 700;
}
.less-about-us-text p {
  margin: 20px 0 0;
  line-height: 1.5;
  text-align: justify;
  font-size: 1em;
  font-weight: 400;
  color: #666666;
}
.less-about-us-text a {
  margin: 40px 0 0;
  padding: 13px 25px;
  color: #403E48;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #403E48;
}
.less-about-us-text a:hover {
  color: #CB1A34;
  border: 1px solid #CB1A34;
}
.heading-area {
  width: 100%;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #EFF1F4;
  border-top: 2px solid #CB1A34;
}
.heading-area-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading-area-text h1 {
  color: #403E48;
  font-size: 1.4em;
  font-weight: 700;
}
.heading-area-text a {
  padding: 10px;
  background: #fff;
  color: #403E48;
  font-size: .9em;
  font-weight: 700;
}
.about-us {
  margin: 40px 0;
}
.about-us-text h1, .about-us-text h2, .about-us-text h3, .about-us-text h4, .about-us-text h5, .about-us-text h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.about-us-text p {
  margin: 20px 0 0;
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.about-us-box-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.about-us-box-it:nth-child(n+2) {
  margin: 40px 0 0;
}
.about-us-box-text {
  margin: 0 40px 0 0;
  width: 100%;
}
.about-us-box-text h1, .about-us-box-text h2, .about-us-box-text h3, .about-us-box-text h4, .about-us-box-text h5, .about-us-box-text h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.about-us-box-text p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.about-us-box-text p:nth-child(n+2) {
  margin: 20px 0 0;
}
.about-us-box-text-2 {
  margin: 0 0 0 40px;
  width: 100%;
}
.about-us-box-text-2 h1, .about-us-box-text-2 h2, .about-us-box-text-2 h3, .about-us-box-text-2 h4, .about-us-box-text-2 h5, .about-us-box-text-2 h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.about-us-box-text-2 p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.about-us-box-text-2 p:nth-child(n+2) {
  margin: 20px 0 0;
}
.about-us-box-image {
  width: 100%;
}
.about-us-box-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-us-box-y p > img {
  width: 252px;
}
.about-us-box-y > h1, .about-us-box-y h2, .about-us-box-y h3, .about-us-box-y h4, .about-us-box-y h5, .about-us-box-y h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.about-us-box-y > p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.about-us-box-y > p:nth-child(n+2) {
  margin: 20px 0 0;
}
.about-us-box-y ul {
  margin: 20px 0 0;
}
.about-us-box-y ul li {
  list-style: disc inside;
}
.about-us-box-y ul li span {
  line-height: 1.5;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.about-us-box-y ul li:nth-child(n+2) {
  margin: 10px 0 0;
}
.about-us-box-y:nth-child(n+2) {
  margin: 40px 0 0;
}
.social-res-boxes {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-res-box {
  margin: 20px;
  width: calc(100% / 2 - 40px);
  -webkit-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -o-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
}
.social-res-box-image {
  width: 100%;
}
.social-res-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-res-box-text {
  padding: 20px;
}
.social-res-box-text span {
  color: #403E48;
  font-size: 0.875em;
  font-weight: 400;
}
.social-res-box-text p {
  margin: 20px 0 0;
  line-height: 1.5;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-box-orient: vertical;
}
.mission-values-boxes,
.company-citizenship-boxes,
.capabilities-boxes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mission-values-box,
.company-citizenship-box,
.capabilities-box {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.mission-values-box:nth-child(2),
.company-citizenship-box:nth-child(2),
.capabilities-box:nth-child(2) {
  margin: 0 0 0 40px;
}
.contact-us {
  margin: 40px 0;
}
.contact-us-info {
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid #E7EBEE;
  border-bottom: 1px solid #E7EBEE;
}
.contact-us-info-box {
  padding: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.contact-us-info-box svg {
  margin: 0 0 20px;
  width: 32px;
  height: 32px;
  fill: #CB1A34;
}
.contact-us-info-box span {
  text-align: center;
  color: #403E48;
  font-size: 0.875em;
  font-weight: 700;
}
.contact-us-info-box:nth-child(n + 2) {
  border-left: 1px solid #E7EBEE;
}
.contact-us-mf {
  margin: 40px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.request-us-map {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.contact-us-map {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.request-us-map-box, .contact-us-map-box {
  width: 100%;
}
.request-us-map-box > ul, .contact-us-map-box > ul {
  border: 1px solid #E7EBEE;
}
.request-us-map-box > ul > li, .contact-us-map-box > ul > li {
  padding: 20px;
  cursor: pointer;
  border-left: 4px solid transparent;
}
.request-us-map-box > ul > li span, .contact-us-map-box > ul > li span {
  white-space: nowrap;
  color: #CB1A34;
  font-size: 0.875em;
  font-weight: 700;
}
.request-us-map-box > ul > li:nth-child(n + 2), .contact-us-map-box > ul > li:nth-child(n + 2) {
  border-top: 1px solid #E7EBEE;
}
.request-us-map-box-in ul, .contact-us-map-box-in ul {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #E7EBEE;
}
.request-us-map-box-in ul li, .contact-us-map-box-in ul li {
  padding: 10px 0;
}
.request-us-map-box-in ul li p, .contact-us-map-box-in ul li p {
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.request-us-map-box-in ul li:first-child, .contact-us-map-box-in ul li:first-child {
  padding: 0 0 10px;
}
.request-us-map-box-in ul li:last-child, .contact-us-map-box-in ul li:last-child {
  padding: 10px 0 0;
}
.request-us-map-box-if, .contact-us-map-box-if {
  margin: 20px 0 0;
  height: 150px;
}
.request-us-map-box-if iframe, .contact-us-map-box-if iframe {
  width: 100%;
  height: 100%;
}
.cumb-active {
  border-left: 4px solid #CB1A34 !important;
}
.request-us-form {
  margin: 0 0 0 40px;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  -o-flex: 2;
  flex: 2;
}
.contact-us-form {
  margin: 0 0 0 40px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.request-us-form p{ color: #999; font-size: 0.8em; line-height: 1.5em; margin-bottom: 20px; }
.request-us-form form label, .contact-us-form form label {
  margin: 0 0 10px;
  display: block;
  color: #403E48;
  font-size: 0.875em;
  font-weight: 700;
}
.request-us-form form input, .contact-us-form form input {
  margin: 0 0 20px;
  padding: 12px 20px;
  width: 100%;
  outline: none;
  color: #403E48;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 400;
  border: 2px solid #E7EBEE;
}
.request-us-form form input::placeholder, .contact-us-form form input::placeholder {
  color: #403E48;
}
.request-us-form form input:focus, .contact-us-form form input:focus {
  border: 2px solid #CB1A34;
}
.request-us-form form textarea, .contact-us-form form textarea {
  margin: 0 0 20px;
  padding: 12px 20px;
  width: 100%;
  min-height: 110px;
  outline: none;
  resize: vertical;
  color: #403E48;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  font-size: 0.875em;
  font-weight: 400;
  border: 2px solid #E7EBEE;
}
.request-us-form form textarea::placeholder, .contact-us-form form textarea::placeholder {
  color: #403E48;
}
.request-us-form form textarea:focus, .contact-us-form form textarea:focus {
  border: 2px solid #CB1A34;
}
.request-us-form form button, .contact-us-form form button {
  padding: 13px 25px;
  width: 100%;
  border: none;
  outline: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
  background: #CB1A34;
}
.request-us-form form button svg, .contact-us-form form button svg {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  fill: #fff;
}
.request-us-form form button:hover, .contact-us-form form button:hover {
  opacity: 0.7;
}
.subject {
  margin: 0 0 20px;
}
.capabilities {
  margin: 40px 0;
}
.capabilities-box-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.capabilities-box-it:nth-child(n+2) {
  margin: 40px 0 0;
}
.capabilities-box-text {
  margin: 0 40px 0 0;
  width: 100%;
}
.capabilities-box-text h1, .capabilities-box-text h2, .capabilities-box-text h3, .capabilities-box-text h4, .capabilities-box-text h5, .capabilities-box-text h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.capabilities-box-text p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.capabilities-box-text p:nth-child(n+2) {
  margin: 20px 0 0;
}
.capabilities-box-text-2 {
  margin: 0 0 0 40px;
  width: 100%;
}
.capabilities-box-text-2 h1, .capabilities-box-text-2 h2, .capabilities-box-text-2 h3, .capabilities-box-text-2 h4, .capabilities-box-text-2 h5, .capabilities-box-text-2 h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.capabilities-box-text-2 p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.capabilities-box-text-2 p:nth-child(n+2) {
  margin: 20px 0 0;
}
.capabilities-box-image {
  width: 100%;
}
.capabilities-box-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.capabilities-box-y > img {
  width: 252px;
  display: block;
}
.capabilities-box-y > h1, .capabilities-box-y h2, .capabilities-box-y h3, .capabilities-box-y h4, .capabilities-box-y h5, .capabilities-box-y h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.capabilities-box-y > h1:nth-child(n+2), .capabilities-box-y h2:nth-child(n+2), .capabilities-box-y h3:nth-child(n+2), .capabilities-box-y h4:nth-child(n+2), .capabilities-box-y h5:nth-child(n+2), .capabilities-box-y h6:nth-child(n+2) {
  margin: 20px 0 0;
}
.capabilities-box-y > span {
  display: block;
  color: #403E48;
  font-size: 1.2em;
  font-weight: 700;
}
.capabilities-box-y > span:nth-child(n+2) {
  margin: 20px 0 0;
}
.capabilities-box-y > p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.capabilities-box-y > p:nth-child(n+2) {
  margin: 20px 0 0;
}
.capabilities-box-y ul {
  margin: 20px 0 0;
}
.capabilities-box-y ul li {
  list-style: disc inside;
}
.capabilities-box-y ul li span {
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.capabilities-box-y ul li:nth-child(n+2) {
  margin: 10px 0 0;
}
.capabilities-box-y:nth-child(n+2) {
  margin: 40px 0 0;
}
.capabilities-image {
  margin: -20px;
  padding: 40px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capabilities-image-box {
  margin: 20px;
  width: calc(100% / 3 - 40px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -o-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
}
.capabilities-image-box img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.capabilities-image-box span {
  padding: 20px;
  min-height: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  color: #403E48;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: #fff;
  font-size: 0.875em;
  font-weight: 700;
}
.news {
  margin: 40px 0;
}
.news-boxes {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-box {
  margin: 20px;
  width: calc(100% / 3 - 40px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -o-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
}
.news-box-image {
  width: 100%;
  height: 250px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.news-box-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.news-box-text {
  padding: 20px;
  border-top: 1px solid #E7EBEE;
}
.news-box-text span {
  display: block;
  color: #403E48;
  font-size: 0.875em;
  font-weight: 400;
}
.news-box-text h1, .news-box-text h2, .news-box-text h3, .news-box-text h4, .news-box-text h5, .news-box-text h6 {
  margin: 20px 0 0;
  min-height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #CB1A34;
  font-size: 1.2em;
  font-weight: 700;
  -webkit-box-orient: vertical;
}
.news-box-text p {
  margin: 20px 0 0;
  line-height: 1.5;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-box-orient: vertical;
}
.news-box-buttons {
  margin: 20px 0 0;
  padding: 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid #E7EBEE;
}
.news-box-buttons a {
  padding: 13px 25px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
}
.news-box-buttons a:nth-child(1) {
  color: #fff;
  background: #CB1A34;
}
.news-box-buttons a:nth-child(2) {
  margin: 0 0 0 20px;
  color: #CB1A34;
  border: 1px solid #CB1A34;
}
.news-box-buttons a:hover {
  opacity: 0.7;
}
.news-in-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.news-in-box-text {
  flex: 1;
}
.news-in-box-text h1, .news-in-box-text h2, .news-in-box-text h3, .news-in-box-text h4, .news-in-box-text h5, .news-in-box-text h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.news-in-box-text h1:nth-child(n+2), .news-in-box-text h2:nth-child(n+2), .news-in-box-text h3:nth-child(n+2), .news-in-box-text h4:nth-child(n+2), .news-in-box-text h5:nth-child(n+2), .news-in-box-text h6:nth-child(n+2) {
  margin: 20px 0 0;
}
.news-in-box-text p {
  margin: 20px 0 0;
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}

.news-in-box-text p:nth-child(n+2) {
  margin: 20px 0 0;
}
.news-in-box-image {
  margin: 0 40px 0 0;
  flex: 1;
}
.news-in-box-image img {
  width: 100%;
  max-width: 360px;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-in-box-text img{ max-width: 360px; }
.news-in-pos {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display: flex;
}
.news-in-pos:nth-child(n+2) {
  margin: 0 0 0 40px;
}
.news-main {
  margin-left: 40px;
}







.news-main button {
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #F5F5F5;
  margin-top: 30px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.news-main button small {
  margin: 0;
  padding-right: 20px;
  font-size: .9em;
  color: #565656;
  font-weight: 700;
  display: block;
  padding: 20px;
  text-transform: uppercase;
}




.news-main p {
  line-height: 1.5;
  text-align: justify;
  color: #666;
  font-size: .875em;
  font-weight: 400;
}
.flexible {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.flexible li:nth-child(n+2) {
  margin: 0px 0px 0px 20px !important;
}
.news-other {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #E7EBEE;
}
.news-other > h1, .news-other > h2, .news-other > h3, .news-other > h4, .news-other > h5, .news-other > h6 {
  margin: 0 0 40px;
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.careers {
  margin: 40px 0;
}
.careers-text {
  margin: 0 0 40px;
}
.careers-text h1, .careers-text h2, .careers-text h3, .careers-text h4, .careers-text h5, .careers-text h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.careers-text p {
  margin: 20px 0 0;
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.careers-text ul {
  margin: 20px 0 0;
}
.careers-text ul li {
  list-style: disc inside;
}
.careers-text ul li span {
  line-height: 1.5;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.careers-text ul li:nth-child(n+2) {
  margin: 10px 0 0;
}
.careers-head {
  margin: 0 0 40px;
  padding: 40px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #E7EBEE;
}
.careers-head > h1, .careers-head > h2, .careers-head > h3, .careers-head > h4, .careers-head > h5, .careers-head > h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.careers-head button {
  padding: 13px 25px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  color: #CB1A34;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
  border: 1px solid #CB1A34;
}
.careers-head button:hover {
  opacity: 0.7;
}
.careers-boxes {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.careers-box {
  margin: 20px;
  padding: 20px;
  width: calc(100% / 3 - 40px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -o-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
}
.careers-box-top h1, .careers-box-top h2, .careers-box-top h3, .careers-box-top h4, .careers-box-top h5, .careers-box-top h6 {
  color: #403E48;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 1.2em;
  font-weight: 700;
  -webkit-box-orient: vertical;
}
.careers-box-top p {
  margin: 20px 0 0;
  line-height: 1.5;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-box-orient: vertical;
}
.careers-box-bottom {
  margin: 20px 0 0;
  padding: 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid #E7EBEE;
}
.careers-box-bottom a {
  padding: 13px 25px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
}
.careers-box-bottom a:nth-child(1) {
  color: #CB1A34;
  border: 1px solid #CB1A34;
}
.careers-box-bottom a:nth-child(2) {
  margin: 0 0 0 20px;
  color: #fff;
  background: #CB1A34;
}
.careers-box-bottom a:hover {
  opacity: 0.7;
}
.careers-buttons button {
  padding: 13px 25px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  color: #CB1A34;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
  border: 1px solid #CB1A34;
}
.careers-buttons button:hover {
  opacity: 0.7;
}
.products {
  margin: 40px 0;
}
.product-box-images {
  margin: 20px -10px;
  display: flex;
  flex-wrap: wrap;
}
.product-box-image {
  margin: 10px;
  flex: calc(100% / 4 - 20px);
}
.product-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-box {
  margin: 0 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.products-box-text p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.products-box-text p:nth-child(n+2) {
  margin: 20px 0 0;
}
.products-box-image {
  margin: 0 0 40px;
}
.products-box-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.products-box-pos {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.products-box-pos:nth-child(n+2) {
  margin: 0 0 0 40px;
}
.products-box-pos:nth-child(n+2) .products-box-other {
  margin: 0 0 40px;
}
.products-box-pos:nth-child(n+2) .products-box-other-image {
  width: calc(100% / 3 - 40px);
  height: 180px;
}
.products-box-other {
  margin: 40px 0;
}
.products-box-other-images {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-box-other-image {
  margin: 20px;
  width: calc(100% / 2 - 40px);
  height: 180px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.products-box-other-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.products-project {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-project-box {
  margin: 20px;
  width: calc(100% / 4 - 40px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -o-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
}
.products-project-box-image {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.products-project-box-image a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.products-project-box-image a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.products-project-box-text {
  padding: 20px;
  border-top: 1px solid #E7EBEE;
}
.products-project-box-text a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.products-project-box-text a h1, .products-project-box-text a h2, .products-project-box-text a h3, .products-project-box-text a h4, .products-project-box-text a h5, .products-project-box-text a h6 {
  font-size: 0.875em;
  font-weight: 700;
}
.project-x {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #E7EBEE;
}
.product-details-box {
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
  display: block;
}
.product-details-box-pos {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.product-details-box-pos:nth-child(n+2) {
  /*margin: 0 0 0 40px;*/
  margin: 0;
}
.product-details-box-image {
  margin: 0 0 40px;
  width: 100%;
  height: 400px;
}
.product-details-box-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.product-details-box-text h1, .product-details-box-text h2, .product-details-box-text h3, .product-details-box-text h4, .product-details-box-text h5, .product-details-box-text h6 {
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.product-details-box-text h1:nth-child(n+2), .product-details-box-text h2:nth-child(n+2), .product-details-box-text h3:nth-child(n+2), .product-details-box-text h4:nth-child(n+2), .product-details-box-text h5:nth-child(n+2), .product-details-box-text h6:nth-child(n+2) {
  margin: 20px 0 0;
}
.product-details-box-text span {
  display: block;
  /*color: #403E48;*/
  font-size: 1.2em;
}
.product-details-box-text span:nth-child(n+2) {
  margin: 20px 0 0;
}
.product-details-box-text p {
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.product-details-box-text p:nth-child(n+2) {
  margin: 20px 0 0;
}

.about-us-box-y ul, .product-details-box-text ul{
  margin: 10px 0px;
}

.about-us-box-y ul li, .product-details-box-text ul li {
  line-height: 1.6;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}


.product-details-box-text table { 
border-collapse: collapse; 
margin:10px 0;
width: 100%;
}

.product-details-box-text table tbody{
border:1px solid #ddd;
}

.product-details-box-text table tr:nth-of-type(odd) { 
background: #f9f9f9; 
}

.product-details-box-text table th { 
background: #3498db; 
color: white; 
font-weight: bold; 
}

.product-details-box-text table td, .product-details-box-text table th { 
padding: 10px !important;
border-top: 1px solid #ddd; 
border-bottom: 1px solid #ddd;  
text-align: left; 
font-size: 0.9em;
color: #586977;
}

.product-details-box-text table tr:hover{ background: #f3f3f3;  }






.product-details-box .products-box-other {
  margin: 40px 0 0;
}
.product-details-box .products-box-other-image {
  width: calc(100% / 3 - 40px);
  height: 150px;
}
.product-details-document {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #E7EBEE;
}
.product-details-document h1, .product-details-document h2, .product-details-document h3, .product-details-document h4, .product-details-document h5, .product-details-document h6 {
  margin: 0 0 40px;
  color: #CB1A34;
  font-size: 1.688em;
  font-weight: 700;
}
.product-details-document ul {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product-details-document ul li {
  margin: 20px;
  width: calc(100% / 4 - 40px);
}
.product-details-document ul li a {
  padding: 20px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #CB1A34;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
  border: 1px solid #CB1A34;
}
.product-details-document ul li a:hover {
  opacity: 0.7;
}
.companies {
  margin: 40px 0;
}
.companies-boxes {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.companies-box {
  margin: 20px;
  padding: 20px;
  width: calc(100% / 4 - 40px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -o-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
}
.companies-box-image a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.companies-box-text {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #E7EBEE;
}
.companies-box-text a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.companies-box-text a span {
  color: #403E48;
  font-size: 0.875em;
  font-weight: 400;
}
.events {
  margin: 40px 0;
}
.events-boxes {
  margin: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.events-box {
  margin: 20px;
  width: calc(100% / 3 - 40px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  -o-box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
  box-shadow: 0 5px 10px rgba(64, 62, 72, 0.1);
}
.events-box-image {
  width: 100%;
  height: 200px;
}
.events-box-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.events-box-text {
  padding: 20px;
  border-top: 1px solid #E7EBEE;
}
.events-box-text h1, .events-box-text h2, .events-box-text h3, .events-box-text h4, .events-box-text h5, .events-box-text h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #CB1A34;
  font-size: 1.2em;
  font-weight: 700;
  -webkit-box-orient: vertical;
}
.events-box-text p {
  margin: 20px 0 0;
  line-height: 1.5;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-box-orient: vertical;
}
.events-box-info {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #E7EBEE;
}
.events-box-info-icons ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.events-box-info-icons ul li svg {
  width: 20px;
  height: 20px;
  fill: #CB1A34;
}
.events-box-info-icons ul li span {
  margin: 0 0 0 20px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  display: block;
  text-align: justify;
  color: #403E48;
  font-size: 0.875em;
  font-weight: 400;
}
.events-box-info-icons ul li:nth-child(n+2) {
  margin: 20px 0 0;
}
.events-box-buttons {
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.events-box-buttons a {
  padding: 13px 25px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 700;
}
.events-box-buttons a:first-child {
  color: #fff;
  background: #CB1A34;
}
.events-box-buttons a:last-child {
  margin: 0 0 0 20px;
  color: #CB1A34;
  border: 1px solid #CB1A34;
}
.events-box-buttons a:hover {
  opacity: 0.7;
}
.search-x {
  margin: 40px 0;
}
.search-x-input {
  margin: 0 auto;
  width: 50%;
  position: relative;
}
.search-x-input input {
  padding: 0 40px 20px 0;
  width: 100%;
  border: none;
  outline: none;
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 400;
  border-bottom: 1px solid #E7EBEE;
}
.search-x-input input:focus {
  border-bottom: 1px solid #403E48;
}
.search-x-input-icon {
  top: 0;
  right: 0;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.search-x-input-icon svg {
  width: 20px;
  height: 20px;
  fill: #403E48;
}
.search-x-result {
  margin: 40px 0 0;
  text-align: center;
}
.search-x-result span {
  color: #403E48;
  font-size: 0.875em;
  font-weight: 700;
}
.footer {
  padding: 100px 0;
  width: 100%;
  background: #FCFCFC;
}
.footer-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box ul li span {
  margin: 0 0 10px;
  display: block;
  color: #403E48;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
}
.footer-nav-box ul li a {
  padding: 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 400;
}
.footer-nav-box ul li a:hover {
  color: #CB1A34;
}
.footer-nav-box ul:nth-child(n+2) {
  margin: 30px 0 0;
}
.footer-nav-box:last-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-nav-box:last-child ul:nth-child(n+2) {
  margin: 26px 0 0 40px;
}
.footer-nav-box:nth-child(n+2) {
  padding: 0 0 0 40px;
  border-left: 1px solid #E7EBEE;
}
.footer-nav-box .logo {
  margin: 0;
  display: inline-block;
}
.footer-info {
  margin: 20px 0 0;
}
.footer-info p {
  width: 300px;
  line-height: 1.5;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
  -webkit-box-orient: vertical;
}
.footer-info p:nth-child(n+2) {
  margin: 20px 0 0;
}
.footer-info a {
  margin: 10px 0 0;
  color: #403E48;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
}
.footer-info a:hover {
  text-decoration: underline;
}
.ft {
  font-size: 1.5em !important;
  font-weight: 400;
}
.socials {
  margin: 20px 0 0;
}
.socials ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.socials ul li a {
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socials ul li a svg {
  width: 24px;
  height: 24px;
  fill: #403E48;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socials ul li a:hover svg {
  fill: #CB1A34;
}
.socials ul li:nth-child(n+2) {
  margin: 0 0 0 20px;
}
.bottom {
  padding: 20px 0;
  width: 100%;
  background: #f7f7f7;
}
.bottom-in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.copyright span {
  display: block;
  color: #403E48;
  font-size: 0.875em;
  font-weight: 400;
}
.engin-tasarim a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.engin-tasarim a img {
  width: 100px;
  height: 21px;
}
.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  background: rgba(64, 62, 72, 0.2);
}
.modal-content {
  margin: 50px auto;
  padding: 20px;
  max-width: 900px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -ms-border-radius: 4px 0 4px 4px;
  -o-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
}
.modal-content .order-list {
  margin: 20px 0 0;
}
.modal-close {
  top: 0;
  right: -44px;
  position: absolute;
}
.modal-close button {
  padding: 10px;
  border: none;
  outline: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #fff;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.modal-close button svg {
  width: 24px;
  height: 24px;
  fill: #403E48;
}
.modal::-webkit-scrollbar {
  width: 0;
}
.careers-modal {
  z-index: 999;
  display: none;
}
.careers-dropcv h3 {
  margin: 0 0 20px;
  color: #CB1A34;
  font-size: 1.2em;
  font-weight: 700;
}
.careers-dropcv p {
  margin: 0 0 20px;
  line-height: 1.5;
  text-align: justify;
  color: #666666;
  font-size: 0.875em;
  font-weight: 400;
}
.careers-dropcv form {
  margin: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.careers-dropcv form select {
  width: 100% !important;
}
.careers-dropcv form input,select {
  margin: 10px !important;
  padding: 13px 20px !important;
  width: calc(100% / 3 - 20px);
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #403E48 !important;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em !important;
  font-weight: 400 !important;
  border: 1px solid #E7EBEE;
}
.careers-dropcv form input::placeholder {
  color: #666666;
}
.careers-dropcv form input:focus {
  border: 1px solid #CB1A34;
}
.careers-dropcv form textarea {
  margin: 10px;
  padding: 20px;
  width: 100%;
  min-height: 150px;
  outline: none;
  resize: vertical;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #403E48;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 400;
  border: 1px solid #E7EBEE;
}
.careers-dropcv form textarea::placeholder {
  color: #666666;
}
.careers-dropcv form textarea:focus {
  border: 1px solid #CB1A34;
}
.careers-dropcv form button {
  margin: 10px;
  padding: 13px 25px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  font-weight: 400;
  background: #CB1A34;
}
.careers-dropcv form button:hover {
  opacity: 0.7;
}
.cookies {
  left: 0;
  bottom: 0;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  background: #EFF1F4;
}
.cookies-in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cookies-in p {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  line-height: 1.5;
  text-align: justify;
  color: #403E48;
  font-size: 1em;
  font-weight: 400;
}
.cookies-in p a {
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
}
.cookies-in > a {
  margin: 0 0 0 40px;
  padding: 10px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 700;
  color: #CB1A34;
  border: 1px solid #CB1A34;
}
.less-ea {
  padding: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.less-event {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.less-event h1 {
  color: #403E48;
  font-size: 1.688em;
  font-weight: 700;
}
.less-event-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.less-event-box-image {
  width: 180px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  background: #CB1A34;
}
.less-event-box-image a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.less-event-box-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.less-event-box-text {
  padding: 20px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.less-event-box-text time {
  color: #403E48;
  font-size: 1em;
  font-weight: 400;
}
.less-event-box-text p {
  margin: 10px 0 0;
  line-height: 1.5;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 1em;
  font-weight: 400;
  color: #666666;
  -webkit-box-orient: vertical;
}
.less-event-box-text a {
  margin: 10px 0 0;
  display: block;
  color: #CB1A34;
  font-size: 1em;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.less-event-box-text a span {
  color: #403E48;
}
.less-event-box-text a:hover {
  color: #403E48;
}
.less-event-box:nth-child(n+2) {
  margin: 20px 0 0;
}
.less-events-h {
  margin: 40px 0;
}
.less-events-h-head {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.less-events-h-head h4 {
  color: #403E48;
  font-size: 1.688em;
  font-weight: 700;
}
.less-events-h-head a {
  display: flex;
  color: #403E48;
  font-size: 0.9em;
  font-weight: 700;
}
.mobile-nav-icon {
  display: none;
  cursor: pointer;
  align-items: center;
}
.mobile-nav-icon span {
  margin: 0 10px 0 0;
  color: #403E48;
  font-size: 0.9em;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-nav-icon svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
.mobile-nav-in ul li .search-x-input {
  margin: 20px 0;
  padding: 0 20px;
  width: 100%;
}
.mobile-nav-in ul li .search-x-input input {
  padding: 10px 20px;
  border: 1px solid #E7EBEE;
}
.mobile-nav-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  position: fixed;
  background: rgba(0,0,0,.6);
}
.mobile-nav-cont {
  top: 0;
  left: -999px;
  width: 45%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  transition: all .5s ease;
}
.mobile-nav-x {
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-nav-in > ul li:nth-child(n+2) {
  border-top: 1px solid rgba(159,172,189,.3);
}
.mobile-nav-in > ul > li a {
  padding: 13px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #403E48;
  font-size: 0.875em;
  font-weight: 700;
  align-items: center;
}
.mobile-nav-in > ul > li a svg {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  fill: #000;
}
.mobile-nav-in > ul > li ul {
  display: none;
  background: #f8f8f8;
  border-top: 1px solid rgba(159,172,189,.3);
}
.mobile-nav-in > ul > li ul li a {
  padding: 13px 46px;
}
.mobile-down-icon {
  padding: 15px 20px;
  width: 100%;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mobile-down-icon svg {
  width: 13px;
  height: 13px;
  fill: #000;
}

.product-details-document #AagerProductForm {
  min-height: 575px;
}

.ErgilInlineFormStyle {
  display: flex;
  flex-wrap: wrap;
}

.ErgilInlineFormStyle p.errors {
  width: 100%;
}

.ErgilInlineFormStyle p.submit {
  padding: 10px !important;
  width: calc(100% / 3);
}

.ErgilInlineFormStyle p.submit input {
  color: #fff !important;
  font-weight: 700 !important;
  background: #cb1b35 !important;
  border-color: transparent !important;
}

.ErgilInlineFormStyle .form-element {
  padding: 8px;
  width: calc(100% / 3);
}
/* Animate */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@media screen and (max-width: 1228px) {
  .container,
  .sub-nav-content {
    width: 90%;
  }
  .panel2 {
    width: 100%;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-nav {
    flex-wrap: wrap;
  }
  .footer-nav-box {
    margin: 20px;
    width: calc(100% / 2 - 40px);
  }
  .footer-nav-box:nth-child(n+2) {
    margin: 20px;
    padding: 0;
    border-left: none;
  }
}
@media screen and (max-width: 1170px) {
  .mobile-nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo {
    margin: 12px 0;
  }
  .nav {
    display: none;
  }
}
@media (max-width: 1155px) {
  .product-details-document #AagerProductForm {
    min-height: 855px;
  }
}
@media screen and (max-width: 1024px) {
  .ErgilInlineFormStyle .form-element {
    width: calc(100% / 2) !important;
  }
  .container,
  .slide-box-text {
    width: 90%;
  }
  .slide-box-text span,
  .slide-box-text h1,
  .slide-box-text p {
    width: 90%;
  }
  .less-about-us-image {
    display: none;
  }
  .less-about-us-text {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-details-document #AagerProductForm {
    min-height: 1375px;
  }
  .form-element {
    width: 100% !important;
  }
  .products-project-box{ width: calc(100% / 2 - 40px); }
  .capabilities-boxes {
    flex-direction: column;
  }
  .news-in-box-image {
    flex-direction: column;
  }
  .capabilities-box-text-2 {
    margin: 40px 0 0;
  }
  .capabilities-image-box {
    width: calc(100% / 2 - 40px);
  }
  .news-in-pos {
    flex-direction: column;
  }
  .news-in-box-image {
    margin: 0 0 10px;
  }
  .news-box {
    width: calc(100% / 2 - 40px);
  }
  .careers-box {
    width: calc(100% / 2 - 40px);
  }
  .social-res-box {
    width: calc(100% / 1 - 40px);
  }
  .about-us-box-it {
    flex-direction: column-reverse;
  }
  .about-us-box-text {
    margin: 40px 0 0;
  }
  .mission-values-boxes,
  .company-citizenship-boxes {
    flex-direction: column;
  }
  .mission-values-box:nth-child(2), .company-citizenship-box:nth-child(2), .capabilities-box:nth-child(2) {
    margin: 40px 0 0;
  }
  .cookies-in {
    flex-direction: column;
  }
  .cookies-in > a {
    margin: 40px 0 0;
  }
  .mobile-nav-cont {
    width: 80vw;
  }
  .slide-box-text h1 {
    font-size: 3em;
  }
  .slide-box-text p,
  .slide-box-text span {
    font-size: 0.7em;
  }
  .events-box {
    width: calc(100% / 2 - 40px);
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footer-nav-box:nth-child(n+2) {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #E7EBEE;
  }
  .footer-nav-box ul {
    width: 100%;
  }
  .pes-box,
  .ecss-box {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;
  }
  .promise-head {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .promise-head h1 {
    margin: 30px 0 0;
    text-align: center;
  }
  .promise-text p {
    text-align: center;
  }
  .contact-us-mf,
  .our-difference-box,
  .footer-in {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .contact-us-map {
    width: 100%;
  }
  .contact-us-form {
    margin: 40px 0 0;
    width: 100%;
  }
  /*.products-box {
    width: calc(100% / 2 - 40px);
  }*/
  .other .short-areas-box,
  .short-areas-box {
    height: 300px;
  }
  .short-areas-box:nth-child(n + 4) {
    height: 300px;
  }
  .contact-us-map-box > ul > li span {
    white-space: inherit;
  }
  .heading-area {
    height: 100px;
  }
  .our-difference-box p {
    text-align: center;
  }
  .slide-box {
    height: 350px;
  }
  .promise {
    padding: 40px 0 20px;
  }
  .our-difference h1,
  .less-about-us-text,
  .less-about-us-text p {
    text-align: center;
  }
  .capabilities-box-it{ display: block; }
  .request-us-form{ margin: 30px 0 0 0;  width: 100%; }
  .request-us-map-box > ul > li span{ font-size: 0.7em; }
  .request-us-map{ display: block; width: 100%; }


	.product-details-box-text table { 
	width: 100%; 
	}

	.product-details-box-text table, .product-details-box-text thead, .product-details-box-text tbody, .product-details-box-text th, .product-details-box-text td, .product-details-box-text tr { 
	display: block; 
	}

	.product-details-box-text table thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

	.product-details-box-text table tr { border: 1px solid #ccc; }

	.product-details-box-text table td { 
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
	}

	.product-details-box-text table td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	content: attr(data-column);
	color: #000;
	font-weight: bold;
	}


}
@media (max-width: 640px) {
  .heading-area-text {
    flex-direction: column;
  }
  .heading-area-text a {
    margin: 10px 0 0;
  }
  .heading-area {
    height: 120px;
  }

  .ErgilInlineFormStyle .form-element {
    width: calc(100%) !important;
  }

}
@media screen and (max-width: 480px) {

  .products-project-box{ width: 100%; }
  .container{ width: 87%; }
  .news-box {
    width: calc(100% / 1 - 40px);
  }
  .news-in-box-text img{ width: 100%; }
  .news-in-pos img{ width: 100%;  }
  .careers-box {
    width: calc(100% / 1 - 40px);
  }
  .events-box {
    width: calc(100% / 1 - 40px);
  }
  .products-box {
    width: 100%;
  }
  .capabilities-image-box {
    width: calc(100% / 1 - 40px);
  }
  .header .container,
  .nav,
  .nav ul li,
  .footer .container,
  .footer-nav {
    width: 90%;
  }
  .nav ul li a {
    padding: 20px 0px;
    width: 100%;
  }
  .short-areas-box {
    width: calc(100% / 1 - 20px);
  }
  .other .short-areas-box {
    width: calc(100% / 1 - 20px);
  }
  .short-areas-box:nth-child(n + 4) {
    width: calc(100% / 1 - 20px);
  }
  .footer-nav-box{ width: 100%; }
  .footer-info p{ width: 100%; }
}
@media screen and (max-width: 320px) { 
}
/*# sourceMappingURL=design.css.map */
.pagination {
    margin: 40px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.pagination li:nth-child(n+2) {
    margin: 0 0 0 20px
}
.pagination li.active a {
    background: #cb1a34!important;
    color: #fff
}
.pagination li a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: block;
    padding: 8px 15px;
    color: #000;
    font-weight: 500;
    font-size: .9em;
    border: 1px solid #cb1a34;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.pagination li a:hover {
    background: #cb1a34;
    color: #fff

}
.not-found {
    width: 100%;
    height: 100vh;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.not-found-image {
    margin: 0 0 40px;
}
.not-found-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.not-found-content h1 {
    color: #000;
    font-size: 2.6em;
    font-weight: 500;
}
.not-found-content p {
    margin: 20px 0 0;
    color: #000;
    font-size: 1.6em;
    font-weight: 400;
}
.not-found-content span {
    margin: 40px 0 0;
    display: block;
    color: #000;
    font-size: 0.95em;
    font-weight: 400;
}
.not-found-content ul {
    margin: 20px 0 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.not-found-content ul li a {
    padding: 10px;
    display: block;
    color: #00A6E7;
    font-size: 0.95em;
    font-weight: 400;
}
.g-recaptcha {
  margin:10px;
}



#ErgilInlineFormStyle p{
  margin: 0 !important;
}

#ErgilInlineFormStyle p.no-label{
  font-size: 0.8em !important;
  color: #CB1A34;
}

#ErgilInlineFormStyle p.errors{
  display: block;
  background: none;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  font-size: 0.7em !important;
  font-weight: 700;
  color: #CB1A34;
}

.g-recaptcha{
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

#ErgilInlineFormStyle{
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}

#ErgilInlineFormStyle label {
  margin: 0 0 10px;
  display: block;
  color: #403E48;
  font-size: 0.875em !important;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

#ErgilInlineFormStyle input, #ErgilInlineFormStyle select {
  margin: 0 0 10px !important;
  padding: 12px 20px !important;
  width: 100%;
  outline: none;
  color: #403E48;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em !important;
  font-weight: 400;
  border: 2px solid #E7EBEE;
}

#ErgilInlineFormStyle input::placeholder,  #ErgilInlineFormStyle select::placeholder{
  color: #403E48;
}

#ErgilInlineFormStyle input:focus, #ErgilInlineFormStyle select:focus {
  border: 2px solid #CB1A34;
}

#ErgilInlineFormStyle textarea {
  margin: 0 0 20px !important;
  padding: 12px 20px !important;
  width: 100%;
  height: 47px;
  outline: none;
  resize: vertical;
  color: #403E48;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  font-size: 0.875em !important;
  font-weight: 400;
  border: 2px solid #E7EBEE;
}

#ErgilInlineFormStyle textarea::placeholder {
  color: #403E48;
}

#ErgilInlineFormStyle textarea:focus {
  border: 2px solid #CB1A34;
}

#ErgilInlineFormStyle input[type=submit] {
  margin: 0 0 20px !important;
  padding: 12px 20px !important;
  width: 100%;
  display: block;
  outline: none;
  color: #403E48;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em !important;
  font-weight: 400;
  border: 2px solid #E7EBEE;
}