@charset "UTF-8";
.scrollBar::-webkit-scrollbar {
  width: 5px;
}

.scrollBar::-webkit-scrollbar-track {
  background: transparent;
  margin-right: 5px !important;
  border-radius: 30px;
}

.scrollBar::-webkit-scrollbar-thumb {
  background-color: #2744A2;
  border-radius: 30px;
}

.scrollBar::-webkit-resizer {
  margin-right: 10px;
}

/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  color: #2B2B2B;
}
body.fancybox-active {
  height: 100%;
}
body.greenVersion .switchArea .toolTip:after {
  content: "";
}
body.greenVersion .greenItem img {
  opacity: 0;
}
body.greenVersion .greenItem.blue {
  border: 2px solid #2744A2;
  margin-bottom: 15px;
}
body.greenVersion .greenItem.turqoise {
  border: 2px solid #2690C7;
  margin-bottom: 15px;
  margin-right: 20px;
}
body.greenVersion .greenItem.round {
  border-radius: 100%;
}
body.greenVersion .greenItem.shadow {
  background: linear-gradient(#fff 0%, #36578b 100%);
}
body.greenVersion .greenItem.remove {
  display: none;
}
body.greenVersion .pageHeader {
  background: linear-gradient(#fff 0%, #36578b 100%);
}
body.greenVersion section.mainSlider .item {
  background: linear-gradient(#fff 0%, #36578b 100%) !important;
}
body.greenVersion section.mainSlider .item video {
  display: none;
}
body.greenVersion .history .historyContent .hItem .img img {
  position: relative;
}
body.noSidebar .quickAccess {
  display: none;
}

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: Helvetica, 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%;
}
section.h100 {
  height: 100%;
  height: 100vh;
}
section.p0 {
  padding-left: 0;
  padding-right: 0;
}
section.subPage {
  padding-bottom: 100px;
  padding-top: 100px;
}
section.grey {
  background-color: rgba(242, 242, 242, 0.7);
}
section.blue {
  background-color: #2744A2;
}

.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: "";
}
.content.w50 {
  width: 50%;
}
.content.w70 {
  width: 70%;
}

.arrowBtn {
  width: 220px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
  background-color: #2744A2;
  padding: 22px 0px 22px 35px;
  line-height: 19px;
}
.arrowBtn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background: url(../images/icons/rightArrow.svg) no-repeat right center;
  right: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
.arrowBtn:hover:after {
  right: 20px;
}

/* Forms */
.formArea .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  display: block;
}
.formArea input, .formArea textarea, .formArea select {
  width: 100%;
  padding: 0px 25px;
  height: 70px;
  border: none;
  border: 1px solid transparent;
  resize: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: none;
  border: 1px solid #D6D6D6;
  font-size: 16px;
  font-weight: 400;
  color: #959390;
}
.formArea label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.formArea textarea {
  height: 150px;
}
.formArea button {
  border: none;
  float: right;
  text-align: left;
  cursor: pointer;
}
.formArea .row {
  justify-content: space-between;
  margin-bottom: 25px;
}
.formArea .row .col.col-4 {
  width: 48%;
  position: relative;
}
.formArea .row .col.col-6 {
  width: 70%;
}
.formArea .row .col.col-2 {
  width: 30%;
}
.formArea .row .col.col-8 {
  position: relative;
}
.formArea .row.flexEnd {
  justify-content: flex-end;
}
.formArea .captcha {
  position: relative;
}
.formArea .captcha img {
  position: absolute;
  left: 0;
  top: 30%;
}
.formArea .captcha input {
  padding-left: 170px;
}
.formArea .kvkk {
  margin: 15px 0px 0px 0px;
}
.formArea .kvkk:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.formArea .fileInput {
  position: relative;
}
.formArea .fileInput span {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(43, 43, 43, 0.34);
  padding: 15px 20px 0px 60px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(43, 43, 43, 0.34);
  line-height: 30px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.formArea .fileInput span:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #2744A2;
  font-weight: normal;
}
.formArea .fileInput input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.formArea .uploadFile {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.formArea .uploadFile label {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0px;
  color: #151D20;
  font-size: 16px;
  font-weight: 300;
}
.formArea .uploadFile label em {
  float: right;
  background: url(../images/icons/download.svg) no-repeat left center;
  padding-left: 25px;
  font-style: normal;
}
.formArea .uploadFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.formArea input[type=checkbox] {
  display: none;
  appearance: none;
}
.formArea input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #2744A2;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
  cursor: default;
}
.formArea input[type=checkbox] + label a {
  color: #2744A2;
  font-weight: bold;
}
.formArea input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #2744A2;
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 1;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formArea input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2744A2;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formArea input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* Forms*/
i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}
i.icon.searchIco {
  background-image: url(../images/icons/searchBtn.svg);
}
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;
}

h1 {
  font-weight: bold;
  font-size: 55px;
  color: #fff;
}

h2 {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 45px;
}

h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 25px;
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
p.center {
  text-align: center;
}
p.white {
  color: #fff;
}

.izinLightbox {
  display: none;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
.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: 27.5%;
}
.row .col.col-8 {
  width: 100%;
}
.row .col.col-45 {
  width: 45%;
}
.row .col.col-49 {
  width: 49%;
}
.row .col.col-41 {
  width: 41%;
}
.row .col.col-35 {
  width: 35%;
}
.row.j-center {
  justify-content: center;
}
.row.center {
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
}
.row.pb0 {
  padding-bottom: 0px;
}

.w100 {
  width: 100%;
  display: block;
}

