/* Fonts 
    @font-face {
        font-family: 'HelveticaNeue';
        src: url('fonts/HelveticaNeue0.eot');
        src: url('fonts/HelveticaNeue0.eot?#iefix') format('embedded-opentype'),
             url('fonts/HelveticaNeue0.woff2') format('woff2'),
             url('fonts/HelveticaNeue0.woff') format('woff'),
             url('fonts/HelveticaNeue0.ttf')  format('truetype'),
             url('fonts/HelveticaNeue0.svg#Helvetica Neue') format('svg');
        font-weight:normal;
    }

    @font-face {
        font-family: 'HelveticaNeue';
        src: url('fonts/HelveticaNeue-Bold0.eot');
        src: url('fonts/HelveticaNeue-Bold0.eot?#iefix') format('embedded-opentype'),
             url('fonts/HelveticaNeue-Bold0.woff2') format('woff2'),
             url('fonts/HelveticaNeue-Bold0.woff') format('woff'),
             url('fonts/HelveticaNeue-Bold0.ttf')  format('truetype'),
             url('fonts/HelveticaNeue-Bold0.svg#Helvetica Neue') format('svg');
        font-weight:700;
    }
    @font-face {
        font-family: 'HelveticaNeue';
        src: url('fonts/HelveticaNeue-Medium0.eot');
        src: url('fonts/HelveticaNeue-Medium0.eot?#iefix') format('embedded-opentype'),
             url('fonts/HelveticaNeue-Medium0.woff2') format('woff2'),
             url('fonts/HelveticaNeue-Medium0.woff') format('woff'),
             url('fonts/HelveticaNeue-Medium0.ttf')  format('truetype'),
             url('fonts/HelveticaNeue-Medium0.svg#Helvetica Neue') format('svg');
        font-weight:600;
    }

    @font-face {
        font-family: 'HelveticaNeue';
        src: url('fonts/HelveticaNeue-Thin0.eot');
        src: url('fonts/HelveticaNeue-Thin0.eot?#iefix') format('embedded-opentype'),
             url('fonts/HelveticaNeue-Thin0.woff2') format('woff2'),
             url('fonts/HelveticaNeue-Thin0.woff') format('woff'),
             url('fonts/HelveticaNeue-Thin0.ttf')  format('truetype'),
             url('fonts/HelveticaNeue-Thin0.svg#Helvetica Neue') format('svg');
        font-weight:200;
    }

    @font-face {
        font-family: 'HelveticaNeue';
        src: url('fonts/HelveticaNeue-Light0.eot');
        src: url('fonts/HelveticaNeue-Light0.eot?#iefix') format('embedded-opentype'),
             url('fonts/HelveticaNeue-Light0.woff2') format('woff2'),
             url('fonts/HelveticaNeue-Light0.woff') format('woff'),
             url('fonts/HelveticaNeue-Light0.ttf')  format('truetype'),
             url('fonts/HelveticaNeue-Light0.svg#Helvetica Neue') format('svg');
        font-weight:200;
    }

    @font-face {
        font-family: 'HelveticaNeue';
        src: url('fonts/HelveticaNeue-UltraLight0.eot');
        src: url('fonts/HelveticaNeue-UltraLight0.eot?#iefix') format('embedded-opentype'),
             url('fonts/HelveticaNeue-UltraLight0.woff2') format('woff2'),
             url('fonts/HelveticaNeue-UltraLight0.woff') format('woff'),
             url('fonts/HelveticaNeue-UltraLight0.ttf')  format('truetype'),
             url('fonts/HelveticaNeue-UltraLight0.svg#Helvetica Neue') format('svg');
        font-weight:200;
    }

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #24282F;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::selection {
  background: #1691CE;
  color: #fff;
}

::-moz-selection {
  background: #1691CE;
  color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
  font-family: "Roboto", sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.h100 {
  height: 100%;
  height: 100vh;
}
section.pt {
  padding-top: 12.5%;
}
section.pt8 {
  padding-top: 8%;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 100%;
  margin: auto;
  padding: 0;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

.btn {
  box-shadow: 0px 0px 38px rgba(150, 176, 203, 0.3098039216);
  background: #fff;
  line-height: 60px;
  font-size: 11px;
  color: #1691CE;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 0 40px;
  font-weight: bold;
}

i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}
i.icon.formIco {
  background-image: url(../images/icons/form.svg);
}
i.icon.globeIco {
  background-image: url(../images/icons/globe.svg);
}
i.icon.pinIco {
  background-image: url(../images/icons/pin.svg);
}
i.icon.homeIco {
  background-image: url(../images/icons/home.svg);
}
i.icon.arrowIco {
  background-image: url(../images/icons/longArrow.svg);
  display: block;
  width: 16px;
  height: 11px;
}

body.greyBg i.icon.formIco {
  background-image: url(../images/icons/formDark.svg);
}
body.greyBg i.icon.globeIco {
  background-image: url(../images/icons/globeDark.svg);
}
body.greyBg i.icon.pinIco {
  background-image: url(../images/icons/pinDark.svg);
}
body.greyBg i.icon.homeIco {
  background-image: url(../images/icons/homeDark.svg);
}

.angleBtn {
  display: block;
  width: 12.5%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 200;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(29, 34, 38, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 24px;
  line-height: normal;
  min-height: 12.5vw;
}
.angleBtn:after {
  background: linear-gradient(to right, #fff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 0 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 100% 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #fff 1px, transparent 1px) 0 100%, linear-gradient(to top, #fff 1px, transparent 1px) 0 100%;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.48;
  transition: background-size 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.angleBtn span {
  padding: 25px 25px 50px 25px;
  display: block;
  text-align: left;
  position: relative;
  z-index: 2;
  height: 100%;
}
.angleBtn p, .angleBtn small {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-style: normal;
  display: block;
  font-size: 20px;
  margin-top: 20px;
}
.angleBtn p.desc, .angleBtn small.desc {
  opacity: 0;
  margin-top: 10%;
}
.angleBtn i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.angleBtn:hover {
  color: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.angleBtn:hover:after {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
.angleBtn:hover small, .angleBtn:hover p {
  opacity: 1;
  margin-top: 20px;
}
.angleBtn:hover i {
  left: 50px;
}
.angleBtn.simple {
  font-size: 20px;
  line-height: 60px;
  min-height: auto;
}
.angleBtn.simple span {
  padding: 0;
  text-align: center;
}
.angleBtn.simple:before {
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.angleBtn.simple:hover {
  color: #1C2128;
}
.angleBtn.simple:hover:before {
  width: 100%;
}
.angleBtn.next {
  min-height: auto;
}

.angleBox {
  display: block;
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 200;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 24px;
  line-height: normal;
  min-height: 12.5vw;
}
.angleBox:after {
  background: linear-gradient(to right, #fff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 0 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 100% 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #fff 1px, transparent 1px) 0 100%, linear-gradient(to top, #fff 1px, transparent 1px) 0 100%;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.48;
  transition: background-size 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.angleBox span {
  padding: 25px 25px 50px 25px;
  display: block;
  text-align: left;
  position: relative;
  z-index: 2;
}
.angleBox span.lined {
  position: relative;
}
.angleBox span.lined:after {
  display: block;
  width: 67px;
  height: 10px;
  background: url(../images/icons/line.svg) no-repeat center;
  background-size: auto 100%;
  content: "";
  position: absolute;
  bottom: 0;
}
.angleBox i {
  display: block;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
}
.angleBox:hover {
  color: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.angleBox:hover:after {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.row .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.row .col.col-1 {
  width: 12.5%;
}
.row .col.col-2 {
  width: 25%;
}
.row .col.col-3 {
  width: 37.5%;
}
.row .col.col-4 {
  width: 50%;
}
.row .col.col-5 {
  width: 62.5%;
}
.row .col.col-6 {
  width: 75%;
}
.row .col.col-7 {
  width: 87.5%;
}
.row .col.col-8 {
  width: 100%;
}
.row.j-center {
  justify-content: center;
}

.rowSixCol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.rowSixCol .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.rowSixCol .col.col-1 {
  width: 16.6666666667%;
}
.rowSixCol .col.col-2 {
  width: 33.3%;
}
.rowSixCol .col.col-3 {
  width: 50%;
}
.rowSixCol .col.col-4 {
  width: 66.6666666667%;
}
.rowSixCol .col.col-5 {
  width: 83.3%;
}
.rowSixCol .col.col-6 {
  width: 100%;
}
.rowSixCol.j-center {
  justify-content: center;
}

.pad {
  padding: 100px;
}

.h10 {
  height: 10%;
}

.h20 {
  height: 20%;
}

.h30 {
  height: 30%;
}

.h40 {
  height: 40%;
}

.h50 {
  height: 50%;
}

.h60 {
  height: 60%;
}

.h70 {
  height: 70%;
}

.h80 {
  height: 80%;
}

.h90 {
  height: 90%;
}

.pt-0 {
  padding-top: 0;
}

.border-right {
  border-right: 1px solid #808080;
}

.border-left {
  border-left: 1px solid #808080;
}

.border-top {
  border-top: 1px solid #808080;
}

.border-bottom {
  border-bottom: 1px solid #808080;
}

a.scroll {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  z-index: 2;
}
a.scroll span {
  display: block;
  width: 20px;
  height: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
a.scroll span:after {
  width: 2px;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 45%;
  -webkit-animation: mainArrowAnim 1s infinite; /* Safari 4+ */
  -moz-animation: mainArrowAnim 1s infinite; /* Fx 5+ */
  -o-animation: mainArrowAnim 1s infinite; /* Opera 12+ */
  animation: mainArrowAnim 1s infinite;
}

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
.checkbox-box {
  display: block;
  color: #707070;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding-top: 10px;
}

.checkbox-box input {
  position: absolute;
  opacity: 0;
}

.checkbox-box label {
  margin-right: 0;
  position: relative;
  padding-left: 60px;
  min-width: auto;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
  font-size: 10px;
}

.checkbox-box label:before {
  width: 30px;
  height: 30px;
  background-color: #D2D7D7;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-box input:checked + label:before {
  background-image: url(../images/icons/check.svg);
}

.line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 122, 0.3);
  overflow: hidden;
  margin-bottom: 60px;
}

.lines {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}
.lines .vLine {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background: rgba(128, 128, 128, 0.2);
}
.lines.white div {
  background: #fff;
}
.lines.main {
  width: 100%;
}

body.greyBg .lines {
  display: none;
}

