@charset "UTF-8";
@font-face {
  font-family: "SFProDisplay";
  src: url("fonts/SFProDisplay-Regular.woff2") format("woff2"), url("fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("fonts/SFProDisplay-Light.woff2") format("woff2"), url("fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("fonts/SFProDisplay-Bold.woff2") format("woff2"), url("fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("fonts/SFProDisplay-Medium.woff2") format("woff2"), url("fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #F2F4F6;
}
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: "SFProDisplay";
}

*, *: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;
  margin: 150px 0;
}

.content {
  width: 86%;
  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 #96B0CB4F;
  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.feedbackIco {
  background-image: url(../images/icons/feedback.svg);
}
i.icon.mailIco {
  background-image: url(../images/icons/mail.svg);
  width: 17px;
  height: 14px;
}
i.icon.messageIco {
  background-image: url(../images/icons/message.svg);
}
i.icon.phoneIco {
  background-image: url(../images/icons/phone.svg);
  width: 18px;
  height: 18px;
}
i.icon.searchIco {
  background-image: url(../images/icons/search.svg);
  width: 17px;
  height: 17px;
}

.arrowBtn {
  float: left;
  line-height: 50px;
  position: relative;
  text-align: center;
  background: #DD1427;
  width: 240px;
  height: 50px;
}
.arrowBtn span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.5px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 30px;
}
.arrowBtn:before {
  width: 0px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
.arrowBtn:hover {
  color: #fff;
}
.arrowBtn:hover span {
  background-image: url(../images/icons/rightArrowRed.svg);
  padding: 0 30px 0 20px;
  color: #DD1427;
}
.arrowBtn:hover:before {
  width: 100%;
}
.arrowBtn.white {
  background: #fff;
}
.arrowBtn.white span {
  color: #8D98A1;
}
.arrowBtn.white:before {
  background: #151D20;
}
.arrowBtn.white:hover span {
  color: #fff;
  background-image: url(../images/icons/rightArrowWhite.svg);
}
.arrowBtn.black {
  background: #151D20;
}
.arrowBtn.black span {
  color: #fff;
}
.arrowBtn.black:before {
  background: #DD1427;
}
.arrowBtn.black:hover span {
  color: #fff;
  background-image: url(../images/icons/rightArrowWhite.svg);
}

.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 .col.col-70 {
  width: 70%;
}
.row .col.col-30 {
  width: 30%;
}
.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;
}

.pb200 {
  padding-bottom: 200px;
}

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

.h100 {
  height: 100%;
}

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

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

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

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

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

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

.sideMenu a.scroll {
  margin-top: 10%;
}
.sideMenu a.scroll span {
  border: 2px solid #D5D8DC;
}
.sideMenu a.scroll span:after {
  background: #D5D8DC;
}

@-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;
  }
}
.line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 122, 0.3);
  overflow: hidden;
  margin-bottom: 60px;
}

.decor {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.decor img {
  position: absolute;
}
.decor img.r1 {
  top: 15%;
  left: -10%;
  width: 48%;
}
.decor img.r2 {
  top: 11%;
  right: 5%;
  width: 22%;
}
.decor img.r3 {
  top: 15%;
  right: -15%;
  width: 30%;
}
.decor img.r4 {
  top: 53%;
  left: -12%;
  width: 23%;
}
.decor img.r5 {
  top: 50%;
  right: -13%;
  width: 26%;
}

.subPage .decor img.r1 {
  top: 25%;
  left: -20%;
}
.subPage .decor img.r2 {
  top: 16%;
  right: 0;
}
.subPage .decor img.r3 {
  top: auto;
  right: 0%;
  bottom: 0;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.lines .vLine {
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background: #D5D8DC;
}
.lines.white div {
  background: #fff;
}
.lines.main {
  width: 86%;
  left: 7%;
}

/*General Elements */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #F2F4F6;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 86%;
  justify-content: space-between;
  max-width: none;
  margin: auto;
  border-bottom: 1px solid #D5D8DC;
  align-items: center;
}
header .logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .logos a.logo {
  display: block;
  background: url(../images/logoRed.svg) no-repeat center;
  background-size: 100% auto;
  width: 102px;
  height: 55px;
  margin-right: 30px;
  position: relative;
}
header .logos a.logoIndexGrup {
  display: block;
  background: url(../images/indexGrupLogoRed.svg) no-repeat center;
  background-size: 100% auto;
  width: 146px;
  height: 45px;
}
header nav {
  height: 100%;
}
header nav ul {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header 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;
  position: relative;
}
header nav ul li a {
  color: #222630;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 50px 15px;
  opacity: 0.8;
}
header nav ul li:after {
  display: block;
  width: 0;
  height: 1px;
  background: #DD1427;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
header nav ul li:hover a {
  opacity: 1 !important;
}
header nav ul li:hover:after {
  width: 100%;
}
header .subMenu {
  position: absolute;
  top: 100%;
  left: -80px;
  background: #fff;
  width: 850px;
  box-shadow: 0px 35px 60px #00000014;
  -webkit-box-shadow: 0px 35px 60px #00000014;
  -moz-box-shadow: 0px 35px 60px #00000014;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform: rotateX(-86deg);
  -webkit-transform: rotateX(-86deg);
  -moz-transform: rotateX(-86deg);
  opacity: 0;
}
header .subMenu ul {
  width: 65%;
  padding: 80px;
}
header .subMenu ul li {
  display: block;
  width: 100%;
}
header .subMenu ul li a {
  display: block;
  color: #151D20 !important;
  opacity: 0.6 !important;
  padding: 10px 0;
  width: 100%;
}
header .subMenu:after {
  display: block;
  content: "";
  width: 35%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/img/index.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .subMenu.markalarimiz:after, header .subMenu.brands:after {
  background-image: url(../images/menu/markalarimiz.jpg);
}
header .subMenu.yatirimci-iliskileri:after, header .subMenu.investor-relations:after {
  background-image: url(../images/menu/yatirimciIliskileri.jpg);
}
header .subMenu.musteri-hizmetleri:after, header .subMenu.customer-services:after {
  background-image: url(../images/menu/musteriHizmetleri.jpg);
  background-position: top center;
}
header .subMenu.insan-kaynaklari:after, header .subMenu.human-resources:after {
  background-image: url(../images/menu/insanKaynaklari.jpg);
}
header .subMenu.medya:after, header .subMenu.media:after {
  background-image: url(../images/menu/medya.jpg);
}
header .subMenu.iletisim:after, header .subMenu.contact:after {
  background-image: url(../images/menu/iletisim.jpg);
}
header .subMenu a.mobileBack {
  display: none;
  width: 100%;
  background: #DD1427;
  color: #fff !important;
  padding-left: 40px;
}
header .subMenu a.mobileBack:before {
  content: "";
  left: 10px;
}
header .right {
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .right ul li {
  float: left;
  position: relative;
}
header .right a {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
  color: #222630;
  display: block;
}
header .right a.lang {
  background: url(../images/icons/globeDark.svg) no-repeat 0 center;
  padding: 50px 0 50px 30px;
  margin-left: 30px;
}
header .right a.partner {
  background: url(../images/icons/partnerDark.svg) no-repeat 0 center;
  padding: 43px 0 43px 30px;
}
header .right .subMenu {
  left: auto;
  right: 0;
  width: 300px;
}
header .right .subMenu:after {
  display: none;
}
header .right .subMenu ul {
  width: 100%;
  padding: 50px;
}
header .right .subMenu ul li {
  float: none;
}
header .right .subMenu ul li:after {
  display: block;
  width: 0;
  height: 1px;
  background: #DD1427;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
header .right .subMenu ul li:hover a {
  opacity: 1 !important;
}
header .right .subMenu ul li:hover:after {
  width: 100%;
}
header .mobileTools {
  display: none;
}
header .mobileLang {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222630;
  background: url(../images/icons/globeDark.svg) no-repeat 0 center;
  padding: 5px 0 5px 30px;
  float: left;
}
header .mobileMenuLinkContent span {
  background: #151D20;
}
header.home {
  background: transparent;
}
header.home .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.home a.logo {
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100% auto;
}
header.home a.logoIndexGrup {
  background: url(../images/indexGrupLogo.svg) no-repeat center;
  background-size: 100% auto;
}
header.home nav ul li a {
  color: #fff;
}
header.home .right a {
  color: #fff;
}
header.home .right a.lang {
  background: url(../images/icons/globe.svg) no-repeat 0 center;
}
header.home .right a.partner {
  background: url(../images/icons/partner.svg) no-repeat 0 center;
}
header.home .mobileMenuLinkContent span {
  background: #fff;
}
header.home .mobileLang {
  color: #fff;
  background: url(../images/icons/globe.svg) no-repeat 0 center;
}
header .mobileLinks {
  padding: 40px 50px;
  display: none;
}
header .mobileLinks a {
  font-size: 14px;
  font-weight: 500;
  color: #222630;
  display: block;
  padding: 10px 0 10px 40px;
}
header .mobileLinks a.partner {
  background: url(../images/icons/partnerDark.svg) no-repeat 0 center;
}
header .mobileLinks a.user {
  background: url(../images/icons/user.svg) no-repeat 0 center;
}

.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%;
  height: 100vh;
  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;
  padding-top: 116px;
}
section.mainSlider .item .content {
  height: 100%;
}
section.mainSlider .item .content .lines {
  opacity: 0.1;
}
section.mainSlider .item .caption {
  position: absolute;
  top: 50%;
  left: -400px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  letter-spacing: -1.7px;
  line-height: 1;
  z-index: 5;
}
section.mainSlider .item .desc {
  position: absolute;
  width: 62.5%;
  bottom: 0;
  background: #fff;
  left: 12.5%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 60px;
  align-items: center;
  bottom: -25%;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 5;
}
section.mainSlider .item .desc strong {
  font-size: 24px;
  color: #DD1427;
  font-weight: bold;
  width: 20%;
}
section.mainSlider .item .desc strong small {
  display: block;
}
section.mainSlider .item .desc strong img {
  max-width: 120px;
}
section.mainSlider .item .desc span {
  width: 80%;
  font-size: 19px;
  color: #8D98A1;
  align-items: center;
}
section.mainSlider .item .desc a span {
  width: auto;
  font-size: 11px;
  color: #fff;
}
section.mainSlider .item .desc a:hover span {
  color: #DD1427;
}
section.mainSlider .item .desc a.arrowBtn {
  margin-left: 10%;
}
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: 0%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
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 .bg div:nth-child(9) span {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
}
section.mainSlider .item .bg div:nth-child(10) span {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
}
section.mainSlider .item video {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
section.mainSlider .active .item .caption {
  left: 12.5%;
  opacity: 1;
}
section.mainSlider .active .item .desc {
  bottom: 0;
  opacity: 1;
}
section.mainSlider .active .item .bg div span {
  width: 100%;
}
section.mainSlider .owl-nav {
  position: absolute;
  bottom: 0;
  width: 21.5%;
  right: 7%;
  height: 80px;
}
section.mainSlider .owl-nav button {
  width: 50%;
  height: 100%;
  background-color: #DD1427 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
section.mainSlider .owl-nav button:before {
  color: #fff;
  font-size: 20px;
}
section.mainSlider .owl-nav button.owl-prev {
  right: 50%;
}
section.mainSlider .owl-nav button.owl-prev:before {
  content: "";
}
section.mainSlider .owl-nav button.owl-next:before {
  content: "";
}
section.mainSlider .owl-nav button:hover {
  background-color: #151D20 !important;
}
section.mainSlider .owl-dots {
  position: absolute;
  top: 50%;
  width: 70px;
  left: 7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url(../images/icons/line.svg) no-repeat left center;
  background-size: auto 100%;
  padding: 100px 0;
}
section.mainSlider .owl-dots .owl-dot {
  width: 100%;
  text-align: center;
  line-height: 32px;
  position: relative;
  margin: 5px 0;
}
section.mainSlider .owl-dots .owl-dot span {
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
section.mainSlider .owl-dots .owl-dot:before {
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  background: #DD1427;
}
section.mainSlider .owl-dots .owl-dot.active {
  background: none;
}
section.mainSlider .owl-dots .owl-dot.active:before {
  width: 100%;
}
section.mainSlider a.scroll {
  left: 7%;
  bottom: 70px;
}

.products {
  background: #F2F4F6;
  margin-top: 0;
}
.products .col-4 {
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D5D8DC;
  position: relative;
}
.products .col-4:first-child {
  border-right: none;
}
.products .col-4 a.arrowBtn {
  position: absolute;
  right: 25%;
  bottom: 40px;
}
.products .left {
  padding: 0 100px;
}
.products .left h2 {
  color: #151D20;
  font-size: 60px;
  letter-spacing: -1.5px;
  width: 100%;
}
.products .left p {
  font-size: 20px;
  color: #8D98A1;
  padding-top: 30px;
}
.products .productsNav {
  width: 100px;
  height: 50px;
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.products .productsNav a {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.products .productsNav a.prev {
  right: 12.5%;
}
.products .productsNav a.prev:before {
  content: "";
}
.products .productsNav a.next:before {
  content: "";
}
.products .productsNav a:hover {
  background: #DD1427;
}
.products #mainProductSlider {
  position: relative;
}
.products #mainProductSlider h2 {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 20px;
  color: #222630;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
  display: none;
}
.products #mainProductSlider h2 span {
  display: block;
  color: #DD1427;
  font-size: 72px;
  line-height: 1;
}
.products #mainProductSlider .owl-item .item {
  padding-bottom: 85%;
  position: relative;
}
.products #mainProductSlider .owl-item .item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 50%;
  max-width: 820px;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.products #mainProductSlider .owl-item.active .item img {
  width: 100%;
  opacity: 1;
}
.products .mainProductThumbs {
  border-bottom: 1px solid #D5D8DC;
  border-right: 1px solid #D5D8DC;
  height: 160px;
}
.products .mainProductThumbs .owl-carousel {
  height: 100%;
}
.products .mainProductThumbs .owl-carousel .owl-stage-outer, .products .mainProductThumbs .owl-carousel .owl-stage, .products .mainProductThumbs .owl-carousel .owl-item, .products .mainProductThumbs .owl-carousel .item {
  height: 100%;
}
.products .mainProductThumbs a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-align: center;
  border-left: 1px solid #D5D8DC;
  position: relative;
}
.products .mainProductThumbs a svg {
  display: block;
  margin: auto;
  position: relative;
}
.products .mainProductThumbs a svg .a1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.products .mainProductThumbs a span {
  display: block;
  position: relative;
  color: #000;
  opacity: 0.6;
  padding-top: 20px;
}
.products .mainProductThumbs a:before {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.products .mainProductThumbs a:hover:before, .products .mainProductThumbs a.active:before {
  width: 100%;
}
.products .mainProductThumbs a:hover span, .products .mainProductThumbs a.active span {
  color: #fff;
  opacity: 1;
}
.products .mainProductThumbs a:hover svg, .products .mainProductThumbs a.active svg {
  opacity: 1;
}
.products .mainProductThumbs a:hover svg *, .products .mainProductThumbs a.active svg * {
  fill: #fff;
}
.products .mainProductThumbs a:hover svg .stroke *, .products .mainProductThumbs a.active svg .stroke * {
  stroke: #fff !important;
}
.products .mainProductThumbs a:hover svg .a1, .products .mainProductThumbs a.active svg .a1 {
  fill: none;
  stroke: #fff;
}
.products .mainProductThumbs .col-2 a {
  width: 100%;
  background: #000;
}
.products .mainProductThumbs .col-2 a span {
  color: #fff;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 3px;
  background: url(../images/icons/rightArrowWhite.svg) no-repeat right center;
  padding: 35px 40px 35px 0;
  display: inline-block;
}
.products svg {
  opacity: 0.6;
}
.products.subBrands {
  background: none;
  margin-top: 0 !important;
}
.products.subBrands .row {
  position: relative;
}
.products.subBrands .left {
  padding: 270px 0 70px;
  background: #F2F4F6;
}
.products.subBrands .mainProductThumbs a {
  border-top: 1px solid #D5D8DC;
}
.products.subBrands .col-8 {
  background: #F2F4F6;
  border-left: 1px solid #D5D8DC;
  border-right: 1px solid #D5D8DC;
  border-bottom: 1px solid #D5D8DC;
}
.products.subBrands #mainProductSlider .owl-item .item {
  padding: 0;
}
.products.subBrands #mainProductSlider .owl-item .item .productImg {
  width: 50%;
  float: left;
}
.products.subBrands #mainProductSlider .owl-item .item img {
  position: relative;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  top: auto;
  left: auto;
  float: left;
  width: auto;
  max-width: 100%;
}
.products.subBrands #mainProductSlider .owl-item .item .productText {
  width: 50%;
  float: left;
}
.products.subBrands #mainProductSlider .owl-item .item .productText div {
  padding: 80px;
}
.products.subBrands #mainProductSlider .owl-item .item .productText div h3 {
  color: #151D20;
  font-size: 36px;
  letter-spacing: -1px;
  padding-bottom: 40px;
}
.products.subBrands #mainProductSlider .owl-item .item .productText div p {
  color: #8D98A1;
  font-size: 20px;
}
.products.subBrands #mainProductSlider .owl-item .item .productText .productBrands {
  padding: 0;
  border-top: 1px solid #D5D8DC;
  position: absolute;
  bottom: 0;
  width: 50%;
}
.products.subBrands #mainProductSlider .owl-item .item .productText .productBrands .col {
  border-right: 1px solid #D5D8DC;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.products.subBrands #mainProductSlider .owl-item .item .productText .productBrands div {
  padding: 0;
}
.products.subBrands #mainProductSlider .owl-item .item .productText .productBrands .col-2 {
  padding: 45px 0;
  border-bottom: 1px solid #D5D8DC;
}
.products.subBrands #mainProductSlider .owl-item .item .productText .productBrands a {
  display: block;
  text-align: center;
}
.products.subBrands #mainProductSlider .owl-item .item .productText .productBrands a img {
  float: none;
}
.products.subBrands #mainProductSlider .owl-item .item:before {
  display: block;
  width: 1px;
  height: 100%;
  background: #D5D8DC;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}