/*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.png) no-repeat center;
  background-size: 100% auto;
  width: 170px;
  height: 20px;
}

.searchArea {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 98;
  top: 0px;
  left: 0;
}
.searchArea.open {
  opacity: 1;
  top: 101px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: all;
  position: fixed;
}
.searchArea .form {
  height: 90px;
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  padding-left: 200px;
}
.searchArea .form input {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border: none;
  background: none;
  background: url(../images/icons/search.svg) no-repeat left center;
  padding-left: 60px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.searchArea .form input::placeholder {
  color: #fff;
}
.searchArea .form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  background: none;
  border: none;
  height: 20px;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  pointer-events: none;
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px;
  background-color: #fff;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
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;
  z-index: 2;
  align-items: center;
  padding: 0px 7%;
}
header a.logo {
  display: block;
  background-image: url(../images/aigp-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 150px;
  height: 50px;
}
header .tools {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 30px;
}
header .tools a {
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-size: 17px;
  color: #000;
  font-weight: bold;
}
header .tools a i {
  display: block;
  width: 30px;
  height: 30px;
}
header .tools a i.icon.searchIco {
  background-image: url(../images/icons/searchBtnBlack.svg);
}
header .tools a:nth-child(2) {
  margin-right: 20px;
}
header .tools a.searchBtn {
  padding-right: 20px;
  border-right: 1px solid rgba(149, 147, 144, 0.4);
  margin-right: 10px;
}
header .tools a.lang-switcher {
  margin-left: 15px;
  font-size: 14px;
  position: relative;
  padding-right: 5px;
  color: #959390;
}
header .tools a.lang-switcher:before {
  content: "";
  position: absolute;
  right: -7px;
  top: 15px;
  width: 5px;
  height: 2px;
  background-color: rgba(149, 147, 144, 0.4);
}
header .tools a.lang-switcher:last-child:before {
  display: none;
}
header .tools a.menuLink {
  display: none;
}
header .tools a.menuLink span {
  display: block;
  width: 25px;
  height: 100%;
  position: relative;
}
header .tools a.menuLink span i {
  position: absolute;
  background: #000;
  -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) {
  top: 8px;
}
header .tools a.menuLink span i:nth-child(2) {
  top: 16px;
}
header .tools a.menuLink span i:nth-child(3) {
  top: 24px;
}
header .tools a.menuLink.opened span i {
  width: 10px !important;
  background: #000 !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) {
  width: 29px !important;
  transform: rotate(-5deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  left: 0;
  top: 15px;
}
header .tools .switchArea {
  position: absolute;
  top: 30px;
  right: 20px;
}
header .tools .switchArea .switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}
header .tools .switchArea .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
header .tools .switchArea .switch input:checked + .switchBtn {
  background-color: #6EDC5E;
}
header .tools .switchArea .switch input:checked + .switchBtn:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}
header .tools .switchArea .switch input:checked + .switchBtn:after {
  content: "ON";
  right: auto;
  left: 10px;
}
header .tools .switchArea .switch input:focus + .switchBtn {
  box-shadow: 0 0 1px #2196F3;
}
header .tools .switchArea .switch .switchBtn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDDDD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 25px;
}
header .tools .switchArea .switch .switchBtn:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background: #fff url(../images/icons/lightning.svg) no-repeat center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 25px;
}
header .tools .switchArea .switch .switchBtn:after {
  content: "OFF";
  position: absolute;
  right: 7px;
  font-size: 13px;
  color: #fff;
  top: 50%;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
  transform: translateY(-50%);
}
header .tools .switchArea .switch .toolTip {
  position: absolute;
  right: 0;
  background: #2744A2;
  color: #fff;
  display: block;
  padding: 10px 10px;
  top: 100px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  opacity: 0;
  display: block;
}
header .tools .switchArea .switch .toolTip:before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #2744A2;
}
header .tools .switchArea .switch .toolTip:after {
  content: "Переход к низкому уровню выбросов углерода";
}
header .tools .switchArea .switch .toolTip.en:after {
  content: "LOW CARBON TRANSITION";
}
header .tools .switchArea .switch:hover .toolTip {
  opacity: 1;
  right: 0px;
  top: 50px;
}
header .tools .switchArea.home {
  right: 300px;
}
header .tools .switchArea.home .switch .toolTip {
  opacity: 1;
  top: 0;
  right: 70px;
  background-color: transparent;
  color: #2744A2;
  font-weight: 600;
}
header .tools .switchArea.home .switch .toolTip:before {
  display: none;
}
header .nav nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header .nav nav ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 25px;
}
header .nav nav ul li > a {
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 40px 0px;
  position: relative;
}
header .nav nav ul li > a:after {
  content: "";
  width: 0%;
  left: 0px;
  background-color: #2744A2;
  height: 1.3px;
  position: absolute;
  bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
header .nav nav ul li > a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 75%;
}
header .nav nav ul li:hover a {
  color: #2744A2;
}
header .nav nav ul li .subMenu {
  position: absolute;
  top: 150%;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  padding: 50px 7%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .nav nav ul li .subMenu .title {
  font-size: 60px;
  font-weight: 500;
  width: 33%;
}
header .nav nav ul li .subMenu ul {
  display: inline-block;
  border-left: 1px solid rgba(43, 43, 43, 0.1);
  border-right: 1px solid rgba(43, 43, 43, 0.1);
  padding: 0 5%;
}
header .nav nav ul li .subMenu ul li {
  padding-left: 0;
}
header .nav nav ul li .subMenu ul li a {
  font-size: 17px;
  font-weight: 300;
  color: rgba(43, 43, 43, 0.55);
  display: inline-block;
  position: relative;
  padding: 0px 0px 25px 0px;
}
header .nav nav ul li .subMenu ul li a:after {
  content: "";
  width: 0%;
  left: 0px;
  background-color: #2744A2;
  height: 1.3px;
  position: absolute;
  bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
header .nav nav ul li .subMenu ul li a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 75%;
}
header .nav nav ul li .subMenu ul li ul {
  border: none;
  padding-left: 30px;
}
header .nav nav ul li .subMenu ul li ul li a {
  font-size: 14px;
  font-weight: bold;
  color: rgba(43, 43, 43, 0.85);
}
header .nav nav ul li.hasSub:hover .subMenu {
  top: 100%;
  pointer-events: all;
  opacity: 1;
}
header.scrolled {
  background-color: #fff;
  border-bottom: 1px solid rgba(242, 242, 242, 0.9);
}
header.scrolled a.logo {
  filter: brightness(100%);
}
header.scrolled .tools a {
  color: #000;
}
header.scrolled .tools a i.icon.searchIco {
  background-image: url(../images/icons/searchBtnBlack.svg);
}
header.scrolled .tools a.menuLink span i {
  background: #000;
}
header.scrolled .nav nav ul li > a {
  color: #000;
}
header.scrolled .nav nav ul li:hover > a {
  color: #2744A2;
}
header.homeBg {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
}
header.homeBg a.logo {
  filter: brightness(100%);
}
header.homeBg .nav nav ul li > a {
  color: #000;
}
header.homeBg .nav nav ul li:hover > a {
  color: #2744A2;
}
header.homeBg .tools a {
  color: #000;
}
header.homeBg .tools a:nth-child(2) {
  margin-right: 20px;
}
header:hover {
  background-color: #fff;
}
header:hover a.logo {
  filter: brightness(100%);
}
header:hover .nav nav ul li > a {
  color: #000;
}
header:hover .nav nav ul li:hover > a {
  color: #2744A2;
}
header:hover .tools a {
  color: #000;
}
header:hover .tools a:nth-child(2) {
  margin-right: 20px;
}

.quickAccess a.toggler {
  width: 80px;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 99;
  padding: 0px;
  background-color: rgba(242, 242, 242, 0.7);
  backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -webkit-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -moz-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  -ms-backdrop-filter: brightness(100%) saturate(90%) contrast(90%) blur(5px);
  margin-top: 100px;
}
.quickAccess a.toggler span {
  display: block;
  width: 24px;
  position: absolute;
  height: 15px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quickAccess a.toggler span .line1 {
  width: 24px;
  height: 2px;
  background: #2744A2;
  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;
}
.quickAccess a.toggler span .line2 {
  width: 24px;
  height: 2px;
  background: #2744A2;
  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;
}
.quickAccess a.toggler span .line3 {
  width: 24px;
  height: 2px;
  background: #2744A2;
  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;
}
.quickAccess a.toggler:hover .line1 {
  width: 28px;
  left: -2px;
}
.quickAccess a.toggler:hover .line2 {
  width: 12px;
  left: 6px;
}
.quickAccess a.toggler:hover .line3 {
  width: 28px;
  left: -2px;
}
.quickAccess .scrollBar {
  overflow: scroll;
  height: 70%;
  overflow-x: hidden;
}
.quickAccess .quickMenu {
  position: fixed;
  z-index: 99;
  background-color: #f2f2f2;
  left: 0px;
  top: 100px;
  padding: 200px 35px 70px 30px;
  width: 350px;
  opacity: 0;
  pointer-events: none;
  box-shadow: -5px 1px 5px -4px rgba(80, 80, 80, 0.75);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.quickAccess .quickMenu .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: flex-end;
}
.quickAccess .quickMenu .head strong {
  font-size: 24px;
  color: #2744A2;
  font-weight: bold;
}
.quickAccess .quickMenu .head a {
  font-size: 15px;
  font-weight: bold;
  color: #2744A2;
}
.quickAccess .quickMenu ul {
  padding-left: 20px;
}
.quickAccess .quickMenu ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #2B2B2B;
  display: block;
  margin-bottom: 20px;
}
.quickAccess .quickMenu ul li.inner .innerBaslik {
  position: relative;
}
.quickAccess .quickMenu ul li.inner .innerBaslik:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/plus.svg) no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% auto;
}
.quickAccess .quickMenu ul li.inner.active a {
  color: #2744A2;
}
.quickAccess .quickMenu ul li.inner .active {
  color: #2744A2 !important;
  position: relative;
}
.quickAccess .quickMenu ul li.inner .active:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/minus.svg) no-repeat;
  position: absolute;
  left: -20px;
  top: 10px;
}
.quickAccess .quickMenu ul li.inner .innerUl {
  display: none;
  padding: 10px 0 10px 20px;
}
.quickAccess .quickMenu ul li.inner .innerUl li a {
  color: #2B2B2B;
  font-size: 17px;
  font-weight: bold;
}
.quickAccess .quickMenu ul li.inner .innerUl li.active a {
  color: #2744A2;
}
.quickAccess .socialMobile {
  display: none;
  justify-content: center;
}
.quickAccess .socialMobile a {
  margin: 0 5%;
}
.quickAccess .socialMobile a.youtube {
  border-bottom: none;
}
.quickAccess.opened a.toggler {
  background-color: #2744A2;
}
.quickAccess.opened a.toggler span .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 10px;
  background-color: white;
}
.quickAccess.opened a.toggler span .line2 {
  display: none;
}
.quickAccess.opened a.toggler span .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 10px;
  background-color: white;
}
.quickAccess.opened a.toggler span:before {
  width: 60px;
  height: 60px;
}
.quickAccess.opened a.toggler strong {
  opacity: 0;
  padding-top: 50px;
}
.quickAccess.opened .quickMenu {
  opacity: 1;
  pointer-events: all;
  left: 80px;
}

.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;
}

section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #fff;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
section.mainSlider video {
  height: 100%;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
  object-fit: cover;
}
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 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
section.mainSlider .item .content {
  height: 100%;
}
section.mainSlider .item .caption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: -170px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  z-index: 10000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #2B2B2B;
}
section.mainSlider .item .caption img {
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
section.mainSlider .item .caption small {
  font-weight: normal;
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
}
section.mainSlider .item .caption span {
  display: block;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 70px;
}
section.mainSlider .active .item .caption {
  left: 210px;
}
section.mainSlider .owl-dots {
  position: absolute;
  bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  left: 50%;
  align-items: center;
  transform: translateX(-50%);
}
section.mainSlider .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  position: relative;
  position: relative;
  background-color: #fff;
  margin: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
section.mainSlider .owl-dots .owl-dot.active {
  width: 16px;
  height: 16px;
}

footer {
  position: relative;
  z-index: 1;
}
footer .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;
  z-index: 2;
  align-items: flex-end;
}
footer .footerTop {
  padding: 100px 0px;
  text-align: center;
  border-top: 1px solid rgba(242, 242, 242, 0.9);
  background-color: #fff;
}
footer .footerTop span {
  font-weight: 400;
  font-size: 24px;
  display: block;
  margin-bottom: 25px;
}
footer .footerTop .socialArea a {
  margin: 0px 35px;
}
footer .footerBottom {
  padding: 50px 7% 85px 7%;
  background-color: #F2F2F2;
}
footer .footerBottom .left {
  width: 50%;
}
footer .footerBottom .left a.logo {
  display: block;
  background-image: url(../images/aigp-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 150px;
  height: 50px;
  margin-bottom: 35px;
}
footer .footerBottom .left span {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
footer .footerBottom .left p {
  font-size: 13px;
  line-height: 20px;
}
footer .footerBottom .right ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .footerBottom .right ul li a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  color: #949290;
}
footer .footerBottom .right ul li a:hover {
  color: #2744A2;
}

/*Popup Start*/
.popUpArea {
  display: none;
}