.fluidBox {
  position: absolute;
}
.fluidBox .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.fluidBox .inner img {
  display: block;
  width: 100%;
}
.fluidBox .inner video {
  width: 100%;
}
.fluidBox.history {
  bottom: 0;
  left: 12.5%;
  width: 25%;
}
.fluidBox.history .angleBtn {
  width: 50%;
  top: -25%;
  position: absolute;
  height: 50%;
}
.fluidBox.sustainability {
  top: 0;
  left: 50%;
  width: 37.5%;
}
.fluidBox.sustainability .angleBtn {
  width: 66.6666%;
  top: 60%;
  position: absolute;
  right: 0;
}
.fluidBox.ocean {
  bottom: 0;
  left: 12.5%;
  width: 37.5%;
}
.fluidBox.ocean .angleBtn {
  width: 33.333%;
  left: 33.33%;
  top: 25%;
  position: absolute;
}
.fluidBox.hr {
  bottom: 0;
  left: 12.5%;
  width: 37.5%;
}
.fluidBox.hr .angleBtn {
  width: 33.333%;
  left: 66.666%;
  top: 15%;
  position: absolute;
}
.fluidBox.ethic {
  top: 0;
  left: 62.5%;
  width: 25%;
}
.fluidBox.ethic .angleBtn {
  width: 50%;
  bottom: -25%;
  position: absolute;
  height: 50%;
  right: 0;
}
.fluidBox.itemLeft {
  bottom: 0;
  left: 12.5%;
  width: 37.5%;
}
.fluidBox.itemLeft .angleBtn {
  width: 50%;
  bottom: -25%;
  position: absolute;
  height: 50%;
  right: 0;
}
.fluidBox.itemRight {
  bottom: 0;
  right: 12.5%;
  width: 37.5%;
}
.fluidBox.itemRight .angleBtn {
  width: 50%;
  bottom: -25%;
  position: absolute;
  height: 50%;
  right: 0;
}
.fluidBox.workInBorusan {
  bottom: 0;
  left: 12.5%;
  width: 37.5%;
}
.fluidBox.workInBorusan .angleBtn {
  width: 66.666%;
  left: 33.33%;
  top: 30%;
  position: absolute;
}
.fluidBox.workModel {
  top: 0;
  left: 62.5%;
  width: 25%;
}
.fluidBox.workModel .angleBtn {
  width: 50%;
  top: 0%;
  position: absolute;
  height: 50%;
  right: 0;
}
.fluidBox.safety {
  bottom: 0;
  left: 12.5%;
  width: 25%;
  z-index: 2;
}
.fluidBox.safety .angleBtn {
  width: 50%;
  left: 0%;
  top: 0%;
  position: absolute;
}
.fluidBox.career {
  top: 0;
  left: 50%;
  width: 37.5%;
  z-index: 2;
}
.fluidBox.career .angleBtn {
  width: 66.666%;
  bottom: 0%;
  position: absolute;
  left: 0;
}

.bgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.bgBox span {
  display: block;
  height: 0;
  width: 12.5%;
  position: absolute;
  bottom: 0;
  background: #333841;
}
.bgBox span:nth-child(2) {
  left: 12.5%;
}
.bgBox span:nth-child(3) {
  left: 25%;
}
.bgBox span:nth-child(4) {
  left: 37.5%;
}
.bgBox span:nth-child(5) {
  left: 50%;
}
.bgBox span:nth-child(6) {
  left: 62.5%;
}
.bgBox span:nth-child(7) {
  left: 75%;
}
.bgBox span:nth-child(8) {
  left: 87.5%;
}

p {
  font-size: 20px;
  font-weight: 200;
}
p.mb30 {
  margin-bottom: 30px;
}
p.arrow {
  padding-bottom: 30px;
  position: relative;
}
p.arrow:before {
  display: block;
  width: 28px;
  height: 1px;
  background: url(../images/icons/bullet.svg) no-repeat;
  position: absolute;
  content: "";
  top: 10px;
  left: -35px;
}
p.arrow span.caption {
  font-weight: normal;
  font-size: 24px;
  display: block;
  padding-bottom: 40px;
}

.headFixed {
  display: block;
  min-height: 640px;
  background-attachment: fixed !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.headFixed.authorizedServicesHead {
  background-image: url(../images/img/authorizedServicesHead.jpg);
}
.headFixed.applicationFormHead {
  background-image: url(../images/img/applicationFormHead.jpg);
}
.headFixed .caption {
  left: 12.5%;
  top: 60%;
  position: absolute;
  color: white;
}
.headFixed .caption.center {
  top: 50%;
  transform: translateY(-50%);
}
.headFixed .caption.t30 {
  top: 30%;
}
.headFixed .caption span {
  font-size: 48px;
  font-weight: 400;
  display: block;
}
.headFixed .caption h1 {
  font-size: 48px;
  font-weight: 400;
}
.headFixed .caption h1 strong {
  font-weight: 700;
}
.headFixed.workModelHead {
  background-image: url(../images/hr/workModelHead.jpg);
}
.headFixed.workHealthSecurity {
  background-image: url(../images/hr/workHealthSecurity.jpg);
}
.headFixed.workingAtBorusan {
  background-image: url(../images/hr/workingAtBorusanHead.jpg);
}
.headFixed.pressReleasesHead {
  background-image: url(../images/press/pressReleasesHead.jpg);
}
.headFixed.pricesHead {
  background-image: url(../images/press/prices.jpg);
}
.headFixed.newsHead {
  background-image: url(../images/press/newsHead.jpg);
}
.headFixed.weInNumbers {
  background-image: url(../images/weInNumbers/weInNumbersHead.jpg);
}
.headFixed.contactHead {
  background-image: url(../images/press/contact.jpg);
}

.pageContent {
  width: 75%;
  margin: auto;
}
.pageContent.applicationFormArea {
  width: 50%;
  margin: 0 auto 12.5% auto;
  padding-top: 70px;
  color: white;
}
.pageContent.applicationFormArea h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 40px;
}
.pageContent.applicationFormArea h2 b {
  display: block;
  font-weight: 700;
}
.pageContent.textArea p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 40px;
}
.pageContent.textArea p b {
  font-weight: 700;
}
.pageContent.textArea p a {
  color: #fff;
  font-weight: bold;
}
.pageContent.textArea .appBtn {
  width: 100%;
  padding-left: 20px;
  z-index: 10000;
}
.pageContent.textArea .appBtn span {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}
.pageContent.textArea .appBtn i {
  background: url(../images/icons/arrowRight-white.svg) no-repeat center;
  width: 16px;
  height: 16px;
  right: 20px;
  left: auto;
  top: 22px;
}

.formStep {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.formStep a {
  width: 25%;
  font-size: 25px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.formStep a span {
  display: block;
}
.formStep a.active {
  color: white;
}
.formStep a:last-child {
  width: auto;
}

.formContent {
  background: #1D2228;
  z-index: 10000;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.2);
  margin-top: 30px;
}
.formContent .row {
  display: flex;
}
.formContent .row.fRight {
  justify-content: flex-end;
}
.formContent .row .col {
  width: 100%;
  height: 100%;
}
.formContent .row .col.col33 {
  width: 33.3%;
}
.formContent .row .col.col50 {
  width: 50%;
}
.formContent .row .col.col66 {
  width: 66.6%;
}
.formContent .row .col.col75 {
  width: 75%;
}
.formContent .row .col.col25 {
  width: 25%;
}
.formContent .row .col.p25 {
  padding: 25px;
}
.formContent .row .col p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.formContent .row .col p b {
  font-weight: 700;
}
.formContent .row .col.submitBtn {
  min-height: auto;
}
.formContent .row .col.submitBtn button {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: white;
  position: relative;
  background: none;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.formContent .row .col.submitBtn button:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  background: url(../images/icons/arrowRight.svg) no-repeat;
  top: 35%;
  left: 32%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent .row .col.submitBtn button:hover {
  background-color: #343941;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent .row .col.submitBtn button:hover:before {
  left: 60%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent .row .col.smallBtn {
  height: 70px;
}
.formContent .row .col.smallBtn button {
  text-align: left;
  padding: 0 10px;
}
.formContent .row .col.smallBtn button:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  background: url(../images/icons/arrowRight.svg) no-repeat;
  top: 40%;
  right: 15%;
  left: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent .row .col.smallBtn button:hover {
  background-color: #343941;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent .row .col.smallBtn button:hover:before {
  left: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 5%;
}
.formContent .row .col.backBtn button {
  text-align: left;
  padding-left: 80px;
}
.formContent .row .col.backBtn button:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  background: url(../images/icons/arrowRight.svg) no-repeat;
  top: 40%;
  left: 10%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: rotate(-180deg);
}
.formContent .row .col.backBtn button:hover {
  background-color: #343941;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent .row .col.backBtn button:hover:before {
  left: 5%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formContent .row .col.angleBtn {
  min-height: 0px;
}
.formContent .row .col .kvkMetni {
  font-size: 12px;
  font-weight: 200;
  margin: 20px 0px;
  background-color: #24282F;
  padding: 20px;
  position: relative;
}
.formContent .row .col .kvkMetni:after {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url(../images/img/shadow.png) no-repeat;
}
.formContent .row .col input {
  width: 100%;
  border: none;
  background: none;
  color: white;
  font-size: 17px;
  font-weight: 200;
  padding: 0px 20px;
}
.formContent .row .col input::placeholder {
  font-size: 17px;
  font-weight: 200;
  color: white;
}
.formContent .row .col input[type=radio] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.formContent .row .col input[type=radio] + label {
  cursor: pointer;
  position: relative;
}
.formContent .row .col input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
  border-radius: 100%;
}
.formContent .row .col input[type=radio] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
  border-radius: 100%;
}
.formContent .row .col input[type=radio]:checked + label:after {
  opacity: 1;
}
.formContent .row .col input[type=checkbox] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.formContent .row .col input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
}
.formContent .row .col input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
  border-radius: 100%;
}
.formContent .row .col input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
  border-radius: 100%;
}
.formContent .row .col input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.formContent .row .col textarea {
  width: 100%;
  border: none;
  background: none;
  resize: none;
  color: white;
  font-size: 17px;
  font-weight: 200;
  padding: 0px 20px;
  padding-top: 20px;
  height: 100%;
}
.formContent .row .col textarea::placeholder {
  font-size: 17px;
  font-weight: 200;
  color: white;
}
.formContent .row .col .angleBtn {
  min-height: auto;
  text-align: left;
}
.formContent .row .col .angleBtn:after {
  pointer-events: none;
}
.formContent .row .col .inputArea {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.formContent .row .col .inputArea:hover {
  background-color: #343941;
}
.formContent .row .col .inputArea input {
  height: 100%;
  display: block;
}
.formContent .row .col .selectArea {
  width: 100%;
  height: 70px;
  line-height: 70px;
}
.formContent .row .col .selectArea:hover {
  background-color: #343941;
}
.formContent .row .col .selectArea select {
  height: 100%;
  display: block;
  width: 100%;
  background: none;
  color: white;
  font-size: 17px;
  font-weight: 300;
  padding: 0 20px;
}
.formContent .row .col .selectArea select option {
  background-color: #24282F;
}
.formContent .row .col .textArea {
  width: 100%;
  height: 230px;
}
.formContent .row .col .textArea.h120 {
  height: 120px;
}
.formContent .row .col .textArea:hover {
  background-color: #343941;
}
.formContent .row .col .h210 {
  height: 210px;
}
.formContent .row .col .h300 {
  height: 300px;
}
.formContent .row .col .logosArea {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.formContent .row .col .logosArea a {
  margin-right: 20px;
}
.formContent .row .col .labelArea {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.formContent .row .col .labelArea div {
  width: 20%;
}
.formContent .row .col .labelArea div label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
}
.formContent .row .col .checkboxArea {
  display: flex;
  padding: 0 20px;
}
.formContent .row .col .checkboxArea div {
  width: 20%;
}
.formContent .row .col .checkboxArea div label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  padding-left: 30px;
}

.breadCrumb {
  position: absolute;
  top: 50px;
  right: 112px;
  display: flex;
  z-index: 100000;
}
.breadCrumb a {
  color: white;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-right: 30px;
}
.breadCrumb a:after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  background: url(../images/icons/line2.svg) no-repeat center;
  right: 0px;
  top: 50%;
  transform: translateX(-50%);
}
.breadCrumb a:last-child {
  background: url(../images/icons/home.svg) no-repeat center center;
  width: 16px;
  height: 21px;
  display: inline-block;
}
.breadCrumb a:last-child:after {
  display: none;
}