.products.subBrands #mainProductSlider .owl-item .item:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.products.subBrands .productsNav {
  right: 100px;
  top: 80px;
  left: auto;
  bottom: auto;
  z-index: 99;
}

.subPage .products {
  margin-top: 200px;
}

section.mainPartner {
  color: #fff;
}
section.mainPartner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 30%;
  left: 60%;
  top: 60%;
}
section.mainPartner .content {
  background: #DD1427;
  /*&:before{display:block; content:""; position:absolute; top:0; left:0; background:$red; clip-path: polygon(62.5% 0, 100% 0, 100% 100%, 37.5% 100%); width:100%; height:100%;}*/
}
section.mainPartner .content .row {
  justify-content: space-between;
}
section.mainPartner .content .col {
  position: relative;
}
section.mainPartner .content h2 {
  font-size: 36px;
  letter-spacing: -1px;
}
section.mainPartner .content p {
  font-size: 20px;
  color: #F2F4F6;
  padding: 20px 0 50px;
}
section.mainPartner .content:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: url(../images/img/partnerLeft.jpg) no-repeat right center;
  background-size: auto 100%;
}

.brands .left {
  border: 1px solid #D5D8DC;
  background: #F2F4F6;
  border-right: none;
  margin-top: -1px;
}
.brands .left h2 {
  font-size: 60px;
  color: #151D20;
  letter-spacing: -1.5px;
  padding-bottom: 30px;
}
.brands .left p {
  font-size: 16px;
  color: #8D98A1;
  width: 70%;
}
.brands .row {
  height: auto;
}
.brands .row .col-2, .brands .row .col-1 {
  margin-top: -1px;
}
.brands .row a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #D5D8DC;
  border-top: 1px solid #D5D8DC;
  padding: 45px 0;
}
.brands .row a img {
  display: block;
  margin: auto;
}
.brands .row .col {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.brands .row .redBox {
  width: 100%;
  height: 200%;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #DD1427;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  margin: 1px 0 0 1px;
  text-align: center;
  letter-spacing: -1px;
}
.brands .row .redBox span {
  font-weight: 300;
  font-size: 24px;
  display: block;
}
.brands .row .redBox p {
  width: 100%;
}
.brands .row .whiteBox {
  width: 99%;
  height: 200%;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F2F4F6 100%) 0% 0% no-repeat padding-box;
  color: #222630;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 0;
  text-align: center;
  letter-spacing: -1px;
  margin: 1px 0 0 1px;
}
.brands .row .whiteBox strong {
  font-size: 44px;
  display: block;
  letter-spacing: -3.3px;
  color: #DD1427;
}
.brands .row .whiteBox p {
  width: 100%;
}
.brands:hover .col-1, .brands:hover .col-2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2O8euPOf20NFUYGKIAzMARgKjFUAABhPQgFfrgJ4wAAAABJRU5ErkJggg==);
}
.brands:hover .col-1:hover, .brands:hover .col-2:hover {
  background: none;
}
.brands .breadCrumb {
  width: 50%;
  margin: 0 !important;
  padding: 80px 0;
  background: #F2F4F6;
}

.subPage .brands .left {
  border: none;
}
.subPage .brands .row a {
  border: 1px solid #D5D8DC;
}

section.mainNewsSlider {
  margin-top: 0px;
}
section.mainNewsSlider .content {
  background-color: #DD1427;
  padding: 75px 0px 40px 135px;
}
section.mainNewsSlider .top {
  margin-bottom: 70px;
  width: 75%;
}
section.mainNewsSlider .top .title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
  display: block;
}
section.mainNewsSlider .top small {
  font-size: 20px;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
section.mainNewsSlider .bottom {
  width: 78%;
  position: relative;
}
section.mainNewsSlider .bottom .owl-carousel {
  width: 100%;
  height: 100%;
}
section.mainNewsSlider .bottom .owl-carousel .owl-stage-outer, section.mainNewsSlider .bottom .owl-carousel .owl-stage, section.mainNewsSlider .bottom .owl-carousel .owl-item, section.mainNewsSlider .bottom .owl-carousel .item {
  height: 100%;
}
section.mainNewsSlider .bottom .item a {
  display: block;
  padding-bottom: 80px;
}
section.mainNewsSlider .bottom .item a p {
  width: 100%;
}
section.mainNewsSlider .bottom .item a p strong {
  color: #fff;
  display: block;
  font-size: 36px;
  padding-bottom: 20px;
  letter-spacing: -1px;
}
section.mainNewsSlider .bottom .item a p small {
  font-size: 16px;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
section.mainNewsSlider .bottom .item a span.more {
  width: 50px;
  height: 50px;
  display: block;
  background: #000 url(../images/icons/rightArrowWhite.svg) no-repeat center;
  clear: both;
  position: absolute;
  bottom: 0px;
}
section.mainNewsSlider .bottom .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
}
section.mainNewsSlider .bottom .owl-dots .owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  float: left;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
section.mainNewsSlider .bottom .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 2px;
}
section.mainNewsSlider .bottom .owl-dots .owl-dot.active {
  background: #fff;
}
section.mainNewsSlider .bottom .owl-dots .owl-dot.active span {
  background: #fff;
}
section.mainNewsSlider .bottom a.arrowBtn {
  position: absolute;
  bottom: 0px;
  left: 60px;
  z-index: 2;
}
section.mainNewsSlider .videoArea {
  position: relative;
}
section.mainNewsSlider .videoArea .img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.mainNewsSlider .videoArea .video {
  position: absolute;
  top: 0px;
  right: 0px;
  mix-blend-mode: multiply;
  height: 100%;
  z-index: 1;
}

section.mainCorporate .newsSlider {
  background: #fff;
}
section.mainCorporate .newsSlider h2 {
  color: #8D98A1;
  font-size: 24px;
  letter-spacing: -0.6px;
  padding-bottom: 40px;
  position: absolute;
}
section.mainCorporate .newsSlider .newsIcon {
  float: right;
}
section.mainCorporate .newsSlider .owl-carousel {
  width: 50%;
  height: 100%;
  padding-top: 100px;
}
section.mainCorporate .newsSlider .owl-carousel .owl-stage-outer, section.mainCorporate .newsSlider .owl-carousel .owl-stage, section.mainCorporate .newsSlider .owl-carousel .owl-item, section.mainCorporate .newsSlider .owl-carousel .item {
  height: 100%;
}
section.mainCorporate .newsSlider .item a {
  display: block;
}
section.mainCorporate .newsSlider .item a p {
  width: 100%;
  color: #8D98A1;
  font-size: 20px;
  padding-right: 25px;
}
section.mainCorporate .newsSlider .item a p strong {
  color: #222630;
  display: block;
  font-size: 36px;
  padding-bottom: 40px;
  letter-spacing: -1px;
}
section.mainCorporate .newsSlider .item a span.img {
  width: 50%;
  float: right;
  max-width: 276px;
  border-radius: 276px;
  -webkit-border-radius: 276px;
  -moz-border-radius: 276px;
  overflow: hidden;
  margin-bottom: 60px;
}
section.mainCorporate .newsSlider .item a span.img img {
  width: 100%;
  height: auto;
}
section.mainCorporate .newsSlider .item a span.more {
  width: 50px;
  height: 50px;
  display: block;
  background: #DD1427 url(../images/icons/rightArrowWhite.svg) no-repeat center;
  clear: both;
  position: absolute;
  bottom: 0;
}
section.mainCorporate .newsSlider .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
}
section.mainCorporate .newsSlider .owl-dots .owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  float: left;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
section.mainCorporate .newsSlider .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: #798288;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 2px;
}
section.mainCorporate .newsSlider .owl-dots .owl-dot.active {
  background: #DD1427;
}
section.mainCorporate .newsSlider .owl-dots .owl-dot.active span {
  background: #DD1427;
}
section.mainCorporate .newsSlider a.arrowBtn {
  position: absolute;
  bottom: 100px;
  left: 180px;
  z-index: 2;
}
section.mainCorporate .priceSlider {
  width: 100%;
  padding: 80px;
  /*background:url(../images/img/priceBg.jpg) no-repeat bottom right; background-size:cover;*/
  height: 58%;
  background: #3D4148 url(../images/img/price.png) no-repeat right center;
}
section.mainCorporate .priceSlider h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: -1px;
  padding-bottom: 50px;
}
section.mainCorporate .priceSlider #priceSlider {
  width: 80%;
}
section.mainCorporate .priceSlider .item .priceItem {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.mainCorporate .priceSlider .item .priceItem img {
  width: auto !important;
}
section.mainCorporate .priceSlider .item .priceItem span {
  color: #fff;
  font-size: 22px;
}
section.mainCorporate .priceSlider .owl-dots {
  margin-top: 50px;
}
section.mainCorporate .priceSlider .owl-dots .owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  float: left;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
section.mainCorporate .priceSlider .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: #798288;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 2px;
}
section.mainCorporate .priceSlider .owl-dots .owl-dot.active {
  background: #fff;
}
section.mainCorporate .priceSlider .owl-dots .owl-dot.active span {
  background: #fff;
}
section.mainCorporate .priceSlider a.red {
  margin-top: 40px;
}
section.mainCorporate .hrLink {
  width: 100%;
  height: 42%;
  background: #DD1427;
  padding: 80px;
}
section.mainCorporate .hrLink .hrLinkInner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.mainCorporate .hrLink .hrLinkInner h2 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  letter-spacing: -1px;
  padding-bottom: 30px;
}
section.mainCorporate .hrLink .hrLinkInner strong {
  color: #FEFEFE;
  font-size: 24px;
  letter-spacing: -0.6px;
  max-width: 310px;
  font-weight: normal;
}
section.mainCorporate .hrLink .hrLinkInner a {
  margin-left: 10%;
}

section.mainBottom {
  margin-bottom: 0;
  padding-bottom: 150px;
}
section.mainBottom .it {
  background: url(../images/img/it.jpg) no-repeat top center;
  background-size: cover;
}
section.mainBottom .it div {
  max-width: 320px;
}
section.mainBottom .it h2 {
  color: #FEFEFE;
  font-size: 48px;
  letter-spacing: -1.2px;
}
section.mainBottom .it p {
  font-size: 20px;
  padding: 20px 0 70px;
  color: #fff;
}
section.mainBottom .announcementSlider {
  background: #fff;
}
section.mainBottom .announcementSlider h2 {
  font-size: 24px;
  color: #8D98A1;
  letter-spacing: -0.6px;
}
section.mainBottom .announcementSlider h3 {
  font-size: 48px;
  color: #222630;
  letter-spacing: -1.2px;
  padding: 20px 0 50px;
}
section.mainBottom .announcementSlider .item {
  overflow: hidden;
  width: 100%;
  padding-left: 2px;
}
section.mainBottom .announcementSlider .item small {
  color: #8D98A1;
  font-weight: bold;
  font-size: 14px;
}
section.mainBottom .announcementSlider .item p {
  font-size: 24px;
  color: #222630;
  padding: 20px 0 30px;
  max-width: 360px;
}
section.mainBottom .announcementSlider .owl-nav {
  width: 100px;
  height: 50px;
  position: absolute;
  left: 270px;
  bottom: 0px;
}
section.mainBottom .announcementSlider .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
section.mainBottom .announcementSlider .owl-nav button.owl-prev {
  right: 12.5%;
}
section.mainBottom .announcementSlider .owl-nav button.owl-prev:before {
  content: "";
}
section.mainBottom .announcementSlider .owl-nav button.owl-next:before {
  content: "";
}
section.mainBottom .announcementSlider .owl-nav button:hover {
  background: #DD1427;
}

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

#ticariText {
  position: relative;
  width: 64%;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: solid 1px #171717;
  cursor: pointer;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container, .checkbox-container {
  display: block;
  position: relative;
  padding-left: 28px;
  height: auto;
  margin-right: 0;
  position: relative;
  min-width: auto;
  display: block;
  padding-top: 5px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&:hover input ~ .checkmark {background-color: $red; border:solid 4px $white;}*/
}
.radio-container a, .checkbox-container a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-decoration: underline !important;
}
.radio-container input, .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container input:checked ~ .checkmark, .checkbox-container input:checked ~ .checkmark {
  background-color: #ffffff;
  border: solid 1px #171717;
}
.radio-container input:checked ~ .checkmark:after, .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after, .checkbox-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #171717;
}
.radio-container.white, .checkbox-container.white {
  color: #ffffff;
}
.radio-container.white .checkmark,
.radio-container.white input:checked ~ .checkmark, .checkbox-container.white .checkmark,
.checkbox-container.white input:checked ~ .checkmark {
  background-color: #171717;
  border: solid 1px #ffffff;
}
.radio-container.white .checkmark:after, .checkbox-container.white .checkmark:after {
  background: #ffffff;
}
.radio-container.white a, .checkbox-container.white a {
  color: #ffffff;
}
.radio-container.mt10, .checkbox-container.mt10 {
  margin-top: 10px !important;
}

/*=================================================================
  Cookie
==================================================================*/
.cookie-container {
  position: fixed;
  left: 7%;
  width: 86%;
  bottom: 0;
  margin: 0 auto;
  z-index: 12;
  background: #333333;
  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;
}
.cookie-container .cookie-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cookie-container .cookie-head h2 {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
}
.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: #fff;
  padding-top: 20px;
  line-height: 1.3em;
}
.cookie-container .cookie-body p a {
  display: inline-block;
  color: #EE3439;
}
.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: #fff;
  background: none;
  border: solid 1px #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.cookie-container .cookie-body .button-group .js-close-cookie {
  border: solid 1px #EE3439;
  background: #EE3439;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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: #EE3439;
  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: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  border: solid 1px #333333;
  text-indent: -9999em;
  background: transparent url("../images/icons/close_btn_black.svg") no-repeat center center;
}
#cookie-preferences .fancybox-close-small svg {
  display: none;
}
#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: #EE3439;
}
#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: #EE3439;
}
#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/plus_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 .pre-item .pre-switch {
  padding: 30px 30px 30px 0;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
#cookie-preferences .preferences-list-container .pre-item .pre-body-text {
  padding: 0 30px 30px;
  width: 72%;
}
#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: #333333;
  -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: #EE3439;
}
#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%;
}