.popUp {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent !important;
  padding: 100px !important;
}
.popUp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fancybox-content {
  padding: 0;
}

.fancybox-button {
  width: 60px;
  height: 60px;
}
.fancybox-button svg {
  background-color: #000000;
}
.fancybox-button svg path {
  fill: #fff !important;
}

/*Popup End*/
/*Page Elements*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.download {
  text-align: right;
}
.download a {
  font-size: 22px;
  font-weight: bold;
  color: rgba(43, 43, 43, 0.6);
  background: url(../images/icons/download.svg) no-repeat right center;
  padding: 10px 40px 10px 0px;
  display: inline-block;
  margin-top: 40px;
}

.pageHeader {
  width: 100%;
  height: 65vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  position: relative;
  background-size: 100% auto;
}
.pageHeader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.pageHeader h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 210px;
  animation: fade 1.5s ease-in-out;
  z-index: 0;
}
.pageHeader.ourManagement {
  background-image: url(../images/img/header/our-management.jpg);
}
.pageHeader.milestonesAI {
  background-image: url(../images/img/header/milestones-ai.jpg);
}
.pageHeader.visionValues {
  background-image: url(../images/img/header/vision-and-values.jpg);
}
.pageHeader.ethicsPrinciples {
  background-image: url(../images/img/header/our-business-ethics-principles.jpg);
}
.pageHeader.acrossTheGlobe {
  background-image: url(../images/img/header/abdi-ibrahim-across-the-globe.jpg);
}
.pageHeader.imMilestones {
  background-image: url(../images/img/header/international-markets-milestones.jpg);
}
.pageHeader.chairmansMessage {
  background-image: url(../images/img/header/chairmansMessage.jpg);
}
.pageHeader.ceosMessage {
  background-image: url(../images/img/header/ceosMessage.jpg);
}
.pageHeader.procurement {
  background-image: url(../images/img/header/procurement.jpg);
}

.boxItem {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.boxItem .item {
  width: 33.33%;
  background-color: #EBEBEB;
  text-align: center;
  padding: 50px 0px;
}
.boxItem .item:nth-child(2) {
  background-color: #36578B;
  color: #fff;
}
.boxItem .item:nth-child(2) img {
  filter: brightness(0) invert(1);
}
.boxItem .item img {
  margin-bottom: 25px;
}
.boxItem .item span {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

.pageSlider .item {
  position: relative;
}
.pageSlider .item a span {
  background-color: rgba(54, 87, 139, 0.68);
  position: absolute;
  width: 65%;
  bottom: 30px;
  left: 0;
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 40px 60px 40px 30px;
}
.pageSlider .item a span b {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pageSlider .item.video a:before {
  content: "";
  position: absolute;
  z-index: 3;
  background: url(../images/icons/play.svg);
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-size: 100% auto;
}
.pageSlider .item.video a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  top: 0;
  left: 0;
}
.pageSlider .owl-nav {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pageSlider .owl-nav button {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 10px;
  background: #fff url(../images/icons/arrowLeftGrey.svg) no-repeat center !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pageSlider .owl-nav button.owl-next {
  transform: rotate(180deg);
}
.pageSlider .owl-nav button:hover {
  background: #2744A2 url(../images/icons/arrowRightWhite.svg) no-repeat center !important;
}

.fixedPage {
  padding: 0;
}
.fixedPage .left {
  width: 58%;
  padding-left: 200px;
  padding-top: 140px;
}
.fixedPage .left h1 {
  color: #2B2B2B;
  margin-bottom: 75px;
}
.fixedPage .left .greyBg {
  background-color: #EBEBEB;
  position: relative;
  padding: 70px 0px;
}
.fixedPage .left .greyBg:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 100%;
  background-color: #EBEBEB;
  top: 0;
  left: -70px;
}
.fixedPage .left .greyBg.donation:after {
  content: "";
  position: absolute;
  width: 272px;
  height: 235px;
  background: url(../images/img/donation/donationAfter.png) no-repeat;
  right: 0;
  bottom: 0;
}
.fixedPage .left .greyBg.contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.fixedPage .left .greyBg.contact div {
  width: 44%;
}
.fixedPage .left .greyBg.contact div:last-child {
  margin-left: 6%;
}
.fixedPage .left .greyBg.contact .title {
  min-height: 70px;
  margin-bottom: 55px;
}
.fixedPage .left .greyBg .title, .fixedPage .left .greyBg .iban {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  color: #2B2B2B;
}
.fixedPage .left .greyBg small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 35px;
}
.fixedPage .left .greyBg small.grey {
  color: #707070;
}
.fixedPage .left .greyBg p {
  margin-bottom: 20px;
}
.fixedPage .left .greyBg p a {
  color: #2B2B2B;
}
.fixedPage .left .greyBg .copy-text {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.fixedPage .left .greyBg .copy-text .text {
  border: none;
  outline: none;
  background-color: transparent;
  pointer-events: none;
  min-width: 500px;
}
.fixedPage .left .greyBg .copy-text button {
  background: url(../images/icons/copy.svg) no-repeat center;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 21px;
  height: 21px;
  background-size: 100% auto;
  position: relative;
}
.fixedPage .left .greyBg .copy-text button:active {
  background: #809ce2;
}
.fixedPage .left .greyBg .copy-text button:before {
  content: "Kopyalandı";
  position: absolute;
  top: 0px;
  left: 30px;
  background: #2744A2;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Helvetica, sans-serif;
}
.fixedPage .left .greyBg .copy-text.active button:before {
  opacity: 1;
}
.fixedPage .right {
  width: calc((100% - 245px) * 42 / 100);
  top: 0;
  right: 0;
  position: fixed;
  padding: 0;
  margin: 0;
}
.fixedPage .right img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.fixedPage .right.t100 {
  top: 100px;
}
.fixedPage .right .promotionMovie {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(39, 68, 162, 0.6);
  padding: 70px 40px 15px 30px;
  font-size: 17px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  font-weight: 600;
}
.fixedPage .right .promotionMovie:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/icons/play.svg) no-repeat center;
  background-size: 100% auto;
}
.fixedPage .right .promotionMovie:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url(../images/icons/click.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  filter: brightness(0) invert(1);
  transform: rotate(-35deg);
}

.accordionContent {
  width: 100%;
}
.accordionContent .item {
  width: 100%;
  margin-bottom: 30px;
  background-color: rgba(242, 242, 242, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordionContent .item .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: rgba(43, 43, 43, 0.6);
  cursor: pointer;
  padding: 25px 60px 25px 25px;
}
.accordionContent .item .title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  top: 25px;
  right: 25px;
  background: url(../images/icons/downArrow.svg) no-repeat center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% auto;
  opacity: 0.3;
}
.accordionContent .item .desc {
  display: none;
  padding: 0 25px 30px 25px;
}
.accordionContent .item .desc p {
  padding-top: 20px;
  font-size: 16px;
}
.accordionContent .item .desc p a {
  color: #2744A2;
}
.accordionContent .item .desc .link {
  color: #2744A2;
}
.accordionContent .item .desc .pageList li {
  font-size: 16px;
  margin-bottom: 10px;
}
.accordionContent .item.active {
  background-color: #F2F2F2;
}
.accordionContent .item.active .title {
  color: #fff;
  background: #2744A2;
}
.accordionContent .item.active .title:after {
  transform: rotate(180deg);
  opacity: 1;
  filter: brightness(0) invert(1);
}

.pageList {
  padding-left: 15px;
}
.pageList li {
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
}
.pageList li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: #2B2B2B;
  top: 12px;
  left: 0;
}

table {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
table tbody tr td {
  padding: 15px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
table tbody tr td:nth-child(1) {
  width: 70%;
}
table tbody tr td:nth-child(2) {
  width: 30%;
}
table tbody tr td a {
  color: #2B2B2B;
  font-weight: bold;
}
table tbody tr.head {
  text-align: center;
  background-color: #2744A2;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
table tbody tr.head th {
  padding: 15px 0px;
}

.movieArea {
  width: 100%;
}
.movieArea video {
  width: 100%;
}

.pdfArea .item {
  box-shadow: 0px 4px 54.3px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.pdfArea .item a {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 30px 100px;
  display: block;
  color: #2B2B2B;
}
.pdfArea .item a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/icons/pdf.svg) no-repeat left center;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.pdfArea .item a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 35px;
  background: url(../images/icons/download.svg) no-repeat right center;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.pdfArea .item a:hover {
  background-color: #2744A2;
  color: #fff;
}
.pdfArea .item a:hover:before, .pdfArea .item a:hover:after {
  filter: brightness(0) invert(1);
}
.pdfArea.link .item a {
  text-align: center;
}
.pdfArea.link .item a:before, .pdfArea.link .item a:after {
  display: none;
}

.timelineArea .Quick-navigation {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 100px;
  right: 120px;
  border-right: 1px solid #2B2B2B;
  padding-right: 25px;
}
.timelineArea .Quick-navigation.sticky {
  position: fixed;
  top: 120px;
}
.timelineArea .Quick-navigation.hNav {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
  border-top: 1px solid #D6D6D6;
  border-right: none;
  padding-top: 35px;
  width: 75%;
  padding-bottom: 35px;
}
.timelineArea .Quick-navigation.hNav.sticky {
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eaeaea;
}
.timelineArea .Quick-navigation.hNav .Quick-navigation-item {
  color: #959390;
  width: 135px;
  height: auto;
  font-size: 18px;
  margin: 0 2%;
  display: block;
  text-align: center;
}
.timelineArea .Quick-navigation.hNav .Quick-navigation-item:before {
  content: "";
  position: absolute;
  right: 0px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icons/timeline-dots.png) no-repeat;
  width: 20px;
  height: 20px;
}
.timelineArea .Quick-navigation.hNav .Quick-navigation-item:hover {
  color: #2744A2;
}
.timelineArea .Quick-navigation.hNav .Quick-navigation-item.current {
  color: #2744A2;
  width: 135px;
  background: none !important;
}
.timelineArea .Quick-navigation.hNav .Quick-navigation-item.current:before {
  background: url(../images/icons/timeline-dots-hover.png);
  width: 30px;
  height: 30px;
  top: -50px;
}
.timelineArea .Quick-navigation-item {
  color: transparent;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  width: 220px;
  height: 50px;
  font-family: Helvetica, sans-serif;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.timelineArea .Quick-navigation-item.size10 {
  font-size: 9px;
}
.timelineArea .Quick-navigation-item:before {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2B2B2B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.timelineArea .Quick-navigation-item:hover {
  color: #2744A2;
}
.timelineArea .Quick-navigation-item.current {
  color: white;
  background-color: #2744A2;
}
.timelineArea .Quick-navigation-item.current:before {
  background-color: #2744A2;
  width: 10px;
  height: 10px;
  right: -30px;
}
.timelineArea .Scroll-progress-indicator {
  will-change: opacity, transform;
  transition: all 0.5s;
  left: -10px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  opacity: 0;
  padding: 2em;
  transform: translateX(200%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.timelineArea .Scroll-progress-indicator.visible {
  transform: translateX(-100%) translateY(-50%);
  opacity: 0;
}
.timelineArea .timelineInner {
  text-align: center;
}
.timelineArea .timelineInner h2 {
  color: #2B2B2B;
  font-size: 50px;
  margin-bottom: 10px;
}
.timelineArea .timelineInner p img {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.timelineArea .hTimeline {
  padding-top: 220px;
  padding-bottom: 0px;
}

.houseOfKindnessFlex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.houseOfKindnessFlex img {
  margin-left: 80px;
}

.applicationForm p.s16 {
  font-size: 16px;
}
.applicationForm p .link {
  color: #2744A2;
}
.applicationForm .step .flexTable .flexInner p i {
  font-style: normal;
  font-size: 16px;
}
.applicationForm .step .flexTable label {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.applicationForm input[type=checkbox] + label {
  color: #2B2B2B;
  font-size: 14px;
}

.history {
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 110px;
  padding-left: 50px;
}
.history .lines {
  width: 50%;
  border-right: 1px solid #2B2B2B;
}
.history .historyYears {
  height: 100%;
  width: 16.6666666667%;
  float: left;
  padding: 110px 0;
  position: relative;
}
.history .historyYears .historyYearsInner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: -2px;
}
.history .historyYears .historyYearsInner ul {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.history .historyYears .historyYearsInner ul li {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #222630;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.history .historyYears .historyYearsInner ul li:before {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #2744A2;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.history .historyYears .historyYearsInner ul li.active {
  color: #2744A2;
  font-size: 36px;
  letter-spacing: -1px;
}
.history .historyYears .historyYearsInner ul li.active:before {
  height: 15px;
}
.history .historyYears .historyNav {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0;
}
.history .historyYears .historyNav a {
  display: block;
  width: 100%;
  height: 50%;
  background: #F2F2F2;
  position: relative;
  margin-bottom: 1px;
}
.history .historyYears .historyNav a:before {
  content: "";
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/icons/up-arrow-blue.png) no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
  left: 20px;
  top: 15px;
}
.history .historyYears .historyNav a:after {
  display: block;
  width: 100%;
  height: 0%;
  background: #2744A2;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.history .historyYears .historyNav a.prev:before {
  content: "";
  transform: rotate(0);
  top: 20px;
}
.history .historyYears .historyNav a.prev:after {
  top: auto;
  bottom: 0;
}
.history .historyYears .historyNav a:hover:after {
  height: 100%;
}
.history .historyYears .historyNav a:hover:before {
  filter: brightness(0) invert(1);
}
.history .historyContent {
  width: 83.3333333333%;
  height: 100%;
  float: left;
  padding: 110px 0;
  overflow: hidden;
}
.history .historyContent .historyList {
  width: 100%;
  height: 100%;
  position: relative;
}
.history .historyContent .hItem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 450px;
}
.history .historyContent .hItem .img {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 150%;
}
.history .historyContent .hItem .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
}
.history .historyContent .hItem .img.first {
  top: 0;
}
.history .historyContent .hItem .img.imgSlide {
  display: none;
}
.history .historyContent .hItem .img.imgSlide:first-child {
  display: block;
}
.history .historyContent .hItem .desc {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 40%;
  padding: 0 100px;
  font-size: 21px;
  color: #151D20;
  line-height: 1.5;
  top: 150%;
}
.history .historyContent .hItem .desc h2 {
  display: block;
  color: #2744A2;
  font-size: 23px;
  font-weight: bold;
}
.history .historyContent .hItem .desc.first {
  top: 0;
}
.history .historyContent .hItem.active {
  z-index: 1;
}

.ourManagement .row {
  margin-bottom: 50px;
}
.ourManagement .row .col {
  padding: 10px;
  text-align: center;
}
.ourManagement .row .col a figure {
  overflow: hidden;
  margin-bottom: 20px;
}
.ourManagement .row .col a figure img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.ourManagement .row .col a span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #2B2B2B;
  margin-bottom: 15px;
}
.ourManagement .row .col a small {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #2B2B2B;
}
.ourManagement .row .col a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ourManagement .row .col a:hover span, .ourManagement .row .col a:hover small {
  color: #2744A2;
}

.visionAndValues .row {
  align-items: center;
}
.visionAndValues .img img {
  width: 100%;
  display: block;
}
.visionAndValues .text.left {
  padding-right: 30px;
}
.visionAndValues .text.right {
  padding-left: 30px;
}
.visionAndValues .text span {
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  border-left: 2px solid #2B2B2B;
  padding-left: 5px;
}
.aiGlance {
  padding-top: 150px !important;
}
.aiGlance h1 {
  color: #2B2B2B;
}
.aiGlance .dFlex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aiGlance .aiGlanceTable {
  margin-top: 60px;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 100px;
}
.aiGlance .aiGlanceTable.p50 {
  padding: 50px 100px;
}
.aiGlance .aiGlanceTable .mb50 {
  margin-bottom: 50px;
}
.aiGlance .aiGlanceTable .innerTable {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
}
.aiGlance .aiGlanceTable .innerTable.flex-end {
  justify-content: flex-end;
}
.aiGlance .aiGlanceTable .innerTable .img {
  margin-right: 40px;
}
.aiGlance .aiGlanceTable .innerTable .text span {
  font-size: 30px;
  font-weight: 500;
  display: block;
}
.aiGlance .aiGlanceTable .innerTable .text span.blue {
  color: #2744A2;
}
.aiGlance .aiGlanceTable .innerTable .text span.turquoise {
  color: #2690C7;
}
.aiGlance .aiGlanceTable .innerTable .text small {
  font-size: 20px;
  font-weight: 400;
  display: block;
  color: #959390;
}
.aiGlance .aiGlanceTable .innerTable .mb10 {
  margin-bottom: 10px;
}
.aiGlance .brandsProducts {
  margin-top: 100px;
}
.aiGlance .brandsProducts .title {
  font-size: 35px;
  font-weight: bold;
  color: #2744A2;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}
.aiGlance .brandsProducts .title:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 40px;
  border: 1px solid #dee2e6;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  border-bottom: none;
}
.aiGlance .brandsProducts .roundedArea {
  text-align: center;
}
.aiGlance .brandsProducts .roundedArea span {
  font-size: 28px;
  font-weight: 400;
  color: #959390;
  display: block;
  margin-bottom: 10px;
}
.aiGlance .brandsProducts .roundedArea .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.aiGlance .brandsProducts .roundedArea .inner .rounded {
  width: 185px;
  height: 185px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color: rgba(149, 147, 144, 0.1);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}
.aiGlance .brandsProducts .roundedArea .inner .rounded span {
  color: #2744A2;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 40px;
}
.aiGlance .brandsProducts .roundedArea .inner .rounded small {
  color: #959390;
  display: block;
  font-weight: 400;
  font-size: 20px;
}
.aiGlance .blueBg {
  background: #2744A2 url(../images/img/aiGlance/7.svg) no-repeat center left 50px;
  color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 70px 0px 70px 250px;
  margin: 100px 0px;
}
.aiGlance .blueBg span {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}
.aiGlance .blueBg small {
  display: block;
  font-size: 20px;
}
.aiGlance .itemList {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
}
.aiGlance .itemList .item {
  width: calc(33.3% - 20px);
  margin-left: 20px;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 30px 40px 100px 20px;
}
.aiGlance .itemList .item img {
  display: block;
  margin-bottom: 35px;
}
.aiGlance .itemList .item small {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #959390;
}
.aiGlance .itemList .item span {
  display: block;
  font-size: 25px;
  font-weight: 500;
  color: #2690C7;
}

.ethicsPrinciples.blue p strong {
  font-size: 30px;
}
.ethicsPrinciples.blue p, .ethicsPrinciples.blue a {
  color: #fff;
}

.acrossGlobe .worldArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acrossGlobe .worldMap {
  width: 100%;
  position: relative;
}
.acrossGlobe .worldMap svg {
  display: block;
  width: 100%;
}
.acrossGlobe .worldMap svg path {
  fill: #e4e4e4;
  stroke: white;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.acrossGlobe .worldMap svg path.hasBranch {
  fill: #2690C7;
}
.acrossGlobe .worldMap svg path.hasBranch:hover {
  fill: #0a4657;
  stroke: white;
}
.acrossGlobe .worldMap svg path.brashTwo {
  fill: #0a4657;
}
.acrossGlobe .upMapInfo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.acrossGlobe .upMapInfo span {
  width: 15px;
  height: 15px;
  background-color: #2690C7;
  display: inline-block;
  margin-right: 10px;
}
.acrossGlobe .upMapInfo.blue span {
  background-color: #0a4657;
}
.acrossGlobe .upMapInfo.darkBlue span {
  background-color: #0a4657;
}

.contact h1 {
  text-align: center;
  color: #2B2B2B;
  margin: 50px 0px;
}
.contact .contactTable .col.blue {
  background-color: #2744A2;
  color: #fff;
  padding: 50px;
}
.contact .contactTable .col p {
  margin-bottom: 20px;
}

.products {
  padding-top: 150px !important;
}
.products h1 {
  color: #2B2B2B;
}
.products .filterArea {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
}
.products .filterArea span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #2744A2;
  padding-left: 15px;
  padding-right: 40px;
}
.products .filterArea select {
  border: none;
  color: #fff;
  background-color: rgba(39, 68, 162, 0.5);
  font-size: 18px;
  padding-left: 10px;
}
.products .filterArea select option {
  color: #fff;
}
.products .productArea {
  margin-top: 50px;
}
.products .productArea .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  align-items: center;
  margin-bottom: 15px;
}
.products .productArea .item .left {
  width: 70%;
  padding: 50px;
}
.products .productArea .item .left .title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #2744A2;
  margin-bottom: 20px;
}
.products .productArea .item .left .subTitle {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: rgba(39, 68, 162, 0.7);
}
.products .productArea .item .left .desc {
  margin-top: 30px;
}
.products .productArea .item .left .desc p {
  font-size: 15px;
  color: #2744A2;
  font-weight: 500;
  margin-bottom: 15px;
}
.products .productArea .item .left .desc p i {
  font-style: normal;
  color: #959390;
  display: inline-block;
  width: 25%;
}
.products .productArea .item .left .desc p a {
  color: #2744A2;
}
.products .productArea .item .left .desc p a.download {
  padding-right: 30px;
  position: relative;
}
.products .productArea .item .left .desc p a.download:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/icons/downloadBlue.svg) no-repeat right center;
  top: 0;
  right: 0;
  background-size: 100% auto;
}
.products .productArea .item .left .desc .emClickBtn {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  cursor: pointer;
}
.products .productArea .item .left .desc .emClickBtn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  right: 0;
  top: 10px;
  background: url(../images/icons/downArrowGrey.svg) no-repeat center;
}
.products .productArea .item .left .desc .emArea {
  display: none;
}
.products .productArea .item .right {
  width: 30%;
  padding-right: 50px;
}
.products .productArea .item .right a img {
  width: 100%;
}

.countriesPage h1 {
  text-align: center;
  color: #2B2B2B;
  margin: 50px 0px;
}
.countriesPage .countries h2 {
  color: #000;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
}
.countriesPage .countries .worldMap {
  width: 100%;
  position: relative;
}
.countriesPage .countries .worldMap svg {
  display: block;
  width: 100%;
}
.countriesPage .countries .worldMap svg path {
  fill: #e4e4e4;
  stroke: white;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.countriesPage .countries .worldMap svg path.hasBranch {
  fill: #2690C7;
}
.countriesPage .countries .worldMap svg path.hasBranch:hover {
  fill: #0a4657;
  stroke: white;
}
.countriesPage .countries #ulkeList > div {
  display: none;
}
.countriesPage .countries #ulkeList > div .countryItem {
  padding: 150px 33px 125px 33px;
  width: 100%;
}
.countriesPage .countries #ulkeList > div .countryItem h3 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: bold;
}
.countriesPage .countries #ulkeList > div .countryItem .table {
  display: flex;
}
.countriesPage .countries #ulkeList > div .countryItem .table li {
  width: 25%;
  text-align: center;
  padding: 40px 0px;
}
.countriesPage .countries #ulkeList > div .countryItem .table li img {
  margin-bottom: 30px;
}
.countriesPage .countries #ulkeList > div .countryItem .table li span {
  display: block;
}
.countriesPage .countries #ulkeList > div .countryItem .table li span:nth-child(2) {
  color: #000;
  margin-bottom: 10px;
}
.countriesPage .countries #ulkeList > div .countryItem .table li span:nth-child(3) {
  color: #000;
  font-weight: bold;
}
.countriesPage .countries #ulkeList > div .countryItem .table li:nth-child(1) {
  background-color: #FBFBFB;
}
.countriesPage .countries #ulkeList > div .countryItem .table li:nth-child(2) {
  background-color: #F3F3F3;
}
.countriesPage .countries #ulkeList > div .countryItem .table li:nth-child(3) {
  background-color: #EBEBEB;
}
.countriesPage .countries #ulkeList > div .countryItem .table li:nth-child(4) {
  background-color: #DCDCDC;
}
.countriesPage .countries #ulkeList > div .countryItem .table.tableTwo li {
  width: 50%;
}
.countriesPage .countries #ulkeList > div .countryItem .table.tableTwo li:nth-child(1) {
  background-color: #FBFBFB;
}
.countriesPage .countries #ulkeList > div .countryItem .table.tableTwo li:nth-child(2) {
  background-color: #EBEBEB;
}
.countriesPage .countries #ulkeList > div .blueTable {
  background-color: #2744A2;
  display: flex;
}
.countriesPage .countries #ulkeList > div .blueTable .item {
  width: 50%;
  padding: 100px;
  border-right: 1px solid white;
}
.countriesPage .countries #ulkeList > div .blueTable .item:last-child {
  border-right: none;
}
.countriesPage .countries #ulkeList > div .blueTable .item p {
  color: white;
  margin-bottom: 10px;
  line-height: 25px;
}
.countriesPage .countries #ulkeList > div .blueTable .item p:nth-child(1) {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
}
.countriesPage .countries #ulkeList > div .blueTable .item p:nth-child(2) {
  margin-bottom: 44px;
}
.countriesPage .countries #ulkeList > div .blueTable .item p b {
  font-weight: bold;
}
.countriesPage .countries #ulkeList > div .blueTable .item p a {
  color: white;
}
.countriesPage .countries #ulkeList > div .blueTable.one {
  display: block;
}
.countriesPage .countries #ulkeList > div .blueTable.one .item {
  width: 100%;
  border-right: none;
  text-align: center;
}
.countriesPage .countries #ulkeList > div .blueTable.one .item p {
  color: white;
  margin-bottom: 10px;
  line-height: 25px;
}
.countriesPage .countries #ulkeList > div .blueTable.one .item p:nth-child(1) {
  margin-bottom: 40px;
}
.countriesPage .countries #ulkeList > div .blueTable.one .item p:nth-child(2) {
  margin-bottom: 10px;
}
.countriesPage .countries .toik {
  font-family: Helvetica, sans-serif;
  color: #2744A2;
  background: url(../images/icons/group-2213.png) no-repeat right 180px center;
  padding: 20px 90px 20px 0px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
}

.search small {
  font-size: 34px;
}
.search .searchList {
  margin-top: 100px;
}
.search .searchList a {
  display: block;
  position: relative;
  padding-left: 60px;
  padding-right: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #818181;
  margin-bottom: 50px;
}
.search .searchList a:before {
  content: "";
  top: 5px;
  left: 0;
  width: 42px;
  height: 42px;
  background: url(../images/icons/search.svg) no-repeat;
  position: absolute;
}
.search .searchList a:after {
  content: "";
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/icons/arrowRightBue.svg) no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search .searchList a span {
  font-size: 34px;
  color: #00073A;
  margin-bottom: 20px;
  display: block;
}
.search .searchList a p {
  color: #00073A;
}
.search .searchList a:hover:after {
  right: 0;
}

/*=================================================================
  Cookie
==================================================================*/
.cookie-container {
  position: fixed;
  left: 7%;
  width: 86%;
  bottom: 0;
  margin: 0 auto;
  z-index: 12;
  background: #fff;
  border: solid 1px rgba(255, 255, 255, 0.7);
  padding: 40px 40px 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  border: 1px solid #999;
}
.cookie-container .cookie-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cookie-container .cookie-head h2 {
  font-size: 2em;
  font-weight: 600;
  color: #2B2B2B;
}
.cookie-container .cookie-body {
  width: 100%;
}
.cookie-container .cookie-body .cookie-body-text {
  width: 100%;
}
.cookie-container .cookie-body .cookie-body-button {
  width: 100%;
}
.cookie-container .cookie-body p {
  font-size: 0.875em;
  font-weight: 400;
  color: #2B2B2B;
  padding-top: 20px;
  line-height: 1.3em;
}
.cookie-container .cookie-body p a {
  display: inline-block;
  color: #2744A2;
}
.cookie-container .cookie-body .button-group {
  width: 100%;
  margin-top: 20px;
}
.cookie-container .cookie-body .button-group .cookie-preferences, .cookie-container .cookie-body .button-group .cookie-close-button, .cookie-container .cookie-body .button-group .js-close-cookie {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  cursor: pointer;
  align-items: center;
  margin-top: 7px;
  height: 52px;
  width: 220px;
  font-size: 0.8125em;
  font-weight: 400;
  color: #2B2B2B;
  background: none;
  border: solid 1px #2B2B2B;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
}
.cookie-container .cookie-body .button-group .cookie-close-button {
  font-family: "Montserrat", sans-serif;
}
.cookie-container .cookie-body .button-group .js-close-cookie {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #2B2B2B;
}
.cookie-container .closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 52px;
  height: 52px;
  border: solid 1px #fff;
  text-indent: -9999em;
  background: transparent url("../images/icons/close-btn.svg") no-repeat center center;
}
.cookie-container.active {
  opacity: 1;
  bottom: 0;
  z-index: 9999;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

#cookie-preferences {
  position: relative;
  width: 52.55%;
  overflow: hidden;
  padding: 60px 100px 60px 60px;
}
#cookie-preferences .cookie-content-head h2 {
  font-size: 2.5em;
  font-weight: 500;
  color: #2744A2;
  padding-bottom: 20px;
}
#cookie-preferences .cookie-content-body > p {
  font-size: 1.0625em;
  font-weight: 400;
  color: #333333;
  line-height: 1.4em;
}
#cookie-preferences .cookie-content-body > p a {
  font-weight: 700;
  color: #333333;
  text-decoration: underline !important;
}
#cookie-preferences .cookie-content-body > a {
  display: inline-block;
  width: 290px;
  margin: 30px 0 50px;
}
#cookie-preferences .fancybox-close-small {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  text-indent: -9999em;
  background: #2744A2 url("../images/icons/close-btn-white.svg") no-repeat center center;
}
#cookie-preferences .fancybox-close-small svg {
  display: none;
}
#cookie-preferences .fillBtn {
  width: auto !important;
}
#cookie-preferences .fillBtn.saveBtn {
  float: right;
  background: #2744A2;
  color: #fff;
  padding: 10px 30px;
}
#cookie-preferences .preferences-list-container {
  clear: both;
}
#cookie-preferences .preferences-list-container > h3 {
  font-size: 1.875em;
  font-weight: 500;
  color: #333333;
}
#cookie-preferences .preferences-list-container .preferences-list {
  margin: 30px 0 40px;
  border-top: solid 1px #f1f2f3;
}
#cookie-preferences .preferences-list-container .pre-item {
  position: relative;
  width: 100%;
  border-left: solid 1px #f1f2f3;
  border-right: solid 1px #f1f2f3;
  border-bottom: solid 1px #f1f2f3;
}
#cookie-preferences .preferences-list-container .pre-item .pre-head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text p, #cookie-preferences .preferences-list-container .pre-item .pre-switch p {
  font-size: 1.375em;
  font-weight: 600;
  color: #333333;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text p.color-red, #cookie-preferences .preferences-list-container .pre-item .pre-switch p.color-red {
  color: #2744A2;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a, #cookie-preferences .preferences-list-container .pre-item .pre-switch a {
  display: block;
  font-size: 1.375em;
  font-weight: 600;
  color: #333333;
  line-height: 1.2em;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a.color-red, #cookie-preferences .preferences-list-container .pre-item .pre-switch a.color-red {
  color: #2744A2;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text {
  padding: 30px 0 30px 30px;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a {
  display: block;
  position: relative;
  padding-left: 42px;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  margin-top: -9.5px;
  background: transparent url(../images/icons/downArrow.svg) no-repeat center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cookie-preferences .preferences-list-container .pre-item .pre-text a.active:before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}