/*General Elements */
.headerMobile {
  width: 100%;
  height: 70px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  padding: 30px;
  display: none;
}
.headerMobile a.logo {
  display: block;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100% auto;
  width: 170px;
  height: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px 0 0 50px;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  align-items: center;
  z-index: 2;
}
header a.logo {
  display: block;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100% auto;
  width: 13%;
  padding-bottom: 2%;
}
header .tools {
  position: absolute;
  width: 75px;
  right: 0;
  top: 0px;
}
header .tools:before {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: 55px;
  opacity: 0.2;
}
header .tools a {
  display: block;
  width: 100%;
  height: 50px;
}
header .tools a i {
  display: block;
  width: 25px;
  height: 25px;
}
header .tools a.lang {
  display: none;
}
header .tools a.menuLink {
  margin-bottom: 30px;
}
header .tools a.menuLink span {
  display: block;
  width: 25px;
  height: 100%;
  position: relative;
}
header .tools a.menuLink span i {
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 2px;
  left: 0;
}
header .tools a.menuLink span i:nth-child(1) {
  width: 18px;
}
header .tools a.menuLink span i:nth-child(2) {
  top: 5px;
}
header .tools a.menuLink span i:nth-child(3) {
  width: 18px;
  top: 10px;
}
header .tools a.menuLink span i:nth-child(4) {
  top: 15px;
}
header .tools a.menuLink span i:nth-child(5) {
  width: 18px;
  top: 20px;
}
header .tools a.menuLink:hover span i {
  width: 10px !important;
}
header .tools a.menuLink:hover span i:nth-child(1) {
  left: 10px;
}
header .tools a.menuLink:hover span i:nth-child(2) {
  left: 5px;
}
header .tools a.menuLink:hover span i:nth-child(3) {
  left: 0px;
}
header .tools a.menuLink:hover span i:nth-child(4) {
  left: 5px;
}
header .tools a.menuLink:hover span i:nth-child(5) {
  left: 10px;
}
header .tools a.menuLink.opened span i {
  width: 10px !important;
  background: #fff !important;
}
header .tools a.menuLink.opened span i:nth-child(1) {
  width: 29px !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  left: 0;
  top: 15px;
}
header .tools a.menuLink.opened span i:nth-child(2) {
  opacity: 0;
}
header .tools a.menuLink.opened span i:nth-child(3) {
  opacity: 0;
}
header .tools a.menuLink.opened span i:nth-child(4) {
  opacity: 0;
}
header .tools a.menuLink.opened span i:nth-child(5) {
  width: 29px !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: 0;
  top: 15px;
}
header .nav {
  width: 100%;
  height: 100vh;
  background: #1C2128;
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: 1;
  padding: 160px 100px 0 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
header .nav nav {
  width: 100%;
  position: relative;
  max-width: 1380px;
  margin: auto;
  height: 100%;
}
header .nav nav ul {
  width: 20%;
  float: left;
}
header .nav nav ul li.caption a {
  font-size: 32px;
  color: #fff;
  font-weight: 200;
  display: block;
  position: relative;
  min-height: 100px;
  margin-bottom: 25px;
}
header .nav nav ul li.caption a:after {
  display: block;
  height: 1px;
  width: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  background: #fff;
}
header .nav nav ul li.caption ul {
  width: 100%;
  float: none;
}
header .nav nav ul li.caption ul li a {
  font-size: 24px;
  min-height: auto;
  margin-bottom: 0;
  padding: 10px 0;
}
header .nav nav ul li.caption ul li a:after {
  display: none;
}
header .nav nav ul li.caption ul li a.hasSub:before {
  width: 12px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 23px;
}
header .nav nav ul li.caption ul li a.hasSub:after {
  width: 12px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 23px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .nav nav ul li.caption ul li a.hasSub.opened:after {
  width: 0;
  left: -19px;
}
header .nav nav ul li.caption ul li ul {
  display: none;
}
header .nav nav ul li.caption ul li ul a {
  font-size: 20px;
}
header .nav .bottomNav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .nav .bottomNav .left a {
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
}
header .nav .bottomNav .social a {
  font-size: 22px;
  color: #fff;
  margin-left: 20px;
}
header .nav.opened {
  top: 0;
}

body.greyBg header a.logo {
  background: url(../images/logoDark.svg) no-repeat center;
  background-size: 100% auto;
}
body.greyBg header .tools a.menuLink span i {
  background: #1C2128;
}

aside {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(29, 34, 40, 0.5019607843);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: 5;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
aside ul {
  width: 75%;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
aside ul li {
  width: 16.66666%;
  height: 100%;
}
aside ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  color: #fff;
  padding-left: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 200;
}
aside ul li a span {
  display: block;
  width: 100%;
  position: relative;
  font-size: 22px;
  position: relative;
}
aside ul li a span:before {
  content: "\eab2";
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 12px;
}
aside ul li a span:after {
  content: "\eab2";
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 12px;
  font-family: IcoFont;
  font-style: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
aside ul li a small {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  opacity: 0.3;
}
aside ul li a:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
aside ul li a:hover:before {
  top: 0;
}
aside ul li a:hover span:after {
  top: 37px;
}
aside ul li a i {
  display: block;
  width: 15px;
  height: 19px;
  margin-left: -27px;
}

.mobileMenuLink {
  height: 100%;
  width: 60px;
  float: left;
  display: block;
  margin-top: 5px;
}

.mobileMenuLinkContent {
  width: 20px;
  height: 20px;
  position: relative;
  margin: auto;
}

.line1 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line2 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.line3 {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobileMenuLink.closer .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 10px;
}

.mobileMenuLink.closer .line2 {
  display: none;
}

.mobileMenuLink.closer .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 10px;
}

main {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 4;
}

section.mainSlider {
  width: 100%;
  height: 100% !important;
  height: 100vh !important;
  background: #666;
  margin: 0;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  overflow: hidden;
}
section.mainSlider .item .content {
  height: 100%;
}
section.mainSlider .item .content .lines {
  opacity: 0.1;
}
section.mainSlider .item .caption {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 12.5%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  line-height: 1;
  z-index: 5;
}
section.mainSlider .item .caption h2 {
  font-size: 60px;
  font-weight: 200;
  line-height: 1.2;
  border-left: 1px solid #fff;
  padding-left: 35px;
}
section.mainSlider .item .caption h2 strong {
  font-weight: bold;
  display: block;
}
section.mainSlider .item .caption i {
  color: #fff;
  font-size: 27px;
  line-height: 1;
  font-weight: 200;
  position: absolute;
  top: 0;
  left: -45px;
  font-style: normal;
}
section.mainSlider .item .caption a {
  margin-top: 100px;
}
section.mainSlider .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.mainSlider .item .bg div {
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
}
section.mainSlider .item .bg div span {
  display: block;
  width: 100%;
  height: 0%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-position: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.mainSlider .item .bg div:nth-child(1) span {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
}
section.mainSlider .item .bg div:nth-child(2) span {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
}
section.mainSlider .item .bg div:nth-child(3) span {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
}
section.mainSlider .item .bg div:nth-child(4) span {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
section.mainSlider .item .bg div:nth-child(5) span {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
}
section.mainSlider .item .bg div:nth-child(6) span {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
section.mainSlider .item .bg div:nth-child(7) span {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
}
section.mainSlider .item .bg div:nth-child(8) span {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
}
section.mainSlider .item video {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  height: 100%;
  opacity: 0;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
}
section.mainSlider .active .item .caption {
  top: 30%;
  opacity: 1;
}
section.mainSlider .active .item .bg div span {
  height: 100%;
}
section.mainSlider .active .item video {
  opacity: 1;
}
section.mainSlider .bullets {
  width: 25%;
  padding-bottom: 25%;
  position: absolute;
  top: 30%;
  z-index: 2;
  right: 12.5%;
}
section.mainSlider .bullets a.angleBtn {
  width: 50%;
  height: 50%;
  position: absolute;
}
section.mainSlider .bullets a.angleBtn.next {
  width: 62px;
  height: 62px;
  margin: -31px 0 0 -31px;
  background: rgba(29, 34, 40, 0.5019607843) url(../images/icons/smallArrow.svg) no-repeat center;
}
section.mainSlider .bullets a.angleBtn small.desc {
  opacity: 1;
  font-weight: 200;
}
section.mainSlider .bullets.p1 a:nth-child(1) {
  display: none;
}
section.mainSlider .bullets.p1 a:nth-child(3) {
  top: 50%;
  left: 50%;
}
section.mainSlider .bullets.p1 a.next {
  top: 25%;
  left: 75%;
}

section.news h2 {
  font-size: 430px;
  color: #1C2128;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-weight: 600;
}
section.news .content {
  width: 75%;
  height: 100%;
  margin: 0;
}
section.news .owl-carousel, section.news .owl-stage-outer, section.news .owl-stage, section.news .owl-item, section.news .item {
  height: 100%;
}
section.news .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  color: #fff;
  justify-content: flex-end;
}
section.news .item a i {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.news .item a span {
  display: block;
  width: 50%;
  position: relative;
  z-index: 2;
  min-height: 150px;
}
section.news .item a span small {
  position: absolute;
  right: 100%;
  padding-right: 25px;
  line-height: 1;
  border-right: 1px solid #fff;
}
section.news .item a span strong {
  font-weight: normal;
  padding: 0 25px;
  display: block;
}
section.news .item a:hover i {
  opacity: 0.5;
}
section.news .angleBtn {
  position: absolute;
  bottom: 20%;
  right: 12.5%;
}

section.brands .links {
  width: 25%;
  height: 100%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
section.brands .links .inner {
  height: 415px;
  position: relative;
  width: 100%;
}
section.brands .links .inner h2 {
  width: 50%;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  text-align: right;
  padding-right: 25px;
  display: block;
  line-height: 1;
}
section.brands .links .inner .brandItems {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
section.brands .links .inner ul {
  height: 100%;
  width: 1050px;
  position: absolute;
  top: 0;
}
section.brands .links .inner ul li {
  display: block;
  width: 100%;
  border-left: 1px solid #fff;
  padding-left: 25px;
  margin-bottom: 45px;
}
section.brands .links .inner ul li a {
  color: #fff;
  font-weight: 200;
  font-size: 24px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  line-height: 0.8;
}
section.brands .links .inner ul li.selected a {
  font-size: 136px;
  font-weight: bold;
}
section.brands .brandImages {
  width: 62.5%;
  height: 100%;
  float: left;
  position: relative;
}
section.brands .brandImages .brandImage, section.brands .brandImages .imageAnim {
  width: 100%;
  height: 100%;
  position: relative;
}
section.brands .brandImages .brandImage div, section.brands .brandImages .imageAnim div {
  width: 20%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 500% auto;
}
section.brands .brandImages .imageAnim {
  position: absolute;
  top: 0;
  left: 0;
}
section.brands .angleBtn {
  position: absolute;
  width: 20%;
  right: 20%;
  top: 4.5%;
}
section.brands .angleBtn span small {
  margin-top: 37%;
}

section.group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.group .content {
  width: 100%;
  height: auto;
  z-index: 2;
}
section.group .content h2 {
  position: absolute;
  width: 12.5%;
  left: 0;
  text-align: right;
  padding-right: 25px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
section.group .content .list {
  width: 100%;
  position: relative;
}
section.group .content .list .title {
  padding: 0 12.5%;
  margin-bottom: 5%;
}
section.group .content .list .title h3 {
  font-size: 30px;
  color: #fff;
  float: left;
  padding-left: 25px;
  line-height: 1;
  width: 33.3%;
}
section.group .content .list .title h3 span {
  font-size: 200px;
  line-height: 150px;
}
section.group .content .list .title .desc {
  width: 66.6%;
  font-size: 20px;
  color: #fff;
  float: left;
  padding-top: 20px;
}
section.group .content .list .title:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
section.group .content .list .links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
section.group .content .list .links .col {
  width: 12.5%;
  padding-bottom: 12.5%;
  position: relative;
}
section.group .content .list .links div.angleBtn {
  background: none;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.group .content .list .links div.angleBtn.selected, section.group .content .list .links div.angleBtn:hover {
  height: 400px;
}
section.group .content .list .links div.angleBtn.selected small.desc, section.group .content .list .links div.angleBtn:hover small.desc {
  opacity: 1;
}
section.group .content .list .links div.angleBtn .desc {
  font-size: 14px;
}
section.group .content .list .links div.angleBtn .desc a {
  display: block;
  color: #fff;
  background: url(../images/icons/longArrow.svg) no-repeat left 10px;
  padding: 4px 0 4px 20px;
  background-size: 10px auto;
}
section.group .content .list .groupImg {
  position: absolute;
  display: block;
  width: 33.3%;
  height: auto;
  top: 0;
  left: 87.5%;
}

section.bom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #333841;
}
section.bom .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
}
section.bom .content .left {
  width: 37.5%;
}
section.bom .content .left img {
  width: 100%;
}
section.bom .content .right {
  width: 37.5%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.bom .content .right h2 {
  width: 100%;
  color: #fff;
  font-size: 64px;
  padding-left: 10%;
  margin-bottom: 10%;
}
section.bom .content .right .info {
  width: 66.6%;
  float: left;
  margin-left: -33.33%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.bom .content .right .desc {
  width: 66.66%;
  float: right;
}
section.bom .content .right .desc p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 100px;
  padding-left: 15%;
}
section.bom .content .right .desc a {
  width: 50%;
  float: right;
}
section.bom .content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

section.services {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #333841;
}
section.services .serviceImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 50%;
  opacity: 0.8;
}
section.services .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
}
section.services .content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
section.services .content h2 {
  position: absolute;
  width: 12.5%;
  left: 0;
  padding-left: 25px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}
section.services .content .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
}
section.services .content .inner .text {
  width: 50%;
  font-weight: 200;
  color: #fff;
  font-size: 48px;
  padding-left: 25px;
}
section.services .content .inner .info {
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.services .content .inner .info .angleBtn {
  width: 50%;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: transparent;
}

section.teasers.bottom {
  background: #333841;
}

footer {
  position: relative;
  z-index: 4;
  font-size: 13px;
  font-weight: 600;
}
footer .content {
  background: #fff;
  padding: 35px 12.5%;
}
footer .content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
footer .left {
  float: left;
}
footer .left a {
  font-size: 13px;
  color: #1C2128;
  display: inline-block;
}
footer .left a:nth-child(1), footer .left a:nth-child(2) {
  margin-right: 40px;
}
footer .left span {
  color: #8490A2;
  display: block;
  padding-top: 20px;
}
footer .right {
  float: right;
}
footer .right a {
  font-size: 13px;
  color: #1C2128;
  display: inline-block;
  margin-left: 25px;
}
footer .right span {
  color: #8490A2;
  display: none;
  padding-top: 20px;
}

.homePage footer {
  padding-bottom: 90px;
}

/*Board*/
.board {
  width: 75%;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.board h1 {
  font-size: 72px;
  display: block;
  padding-bottom: 5%;
  width: 100%;
  color: #fff;
}
.board h1 span {
  font-weight: 100;
}
.board .left {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.board .left .boardTtem {
  padding: 0 2%;
  margin-bottom: 65px;
  width: 33.33%;
}
.board .left .boardTtem a {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.5;
  text-align: left;
}
.board .left .boardTtem a img {
  width: 100%;
  display: block;
}
.board .left .boardTtem a span {
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
  height: auto;
}
.board .left .boardTtem a small {
  font-size: 15px;
  font-weight: 200;
  margin: 0;
  padding-bottom: 10px;
}
.board .left .boardTtem a:before {
  display: none;
}
.board .left .boardTtem a:hover, .board .left .boardTtem a.selected {
  opacity: 1;
}
.board .left .boardTtem a:hover small, .board .left .boardTtem a.selected small {
  color: #707070;
}
.board .right {
  width: 33.3%;
}
.board .right .tab-detail {
  height: 100%;
  position: relative;
}
.board .right .tab-detail .item img {
  width: 100%;
  margin-bottom: 45px;
}
.board .right .tab-detail .item .title {
  font-size: 20px;
  color: white;
  width: 100%;
  display: inline-block;
}
.board .right .tab-detail .item .title h2 {
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding: 0 30px;
}
.board .right .tab-detail .item .title small {
  font-size: 20px;
  font-weight: 100;
  display: block;
  padding: 0 30px;
}
.board .right .tab-detail .item .title i {
  position: relative;
  width: 50%;
  height: 2px;
  background-color: #707070;
  display: block;
  z-index: 0;
  margin-bottom: 30px;
}
.board .right .tab-detail .item .title i:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../images/icons/corner.svg);
  left: 0px;
  top: -4px;
  z-index: 1;
}
.board .right .tab-detail .item .title i:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  background: url(../images/icons/corner.svg);
  transform: rotate(-180deg);
  right: 0px;
  top: -4px;
  z-index: 1;
}
.board .right .tab-detail .item.active {
  display: block;
  animation: move-bottom-top 3s;
  animation-delay: -1.5s;
}

/*Board*/
.imgArea {
  width: 100%;
  height: 100%;
  position: relative;
}
.imgArea .imgAnim {
  width: 100%;
  height: 100%;
  position: relative;
}
.imgArea .imgAnim div {
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100vh;
}
.imgArea.small {
  width: 66.6%;
}
.imgArea .angleBox {
  width: 33.3333%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding: 60px 0;
}
.imgArea .angleBox span {
  text-align: center;
  padding: 0;
}
.imgArea .angleBox span:after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.imgArea .angleBox i {
  font-size: 100px;
}
.imgArea img {
  display: block;
  width: 100%;
}
.imgArea video {
  display: block;
  width: 100%;
}

.txtImgContent .row {
  justify-content: center;
}
.txtImgContent .row.btwn {
  justify-content: space-between;
}
.txtImgContent .row.btwn.careerLinks .col:nth-child(4) {
  margin-left: 33.3333%;
}
.txtImgContent .col {
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.txtImgContent .col.flexEnd {
  justify-content: flex-end;
}
.txtImgContent .textArea {
  color: #fff;
}
.txtImgContent .textArea.right p {
  float: right;
}
.txtImgContent .textArea h1 {
  font-size: 72px;
  display: block;
  padding-bottom: 5%;
}
.txtImgContent .textArea h1 span {
  display: block;
  font-weight: 100;
}
.txtImgContent .textArea p {
  max-width: 66.666%;
  display: block;
}
.txtImgContent.pt180 {
  padding-top: 180px;
}
.txtImgContent.m100 {
  margin-bottom: 100px;
}
.txtImgContent .boxArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.txtImgContent .boxArea .angleBtn {
  min-height: 12.5vw;
  width: 50%;
  background: transparent;
}
.txtImgContent .boxArea .angleBtn.w100 {
  width: 100%;
}
.txtImgContent .col-4 .textArea p {
  width: 75%;
  max-width: none;
}
.txtImgContent .col-4 .textArea .contactInfo {
  width: 75%;
  float: right;
  padding-top: 50px;
}
.txtImgContent .col-4 .textArea .contactInfo strong {
  display: block;
  width: 100%;
}
.txtImgContent .col-4 .textArea .contactInfo a {
  color: #fff;
}
.txtImgContent span.title {
  font-size: 45px;
  font-weight: 700;
  color: white;
  display: block;
  margin-bottom: 50px;
}
.txtImgContent span.title.mb0 {
  margin-bottom: 0px;
}
.txtImgContent .certificates {
  width: 66.6%;
  margin-top: 50px;
}

.prices .board {
  position: relative;
  z-index: 2;
}
.prices .board .left h2 {
  width: 100%;
  color: #fff;
  font-size: 60px;
  padding-bottom: 30px;
}
.prices .board .left .boardTtem {
  padding: 0;
  border-top: 1px solid #4b4f56;
  border-bottom: 1px solid #4b4f56;
  margin-bottom: -1px;
}
.prices .board .left .boardTtem a {
  padding: 30px;
}
.prices .board .right {
  padding-top: 115px;
}
.prices .bgBox span {
  height: 17%;
}
.prices .bgBox span:nth-child(1) {
  height: 80%;
}
.prices .bgBox span:nth-child(2) {
  height: 90%;
}
.prices .bgBox span:nth-child(3) {
  height: 100%;
}
.prices .bgBox span:nth-child(4) {
  height: 100%;
}
.prices .bgBox span:nth-child(5) {
  height: 100%;
}
.prices .bgBox span:nth-child(6) {
  height: 82%;
}
.prices .bgBox span:nth-child(7) {
  height: 90%;
}
.prices .bgBox span:nth-child(8) {
  height: 75%;
}

.hrHead {
  width: 100%;
  height: 100%;
  background: url(../images/hr/header.jpg) no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.hrHead p {
  font-size: 48px;
  color: #fff;
  font-weight: 200;
  width: 25%;
  margin-right: 12.5%;
}

.hrProcesses {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hrProcesses .hrProcessesInner {
  width: 75%;
  height: 80%;
  background: url(../images/hr/processes.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.hrProcesses .hrProcessesInner:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(36, 40, 47, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.hrProcesses .content {
  width: 66.6666%;
  margin: auto;
  height: 100%;
  position: relative;
  padding-bottom: 80px;
}
.hrProcesses .content .top {
  color: #fff;
  position: absolute;
  top: 100px;
}
.hrProcesses .content .top h2 {
  float: left;
  width: 50%;
  font-size: 72px;
}
.hrProcesses .content .top h2 span {
  display: block;
  font-size: 48px;
  font-weight: 200;
}
.hrProcesses .content .top p {
  float: left;
  width: 50%;
  padding: 70px 0 0 50px;
}
.hrProcesses .content .owl-carousel, .hrProcesses .content .owl-stage-outer, .hrProcesses .content .owl-stage, .hrProcesses .content .owl-item, .hrProcesses .content .item {
  height: 100%;
}
.hrProcesses .content .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.hrProcesses .content .item a span {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  position: absolute;
  bottom: 100px;
  text-align: center;
  display: block;
  width: 100%;
  min-height: 50px;
  z-index: 2;
}
.hrProcesses .content .item a span:before {
  width: 10px;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  top: 130%;
  left: 50%;
  margin-left: -5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  transform-origin: 100% 0;
}
.hrProcesses .content .item a span:after {
  width: 10px;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  top: 130%;
  left: 50%;
  margin-left: -5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  transform-origin: 100% 0;
}
.hrProcesses .content .item a:before {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(36, 40, 47, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.hrProcesses .content .item a:hover span:before {
  transform: rotate(45deg);
}
.hrProcesses .content .item a:hover span:after {
  transform: rotate(-45deg);
}
.hrProcesses .content .item a:hover:before {
  height: 100%;
}
.hrProcesses .content .owl-nav {
  position: absolute;
  right: -25%;
}
.hrProcesses .content .owl-nav button {
  width: 80px;
  height: 80px;
  position: relative;
}
.hrProcesses .content .owl-nav button span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(../images/icons/longArrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.hrProcesses .content .owl-nav button.owl-prev span {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  top: 32px;
}
.hrProcesses .detail {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hrProcesses .detail .detailContent {
  width: 83.3%;
  height: 100%;
  padding: 10px;
}
.hrProcesses .detail:after {
  display: block;
  width: 16.7%;
  height: 100%;
  background: url(../images/hr/processes.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.hrProcesses .detail .scrollContent {
  width: 100%;
  height: 100%;
  padding: 100px;
}
.hrProcesses .detail .pItem {
  font-size: 18px;
  color: #24282F;
  font-weight: 200;
  display: none;
}
.hrProcesses .detail .pItem h2 {
  font-size: 55px;
  font-weight: 500;
  padding-bottom: 50px;
}
.hrProcesses .detail .pItem h3 {
  font-size: 25px;
  font-weight: 500;
  padding: 30px 0 20px;
}
.hrProcesses .detail .pItem p {
  line-height: 1.5;
}
.hrProcesses .detail a.angleBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  z-index: 2;
  min-height: auto;
}
.hrProcesses .detail a.angleBtn:before {
  content: "\eee1";
  color: #fff;
  line-height: 60px;
  font-style: 14px;
}
.hrProcesses .detail.active {
  left: 0;
}

/* Grey Pages */
section.textPage {
  width: 100%;
  color: #1C2128;
  background: #F0F0F0;
  padding: 150px 0;
  z-index: 5;
}
section.textPage .content {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
section.textPage .content h1 {
  font-size: 72px;
  padding-bottom: 80px;
}
section.textPage .content h1 span {
  font-weight: 200;
}
section.textPage .content h2 {
  font-size: 20px;
}
section.textPage .content p {
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 30px;
  line-height: 1.5;
}
section.textPage .content p i {
  font-style: normal;
}
section.textPage .content ul {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
}
section.textPage .content ul li {
  display: list-item;
  list-style-type: square;
  margin-left: 20px;
}
section.textPage .content a {
  color: #1C2128;
  text-decoration: underline;
}
section.textPage .newsContent {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
section.textPage .newsContent .desc {
  font-size: 20px;
  font-weight: normal;
  padding: 80px 0;
  line-height: 1.5;
  max-width: 880px;
  margin: auto;
}
section.textPage .newsTop {
  width: 100%;
}
section.textPage .newsTop div {
  width: 90%;
  max-width: 1360px;
  margin: auto;
}
section.textPage .newsTop h1 {
  font-size: 60px;
  padding: 15px 0 75px;
  font-weight: 600;
}
section.textPage .newsTop span.newsTitle {
  font-size: 17px;
  font-weight: 600;
  display: block;
}
section.textPage .newsTop img {
  display: block;
  width: 100%;
}
section.textPage .newsGallery {
  width: 100%;
}
section.textPage .newsGallery .row .col {
  width: 50%;
  padding: 5px;
}
section.textPage .newsGallery .row .col:nth-child(3) {
  width: 100%;
}
section.textPage .newsGallery .row .col a {
  display: block;
  width: 100%;
  height: 100%;
}
section.textPage .newsGallery .row .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Grey Pages */
/*Press Releases*/
.pressReleases .pressReleasesContent {
  margin-top: 120px;
  margin-bottom: 12.5%;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea {
  height: 70px;
  margin-bottom: 160px;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .search {
  width: 66.6%;
  height: 100%;
  min-height: auto;
  position: relative;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .search.angleBtn:after {
  pointer-events: none;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .search input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: white;
  padding: 0 50px 0px 20px;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .search input:focus {
  color: white;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .search button {
  width: 40px;
  height: 32px;
  background: url(../images/icons/searchBtn.svg) no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea {
  display: flex;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea .selectItem {
  width: 33.3%;
  min-height: auto;
  height: 100%;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea .selectItem.angleBtn:after {
  pointer-events: none;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea .selectItem select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: white;
  border: none;
  font-size: 17px;
  font-weight: 400;
  padding: 0 20px;
}
.pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea .selectItem select option {
  background: #24282F;
}
.pressReleases .pressReleasesContent .itemArea .item .angleBtn {
  width: 100%;
  min-height: 470px;
}
.pressReleases .pressReleasesContent .itemArea .item .angleBtn span {
  padding: 60px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pressReleases .pressReleasesContent .itemArea .item .angleBtn i {
  left: auto;
  right: 70px;
}
.pressReleases .pressReleasesContent .itemArea .item .angleBtn small {
  position: absolute;
  bottom: 25px;
  left: 60px;
  font-size: 17px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pressReleases .pressReleasesContent .itemArea .item .angleBtn:hover span {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pressReleases .pressReleasesContent .itemArea .item .angleBtn:hover small {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}
.pressReleases .pressReleasesContent .itemArea .item .angleBtn:hover i {
  left: auto;
  right: 40px;
}
.pressReleases .pressReleasesContent .pagination {
  margin-top: 130px;
}
.pressReleases .pressReleasesContent .pagination ul {
  display: flex;
  justify-content: center;
}
.pressReleases .pressReleasesContent .pagination ul li {
  width: 62px;
  height: 62px;
  margin: 0 1%;
  line-height: 62px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pressReleases .pressReleasesContent .pagination ul li:after {
  background: linear-gradient(to right, #fff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 0 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 100% 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #fff 1px, transparent 1px) 0 100%, linear-gradient(to top, #fff 1px, transparent 1px) 0 100%;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.48;
  transition: background-size 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.pressReleases .pressReleasesContent .pagination ul li:hover {
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pressReleases .pressReleasesContent .pagination ul li:hover span {
  color: #151D20;
}
.pressReleases .pressReleasesContent .pagination ul li:hover a {
  color: #151D20;
}
.pressReleases .pressReleasesContent .pagination ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
}
.pressReleases .pressReleasesContent .pagination ul li.active {
  color: white;
}
.pressReleases .pressReleasesContent .pagination ul li:first-child {
  background: url(../images/icons/leftArrow.svg) no-repeat center;
  color: #000;
  transform: rotate(180deg);
}
.pressReleases .pressReleasesContent .pagination ul li:first-child a {
  opacity: 0;
}
.pressReleases .pressReleasesContent .pagination ul li:first-child span {
  opacity: 0;
}
.pressReleases .pressReleasesContent .pagination ul li:last-child {
  background: url(../images/icons/leftArrow.svg) no-repeat center;
  color: #000;
}
.pressReleases .pressReleasesContent .pagination ul li:last-child a {
  opacity: 0;
}
.pressReleases .pressReleasesContent .pagination ul li:last-child span {
  opacity: 0;
}

/*Press Releases*/
/*Corporate Communications*/
.corporateCommunications {
  background-color: #24282F;
  margin-top: -100px;
  position: relative;
  z-index: 5;
  margin-bottom: 12.5%;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-left: 0px;
  border-right: 0px;
  color: white;
  text-align: center;
  padding: 115px 0px;
}
.corporateCommunications h1 {
  font-size: 50px;
  font-weight: 700;
  display: block;
  margin-bottom: 35px;
}
.corporateCommunications small {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 80px;
  display: block;
}
.corporateCommunications a {
  color: white;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}
.corporateCommunications a.mail {
  background: url(../images/icons/email.svg) no-repeat left center;
  padding-left: 45px;
  width: 30px;
  height: 23px;
}

/*Corporate Communications*/
/*Contact*/
.mapsArea img {
  display: block;
}

.contact {
  color: white;
  padding-top: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.contact .item {
  background-color: #24282F;
  padding: 75px;
  min-height: 500px;
  z-index: 10000;
  border-top: 1px solid #32353B;
  border-bottom: 1px solid #32353B;
  width: 50%;
}
.contact .item.itemLeft {
  border-right: 1px solid #32353B;
  border-left: 1px solid #32353B;
}
.contact .item h2 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}
.contact .item p {
  font-size: 18px;
  font-weight: 200;
  color: white;
  margin-bottom: 10px;
}
.contact .item p:last-child {
  margin-bottom: 0px;
}
.contact .item p span {
  float: left;
  font-weight: 300;
  width: 30%;
}
.contact .item p span + span {
  width: 70%;
  float: left;
}
.contact .item p a {
  color: white;
}
.contact .item p:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.contact .item .angleBtn {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.contact h1 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
}
.contact small {
  font-size: 20px;
  font-weight: 300;
}
.contact .formContent {
  margin-bottom: 200px;
}
.contact .angleBtn p {
  margin-top: 0;
}

/*Contact*/
/*Authorized Services*/
.authorizedServices .itemArea {
  margin-top: -5%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12.5%;
}
.authorizedServices .itemArea .item {
  background-color: #24282F;
  z-index: 10000;
  width: 33.3%;
  border: 1px solid #32353B;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.authorizedServices .itemArea .item:first-child {
  border-right: 0px;
}
.authorizedServices .itemArea .item:last-child {
  border-left: 0px;
  border-right: 0px;
}
.authorizedServices .itemArea .item:hover {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background-color: rgba(36, 40, 47, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.authorizedServices .itemArea .item a {
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 200px 60px 60px 60px;
}
.authorizedServices .itemArea .item a .icon {
  position: absolute;
  right: 60px;
  top: 75px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authorizedServices .itemArea .item a .title {
  font-weight: normal;
  font-size: 35px;
  display: block;
  margin-bottom: 30px;
}
.authorizedServices .itemArea .item a p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 50px;
}
.authorizedServices .itemArea .item a i {
  background: url(../images/icons/arrowRight.svg) no-repeat left center;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.authorizedServices .itemArea .item a:hover .icon {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authorizedServices .itemArea .item a:hover i {
  margin-left: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*Authorized Services*/
/*Authorized Services Search*/
.authorizedServicesSearch {
  display: flex;
  padding-top: 12.5%;
  justify-content: space-between;
  margin-bottom: 12.5%;
}
.authorizedServicesSearch .left {
  width: 33.3%;
}
.authorizedServicesSearch .left .searchSelects {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.authorizedServicesSearch .left .searchSelects .item {
  width: 50%;
  float: left;
  background-color: #1D2228;
  border: 1px solid rgba(128, 128, 128, 0.2);
  border-bottom: 0px;
  border-right: 0px;
  min-height: 9.0909090909vw;
  padding: 20px 30px;
  text-align: left;
}
.authorizedServicesSearch .left .searchSelects .item svg {
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 25px;
  display: block;
}
.authorizedServicesSearch .left .searchSelects .item a {
  font-size: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  padding: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 10000;
  display: block;
}
.authorizedServicesSearch .left .searchSelects .item.angleBtn:after {
  pointer-events: none;
}
.authorizedServicesSearch .left .searchSelects .item.map {
  background: none;
}
.authorizedServicesSearch .left .searchSelects .item.application {
  background: none;
}
.authorizedServicesSearch .left .searchSelects .item:before {
  width: 0;
  height: 100%;
  background: #333841;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
}
.authorizedServicesSearch .left .searchSelects .item:hover.map {
  background: #1D2228;
}
.authorizedServicesSearch .left .searchSelects .item:hover.application {
  background: #1D2228;
}
.authorizedServicesSearch .left .searchSelects .item:hover svg {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authorizedServicesSearch .left .searchSelects .item:hover a {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authorizedServicesSearch .left .searchSelects .item:hover .searchBox input::placeholder {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authorizedServicesSearch .left .searchSelects .item:hover:before {
  width: 100%;
}
.authorizedServicesSearch .left .searchSelects .item .searchBox {
  display: flex;
  align-items: center;
}
.authorizedServicesSearch .left .searchSelects .item .searchBox input {
  border: none;
  color: #8D98A1;
  background: none;
  padding: 10px 20px 10px 0px;
  font-size: 30px;
  font-weight: 400;
  width: 100%;
}
.authorizedServicesSearch .left .searchSelects .item .searchBox input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 30px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authorizedServicesSearch .left .searchSelects .item .searchBox button {
  background: url(../images/icons/arrowRight.svg) no-repeat center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
}
.authorizedServicesSearch .left .searchSelects .item .selectArea {
  position: relative;
}
.authorizedServicesSearch .left .searchSelects .item .selectArea select {
  width: 100%;
  background: none;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
}
.authorizedServicesSearch .left .searchSelects .item .selectArea select option {
  background-color: #24282F;
  border: none !important;
}
.authorizedServicesSearch .left .searchSelects .item .selectArea span {
  padding-left: 0px;
}
.authorizedServicesSearch .left .searchSelects:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.authorizedServicesSearch .right {
  width: 50%;
  z-index: 10000;
  position: relative;
}
.authorizedServicesSearch .right .authorizedServicesList .item {
  background-color: #333841;
  width: 100%;
  text-align: left;
  padding: 35px 40px;
}
.authorizedServicesSearch .right .authorizedServicesList .item .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
}
.authorizedServicesSearch .right .authorizedServicesList .item span {
  padding: 0px;
  display: inline-block;
}
.authorizedServicesSearch .right .authorizedServicesList .item p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.authorizedServicesSearch .right .authorizedServicesList .item .row {
  display: flex;
  margin-bottom: 20px;
  margin-top: 40px;
}
.authorizedServicesSearch .right .authorizedServicesList .item .row .col {
  width: 50%;
  position: relative;
  padding-top: 40px;
  font-size: 17px;
  font-weight: 200;
  padding-right: 60px;
}
.authorizedServicesSearch .right .authorizedServicesList .item .row .col i {
  position: absolute;
  font-size: 0px;
  top: 0px;
  left: 0px;
}
.authorizedServicesSearch .right .authorizedServicesList .item .row .col p a {
  color: white;
}
.authorizedServicesSearch .right .authorizedServicesList .item .row .col.mail p {
  margin-bottom: 0px;
}
.authorizedServicesSearch .right .authorizedServicesList .item .row .col a {
  color: #fff;
}
.authorizedServicesSearch .right .authorizedServicesList .item .row:last-child {
  margin-bottom: 0px;
}
.authorizedServicesSearch .right .authorizedServicesList .item.angleBox:after {
  pointer-events: none;
}

/*Authorized Services Search*/
/*Authorized Seller Services*/
.authorizedSellerServices {
  background-color: #24282F;
  color: white;
}
.authorizedSellerServices .mapsArea {
  background-color: #24282F;
  z-index: 10000;
  position: relative;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  color: white;
  padding: 130px 0px;
  border-left: 1px solid rgba(128, 128, 128, 0.2);
}
.authorizedSellerServices .mapsArea .title {
  font-size: 40px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 85px;
}
.authorizedSellerServices .mapsArea .serviceMap {
  width: 100%;
  padding: 0 70px;
}
.authorizedSellerServices .mapsArea .serviceMap .mapImgContainer {
  width: 100%;
  position: relative;
  margin: auto;
}
.authorizedSellerServices .mapsArea .serviceMap .mapImgContainer .mapImg {
  width: 100%;
  height: auto;
  position: absolute;
}
.authorizedSellerServices .mapsArea .serviceMap .mapImgContainer a {
  position: absolute;
  z-index: 2;
  font-size: 15px;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-align: center;
}
.authorizedSellerServices .mapsArea .serviceMap .mapImgContainer a img {
  display: inline;
}
.authorizedSellerServices .mapsArea .serviceMap .mapImgContainer a span {
  display: block;
}
.authorizedSellerServices .mapsArea .pins {
  position: absolute;
  left: -14%;
  top: 50%;
  transform: translateY(-50%);
}
.authorizedSellerServices .mapsArea .pins span {
  color: white;
  display: block;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 0px 10px 35px;
}
.authorizedSellerServices .mapsArea .pins span:nth-child(1) {
  background: url(../images/icons/authorizedSeller.svg) no-repeat center left;
}
.authorizedSellerServices .mapsArea .pins span:nth-child(2) {
  background: url(../images/icons/authorizedService-small.svg) no-repeat center left;
}
.authorizedSellerServices .mapsArea .pins span:nth-child(3) {
  background: url(../images/icons/authorizedServiceAndSeller-small.svg) no-repeat center left;
}

.authorizedSellerServicesBottom {
  width: 50%;
  margin: auto;
  color: white;
  padding: 70px 0px 12.5% 0px;
  line-height: 1.5;
}

/*Authorized Seller Services*/
/*weInNumbers*/
.head {
  height: 600px;
  position: relative;
}
.head .bgBox span {
  height: 17%;
}
.head .bgBox span:nth-child(2) {
  height: 33.3%;
}
.head .bgBox span:nth-child(3) {
  height: 50%;
}
.head .bgBox span:nth-child(4) {
  height: 100%;
}
.head .bgBox span:nth-child(5) {
  height: 66.6%;
}
.head .bgBox span:nth-child(6) {
  height: 33.3%;
}
.head .bgBox span:nth-child(7) {
  height: 33.3%;
}
.head .bgBox span:nth-child(8) {
  height: 0%;
}

.chartArea {
  background-color: #333841;
  padding-bottom: 12.5%;
  padding-top: 50px;
}
.chartArea .chartContent {
  width: 75%;
  margin: auto;
  color: white;
}
.chartArea .chartContent img {
  display: block;
  width: 100%;
}
.chartArea .chartContent span {
  display: block;
}
.chartArea .chartContent span.s50 {
  font-size: 50px;
  font-weight: 200;
  line-height: 1.3;
}
.chartArea .chartContent span.s60 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}
.chartArea .chartContent span.s23 {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 30px;
}
.chartArea .chartContent span.s30 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
.chartArea .chartContent span.s25 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 35px;
}
.chartArea .chartContent p {
  display: block;
}
.chartArea .chartContent p.s20 {
  font-size: 20px;
  font-weight: 300;
}
.chartArea .chartContent p.s25 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}
.chartArea .chartContent p.s17 {
  font-size: 17px;
  font-weight: 400;
}
.chartArea .chartContent .chartBox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.chartArea .chartContent .chartBox .item {
  width: 50%;
  padding: 48px;
}
.chartArea .chartContent .chartBox .item.blue {
  background-color: #0067B9;
}
.chartArea .chartContent .chartBox .item.white {
  background-color: white;
  color: #24282F;
}
.chartArea .chartContent .col {
  padding: 70px;
}
.chartArea .chartContent .chart1 {
  margin-bottom: 180px;
}
.chartArea .chartContent .chart2 {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  margin-bottom: 120px;
  padding-bottom: 70px;
}
.chartArea .chartContent .chart2 .pl70 {
  padding-left: 70px;
}
.chartArea .chartContent .chart2 .pt70 {
  padding-top: 70px;
}
.chartArea .chartContent .chart3 {
  width: 66.6%;
  margin: auto;
  padding: 70px 60px;
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.chartArea .chartContent .chart3 ul li {
  position: relative;
  padding-left: 30px;
}
.chartArea .chartContent .chart3 ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.chartArea .chartContent .chart3 ul li:nth-child(1):before {
  background-color: #0067B9;
}
.chartArea .chartContent .chart3 ul li:nth-child(2):before {
  background-color: #000;
}
.chartArea .chartContent .chart3 ul li:nth-child(3):before {
  background-color: #9E1B32;
}
.chartArea .chartContent .chart3 ul li:nth-child(4):before {
  background-color: #005A2B;
}

/*weInNumbers*/
/*SocialResponsibility*/
.socialResponsibilitySlider .item {
  position: relative;
}
.socialResponsibilitySlider .item .caption {
  margin-top: 30px;
  color: #fff;
  font-weight: 200;
  font-size: 15px;
  z-index: 5;
}
.socialResponsibilitySlider .item .caption span {
  position: relative;
  padding-left: 30px;
}
.socialResponsibilitySlider .item .caption span:before {
  display: block;
  width: 28px;
  height: 1px;
  background: url(../images/icons/line2.svg) no-repeat;
  position: absolute;
  content: "";
  top: 10px;
  left: 0px;
}
.socialResponsibilitySlider .owl-nav {
  position: absolute;
  right: 42px;
  bottom: -28px;
}
.socialResponsibilitySlider .owl-nav button {
  width: 62px;
  height: 62px;
  position: relative;
  margin-left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.socialResponsibilitySlider .owl-nav button:after {
  background: linear-gradient(to right, #fff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 0 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 100% 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #fff 1px, transparent 1px) 0 100%, linear-gradient(to top, #fff 1px, transparent 1px) 0 100%;
  background-repeat: no-repeat;
  background-size: 7px 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.48;
  transition: background-size 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.socialResponsibilitySlider .owl-nav button.owl-prev {
  background: url(../images/icons/leftArrow.svg) no-repeat center !important;
  transform: rotate(180deg);
}
.socialResponsibilitySlider .owl-nav button.owl-next {
  background: url(../images/icons/leftArrow.svg) no-repeat center !important;
}

.tabArea .head {
  height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.tabArea .head .bgBox span {
  height: 17%;
}
.tabArea .head .bgBox span:nth-child(2) {
  height: 33.3%;
}
.tabArea .head .bgBox span:nth-child(3) {
  height: 50%;
}
.tabArea .head .bgBox span:nth-child(4) {
  height: 100%;
}
.tabArea .head .bgBox span:nth-child(5) {
  height: 66.6%;
}
.tabArea .head .bgBox span:nth-child(6) {
  height: 33.3%;
}
.tabArea .head .bgBox span:nth-child(7) {
  height: 33.3%;
}
.tabArea .head .bgBox span:nth-child(8) {
  height: 0%;
}
.tabArea .head:after {
  content: "";
  bottom: 0px;
  right: -2px;
  width: 240px;
  height: 420px;
  position: absolute;
  background: url(../images/socialResponsibility/ocean.jpg) no-repeat;
}
.tabArea .head .tabsBtn {
  z-index: 1;
  display: flex;
  height: 33.3%;
  width: 50%;
  margin-right: 12.5%;
}
.tabArea .head .tabsBtn a {
  height: 100%;
  width: 100%;
  background-color: #333841;
}
.tabArea .head .tabsBtn a.active-tab i {
  transform: rotate(90deg);
}
.tabArea .tabs-content {
  background-color: #333841;
  padding-bottom: 150px;
}
.tabArea .tabs-content .tabs {
  display: none;
  width: 75%;
  margin: auto;
  color: white;
  padding: 120px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tabArea .tabs-content .tabs h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 20px 0px 20px 100px;
  font-size: 60px;
  font-weight: 700;
}
.tabArea .tabs-content .tabs h2.egitimCocuk {
  background: url(../images/icons/education.svg) no-repeat left center;
}
.tabArea .tabs-content .tabs .toggle {
  display: block;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  padding: 40px 0px;
}
.tabArea .tabs-content .tabs .toggle:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: url(../images/icons/plus.svg) no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tabArea .tabs-content .tabs .toggle.active {
  border-bottom: 0px;
}
.tabArea .tabs-content .tabs .toggle.active:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: url(../images/icons/minus.svg) no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tabArea .tabs-content .tabs .toggleContent {
  display: none;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  padding-bottom: 40px;
}
.tabArea .tabs-content .tabs .toggleContent p {
  color: rgba(255, 255, 255, 0.5);
}

/*SocialResponsibility*/
/*Form Page*/
.formWrapper {
  display: block;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.formWrapper .left {
  width: 58.3%;
  float: left;
}
.formWrapper .left img {
  width: 100%;
}
.formWrapper .right {
  width: 41.7%;
  background-color: #eee;
  float: left;
  padding: 95px;
}
.formWrapper .right .formContent h1 {
  font-size: 40px;
}
.formWrapper .right .formContent .titleAlt {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 25px;
}
.formWrapper .right .formContent .titleAlt.greyText {
  color: #6D6E73;
  padding-top: 60px;
  border-top: 1px solid #6D6E73;
  margin-top: 50px;
  padding-bottom: 30px;
}

/*Form Page*/
/* Visual Assets*/
.visualAssets {
  margin-bottom: 100px;
}
.visualAssets h1 {
  color: #fff;
  font-size: 72px;
}
.visualAssets h1 span {
  font-weight: 200;
  display: block;
}
.visualAssets .row .col {
  padding: 0 1px 1px 0;
}
.visualAssets .item {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  position: relative;
}
.visualAssets .item div {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.visualAssets .item a {
  color: #24282F;
  font-size: 15px;
  font-weight: bold;
  background: url(../images/icons/downArrow.svg) no-repeat left center;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 25px;
  opacity: 0;
}
.visualAssets .item:hover a {
  opacity: 1;
}

/* Visual Assets*/
/* Vision Mision */
section.vm {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.visionMission {
  width: 75%;
  margin: auto;
  padding-bottom: 37.5%;
  position: relative;
}
.visionMission .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.visionMission .inner .box {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 90px;
  cursor: pointer;
}
.visionMission .inner .box img {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
.visionMission .inner .box h2 {
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.visionMission .inner .box.mBox {
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.visionMission .inner .box.vBox {
  height: 70%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: right;
}
.visionMission .inner .box.vBox img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: 0.5;
}
.visionMission .inner .line {
  display: block;
  width: 145px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 90px;
  top: 140px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
}
.visionMission .inner .line:before {
  width: 5px;
  height: 1px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
}
.visionMission .inner .line:after {
  width: 5px;
  height: 1px;
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
}
.visionMission .inner p {
  color: #fff;
  font-size: 48px;
  font-weight: 200;
  position: absolute;
  left: 0px;
  top: 200px;
  width: 60%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.visionMission .inner p span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.visionMission .inner p span.mText {
  opacity: 1;
  padding-left: 90px;
}
.visionMission .inner p span.vText {
  opacity: 0;
  text-align: right;
  padding-right: 90px;
}
.visionMission.right .inner .box.mBox {
  height: 70%;
}
.visionMission.right .inner .box.mBox img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: 0.5;
}
.visionMission.right .inner .box.vBox {
  height: 100%;
}
.visionMission.right .inner .box.vBox img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  opacity: 1;
}
.visionMission.right .inner .line {
  left: 100%;
  margin-left: -230px;
}
.visionMission.right .inner p {
  left: 40%;
}
.visionMission.right .inner p span.mText {
  opacity: 0;
}
.visionMission.right .inner p span.vText {
  opacity: 1;
}

/* Vision Mision */
@media screen and (max-width: 1690px) {
  .authorizedServicesSearch .left .searchSelects .item {
    padding: 10px;
  }
  .authorizedServicesSearch .left .searchSelects .item a {
    font-size: 20px;
  }
  .authorizedServicesSearch .left .searchSelects .item .selectArea select {
    font-size: 15px;
  }
  header .nav {
    padding-top: 100px;
  }
  header .nav nav ul li.caption a {
    font-size: 25px;
    min-height: 80px;
  }
  header .nav nav ul li.caption ul li a {
    font-size: 18px;
    padding: 7px 10px 7px 0;
  }
  aside ul li a span {
    font-size: 15px;
  }
  .angleBtn span {
    font-size: 20px;
    padding: 20px 20px 40px 20px;
  }
  .angleBtn span small {
    font-size: 15px;
  }
  .angleBox {
    font-size: 18px;
  }
  .angleBox i {
    font-size: 40px;
  }
  section.news h2 {
    font-size: 300px;
  }
  section.news .item a {
    font-size: 17px;
  }
  .headFixed .caption {
    top: 40%;
  }
  .txtImgContent .textArea h1 {
    font-size: 50px;
  }
  p {
    font-size: 16px;
  }
  p.arrow {
    padding-bottom: 20px;
  }
  p.arrow span.caption {
    padding-bottom: 20px;
  }
  .imgArea .angleBox i {
    font-size: 70px;
  }
  .visionMission .inner p {
    width: 90%;
    font-size: 36px;
  }
  .visionMission.right .inner p {
    left: 10%;
  }
  section.brands .links .inner ul li.selected a {
    font-size: 56px;
  }
  section.brands .brandImages .angleBtn span {
    padding: 0px 0 40px;
  }
  section.brands .brandImages .angleBtn span small {
    text-align: center;
  }
  section.group .content .list .title h3 span {
    font-size: 120px;
    line-height: 90px;
  }
  section.group .content .list .title .desc {
    font-size: 17px;
  }
  section.group .content .list .links div.angleBtn .desc {
    font-size: 12px;
  }
  section.services .content .inner .text {
    font-size: 34px;
  }
  section.bom .content .right h2 {
    font-size: 34px;
  }
  .hrHead p {
    font-size: 36px;
  }
  .hrProcesses .content .top h2 {
    font-size: 52px;
  }
  .hrProcesses .content .top h2 span {
    font-size: 36px;
  }
  .hrProcesses .content .top p {
    padding: 40px 0 0 25px;
  }
  .pressReleases .pressReleasesContent .itemArea .item .angleBtn {
    min-height: 340px;
  }
  .authorizedSellerServices .mapsArea .serviceMap .mapImgContainer a {
    font-size: 10px;
  }
  .fluidBox.ocean .angleBtn {
    top: 0;
  }
  section.textPage .newsTop h1 {
    font-size: 40px;
  }
  section.textPage .newsTop div {
    max-width: 880px;
  }
  section.textPage .newsContent {
    max-width: 880px;
  }
  .jobs .angleBtn span {
    font-size: 15px;
    padding: 15px 15px 30px 15px;
  }
  .visualAssets {
    font-size: 42px;
  }
  .visualAssets h1 {
    font-size: 42px;
  }
  .corporateCommunications h1 {
    font-size: 40px;
  }
  .corporateCommunications a {
    font-size: 20px;
  }
  .authorizedSellerServices .mapsArea {
    height: auto !important;
  }
  .authorizedSellerServices .mapsArea .pins span {
    font-size: 15px;
  }
  .pageContent.textArea .appBtn {
    width: 100%;
  }
  .mapsArea {
    height: 350px !important;
  }
  .contact .item {
    padding: 45px;
  }
  .contact .item h2 {
    font-size: 25px;
  }
  .contact .item p {
    font-size: 14px;
  }
  .contact .item .angleBtn span {
    width: 100%;
  }
  .contact h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 100%;
  }
  .contact small {
    font-size: 20px;
    font-weight: 300;
  }
  .contact .formContent {
    margin-bottom: 200px;
  }
  .formContent .row .col .kvkMetni {
    font-size: 10px;
  }
  .formContent .row .col .labelArea div {
    width: 50%;
  }
  .formContent .row .col p {
    font-size: 12px;
  }
  section.services .content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1540px) {
  .chartArea .chartContent span.s60 {
    font-size: 40px;
  }
  .chartArea .chartContent p.s25 {
    font-size: 20px;
  }
  .chartArea .chartContent .chartBox .item {
    padding: 20px;
  }
  section.brands .links .inner ul {
    width: 600px;
  }
}
@media screen and (max-width: 780px) {
  .mapsArea {
    height: 250px !important;
  }
  section.h100 {
    height: auto;
  }
  .lines, aside {
    display: none !important;
  }
  .headerMobile {
    display: none;
  }
  header {
    top: 0;
    padding: 0;
  }
  header a.logo {
    width: 170px;
    height: 20px;
    margin: 30px 0 30px 30px;
  }
  header .tools {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
    background: #1C2128;
    height: 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
  }
  header .tools:before {
    display: none;
  }
  header .tools a {
    width: 33.333%;
    height: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(112, 112, 112, 0.5);
  }
  header .tools a.menuLink span {
    height: 25px;
  }
  header .nav {
    padding: 75px 0 70px;
    top: 100vh;
  }
  header .nav nav {
    height: 100%;
    overflow: scroll;
  }
  header .nav nav .navInner {
    padding: 25px 30px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }
  header .nav nav .navInner br {
    display: none;
  }
  header .nav nav ul {
    width: 100%;
    float: none;
  }
  header .nav nav ul li.caption a {
    min-height: auto;
    margin: 0;
    font-size: 20px;
    padding: 10px 0;
  }
  header .nav nav ul li.caption a:after {
    display: none;
  }
  header .nav nav ul li.caption a:before {
    content: "\eab2";
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
  }
  header .nav nav ul li.caption:hover ul {
    display: block;
  }
  header .nav nav ul ul {
    display: none;
  }
  header .nav nav ul ul li a {
    padding-left: 20px !important;
    font-size: 16px !important;
  }
  header .nav nav ul ul li a:before {
    display: none;
  }
  header .nav nav .bottomNav {
    position: relative;
    bottom: auto;
  }
  header .nav nav .bottomNav .left {
    padding: 25px 30px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    width: 100%;
  }
  header .nav nav .bottomNav .left a {
    display: block;
    margin: 0;
    padding: 5px 0;
    background-image: url(../images/icons/longArrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px auto;
    padding-left: 20px;
  }
  header .nav nav .bottomNav .social {
    width: 100%;
    padding: 25px 30px;
  }
  header .nav nav .bottomNav .social a {
    margin: 0 20px 0 0;
  }
  header .nav.opened {
    top: 0;
  }
  header.scrolled .content {
    background: #1C2128;
  }
  main {
    padding-top: 70px;
  }
  .homePage main {
    padding-top: 0;
  }
  section {
    padding: 30px;
  }
  section.mainSlider {
    padding: 0 !important;
  }
  section.mainSlider .item {
    padding: 0 30px;
  }
  section.mainSlider .item .caption {
    left: 0;
    top: auto;
    bottom: -150px;
  }
  section.mainSlider .item .caption h2 {
    font-size: 32px;
    border: none;
    padding-left: 0;
    padding-right: 100px;
  }
  section.mainSlider .item .caption i.cNum {
    position: relative;
    left: auto;
    font-size: 13px;
  }
  section.mainSlider .item .caption .angleBtn {
    width: 50%;
  }
  section.mainSlider .item video {
    display: none !important;
  }
  section.mainSlider .active .item .caption {
    bottom: 150px;
    top: auto;
  }
  section.mainSlider .bullets {
    width: 50%;
    padding: 0 30px 0 0;
    right: 0;
    top: auto;
    bottom: 150px;
  }
  section.mainSlider .bullets .inner {
    width: 100%;
    float: right;
    position: relative;
    height: 62px;
  }
  section.mainSlider .bullets a.angleBtn {
    height: 100%;
    display: none;
  }
  section.mainSlider .bullets a.angleBtn.next {
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    margin: 0;
    display: block;
  }
  section.mainSlider .bullets a.angleBtn:nth-child(3) {
    top: -100%;
  }
  footer {
    padding-bottom: 70px !important;
  }
  footer .content {
    padding: 35px 30px;
  }
  footer .left {
    width: 100%;
  }
  footer .left a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }
  footer .left span {
    display: none;
  }
  footer .right {
    width: 100%;
  }
  footer .right a {
    display: block;
    padding: 5px 0;
    margin-left: 0;
    border-bottom: 1px solid #eee;
  }
  footer .right span {
    display: block;
  }
  .fluidBox {
    position: relative;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 30px;
  }
  .fluidBox .angleBtn {
    position: relative !important;
    width: 100% !important;
    margin-top: -50px;
    left: 0 !important;
  }
  .fluidBox .inner video {
    min-height: 80vw;
  }
  section.news {
    height: 100% !important;
    height: 100vh !important;
  }
  section.news .content {
    width: 100%;
  }
  section.news .item {
    padding: 5px;
  }
  section.news .item a {
    justify-content: flex-start;
    align-items: end;
    font-size: 17px;
    position: relative;
  }
  section.news .item a i {
    width: 100%;
    opacity: 0.5;
  }
  section.news .item a span {
    width: 100%;
    height: 50%;
    padding: 0 15px;
  }
  section.news .item a span small {
    position: relative;
    border: none;
    right: auto;
  }
  section.news .item a span small:after {
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    content: "";
    margin: 10px 0;
  }
  section.news .item a span strong {
    padding: 0;
  }
  section.bom .content .left {
    width: 100%;
  }
  section.bom .content .right {
    width: 100%;
  }
  section.bom .content .right h2 {
    padding: 30px 0;
    margin: 0;
  }
  section.bom .content .right .info {
    width: 100%;
    margin: 0;
    float: none;
  }
  section.bom .content .right .desc {
    width: 100%;
    float: none;
  }
  section.bom .content .right .desc p {
    padding: 0;
    font-size: 15px;
    padding: 30px 0;
  }
  section.group .content h2 {
    position: relative;
    width: 100%;
    text-align: left;
  }
  section.group .content h2 br {
    display: none;
  }
  section.group .content .list .title {
    padding: 20px 0;
  }
  section.group .content .list .title h3 {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  section.group .content .list .title .desc {
    width: 100%;
    float: none;
  }
  section.group .content .list .links .col {
    width: 50%;
    padding-bottom: 50%;
  }
  section.services .content h2 {
    position: relative;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
  section.services .content .inner .text {
    width: 100%;
    font-size: 24px;
    padding: 20px 0;
  }
  section.services .content .inner .text br {
    display: none;
  }
  section.services .content .inner .info {
    width: 100%;
  }
  section.services .serviceImg {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    width: 100%;
    opacity: 1;
  }
  section.brands {
    background: url(/Content2020/assets/images/brands/mobile/bmw.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.brands .links {
    width: 50%;
    float: none;
    align-items: top;
  }
  section.brands .links .inner {
    height: 100%;
  }
  section.brands .links .inner ul {
    width: 100%;
    bottom: 0;
    height: auto;
    top: 60px;
  }
  section.brands .links .inner ul li {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    padding: 10px 0;
  }
  section.brands .links .inner ul li a {
    font-size: 20px !important;
  }
  section.brands .links .inner h2 {
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
  }
  section.brands .links .inner .brandItems {
    width: 100%;
    position: absolute;
  }
  section.brands .brandImages {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 30px;
    left: 0;
  }
  section.brands .brandImages .brandImage {
    display: none;
  }
  section.brands .brandImages .imageAnim {
    display: none;
  }
  section.brands .angleBtn {
    width: 50%;
    top: 100px;
    right: 0;
    position: relative;
    float: right;
  }
  section.brands .angleBtn span {
    padding: 10px 10px 30px 20px;
  }
  section.brands .angleBtn span small {
    margin: 10px 0 !important;
    font-size: 13px;
  }
  .imgArea .imgAnim {
    height: 400px;
  }
  .txtImgContent .head {
    height: 100px;
  }
  .txtImgContent .textArea {
    padding-top: 30px;
  }
  .txtImgContent .textArea h1 {
    font-size: 30px;
  }
  .txtImgContent .textArea p {
    max-width: none;
  }
  .txtImgContent .row .col {
    width: 100%;
  }
  .txtImgContent span.title {
    font-size: 25px;
  }
  .txtImgContent.pt180 {
    padding-top: 0;
  }
  .txtImgContent.m100 {
    margin-bottom: 40px;
  }
  .txtImgContent .certificates {
    width: 100%;
  }
  .txtImgContent .mobileImgArea {
    margin-top: 0px !important;
  }
  .txtImgContent .chartArea .chartContent .chartBox {
    margin-top: 40px;
  }
  .txtImgContent .tabArea .head .tabsBtn {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-right: 0px;
  }
  .txtImgContent .tabArea .head .tabsBtn a {
    width: 50%;
    height: auto;
  }
  .txtImgContent .tabArea .head:after {
    display: none;
  }
  .txtImgContent .tabArea .tabs-content {
    padding: 30px;
  }
  .txtImgContent .tabArea .tabs-content .tabs {
    width: 100%;
    padding: 0px;
  }
  .txtImgContent .tabArea .tabs-content .tabs h2 {
    font-size: 25px;
    padding-left: 80px;
    background-size: 30% auto;
  }
  .txtImgContent .tabArea .tabs-content .tabs .toggle {
    font-size: 18px;
    padding-right: 35px;
  }
  .txtImgContent .boxArea .title {
    margin-bottom: 15px !important;
  }
  .txtImgContent .boxArea .angleBtn span {
    padding-bottom: 45px;
  }
  .imgArea.small {
    margin-bottom: 40px;
  }
  .breadCrumb {
    display: none;
  }
  .visionMission {
    width: 100%;
    padding-bottom: 200%;
  }
  .visionMission .inner .box {
    width: 50% !important;
    padding: 30px;
  }
  .visionMission .inner .box h2 {
    font-size: 16px;
  }
  .visionMission .inner p {
    width: 100%;
    font-size: 24px;
  }
  .visionMission .inner p span.mText {
    padding-left: 30px;
  }
  .visionMission .inner p span.vText {
    padding-right: 30px;
  }
  .headFixed {
    background-size: cover;
    min-height: 300px;
    background-attachment: initial !important;
  }
  .headFixed .caption {
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .headFixed .caption span {
    font-size: 26px;
  }
  .chartArea {
    padding: 30px;
  }
  .chartArea .chartContent {
    width: 100%;
  }
  .chartArea .chartContent .chartBox .item {
    width: 100%;
    padding: 20px;
  }
  .chartArea .chartContent .chart1 {
    margin-bottom: 50px;
  }
  .chartArea .chartContent .chart2 {
    margin-bottom: 30px;
  }
  .chartArea .chartContent .chart2 .pt70 {
    padding-top: 30px;
  }
  .chartArea .chartContent .chart2 .pl70 {
    padding-left: 0;
  }
  .chartArea .chartContent .chart3 {
    width: 100%;
    padding: 0;
    border: none;
  }
  .chartArea .chartContent span.s30 {
    font-size: 26px;
  }
  .board {
    width: 100%;
  }
  .board h1 {
    font-size: 30px;
  }
  .board .left {
    width: 100%;
  }
  .board .left .boardTtem {
    margin-bottom: 20px;
  }
  .board .left .boardTtem a span, .board .left .boardTtem a small {
    display: none;
  }
  .board .right {
    width: 100%;
  }
  .board .right .tab-detail .item .title {
    width: 100%;
  }
  .prices .board .left h2 {
    font-size: 30px;
  }
  .prices .board .left .boardTtem a {
    padding: 10px;
  }
  .prices .board .left .boardTtem a span {
    display: block;
    font-size: 12px;
  }
  .hrHead {
    background-position: 30% 0;
  }
  .hrHead p {
    width: 100%;
    font-size: 25px;
    padding-top: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .pressReleases .pressReleasesContent .pressReleasesSelectArea {
    height: 120px;
    margin-bottom: 50px;
  }
  .pressReleases .pressReleasesContent .pressReleasesSelectArea .left {
    width: 100%;
  }
  .pressReleases .pressReleasesContent .pressReleasesSelectArea .left .search {
    width: 100%;
  }
  .pressReleases .pressReleasesContent .pressReleasesSelectArea .left .search button {
    right: 10px;
  }
  .pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea {
    width: 100%;
  }
  .pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea .selectItem {
    width: 50%;
  }
  .pressReleases .pressReleasesContent .pressReleasesSelectArea .selectArea .selectItem.bulletin {
    width: 100% !important;
  }
  .pressReleases .pressReleasesContent .itemArea .item {
    width: 100%;
  }
  .pressReleases .pressReleasesContent .itemArea .item .angleBtn {
    min-height: 200px;
  }
  .pressReleases .pressReleasesContent .itemArea .item .angleBtn span {
    padding: 20px;
  }
  .corporateCommunications h1 {
    font-size: 30px;
  }
  .authorizedSellerServices .mapsArea {
    border-left: 0px;
    padding-top: 50px;
  }
  .authorizedSellerServices .mapsArea .title {
    font-size: 25px;
  }
  .authorizedSellerServices .mapsArea .serviceMap {
    padding: 0px;
  }
  .authorizedSellerServices .mapsArea .serviceMap .mapImgContainer a span {
    font-size: 8px;
  }
  .authorizedSellerServices .mapsArea .pins {
    top: auto;
    transform: translateY(0px);
    bottom: 0px;
    left: 0px;
    display: flex;
    width: 100%;
  }
  .authorizedSellerServices .mapsArea .pins span {
    font-size: 13px;
    width: 33.3%;
    padding-right: 15px;
  }
  .authorizedServicesSearch {
    flex-wrap: wrap;
  }
  .authorizedServicesSearch .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .authorizedServicesSearch .right {
    width: 100%;
  }
  .authorizedServicesSearch .right .authorizedServicesList .item {
    padding: 20px 25px;
  }
  .authorizedServicesSearch .right .authorizedServicesList .item .title {
    font-size: 25px;
  }
  .authorizedServicesSearch .right .authorizedServicesList .item .row .col {
    width: 100%;
    padding-right: 0px;
  }
  .pageContent {
    width: 100%;
  }
  .pageContent.applicationFormArea {
    width: 100%;
  }
  .pageContent.applicationFormArea .formStep a {
    width: 33.3% !important;
    font-size: 18px;
  }
  .pageContent.textArea .appBtn {
    line-height: normal;
  }
  .pageContent.textArea .appBtn span {
    padding: 15px 50px 15px 0;
  }
  .pageContent.corporateCommunications {
    padding: 50px 0;
    margin-top: 0;
  }
  .pageContent.corporateCommunications a.mail {
    font-size: 16px;
    word-break: break-all;
  }
  .visualAssets h1 {
    font-size: 42px;
  }
  .visualAssets .row .col {
    width: 100%;
  }
  .hrProcesses .hrProcessesInner {
    width: 100%;
    height: 500px;
  }
  .hrProcesses .content {
    width: 100%;
  }
  .hrProcesses .content .top {
    top: 0px;
    padding: 30px;
  }
  .hrProcesses .content .top h2 {
    font-size: 32px;
    width: 100%;
    float: none;
  }
  .hrProcesses .content .top h2 span {
    font-size: 22px;
  }
  .hrProcesses .content .top p {
    width: 100%;
    padding: 15px 0 0;
    float: none;
    font-size: 15px;
  }
  .hrProcesses .content .item a span {
    bottom: 50px;
  }
  .hrProcesses .content .owl-nav {
    right: 0;
  }
  .hrProcesses .detail .scrollContent {
    padding: 0;
  }
  .hrProcesses .detail .pItem h2 {
    font-size: 35px;
    padding-bottom: 25px;
  }
  .tabArea .head {
    height: auto !important;
    padding-top: 100px;
  }
  .tabArea .head .bgBox {
    height: 100px;
  }
  .socialResponsibilitySlider .owl-nav {
    right: 0;
    bottom: 0;
  }
  .socialResponsibilitySlider .owl-nav button {
    width: 40px;
    height: 40px;
  }
  section.textPage {
    padding: 30px;
  }
  section.textPage .content h1 {
    font-size: 42px;
    padding-bottom: 30px;
  }
  .contact .item {
    padding: 30px;
    right: 0 !important;
    border-right: 1px solid #32353B;
    border-left: 1px solid #32353B;
    width: 100%;
  }
  .contact .item h2 {
    font-size: 20px;
  }
  .contact .item p span {
    display: block;
    width: 100%;
    font-weight: bold;
  }
  .contact .item p span + span {
    font-weight: normal;
    width: 100%;
  }
  .contact .formContent {
    width: 100%;
  }
  .contact .formContent .row .col {
    width: 100%;
    height: auto;
  }
  .contact .formContent .row .col .h300 {
    height: auto;
  }
  .contact .formContent .row .col.submitBtn button {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  a.arrowBtn {
    width: 100%;
  }
}
.orientationWarning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24282F;
  z-index: 100000000000000020;
}
.orientationWarning p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-size: 15px;
  padding: 60px 30px 0;
  background: url(../images/icons/swicthOrientation.svg) no-repeat top center;
  background-size: auto 50px;
  color: #fff;
}

@media screen and (orientation: landscape) and (max-width: 768px) {
  .orientationWarning {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