footer {
  position: relative;
  z-index: 5;
}
footer .content {
  background: #171717;
}
footer .left {
  width: 62.5%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 100px;
}
footer .right {
  width: 37.5%;
  float: left;
  padding: 100px;
}
footer .right h2 {
  display: block;
  width: 100%;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 30px;
}
footer .footerNav {
  width: 100%;
}
footer .footerNav ul {
  width: 33.3333%;
  float: left;
}
footer .footerNav ul li {
  width: 100%;
}
footer .footerNav ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  opacity: 0.6;
  position: relative;
}
footer .footerNav ul li a span {
  position: relative;
}
footer .footerNav ul li a.caption {
  font-size: 18px;
  opacity: 1;
  padding-bottom: 10px;
  margin-top: 30px;
}
footer .footerNav ul li a:hover {
  opacity: 1;
}
footer .footerNav ul li a:before {
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  background: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footerNav ul li a:hover:before {
  width: 50%;
}
footer .footerNav ul li:first-child a.caption {
  margin-top: 0;
}
footer .footerNav:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
footer .social {
  width: 100%;
}
footer .social a {
  color: #fff;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 6px;
  float: left;
  text-align: center;
  position: relative;
}
footer .social a i {
  position: relative;
  font-size: 20px;
}
footer .social a i.twitter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .social a i.twitter svg {
  width: 20px;
  height: 20px;
}
footer .social a i.twitter svg path {
  fill: #ffffff;
}
footer .social a:before {
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .social a:hover:before {
  width: 100%;
}
footer .copyRight {
  width: 100%;
  padding-top: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
footer .copyRight a.logoIndexGrup {
  display: block;
  background: url(../images/indexGrupLogo.svg) no-repeat center;
  background-size: 100% auto;
  width: 146px;
  height: 45px;
  margin-left: 50px;
  position: relative;
}
footer .copyRight a.logoIndexGrup:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: rgba(199, 204, 209, 0.75);
  left: -25px;
}
footer .copyRight img {
  width: 100px;
}
footer .copyRight p {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-left: 10%;
  line-height: 2;
  padding-top: 15px;
}
footer .copyRight p span {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
footer .copyRight p a {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
footer .copyRight p a:hover {
  opacity: 1;
}
footer .fRow {
  width: 100%;
  margin-bottom: 70px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
footer .fRow input {
  border: none;
  background: none;
  height: 55px;
}
footer .fRow input[type=text] {
  padding-left: 25px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  width: calc(100% - 55px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
footer .fRow input[type=button] {
  width: 55px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: none;
  background: #171717 url(../images/icons/rightArrowRed.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  height: 110px;
}
footer .fRow .captcha {
  position: relative;
}
footer .fRow .captcha img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 150px;
}
footer .fRow .captcha input {
  padding-left: 170px !important;
  border-top: none;
}
footer .fRow .kvkk {
  position: absolute;
  margin-top: 10px;
}
footer .fRow .kvkk:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
footer .fRow input[type=checkbox] {
  display: none;
  appearance: none;
}
footer .fRow input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  color: white;
  font-weight: 400;
  line-height: 1.3;
  float: right;
  cursor: default;
}
footer .fRow input[type=checkbox] + label a {
  font-weight: bold;
  color: #fff;
}
footer .fRow 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%);
}
footer .fRow 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%);
}
footer .fRow input[type=checkbox]:checked + label:after {
  opacity: 1;
}
footer .callCenter {
  background: url(../images/icons/phone.svg) no-repeat top left;
  padding-top: 65px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.6px;
  position: absolute;
  bottom: 100px;
}
footer .callCenter a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
footer .callCenter a strong {
  color: #DD1427;
}

section.subPage {
  margin: 0;
  padding: 116px 0 0;
}
section.subPage .content {
  width: 100%;
}
section.subPage .breadCrumb {
  position: relative;
  margin-bottom: 60px;
}
section.subPage .breadCrumb a {
  font-size: 12px;
  color: #8D98A1;
  float: left;
  position: relative;
  padding-left: 10px;
  margin-right: 10px;
}
section.subPage .breadCrumb a:before {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #707070;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
section.subPage .breadCrumb a:last-child {
  color: #151D20;
  text-overflow: ellipsis;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
section.subPage .breadCrumb a:first-child {
  padding-left: 0;
}
section.subPage .breadCrumb a:first-child:before {
  display: none;
}
section.subPage .breadCrumb:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
section.subPage .pageContent > .breadCrumb {
  margin: 80px 0;
}
section.subPage .sideMenu {
  width: 21%;
  padding: 90px 90px 0 0;
  position: fixed;
  left: 7%;
}
section.subPage .sideMenu h2 {
  font-size: 30px;
  color: #151D20;
  letter-spacing: -0.75px;
  padding-bottom: 40px;
}
section.subPage .sideMenu ul {
  width: 100%;
}
section.subPage .sideMenu ul li {
  display: block;
  width: 100%;
}
section.subPage .sideMenu ul li a {
  color: #151D20;
  font-size: 17px;
  display: block;
  font-weight: 500;
  padding: 15px 0;
  position: relative;
  opacity: 0.4;
}
section.subPage .sideMenu ul li a:before {
  position: absolute;
  right: 30px;
  top: 0;
  display: block;
  content: "";
  width: 30px;
  height: 100%;
  background: url(../images/icons/rightArrowRed.svg) no-repeat center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
section.subPage .sideMenu ul li a:hover, section.subPage .sideMenu ul li a.active {
  opacity: 1;
}
section.subPage .sideMenu ul li a:hover:before, section.subPage .sideMenu ul li a.active:before {
  right: 0;
  opacity: 1;
}
section.subPage .sideMenu ul li ul {
  display: none;
}
section.subPage .sideMenu ul li ul li a {
  font-size: 14px;
  border-bottom: none;
}
section.subPage .sideMenu ul li ul li a small {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
section.subPage .sideMenu ul li ul li a:before {
  display: none;
}
section.subPage .pageContent {
  width: 86%;
  position: relative;
  margin: auto;
}
section.subPage .pageContent:after {
  width: 33.3333%;
  height: 480px;
  display: block;
  content: "";
  position: absolute;
  left: -34%;
  bottom: 0px;
  background: #f2f4f6;
  background: linear-gradient(0deg, #f2f4f6 0%, #f2f4f6 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
section.subPage .pageContent h1 {
  font-size: 60px;
  color: #151D20;
  letter-spacing: -1.5px;
  padding-bottom: 30px;
}
section.subPage .pageContent.pb {
  padding-bottom: 200px;
}
section.subPage .sideMenu + .pageContent {
  width: 72%;
  float: right;
  border-left: 1px solid #D5D8DC;
  min-height: 100vh;
}
section.subPage .pageInner {
  color: #151D20;
  font-size: 21px;
  line-height: 1.5;
  width: 90.2%;
  position: relative;
}
section.subPage .pageInner.w100 {
  width: 100%;
}
section.subPage .pageInner.pad {
  padding: 90px;
}
section.subPage .pageInner.bordered {
  border-top: 1px solid #D5D8DC;
  border-bottom: 1px solid #D5D8DC;
}
section.subPage .pageInner.boxedImg {
  position: relative;
}
section.subPage .pageInner.boxedImg .bgImg {
  display: block;
  width: 100%;
  height: auto;
}
section.subPage .pageInner.boxedImg .box {
  width: 33.333%;
  position: absolute;
  height: 40%;
  background: #fff;
  padding: 50px;
  top: 0;
  left: 0;
}
section.subPage .pageInner.boxedImg .box div {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.65px;
  color: #151D20;
}
section.subPage .pageInner.boxedImg .box div img {
  position: absolute;
  bottom: 0;
  right: 0;
}
section.subPage .pageInner.boxedImg .box div strong {
  font-size: 60px;
  color: #DD1427;
  letter-spacing: -4.5px;
  display: block;
}
section.subPage .pageInner.boxedImg .box.b2 {
  background: #E9EBED;
  border: 1px solid #D5D8DC;
  top: 40%;
}
section.subPage .pageInner.boxedImg .caption {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 30%;
}
section.subPage .pageInner.boxedImg .caption strong {
  color: #fff;
  letter-spacing: 1.5px;
}
section.subPage .pageInner.boxedImg .boxSmall {
  width: 16.6666666%;
  height: 20%;
  position: absolute;
  background: #F2F4F6;
  border: 1px solid #D5D8DC;
}
section.subPage .pageInner.boxedImg .boxSmall.b3 {
  top: 0;
  left: 33.333%;
  background: #E9EBED;
}
section.subPage .pageInner.boxedImg .boxSmall.b4 {
  top: 0;
  left: 50%;
}
section.subPage .pageInner.boxedImg .boxSmall.b5 {
  top: 80%;
  left: 50%;
}
section.subPage .pageInner.boxedImg .boxSmall.b6 {
  top: 60%;
  right: 0;
}
section.subPage .pageInner.boxedImg .boxSmall.b7 {
  top: 80%;
  right: 0;
}
section.subPage .pageInner.boxedImg .redBox {
  width: 16.6666666%;
  height: 40%;
  position: absolute;
  top: 20%;
  right: 0;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.65px;
  background: #DD1427;
  padding-top: 5%;
}
section.subPage .pageInner.boxedImg .redBox strong {
  display: block;
  font-size: 60px;
  letter-spacing: -4.5px;
}
section.subPage .pageInner.boxedImg .whiteBox {
  width: 16.6666666%;
  height: 40%;
  position: absolute;
  bottom: 0%;
  left: 66.66666%;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #151D20;
  letter-spacing: -0.65px;
  background: #fff;
  padding-top: 5%;
}
section.subPage .pageInner.boxedImg .whiteBox strong {
  display: block;
  font-size: 44px;
  letter-spacing: -3.3px;
  color: #DD1427;
}
section.subPage .pageInner.boxedImg .visionBox {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 90px;
  background: #F2F4F6;
  font-weight: 600;
  color: #151D20;
  font-size: 24px;
  letter-spacing: -1.2px;
}
section.subPage .pageInner.boxedImg .visionBox img {
  display: block;
  margin-bottom: 25px;
}
section.subPage .pageInner.boxedImg .visionBox span {
  display: block;
  color: #DD1427;
}
section.subPage .pageInner p {
  padding-bottom: 30px;
}
section.subPage .pageInner p.red, section.subPage .pageInner p a {
  color: #DD1427;
}
section.subPage .pageInner .sTitle {
  font-size: 30px;
  font-weight: 800;
  display: block;
  margin-top: 35px;
}
section.subPage .pageInner .sTitle.partnershipStructure {
  font-size: 24px;
}
section.subPage .pageInner .sTitle.corpManagement {
  color: #DD1427;
  font-weight: 700;
  margin-bottom: 25px;
}
section.subPage .pageInner .sTitle.subsidiaries {
  opacity: 50%;
  font-weight: 700;
  font-size: 21px;
}
section.subPage .pageInner.kvkk h4 {
  padding: 20px 0;
}
section.subPage .pageInner.kvkk ol li {
  display: list-item;
  list-style-type: lower-roman;
  margin-left: 20px;
}
section.subPage .pageInner.kvkk ol li li {
  list-style-type: lower-latin;
}
section.subPage .pageBanner {
  width: 100%;
}
section.subPage .pageBanner img {
  width: 100%;
  display: block;
}
section.subPage .fullContent {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 60px 0 150px;
}
section.subPage .investor-relations-content {
  position: relative;
  width: 100%;
  background: #EE3439;
  overflow: hidden;
  margin-bottom: 200px;
}
section.subPage .investor-relations-content .top, section.subPage .investor-relations-content .bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.subPage .investor-relations-content .top .left, section.subPage .investor-relations-content .bottom .left {
  width: 45.62%;
  padding: 0 45px 55px;
}
section.subPage .investor-relations-content .top .right, section.subPage .investor-relations-content .bottom .right {
  width: 54.38%;
  padding: 0 50px 55px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
section.subPage .investor-relations-content .top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.subPage .investor-relations-content .top .left, section.subPage .investor-relations-content .top .right {
  padding-top: 185px;
}
section.subPage .investor-relations-content .bottom {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.subPage .investor-relations-content .bottom .left {
  float: left;
  padding: 46px 45px;
  border: none;
}
section.subPage .investor-relations-content .bottom .left > div:first-child h2 {
  position: absolute;
}
section.subPage .investor-relations-content .bottom .right {
  float: left;
  padding: 0;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  margin-left: -1px;
}
section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(2) {
  padding: 50px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(2) > div {
  margin-bottom: 10px;
}
section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(3) > div {
  border: none;
}
section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(3) > div:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
section.subPage .investor-relations-content .top-item {
  position: relative;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.subPage .investor-relations-content .top-item:first-child {
  justify-content: initial;
}
section.subPage .investor-relations-content .top-item > img {
  margin-left: 30px;
}
section.subPage .investor-relations-content .top-item > img:first-child {
  margin-left: 0;
}
section.subPage .investor-relations-content .top-item > div p {
  display: block;
  font-size: 1.25em;
  font-weight: 400;
  color: #fff;
  width: 100%;
}
section.subPage .investor-relations-content .top-item > div span {
  display: block;
  font-size: 2.25em;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}
section.subPage .investor-relations-content .top-item span.imkbCode {
  font-size: 24px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
}
section.subPage .investor-relations-content .bottom-item > img {
  display: block;
  margin: 0 auto;
}
section.subPage .investor-relations-content .bottom-item h2 {
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
}
section.subPage .investor-relations-content .bottom-item .gain {
  margin-left: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  font-size: 2.4em;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
section.subPage .investor-relations-content .bottom-item .gain sup {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  top: -18px;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left {
  width: 40%;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left.note {
  width: 100%;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-right {
  width: 60%;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left, section.subPage .investor-relations-content .bottom-item .bottom-item-right {
  padding: 50px;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left > div, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left > div p, section.subPage .investor-relations-content .bottom-item .bottom-item-left > div span, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div p, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div span {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left > div p, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div p {
  width: 100px;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left .small, section.subPage .investor-relations-content .bottom-item .bottom-item-right .small {
  display: block;
  width: 100%;
  font-size: 0.8125em;
  font-weight: 400;
  color: #fff;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left a, section.subPage .investor-relations-content .bottom-item .bottom-item-right a {
  font-size: 0.9375em;
  font-weight: 600;
  color: #fff;
  display: none;
}
section.subPage .investor-relations-content .bottom-item .bottom-item-left a.indesLink, section.subPage .investor-relations-content .bottom-item .bottom-item-right a.indesLink {
  display: inline;
}
section.subPage .investor-relations-content .bottom-item > div {
  width: 100%;
}
section.subPage .investor-relations-content .bottom-item > div p, section.subPage .investor-relations-content .bottom-item > div span {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
}
section.subPage .investor-relations-content .bottom-item > div p {
  width: 180px;
}
section.subPage .investor-relations-content .bottom-item.dFlex, section.subPage .investor-relations-content .bottom-item .dFlex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.subPage .investor-relations-content .bottom-item:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
section.subPage .investor-relations-content .bottom-item .donutChart {
  float: right;
}
section.subPage .investorArea {
  background-color: #DD1427;
  margin-bottom: 100px;
}
section.subPage .investorArea .row {
  display: flex;
}
section.subPage .investorArea .row.investorRelations {
  width: 90.2%;
  padding: 0px 0px 0px 95px;
  color: white;
}
section.subPage .investorArea .row.investorRelations .col.fLeft {
  width: 46%;
}
section.subPage .investorArea .row.investorRelations .col.fLeft .investor {
  padding-bottom: 40px;
  padding-top: 125px;
}
section.subPage .investorArea .row.investorRelations .col.fLeft .investor .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 70px;
}
section.subPage .investorArea .row.investorRelations .col.fLeft .investor .item img {
  margin-right: 20px;
  display: block;
}
section.subPage .investorArea .row.investorRelations .col.fLeft .investor .item:last-child {
  justify-content: space-between;
}
section.subPage .investorArea .row.investorRelations .col.fLeft .investor.bottomArea {
  padding-top: 70px;
}
section.subPage .investorArea .row.investorRelations .col.fRight {
  width: 54%;
}
section.subPage .investorArea .row.investorRelations .col.fRight .chartArea {
  padding-top: 125px;
  padding-left: 30px;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item .row {
  display: flex;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col {
  padding: 70px 70px 70px 30px;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col:nth-child(1) {
  width: 39%;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col:nth-child(2) {
  width: 61%;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item .row .col div {
  margin-bottom: 5px;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item.pad {
  padding: 70px 70px 70px 30px;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item.pad .wrapper {
  margin-bottom: 10px;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item.pad .wrapper .row {
  max-width: 350px;
  justify-content: space-between;
}
section.subPage .investorArea .row.investorRelations .col.fRight .item:last-child {
  border-bottom: none;
}
section.subPage .investorArea .row.investorRelations .col.fRight span {
  display: inline-block;
}
section.subPage .investorArea .row.investorRelations .col.fRight small {
  display: inline-block;
}
section.subPage .investorArea .row.investorRelations small {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
section.subPage .investorArea .row.investorRelations small.big {
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 1px;
}
section.subPage .investorArea .row.investorRelations small.small {
  font-size: 12px;
}
section.subPage .investorArea .row.investorRelations span {
  font-size: 18px;
  font-weight: 700;
}
section.subPage .investorArea .row.investorRelations span.big {
  font-size: 31px;
}
section.subPage .shareInfo .row {
  display: flex;
  padding: 60px 140px 60px 90px;
}
section.subPage .shareInfo .row .left {
  width: 78%;
}
section.subPage .shareInfo .row .left h3 {
  font-size: 48px;
}
section.subPage .shareInfo .row .right {
  width: 22%;
  text-align: right;
}
section.subPage .shareInfo .row .right span {
  font-weight: 700;
  display: inline-block;
}
section.subPage .shareInfo .row .right span:nth-child(1) {
  font-size: 48px;
}
section.subPage .shareInfo .row .right span:nth-child(2) {
  font-size: 30px;
  color: green;
  margin-left: 40px;
}
section.subPage .shareInfo .row:nth-child(1) {
  padding-top: 0px;
}
section.subPage .shareInfo .row:nth-child(2) div {
  margin-right: 65px;
}
section.subPage .shareInfo .row:nth-child(3) div {
  margin-right: 140px;
}
section.subPage .shareInfo .bottomArea {
  margin-top: 40px;
}
section.subPage .shareInfo .bottomArea div {
  margin-bottom: 50px;
}
section.subPage .shareInfo .bottomArea div:nth-child(2) {
  display: flex;
}
section.subPage .shareInfo .bottomArea div:nth-child(2) p {
  margin-right: 110px;
  margin-bottom: 0px;
}
section.subPage .shareInfo small {
  font-size: 14px;
  font-weight: 400;
  color: #151D20;
  opacity: 50%;
  display: block;
}
section.subPage .shareInfo small.big {
  font-size: 21px;
}
section.subPage .shareInfo small.normal {
  font-size: 16px;
}
section.subPage .shareInfo span {
  font-size: 24px;
  color: #151D20;
  font-weight: 700;
}
section.subPage .shareInfo span.small {
  font-size: 19px;
}
section.subPage .tableArea {
  padding-left: 90px;
  position: relative;
  width: 90.2%;
  margin-top: -40px !important;
}
section.subPage .tableArea p {
  color: #151D20;
  font-size: 21px;
  line-height: 1.5;
  padding-bottom: 20px;
}
section.subPage .tableArea a {
  color: #151D20;
}
section.subPage .tableArea h2 {
  font-weight: 700;
  font-size: 30px;
  color: #151D20;
  opacity: 50%;
  margin-bottom: 20px;
}
section.subPage .tableArea h3 {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 30px;
  letter-spacing: -1.5px;
  color: #151D20;
}
section.subPage .tableArea .year {
  padding: 20px 10px;
  width: 300px;
  background-color: transparent;
  border-color: #151D20;
  margin-top: 40px;
  margin-bottom: 50px;
}
section.subPage .tableArea .table {
  margin-bottom: 60px;
}
section.subPage .tableArea .table .row {
  display: flex;
  border-bottom: 1px solid #D5D8DC;
  padding: 15px 0px;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.subPage .tableArea .table .row .download {
  font-size: 11px;
  color: #151D20;
  position: relative;
  padding-right: 30px;
}
section.subPage .tableArea .table .row .download:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 20px;
  background: url(../images/icons/download.svg) no-repeat;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
section.subPage .tableArea .table .row .download:hover {
  color: #DD1427;
}
section.subPage .tableArea .table .row.redHead {
  color: #DD1427;
  font-size: 16px;
}
section.subPage .tableArea .table .row.partnershipStructureTable .col {
  font-weight: 700;
}
section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(1) {
  width: 35%;
}
section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(2) {
  width: 10%;
}
section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(3) {
  width: 15%;
}
section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(4) {
  width: 20%;
}
section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(5) {
  width: 20%;
}
section.subPage .tableArea .table .row.partnershipStructureTable:last-child {
  border-color: #DD1427;
}
section.subPage .tableArea .table .row.partnershipStructureTable.subsidiaries .col:nth-child(1) {
  width: 42%;
}
section.subPage .tableArea .table .row.partnershipStructureTable.subsidiaries .col:nth-child(2) {
  width: 23%;
}
section.subPage .tableArea .table .row.corpManagementTable .col:nth-child(1) {
  width: 45%;
}
section.subPage .tableArea .table .row.corpManagementTable .col:nth-child(2) {
  width: 55%;
}
section.subPage .tableArea .table .row.polDoc {
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 0px;
}
section.subPage .tableArea .table .row.polDoc .col:nth-child(1) {
  width: 80%;
  font-weight: 700;
  font-size: 30px;
}
section.subPage .tableArea .table .row.polDoc .col:nth-child(1) small {
  font-weight: 400;
  color: #DD1427;
  font-size: 15px;
}
section.subPage .tableArea .table .row.polDoc .col:nth-child(2) {
  width: 10%;
  text-align: right;
}
section.subPage .tableArea .table .row.finData {
  padding: 30px 0px;
}
section.subPage .tableArea .table .row.finData .col:nth-child(1) {
  width: 56%;
  font-size: 24px;
}
section.subPage .tableArea .table .row.finData .col:nth-child(2) {
  width: 39%;
  font-size: 16px;
}
section.subPage .tableArea .table .row.finData .col:nth-child(3) {
  width: 5%;
  text-align: right;
}
section.subPage .tableArea .table .row.subsidiariesTable .col {
  font-weight: 700;
}
section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(1) {
  width: 48%;
}
section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(2) {
  width: 20%;
}
section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(3) {
  width: 16%;
}
section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(4) {
  width: 16%;
}
section.subPage .tableArea .table .row.activityReports {
  padding: 30px 0px;
}
section.subPage .tableArea .table .row.activityReports .col:nth-child(1) {
  width: 56%;
  font-size: 24px;
}
section.subPage .tableArea .table .row.activityReports .col:nth-child(2) {
  width: 39%;
  font-size: 16px;
}
section.subPage .tableArea .table .row.activityReports .col:nth-child(3) {
  width: 5%;
  text-align: right;
}
section.subPage .tableArea .table .row.investorPres {
  padding: 30px 0px;
}
section.subPage .tableArea .table .row.investorPres .col {
  font-weight: 700;
}
section.subPage .tableArea .table .row.investorPres .col:nth-child(1) {
  width: 90%;
  font-size: 24px;
}
section.subPage .tableArea .table .row.investorPres .col:nth-child(2) {
  width: 10%;
  text-align: right;
}
section.subPage .tableArea .table .row.contactTable {
  padding: 30px 0px;
}
section.subPage .tableArea .table .row.contactTable .col {
  font-weight: 700;
}
section.subPage .tableArea .table .row.contactTable .col:nth-child(1) {
  width: 40%;
}
section.subPage .tableArea .table .row.contactTable .col:nth-child(2) {
  width: 20%;
  font-weight: 400;
}
section.subPage .tableArea .table .row.contactTable .col:nth-child(3) {
  width: 20%;
}
section.subPage .tableArea .table .row.contactTable .col:nth-child(3) a {
  color: #151D20;
  font-weight: 400;
}
section.subPage .tableArea .table .row.contactTable .col:nth-child(4) {
  width: 20%;
}
section.subPage .tableArea .table .row.contactTable .col:nth-child(4) a {
  color: #151D20;
}
section.subPage .tableArea .table .row:hover {
  background: #eee;
}
section.subPage .tableArea.sss .toggle {
  display: flex;
  border-bottom: 1px solid #D5D8DC;
  padding: 30px 0px;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #151D20;
  opacity: 70%;
}
section.subPage .tableArea.sss .toggle:hover {
  color: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.subPage .tableArea.sss .toggle:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/downArrowBlack.svg) no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.subPage .tableArea.sss .toggle.active {
  opacity: 1;
  border-bottom: none;
}
section.subPage .tableArea.sss .toggle.active:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icons/upArrowRed.svg) no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.subPage .tableArea.sss .toggleContent {
  display: none;
  border-bottom: 1px solid #DD1427;
  padding-bottom: 10px;
  padding-right: 200px;
}
section.subPage .tableArea.sss .toggleContent p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

/*Pagination Start*/
.pagination {
  display: flex;
  margin-bottom: 150px;
}
.pagination a {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #D5D8DC;
  display: block;
  line-height: 50px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #151D20;
}
.pagination a:before {
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  left: 0px;
}
.pagination a:hover {
  color: white;
}
.pagination a:hover:before {
  width: 100%;
}
.pagination a.selected {
  background-color: #DD1427;
  color: white;
}

/*Pagination End*/
/*Board*/
.chairMan .rowSixCol .col-4 img {
  width: 100%;
  display: block;
}
.chairMan .rowSixCol .col-2 {
  margin-left: -16.6666666667%;
}
.chairMan .rowSixCol .col-2 a.boardCaption {
  width: 100%;
  background: #fff;
  display: block;
  height: 75%;
  position: relative;
  top: 25%;
  padding: 70px;
  color: #222630;
  border: 1px solid #D5D8DC;
}
.chairMan .rowSixCol .col-2 a.boardCaption strong {
  font-size: 28px;
  letter-spacing: -0.7px;
}
.chairMan .rowSixCol .col-2 a.boardCaption small {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.7;
  display: block;
  padding-top: 10px;
}
.chairMan .rowSixCol .col-2 a.boardCaption span {
  font-size: 11px;
  float: left;
  position: absolute;
  bottom: 70px;
  letter-spacing: 1px;
  background: url(../images/icons/rightArrowGrey.svg) no-repeat right center;
  background-size: 7px auto;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chairMan .rowSixCol .col-2 a.boardCaption:hover {
  border: 10px solid #151D20;
}
.chairMan .rowSixCol .col-2 a.boardCaption:hover span {
  padding-right: 40px;
  color: #DD1427;
  background: url(../images/icons/rightArrowRed.svg) no-repeat right center;
  background-size: 7px auto;
}
.chairMan .rowSixCol .col-1 a {
  height: 25%;
  width: 100%;
  display: block;
  position: relative;
  top: 75%;
  background: #DD1427;
  padding: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  padding-top: 20%;
}
.chairMan .rowSixCol .col-1 a span {
  float: left;
  background: url(../images/icons/rightArrowWhite.svg) no-repeat left top;
  background-size: 7px auto;
  padding-top: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.chairMan .rowSixCol .col-1 a:hover span {
  background: url(../images/icons/rightArrowWhite.svg) no-repeat right top;
  background-size: 7px auto;
}

.boardList {
  position: relative;
  padding: 140px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #D5D8DC;
}
.boardList .boardItem {
  width: 50%;
  background: #F2F4F6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #D5D8DC;
  border-bottom: 1px solid #D5D8DC;
  margin-top: -1px;
}
.boardList .boardItem a {
  display: block;
  width: 100%;
  padding: 60px;
  color: #222630;
  position: relative;
}
.boardList .boardItem a .left {
  width: 60%;
  float: left;
}
.boardList .boardItem a .left strong {
  font-size: 28px;
  letter-spacing: -0.7px;
}
.boardList .boardItem a .left small {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.7;
  display: block;
  padding-top: 10px;
}
.boardList .boardItem a .left span {
  font-size: 11px;
  float: left;
  margin-top: 50px;
  letter-spacing: 1px;
  background: url(../images/icons/rightArrowGrey.svg) no-repeat right center;
  background-size: 7px auto;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.boardList .boardItem a .img {
  width: 26%;
  padding-bottom: 26%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  float: right;
}
.boardList .boardItem a .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.boardList .boardItem a:hover {
  background: #fff;
  z-index: 2;
  box-shadow: 0px 15px 40px #00000015;
}
.boardList .boardItem a:hover .left span {
  padding-right: 40px;
  color: #DD1427;
  background: url(../images/icons/rightArrowRed.svg) no-repeat right center;
}
.boardList .boardItem a:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.boardList .boardItem:nth-child(odd) {
  border-right: 1px solid #D5D8DC;
}
.boardList .boardItem:last-child {
  border-right: none;
}

.signature {
  color: #222630;
  padding-top: 30px;
}
.signature img {
  display: block;
}
.signature strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.7px;
}
.signature small {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.7;
}

.cvWrapper {
  width: 90%;
  max-width: 1600px;
  background: #fff;
  padding: 100px !important;
}
.cvWrapper .cvContent {
  width: 100%;
}
.cvWrapper .cvContent .cvImg {
  width: 15%;
  float: left;
}
.cvWrapper .cvContent .cvImg .img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: block;
  margin-bottom: 50px;
}
.cvWrapper .cvContent .cvImg .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.cvWrapper .cvContent .cvImg strong {
  font-size: 28px;
  letter-spacing: -0.7px;
  color: #151D20;
}
.cvWrapper .cvContent .cvImg small {
  font-weight: 500;
  font-size: 16px;
  opacity: 0.7;
  display: block;
  padding-top: 10px;
  color: #151D20;
}
.cvWrapper .cvContent .cvText {
  width: 85%;
  float: left;
  padding: 0 125px;
  max-height: 480px;
}
.cvWrapper .cvContent .cvText .cvScroller {
  width: 100%;
  height: 100%;
  color: #151D20;
  font-size: 21px;
  line-height: 1.5;
}
.cvWrapper .cvContent:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

/*Board*/
/*History*/
.history {
  width: 100%;
  border: 1px solid #D5D8DC;
  border-left: none;
  height: 600px;
  position: relative;
  margin-bottom: 110px;
}
.history .lines {
  width: 50%;
  border-right: 1px solid #D5D8DC;
}
.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: #DD1427;
  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: #DD1427;
  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: #181A1B;
  position: relative;
  margin-bottom: 1px;
}
.history .historyYears .historyNav a:before {
  content: "";
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
}
.history .historyYears .historyNav a:after {
  display: block;
  width: 100%;
  height: 0%;
  background: #DD1427;
  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: "";
}
.history .historyYears .historyNav a.prev:after {
  top: auto;
  bottom: 0;
}
.history .historyYears .historyNav a:hover:after {
  height: 100%;
}
.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;
}
.history .historyContent .hItem .img {
  width: 40%;
  height: 100%;
  padding: 25px;
  position: absolute;
  left: 0;
  top: 150%;
}
.history .historyContent .hItem .img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
.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: none;
}
.history .historyContent .hItem .desc strong {
  display: block;
  color: #DD1427;
}
.history .historyContent .hItem.active {
  z-index: 2;
}

/*History*/
/*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*/
/* Forms */
.formContent .fRow {
  width: 100%;
  clear: both;
  margin-top: 50px;
  float: left;
}
.formContent .fRow.w75 {
  width: 75%;
}
.formContent .fRow .fCol {
  width: 100%;
}
.formContent .fRow .fCol.w50 {
  width: calc(50% - 25px);
  float: left;
  margin-left: 50px;
}
.formContent .fRow .fCol:first-child {
  margin-left: 0;
}
.formContent .fRow .fCol.w100 {
  width: 100%;
}
.formContent .fRow .fCol .element {
  width: 100%;
  height: 60px;
}
.formContent .fRow .fCol .element label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #47484B;
  padding-bottom: 7px;
}
.formContent .fRow .fCol .element textarea, .formContent .fRow .fCol .element select, .formContent .fRow .fCol .element input {
  display: block;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(109, 110, 115, 0.8);
  background: none;
}
.formContent .fRow .fCol .element textarea.ad, .formContent .fRow .fCol .element textarea.soyad, .formContent .fRow .fCol .element select.ad, .formContent .fRow .fCol .element select.soyad, .formContent .fRow .fCol .element input.ad, .formContent .fRow .fCol .element input.soyad {
  background: transparent url("../images/icons/form/person.svg") no-repeat 18px center;
}
.formContent .fRow .fCol .element textarea.EMail, .formContent .fRow .fCol .element select.EMail, .formContent .fRow .fCol .element input.EMail {
  background: transparent url("../images/icons/form/email.svg") no-repeat 18px center;
}
.formContent .fRow .fCol .element textarea.phone, .formContent .fRow .fCol .element select.phone, .formContent .fRow .fCol .element input.phone {
  background: transparent url("../images/icons/form/phone.svg") no-repeat 18px center;
}
.formContent .fRow .fCol .element textarea::-webkit-input-placeholder, .formContent .fRow .fCol .element select::-webkit-input-placeholder, .formContent .fRow .fCol .element input::-webkit-input-placeholder {
  color: rgba(109, 110, 115, 0.8);
}
.formContent .fRow .fCol .element textarea:-moz-placeholder, .formContent .fRow .fCol .element select:-moz-placeholder, .formContent .fRow .fCol .element input:-moz-placeholder {
  color: rgba(109, 110, 115, 0.8);
}
.formContent .fRow .fCol .element textarea::-moz-placeholder, .formContent .fRow .fCol .element select::-moz-placeholder, .formContent .fRow .fCol .element input::-moz-placeholder {
  color: rgba(109, 110, 115, 0.8);
}
.formContent .fRow .fCol .element textarea:-ms-input-placeholder, .formContent .fRow .fCol .element select:-ms-input-placeholder, .formContent .fRow .fCol .element input:-ms-input-placeholder {
  color: rgba(109, 110, 115, 0.8);
}
.formContent .fRow .fCol .element textarea:focus, .formContent .fRow .fCol .element select:focus, .formContent .fRow .fCol .element input:focus {
  border-color: #3742FA;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 17px 1px #c2c2c2;
}
.formContent .fRow .fCol .element select {
  padding-left: 18px;
}
.formContent .fRow .fCol .element.textarea {
  height: 150px;
  resize: none;
}
.formContent .fRow .fCol .element textarea {
  padding: 20px 0 0 18px;
}
.formContent .fRow span.note {
  display: block;
  font-size: 14px;
  color: #707070;
  padding-bottom: 15px;
}
.formContent .fRow span.note.small {
  font-size: 11px;
}
.formContent .fRow .kvkk {
  display: block;
  width: 100%;
  height: 60px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
  padding: 0 30px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #6D6E73;
  background: transparent url("../images/icons/form/kvkk.svg") no-repeat 98% center;
}
.formContent .fRow input[type=checkbox] {
  display: none;
}
.formContent .fRow input[type=checkbox] + label:before {
  content: "✔";
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  color: transparent;
  transition: 0.2s;
  border: 2px solid #707070;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
.formContent .fRow input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.formContent .fRow input[type=checkbox]:checked + label:before {
  border: 2px solid #3742FA;
  color: #fff;
  background-color: #3742FA;
}
.formContent .fRow h3 {
  font-size: 21px;
}

/* Forms*/
/*Awards Start*/
.awardsArea {
  padding-bottom: 0px !important;
}
.awardsArea .item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awardsArea .item .row .col {
  padding: 70px 0px 55px 30px;
  position: relative;
}
.awardsArea .item .row .col span {
  font-weight: 700;
  display: block;
  position: relative;
}
.awardsArea .item .row .col span:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 13px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.awardsArea .item .row .col:nth-child(2) {
  color: #DD1427;
}
.awardsArea .item .row .col:nth-child(2) span {
  font-size: 36px;
}
.awardsArea .item .row .col:nth-child(2) span:before {
  background-color: #DD1427;
}
.awardsArea .item .row .col:nth-child(3) {
  padding-top: 75px;
}
.awardsArea .item .row .col:nth-child(3) span {
  font-size: 30px;
  margin-bottom: 20px;
}
.awardsArea .item .row .col:nth-child(3) p {
  font-size: 24px;
  width: 60%;
}
.awardsArea .item .row .col:nth-child(3) .awardsLogo {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.awardsArea .item:hover {
  background-color: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.awardsArea .item:hover .row .col {
  color: #fff;
  border: none;
}
.awardsArea .item:hover .row .col span:before {
  background-color: white;
}
.awardsArea .item:hover .row .col .awardsLogo {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*Awards End*/
/*Social Responsibility Start*/
.socialResponsibilityArea {
  padding-bottom: 0px !important;
}
.socialResponsibilityArea .socialResponsibility {
  position: relative;
  border-right: 1px solid #D5D8DC;
}
.socialResponsibilityArea .socialResponsibility .fullWidth {
  width: 100%;
}
.socialResponsibilityArea .socialResponsibility .row {
  padding-bottom: 280px;
}
.socialResponsibilityArea .socialResponsibility .row h2 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.socialResponsibilityArea .socialResponsibility .row.first {
  padding-top: 140px;
  align-items: flex-end;
}
.socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(1) {
  width: 66.8%;
}
.socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(1) .left {
  background-color: #F2F4F6;
  padding: 90px 150px 90px 100px;
}
.socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(2) {
  width: 33.2%;
}
.socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(2) .right {
  background-color: white;
  text-align: center;
  padding: 145px 0px;
}
.socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(2) .right img {
  display: inline;
}
.socialResponsibilityArea .socialResponsibility .row.second {
  justify-content: flex-end;
  align-items: flex-end;
}
.socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(1) {
  width: 33.4%;
}
.socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(1) .left img {
  width: 100%;
  display: block;
}
.socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(2) {
  width: 50%;
}
.socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(2) .right {
  background-color: #F2F4F6;
  padding: 90px 150px 90px 100px;
}
.socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(1) {
  width: 50%;
  position: relative;
  z-index: 2;
}
.socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(1) .left {
  background-color: #F2F4F6;
  padding: 90px 150px 90px 100px;
}
.socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(2) {
  width: 66.6%;
  margin-left: -16.6%;
  position: relative;
  z-index: 1;
}
.socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(2) .right img {
  width: 100%;
}

/*Social Responsibility End*/
/* Customer Services*/
.customerService {
  background: url(../images/img/musteri-hizmetleri-banner.jpg) no-repeat center 100px;
  background-size: cover;
  padding: 90px 0 180px;
  background-attachment: fixed;
  /*background-position: right;*/
}
.customerService .inner {
  width: 100%;
  max-width: 580px;
}
.customerService .inner h1 {
  font-size: 60px;
  color: #151D20;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.customerService .inner p {
  color: #8D98A1;
  font-size: 19px;
  line-height: 1.5;
}
.customerService .inner .info {
  width: 50%;
  float: left;
}
.customerService .inner .info span {
  display: block;
  font-size: 21px;
  color: #DD1427;
  letter-spacing: -0.53px;
  padding-bottom: 10px;
}
.customerService .inner .info strong, .customerService .inner .info a {
  color: #151D20;
  font-size: 21px;
  font-weight: bold;
}
.customerService .inner .info.phone {
  width: 100%;
  margin: 50px 0;
}
.customerService .inner .info.phone strong {
  font-size: 42px;
}

.authorizedServiceArea {
  margin-top: 60px !important;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService {
  display: flex;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col {
  font-size: 13px;
  color: #000;
  border: 1px solid #D5D8DC;
  padding: 25px 10px;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(1) {
  width: 6%;
  border-left: 0px;
  border-top: 0px;
  font-weight: 700;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(2) {
  width: 7.5%;
  border-left: 0px;
  border-top: 0px;
  color: #DD1427;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(3) {
  width: 12.5%;
  border-left: 0px;
  border-top: 0px;
  font-weight: 700;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(4) {
  width: 7.5%;
  border-left: 0px;
  border-top: 0px;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(5) {
  width: 7.5%;
  border-left: 0px;
  border-top: 0px;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(6) {
  width: 11.5%;
  border-left: 0px;
  border-top: 0px;
  word-wrap: break-word;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(7) {
  width: 20%;
  border-left: 0px;
  border-top: 0px;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(8) {
  width: 10%;
  border-left: 0px;
  border-top: 0px;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(9) {
  width: 10%;
  border-left: 0px;
  border-top: 0px;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(10) {
  width: 7.5%;
  border-right: 0px;
  border-top: 0px;
  border-left: 0px;
  /*letter-spacing:1.1px;line-height:1.3;font-weight:700;*/
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(10) a {
  color: #DD1427;
  position: relative;
  display: block;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(10) a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background: url(../images/icons/rightArrowRed.svg) no-repeat bottom left;
  bottom: -15px;
  left: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(10) a:hover:after {
  left: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col span {
  display: inline-block;
  border-bottom: 1px solid #D5D8DC;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService .col a {
  color: #000;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService.head {
  font-size: 14px;
  font-weight: 700;
  align-items: flex-end;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService.head .col {
  border: none;
  border-bottom: 1px solid #D5D8DC;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService.head .col:nth-child(2) {
  color: #000;
}
.authorizedServiceArea .authorizedServiceInner .authorizedService.head .col:last-child {
  color: #000 !important;
}

/*Authorized Service Select old*/
.authorizedServiceSelect {
  background-color: black;
  padding: 90px;
  display: flex;
  align-items: center;
  margin-top: -90px;
}
.authorizedServiceSelect h2 {
  width: 40%;
  font-size: 48px;
  font-weight: 700;
  color: white;
}
.authorizedServiceSelect h2 small {
  opacity: 70%;
  color: white;
  font-size: 20px;
  font-weight: 400;
  display: block;
}
.authorizedServiceSelect select, .authorizedServiceSelect button {
  width: 18%;
  margin: 0 1%;
  height: 55px;
  background-color: transparent;
  border: 1px solid #D5D8DC;
  letter-spacing: 1.4px;
}
.authorizedServiceSelect select {
  opacity: 70%;
  color: white;
  padding: 0 10px;
}
.authorizedServiceSelect select option {
  color: #151D20;
}
.authorizedServiceSelect button {
  border: 1px solid transparent;
  background-color: #DD1427;
  color: white;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.authorizedServiceSelect button:hover {
  background-color: white;
  color: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.serviceList h3 {
  font-size: 48px;
  color: #151D20;
  margin-bottom: 30px;
}
.serviceList h3 small {
  color: #8D98A1;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.serviceList ul {
  margin-bottom: 40px;
}
.serviceList ul li {
  display: flex;
  padding-bottom: 35px;
  align-items: flex-end;
  padding-top: 50px;
}
.serviceList ul li .col:nth-child(1) {
  width: 64%;
}
.serviceList ul li .col:nth-child(2) {
  width: 18%;
}
.serviceList ul li .col:nth-child(3) {
  width: 18%;
  text-align: right;
}
.serviceList ul li .col span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.serviceList ul li .col strong {
  font-size: 16px;
  font-weight: 400;
}
.serviceList ul li .col strong a {
  color: #151D20;
}

/**/
/* Customer Services*/
/* Press & Hr*/
.leftTitle {
  position: relative;
  z-index: 3;
}
.leftTitle .titleArea {
  background: #F2F4F6;
  padding: 90px 0;
  margin-left: -1px;
  height: 100%;
}
.leftTitle .titleArea h1 {
  margin-bottom: 20px;
  font-size: 40px !important;
  padding-right: 40px;
}
.leftTitle .titleArea small {
  font-size: 20px;
  color: #8D98A1;
  display: block;
  margin-bottom: 30px;
}
.leftTitle .titleArea a {
  display: block;
  margin-bottom: 20px;
  color: #151D20;
  font-size: 19px;
  font-weight: 700;
  padding-left: 50px;
}
.leftTitle .titleArea a.phone {
  background: url(../images/icons/phone-black.svg) no-repeat center left;
}
.leftTitle .titleArea a.mail {
  background: url(../images/icons/mail-black.svg) no-repeat center left;
}
.leftTitle .titleArea .socialMedia {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.leftTitle .titleArea .socialMedia a {
  margin-bottom: 0;
}
.leftTitle.mediaDetail .socialMedia a {
  color: #000;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid rgba(141, 152, 161, 0.3);
  margin-right: 6px;
  float: left;
  text-align: center;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0;
}
.leftTitle.mediaDetail .socialMedia a i {
  position: relative;
  font-size: 20px;
}
.leftTitle.mediaDetail .socialMedia a i.twitter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.leftTitle.mediaDetail .socialMedia a i.twitter svg {
  width: 20px;
  height: 20px;
}
.leftTitle.mediaDetail .socialMedia a i.twitter svg path {
  fill: #000;
}
.leftTitle.mediaDetail .socialMedia a:before {
  width: 0%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: #DD1427;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.leftTitle.mediaDetail .socialMedia a:hover i {
  color: #fff;
}
.leftTitle.mediaDetail .socialMedia a:hover i.twitter svg path {
  fill: #FFFFFF;
}
.leftTitle.mediaDetail .socialMedia a:hover:before {
  width: 100%;
}
.leftTitle.mediaDetail span.date {
  color: #333333;
  float: right;
  display: block;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  right: 40px;
  bottom: 38px;
}

.rightImg {
  margin-left: -12.5%;
  position: relative;
  z-index: 2;
  margin-top: 160px;
  background: url("../images/img/basin-iliskileri-banner.jpg") no-repeat center right;
  height: 700px;
  width: 100%;
  background-attachment: fixed;
  background-size: contain;
}
.rightImg.ikImg {
  background: url("../images/img/insan-kaynaklari-banner.jpg") no-repeat center right;
  background-attachment: fixed;
  background-size: contain;
}
.rightImg.newsImg {
  background: url("../images/img/bizden-haberler-banner.jpg") no-repeat center right;
  background-attachment: fixed;
  background-size: contain;
}
.rightImg.mediaDetailImg {
  background: none;
  margin-top: 120px;
}
.rightImg.mediaDetailImg .owl-nav {
  width: 100px;
  height: 50px;
  position: absolute;
  right: 2.5%;
  bottom: 50px;
  z-index: 5;
}
.rightImg.mediaDetailImg .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #000 !important;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
}
.rightImg.mediaDetailImg .owl-nav button.owl-prev {
  right: 12.5%;
}
.rightImg.mediaDetailImg .owl-nav button.owl-prev:before {
  content: "";
}
.rightImg.mediaDetailImg .owl-nav button.owl-next:before {
  content: "";
}
.rightImg.mediaDetailImg .owl-nav button:hover {
  background: #DD1427 !important;
}
.rightImg.mediaDetailImg .owl-nav.disabled {
  display: block !important;
}

.newsFromUsDetail {
  padding: 0 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.newsFromUsDetail.mediaDetailImg {
  background: none;
  margin-top: 40px;
}
.newsFromUsDetail.mediaDetailImg .owl-nav {
  width: 100px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.newsFromUsDetail.mediaDetailImg .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #000 !important;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
}
.newsFromUsDetail.mediaDetailImg .owl-nav button.owl-prev {
  right: 12.5%;
}
.newsFromUsDetail.mediaDetailImg .owl-nav button.owl-prev:before {
  content: "";
}
.newsFromUsDetail.mediaDetailImg .owl-nav button.owl-next:before {
  content: "";
}
.newsFromUsDetail.mediaDetailImg .owl-nav button:hover {
  background: #DD1427 !important;
}
.newsFromUsDetail.mediaDetailImg .owl-nav.disabled {
  display: block !important;
}

.contentSlider {
  margin-top: 200px;
}
.contentSlider .topArea {
  margin-bottom: 80px;
  width: 75%;
  margin: auto;
}
.contentSlider .topArea .inner {
  background-color: #F2F4F6;
  position: relative;
  width: 100%;
  padding: 70px 80px;
  display: flex;
  align-items: center;
}
.contentSlider .topArea .inner h2 {
  font-size: 38px;
  color: #151D20;
  font-weight: 700;
  width: 50%;
}
.contentSlider .topArea .inner select {
  width: 200px;
  border-color: #8D98A1;
  background-color: transparent;
  padding: 15px 10px;
}
.contentSlider .owl-nav {
  width: 100px;
  height: 50px;
  position: absolute;
  right: 20.5%;
  top: -150px;
}
.contentSlider .owl-nav button {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background: #000 !important;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
}
.contentSlider .owl-nav button.owl-prev {
  right: 12.5%;
}
.contentSlider .owl-nav button.owl-prev:before {
  content: "";
}
.contentSlider .owl-nav button.owl-next:before {
  content: "";
}
.contentSlider .owl-nav button:hover {
  background: #DD1427 !important;
}
.contentSlider .owl-nav.disabled {
  display: block !important;
}
.contentSlider .owl-carousel .item {
  padding-bottom: 100%;
  position: relative;
  border-left: 1px solid #D5D8DC;
}
.contentSlider .owl-carousel .item a {
  display: block;
  width: 100%;
  background-color: #F2F4F6;
  padding: 40px 40px 60px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contentSlider .owl-carousel .item a:hover {
  background: #fff;
}
.contentSlider .owl-carousel .item p {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.contentSlider .owl-carousel .item p strong {
  color: #151D20;
  font-size: 28px;
}
.contentSlider .owl-carousel .item p span {
  color: #DD1427;
  font-size: 17px;
  position: absolute;
  bottom: -18px;
  font-weight: 500;
  left: 0;
}
.contentSlider .owl-carousel .item p span small {
  display: block;
  font-weight: normal;
  font-size: 15px;
}
.contentSlider .owl-carousel.news a {
  padding: 0px;
  background: none;
  color: #000;
  background-color: #F2F4F6;
}
.contentSlider .owl-carousel.news a img {
  display: block;
}
.contentSlider .owl-carousel.news a p {
  padding: 30px;
}
.contentSlider .owl-carousel.news a p strong {
  font-size: 26px;
  height: 66px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.contentSlider .owl-carousel.news a .newsBtn {
  line-height: 50px;
  position: relative;
  text-align: center;
  background: #DD1427;
  width: 50%;
  height: 50px;
  color: #fff;
  display: block;
  z-index: 1;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.2px;
  left: initial;
  bottom: initial;
}
.contentSlider .owl-carousel.news a .newsBtn:before {
  width: 100%;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #DD1427;
  z-index: -1;
}
.contentSlider .owl-carousel.news a:hover {
  background-color: none;
}
.contentSlider .owl-carousel.news a:hover .newsBtn:before {
  background-color: #000;
}
.contentSlider .owl-carousel.news .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: 50px;
}
.contentSlider .owl-carousel.news .owl-dots .owl-dot {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border: 1px solid #D5D8DC;
}
.contentSlider .owl-carousel.news .owl-dots .owl-dot span {
  font-size: 16px;
  color: #000;
}
.contentSlider .owl-carousel.news .owl-dots .owl-dot:first-child {
  margin-left: 0px;
}
.contentSlider .owl-carousel.news .owl-dots .owl-dot.active {
  background-color: #DD1427;
  border: 1px solid #DD1427;
}
.contentSlider .owl-carousel.news .owl-dots .owl-dot.active span {
  color: #fff;
}
.contentSlider.hr .topArea {
  margin-bottom: -1px;
}
.contentSlider.hr .owl-carousel {
  background-color: #F2F4F6;
}
.contentSlider.hr .owl-carousel .item {
  padding-bottom: 70%;
  background-color: #F2F4F6;
}
.contentSlider.hr .owl-carousel .item p {
  padding: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contentSlider.hr .owl-carousel .item p strong {
  color: #DD1427;
  font-size: 36px;
  display: block;
}
.contentSlider.hr .owl-carousel .item p span {
  color: #151D20;
  padding: 50px;
  font-size: 21px;
  opacity: 0.8;
}

#haberler.contentSlider .owl-carousel .owl-nav {
  top: -122px;
}

.mediaTextArea {
  width: 74.8%;
  padding: 100px 0;
  margin: auto;
  position: relative;
  background-color: #F2F4F6;
}
.mediaTextArea p {
  padding: 0 60px;
  margin-bottom: 30px;
  font-size: 21px;
}

.visualLibrary {
  width: 75%;
  padding: 200px 0;
  margin: auto;
  position: relative;
}
.visualLibrary .caption {
  width: 83.3333333333%;
  border-top: 1px solid #D5D8DC;
  border-left: 1px solid #D5D8DC;
  font-size: 36px;
  letter-spacing: -1px;
  color: #151D20;
  padding: 60px;
  background: #F2F4F6;
  font-weight: bold;
}
.visualLibrary .links {
  width: 100%;
  border: 1px solid #D5D8DC;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.visualLibrary .links a {
  width: 50%;
  padding: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.6px;
}
.visualLibrary .links a span {
  display: block;
  padding-bottom: 20px;
}
.visualLibrary .links a small {
  font-size: 11px;
  letter-spacing: 0.8px;
  display: inline-block;
  background: url(../images/icons/downloadWhite.svg) no-repeat right center;
  background-size: auto 100%;
  padding-right: 30px;
}
.visualLibrary .links a:nth-child(1) {
  background: #222630;
}
.visualLibrary .links a:nth-child(2) {
  background: #DD1427;
}
.visualLibrary .links a.hrDoc {
  width: 100%;
  background: #DD1427;
}

.work-count-container {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.work-count-container > img {
  width: 100%;
  height: auto;
}
.work-count-container .work-text-container {
  position: absolute;
  left: 7.3%;
  bottom: 0;
  width: 85.4%;
  height: 68.33%;
}
.work-count-container .work-text-container .work-carousel-container {
  position: absolute;
  bottom: 0;
  width: 40%;
  height: 100%;
  z-index: 4;
}
.work-count-container .work-text-container .work-carousel-container .h50 {
  position: relative;
  height: 50%;
}
.work-count-container .work-text-container .work-carousel-container .work-desc-carousel-container {
  position: relative;
  height: 100%;
  background: #EE3439;
}
.work-count-container .work-text-container .work-carousel-container .work-desc-carousel {
  position: relative;
  left: 0;
  width: calc(400% + 85px);
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.work-count-container .work-text-container .work-carousel-container .work-desc-carousel .wd-item {
  float: left;
  width: auto;
  height: 100%;
  margin-right: 85px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.work-count-container .work-text-container .work-carousel-container .work-desc-carousel .wd-item.active {
  width: 25%;
}
.work-count-container .work-text-container .work-carousel-container .work-desc-carousel p {
  width: 100%;
  font-size: 13em;
  font-weight: 600;
  letter-spacing: -3px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-align: center;
}
.work-count-container .work-text-container .work-carousel-container .work-desc-carousel .owl-stage-outer {
  overflow: initial;
}
.work-count-container .work-text-container .work-carousel-container .work-text-carousel {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 55px;
  background: #ffffff;
  float: left;
}
.work-count-container .work-text-container .work-carousel-container .work-text-carousel h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 25px;
}
.work-count-container .work-text-container .work-carousel-container .work-text-carousel p {
  font-size: 1.25em;
  font-weight: 300;
  color: #333333;
}
.work-count-container .work-text-container .work-carousel-container .work-text-carousel-next {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
  overflow: hidden;
}
.work-count-container .work-text-container .work-carousel-container .work-text-carousel-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 1;
}
.work-count-container .work-text-container .work-carousel-container .work-text-carousel-next a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  z-index: 33;
}
.work-count-container .work-text-container .work-carousel-container .work-text-carousel-next a:before {
  width: 50px;
  height: 50px;
  background: #DD1427 url(../images/icons/rightArrowWhite.svg) no-repeat center;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

section.subPage.hrBottom {
  padding-top: 0;
}
section.subPage.hrBottom .pageContent {
  padding-top: 200px;
}

.workInIndex {
  width: 100%;
  position: relative;
}
.workInIndex .col {
  padding-bottom: 25%;
  position: relative;
  border: 1px solid #D5D8DC;
  border-right: none;
  background: #F2F4F6;
}
.workInIndex .wiItem {
  width: 100%;
  height: 100%;
  background: #F2F4F6;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.workInIndex .wiItem .imgContainer {
  display: block;
  padding: 0 0 50px 0;
}
.workInIndex .wiItem .imgContainer img {
  display: block;
  max-width: 90%;
  margin: auto;
}
.workInIndex .wiItem .textContainer {
  color: #151D20;
  font-size: 17px;
}
.workInIndex .wiItem .textContainer h3 {
  font-size: 21px;
  font-weight: 500;
}
.workInIndex .wiItem .textContainer p {
  padding: 20px 50px;
  opacity: 0;
  position: absolute;
}
.workInIndex .wiItem:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  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: "";
}
.workInIndex .wiItem:after {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.workInIndex .wiItem:hover {
  background: #fff;
  height: 110%;
}
.workInIndex .wiItem:hover:before {
  width: 100%;
  height: 100%;
  border-left: 10px solid #DD1427;
  border-top: 10px solid #DD1427;
}
.workInIndex .wiItem:hover:after {
  width: 100%;
  height: 100%;
  border-right: 10px solid #DD1427;
  border-bottom: 10px solid #DD1427;
}
.workInIndex .wiItem:hover .textContainer p {
  opacity: 1;
  position: relative;
}

.interview {
  position: relative;
  width: 75%;
  height: auto;
  padding-top: 200px;
  margin: auto;
}
.interview .index-calisan {
  position: relative;
  width: 71.35%;
  margin: 0 auto;
}
.interview .index-calisan-carousel .ic-item {
  position: relative;
  width: 100%;
}
.interview .index-calisan-carousel .ic-item img {
  display: block;
  width: 100%;
  height: auto;
}
.interview .index-calisan-carousel .ic-item .textContainer {
  position: absolute;
  right: 0;
  top: 100%;
  width: 50%;
  height: 100%;
  margin-top: -140px;
}
.interview .index-calisan-carousel .ic-item .textContainer .left, .interview .index-calisan-carousel .ic-item .textContainer .right {
  width: 33.33%;
  float: left;
}
.interview .index-calisan-carousel .ic-item .textContainer .left {
  background: #EE3439;
  height: 140px;
  padding: 20px;
}
.interview .index-calisan-carousel .ic-item .textContainer .left h3 {
  font-size: 1.25em;
  font-weight: 600;
  color: #ffffff;
  line-height: 120%;
}
.interview .index-calisan-carousel .ic-item .textContainer .left h4 {
  font-size: 1em;
  font-weight: 300;
  color: #ffffff;
}
.interview .index-calisan-carousel .ic-item .textContainer .right {
  width: 66.66%;
  background: #fff;
  padding: 60px;
}
.interview .index-calisan-carousel .ic-item .textContainer .right p {
  font-size: 17px;
  color: #151D20;
}
.interview .index-calisan-carousel .owl-stage-outer {
  padding-bottom: 260px;
}
.interview .index-calisan-carousel .owl-nav {
  position: absolute;
  right: 36%;
  bottom: 180px;
}
.interview .index-calisan-carousel .owl-nav .owl-prev, .interview .index-calisan-carousel .owl-nav .owl-next {
  position: relative;
  width: 50px;
  height: 50px;
  background: #181A1B;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.interview .index-calisan-carousel .owl-nav .owl-prev:before, .interview .index-calisan-carousel .owl-nav .owl-next:before {
  color: #fff;
}
.interview .index-calisan-carousel .owl-nav .owl-prev:hover, .interview .index-calisan-carousel .owl-nav .owl-next:hover {
  background: #DD1427;
}
.interview .index-calisan-carousel .owl-nav .owl-prev:before {
  content: "";
}
.interview .index-calisan-carousel .owl-nav .owl-next:before {
  content: "";
}
.interview .index-calisan-carousel .owl-dots {
  position: absolute;
  left: 0%;
  bottom: 180px;
}
.interview .index-calisan-carousel .owl-dots .owl-dot {
  width: 40px;
  height: 40px;
  border: solid 1px rgba(238, 52, 57, 0.3);
  color: #000;
  margin-left: 20px;
}
.interview .index-calisan-carousel .owl-dots .owl-dot.active {
  border: solid 1px #ee3439;
  background: #ee3439;
  color: #fff;
}
.interview .index-calisan-carousel .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.avaliablePositions {
  width: 75%;
  margin: auto;
}
.avaliablePositions .topArea {
  width: 83.333333%;
  margin: 0;
}
.avaliablePositions .topArea .inner {
  display: block !important;
}
.avaliablePositions .topArea h2 {
  width: 100% !important;
}
.avaliablePositions .topArea p {
  font-size: 21px;
  padding: 15px 0 40px;
}
.avaliablePositions .topArea p a {
  color: #151D20;
}
.avaliablePositions .bottom {
  margin: -1px -1px 0 0;
}
.avaliablePositions .owl-carousel {
  background-color: #F2F4F6;
  border: 1px solid #D5D8DC;
}
.avaliablePositions .owl-carousel .item {
  padding-bottom: 70%;
  background-color: #F2F4F6;
  border: none;
  border-right: 1px solid #D5D8DC;
}
.avaliablePositions .owl-carousel .item a {
  padding: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.avaliablePositions .owl-carousel .item a h3 {
  font-size: 30px;
  color: #151D20;
  letter-spacing: -0.75px;
}
.avaliablePositions .owl-carousel .item a h4 {
  font-size: 19px;
  color: #151D20;
  opacity: 0.8;
  font-weight: normal;
}
.avaliablePositions .owl-carousel .item a small {
  color: #DD1427;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
}

.applyForm {
  width: 100%;
  position: relative;
  padding: 200px 0 0;
}
.applyForm .left {
  width: 37.5%;
  float: left;
  border-top: 1px solid #D5D8DC;
  border-bottom: 1px solid #D5D8DC;
  padding: 70px 14% 70px 70px;
  color: #151D20;
  font-size: 21px;
  background: #F2F4F6;
}
.applyForm .left h2 {
  padding-bottom: 40px;
}
.applyForm .formArea {
  width: 62.5%;
  float: left;
  background: #F2F4F6;
  padding: 70px;
  margin: 0;
  border: 1px solid #D5D8DC;
}
.applyForm:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}

/* Press & Hr*/
/* Contact */
.formArea {
  padding-right: 20%;
  margin-top: 70px;
}
.formArea input, .formArea textarea, .formArea button {
  width: 100%;
  padding: 25px 20px;
  height: 100%;
  border: 1px solid #D5D8DC;
  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;
}
.formArea input:focus, .formArea textarea:focus, .formArea button:focus {
  border: 1px solid #151D20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formArea .form-label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  letter-spacing: 1.1px;
  transition: all 0.5s ease-in-out 0s;
}
.formArea .form-label.formLabel {
  top: 15px;
  font-size: 10px;
  color: black;
  left: 0px;
  color: #DD1427;
  left: 20px;
}
.formArea button {
  background-color: #DD1427;
  color: white;
  font-weight: 700;
  letter-spacing: 1.2px;
  cursor: pointer;
  border: 1px solid transparent;
}
.formArea button:focus {
  border: 1px solid transparent;
}
.formArea .row {
  justify-content: space-between;
  margin-bottom: 4%;
}
.formArea .row .col.col-4 {
  width: 48%;
  position: relative;
}
.formArea .row .col.col-8 {
  position: relative;
}
.formArea .captcha {
  position: relative;
}
.formArea .captcha img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 150px;
}
.formArea .captcha input {
  padding-left: 170px;
}
.formArea .kvkk {
  margin: 15px 0px;
}
.formArea .kvkk:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.formArea input[type=checkbox] {
  display: none;
  appearance: none;
}
.formArea input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #151D20;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  cursor: default;
}
.formArea input[type=checkbox] + label a {
  color: #151D20;
  font-weight: bold;
}
.formArea input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #D5D8DC;
  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: #151D20;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.formArea input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.formArea .uploadFile {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.formArea .uploadFile label {
  width: 100%;
  height: 100%;
  background: rgba(24, 26, 27, 0.1);
  display: block;
  padding: 0 25px;
  color: #151D20;
  line-height: 68px;
}
.formArea .uploadFile label em {
  float: right;
  background: url(../images/icons/download.svg) no-repeat left center;
  padding-left: 25px;
}
.formArea .uploadFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.formArea p.formNote {
  font-size: 12px;
  padding-bottom: 15px;
}
.formArea p.formNote a {
  color: #DD1427;
  text-decoration: underline;
}

a.red {
  color: #DD1427;
  font-weight: bold;
  text-decoration: underline;
}

.contactInfoArea {
  position: relative;
  width: 90.2%;
}
.contactInfoArea .mapArea {
  display: flex;
  align-items: center;
  border: 1px solid #D5D8DC;
  padding-left: 90px;
  border-left: none;
}
.contactInfoArea .mapArea .col {
  width: 50%;
}
.contactInfoArea .mapArea .col.info div {
  margin-bottom: 20px;
}
.contactInfoArea .mapArea .col.info div p {
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 0px !important;
}
.contactInfoArea .mapArea .col.info div p a {
  color: #151D20;
}
.contactInfoArea .mapArea .col.map {
  border-left: 1px solid #D5D8DC;
  position: relative;
  padding-bottom: 50%;
}
.contactInfoArea .mapArea .col.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contactInfoArea .mapArea .col:nth-child(1) {
  padding-right: 100px;
}
.contactInfoArea .mapArea small {
  color: #DD1427;
}
.contactInfoArea .infoArea {
  border-bottom: 1px solid #D5D8DC;
  border-right: 1px solid #D5D8DC;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contactInfoArea .infoArea:hover {
  background-color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contactInfoArea .infoArea:hover .firstRow .mapLink {
  color: #DD1427;
}
.contactInfoArea .infoArea:hover .firstRow .mapLink:after {
  background: url(../images/icons/downArrowRed.svg) no-repeat;
}
.contactInfoArea .infoArea .firstRow {
  display: flex;
  justify-content: space-between;
}
.contactInfoArea .infoArea .firstRow .mapLink {
  color: #151D20;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
}
.contactInfoArea .infoArea .firstRow .mapLink:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/icons/downArrowBlack.svg) no-repeat;
  right: 0px;
  top: -1px;
  transform: rotate(-90deg);
}
.contactInfoArea .infoArea .row {
  margin-top: 70px;
}
.contactInfoArea .infoArea p a {
  color: #151D20;
  font-weight: bold;
}
.contactInfoArea .infoArea small {
  color: #DD1427;
}

.nTitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}

.listNumb {
  margin-bottom: 100px;
}
.listNumb li {
  font-size: 18px;
  margin-bottom: 15px;
}
.listNumb li:last-child {
  margin-bottom: 0px;
}

.listDots li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 15px;
}
.listDots li:before {
  content: "";
  position: absolute;
  background-color: #151D20;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: 0px;
  top: 12px;
}
.listDots li:last-child {
  margin-bottom: 0px;
}

/* Contact */
@media screen and (max-width: 1730px) {
  section.subPage .pageInner.boxedImg .box {
    padding: 25px;
    font-size: 21px;
  }
  section.subPage .pageInner.boxedImg .box div strong {
    font-size: 40px;
    letter-spacing: -3.5px;
  }
  section.subPage .pageInner.boxedImg .box div img {
    width: 20%;
  }
}
@media screen and (max-width: 1680px) {
  header a.logo {
    margin-right: 0;
  }
  header .subMenu {
    width: 540px;
  }
  header .subMenu ul {
    padding: 40px;
  }
  header .subMenu.medya, header .subMenu.iletisim {
    left: -280px;
  }
  header .right a {
    font-size: 10px;
  }
  header .right a.lang {
    margin-left: 10px;
  }

  header nav ul li a {
    padding: 50px 10px;
    font-size: 14px;
  }

  section.mainSlider .item .caption {
    font-size: 48px;
    letter-spacing: -1px;
    top: 40%;
  }
  section.mainSlider .item .desc {
    padding: 30px;
  }
  section.mainSlider .item .desc strong {
    font-size: 20px;
  }
  section.mainSlider .item .desc strong img {
    max-width: 90px;
  }
  section.mainSlider .item .desc span {
    font-size: 18px;
    padding-left: 20px;
  }

  section.mainNewsSlider .content {
    padding: 50px 0px 50px 50px;
  }
  section.mainNewsSlider .content .row .col.col-30 .img {
    object-fit: fill;
  }

  .products.subBrands #mainProductSlider .owl-item .item .productText div {
    padding: 40px;
  }
  .products.subBrands #mainProductSlider .owl-item .item .productText .productBrands .col-2 {
    padding: 20px 0;
  }
  .products.subBrands #mainProductSlider .owl-item .item .productText .productBrands .col-2 a img {
    max-width: 60%;
    max-height: 40px;
  }

  .products.subBrands .productsNav {
    top: 40px;
    right: 40px;
  }

  section.subPage .tableArea .table .row.contactTable .col:nth-child(1) {
    width: 30%;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(2) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(3) {
    width: 25%;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(4) {
    width: 25%;
  }

  section.subPage .investor-relations-content .top .left, section.subPage .investor-relations-content .top .right {
    padding-top: 30px;
  }

  .contentSlider .owl-carousel.news a {
    padding: 0px 0px 0px 0px !important;
  }
  .contentSlider .owl-carousel.news a p {
    padding: 20px;
  }
  .contentSlider .owl-carousel.news a p strong {
    font-size: 18px;
    margin-bottom: 10px;
    height: 46px;
  }
}
@media screen and (max-width: 1540px) {
  .pad {
    padding: 50px;
  }

  section.subPage .tableArea {
    padding-left: 50px;
  }

  header nav ul li a {
    padding: 50px 8px;
    font-size: 13px;
  }

  .brands .row .redBox p {
    font-size: 20px;
  }
  .brands .row .whiteBox strong {
    font-size: 39px;
  }

  section.subPage .sideMenu {
    padding: 50px 50px 0 0;
  }
  section.subPage .sideMenu h2 {
    padding-bottom: 20px;
  }
  section.subPage .sideMenu ul li a {
    padding: 4px 0;
  }
  section.subPage .pageInner.pad {
    padding: 50px;
  }
  section.subPage .pageInner.boxedImg .box {
    padding: 25px;
    font-size: 21px;
  }
  section.subPage .pageInner.boxedImg .box div strong {
    font-size: 30px;
    letter-spacing: -3.5px;
  }
  section.subPage .pageInner.boxedImg .box div img {
    width: 20%;
  }
  section.subPage .pageInner.boxedImg .redBox {
    padding-top: 4%;
    font-size: 20px;
  }
  section.subPage .pageInner.boxedImg .redBox strong {
    font-size: 36px;
  }
  section.subPage .pageInner.boxedImg .whiteBox {
    font-size: 20px;
  }
  section.subPage .pageInner.boxedImg .whiteBox strong {
    font-size: 36px;
  }

  .chairMan .rowSixCol .col-2 a.boardCaption {
    padding: 35px;
  }
  .chairMan .rowSixCol .col-1 a {
    height: 25%;
    width: 100%;
    display: block;
    position: relative;
    top: 75%;
    background: #DD1427;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding-top: 10%;
  }

  section.subPage .tableArea .table .row.contactTable .col:nth-child(3) a {
    font-size: 14px;
  }

  section.subPage .tableArea .table .row.contactTable .col:nth-child(4) a {
    font-size: 14px;
  }

  .authorizedServiceSelect {
    padding: 45px;
  }

  .contentSlider.hr .owl-carousel .item p {
    padding: 25px;
  }
  .contentSlider.hr .owl-carousel .item p span {
    padding: 25px;
    font-size: 16px;
  }

  .workInIndex .wiItem .textContainer p {
    font-size: 14px;
    padding: 20px;
  }
  .workInIndex .wiItem:hover {
    height: 130%;
  }

  .work-count-container .work-text-container .work-carousel-container .work-desc-carousel p {
    font-size: 9em !important;
  }
  .work-count-container .work-text-container .work-carousel-container .work-text-carousel h3 {
    margin-bottom: 10px;
  }
  .work-count-container .work-text-container .work-carousel-container .work-text-carousel p {
    font-size: 1.15em;
  }

  .interview .index-calisan-carousel .ic-item .textContainer {
    margin-top: -100px;
  }
  .interview .index-calisan-carousel .ic-item .textContainer .left {
    height: 100px;
    padding: 10px;
  }
  .interview .index-calisan-carousel .ic-item .textContainer .left h3 {
    font-size: 16px;
  }
  .interview .index-calisan-carousel .ic-item .textContainer .left h4 {
    font-size: 13px;
  }
  .interview .index-calisan-carousel .ic-item .textContainer .right {
    padding: 25px;
  }
  .interview .index-calisan-carousel .ic-item .textContainer .right p {
    font-size: 12px;
  }
  .interview .index-calisan-carousel .owl-nav .owl-prev, .interview .index-calisan-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .interview .index-calisan-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }

  .avaliablePositions .owl-carousel .item a {
    padding: 25px;
  }
  .avaliablePositions .owl-carousel .item a h3 {
    font-size: 22px;
  }
  .avaliablePositions .owl-carousel .item a small {
    font-size: 13px;
  }

  .contentSlider .owl-carousel .item a {
    padding: 25px;
  }
  .contentSlider .owl-carousel .item p strong {
    font-size: 24px;
  }

  .contactInfoArea .mapArea {
    padding-left: 50px;
  }
  .contactInfoArea .mapArea h2 {
    font-size: 20px;
  }
  .contactInfoArea .mapArea .col.info div {
    margin-bottom: 10px;
  }
  .contactInfoArea .mapArea .col.info div p {
    font-size: 14px;
  }
  .contactInfoArea .mapArea .col.map {
    padding-bottom: 60%;
  }

  .products .left {
    padding: 50px;
  }
  .products .left h2 {
    font-size: 50px;
  }
  .products .left .productsNav {
    left: 50px;
    bottom: 50px;
  }
  .products .mainProductThumbs a {
    padding: 17px;
    font-size: 14px;
  }

  section.mainPartner .content h2 {
    font-size: 28px;
  }
  section.mainPartner .content p {
    font-size: 16px;
  }

  .brands .left h2 {
    font-size: 50px;
  }

  section.mainCorporate .newsSlider .newsIcon {
    width: 40%;
  }
  section.mainCorporate .newsSlider .item a p strong {
    font-size: 26px;
  }
  section.mainCorporate .newsSlider a.arrowBtn {
    bottom: 50px;
    left: 130px;
  }
  section.mainCorporate .newsSlider .owl-dots {
    left: 150%;
    width: 100px;
  }
  section.mainCorporate .priceSlider {
    padding: 50px;
  }
  section.mainCorporate .priceSlider .item .priceItem span {
    font-size: 18px;
  }
  section.mainCorporate .hrLink {
    padding: 50px;
  }
  section.mainCorporate .hrLink .hrLinkInner {
    justify-content: space-between;
  }
  section.mainCorporate .hrLink .hrLinkInner strong {
    font-size: 18px;
    max-width: 200px;
  }
  section.mainCorporate .hrLink .hrLinkInner a {
    margin-left: 0;
  }

  .work-count-container .work-text-container {
    width: 92%;
    left: 4%;
  }
  .work-count-container .work-text-container .work-carousel-container .work-text-carousel {
    padding: 40px;
  }
  .work-count-container .work-text-container .work-carousel-container .work-desc-carousel p {
    font-size: 10em;
  }

  section.mainNewsSlider .content .row .col.col-30 .img {
    object-fit: contain;
  }
  section.mainNewsSlider .content .row .col.col-30 .video {
    width: 100%;
  }

  section.subPage .breadCrumb {
    margin-bottom: 30px;
  }

  .leftTitle .titleArea h1 {
    font-size: 34px !important;
  }

  footer .copyRight {
    justify-content: space-between;
  }
  footer .copyRight a.logoIndexGrup {
    margin-left: 0px;
  }
  footer .copyRight a.logoIndexGrup:before {
    left: -15px;
  }
  footer .copyRight p {
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .contentSlider .owl-carousel .item {
    padding-top: 10%;
  }

  .contentSlider .owl-carousel.news a p strong {
    font-size: 18px;
    height: 46px;
  }

  .contentSlider .owl-carousel.news a .newsBtn {
    height: 46px;
    line-height: 46px;
  }

  .contentSlider .owl-carousel.news a .newsBtn:before {
    height: 46px;
  }

  .contentSlider .owl-carousel .item p strong {
    font-size: 24px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }

  section.subPage .breadCrumb {
    margin-bottom: 30px;
  }

  .leftTitle .titleArea h1 {
    font-size: 30px !important;
  }

  header .logos a.logo {
    width: 80px;
  }
  header .logos a.logoIndexGrup {
    width: 100px;
  }
  header nav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  .leftTitle .titleArea h1 {
    font-size: 26px !important;
  }

  footer .copyRight {
    justify-content: start;
  }
  footer .copyRight a.logoIndexGrup {
    margin-left: 30px;
  }
  footer .copyRight a.logoIndexGrup:before {
    left: -15px;
  }
}
@media screen and (max-width: 1280px) {
  .contentSlider .owl-carousel.news a p {
    padding: 15px;
  }

  .contentSlider .owl-carousel.news a .newsBtn {
    height: 42px;
    line-height: 42px;
  }

  .contentSlider .owl-carousel.news a .newsBtn:before {
    height: 42px;
  }
}
@media screen and (max-width: 1050px) {
  .contentSlider .owl-carousel .item p strong {
    font-size: 18px;
  }

  .contentSlider .owl-carousel .item a {
    padding: 25px 25px 70px;
  }

  .leftTitle .titleArea h1 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 780px) {
  section {
    margin: 60px 0;
  }

  .pad {
    padding: 25px;
  }

  header {
    background: #fff;
  }
  header .mobileTools, header .mobileLinks {
    display: block;
  }
  header nav {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    background: #fff;
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
    height: calc(100vh - 66px);
  }
  header nav ul {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 50px;
  }
  header nav ul li {
    display: block;
    position: inherit;
  }
  header nav ul li a {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
  }
  header nav ul li.hasSub a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
  }
  header nav ul li.hasSub:after {
    display: none;
  }
  header nav ul li .subMenu {
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    left: 100%;
  }
  header nav ul li .subMenu a.mobileBack {
    display: block;
  }
  header nav ul li .subMenu ul {
    width: 100%;
  }
  header nav ul li .subMenu ul li a {
    font-size: 16px;
  }
  header nav ul li .subMenu:after {
    display: none;
  }
  header nav ul li .subMenu.medya, header nav ul li .subMenu.iletisim {
    left: 100%;
  }
  header .right {
    display: none;
  }
  header a.logo {
    width: 82px;
    height: 45px;
    margin-left: 25px;
  }
  header .content {
    width: 100%;
    padding: 10px 0;
  }

  section.mainSlider .content {
    width: 100%;
  }
  section.mainSlider a.scroll {
    display: none;
  }
  section.mainSlider .item .caption {
    font-size: 30px;
    top: 50%;
  }
  section.mainSlider .item .desc {
    width: 100%;
    left: 0;
    padding: 25px;
  }
  section.mainSlider .item .desc strong {
    font-size: 12px;
    width: 30%;
  }
  section.mainSlider .item .desc strong img {
    max-width: 50px;
  }
  section.mainSlider .item .desc span {
    font-size: 12px;
    width: 70%;
  }
  section.mainSlider .item .desc a.arrowBtn {
    width: 170px;
  }
  section.mainSlider .active .item .caption {
    left: 25px;
  }
  section.mainSlider .owl-dots {
    left: 25px;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    width: 80%;
    top: auto;
    bottom: 120px;
    padding: 0;
  }
  section.mainSlider .owl-dots .owl-dot {
    width: 28px;
    line-height: 28px;
    float: left;
  }
  section.mainSlider .owl-nav {
    height: 40px;
    bottom: 120px;
    z-index: 5;
    right: 25px;
  }
  section.mainSlider .owl-nav button {
    background-color: transparent !important;
  }

  section.mainNewsSlider .content {
    padding: 25px 25px 100px 25px;
  }
  section.mainNewsSlider .content .row .col {
    width: 100%;
  }
  section.mainNewsSlider .content .row .col.col-70 {
    z-index: 2;
  }
  section.mainNewsSlider .content .row .col.col-30 {
    z-index: 1;
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
  }
  section.mainNewsSlider .content .row .col.col-30 .img {
    opacity: 0.3;
    height: auto;
  }
  section.mainNewsSlider .content .row .col.col-30 .video {
    display: none;
  }
  section.mainNewsSlider .content .top {
    width: 100%;
    margin-bottom: 30px;
  }
  section.mainNewsSlider .content .top .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  section.mainNewsSlider .content .top small {
    font-size: 15px;
  }
  section.mainNewsSlider .content .bottom {
    width: 100%;
    padding-bottom: 25px;
  }
  section.mainNewsSlider .content .bottom .item a p strong {
    font-size: 20px;
  }
  section.mainNewsSlider .content .bottom .item a p small {
    font-size: 14px;
  }
  section.mainNewsSlider .content .bottom a.arrowBtn {
    width: 100%;
    bottom: -50px;
    left: 0px;
  }

  .products {
    padding: 40px 0 0;
  }
  .products .left {
    padding: 0;
  }
  .products .left h2 {
    font-size: 24px;
  }
  .products .left h2 br {
    display: none;
  }
  .products .left p {
    font-size: 13px;
  }
  .products .left .productsNav {
    left: 0;
    bottom: -160px;
    width: 100%;
    z-index: 5;
  }
  .products .left .productsNav a {
    width: 50px;
    background: none;
    color: #181A1B;
    text-align: left;
    font-size: 20px;
  }
  .products .left .productsNav a.next {
    float: right;
    text-align: right;
  }
  .products .row .col.col-4 {
    width: 100%;
    border: none;
  }
  .products #mainProductSlider h2 {
    display: block;
  }
  .products .mainProductThumbs .col-1 {
    width: 16.6%;
    border-top: 1px solid #D5D8DC;
    border-bottom: 1px solid #D5D8DC;
  }
  .products .mainProductThumbs .col-1 a {
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .products .mainProductThumbs .col-1 a svg {
    width: 90%;
  }
  .products .mainProductThumbs .col-1 a span {
    display: none;
  }
  .products .mainProductThumbs .col-1:nth-child(6) {
    border-right: 1px solid #D5D8DC;
  }
  .products .mainProductThumbs .col-2 {
    width: 100%;
    margin-top: 25px;
  }
  .products .mainProductThumbs .col-2 a span {
    padding: 15px 40px 15px 0;
  }

  section.mainPartner img {
    width: 80%;
    top: 55%;
  }
  section.mainPartner .content p {
    padding: 25px 0;
  }
  section.mainPartner .content p br {
    display: none;
  }
  section.mainPartner .content:before {
    width: 100%;
    height: 70%;
    background: url(../images/img/partnerMobile.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  section.mainPartner .row .col.col-3 {
    width: 100%;
  }
  section.mainPartner .row .col.col-3:nth-child(1) {
    margin-bottom: 130px;
  }
  section.mainPartner .row .col.col-3:nth-child(2) {
    margin-top: 50px;
  }

  .brands .left {
    border-right: 1px solid #D5D8DC;
    padding: 25px;
  }
  .brands .left h2 {
    font-size: 24px;
  }
  .brands .row .col-4 {
    width: 100%;
    margin-top: 0 !important;
  }
  .brands .row .col-4 .row {
    border-left: 1px solid #D5D8DC;
  }
  .brands .row .col-2 {
    background: #F2F4F6;
    border-right: 1px solid #D5D8DC;
    border-bottom: 1px solid #D5D8DC;
  }
  .brands .row .col-1 {
    width: 25%;
    background: #F2F4F6;
    border-right: 1px solid #D5D8DC;
    border-bottom: 1px solid #D5D8DC;
  }
  .brands .row .col-1:nth-child(5) {
    border-left: 1px solid #D5D8DC;
  }
  .brands .row a {
    padding: 25px 0;
    border-bottom: 0;
  }
  .brands .row a img {
    width: 80%;
    max-height: 30px;
  }
  .brands .row .redBox {
    margin: 0;
    height: 100%;
    font-size: 12px;
  }
  .brands .row .redBox span {
    font-size: 16px;
  }
  .brands .row .redBox p {
    font-size: 14px;
  }
  .brands .row .whiteBox {
    width: 100%;
    height: 100%;
    font-size: 12px;
  }
  .brands .row .whiteBox strong {
    font-size: 19px;
    letter-spacing: -1px;
  }

  section.mainCorporate .newsSlider .owl-carousel {
    width: 65%;
  }
  section.mainCorporate .newsSlider h2 {
    padding-bottom: 20px;
    font-size: 14px;
  }
  section.mainCorporate .newsSlider .owl-carousel {
    padding-top: 50px;
  }
  section.mainCorporate .newsSlider .newsIcon {
    width: 30%;
  }
  section.mainCorporate .newsSlider .owl-dots {
    left: auto;
    left: 80px;
  }
  section.mainCorporate .newsSlider .item a p strong {
    font-size: 20px;
  }
  section.mainCorporate .newsSlider .item a span.more {
    bottom: -30px;
  }
  section.mainCorporate .newsSlider a.arrowBtn {
    position: relative;
    left: auto;
    bottom: auto;
    float: none;
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  section.mainCorporate .row {
    display: block;
  }
  section.mainCorporate .row .col-4 {
    width: 100%;
  }
  section.mainCorporate .priceSlider {
    padding: 25px;
    background-size: 60% auto;
    background-position: 120% center;
  }
  section.mainCorporate .priceSlider a.red {
    display: block;
    float: none;
  }
  section.mainCorporate .priceSlider #priceSlider {
    width: 70%;
  }
  section.mainCorporate .hrLink {
    padding: 25px;
  }
  section.mainCorporate .hrLink .hrLinkInner a {
    margin-top: 20px;
  }

  section.mainBottom .row .col {
    width: 100% !important;
  }
  section.mainBottom .it {
    background: url(../images/img/itMobile.jpg) no-repeat top center;
    background-size: 100% auto;
  }
  section.mainBottom .it h2 {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  section.mainBottom .it p {
    font-size: 13px;
    padding-bottom: 150px;
  }
  section.mainBottom .announcementSlider h2 {
    font-size: 14px;
  }
  section.mainBottom .announcementSlider h3 {
    font-size: 24px;
  }
  section.mainBottom .announcementSlider .item p {
    font-size: 18px;
  }
  section.mainBottom .announcementSlider .owl-nav {
    left: auto;
    right: 0;
  }

  .announcementSlider a.arrowBtn {
    width: 50%;
  }

  footer .left {
    width: 100%;
    padding: 25px;
    border-right: none;
  }
  footer .left .footerNav {
    display: none;
  }
  footer .copyRight {
    padding: 0;
  }
  footer .copyRight p {
    margin: 0;
  }
  footer .right {
    width: 100%;
    padding: 25px;
  }
  footer .callCenter {
    display: none;
  }
  footer .social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
  }
  footer .fRow .captcha img {
    width: 75px;
  }
  footer .fRow .captcha input {
    padding-left: 80px !important;
  }

  .cvWrapper {
    padding: 20px !important;
    width: 95%;
  }
  .cvWrapper .cvContent .cvImg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 20px;
  }
  .cvWrapper .cvContent .cvImg .img {
    width: 50%;
    padding-bottom: 50%;
    margin: 0 auto 50px auto;
  }
  .cvWrapper .cvContent .cvText {
    width: 100%;
    float: none;
    padding: 0px;
    max-height: inherit;
  }
  .cvWrapper .cvContent .cvText p {
    font-size: 16px;
    text-align: justify;
  }

  section.subPage {
    padding-top: 66px;
  }
  section.subPage .sideMenu {
    display: none;
  }
  section.subPage .sideMenu + .pageContent {
    width: 100%;
    border: none;
  }
  section.subPage .pageInner {
    width: 100%;
    padding: 0;
    font-size: 17px;
  }
  section.subPage .pageInner.pad {
    padding: 0;
  }
  section.subPage .pageInner.boxedImg {
    padding: 0;
    margin-bottom: 150px;
  }
  section.subPage .pageInner.boxedImg.w100 {
    margin-bottom: 40px;
  }
  section.subPage .pageInner.boxedImg .box {
    width: 50%;
  }
  section.subPage .pageInner.boxedImg .box.b1 {
    position: relative;
    float: left;
  }
  section.subPage .pageInner.boxedImg .box.b2 {
    position: relative;
    float: left;
  }
  section.subPage .pageInner.boxedImg .box div {
    font-size: 11px;
    letter-spacing: 0;
  }
  section.subPage .pageInner.boxedImg .box div strong {
    font-size: 21px;
  }
  section.subPage .pageInner.boxedImg .box div strong span {
    font-size: 21px;
    letter-spacing: -1.5px;
  }
  section.subPage .pageInner.boxedImg .box div img {
    position: relative;
    display: block;
    height: 25px;
    float: right;
  }
  section.subPage .pageInner.boxedImg .boxSmall {
    width: 25%;
  }
  section.subPage .pageInner.boxedImg .boxSmall.b3, section.subPage .pageInner.boxedImg .boxSmall.b4, section.subPage .pageInner.boxedImg .boxSmall.b6 {
    display: none;
  }
  section.subPage .pageInner.boxedImg .boxSmall.b5 {
    top: 100%;
    left: 25%;
  }
  section.subPage .pageInner.boxedImg .boxSmall.b7 {
    top: 100%;
  }
  section.subPage .pageInner.boxedImg .whiteBox {
    width: 25%;
    top: 80%;
    left: 50%;
    font-size: 10px;
  }
  section.subPage .pageInner.boxedImg .whiteBox strong {
    font-size: 15px;
    letter-spacing: -1px;
  }
  section.subPage .pageInner.boxedImg .redBox {
    width: 25%;
    top: 60%;
    left: 75%;
    font-size: 10px;
  }
  section.subPage .pageInner.boxedImg .redBox strong {
    font-size: 23px;
    letter-spacing: -1px;
  }
  section.subPage .pageInner.boxedImg .visionBox {
    width: 60%;
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 0 0 20px 0;
  }
  section.subPage .pageInner.boxedImg .visionBox img {
    float: left;
    margin: 0 20px 0 0;
    height: 30px;
  }
  section.subPage .pageInner .sTitle {
    font-size: 20px;
  }
  section.subPage .pageInner .sTitle.corpManagement {
    margin-bottom: 50px;
  }
  section.subPage .pageInner .signature {
    margin-bottom: 150px;
  }
  section.subPage .breadCrumb {
    margin-bottom: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #D5D8DC;
  }
  section.subPage .pageContent {
    width: 100%;
    padding: 0 25px;
  }
  section.subPage .pageContent h1 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  section.subPage .pageContent.pb {
    padding-bottom: 70px;
  }
  section.subPage .fullContent {
    padding-top: 0;
  }
  section.subPage .tableArea {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  section.subPage .tableArea h3 {
    font-size: 30px;
  }
  section.subPage .tableArea .table .row .download {
    float: right;
  }
  section.subPage .tableArea .table .row.polDoc .col:nth-child(1) {
    width: 100%;
    font-size: 20px;
  }
  section.subPage .tableArea .table .row.polDoc .col:nth-child(2) {
    width: 100%;
  }
  section.subPage .tableArea .table .row.partnershipStructureTable {
    font-size: 10px;
  }
  section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(1) {
    width: 25%;
    padding-right: 5px;
  }
  section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(2) {
    width: 15%;
  }
  section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(3) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(4) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.partnershipStructureTable .col:nth-child(5) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.contactTable {
    font-size: 12px;
  }
  section.subPage .tableArea .table .row.contactTable .col {
    word-break: break-all;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(1) {
    width: 30%;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(2) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(3) {
    width: 25%;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(4) {
    width: 25%;
  }
  section.subPage .tableArea .table .row.subsidiariesTable {
    font-size: 11px;
  }
  section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(1) {
    width: 30%;
    padding-right: 5px;
  }
  section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(2) {
    width: 30%;
  }
  section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(3) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.subsidiariesTable .col:nth-child(4) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.investorPres .col:nth-child(1) {
    width: 80%;
  }
  section.subPage .tableArea .table .row.investorPres .col:nth-child(2) {
    width: 20%;
  }
  section.subPage .tableArea .table .row.activityReports .col:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  section.subPage .tableArea .table .row.activityReports .col:nth-child(2) {
    width: 50%;
  }
  section.subPage .tableArea .table .row.activityReports .col:nth-child(3) {
    width: 50%;
  }
  section.subPage .tableArea .table .row.finData .col:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  section.subPage .tableArea .table .row.finData .col:nth-child(2) {
    width: 50%;
  }
  section.subPage .tableArea .table .row.finData .col:nth-child(3) {
    width: 50%;
  }
  section.subPage .tableArea .table .row.contactTable.redHead {
    display: none;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(1) {
    width: 100%;
    font-size: 16px;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(2) {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(3) {
    width: 50%;
  }
  section.subPage .tableArea .table .row.contactTable .col:nth-child(4) {
    width: 50%;
    text-align: right;
  }
  section.subPage .tableArea.sss .toggle {
    font-size: 16px;
    padding-right: 25px;
  }
  section.subPage .tableArea.sss .toggle:before {
    right: 0;
  }
  section.subPage .tableArea.sss .toggleContent {
    padding-right: 0;
  }
  section.subPage .tableArea h2 {
    font-size: 20px;
    margin-top: 15px;
  }
  section.subPage.hrBottom .pageContent {
    padding-top: 70px;
  }
  section.subPage .investor-relations-content {
    width: 100%;
  }
  section.subPage .investor-relations-content .top-item {
    margin: 0 0 25px 0;
  }
  section.subPage .investor-relations-content .top, section.subPage .investor-relations-content .bottom {
    width: 100%;
    display: block !important;
  }
  section.subPage .investor-relations-content .top .left, section.subPage .investor-relations-content .top .right, section.subPage .investor-relations-content .bottom .left, section.subPage .investor-relations-content .bottom .right {
    width: 100%;
    padding: 25px;
  }
  section.subPage .investor-relations-content .top .left > div, section.subPage .investor-relations-content .top .right > div {
    padding: 0 0px;
  }
  section.subPage .investor-relations-content .top .right img {
    width: 100%;
    height: auto;
  }
  section.subPage .investor-relations-content .bottom .left {
    padding: 0;
  }
  section.subPage .investor-relations-content .bottom .left .bottom-item {
    padding: 50px 25px;
  }
  section.subPage .investor-relations-content .bottom .left .bottom-item.dFlex {
    justify-content: center;
  }
  section.subPage .investor-relations-content .bottom .left > div:first-child h2 {
    position: relative;
  }
  section.subPage .investor-relations-content .bottom .right {
    padding: 0;
  }
  section.subPage .investor-relations-content .bottom .right .inner {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  section.subPage .investor-relations-content .bottom .right .bottom-item:nth-child(2) {
    padding: 50px 25px;
  }
  section.subPage .investor-relations-content .top-item > div p {
    font-size: 16px;
  }
  section.subPage .investor-relations-content .top-item > div span {
    font-size: 14px;
  }
  section.subPage .investor-relations-content .bottom-item .bottom-item-left {
    padding: 50px 25px;
  }
  section.subPage .investor-relations-content .bottom-item .bottom-item-right {
    padding: 50px 25px;
  }
  section.subPage .investor-relations-content .bottom-item .bottom-item-left > div p, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div p {
    width: 78px;
  }
  section.subPage .investor-relations-content .bottom-item .bottom-item-left > div a, section.subPage .investor-relations-content .bottom-item .bottom-item-right > div a {
    word-break: break-all;
  }
  section.subPage .shareInfo .row {
    padding: 25px 0;
  }
  section.subPage .shareInfo .row .left {
    width: 100%;
  }
  section.subPage .shareInfo .row .right {
    width: 100%;
    text-align: left;
  }
  section.subPage .shareInfo .row:nth-child(2) div, section.subPage .shareInfo .row:nth-child(3) div {
    width: 100%;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #D5D8DC;
  }
  section.subPage .shareInfo .row:nth-child(2) div small, section.subPage .shareInfo .row:nth-child(3) div small {
    float: left;
  }
  section.subPage .shareInfo .row:nth-child(2) div span, section.subPage .shareInfo .row:nth-child(3) div span {
    float: right;
  }
  section.subPage .shareInfo .row:nth-child(2) div:after, section.subPage .shareInfo .row:nth-child(3) div:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
  }
  section.subPage .shareInfo .bottomArea div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  section.subPage .shareInfo .bottomArea div p {
    width: 100%;
    margin-right: 0 !important;
  }

  .history {
    border: none;
  }
  .history .lines {
    display: none;
  }
  .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.prev {
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    width: 40px;
    height: 40px;
    position: absolute;
  }
  .history .historyYears .historyNav a.next {
    top: 0;
    right: 0;
    transform: rotate(270deg);
    width: 40px;
    height: 40px;
    position: absolute;
  }
  .history .historyContent {
    width: 100%;
    padding: 0;
  }
  .history .historyContent .hItem .img {
    width: 60%;
    height: auto;
    padding: 0;
    left: 20%;
  }
  .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;
    display: block;
  }
  .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;
  }

  .chairMan .rowSixCol .col.col-4 {
    width: 100%;
  }
  .chairMan .rowSixCol .col-2 {
    width: 100%;
    margin: 0;
  }
  .chairMan .rowSixCol .col-2 a.boardCaption {
    padding: 25px;
    height: auto;
    top: 0;
  }
  .chairMan .rowSixCol .col-2 a.boardCaption span {
    position: relative;
    bottom: auto;
  }
  .chairMan .rowSixCol .col.col-1 {
    width: 100%;
  }
  .chairMan .rowSixCol .col.col-1 a {
    top: 0;
    height: auto;
    padding: 50px 25px 25px;
  }
  .chairMan .rowSixCol .col.col-1 a span {
    float: none;
  }

  .boardList {
    border-left: 1px solid #D5D8DC;
  }
  .boardList .boardItem {
    width: 100%;
  }
  .boardList .boardItem a {
    padding: 25px;
  }
  .boardList .boardItem:nth-child(odd) {
    border-right: none;
  }

  .socialResponsibilityArea .socialResponsibility {
    border-right: none;
  }
  .socialResponsibilityArea .socialResponsibility .row {
    padding-bottom: 60px;
  }
  .socialResponsibilityArea .socialResponsibility .row.first, .socialResponsibilityArea .socialResponsibility .row.second, .socialResponsibilityArea .socialResponsibility .row.third {
    padding-top: 60px;
  }
  .socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(1), .socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(1), .socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(1) {
    width: 100%;
    order: 2;
  }
  .socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(1) .left, .socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(1) .left, .socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(1) .left {
    padding: 25px;
    border-right: none !important;
  }
  .socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(1) .left h2, .socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(1) .left h2, .socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(1) .left h2 {
    font-size: 20px;
  }
  .socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(2), .socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(2), .socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(2) {
    width: 100%;
    order: 1;
    margin-left: 0;
  }
  .socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(2) .right, .socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(2) .right, .socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(2) .right {
    width: 100%;
    padding: 25px;
  }
  .socialResponsibilityArea .socialResponsibility .row.first .col:nth-child(2) .right img, .socialResponsibilityArea .socialResponsibility .row.second .col:nth-child(2) .right img, .socialResponsibilityArea .socialResponsibility .row.third .col:nth-child(2) .right img {
    max-width: 100%;
  }

  .awardsArea .item .col.col-5 {
    width: 75%;
    padding: 145px 0 10px 30px !important;
  }
  .awardsArea .item .col.col-5 span {
    font-size: 24px !important;
  }
  .awardsArea .item .col.col-5 p {
    font-size: 18px !important;
    width: 100% !important;
  }

  .subPage .brands .left {
    padding: 25px 0;
  }
  .subPage .brands .left p {
    width: 100%;
  }
  .subPage .brands .col {
    border-top: 1px solid #D5D8DC;
  }

  .subPage .brands .row a {
    border: none;
  }
  .subPage .products .row .col.col-3 {
    width: 100%;
  }
  .subPage .products .mainProductThumbs {
    background: #F2F4F6;
  }
  .subPage .products .left {
    padding: 40px 0;
  }
  .subPage .products .left h2 {
    font-size: 24px;
  }
  .subPage .products #mainProductSlider .owl-item .item:before {
    display: none;
  }
  .subPage .products #mainProductSlider .owl-item .item .productImg {
    width: 100%;
    float: none;
  }
  .subPage .products #mainProductSlider .owl-item .item .productText {
    width: 100%;
    float: none;
  }
  .subPage .products #mainProductSlider .owl-item .item .productText div {
    padding: 25px;
  }
  .subPage .products #mainProductSlider .owl-item .item .productText .productBrands {
    width: 100%;
    position: relative;
  }
  .subPage .products .productsNav {
    width: 100%;
    height: 40px;
    right: 0;
    top: 100px;
  }
  .subPage .products .productsNav a {
    width: 40px;
    line-height: 40px;
  }
  .subPage .products .productsNav a.next {
    float: right;
  }

  .customerService {
    padding-top: 0px;
    background-position: 71% 65px;
  }
  .customerService .inner .info {
    width: 100%;
  }
  .customerService .inner .info.phone strong {
    font-size: 30px;
  }

  .callCenterMobile {
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
  }
  .callCenterMobile .inner .breadCrumb a {
    color: white;
  }
  .callCenterMobile .inner .breadCrumb a:last-child {
    color: white;
  }
  .callCenterMobile .inner h1 {
    color: white !important;
  }
  .callCenterMobile .inner p {
    color: white !important;
  }
  .callCenterMobile .inner .info a, .callCenterMobile .inner .info strong {
    color: white;
  }

  .authorizedServiceArea .authorizedServiceInner {
    width: 100%;
    overflow: auto;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService {
    flex-wrap: nowrap;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col {
    padding: 25px 10px;
    /*flex: 0 0 auto;*/
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(1) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(2) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(3) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(4) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(5) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(6) {
    width: 70%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(7) {
    width: 70%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(8) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(9) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(10) {
    width: 33.3%;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col:nth-child(10) a {
    color: #DD1427;
  }
  .authorizedServiceArea .authorizedServiceInner .authorizedService .col a {
    color: #000;
  }

  .authorizedServiceSelect {
    padding: 25px;
    display: block;
  }
  .authorizedServiceSelect h2 {
    font-size: 24px;
    width: 100%;
  }
  .authorizedServiceSelect select, .authorizedServiceSelect button {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .serviceList {
    padding: 25px 0;
  }
  .serviceList h3 {
    font-size: 26px;
  }
  .serviceList ul li {
    display: block;
  }
  .serviceList ul li .col {
    width: 100% !important;
  }
  .serviceList ul li .col span {
    font-size: 20px;
  }

  .leftTitle {
    width: 100% !important;
  }
  .leftTitle .titleArea {
    padding: 0 0 50px 0;
  }
  .leftTitle .titleArea .socialMedia {
    width: 85%;
    margin: auto;
  }
  .leftTitle .titleArea .socialMedia:after {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
  }
  .leftTitle .titleArea span.date {
    margin-right: 0px;
  }

  .rightImg {
    width: 100% !important;
    margin: 0 !important;
    height: 300px;
    background-attachment: initial !important;
    background-size: cover !important;
  }

  .contentSlider {
    margin-top: 100px;
  }
  .contentSlider .topArea {
    width: 100%;
  }
  .contentSlider .topArea .inner {
    padding: 25px;
    border-right: 1px solid #D5D8DC;
  }
  .contentSlider .topArea .inner h2 {
    font-size: 24px;
  }
  .contentSlider .owl-carousel {
    border-left: 1px solid #D5D8DC;
    border-right: 1px solid #D5D8DC;
    border-top: none !important;
  }
  .contentSlider .owl-carousel .item {
    border: none;
  }
  .contentSlider .owl-carousel.news a {
    padding: 0px;
    background: #F2F4F6;
    color: #000;
  }
  .contentSlider .owl-carousel.news a p {
    padding: 20px;
  }
  .contentSlider .owl-carousel.news a p strong {
    font-size: 18px;
  }
  .contentSlider .owl-carousel.news .owl-dots {
    display: none;
  }
  .contentSlider .owl-nav {
    right: 0;
    top: -153px;
  }

  .mediaTextArea {
    width: 100%;
    padding: 30px 0;
    background-color: #F2F4F6;
  }
  .mediaTextArea p {
    padding: 0px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .visualLibrary {
    width: 100%;
    padding: 100px 0;
  }
  .visualLibrary .caption {
    width: 100%;
    border-right: 1px solid #D5D8DC;
  }
  .visualLibrary .links a {
    width: 100%;
    padding: 30px;
  }

  .contactInfoArea {
    width: 100%;
  }
  .contactInfoArea .mapArea {
    border: 1px solid #D5D8DC;
    padding: 25px;
    flex-wrap: wrap;
  }
  .contactInfoArea .mapArea .col {
    width: 100% !important;
    padding: 0 !important;
  }
  .contactInfoArea .mapArea .map {
    height: 200px;
    border: none;
  }
  .contactInfoArea .infoArea {
    border: 1px solid #D5D8DC;
    border-top: none;
  }
  .contactInfoArea .infoArea .firstRow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .contactInfoArea .infoArea .firstRow .col {
    width: 100%;
  }
  .contactInfoArea .infoArea .row {
    margin-top: 0;
  }
  .contactInfoArea .infoArea .row .col {
    width: 100%;
  }

  .formArea {
    padding-right: 0;
    margin-top: 35px;
  }
  .formArea .row {
    margin-bottom: 0;
  }
  .formArea .row .col {
    width: 100% !important;
    margin-bottom: 5px;
  }

  .work-count-container .work-count-img-carousel img {
    width: 120% !important;
  }
  .work-count-container .work-text-container {
    height: 60%;
  }
  .work-count-container .work-text-container .work-carousel-container {
    width: 56%;
  }
  .work-count-container .work-text-container .work-carousel-container .work-desc-carousel p {
    font-size: 18px !important;
    letter-spacing: 0;
  }
  .work-count-container .work-text-container .work-carousel-container .work-text-carousel {
    padding: 10px;
    width: 60%;
  }
  .work-count-container .work-text-container .work-carousel-container .work-text-carousel h3 {
    margin-bottom: 0;
    display: none;
  }
  .work-count-container .work-text-container .work-carousel-container .work-text-carousel p {
    font-size: 12px;
  }
  .work-count-container .work-text-container .work-carousel-container .h50:nth-child(1) {
    height: 40%;
  }
  .work-count-container .work-text-container .work-carousel-container .h50:nth-child(2) {
    height: 60%;
  }
  .work-count-container .work-text-container .work-carousel-container .work-text-carousel-next {
    width: 40%;
  }

  .workInIndex .row .col-2 {
    width: 100%;
    border: 1px solid #D5D8DC;
    padding-bottom: 100%;
  }
  .workInIndex .wiItem:hover {
    z-index: 2;
  }

  .interview {
    width: 100%;
    padding-top: 70px;
  }
  .interview .index-calisan-carousel .owl-stage-outer {
    padding-bottom: 0;
  }
  .interview .index-calisan-carousel .ic-item .textContainer {
    position: relative;
    margin-top: 0;
    width: 100%;
  }
  .interview .index-calisan-carousel .ic-item .textContainer .left {
    width: 100%;
  }
  .interview .index-calisan-carousel .ic-item .textContainer .right {
    width: 100%;
  }
  .interview .index-calisan-carousel .owl-dots {
    display: none;
  }
  .interview .index-calisan-carousel .owl-nav {
    bottom: auto;
    top: 10%;
    width: 100%;
    right: 0;
  }
  .interview .index-calisan-carousel .owl-nav .owl-next {
    line-height: 30px;
    float: right;
  }
  .interview .index-calisan-carousel .owl-nav .owl-prev {
    line-height: 30px;
  }

  .avaliablePositions {
    width: 100%;
  }
  .avaliablePositions a.arrowBtn {
    display: block;
    float: none;
  }
  .avaliablePositions .owl-nav {
    top: auto !important;
    bottom: 0;
  }

  .applyForm {
    padding-top: 70px;
  }
  .applyForm .left {
    width: 100%;
    padding: 25px;
  }
  .applyForm .formArea {
    width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 480px) {
  a.arrowBtn {
    width: 100%;
  }
}