#cookie-preferences .preferences-list-container .pre-item .pre-switch {
  padding: 30px 30px 30px 0;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body {
  position: relative;
  display: none;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body-text {
  padding: 0 30px 30px;
  width: 100%;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body-text p {
  font-size: 0.875em;
  font-weight: 400;
  color: #333333;
  line-height: 1.4em;
}
#cookie-preferences .preferences-list-container .pre-item.active .pre-body {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
}
#cookie-preferences .preferences-list-container .pre-item.active .pre-text a::before {
  background: transparent url("../images/icons/minus_black.svg") no-repeat 0 center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#cookie-preferences .preferences-list-container .goToLink.red {
  display: inline-block;
  width: 290px;
}
#cookie-preferences .preferences-list-container .switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
}
#cookie-preferences .preferences-list-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#cookie-preferences .preferences-list-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d2d2d2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cookie-preferences .preferences-list-container .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 7px;
  bottom: 7px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#cookie-preferences .preferences-list-container input:checked + .slider {
  background-color: #2744A2;
}
#cookie-preferences .preferences-list-container input:focus + .slider {
  box-shadow: 0 0 1px #333333;
}
#cookie-preferences .preferences-list-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#cookie-preferences .preferences-list-container .slider.round {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
#cookie-preferences .preferences-list-container .slider.round::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#cookie-preferences .table {
  margin-top: 30px;
}
#cookie-preferences .table table tr td:nth-child(1) {
  width: 20%;
}
#cookie-preferences .table table tr td:nth-child(2) {
  width: 20%;
}
#cookie-preferences .table table tr td:nth-child(3) {
  width: 50%;
}
#cookie-preferences .table table tr td:nth-child(4) {
  width: 10%;
}

.cookieBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #2744A2 url(../images/icons/cookie.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 99;
}

/*Page Elements*/
@media screen and (max-width: 1730px) {
  section.subPage {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .content.w50 {
    width: 60%;
  }

  header .content {
    padding: 0 3%;
  }

  footer .footerBottom {
    padding-left: 8%;
    padding-right: 3%;
  }

  .fixedPage .left {
    padding-left: 120px;
  }

  .pageHeader {
    height: 70vh;
  }
  .pageHeader h1 {
    left: 130px;
  }
}
@media screen and (max-width: 1540px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 17px;
    line-height: 27px;
  }

  .content.w70 {
    width: 80%;
  }
  .content.w50 {
    width: 70%;
  }

  .searchArea.open {
    top: 77px;
  }

  section.subPage {
    padding-top: 50px;
  }

  .quickAccess a.toggler {
    margin-top: 77px;
  }
  .quickAccess .quickMenu {
    top: 77px;
    padding-top: 150px;
  }
  .quickAccess .quickMenu ul li a {
    font-size: 17px;
  }

  header .content {
    justify-content: flex-start;
  }
  header a.logo {
    margin-right: 50px;
  }
  header .nav nav ul li {
    padding-left: 10px;
  }
  header .nav nav ul li > a {
    font-size: 15px;
    padding: 30px 0px;
  }
  header .nav nav ul li .subMenu {
    padding: 2% 3%;
  }
  header .tools {
    margin-left: 50px;
  }
  header .tools a {
    font-size: 15px;
    margin-left: 10px;
  }
  header .tools .switchArea {
    top: 20px;
  }

  footer .footerTop span {
    font-size: 20px;
  }
  footer .footerTop .socialArea a img {
    width: 3%;
  }
  footer .footerBottom .left span {
    font-size: 15px;
  }
  footer .footerBottom .right ul li a {
    font-size: 15px;
  }

  .pageHeader h1 {
    top: 59%;
    left: 100px;
  }

  .formArea .title {
    font-size: 22px;
  }

  .fixedPage .left {
    padding-top: 100px;
    padding-left: 95px;
  }
  .fixedPage .left h1 {
    margin-bottom: 50px;
  }
  .fixedPage .left .greyBg {
    padding: 50px 0px;
  }
  .fixedPage .left .greyBg:before {
    width: 50px;
    left: -50px;
  }
  .fixedPage .left .greyBg .title, .fixedPage .left .greyBg .iban {
    font-size: 20px;
  }
  .fixedPage .left .greyBg small {
    font-size: 17px;
  }
  .fixedPage .left .greyBg.contact .title {
    margin-bottom: 30px;
  }
  .fixedPage .left .greyBg .copy-text .text {
    min-width: 340px;
  }
  .fixedPage .left .greyBg .copy-text button {
    background-size: 80% auto;
  }

  .pageList li {
    font-size: 17px;
  }

  .pageSlider .item {
    position: relative;
  }
  .pageSlider .item a span {
    width: 75%;
    font-size: 17px;
    padding: 40px 60px 40px 30px;
  }
  .pageSlider .item a span b {
    font-size: 25px;
  }

  .pdfArea .item a {
    font-size: 17px;
  }
  .pdfArea .item a:after, .pdfArea .item a:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1440px) {
  header .nav nav ul li > a {
    font-size: 14px;
  }
  header .nav nav ul li .subMenu {
    padding: 2% 1%;
    flex-wrap: nowrap;
  }
  header .nav nav ul li .subMenu .title {
    width: 25%;
    font-size: 40px;
    padding-left: 2%;
  }
  header .tools {
    margin-left: 20px;
  }
  header .tools a {
    font-size: 14px;
  }
  header .tools .switchArea {
    top: 20px;
  }

  .aiGlance .aiGlanceTable .innerTable .text span {
    font-size: 25px;
  }
  .aiGlance .aiGlanceTable .innerTable .text small {
    font-size: 17px;
  }
  .aiGlance .brandsProducts .title {
    font-size: 30px;
  }
  .aiGlance .brandsProducts .roundedArea span {
    font-size: 23px;
  }

  .search small {
    font-size: 22px;
  }
  .search .searchList a span {
    font-size: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .content.w70 {
    width: 85%;
  }

  header a.logo {
    margin-right: 30px;
  }
  header .nav nav ul li {
    padding-left: 10px;
  }
  header .nav nav ul li > a {
    padding: 30px 0px;
    font-size: 14px;
  }

  footer .footerTop {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 1050px) {
  body.noSidebar .quickAccess {
    display: block;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  .content.w50 {
    width: 70%;
  }

  .quickAccess a.toggler {
    width: 100%;
    bottom: 0;
    height: 80px;
    left: 0;
    z-index: 3;
  }
  .quickAccess .quickMenu {
    bottom: 0;
    top: auto;
    padding-top: 250px;
  }
  .quickAccess.opened .quickMenu {
    left: 0;
    width: 100%;
    bottom: 80px;
  }

  header {
    height: 77px;
    padding: 2% 0px;
  }
  header .content {
    justify-content: space-between;
  }
  header .nav {
    display: none;
  }
  header .tools {
    margin-right: 100px;
  }
  header .tools a {
    font-size: 14px;
    margin-left: 15px;
  }
  header .tools .switchArea {
    top: 3px;
  }

  footer .footerBottom .left span {
    font-size: 14px;
  }
  footer .footerBottom .right ul li a {
    font-size: 14px;
    margin-right: 20px;
  }

  .pageHeader {
    height: 44vh;
  }
  .pageHeader h1 {
    left: 70px;
  }

  .fixedPage .left {
    padding-left: 80px;
  }
  .fixedPage .left .greyBg {
    padding-right: 50px;
  }
  .fixedPage .left .greyBg .title, .fixedPage .left .greyBg .iban {
    font-size: 17px;
  }
  .fixedPage .left .greyBg p {
    margin-bottom: 10px;
  }
  .fixedPage .left .greyBg.contact .title {
    min-height: auto;
  }
  .fixedPage .left .greyBg.contact div {
    width: 100%;
  }
  .fixedPage .left .greyBg.contact div:last-child {
    margin-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
  }
  .fixedPage .left .greyBg .copy-text .text {
    min-width: 290px;
  }
  .fixedPage .left .greyBg .copy-text button {
    background-size: 60% auto;
  }

  .pageList li {
    font-size: 15px;
  }

  .pdfArea .item a {
    font-size: 15px;
    padding: 20px 70px;
  }
  .pdfArea .item a:after, .pdfArea .item a:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 780px) {
  h2 {
    margin-bottom: 30px;
  }

  .arrowBtn {
    padding: 15px;
    width: 150px;
    font-size: 14px;
  }

  .row .col {
    width: 100% !important;
  }

  section.subPage {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .content.w50 {
    width: 90%;
  }

  .searchArea .form {
    padding-left: 2%;
  }

  header {
    background-color: #fff;
  }
  header.eng {
    padding: 20px 0px;
  }
  header .content {
    justify-content: flex-start;
  }
  header a.logo {
    margin-right: 0;
    background-size: 80% auto;
  }
  header .tools {
    top: 0;
    right: 20%;
    margin-right: 0;
    margin-left: 40px;
  }
  header .tools a {
    color: #000;
  }
  header .tools a.searchBtn {
    padding-right: 5px;
    padding-top: 5px;
  }
  header .tools a.searchBtn img {
    width: 70%;
  }
  header .tools a.lang-switcher {
    font-size: 12px;
    margin-left: 1px;
  }
  header .tools .switchArea {
    top: 10px;
    right: 10px;
  }
  header.opened .nav {
    opacity: 1;
    pointer-events: all;
  }

  footer .footerTop {
    padding: 30px 0px;
  }
  footer .footerTop span {
    font-size: 18px;
  }
  footer .footerTop .socialArea a {
    margin: 0px 10px;
  }
  footer .footerTop .socialArea a img {
    width: 30px;
    height: 30px;
  }
  footer .footerBottom {
    padding: 30px 0px;
  }
  footer .footerBottom .left {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footerBottom .left a.logo {
    display: inline-block;
    margin-bottom: 20px;
  }
  footer .footerBottom .left span {
    margin-left: 0;
  }
  footer .footerBottom .right {
    width: 100%;
    text-align: center;
  }
  footer .footerBottom .right ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .formArea .title {
    font-size: 18px;
  }
  .formArea label {
    font-size: 13px;
  }
  .formArea input, .formArea textarea, .formArea select {
    height: 50px;
    padding-left: 5px;
  }

  .pageHeader {
    height: 150px;
    margin-top: 75px;
    background-attachment: inherit;
    background-size: cover;
  }
  .pageHeader h1 {
    font-size: 18px;
    top: 50%;
    left: 5%;
  }

  .boxItem .item {
    padding: 30px 10px;
  }
  .boxItem .item img {
    width: 30%;
  }
  .boxItem .item span {
    font-size: 13px;
  }

  .fixedPage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .fixedPage .left {
    width: 100%;
    order: 2;
    padding-top: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .fixedPage .left .greyBg {
    padding-left: 5%;
    padding-right: 5%;
  }
  .fixedPage .left .greyBg:before {
    display: none;
  }
  .fixedPage .left .greyBg .copy-text button {
    background-size: 60% auto;
    position: absolute;
    right: 0;
    top: 0;
  }
  .fixedPage .left .greyBg .copy-text button:before {
    right: 0;
    left: auto;
    top: -40px;
    font-size: 13px;
  }
  .fixedPage .right {
    width: 100%;
    position: relative;
    order: 1;
    height: 300px;
  }
  .fixedPage .right img {
    height: 100% !important;
    object-fit: cover;
  }
  .fixedPage .right.t100 {
    top: 0;
  }
  .fixedPage .right.t100 img {
    object-position: 0% 15%;
  }
  .fixedPage .right .promotionMovie {
    bottom: 20px;
    font-size: 14px;
    padding: 50px 10px 15px 10px;
    width: 50%;
  }
  .fixedPage .right .promotionMovie:before {
    top: 8px;
    width: 30px;
    height: 30px;
  }
  .fixedPage .right .promotionMovie br {
    display: none;
  }

  .download a {
    font-size: 18px;
  }

  .pageSlider .item {
    position: relative;
  }
  .pageSlider .item a span {
    width: 100%;
    bottom: 0px;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
  }
  .pageSlider .item a span b {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .pageSlider .owl-nav {
    position: absolute;
    bottom: auto;
    right: 0;
    top: -40px;
  }
  .pageSlider .owl-nav button {
    width: 30px;
    height: 30px;
    background: #2744A2 url(../images/icons/arrowRightWhite.svg) no-repeat center !important;
    background-size: 20% auto !important;
    margin-right: 0;
    margin-left: 10px;
  }
  .pageSlider .owl-nav button:hover {
    background-size: 20% auto !important;
  }

  .pdfArea .item {
    margin-bottom: 20px;
  }
  .pdfArea .item a {
    padding: 20px 60px;
  }
  .pdfArea .item a:before {
    left: 15px;
  }
  .pdfArea .item a:after {
    right: 15px;
  }

  .ourManagement .row .col {
    margin-bottom: 20px;
  }
  .ourManagement .row .col a span {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .timelineArea .Quick-navigation.hNav {
    width: 100%;
  }
  .timelineArea .Quick-navigation.hNav .Quick-navigation-item {
    font-size: 14px;
  }
  .timelineArea .timelineInner h2 {
    font-size: 25px;
  }

  .visionAndValues .text span {
    font-size: 18px;
  }
  .visionAndValues .text.right {
    padding-left: 0;
  }
  .visionAndValues .row {
    margin-bottom: 30px;
  }
  .visionAndValues .row .col {
    margin-bottom: 15px;
  }
  .visionAndValues .row.reverse .col:nth-child(1) {
    order: 2;
  }
  .visionAndValues .row.reverse .col:nth-child(2) {
    order: 1;
  }

  .aiGlance .aiGlanceTable {
    padding: 30px;
  }
  .aiGlance .aiGlanceTable .innerTable {
    border-bottom: 1px solid rgba(242, 242, 242, 0.9);
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .aiGlance .aiGlanceTable .innerTable .img {
    width: 30%;
  }
  .aiGlance .aiGlanceTable .innerTable .img img {
    width: 100%;
  }
  .aiGlance .aiGlanceTable .innerTable .text {
    width: 70%;
  }
  .aiGlance .aiGlanceTable .innerTable .text small {
    font-size: 12px;
  }
  .aiGlance .aiGlanceTable .innerTable .text span {
    font-size: 14px;
  }
  .aiGlance .aiGlanceTable.p50 {
    padding: 50px 10px;
  }
  .aiGlance .brandsProducts .roundedArea span {
    font-size: 20px;
  }
  .aiGlance .brandsProducts .roundedArea .inner {
    flex-wrap: nowrap;
  }
  .aiGlance .brandsProducts .roundedArea .inner .rounded {
    width: 120px;
    height: 120px;
  }
  .aiGlance .brandsProducts .roundedArea .inner .rounded span {
    font-size: 20px;
  }
  .aiGlance .brandsProducts .roundedArea .inner .rounded small {
    font-size: 15px;
  }
  .aiGlance .blueBg {
    background-position: top 20px center;
    padding-left: 20px;
    padding-right: 20px;
    background-size: 20%;
    padding-top: 120px;
  }
  .aiGlance .blueBg span {
    font-size: 20px;
  }
  .aiGlance .blueBg small {
    font-size: 15px;
  }
  .aiGlance .itemList .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .aiGlance .itemList .item small {
    font-size: 16px;
  }
  .aiGlance .itemList .item span {
    font-size: 20px;
  }

  .products .filterArea select {
    width: 100%;
    padding: 15px 0px;
  }
  .products .productArea {
    margin-top: 75px;
  }
  .products .productArea .item .left {
    width: 100%;
    order: 2;
    padding: 20px;
  }
  .products .productArea .item .left .title {
    font-size: 20px;
  }
  .products .productArea .item .left .desc p {
    font-size: 13px;
  }
  .products .productArea .item .left .desc p i {
    width: 50%;
  }
  .products .productArea .item .right {
    width: 100%;
    order: 1;
    padding-right: 10px;
    padding-left: 10px;
  }
  .products .productArea .item .right a {
    display: block;
    border-bottom: 1px solid rgba(242, 242, 242, 0.6);
  }

  .acrossGlobe .worldArea img {
    width: 48%;
    margin-bottom: 10px;
  }

  .history {
    padding-left: 0;
    margin-top: 50px;
  }
  .history .historyYears {
    width: 100%;
    float: none;
    position: absolute;
    z-index: 9;
    height: auto;
  }
  .history .historyYears:before {
    display: none;
  }
  .history .historyYears .historyYearsInner {
    display: none;
  }
  .history .historyYears .historyNav {
    width: 100%;
    height: 50px;
    right: 0;
    top: 100px;
  }
  .history .historyYears .historyNav a:before {
    left: 15px;
  }
  .history .historyYears .historyNav a.prev {
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    width: 40px;
    height: 40px;
    position: absolute;
  }
  .history .historyYears .historyNav a.prev:before {
    top: 15px;
  }
  .history .historyYears .historyNav a.next {
    top: 0;
    right: 0;
    transform: rotate(270deg);
    width: 40px;
    height: 40px;
    position: absolute;
  }
  .history .historyYears .historyNav a.next:before {
    top: 9px;
  }
  .history .historyContent {
    width: 100%;
    padding: 0;
  }
  .history .historyContent .hItem .img {
    width: 60%;
    padding: 0;
    left: 20%;
    height: auto;
  }
  .history .historyContent .hItem .img img {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .history .historyContent .hItem .desc {
    width: 100%;
    left: 0;
    padding: 15px 0;
    margin-top: 200px;
    text-align: center;
    height: 350px;
    font-size: 15px;
  }
  .history .historyContent .hItem .desc h2 {
    font-size: 28px;
  }
  .history .historyContent .hItem .desc span {
    padding: 5px 0;
    font-size: 16px;
  }
  .history .historyContent .hItem .desc p {
    font-size: 14px;
  }
  .history .historyContent .hItem .desc .scrollContent {
    padding-right: 10px;
  }

  .search .searchList {
    margin-top: 25px;
  }
  .search .searchList a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search .searchList a span {
    font-size: 21px;
  }
  .search .searchList a:before {
    background-size: 50% auto;
    top: 2px;
  }
  .search .searchList a:after {
    right: 0;
  }

  .cookie-container .cookie-body .button-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cookie-container .cookie-body .button-group .cookie-preferences {
    height: 30px;
    width: 49%;
    margin-right: 0;
  }
  .cookie-container .cookie-body .button-group .cookie-close-button {
    height: 30px;
    width: 49%;
    margin-right: 0;
  }
  .cookie-container .cookie-body .button-group .js-close-cookie {
    width: 100%;
    height: 30px;
    margin-right: 0;
  }

  .cookie-container {
    padding: 25px;
  }
  .cookie-container .cookie-head h2 {
    font-size: 20px;
    padding-right: 55px;
  }
  .cookie-container .cookie-body p {
    font-size: 11px;
  }

  #cookie-preferences {
    width: 90%;
    padding: 30px;
  }
  #cookie-preferences .cookie-content-head h2 {
    font-size: 22px;
  }
  #cookie-preferences .cookie-content-body > p {
    font-size: 15px;
  }
  #cookie-preferences .fancybox-close-small {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
  #cookie-preferences .preferences-list-container > h3 {
    font-size: 20px;
  }
  #cookie-preferences .preferences-list-container .pre-item .pre-head {
    flex-wrap: nowrap;
    padding: 10px;
  }
  #cookie-preferences .preferences-list-container .pre-item .pre-text {
    padding: 0;
  }
  #cookie-preferences .preferences-list-container .pre-item .pre-text a {
    font-size: 14px;
    padding-left: 25px;
  }
  #cookie-preferences .preferences-list-container .pre-item .pre-switch {
    padding: 0;
  }
  #cookie-preferences .preferences-list-container .pre-item .pre-switch p {
    font-size: 14px;
  }
  #cookie-preferences .preferences-list-container .switch {
    width: 50px;
    height: 25px;
  }
  #cookie-preferences .preferences-list-container .slider.round:before {
    width: 20px;
    height: 20px;
    bottom: 3px;
  }
  #cookie-preferences .preferences-list-container input:checked + .slider:before {
    transform: translateX(20px);
  }

  .popUp {
    padding: 40px !important;
  }
}