@charset "UTF-8";
/* CSS Document 23.08.2023 *Luckyeye-uteksan */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1D1D1B;
}
@media (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
}

img {
  border: none;
  max-width: 100%;
}

.saver {
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenText {
  font-size: 0px !important;
  text-indent: -9999px !important;
}

.wrapper-header {
  width: 90%;
  margin: 0 auto;
}

.home-wrapper {
  width: 1366px;
  margin: 0 auto;
}

.cntr {
  text-align: center;
  margin: 0 auto;
}

.white {
  color: #fff !important;
}

.bg-1 {
  background: #176b6d !important;
}

.mT5 {
  margin-top: 5px;
}

.mT10 {
  margin-top: 10px;
}

.mT15 {
  margin-top: 15px;
}

.mT20 {
  margin-top: 25px;
}

.mT30 {
  margin-top: 30px;
}

.mT35 {
  margin-top: 35px;
}

.mT40 {
  margin-top: 40px;
}

.mT45 {
  margin-top: 45px;
}

.mT50 {
  margin-top: 50px;
}

.mT50 {
  margin-top: 50px;
}

.mT100 {
  margin-top: 100px;
}

.mB5 {
  margin-bottom: 5px;
}

.mB10 {
  margin-bottom: 10px;
}

.mB15 {
  margin-bottom: 15px;
}

.mB20 {
  margin-bottom: 25px;
}

.mB30 {
  margin-bottom: 30px;
}

.mB35 {
  margin-bottom: 35px;
}

.mB40 {
  margin-bottom: 40px;
}

.mB45 {
  margin-bottom: 45px;
}

.mB50 {
  margin-bottom: 50px;
}

.m0 {
  margin: 0 !important;
}

.wrapper {
  width: 1364px;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .wrapper {
    width: 1250px;
    padding: 0 30px;
  }
}
@media (max-width: 1464px) {
  .wrapper {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.center {
  text-align: center;
}

.f100 {
  color: #1D1D1B;
  font-size: 100px !important;
  line-height: 120% !important;
}
@media (max-width: 1300px) {
  .f100 {
    font-size: 80px !important;
  }
}
@media (max-width: 980px) {
  .f100 {
    font-size: 50px !important;
  }
}
@media (max-width: 640px) {
  .f100 {
    font-size: 30px !important;
  }
}

.f60 {
  color: #1D1D1B;
  font-size: 60px !important;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 980px) {
  .f60 {
    font-size: 30px !important;
  }
}
@media (max-width: 640px) {
  .f60 {
    font-size: 25px !important;
  }
}

.f40 {
  color: #1D1D1B;
  font-size: 40px !important;
  font-weight: 500;
}
@media (max-width: 980px) {
  .f40 {
    font-size: 30px !important;
  }
}
@media (max-width: 640px) {
  .f40 {
    font-size: 25px !important;
  }
}

.f22 {
  color: #1D1D1B;
  font-size: 22px !important;
  font-weight: 500;
}
@media (max-width: 980px) {
  .f22 {
    font-size: 18px !important;
  }
}

.f30 {
  color: #1D1D1B;
  font-size: 30px !important;
  font-weight: 500;
}
@media (max-width: 980px) {
  .f30 {
    font-size: 23px !important;
  }
}

.f30-L {
  color: #1D1D1B;
  font-size: 30px !important;
  line-height: 120% !important;
}
@media (max-width: 980px) {
  .f30-L {
    font-size: 23px !important;
  }
}
@media (max-width: 480px) {
  .f30-L {
    font-size: 20px !important;
  }
}

.f26 {
  font-size: 26px;
  font-weight: 700;
}

.f24 {
  font-size: 24px;
}
@media (max-width: 980px) {
  .f24 {
    font-size: 20px !important;
  }
}

.c-blue {
  color: #1B1D30 !important;
  line-height: 135% !important;
  font-weight: 500 !important;
}

.c-green {
  color: #12C158 !important;
}

.c-sienna {
  color: #B31F2F !important;
  line-height: 135% !important;
  font-weight: 500 !important;
}

.c-black {
  color: #1D1D1B !important;
}

.c-white {
  color: #fff !important;
}

.border-bt {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
}

.border {
  background: #000;
  height: 1px;
}

.line-height-100 {
  line-height: 100% !important;
}

.width-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  align-items: center;
}
@media (max-width: 640px) {
  .width-flex {
    margin: 0;
  }
}
.width-flex > div:nth-child(1) {
  padding-right: 40px;
}
@media (max-width: 980px) {
  .width-flex > div:nth-child(1) {
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .width-flex > div:nth-child(1) {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.width-flex > div:nth-child(2) {
  padding-left: 50px;
}
@media (max-width: 640px) {
  .width-flex > div:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .width-flex > div {
    padding: 0;
  }
}

.width-right {
  flex-direction: row-reverse;
}
.width-right > div:nth-child(1) {
  padding-left: 40px;
}
@media (max-width: 980px) {
  .width-right > div:nth-child(1) {
    padding-left: 10px;
  }
}
@media (max-width: 640px) {
  .width-right > div:nth-child(1) {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.width-right > div:nth-child(2) {
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 640px) {
  .width-right > div:nth-child(2) {
    padding-right: 0;
  }
}

.auto-bg {
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  padding: 18px 36px;
}

.space-between {
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start !important;
}

.flex-end {
  align-items: flex-end !important;
}

.width-12 {
  width: 100%;
}

.width-11 {
  width: 91.66666667%;
}
@media (max-width: 640px) {
  .width-11 {
    width: 100%;
  }
}

.width-10 {
  width: 83.33333333%;
}
@media (max-width: 640px) {
  .width-10 {
    width: 100%;
  }
}

.width-9 {
  width: 75%;
}
@media (max-width: 640px) {
  .width-9 {
    width: 100%;
  }
}

.width-8 {
  width: 66.66666667%;
}
@media (max-width: 640px) {
  .width-8 {
    width: 100%;
  }
}

.width-7 {
  width: 58.33333333%;
}
@media (max-width: 640px) {
  .width-7 {
    width: 100%;
  }
}

.width-6 {
  width: 50%;
}
@media (max-width: 640px) {
  .width-6 {
    width: 100%;
  }
}

.width-5 {
  width: 41.66666667%;
}
@media (max-width: 640px) {
  .width-5 {
    width: 100%;
  }
}

.width-4 {
  width: 33.33333333%;
}
@media (max-width: 640px) {
  .width-4 {
    width: 100%;
  }
}

.width-3 {
  width: 25%;
}
@media (max-width: 640px) {
  .width-3 {
    width: 100%;
  }
}

.width-2 {
  width: 16.66666667%;
}
@media (max-width: 640px) {
  .width-2 {
    width: 100%;
  }
}

.width-1 {
  width: 8.33333333%;
}
@media (max-width: 640px) {
  .width-1 {
    width: 100%;
  }
}

.green {
  background: rgb(28, 199, 59) !important;
}

.blue-btn {
  background: #1B1D30;
  color: #fff;
  width: 250px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.blue-btn:hover {
  background: #fff !important;
  color: #1B1D30 !important;
}
.blue-btn i,
.blue-btn em {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 980px) {
  .blue-btn i,
  .blue-btn em {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .blue-btn i,
  .blue-btn em {
    font-weight: 400;
  }
}

.blue-btn-auto {
  width: auto !important;
  display: inline-flex;
  padding: 10px;
}

.blue-btn-220 {
  width: 220px !important;
}

.blue-btn-200 {
  background: #1B1D30;
  color: #fff;
  padding: 5px;
  width: 200px;
  height: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
}
@media (max-width: 980px) {
  .blue-btn-200 {
    font-size: 16px;
  }
}

.discover {
  font-size: 22px;
  color: #1B1D30;
  display: flex;
  align-items: center;
  font-weight: normal;
}
@media (max-width: 1300px) {
  .discover {
    font-size: 18px;
  }
}
.discover .material-symbols-outlined {
  transform: translateX(0);
  transition: all 0.5s ease-in;
}
.discover:hover .material-symbols-outlined {
  transform: translateX(15px);
}
.discover i,
.discover em {
  font-style: normal;
  margin-right: 7px;
}

.home-header {
  padding-top: 15px;
}
@media (max-width: 1300px) {
  .home-header {
    padding-top: 0;
  }
}

#header-container {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1300px) {
  #header-container {
    background: #fff;
  }
}

.bottom-container .header-flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .bottom-container .header-flex-container {
    height: 70px;
  }
}
.bottom-container .header-flex-container .item-left {
  width: 15%;
}
@media (max-width: 640px) {
  .bottom-container .header-flex-container .item-left {
    width: 50%;
  }
}
.bottom-container .header-flex-container .item-center {
  width: 75%;
}
@media (max-width: 640px) {
  .bottom-container .header-flex-container .item-center {
    width: auto;
  }
}
.bottom-container .header-flex-container .item-right {
  width: 10%;
}
@media (max-width: 640px) {
  .bottom-container .header-flex-container .item-right {
    width: 40%;
  }
}
.bottom-container .header-flex-container .item-right .search-location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom-container .header-flex-container .item-right .search-location > div {
  padding: 10px;
  font-size: 18px;
}
.bottom-container .header-flex-container .item-right .search-location .search {
  position: relative;
  cursor: pointer;
}
.bottom-container .header-flex-container .item-right .search-location .search span {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1300px) {
  .bottom-container .header-flex-container .item-right .search-location .search span {
    color: #1D1D1B;
  }
}
.bottom-container .header-flex-container .item-right .search-location .location span {
  cursor: pointer;
}
@media (max-width: 1300px) {
  .bottom-container .header-flex-container .item-right .search-location .location span {
    color: #1D1D1B !important;
  }
}
.bottom-container .header-flex-container .item-right .search-location .location span:hover {
  color: #181a2b;
}
.bottom-container .header-flex-container .item-right a {
  color: #fff;
}
@media (max-width: 1300px) {
  .bottom-container .header-flex-container .item-right a {
    color: #1D1D1B;
  }
}

@media (max-width: 640px) {
  .home-slider {
    height: 100vh;
  }
}
.home-slider .item {
  position: relative;
  height: 100vh;
}
.home-slider .owl-item.active .text {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.home-slider .owl-dots {
  position: absolute;
  bottom: 0;
  right: 5%;
  bottom: 35%;
}
@media (max-width: 980px) {
  .home-slider .owl-dots {
    right: 0;
    bottom: 70px;
    left: 5%;
  }
}
.home-slider .owl-dots button span {
  display: block;
  opacity: 0.4;
  background: #FFF;
  width: 20px;
  height: 4px;
  flex-shrink: 0;
  margin-right: 5px;
}
.home-slider .owl-dots button.active span {
  width: 58px;
  opacity: 1;
}

.slider-text-container {
  display: flex;
  align-items: center;
  width: 1364px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1464px) {
  .slider-text-container {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .slider-text-container {
    align-items: flex-end;
    bottom: 120px;
  }
}
.slider-text-container .text {
  width: 70%;
}
@media (max-width: 1464px) {
  .slider-text-container .text {
    width: 100%;
  }
}
.slider-text-container .text .title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}
.slider-text-container .text p {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 110%;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .slider-text-container .text p {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .slider-text-container .text p {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .slider-text-container .text p {
    font-size: 24px;
  }
}
.slider-text-container .text p:last-of-type {
  margin: 0;
}

#sustainabilityHome {
  height: 620px;
  position: relative;
}
@media (max-width: 980px) {
  #sustainabilityHome:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
  }
}
#sustainabilityHome .wrapper {
  width: 85%;
  height: 100%;
}
@media (max-width: 980px) {
  #sustainabilityHome .wrapper {
    width: 100%;
  }
}
#sustainabilityHome .sustainability-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  /* height: 100%; */
  justify-content: flex-end;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 980px) {
  #sustainabilityHome .sustainability-container {
    padding-bottom: 30px;
  }
}
#sustainabilityHome .sustainability-container .text {
  width: 450px;
  float: right;
}
@media (max-width: 980px) {
  #sustainabilityHome .sustainability-container .text {
    width: 100%;
    float: none;
  }
}
#sustainabilityHome .sustainability-container .text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  #sustainabilityHome .sustainability-container .text h1 {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  #sustainabilityHome .sustainability-container .text h1 {
    font-size: 26px;
  }
}
#sustainabilityHome .sustainability-container .text p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 149%;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  #sustainabilityHome .sustainability-container .text p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  #sustainabilityHome .sustainability-container .text p {
    font-size: 16px;
    line-height: 157%;
  }
}
@media (max-width: 480px) {
  #sustainabilityHome .sustainability-container .text p {
    font-size: 14px;
  }
}
#sustainabilityHome .two-list-business-areas {
  justify-content: space-between !important;
}
#sustainabilityHome .two-list-business-areas .img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 55%;
}
@media (max-width: 980px) {
  #sustainabilityHome .two-list-business-areas .img {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
}
#sustainabilityHome .two-list-business-areas .img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#sustainabilityHome .two-list-business-areas .img .img-item {
  width: 25%;
  background: #fff;
  padding: 15px 20px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  #sustainabilityHome .two-list-business-areas .img .img-item {
    width: 33.33%;
  }
}
@media (max-width: 980px) {
  #sustainabilityHome .two-list-business-areas .text {
    width: 100% !important;
  }
}
#sustainabilityHome .two-list-business-areas .text p {
  font-size: 18px !important;
}
@media (max-width: 980px) {
  #sustainabilityHome .two-list-business-areas .text p {
    font-size: 14px !important;
  }
}
#sustainabilityHome .two-list-business-areas .bg-white {
  background: #fff;
  padding: 15px 50px;
  width: 700px !important;
}
#sustainabilityHome .two-list-business-areas > div {
  width: calc(50% - 20px);
}
#sustainabilityHome .two-list-business-areas > div:nth-child(1) {
  margin-right: 10px;
}
@media (max-width: 980px) {
  #sustainabilityHome .two-list-business-areas > div:nth-child(1) {
    margin-right: 0;
  }
}
#sustainabilityHome .two-list-business-areas > div:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 980px) {
  #sustainabilityHome .two-list-business-areas > div:nth-child(2) {
    margin-left: 0;
  }
}

.bg-opacity #sustainabilityHome {
  position: relative;
  /*&:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
  }*/
}

.img-ti {
  width: 80%;
  margin: 30px auto 30px;
}

.three-list {
  display: flex;
  flex-wrap: wrap;
}

.technology-container .item {
  height: 100vh;
  position: relative;
  width: 33.33%;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .technology-container .item {
    width: 100%;
    height: 33.33vh;
  }
}
.technology-container .item .technology-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .technology-container .item .technology-text {
    width: 100%;
    padding: 0 20px 30px;
    justify-content: flex-end;
  }
}
.technology-container .item .technology-text .text {
  padding: 50px;
  transition: all 0.5s ease-in;
}
@media (max-width: 640px) {
  .technology-container .item .technology-text .text {
    padding: 0;
  }
}
.technology-container .item .technology-text .title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  transition: all 0.5s ease-in;
  width: 100%;
  transform: translateY(425px);
}
@media (max-width: 1300px) {
  .technology-container .item .technology-text .title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .technology-container .item .technology-text .title {
    width: 52%;
  }
}
.technology-container .item .technology-text p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
  line-height: 148%;
}
@media (max-width: 1300px) {
  .technology-container .item .technology-text p {
    display: none;
    font-size: 18px;
  }
}
.technology-container .item .technology-text .technology-hover {
  opacity: 0;
  display: block;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  transform: translateY(425px);
  min-height: auto;
}
@media (max-width: 1300px) {
  .technology-container .item .technology-text .technology-hover {
    opacity: 1;
    min-height: auto;
  }
}
@media (max-width: 1300px) {
  .technology-container .item .technology-text .technology-hover .discover i,
  .technology-container .item .technology-text .technology-hover .discover span {
    color: #fff;
  }
}
.technology-container .item:hover .bg-scale {
  transform: scale(1.2);
}
@media (max-width: 1300px) {
  .technology-container .item .bg-scale {
    background-size: 100% !important;
  }
  .technology-container .item .bg-scale::before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
  }
}
.technology-container .technology-show .technology-text {
  position: relative;
}
@media (max-width: 980px) {
  .technology-container .technology-show .technology-text .text {
    background: none;
  }
}
.technology-container .technology-show .technology-text .text .title {
  transition: all 0.5s ease-in;
  transform: translateY(0);
  display: block;
  opacity: 1;
}
@media (max-width: 980px) {
  .technology-container .technology-show .technology-text .text .title {
    color: #fff;
  }
}
.technology-container .technology-show .technology-text .technology-hover {
  transition: all 0.5s ease-in;
  opacity: 1;
  transform: translateY(0);
}
.technology-container .technology-show .bg-scale::after {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
@media (max-width: 1300px) {
  .technology-container .bg_62 .bg-scale {
    background-position: bottom -511px right 0 !important;
  }
}
@media (max-width: 640px) {
  .technology-container .bg_62 .bg-scale {
    background-position: bottom -159px right 0 !important;
  }
}
@media (max-width: 1300px) {
  .technology-container .bg_63 .bg-scale {
    background-position: bottom -425px right 0 !important;
  }
}
@media (max-width: 640px) {
  .technology-container .bg_63 .bg-scale {
    background-position: bottom -159px right 0 !important;
  }
}
@media (max-width: 1300px) {
  .technology-container .bg_64 .bg-scale {
    background-position: bottom -430px right 0 !important;
  }
}
@media (max-width: 640px) {
  .technology-container .bg_64 .bg-scale {
    background-position: bottom -159px right 0 !important;
  }
}
@media (max-width: 1300px) {
  .technology-container .bg_144 .bg-scale {
    background-position: bottom -511px right 0 !important;
  }
}
@media (max-width: 640px) {
  .technology-container .bg_144 .bg-scale {
    background-position: bottom -159px right 0 !important;
  }
}
@media (max-width: 1300px) {
  .technology-container .bg_145 .bg-scale {
    background-position: bottom -425px right 0 !important;
  }
}
@media (max-width: 640px) {
  .technology-container .bg_145 .bg-scale {
    background-position: bottom -159px right 0 !important;
  }
}
@media (max-width: 1300px) {
  .technology-container .bg_146 .bg-scale {
    background-position: bottom -430px right 0 !important;
  }
}
@media (max-width: 640px) {
  .technology-container .bg_146 .bg-scale {
    background-position: bottom -159px right 0 !important;
  }
}

.bg-scale {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s;
}
@media (max-width: 980px) {
  .bg-scale {
    background-size: 100% !important;
  }
}

#businessAreasHome {
  height: 100vh;
  position: relative;
}
@media (max-width: 640px) {
  #businessAreasHome {
    height: auto;
  }
}
#businessAreasHome .businessAreasHome-title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 75px;
  position: absolute;
  z-index: 2;
  text-align: left;
  top: 10%;
  left: 10%;
}
@media (max-width: 980px) {
  #businessAreasHome .businessAreasHome-title {
    display: block;
  }
}
@media (max-width: 640px) {
  #businessAreasHome .businessAreasHome-title {
    font-size: 30px;
    position: relative;
    color: #1B1D30;
    margin-top: 0;
    padding: 25px;
    text-align: left;
    left: 0;
  }
}

.business-areas-slider .owl-item.active .text {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
@media (max-width: 640px) {
  .business-areas-slider .bg_65 {
    background-position: bottom -80px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_66 {
    background-position: bottom -80px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_67 {
    background-position: bottom 0px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_68 {
    background-position: bottom -26px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_71 {
    background-position: bottom -65px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_133 {
    background-position: bottom -80px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_138 {
    background-position: bottom -80px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_134 {
    background-position: bottom 0px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_135 {
    background-position: bottom -26px right 0 !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .bg_136 {
    background-position: bottom -26px right 0 !important;
  }
}
.business-areas-slider .item {
  background-size: cover !important;
  position: relative;
}
@media (max-width: 640px) {
  .business-areas-slider .item {
    height: 120px !important;
    position: relative;
  }
}
.business-areas-slider .item .text {
  position: absolute;
  height: auto;
  width: 500px;
  color: #fff;
  bottom: 40px;
  right: 10%;
  padding: 40px 18px 0;
  text-align: right;
}
@media (max-width: 1300px) {
  .business-areas-slider .item .text {
    top: 50%;
    transform: translate(0%, -50%);
    right: 2%;
  }
}
@media (max-width: 980px) {
  .business-areas-slider .item .text {
    top: auto;
    width: 90%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .item .text {
    flex-direction: column;
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 0 20px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: transparent radial-gradient(closest-side at 7% 55%, #2c5a8c 0%, transparent 600%) 0% 0% no-repeat padding-box;
    transform: none;
  }
}
.business-areas-slider .item .text p {
  line-height: 148%;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .business-areas-slider .item .text p {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .item .text p {
    display: none;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .item .text .discover {
    display: none;
  }
}
.business-areas-slider .item .text .title-I {
  display: none;
  font-weight: 500 !important;
}
@media (max-width: 980px) {
  .business-areas-slider .item .text .title-I {
    font-size: 24px;
    display: block;
  }
}
.business-areas-slider .item .text a {
  color: #fff;
  float: right;
  margin-top: 20px;
}
@media (max-width: 980px) {
  .business-areas-slider .item .text a {
    background: #1B1D30;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    float: none;
  }
}
.business-areas-slider .item .wrapper {
  padding: 0 !important;
}
.business-areas-slider .owl-dots {
  position: absolute;
  left: 10%;
  margin: 0 auto;
  top: 260px;
  border-left: 2px solid #fff;
  padding-left: 20px;
}
@media (max-width: 1300px) {
  .business-areas-slider .owl-dots {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 980px) {
  .business-areas-slider .owl-dots {
    display: none;
  }
}
.business-areas-slider .owl-dots > div {
  position: relative;
  padding-bottom: 14px;
  display: table;
}
@media (max-width: 1300px) {
  .business-areas-slider .owl-dots > div {
    padding-bottom: 5px;
  }
}
.business-areas-slider .owl-dots > div:last-of-type {
  padding-bottom: 0;
}
.business-areas-slider .owl-dots button {
  background: no-repeat;
  border: none;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  opacity: 0.5;
}
@media (max-width: 1300px) {
  .business-areas-slider .owl-dots button {
    font-size: 20px;
  }
}
.business-areas-slider .active button {
  opacity: 1;
  position: relative;
  font-size: 40px;
}
@media (max-width: 1300px) {
  .business-areas-slider .active button {
    font-size: 25px;
  }
}
.business-areas-slider .active button:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -21px;
  top: 0px;
}
@media (max-width: 640px) {
  .business-areas-slider .owl-stage {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .owl-item.active {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .business-areas-slider .owl-stage {
    width: 100% !important;
  }
}

.business-areas-container .title {
  position: absolute;
  left: 10%;
  top: 180px;
  color: #fff;
  z-index: 2;
  font-size: 40px;
  font-weight: bold;
}
.business-areas-container .owl-nav .owl-prev {
  left: 20px;
  position: absolute;
  bottom: 170px;
}
.business-areas-container .owl-nav .owl-next {
  right: 20px;
  position: absolute;
  bottom: 170px;
}
.business-areas-container .owl-nav .material-symbols-outlined {
  color: #fff;
  font-size: 40px;
}

#newsHome {
  height: 100vh;
  position: relative;
  background: #F5F5F5;
}
@media (max-width: 640px) {
  #newsHome {
    margin-top: 20px;
  }
}

.news-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}
.news-container .wrapper {
  position: relative;
  margin: 0;
  float: right;
  width: 85%;
}
@media (max-width: 1464px) {
  .news-container .wrapper {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .news-container .wrapper {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .news-container .wrapper {
    padding: 0;
  }
}
.news-container .news-title {
  font-size: 40px;
  color: #1B1D30;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .news-container .news-title {
    font-size: 35px;
  }
}
@media (max-width: 980px) {
  .news-container .news-title {
    font-size: 24px;
    width: 80%;
  }
}
@media (max-width: 640px) {
  .news-container .news-title {
    width: 100%;
    padding: 0 20px;
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.news-container .text {
  background: #fff;
  padding: 25px;
  height: 200px;
  scrollbar-width: thin;
  scrollbar-color: #1B1D30 #ffffff;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .news-container .text {
    padding: 10px 15px;
  }
}
@media (max-width: 640px) {
  .news-container .text {
    min-height: auto;
  }
}
.news-container .text > span {
  display: block;
}
.news-container .text .date {
  color: #929292;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}
.news-container .text .date:before {
  content: "\e878";
  font-family: "Material Symbols Outlined";
  font-size: 21px;
  top: 3px;
  position: relative;
  margin-right: 5px;
  left: 0;
}
.news-container .text .title {
  color: #1D1D1B;
  font-weight: 400;
  font-size: 18px;
  line-height: 148%;
}
@media (max-width: 1300px) {
  .news-container .text .title {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .news-container .text {
    padding: 30px 20px 0;
  }
}
.news-container .owl-dots {
  position: absolute;
  top: -75px;
  width: 1366px;
  margin: 0 auto;
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  .news-container .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 50px;
    top: auto;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .news-container .owl-dots {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    top: 30px;
  }
}
@media (max-width: 640px) {
  .news-container .owl-dots .owl-dot {
    margin-bottom: 10px;
  }
}
.news-container .owl-dots .owl-dot span {
  background: #1B1D30;
  width: 82px;
  height: 6px;
  display: flex;
  margin-right: 5px;
  opacity: 0.21;
  justify-content: flex-end;
}
.news-container .owl-dots .active span {
  opacity: 1;
}
.news-container .owl-stage {
  right: 150px;
}
@media (max-width: 1300px) {
  .news-container .owl-stage {
    right: 75px;
  }
}
@media (max-width: 640px) {
  .news-container .owl-stage {
    right: 0;
  }
}
.news-container .all {
  margin: 0;
  background: #181a2b;
  width: 200px;
  height: 50px;
}
@media (max-width: 640px) {
  .news-container .all {
    margin: 35px 20px 0;
  }
}
.news-container .all a {
  font-size: 17px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.all {
  margin-top: 60px;
}
.all a {
  font-size: 20px;
  color: #1B1D30;
  text-decoration: underline;
}

#mapsHome {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 640px) {
  .maps-container {
    margin-top: 0;
  }
}
.maps-container .maps-header {
  background: #1B1D30;
  padding: 25px 0;
  height: 15vh;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .maps-container .maps-header {
    height: 20vh;
  }
}
.maps-container .maps-header .title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 980px) {
  .maps-container .maps-header .title {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .maps-container .maps-header .title {
    font-size: 24px;
  }
}
.maps-container .select-list {
  display: flex;
}
@media (max-width: 640px) {
  .maps-container .select-list {
    flex-wrap: wrap;
  }
}
.maps-container .select-list .item {
  margin-right: 20px;
  display: flex;
  color: #fff;
  padding: 10px 0;
}
.maps-container .select-list .item input {
  margin-right: 10px;
}
.maps-container .select-list .item span {
  top: 3px;
  position: relative;
  font-size: 14px;
}

#newsletterHome {
  height: 100vh;
  position: relative;
  background-size: cover !important;
}
@media (max-width: 640px) {
  #newsletterHome {
    height: 500px;
  }
}
#newsletterHome::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}

.newslette-container {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 980px) {
  .newslette-container {
    align-items: flex-end;
    bottom: 30px;
  }
}
.newslette-container .text {
  width: 540px;
  color: #fff;
}
@media (max-width: 640px) {
  .newslette-container .text {
    width: 70%;
  }
}
.newslette-container .text h2 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 980px) {
  .newslette-container .text h2 {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .newslette-container .text h2 {
    font-size: 30px;
    font-weight: 500;
  }
}
.newslette-container .text p {
  font-size: 18px;
  line-height: 160%;
  margin: 20px 0 30px;
}
@media (max-width: 640px) {
  .newslette-container .text p {
    font-size: 18px;
    line-height: 140%;
  }
}

footer a:hover {
  color: #00BCD4 !important;
}

.footer-top .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-top-main .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


@media (max-width: 980px) {
  .footer-container {
    margin-top: 0;
  }
}
.footer-container .footer-top {
  padding-top: 70px;
}

.footer-top .footer-menu .item .footer-title {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.footer-top .footer-menu .item ul {
  margin-bottom: 20px;
}
.footer-top .footer-menu .item ul li {
  list-style: none;
  margin-bottom: 7px;
  /* left: 12px; */
  position: relative;
}
@media (max-width: 1300px) {
  .footer-top .footer-menu .item ul li {
    margin-bottom: 5px;
  }
}
.footer-top .footer-menu .item ul li a {
  font-size: 16px;
  color: #1D1D1B;
}
.footer-top .footer-menu .item ul li a:hover {
  color: #1B1D30;
}
.footer-top .footer-menu .item .footer-title a {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.footer-top-main .footer-menu .item .footer-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.footer-top-main .footer-menu .item ul {
  margin-bottom: 20px;
}
.footer-top-main .footer-menu .item ul li {
  list-style: none;
  margin-bottom: 7px;
  left: 12px;
  position: relative;
}
@media (max-width: 1300px) {
  .footer-top-main .footer-menu .item ul li {
    margin-bottom: 5px;
  }
}
.footer-top-main .footer-menu .item ul li a {
  font-size: 16px;
  color: #ffffff;
}
.footer-top-main .footer-menu .item ul li a:hover {
  color: #1B1D30;
}
.footer-top-main .footer-menu .item .footer-title a {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.footer-bottom {
  /* margin-top: 35px; */
}

.dark {
  background: #1B1D30 !important;
  color:#ffffff !important;
}
@media (max-width: 1300px) {
  .footer-bottom {
    margin-top: 20px;
  }
}

.footer-center {
  background: #1B1D30;
  padding: 15px 0;
  margin-top: 20px;
}
@media (max-width: 980px) {
  .footer-center {
    margin-top: 0;
  }
}
.footer-center .footer-center-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .footer-center .footer-center-two {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .footer-center .footer-center-two .item-left {
    margin-bottom: 20px;
  }
}
.footer-center .footer-center-two .item-right {
  display: flex;
  align-items: center;
}
.footer-center .footer-center-two .item-right a {
  margin-left: 25px;
}


.footer-center-main {
  background: #1B1D30;
  padding: 15px 0;
  /* margin-top: 20px; */
}
@media (max-width: 980px) {
  .footer-center-main {
    margin-top: 0;
  }
}
.footer-center-main .footer-center-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .footer-center-main .footer-center-two {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .footer-center-main .footer-center-two .item-left {
    margin-bottom: 20px;
  }
}
.footer-center-main .footer-center-two .item-right {
  display: flex;
  align-items: center;
}
.footer-center-main .footer-center-two .item-right a {
  margin-left: 25px;
}

.footer-bottom .footer-bottom-two {
  display: flex;
  /* margin-top: 20px; */
  justify-content: space-between;
  font-size: 13px;
  color: #1D1D1B;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two:nth-child(2) {
    border-top: 1px solid #E3E3E3;
    padding-top: 20px;
  }
}
@media (max-width: 1300px) {
  .footer-bottom .footer-bottom-two {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two {
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two:nth-child(1) .item-left {
    margin-bottom: 15px;
  }
}
@media (max-width: 980px) {
  .footer-bottom .footer-bottom-two .item-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two .item-left {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.footer-bottom .footer-bottom-two .item-left a {
  font-size: 13px;
  color: #1D1D1B;
  margin-right: 12px;
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two .item-left a {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two .item-right {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.footer-bottom .footer-bottom-two .item-right a {
  color: #1D1D1B;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two .item-right a {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
  }
}
.footer-bottom .footer-bottom-two .item-right .icon:after {
  content: "\f8ce";
  font-family: "Material Symbols Outlined";
  position: absolute;
  color: #1D1D1B;
  right: -13px;
  top: -3px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .footer-bottom .footer-bottom-two .item-right .icon:after {
    right: -35px;
  }
}

.luckyeye {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Aşağıdan yukarıya doğru #1B1D30'dan transparent'a gradient */
    background: linear-gradient(to top, #1B1D30 0%, transparent 100%);
    z-index: 0;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Ortadan yukarı ve aşağı doğru şeffaflaşan gradient */
    background: linear-gradient(
        to bottom, 
        transparent 0%, 
        #1B1D30 40%, 
        #1B1D30 60%, 
        transparent 100%
    );
    z-index: 0;
}


#detailHeader {
  position: relative;
}
#detailHeader .detail-header {
  background-size: cover !important;
}
@media (max-width: 1300px) {
  #detailHeader .detail-header {
    height: 345px !important;
    background-size: cover !important;
  }
}
@media (max-width: 640px) {
  #detailHeader .detail-header {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  #detailHeader .detail-header {
    height: 250px !important;
  }
}
#detailHeader .detail-header .detail-text {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#detailHeader .detail-header .detail-text h1 {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  #detailHeader .detail-header .detail-text h1 {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  #detailHeader .detail-header .detail-text h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  #detailHeader .detail-header .detail-text h1 {
    font-size: 30px;
  }
}
#detailHeader .detail-text {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 80%;
}
#detailHeader .detail-text h1 {
  font-size: 60px;
  font-weight: bold;
  color: #76858f;
}
@media (max-width: 1300px) {
  #detailHeader .detail-text h1 {
    font-size: 45px;
    color: #ffffff;
  }
}
@media (max-width: 640px) {
  #detailHeader .detail-text h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  #detailHeader .detail-text h1 {
    font-size: 30px;
  }
}

.detail-top-menu ul {
  display: flex;
}
.detail-top-menu ul .subMenu.level_1 {
  position: absolute;
  background: #181a2b;
  padding-top: 15px;
  margin-top: 23px;
  padding-top: 25px;
  width: 300px;
  z-index: 500;
  display: none;
}
.detail-top-menu ul .subMenu.level_1 .level_2 {
  padding: 5px 25px;
  margin-bottom: 15px;
  margin-right: 0;
}
.detail-top-menu ul .subMenu.level_1 .level_2 .selected {
  left: -10px;
  position: relative;
}
.detail-top-menu ul .subMenu.level_1 a {
  color: #fff;
}
.detail-top-menu ul .subMenu.level_1 a::after {
  display: none;
}
.detail-top-menu ul .subMenu.level_2 {
  display: none;
}
.detail-top-menu ul .subMenu.level_2 .level_3 {
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  margin-right: 0;
  left: -15px;
  width: 110%;
}
.detail-top-menu ul .subMenu.level_2 a {
  color: #fff;
}
.detail-top-menu ul .subMenu.level_2 a::after {
  display: none;
}
.detail-top-menu ul .subMenu.level_3 {
  display: none;
}
.detail-top-menu ul .subMenu.level_3 .level_4 {
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  margin-right: 0;
  left: -15px;
  width: 110%;
}
.detail-top-menu ul .subMenu.level_3 a {
  color: #fff;
}
.detail-top-menu ul .subMenu.level_3 a::after {
  display: none;
}
.detail-top-menu ul .afterOk > a {
  margin-bottom: 20px;
}
.detail-top-menu ul .afterOk > a:before {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  position: absolute;
  color: #fff;
  font-size: 25px;
  right: 10px;
  font-weight: 200 !important;
  top: -4px;
}
.detail-top-menu ul .afterOk > a:hover:before {
  content: "\e5cf";
}
.detail-top-menu ul .afterOk .hover:before {
  content: "\e5cf";
}

#detail-top-menu-container {
  background: #e9f5fd;
}

.detail-top-menu {
  padding: 20px 0;
}
@media (max-width: 980px) {
  .detail-top-menu {
    display: none;
  }
}
.detail-top-menu ul li {
  list-style: none;
  margin-right: 5px;
  position: relative;
}
.detail-top-menu ul li a {
  font-size: 16px;
  color: #181a2b;
  font-weight: 400;
  transition: 0.5s;
}
@media (max-width: 980px) {
  .detail-top-menu ul li a {
    font-size: 16px;
  }
}
.detail-top-menu ul li a:hover::after {
  content: "";
  /* background: #181a2b; */
  /* height: 5px; */
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}
.detail-top-menu ul li .selected {
  font-weight: 700;
}
.detail-top-menu ul li .selected::after {
  content: "";
  background: #181a2b;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}
.detail-top-menu .subMenuContainer {
  /*  display: none;
    .subMenu1,.subMenu2 {
      display: none !important;
  }*/
}
.detail-top-menu .level0,
.detail-top-menu li.level_0 {
  display: none;
}

.b-color {
  color: #1B1D30 !important;
}

.detail-container .text-header {
  text-align: center;
  margin: 0 auto;
  width: 768px;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .detail-container .text-header {
    width: 100%;
  }
}
.detail-container .text-header .f40 {
  color: #1D1D1B;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .detail-container .text-header .f40 {
    font-size: 30px;
  }
}
@media (max-width: 980px) {
  .detail-container .text-header .f40 {
    font-size: 25px;
  }
}
.detail-container .text-header .f20 {
  font-size: 20px;
}
.detail-container .text-header-2 {
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1300px) {
  .detail-container .text-header-2 {
    width: 100%;
  }
}
.detail-container .text-header-2 .f40 {
  color: #1D1D1B;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .detail-container .text-header-2 .f40 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .detail-container .text-header-2 .f40 {
    font-size: 25px;
  }
}
.detail-container .detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.detail-container .detail-list .item {
  width: calc(33.33% - 50px);
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .detail-container .detail-list .item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 640px) {
  .detail-container .detail-list .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .detail-container .detail-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.detail-container .detail-list .item:nth-child(3n+2) {
  margin: 0 75px;
}
@media (max-width: 980px) {
  .detail-container .detail-list .item:nth-child(3n+2) {
    margin: 0 25px;
  }
}
@media (max-width: 640px) {
  .detail-container .detail-list .item:nth-child(3n+2) {
    margin: 0;
  }
}
@media (max-width: 980px) {
  .detail-container .detail-list .item:nth-child(2n) {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .detail-container .detail-list .item:nth-child(2n) {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.detail-container .detail-list .item .text {
  margin-top: 20px;
  font-size: 28px;
  color: #1B1D30;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1300px) {
  .detail-container .detail-list .item .text {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .detail-container .detail-list .item .text {
    font-size: 20px;
  }
}
.detail-container .detail-text {
  /* padding-top: 50px; */
}
.detail-container .detail-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.detail-container .detail-text p {
  margin-bottom: 25px;
  line-height: 157%;
  font-weight: 300;
}
.detail-container .detail-text p strong {
  font-weight: 500;
}
.detail-container .detail-text ul {
  /* margin: 0 0 0 20px; */
}
.detail-container .detail-text ul li {
  margin-bottom: 10px;
  line-height: 140%;
  position: relative;
  font-weight: 300;
  text-decoration: none;
  list-style: none;
  color: #1b1d30;
}
.detail-container .detail-text ul li::before {
  /* content: ""; */
  /* background-color: #181a2b; */
  /* width: 10px; */
  /* height: 10px; */
  /* position: absolute; */
  /* left: -20px; */
  /* top: 8px; */
  /* border-radius: 10px; */
}
.detail-container .detail-text ul li a {
  color: #ffffff;
  font-weight: 400;
}
.detail-container .detail-text .three {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 50px;
}
.detail-container .detail-text .three .item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
}
.detail-container .detail-text .three .item:nth-child(3n+2) {
  margin: 0 30px;
}
@media (max-width: 640px) {
  .detail-container .detail-text .three .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-container .detail-text .three .item:nth-child(3n+2) {
    margin: 0;
    margin-bottom: 10px;
  }
}
.detail-container .detail-text .three .item a {
  color: #1D1D1B;
}
.detail-container .detail-text .three .text {
  display: block;
  background: #F9F9FB;
  padding: 25px;
}
.detail-container .detail-text .three .text p {
  margin-bottom: 15px;
}
.detail-container .detail-text .three .img img {
  width: 100%;
}

.sustainable-container .item-top-I {
  position: relative;
}
.sustainable-container .item-top-I img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 980px) {
  .sustainable-container .item-top-I img {
    height: 120vh;
  }
}
@media (max-width: 640px) {
  .sustainable-container .item-top-I img {
    height: 158vh;
  }
}
.sustainable-container .item-top-I .img {
  overflow: hidden;
}

.sustainable-lp .sustainable-container .item-top-I {
  background: #79ab48 url(../images/srd.jpg) no-repeat;
  min-height: 625px;
  background-size: cover;
  padding-bottom: 100px;
}
.sustainable-lp .sustainable-container .item-top-I > .text {
  position: relative;
  top: 70px;
  width: 1394px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I > .text {
    width: 100%;
    top: 30px;
    padding: 0 25px;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-top {
  color: #fff;
  width: 55%;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-top {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-top {
    width: 100%;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-top h1 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-top h1 {
    font-size: 35px;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-top p {
  font-weight: 400;
  line-height: 157%;
  margin-bottom: 26px;
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom {
    flex-direction: column;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I {
  display: flex;
  align-items: center;
  width: calc(43% - 20px);
}
@media (max-width: 640px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I {
    width: 100%;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I .srd {
  font-size: 150px;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I .srd {
    font-size: 80px;
  }
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I .srd {
    font-size: 50px;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I .text p {
  margin: 0;
  font-size: 22px;
  line-height: 107%;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I .text p {
    font-size: 18px;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II {
  display: flex;
  align-items: flex-start;
  width: calc(45% - 20px);
  margin-left: 30px;
  margin-top: 30px;
  position: relative;
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II .srd {
  font-size: 64px;
  font-weight: 700;
  line-height: 85%;
  width: 50%;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II .srd {
    font-size: 35px;
  }
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    flex-direction: row-reverse;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II .text {
  width: 40%;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II .text {
    width: 55%;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II .text p {
  margin: 0;
  font-size: 22px;
  line-height: 107%;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II .text p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-II .text p {
    padding: 0 10px 0 0;
  }
}
.sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I .text {
  width: 41%;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .srd-container .item-bottom .item-I .text {
    width: 100%;
  }
}
.sustainable-lp .sustainable-container .item-top-I .f24 {
  font-size: 24px;
  font-weight: 700 !important;
}
@media (max-width: 1300px) {
  .sustainable-lp .sustainable-container .item-top-I .f24 {
    font-size: 20px;
  }
}

.item-bottom-I .four {
  display: flex;
  flex-wrap: wrap;
}
.item-bottom-I .four .item {
  position: relative;
  width: 25%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .item-bottom-I .four .item {
    width: 50%;
  }
}
.item-bottom-I .four .item .text {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.item-bottom-I .four .item .text p {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  text-align: left;
  width: 60%;
}
@media (max-width: 1300px) {
  .item-bottom-I .four .item .text p {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 980px) {
  .item-bottom-I .four .item .text p {
    font-size: 20px;
  }
}
.item-bottom-I .four .item .overlay {
  opacity: 0.5;
}
.item-bottom-I .four .item .img {
  width: 120%;
  height: 526px;
  transition: 0.5s;
}
@media (max-width: 1300px) {
  .item-bottom-I .four .item .img {
    height: 325px;
  }
}
@media (max-width: 640px) {
  .item-bottom-I .four .item .img {
    height: 240px;
  }
}
.item-bottom-I .four .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.item-bottom-I .four .item:hover .img {
  width: 100%;
}

.sur-2-content {
  margin-top: 50px;
}
.sur-2-content .two-list {
  display: flex;
}
@media (max-width: 1300px) {
  .sur-2-content .two-list {
    flex-wrap: wrap;
  }
}
.sur-2-content .two-list .item-left {
  position: relative;
}
.sur-2-content .two-list .item-left .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0c1b8c;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  width: 27%;
  border-radius: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  height: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sur-2-content .two-list .item-left .text .f30 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .sur-2-content .two-list .item-left .text .f30 {
    line-height: 100%;
    font-size: 16px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .sur-2-content .two-list .item-left .text .f30 {
    font-size: 14px !important;
  }
}
.sur-2-content .two-list .item-left .text p {
  line-height: 145%;
}
@media (max-width: 980px) {
  .sur-2-content .two-list .item-left .text p .blue-btn-200 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .sur-2-content .two-list .item-left .text p .blue-btn-200 {
    height: 26px;
    font-size: 12px;
  }
}
@media (max-width: 1464px) {
  .sur-2-content .two-list .item-left .text p {
    line-height: 120%;
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .sur-2-content .two-list .item-left .text p:nth-child(2) {
    display: none;
  }
}
.sur-2-content .two-list .item-right .three {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .sur-2-content .two-list .item-right .three {
    flex-direction: row;
  }
}
@media (max-width: 640px) {
  .sur-2-content .two-list .item-right .three {
    flex-wrap: wrap;
  }
}
.sur-2-content .two-list .item-right .three .item {
  position: relative;
}
@media (max-width: 640px) {
  .sur-2-content .two-list .item-right .three .item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .sur-2-content .two-list .item-right .three .item:nth-child(3) {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
}
.sur-2-content .two-list .item-right .three .item .text {
  position: absolute;
  bottom: 0;
  padding: 15px;
}
.sur-2-content .two-list .item-right .three .item .text p {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 640px) {
  .sur-2-content .two-list .item-right .three .item .text p {
    font-size: 18px;
  }
}
.sur-2-content .two-list .item-right .three .item .img .overlay {
  opacity: 0.41;
}
@media (max-width: 640px) {
  .sur-2-content .two-list .item-right .three .item .img img {
    width: 100%;
  }
}

.sur-3-content {
  margin-top: 80px;
}
@media (max-width: 640px) {
  .sur-3-content {
    text-align: center;
  }
}
.sur-3-content p {
  font-size: 18px;
  line-height: 150%;
}
.sur-3-content p a {
  margin-top: 30px !important;
  margin: 0;
}
@media (max-width: 640px) {
  .sur-3-content .width-flex {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .sur-3-content .width-flex .img {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .sur-3-content .width-flex .blue-btn-200 {
    margin: 0 auto !important;
  }
}

.sur-4-content {
  margin-top: 80px;
}
.sur-4-content .sustainability-commitments-container {
  height: 980px;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .sur-4-content .sustainability-commitments-container {
    height: 600px;
  }
}
@media (max-width: 980px) {
  .sur-4-content .sustainability-commitments-container {
    height: 700px;
  }
}
@media (max-width: 980px) {
  .sur-4-content .sustainability-commitments-container {
    height: 630px;
  }
}
.sur-4-content .sustainability-commitments-container .two-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sur-4-content .sustainability-commitments-container .two-list {
    flex-direction: column-reverse;
  }
}
.sur-4-content .sustainability-commitments-container .two-list > div {
  width: calc(50% - 60px);
}
@media (max-width: 980px) {
  .sur-4-content .sustainability-commitments-container .two-list > div {
    width: 100%;
  }
}
.sur-4-content .sustainability-commitments-container .two-list .item-left {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .sur-4-content .sustainability-commitments-container .two-list .item-left {
    margin-right: 0;
    text-align: center;
  }
}
.sur-4-content .sustainability-commitments-container .two-list .item-left .text {
  color: #fff;
}
.sur-4-content .sustainability-commitments-container .two-list .item-left .text p {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 980px) {
  .sur-4-content .sustainability-commitments-container .two-list .item-left .text p .blue-btn-200 {
    margin: 0 auto !important;
  }
}
.sur-4-content .sustainability-commitments-container .two-list .item-left .text a {
  margin: 25px 0 0;
}
.sur-4-content .sustainability-commitments-container .two-list .item-right {
  margin-left: 60px;
}
@media (max-width: 980px) {
  .sur-4-content .sustainability-commitments-container .two-list .item-right {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .sur-4-content .sustainability-commitments-container .two-list .item-right .two-list {
    flex-direction: row;
  }
}
.sur-4-content .sustainability-commitments-container .two-list .img {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .sur-4-content .sustainability-commitments-container .two-list .img {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
}
@media (max-width: 640px) {
  .sur-4-content .sustainability-commitments-container .two-list .img {
    width: calc(33.33% - 10px);
    margin: 5px;
  }
}

.sur-5-content {
  margin-top: 80px;
}
.sur-5-content .our-sustainability-achievements {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .sur-5-content .our-sustainability-achievements {
    width: 100%;
  }
}
.sur-5-content .our-sustainability-achievements .two-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px;
  flex-direction: column;
}
.sur-5-content .our-sustainability-achievements .two-list .item {
  width: 100%;
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  align-items: center;
}
@media (max-width: 640px) {
  .sur-5-content .our-sustainability-achievements .two-list .item {
    width: 100%;
    text-align: center;
  }
}
.sur-5-content .our-sustainability-achievements .two-list .item .img {
  width: 15%;
  text-align: center;
}
@media (max-width: 640px) {
  .sur-5-content .our-sustainability-achievements .two-list .item .img {
    width: 100%;
  }
}
.sur-5-content .our-sustainability-achievements .two-list .item .text {
  width: 80%;
  padding-left: 23px;
}
@media (max-width: 640px) {
  .sur-5-content .our-sustainability-achievements .two-list .item .text {
    width: 100%;
  }
}
.sur-5-content .our-sustainability-achievements .two-list .item .text i,
.sur-5-content .our-sustainability-achievements .two-list .item .text em {
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  color: #00b6ea;
}
.sur-5-content .our-sustainability-achievements .two-list .item .text p {
  font-size: 18px;
  color: rgb(38, 48, 106);
}
.sur-5-content .our-sustainability-achievements .two-list .item .text sup {
  font-size: 12px;
}
.sur-5-content .our-sustainability-achievements .two-list .b-1 {
  border: 1px solid #FF9E00;
}
.sur-5-content .our-sustainability-achievements .two-list .c-1 {
  color: #FF9E00 !important;
}
.sur-5-content .our-sustainability-achievements .two-list .b-3 {
  border: 1px solid #557D14;
}
.sur-5-content .our-sustainability-achievements .two-list .c-3 {
  color: #557D14 !important;
}
.sur-5-content .our-sustainability-achievements .two-list .c-4 {
  color: #462F91 !important;
}
.sur-5-content .our-sustainability-achievements .two-list .b-5 {
  border: 1px solid #F44A2C;
}
.sur-5-content .our-sustainability-achievements .two-list .c-5 {
  color: #F44A2C !important;
}
.sur-5-content .ok {
  display: table;
}
@media (max-width: 640px) {
  .sur-5-content .ok {
    display: block;
  }
}
.sur-5-content .ok:after {
  content: "\e876";
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  color: #fff;
  border-radius: 100%;
  padding: 0 2px;
  margin-left: 15px;
  background: rgb(164, 206, 57);
}

.sur-6-content {
  margin-top: 100px;
  margin-bottom: 80px;
}

.discover-more-container .flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .discover-more-container .flex-list .item {
    width: calc(50% - 20px);
  }
}
.discover-more-container .flex-list .item .text {
  display: block;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 980px) {
  .discover-more-container .flex-list .item .text {
    font-size: 18px;
  }
}
.discover-more-container .flex-list .item .img {
  width: 55px;
  min-height: 100px;
  display: block;
  margin: 0 auto;
}
.discover-more-container .flex-list .item a {
  color: #1B1D30;
  display: block;
}

.footer-0 {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .footer-container .footer-top {
    display: none;
  }
  .footer-container .footer-top-main {
    display: none;
  }
}

.footer-detail .footer-top-main {
  /* border-top: 1px solid #DBDBDB; */
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #1b1d30;
}
.footer-detail .footer-top {
  border-top: 1px solid #DBDBDB;
  padding-top: 100px;
  padding-bottom: 50px;
}

.filter-g img {
  filter: grayscale(1);
  transition: 0.5s;
}
.filter-g a:hover img {
  filter: grayscale(0);
}

.number-employees .text {
  height: 250px;
}
.number-employees .text .top-item {
  display: flex;
  justify-content: space-between;
}
.number-employees .text .top-item p:nth-child(2) {
  margin-left: 15px;
}
.number-employees .text .bottom-item {
  margin-top: 50px;
  display: block;
}
@media (max-width: 1300px) {
  .number-employees .text .bottom-item {
    margin-top: 25px;
  }
}
.number-employees .text .bottom-item i,
.number-employees .text .bottom-item em {
  font-size: 60px;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .number-employees .text .bottom-item i,
  .number-employees .text .bottom-item em {
    font-size: 40px;
  }
}
.number-employees .text .bottom-item u {
  text-decoration: none;
}

.our-team-slider .item,
.our-values-slider .item {
  width: 100% !important;
}
.our-team-slider .owl-nav,
.our-values-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .our-team-slider .owl-nav,
  .our-values-slider .owl-nav {
    justify-content: center;
  }
}
.our-team-slider .owl-nav button,
.our-values-slider .owl-nav button {
  background: #1B1D30 !important;
  margin: 0 5px;
}
.our-team-slider .owl-nav button span,
.our-values-slider .owl-nav button span {
  padding: 10px;
  color: #fff;
}
.our-team-slider .owl-nav .disabled,
.our-values-slider .owl-nav .disabled {
  background: #9094b1 !important;
}

.ik-list-section {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .ik-list-section .width-flex {
    flex-direction: column-reverse;
  }
}
.ik-list-section .width-flex:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .ik-list-section .width-flex:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.ik-list-section .blue-btn-200 {
  margin: 0;
}
@media (max-width: 640px) {
  .ik-list-section .blue-btn-200 {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .ik-list-section .text {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .ik-list-section .img {
    margin-bottom: 20px;
  }
}

.awards .item {
  background: #F9F9FB;
  padding: 30px;
}
.awards .item .img {
  text-align: center;
  margin-bottom: 50px;
}
.awards .item .img img {
  width: auto !important;
  height: 160px;
}
.awards .item .text {
  padding: 0 !important;
}
.awards .item .text p {
  font-size: 25px;
  font-weight: bold;
}

.discover-more-b {
  background: #F8F8F8;
  padding: 50px 0;
  margin-top: 30px;
}

.management-container {
  margin-top: 80px;
  margin-bottom: 80px;
}
.management-container .img {
  display: block;
}
.management-container .text {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 980px) {
  .management-container .text {
    width: 100%;
  }
}
.management-container .text p {
  display: block;
}

.activity-report-container {
  margin-top: 120px;
}
.activity-report-container .activity-report-list {
  margin-top: 50px;
}
.activity-report-container .activity-report-list .item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
}
@media (max-width: 640px) {
  .activity-report-container .activity-report-list .item {
    flex-direction: column;
  }
}
.activity-report-container .activity-report-list .item .img {
  width: 40%;
}
@media (max-width: 640px) {
  .activity-report-container .activity-report-list .item .img {
    width: 100%;
  }
}
.activity-report-container .activity-report-list .item .text {
  width: 60%;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .activity-report-container .activity-report-list .item .text {
    width: 100%;
    text-align: center;
  }
}
.activity-report-container .activity-report-list .item .text a {
  margin: 0;
}
@media (max-width: 640px) {
  .activity-report-container .activity-report-list .item .text a {
    margin: 0 auto;
  }
}
.activity-report-container .activity-report-list .item:after {
  position: absolute;
  background: #F9F9FB;
  content: "";
  height: 270px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.hover-header {
  background: #fff !important;
}
.hover-header .menu-container ul li a {
  color: #1D1D1B;
}
.hover-header .bottom-container .header-flex-container .item-right .search-location .search span {
  color: #1D1D1B;
}
.hover-header .bottom-container .header-flex-container .item-right .search-location .location span {
  color: #1D1D1B !important;
}
.hover-header .bottom-container .header-flex-container .item-right a {
  color: #1D1D1B;
}
.hover-header .liveShare {
  color: #000;
}
.hover-header .liveShare #textHome a {
  color: #000;
}
.hover-header .home-search-icon {
  filter: none;
}

.hover-header1 {
  background: #fff !important;
}
.hover-header1 .menu-container ul li a {
  color: #1D1D1B;
}
.hover-header1 .bottom-container .header-flex-container .item-right .search-location .search span {
  color: #1D1D1B;
}
.hover-header1 .bottom-container .header-flex-container .item-right .search-location .location span {
  color: #1D1D1B !important;
}
.hover-header1 .bottom-container .header-flex-container .item-right a {
  color: #1D1D1B;
}
.hover-header1 .liveShare {
  color: #000;
}
.hover-header1 .liveShare #textHome a {
  color: #000;
}
.hover-header1 .home-search-icon {
  filter: none;
}

.desktop-mobil {
  display: none;
}
@media (max-width: 1300px) {
  .desktop-mobil {
    display: block;
  }
}

.submenu-back {
  opacity: 0;
}
@media (max-width: 1300px) {
  .submenu-back {
    position: absolute;
    top: -80px;
    left: 0;
    background: #ffffff;
    height: 78px;
    width: 100%;
    opacity: 1;
  }
  .submenu-back i {
    top: 25px;
    position: relative;
    font-size: 20px;
    color: #1D1D1B;
    font-style: normal;
    padding: 0 35px;
  }
  .submenu-back i::before {
    content: "\e5e0";
    font-family: "Material Symbols Outlined";
    top: 8px;
    position: relative;
    font-size: 30px;
  }
}

.chat-bubble .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  align-items: center;
}
@media (max-width: 980px) {
  .chat-bubble .item {
    margin-bottom: 25px;
  }
}
.chat-bubble .item .img {
  width: 30%;
  display: block;
  padding-right: 15px;
}
@media (max-width: 980px) {
  .chat-bubble .item .img {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .chat-bubble .item .img {
    width: 100%;
  }
}
.chat-bubble .item .img i,
.chat-bubble .item .img em {
  background: #1B1D30;
  width: 100%;
  display: block;
  text-align: center;
  font-style: normal;
  color: #fff;
  padding: 20px 0;
}
.chat-bubble .item .img img {
  width: 100%;
}
.chat-bubble .item .text {
  width: 70%;
  padding: 60px;
  font-style: italic;
}
@media (max-width: 640px) {
  .chat-bubble .item .text {
    padding: 40px;
  }
}
.chat-bubble .item .text .comment {
  line-height: 140%;
  position: relative;
  font-weight: 300;
}
.chat-bubble .item .text .comment::before {
  color: #1B1D30;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 89px;
  font-weight: bold;
  position: absolute;
  left: -60px;
  top: 12px;
}
@media (max-width: 640px) {
  .chat-bubble .item .text .comment::before {
    font-size: 60px;
    left: -40px;
    top: 5px;
  }
}
.chat-bubble .item .text .comment::after {
  color: #1B1D30;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 89px;
  font-weight: bold;
  position: absolute;
  right: -50px;
  bottom: -29px;
}
@media (max-width: 640px) {
  .chat-bubble .item .text .comment::after {
    font-size: 60px;
    right: -30px;
    bottom: -25px;
  }
}
@media (max-width: 980px) {
  .chat-bubble .item .text {
    width: 100%;
  }
}
.chat-bubble .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 980px) {
  .chat-bubble .item:nth-child(2n) {
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .chat-bubble .item {
    flex-direction: column;
  }
}

.mB-50 {
  margin-bottom: 50px;
}

.two-list {
  display: flex;
}

.title-content {
  font-size: 20px;
  background: #1B1D30;
  color: #fff;
  padding: 10px 15px;
}

.list-menu {
  display: flex;
  flex-wrap: wrap;
}
.list-menu .item {
  width: calc(33.33% - 20px);
  background: #181a2b;
  margin: 0 10px;
  height: 100px;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .list-menu .item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list-menu .item a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-menu .item:hover {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #000;
}

.bg-border {
  background: #fff;
  box-shadow: 0px 0px 20px 0px #888888;
  padding: 50px;
  border-radius: 20px;
}

.img-border img {
  border: 1px solid #888888;
  box-shadow: 0px 0px 20px 0px #888888;
  border-radius: 20px;
}

.dipNot {
  font-size: 14px;
  font-style: italic;
}

.bg-green .item {
  background: #577c1f;
  padding: 20px;
  border-radius: 20px;
}
.bg-green p {
  color: #fff;
  text-align: center;
}

.sabanci-table {
  width: 100%;
  padding-bottom: 25px;
  display: block;
}
@media (max-width: 640px) {
  .sabanci-table {
    overflow-x: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.sabanci-table th {
  font-weight: bold;
  border-bottom: 2px solid #577c1f;
  padding: 12px 12px;
}
.sabanci-table td {
  padding: 12px 12px;
  border-bottom: 2px solid #181a2b;
}

.detailLeft {
  float: left;
  width: 400px;
  margin-right: 60px;
  margin-bottom: 60px;
}

/*form*/
.contact-form .two-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .two-list .formItem {
  width: calc(50% - 25px);
  margin: 0 0 25px 0;
  position: relative;
}
@media (max-width: 640px) {
  .contact-form .two-list .formItem {
    width: 100%;
  }
}
.contact-form .two-list .formItem:nth-child(2n) {
  margin-left: 50px;
}
@media (max-width: 640px) {
  .contact-form .two-list .formItem:nth-child(2n) {
    margin-left: 0;
  }
}
.contact-form .two-list .formItem input {
  width: 100%;
  padding: 20px 15px;
  box-shadow: 0 2px #1B1D30;
  font-size: 20px;
  background: #f4f4ef;
  border: none;
}
.contact-form .two-list .formItem input:focus-visible {
  outline: 2px solid #1B1D30 !important;
}
.contact-form .two-list .formItem select,
.contact-form .two-list .formItem textarea {
  width: 100%;
  padding: 20px 15px;
  box-shadow: 0 2px #1B1D30;
  font-size: 20px;
  background: #f4f4ef;
  border: none;
  color: #757575;
}
.contact-form .two-list .formItem select:focus-visible,
.contact-form .two-list .formItem textarea:focus-visible {
  outline: 2px solid #1B1D30 !important;
}
.contact-form .full {
  width: 100% !important;
  margin: 0 0 25px 0 !important;
  position: relative;
}
.contact-form .captchaContainer {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .captchaContainer .item-left {
  width: 250px;
  position: relative;
}
.contact-form .captchaContainer .item-left #UC_CommunicationForm1_rfvVerificationCode {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
}
.contact-form .captchaContainer .captchaInput {
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0 2px #1B1D30;
  font-size: 20px;
  background: #f4f4ef;
  border: none;
}
.contact-form .captchaContainer .captchaInput:focus-visible {
  outline: 2px solid #1B1D30 !important;
}
.contact-form .captchaContainer .captchaContact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  left: 20px;
  position: relative;
}
.contact-form .communication-permit {
  padding: 25px 0;
}
.contact-form .communication-permit #UC_CommunicationForm1_lblCommunicationPermit {
  margin-bottom: 15px;
  display: block;
}
.contact-form .communication-permit label {
  padding: 0 10px;
}
.contact-form #UC_CustomForm1_lblCommunicationPermit {
  margin-bottom: 15px;
  display: block;
}
.contact-form .btnBigSend {
  border: none !important;
  background: #1B1D30;
  width: 250px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  transition: 1s;
}
.contact-form .btnBigSend:hover {
  width: 320px;
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.contact-form .formTitle {
  display: none;
}
.contact-form .formValidator {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
}
.contact-form .formValidator span {
  font-size: 25px;
}
.contact-form .divErrorMessage {
  color: #f00;
}
.contact-form .formValidatorOne {
  width: 320px !important;
}

/*form*/
.contant-us {
  margin-bottom: 25px;
}
.contant-us .contant-us-item {
  display: flex;
  flex-wrap: wrap;
}
.contant-us .contant-us-item .title {
  width: 100px;
  font-weight: bold;
}
.contant-us .contant-us-item:nth-child(2n) {
  background: #f6fbfd;
}
.contant-us .contant-us-item p {
  margin-bottom: 0;
  padding: 12px 10px;
}
.contant-us .contant-us-item a {
  color: #1D1D1B;
}

.search-layer {
  background: #1B1D30;
  position: fixed;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  /* margin: 30px auto 0; */
}
.search-layer .search-list-three {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
.search-layer .search-list-three .txtBox {
  background: #1B1D30;
  border: none;
  color: #fff;
  padding: 10px;
  width: 500px;
}
.search-layer .search-list-three .txtBox::-moz-placeholder {
  color: #fff;
}
.search-layer .search-list-three .txtBox::placeholder {
  color: #fff;
}
.search-layer .search-list-three .txtBox:focus-visible {
  outline: none;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  .search-layer .search-list-three .txtBox {
    width: 100%;
  }
}
.search-layer .search-list-three .searchIcon {
  filter: invert(1);
  cursor: pointer;
}

.dNone {
  display: none;
}

.ui-autocomplete {
  z-index: 99999;
  position: absolute;
  width: 1140px !important;
  margin: 0 0 0 -600px;
  left: 50% !important;
  right: 0 !important;
  top: 100px !important;
  box-shadow: 0px 5px 5px 2px rgba(0, 53, 132, 0.1);
}
.ui-autocomplete.ui-helper-hidden-accessible div {
  display: none;
}
.ui-autocomplete.ui-widget.ui-widget-content {
  background: #fff;
  color: #003584;
  border-radius: 10px;
  padding: 30px;
  overflow: auto;
  max-height: 450px;
  position: fixed;
}
@media (max-width: 1300px) {
  .ui-autocomplete.ui-widget.ui-widget-content {
    width: calc(90% - 60px) !important;
    left: 5% !important;
    margin: 0 !important;
    height: calc(40% - 60px);
    overflow: auto;
  }
}
.ui-autocomplete.ui-autocomplete li {
  padding: 15px 20px;
  transition: 0.4s;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.ui-autocomplete.ui-autocomplete li:hover {
  background: #a6b0b6;
  transition: 0.8s;
  cursor: pointer;
}
.ui-autocomplete.ui-menu .ui-menu-item img {
  display: none;
}

.search-list-container .item-top {
  background: #0A0A56;
  height: 225px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .search-list-container .item-top {
    height: 145px;
  }
}
.search-list-container .item-top #txtsearchDetail {
  background: #bdb6b6;
  height: 62px;
}
.search-list-container .item-top #txtsearchDetail::-moz-placeholder {
  color: #1D1D1B;
}
.search-list-container .item-top #txtsearchDetail::placeholder {
  color: #1D1D1B;
}
.search-list-container .item-top #btnSearchDetail {
  background: #fff;
  margin-left: 20px;
  color: #181a2b;
  width: 100px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-list-container .item-top .search-box {
  margin-bottom: 20px;
  align-items: center;
}
.search-list-container .item-top .search-box .title-S {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .search-list-container .item-top .search-box .title-S {
    display: none;
  }
}
.search-list-container .item-bottom {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .search-list-container .item-bottom {
    margin-top: 30px;
  }
}
.search-list-container .item-bottom .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .search-list-container .item-bottom .wrapper {
    flex-direction: column;
  }
}
.search-list-container .item-bottom .search-left {
  width: 20%;
  position: relative;
}
.search-list-container .item-bottom .search-left .text {
  position: relative;
}
@media (max-width: 640px) {
  .search-list-container .item-bottom .search-left .text {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
}
.search-list-container .item-bottom .search-left .text:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #DBDBDB;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .search-list-container .item-bottom .search-left .text:before {
    display: none;
  }
}
.search-list-container .item-bottom .search-left .text .img {
  width: 100px;
}
@media (max-width: 640px) {
  .search-list-container .item-bottom .search-left .text .img {
    margin-right: 20px;
  }
}
.search-list-container .item-bottom .search-left .text .text-s {
  color: #181a2b;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.938%;
  margin-top: 25px;
}
@media (max-width: 1300px) {
  .search-list-container .item-bottom .search-left .text .text-s {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .search-list-container .item-bottom .search-left {
    width: 30%;
  }
}
@media (max-width: 1300px) and (max-width: 640px) {
  .search-list-container .item-bottom .search-left {
    width: 100%;
  }
}
.search-list-container .item-bottom .search-result-list {
  width: 65%;
}
@media (max-width: 640px) {
  .search-list-container .item-bottom .search-result-list {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .search-list-container .item-bottom ul {
    margin: 0;
  }
}
.search-list-container .item-bottom ul li {
  list-style: none !important;
  margin-bottom: 10px !important;
  background: #ECF9FF;
  padding: 18px 25px;
}
.search-list-container .item-bottom ul li::before {
  display: none;
}
.search-list-container .item-bottom ul li:nth-child(2n) {
  background: #fff;
}
.search-list-container .search-box {
  display: flex;
  margin-bottom: 20px;
}
.search-list-container .contentFound {
  position: relative;
}
.search-list-container .contentFound p {
  color: #0626A9 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 157.031% !important;
  left: 35px !important;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .search-list-container .contentFound p {
    left: 10px !important;
  }
}
.search-list-container .contentFound p:before {
  font-family: "Material Symbols Outlined";
  content: "\e88e";
  position: relative;
  left: -7px;
  top: 4px;
  font-size: 23px;
}
.search-list-container ul {
  padding-top: 20px;
  display: block;
}
.search-list-container ul li {
  margin-bottom: 10px !important;
}
.search-list-container ul li a {
  color: #bdbdbd;
}
.search-list-container ul li::marker {
  color: #fff;
}

#txtsearchDetail {
  width: 100%;
  padding: 10px;
  background: #1B1D30;
  border: 1px solid #bdbdbd;
}
#txtsearchDetail::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
#txtsearchDetail::placeholder {
  color: #fff;
  font-size: 18px;
}

#btnSearchDetail {
  cursor: pointer;
  color: #fff;
  padding: 10px 15px;
}

.detail-news-slider {
  display: flex;
  flex-wrap: wrap;
}
.detail-news-slider .item {
  width: calc(33.33% - 30px);
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .detail-news-slider .item {
    width: calc(100% - 10px);
    margin-bottom: 40px !important;
  }
}
.detail-news-slider .item:nth-child(3n-1) {
  margin: 0 45px;
}
@media (max-width: 640px) {
  .detail-news-slider .item:nth-child(3n-1) {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .detail-news-slider .item:nth-child(2n) {
    margin-left: 0;
  }
}
.detail-news-slider .img {
  position: relative;
}
.detail-news-slider .img:after {
  content: "\f85a";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-size: 40px;
  color: #fff;
  pointer-events: none;
  transition: 0.5s;
}

.detail-news-slider .img:hover:after {
    font-size: 50px;
}

.two-btn {
  display: flex;
  margin-top: 20px;
}

.btnRed {
  background: #f00 !important;
}

.two-list-lp-left .blue-btn-200 {
  margin: 20px 0 0;
  transition: 0.5s;
}
.two-list-lp-left .blue-btn-200:hover {
  width: 250px;
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.two-list-lp-left .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .two-list-lp-left .item {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .two-list-lp-left .item {
    margin: 0;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.two-list-lp-left .item .text {
  width: 52%;
  padding-right: 3%;
}
@media (max-width: 640px) {
  .two-list-lp-left .item .text {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
  }
}
.two-list-lp-left .item .text p {
  margin-bottom: 25px;
  line-height: 157%;
  font-weight: 300;
}
.two-list-lp-left .item .img {
  width: 48%;
  padding-left: 3%;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .two-list-lp-left .item .img {
    width: 100%;
    padding-left: 0;
  }
}
.two-list-lp-left .item:nth-child(1) {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .two-list-lp-left .item:nth-child(1) {
    flex-direction: column-reverse;
  }
}
.two-list-lp-left .item:nth-child(1) .text {
  padding-left: 0;
  padding-right: 3%;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .two-list-lp-left .item:nth-child(1) .text {
    padding-right: 0;
  }
}
.two-list-lp-left .item:nth-child(1) .img {
  padding-left: 0;
  padding-right: 3%;
}
@media (max-width: 640px) {
  .two-list-lp-left .item:nth-child(1) .img {
    padding-right: 0;
  }
}
.two-list-lp-left .item:nth-child(2n) .text p {
  line-height: 140%;
}
.two-list-lp-left .full {
  width: calc(50% - 15px);
  display: inline-flex;
  margin-bottom: 30px;
  height: 197px;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 640px) {
  .two-list-lp-left .full {
    width: 100%;
  }
}
.two-list-lp-left .full:nth-child(2n) {
  margin-left: 30px;
}
@media (max-width: 640px) {
  .two-list-lp-left .full:nth-child(2n) {
    margin-left: 0;
  }
}
.two-list-lp-left .full .text {
  padding: 20px 40px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.two-list-lp-left .full a {
  width: 100%;
  height: 100%;
}
.two-list-lp-left .full a:before {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  position: absolute;
  bottom: 25px;
  right: 20px;
  color: #ffffff;
  font-size: 34px;
  z-index: 1;
}

.two-list-lp .blue-btn-200 {
  margin: 20px 0 0;
  transition: 0.5s;
}
.two-list-lp .blue-btn-200:hover {
  width: 250px;
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.two-list-lp .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .two-list-lp .item {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .two-list-lp .item {
    margin: 0;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}
.two-list-lp .item .text {
  width: 50%;
  padding-right: 3%;
}
@media (max-width: 640px) {
  .two-list-lp .item .text {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
  }
}
.two-list-lp .item .img {
  width: 50%;
  padding-left: 3%;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .two-list-lp .item .img {
    width: 100%;
    padding-left: 0;
  }
}
.two-list-lp .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 640px) {
  .two-list-lp .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.two-list-lp .item:nth-child(2n) .text {
  padding-right: 0;
  padding-left: 3%;
}
@media (max-width: 640px) {
  .two-list-lp .item:nth-child(2n) .text {
    padding-left: 0;
  }
}
.two-list-lp .item:nth-child(2n) .img {
  padding-left: 0;
  padding-right: 3%;
}
@media (max-width: 640px) {
  .two-list-lp .item:nth-child(2n) .img {
    padding-right: 0;
  }
}
.two-list-lp .item .img img {
  width: 100%;
}
.two-list-lp .item:nth-child(2n) .text p {
  line-height: 140%;
}

.LeBreadCrumbs {
  font-size: 14px;
  color: #1b1d30;
  opacity: 90%;
}
.LeBreadCrumbs a {
  color: #1b1d30;
}
.LeBreadCrumbs a:hover {
  color: #005785;
  /* opacity: 50%; */
}

.detail-bottom-menu .leftMenuLedisXSLT .subMenuContainer {
  display: none;
}
.detail-bottom-menu .level2.liselected::marker,
.detail-bottom-menu .level3.liselected.liselected::marker {
  color: #6363CD !important;
}
.detail-bottom-menu .level2.liselected .selected,
.detail-bottom-menu .level3.liselected.liselected .selected {
  color: #6363CD !important;
}

.bg-ımg {
  width: auto !important;
}
.bg-ımg .img {
  position: relative;
}
.bg-ımg .img img {
  width: auto !important;
}
.bg-ımg .item {
  align-items: flex-end;
  flex-direction: row-reverse;
  margin: 0 !important;
}
@media (max-width: 1300px) {
  .bg-ımg .item {
    align-items: flex-start;
  }
}

.management-list {
  display: flex;
  flex-wrap: wrap;
}
.management-list .one {
  width: 100% !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .management-list .one {
    width: calc(100% - 50px) !important;
    display: block;
  }
}
.management-list .two {
  width: 50% !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .management-list .two {
    width: calc(100% - 50px) !important;
    display: block;
  }
}
.management-list .item {
  width: calc(25% - 25px);
  margin: 12.5px;
}
@media (max-width: 1300px) {
  .management-list .item {
    width: calc(33.33% - 50px);
  }
}
@media (max-width: 980px) {
  .management-list .item {
    width: calc(50% - 50px);
  }
}
@media (max-width: 640px) {
  .management-list .item {
    width: calc(100% - 50px);
  }
}
.management-list .item .img {
  height: 320px;
  display: flex;
  justify-content: center;
  background: #F5F5F5;
  overflow: hidden;
  transition: 0.5s;
}
.management-list .item .img img {
  height: 100%;
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  top: 35px;
  position: relative;
}
.management-list .item .titleContainer {
  margin-top: 15px;
  color: #181a2b;
}
.management-list .item .titleContainer .title {
  font-size: 20px;
  color: #181a2b;
  font-weight: 500;
  display: block;
}
.management-list .item .titleContainer .subTitle {
  font-weight: 300;
}
.management-list .item:hover .img {
  background: #fff;
  border: 1px solid #181a2b;
  position: relative;
}
.management-list .item:hover .img:before {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  font-size: 35px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #181a2b;
  font-size: 50px;
  z-index: 1;
}

.senior-management {
  margin: 40px 0 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.senior-management li {
  list-style: none;
  width: calc(50% - 13px);
  background: #F5F5F5;
  padding: 25px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .senior-management li {
    width: 100%;
  }
}
.senior-management li:before {
  display: none;
}
.senior-management li:nth-child(2n) {
  margin-left: 25px;
}
@media (max-width: 640px) {
  .senior-management li:nth-child(2n) {
    margin-left: 0;
  }
}
.senior-management li strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

.page-two {
  display: flex;
  flex-wrap: wrap;
}
.page-two > div {
  width: calc(50% - 13px);
}
@media (max-width: 640px) {
  .page-two > div {
    width: 100%;
  }
}

table.sabanci-table-bg {
  width: 100%;
  margin-bottom: 25px;
}
table.sabanci-table-bg th {
  background: #181a2b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 25px;
}
table.sabanci-table-bg td {
  background: #F5F5F5;
  font-size: 20px;
  font-weight: 400;
  padding: 25px;
}
table.sabanci-table-bg tr {
  border-bottom: 3px solid #fff;
}

.page-two > div:nth-child(2n) {
  margin-left: 25px;
}
@media (max-width: 640px) {
  .page-two > div:nth-child(2n) {
    margin-left: 0;
  }
}

.history-list .item {
  position: relative;
}
@media (max-width: 1300px) {
  .history-list .item {
    height: 590px !important;
  }
}
@media (max-width: 640px) {
  .history-list .item {
    height: 1080px !important;
    background-size: 100% !important;
    background-color: #132862 !important;
  }
}
.history-list .item .text-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  align-items: center;
  color: #fff;
}
@media (max-width: 640px) {
  .history-list .item .text-container {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 60px;
  }
}
.history-list .item .text-container .text p {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .history-list .item .text-container .text p {
    font-size: 15px;
  }
}
.history-list .item .text-container .title {
  font-size: 180px;
  font-weight: 700;
  position: relative;
  width: 37%;
}
@media (max-width: 1300px) {
  .history-list .item .text-container .title {
    font-size: 120px;
  }
}
@media (max-width: 980px) {
  .history-list .item .text-container .title {
    font-size: 60px;
    width: 25%;
  }
}
@media (max-width: 640px) {
  .history-list .item .text-container .title {
    width: 100%;
  }
}
.history-list .item .text-container .title:after {
  content: "";
  background: #fff;
  height: 100%;
  width: 1px;
  position: absolute;
  opacity: 35%;
  margin-left: 35px;
}
.history-list .item .text-container .text {
  width: 63%;
  padding: 0 30px;
}
@media (max-width: 980px) {
  .history-list .item .text-container .text {
    width: 75%;
  }
}
@media (max-width: 640px) {
  .history-list .item .text-container .text {
    width: 100%;
    padding: 0;
  }
}
.history-list .item .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.history-list .owl-nav {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: flex;
  align-items: flex-end;
  width: 1366px;
  margin: 0 auto;
  left: 0;
}
@media (max-width: 1300px) {
  .history-list .owl-nav {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .history-list .owl-nav {
    top: 25px;
    bottom: auto;
    right: 0;
    justify-content: flex-end;
  }
}
.history-list .owl-nav .disabled span {
  background: #fff;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181a2b;
  font-size: 25px;
  top: 15px;
  position: relative;
}
@media (max-width: 640px) {
  .history-list .owl-nav .disabled span {
    width: 40px;
    height: 40px;
    top: 5px;
  }
}
.history-list .owl-nav button {
  margin: 0 5px;
}
.history-list .owl-nav button span {
  background: white;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181a2b;
}
@media (max-width: 640px) {
  .history-list .owl-nav button span {
    width: 30px;
    height: 30px;
  }
}

.history-title .wrapper {
  position: relative;
}
.history-title h2 {
  position: absolute;
  z-index: 11;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 80px;
}
@media (max-width: 640px) {
  .history-title h2 {
    margin-top: 25px;
  }
}

.unutamadiklarimiz-list {
  display: flex;
  flex-wrap: wrap;
}
.unutamadiklarimiz-list .item {
  width: calc(100% - 20px);
  border: 1px solid #EBEBEB;
  background: #FFF;
  flex-shrink: 0;
  display: flex;
  height: 300px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 45px;
  margin-bottom: 40px;
  transition: 0.5s;
  /* &:nth-child(2n) {
    margin-left: 40px;
  }

  &:nth-child(4n+3) {
    margin-left: 40px;
    @include luckyeye-l {
      margin-left: 0;
    }
  }*/
}
@media (max-width: 980px) {
  .unutamadiklarimiz-list .item {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .unutamadiklarimiz-list .item {
    padding: 25px;
  }
}
.unutamadiklarimiz-list .item .img {
  width: calc(15% - 5px);
  margin-right: 10px;
}
@media (max-width: 640px) {
  .unutamadiklarimiz-list .item .img {
    margin-right: 5px;
    width: 100%;
    text-align: center;
  }
}
.unutamadiklarimiz-list .item .text-container {
  width: calc(76% - 5px);
  margin-left: 10px;
}
@media (max-width: 640px) {
  .unutamadiklarimiz-list .item .text-container {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.unutamadiklarimiz-list .item .text-container .title {
  display: block;
  font-size: 26px;
  color: #181a2b;
  font-weight: 500;
}
.unutamadiklarimiz-list .item .text-container .year {
  display: block;
  font-size: 20px;
  color: #181a2b;
  font-weight: 500;
}
.unutamadiklarimiz-list .item .text-container .summary {
  margin-top: 15px;
  display: block;
}
.unutamadiklarimiz-list .item:hover {
  border: 1px solid #181a2b;
}
.unutamadiklarimiz-list a {
  color: #1D1D1B;
}

.unutamadiklarimiz-popup {
  display: flex;
  flex-wrap: wrap;
}
.unutamadiklarimiz-popup .img {
  width: calc(13% - 5px);
  margin-right: 10px;
}
@media (max-width: 980px) {
  .unutamadiklarimiz-popup .img {
    width: 100%;
    text-align: center;
  }
}
.unutamadiklarimiz-popup .text-container {
  width: calc(76% - 5px);
  margin-left: 10px;
}
@media (max-width: 980px) {
  .unutamadiklarimiz-popup .text-container {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.unutamadiklarimiz-popup .text-container .title {
  display: block;
  font-size: 26px;
  color: #181a2b;
  font-weight: 700;
}
.unutamadiklarimiz-popup .text-container .year {
  display: block;
  font-size: 20px;
  color: #181a2b;
  font-weight: 700;
}
.unutamadiklarimiz-popup .text-container .summary {
  margin-top: 15px;
  display: block;
}

@media (max-width: 640px) {
  #section5 {
    display: none;
  }
}

.news-slider .owl-nav {
  display: table;
  position: absolute;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .news-slider .owl-nav {
    position: initial;
  }
}
@media (max-width: 640px) {
  .news-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 20%;
  }
}
@media (max-width: 640px) {
  .news-slider .owl-nav .owl-next {
    position: absolute;
    right: 5px;
    top: 20%;
  }
}
.news-slider .owl-nav button {
  background: #fff !important;
}
@media (max-width: 640px) {
  .news-slider .owl-nav button {
    background: none !important;
  }
}
.news-slider .owl-nav button span {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181a2b;
}
@media (max-width: 1300px) {
  .news-slider .owl-nav button span {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .news-slider .owl-nav button span {
    transition: 0.5s;
    font-size: 40px;
    color: #fff;
  }
  .news-slider .owl-nav button span:hover {
    color: #929292;
  }
}
.news-slider .owl-nav .disabled {
  background: #ECECEC !important;
}
@media (max-width: 640px) {
  .news-slider .owl-nav .disabled {
    background: none !important;
  }
}
.news-slider .owl-nav .disabled span {
  color: #A9A9A9;
}

.news-container .allRight {
  margin-top: 25px;
}
@media (max-width: 640px) {
  .news-container .allRight {
    margin-top: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 1300px) {
  .news-container .allRight .blue-btn {
    height: 35px;
  }
}

.allRight {
  display: flex;
  justify-content: flex-end;
  right: 15%;
  position: relative;
}
@media (max-width: 640px) {
  .allRight {
    right: auto;
    padding: 0 20px;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}

@media (max-width: 1300px) {
  .logo {
    width: 150px;
  }
}
@media (max-width: 1300px) {
  .logo img {
    height: 70px;
  }
}
@media (max-width: 640px) {
  .logo img {
    height: 50px;
    width: 150px;
  }
}

.mobil-language {
  display: none;
}
@media (max-width: 1300px) {
  .mobil-language {
    display: block;
  }
}

@media (max-width: 1300px) {
  .desktop-language {
    display: none;
  }
}

.noneBg {
  background: none !important;
  width: 100% !important;
  justify-content: left !important;
  margin: 0 !important;
}
@media (max-width: 980px) {
  .noneBg {
    justify-content: center !important;
  }
}
@media (max-width: 640px) {
  .noneBg {
    justify-content: left !important;
  }
}

.history-list .owl-item.active .title {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.history-list .owl-item.active .text {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.sa-fadeInDown {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fullText .formTitle {
  display: block !important;
  margin-bottom: 16px;
}
.fullText label {
  margin-left: 14px;
}

.menu-container ul li > a:hover {
  color: #5cb3ff !important;
}

.menu-container ul li .hover {
  color: #5cb3ff !important;
}

.header-container-detail {
  position: relative !important;
  background: #fff !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.header-container-detail .menu-container > ul > li > a {
  color: #1D1D1B;
  padding: 25px 15px;
}
@media (max-width: 1550px) {
  .header-container-detail .menu-container > ul > li > a {
    padding: 25px 10px;
  }
}
.header-container-detail .bottom-container .header-flex-container .item-right .search-location .search span,
.header-container-detail .bottom-container .header-flex-container .item-right a {
  color: #1d1d1b;
}
.header-container-detail .home-header {
  padding-top: 0;
}
.header-container-detail .home-header .liveShare {
  color: #000;
}
.header-container-detail .home-header .liveShare #textHome a {
  color: #000;
}

.detail-search-icon {
  /* top: -3px; */
}

.home-search-icon {
  top: -3px;
  filter: invert(1);
}
@media (max-width: 1300px) {
  .home-search-icon {
    filter: none;
  }
}

.header-fixed .liveShare {
  display: none;
}
.header-fixed .home-search-icon {
  filter: none;
}
.header-fixed #header-container {
  position: fixed !important;
  background: #fff;
  z-index: 999;
  /* padding-bottom: 10px; */
}
.header-fixed #header-container .menu-container > ul > li > a {
  color: #1D1D1B;
}
.header-fixed .bottom-container .header-flex-container .item-right .search-location .search span,
.header-fixed .bottom-container .header-flex-container .item-right .search-location a {
  color: #1d1d1b;
}
.header-fixed .bottom-container .header-flex-container .item-right .search-location .location span {
  color: #1D1D1B !important;
}
.header-fixed .home-header {
  padding-top: 0;
}
.header-fixed .home-header .liveShare {
  color: #000;
}
.header-fixed .home-header .liveShare #textHome a {
  color: #000;
}
.header-fixed .logo-bg {
  display: none;
}
.header-fixed .liveShare {
  top: 8px;
}
.header-fixed .logo img {
  height: 50px !important;
  width: 150px;
}

.liveShare {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1300px) {
  .liveShare {
    color: #1B1D30;
    top: 8px;
  }
}
.liveShare #textImg {
  display: flex;
  align-items: center;
}
.liveShare #textImg .material-symbols-outlined {
  color: #1DDE40;
  padding-right: 5px;
}
.liveShare #textImg .img-responsive {
  padding-right: 5px;
}
.liveShare #textHome a {
  color: #fff;
}
@media (max-width: 1300px) {
  .liveShare #textHome a {
    color: #1B1D30;
  }
}
.liveShare #textHome i,
.liveShare #textHome em {
  font-style: normal;
}
.liveShare #textHour {
  color: #1DDE40;
  margin-right: 8px;
}
.liveShare > div {
  padding: 0 8px;
}
.liveShare .livetext {
  display: flex;
}

.sabanci-awards {
  position: relative;
}
.sabanci-awards .img-full {
  position: relative;
  /* &:before {
    content: '\e1c4';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 88px;
    transform: translate(-50%, -50%);
    @include luckyeye-m {
      font-size: 50px;
    }
  }
  &:after {
    content: 'İzle';
    position: absolute;
    left: 50%;
    top: 60%;
    color: #fff;
    font-size: 88px;
    transform: translate(-50%, -50%);
    font-size: 20px;
    @include luckyeye-xxl {
      top: 65%;
    }
    @include luckyeye-xl {
      top: 73%;
    }
  }*/
}
@media (max-width: 640px) {
  .sabanci-awards .img-full {
    height: 240px;
    overflow: hidden;
  }
}
.sabanci-awards .img-full img {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 640px) {
  .sabanci-awards .img-full img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    width: auto !important;
    max-width: none;
    height: 100% !important;
  }
}
.sabanci-awards .sabanci-awards-text {
  display: flex;
  flex-wrap: wrap;
}
.sabanci-awards .sabanci-awards-text .text-part {
  width: calc(53% - 20px);
  margin-right: 20px;
}
@media (max-width: 640px) {
  .sabanci-awards .sabanci-awards-text .text-part {
    width: 100%;
    margin-right: 0;
  }
}
.sabanci-awards .sabanci-awards-text .img-content {
  width: calc(47% - 20px);
  margin-left: 20px;
}
@media (max-width: 640px) {
  .sabanci-awards .sabanci-awards-text .img-content {
    width: 100%;
    margin-left: 0;
  }
}
.sabanci-awards .sabanci-awards-text .text-part p {
  line-height: 158%;
}
.sabanci-awards .wrapper:nth-child(2n) .sabanci-awards-text {
  flex-direction: row-reverse;
  margin-top: 30px;
}
.sabanci-awards .wrapper:nth-child(2n) .sabanci-awards-text .text-part {
  width: calc(47% - 20px);
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 640px) {
  .sabanci-awards .wrapper:nth-child(2n) .sabanci-awards-text .text-part {
    width: 100%;
    margin-left: 0;
  }
}
.sabanci-awards .wrapper:nth-child(2n) .sabanci-awards-text .img-content {
  width: calc(53% - 20px);
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 640px) {
  .sabanci-awards .wrapper:nth-child(2n) .sabanci-awards-text .img-content {
    width: 100%;
    margin-right: 0;
  }
}
.sabanci-awards .popup-container {
  position: absolute;
  top: 0;
  z-index: 111;
  color: #fff;
  width: 1364px;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  right: 0;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 1464px) {
  .sabanci-awards .popup-container {
    width: 95%;
  }
}
.sabanci-awards .popup-container .play {
  position: relative;
  padding-left: 35px;
}
.sabanci-awards .popup-container .play:before {
  content: "\e1c4";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 13px;
  top: 50%;
  color: #fff;
  font-size: 40px;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.sabanci-awards .popup-container .play:hover:before {
  color: #1B1D30;
}
.sabanci-awards .popup-container .blue-btn:hover .play:before {
  color: #1B1D30;
}
.sabanci-awards .title {
  color: #FFF;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 135.938% !important;
  width: 450px;
}
@media (max-width: 1464px) {
  .sabanci-awards .title {
    font-size: 50px;
  }
}
@media (max-width: 980px) {
  .sabanci-awards .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .sabanci-awards .title {
    font-size: 25px;
  }
}
.sabanci-awards .title-alt {
  font-size: 30px;
  color: #181a2b;
  font-weight: 700;
  line-height: 135%;
  margin-top: 40px;
  width: 50%;
}
@media (max-width: 640px) {
  .sabanci-awards .title-alt {
    width: 100%;
  }
}
.sabanci-awards #item {
  margin-bottom: 50px;
}

.activity-report {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.activity-report .item {
  width: calc(33.33% - 50px);
  margin: 0 25px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 980px) {
  .activity-report .item {
    width: calc(50% - 50px);
  }
}
@media (max-width: 640px) {
  .activity-report .item {
    width: 100%;
  }
}
.activity-report .item .img:before {
  content: "";
  background: #EFEFEF;
  width: 70%;
  height: 171px;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
}
.activity-report .item a {
  display: block;
}
.activity-report .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1b;
  line-height: 157.031%;
}
.activity-report .item .title a {
  color: #1d1d1b;
}
.activity-report .item:hover .img:before {
  width: 100%;
}

.sdgs-home-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80% !important;
  margin: 0 auto;
  margin-left: auto !important;
}
.sdgs-home-list .item {
  width: calc(14.28% - 4px);
  margin: 2px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 980px) {
  .sdgs-home-list .item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 640px) {
  .sdgs-home-list .item {
    width: calc(33.3% - 20px);
  }
}

.sdgslist {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .sdgslist {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.sdgslist .item {
  width: calc(14.28% - 20px);
  margin: 10px;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .sdgslist .item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 640px) {
  .sdgslist .item {
    width: calc(33.3% - 20px);
  }
}

.sdgslist .item:nth-child(1) {
  background: #e9202f;
}
.sdgslist .item:nth-child(2) {
  background: #d19f2a;
}
.sdgslist .item:nth-child(3) {
  background: #2c9947;
}
.sdgslist .item:nth-child(4) {
  background: #c22034;
}
.sdgslist .item:nth-child(5) {
  background: #ee4229;
}
.sdgslist .item:nth-child(6) {
  background: #08acd6;
}
.sdgslist .item:nth-child(7) {
  background: #fcb614;
}
.sdgslist .item:nth-child(8) {
  background: #8e1837;
}
.sdgslist .item:nth-child(9) {
  background: #f26e24;
}
.sdgslist .item:nth-child(10) {
  background: #df1a82;
}
.sdgslist .item:nth-child(11) {
  background: #f89c25;
}
.sdgslist .item:nth-child(12) {
  background: #cc8b2a;
}
.sdgslist .item:nth-child(13) {
  background: #48773c;
}
.sdgslist .item:nth-child(14) {
  background: #007dba;
}
.sdgslist .item:nth-child(15) {
  background: #3ead49;
}
.sdgslist .item:nth-child(17) {
  background: #1b3668;
}
.sdgslist .item:nth-child(16) {
  background: #005589;
}

.sustainable-business p {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
}

.full-w {
  width: 100% !important;
  padding-left: 0 !important;
}

.img-left {
  flex-direction: row !important;
}
.img-left .text {
  padding-right: 3% !important;
  padding-left: 0 !important;
}
.img-left .img {
  padding-left: 3% !important;
  padding-right: 0 !important;
}

.img-right {
  flex-direction: row-reverse;
}
.img-right .text {
  padding-right: 0 !important;
  padding-left: 3% !important;
}
@media (max-width: 640px) {
  .img-right .text {
    padding-left: 0 !important;
  }
}
.img-right .img {
  padding-left: 0 !important;
  padding-right: 3% !important;
}
@media (max-width: 640px) {
  .img-right .img {
    padding-right: 0 !important;
  }
}

.number {
  list-style: none;
  margin: 0 !important;
}
.number li {
  counter-increment: item;
  margin-bottom: 15px !important;
}
.number li::before {
  margin-right: 10px;
  content: counter(item) !important;
  background: #78ac47 !important;
  border-radius: 100%;
  color: white;
  width: 30px !important;
  text-align: center;
  display: inline-block;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
  position: relative !important;
}

.pager-area {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #0a0a56;
  width: 100%;
  padding: 20px 0 0;
  margin-bottom: 100px;
}
.pager-area a {
  background: #fff;
  margin: 0 2px;
  padding: 5px 10px;
  color: #0A0A56;
  border: 1px solid #181a2b;
}
.pager-area a:hover {
  background: #181a2b;
  border: 1px solid #181a2b;
  color: #fff;
}
.pager-area .altcizgi {
  background: #181a2b;
  border: 1px solid #181a2b;
  color: #fff;
}
.pager-area .selected {
  background: #181a2b;
  border: 1px solid #181a2b;
  color: #fff;
}

.location-list-part {
  position: absolute;
  /* bottom: -141px; */
  background: #f0f8ff;
  right: 70px;
  display: flex;
  flex-direction: column;
  width: 150px;
  height: 300px;
  /* justify-content: center; */
  border-radius:15px;
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
}
.location-list-part a {
  font-size: 16px;
  /* text-align: center; */
  padding: 10px;
  display: block;
  color: #1b1b1d !important;
  background-color: aliceblue;
}
.location-list-part .active {
  color: #B0B0A6 !important;
}

.search-result-list ul {
  display: block;
  left: 1% !important;
  position: relative;
}
.search-result-list ul li:before {
  background: #bdbdbd !important;
}

@media (max-width: 980px) {
  .business-areas-home-lp #sustainabilityHome .sustainability-container {
    flex-direction: column;
    height: auto;
    bottom: 10px !important;
    position: absolute;
    align-items: flex-start;
    width: 90%;
  }
}
@media (max-width: 980px) {
  .business-areas-home-lp #sustainabilityHome .sustainability-container .text {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  .business-areas-home-lp #sustainabilityHome .two-list-business-areas > div:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 980px) {
  .business-areas-home-lp #sustainabilityHome .two-list-business-areas .img {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .business-areas-home-lp #sustainabilityHome .two-list-business-areas .img {
    width: 100%;
    flex-wrap: wrap;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .active.fade-bottom-m {
    animation: fade-bottom-m 1s ease-in;
  }
  .active.fade-left-m {
    animation: fade-left-m 1s ease-in;
  }
  .active.fade-right-m {
    animation: fade-right-m 1s ease-in;
  }
  @keyframes fade-bottom-m {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left-m {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-right-m {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
}
.detailHeader-h .detail-header {
  background-size: cover !important;
}
@media (max-width: 1300px) {
  .detailHeader-h .detail-header {
    height: 838px !important;
  }
}
.detailHeader-h .detail-text {
  width: 100%;
  left: 0;
  padding: 0 60px;
  top: 40px !important;
  transform: none !important;
  color: #fff;
  position: absolute;
}
.detailHeader-h .detail-text h1 {
  font-size: 30px !important;
  text-transform: uppercase;
}
.detailHeader-h .detail-text h1:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 85%;
  position: absolute;
  bottom: 15px;
  margin: 0 14px 0;
  opacity: 0.3;
}
@media (max-width: 1300px) {
  .detailHeader-h .detail-text h1:after {
    width: 70%;
  }
}

.media-home {
  position: relative;
  padding-top: 140px;
  padding-bottom: 25px;
}
@media (max-width: 1300px) {
  .media-home {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .media-home {
    width: 100%;
    position: relative;
  }
}

.media-home-list {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
@media (max-width: 980px) {
  .media-home-list {
    position: absolute;
    bottom: 150px;
  }
}
.media-home-list .item {
  width: calc(33.33% - 40px);
  margin: 0 20px 20px;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .media-home-list .item {
    width: calc(100% - 40px);
  }
}
.media-home-list .item:hover {
  background: #11136e !important;
}
.media-home-list .item:hover .title {
  background: #181a2b;
  color: #fff;
}
.media-home-list .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.media-home-list .item a .img {
  height: 289px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.media-home-list .item a .title {
  background: #fff;
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.detailHeader-a .header-title {
  position: relative;
  display: flex;
  margin-top: 29px;
}
.detailHeader-a .header-title .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  width: 35%;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .detailHeader-a .header-title .title {
    width: 55%;
  }
}
@media (max-width: 980px) {
  .detailHeader-a .header-title .title {
    width: 100%;
  }
}
.detailHeader-a .header-title .title:after {
  background: #fff;
  left: 0;
  position: relative;
  bottom: 0;
  height: 1px;
  width: 100%;
  display: block;
}
.detailHeader-a .header-title .title:before {
  background: #3d3da0;
  left: 0;
  position: relative;
  bottom: -38px;
  height: 1px;
  width: 100%;
  display: block;
  z-index: 1111;
}
@media (max-width: 640px) {
  .detailHeader-a .header-title {
    flex-direction: column;
  }
}

.header-title:after {
  background: #fff;
  left: 0;
  position: relative;
  bottom: 22px;
  height: 1px;
  width: 100%;
  display: block;
}

.detailHeader-a .detail-header {
  position: relative;
}
@media (max-width: 1300px) {
  .detailHeader-a .detail-header {
    min-height: 500px !important;
  }
}
@media (max-width: 980px) {
  .detailHeader-a .detail-header {
    min-height: 700px !important;
    background-size: cover !important;
  }
}
.detailHeader-a .header-title .border-right {
  position: relative;
  width: 100%;
}
.detailHeader-a .header-title .border-right:before {
  background: #fff;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 9px;
  opacity: 0.6;
}
.detailHeader-a .header-syi-container {
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 1364px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .detailHeader-a .header-syi-container {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .detailHeader-a .header-syi-container {
    flex-direction: column;
    padding: 0 20px;
  }
}
.detailHeader-a .header-syi-container .img {
  width: calc(55% - 20px);
  margin-right: 20px;
  top: 65px;
  position: relative;
}
@media (max-width: 1300px) {
  .detailHeader-a .header-syi-container .img {
    top: 111px;
  }
}
@media (max-width: 980px) {
  .detailHeader-a .header-syi-container .img {
    top: auto;
  }
}
.detailHeader-a .header-syi-container .text {
  width: calc(45% - 20px);
  margin-left: 20px;
}
@media (max-width: 980px) {
  .detailHeader-a .header-syi-container .text {
    width: 100%;
  }
}
.detailHeader-a .header-syi-container h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .detailHeader-a .header-syi-container h2 {
    font-size: 25px;
  }
}
.detailHeader-a .header-syi-container p {
  color: #fff;
  font-weight: 400;
  line-height: 157%;
}
.detailHeader-a .header-syi-container .siteAll {
  border: 1px solid #FFF;
  background: #181a2b;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 214px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.text-container-syi {
  width: 1075px;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 1300px) {
  .text-container-syi {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .text-container-syi {
    margin-top: 50px;
  }
}

@media (max-width: 640px) {
  .position-img {
    margin-bottom: 20px;
  }
}
.position-img > div {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (max-width: 640px) {
  .position-img > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.position-img .img {
  position: relative;
  display: inline-block;
}
.position-img i,
.position-img em {
  font-style: normal;
  position: absolute;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 40px;
}
.position-img .img a {
  height: 279px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.position-img .img img {
  width: 100%;
  height: 100%;
}

.date-investor-relations .item {
  display: flex;
  align-items: center;
  height: 188px;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .date-investor-relations .item {
    padding: 0 20px;
  }
}
.date-investor-relations .item .text {
  margin-left: 20px;
}
.date-investor-relations .item .text i,
.date-investor-relations .item .text em {
  font-style: normal;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 640px) {
  .date-investor-relations .item .text i,
  .date-investor-relations .item .text em {
    font-size: 26px;
  }
}

.investor-relations-web {
  background: #9BADC8;
  padding: 40px 0;
  margin-top: 50px;
}
.investor-relations-web .title {
  color: #0A0A56;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.investor-relations-web .investor-relations-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 1075px;
  margin: 30px auto 0;
  justify-content: center;
}
@media (max-width: 1300px) {
  .investor-relations-web .investor-relations-list {
    width: 100%;
  }
}
.investor-relations-web .investor-relations-list .item {
  width: calc(33.33% - 20px);
  border: 2px solid #9badc8;
  transition: 0.5s;
}
@media (max-width: 980px) {
  .investor-relations-web .investor-relations-list .item {
    width: calc(50% - 20px);
  }
}
.investor-relations-web .investor-relations-list .item a {
  display: flex;
  align-items: center;
  height: 152px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
.investor-relations-web .investor-relations-list .item .text {
  font-size: 18px;
  font-style: normal;
  color: #0A0A56;
}
.investor-relations-web .investor-relations-list .item .icon {
  margin-bottom: 20px;
}
.investor-relations-web .investor-relations-list .item:hover {
  border: 2px solid #0A0A56;
}

@media (max-width: 640px) {
  .sira-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .sira-container .text-right {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.sabanci-bg {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.sabanci-bg p {
  background: #2DD881;
  padding: 25px;
  margin-right: 20px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px !important;
}
.sabanci-bg .bg1 {
  background: #2DD881;
}
.sabanci-bg .bg2 {
  background: #F4743B;
}
.sabanci-bg .bg3 {
  background: #74A57F;
}
.sabanci-bg .bg4 {
  background: #2DAAE2;
}
.sabanci-bg .bg5 {
  background: #171650;
}
.sabanci-bg .bg6 {
  background: #181a2b;
}

.kariyer-ul {
  margin: 0 !important;
  margin-bottom: 25px !important;
}
.kariyer-ul li {
  background: #F1EEFB;
  padding: 10px 35px;
  display: table;
  margin-bottom: 10px !important;
}
.kariyer-ul li:nth-child(2n) {
  background: #fff;
}
.kariyer-ul li:before {
  top: 19px !important;
  width: 4px !important;
  height: 4px !important;
  left: 20px !important;
  background: #000 !important;
  border-radius: 10px;
}

.detail-career {
  overflow: hidden;
}
.detail-career .sabanci-awards {
  left: -20%;
  width: 150%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.detail-career .sabanci-awards .title {
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}
.detail-career .sabanci-awards .title em {
  display: contents;
  font-style: normal;
  font-size: 30px;
}
@media (max-width: 980px) {
  .detail-career .sabanci-awards .title em {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .detail-career .sabanci-awards .title em {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .detail-career .sabanci-awards .title {
    font-size: 40px;
  }
}
@media (max-width: 980px) {
  .detail-career .sabanci-awards .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .detail-career .sabanci-awards .title {
    font-size: 20px;
  }
}
@media (max-width: 1464px) {
  .detail-career .sabanci-awards {
    left: 0;
    width: 100%;
  }
}

.business-areas-detail-footer {
  display: flex;
  flex-wrap: wrap;
}
.business-areas-detail-footer .item {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}
@media (max-width: 640px) {
  .business-areas-detail-footer .item {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.business-areas-detail-footer .item .text em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.business-areas-detail-footer .item .text p {
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 980px) {
  .business-areas-detail-footer .item .text p {
    font-size: 30px;
  }
}
.business-areas-detail-footer .item .img {
  min-height: 85px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .business-areas-detail-footer .item .img {
    justify-content: center;
  }
}

.digital-investment {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.digital-investment .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background: #EBF3F6;
}
@media (max-width: 640px) {
  .digital-investment .item {
    width: 100%;
  }
}
.digital-investment .item:nth-child(2n) {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .digital-investment .item:nth-child(2n) {
    margin-left: 0;
  }
}
.digital-investment .item .text-investment {
  background: #EBF3F6;
  min-height: 250px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 50px;
}
.digital-investment .item .text-investment .icon {
  width: 30%;
}
.digital-investment .item .text-investment .text {
  width: 70%;
  padding-left: 20px;
  padding-top: 20px;
}

.bg-none li {
  background: none;
  line-height: 157% !important;
  padding: 10px 15px;
}
.bg-none li:before {
  left: 0 !important;
}

@media (max-width: 640px) {
  .energy-container {
    margin-top: 30px;
  }
}
.energy-container .width-flex .width-6 {
  position: relative;
}
.energy-container .width-flex .width-6:nth-child(2n) {
  top: 150px;
}
@media (max-width: 640px) {
  .energy-container .width-flex .width-6:nth-child(2n) {
    top: 0;
  }
}
.energy-container .width-flex .img {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .energy-container .width-flex .img {
    text-align: center;
  }
}

#detail-bottom-menu-container {
  margin-top: 80px;
  background: linear-gradient(to left, #181a2b 50%, #0a0a56 50%);
}
@media (max-width: 640px) {
  #detail-bottom-menu-container .wrapper {
    padding: 0 !important;
  }
}

.detail-bottom-menu .level1.liselected {
  display: flex;
  width: 100%;
  top: 0;
  list-style: none;
}
@media (max-width: 640px) {
  .detail-bottom-menu .level1.liselected {
    flex-direction: column;
  }
}

.detail-bottom-menu .level1.liselected > .selected {
  background: #0A0A56;
  width: 20%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .detail-bottom-menu .level1.liselected > .selected {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }
}

.detail-bottom-menu .level1.liselected > .selected:after {
  content: "";
  background: #0a0a56;
  height: 100%;
  position: absolute;
  width: 500px;
  z-index: -1;
  left: -400px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .detail-bottom-menu .level1.liselected > .selected:after {
    width: 100%;
    height: auto;
    left: 0;
  }
}

.detail-bottom-menu .level1.liselected .subMenu1 {
  width: 80%;
  background: #181a2b;
  z-index: 5;
  position: relative;
  padding: 20px 20px 20px 40px;
  color: #fff;
}
@media (max-width: 640px) {
  .detail-bottom-menu .level1.liselected .subMenu1 {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}

.detail-bottom-menu .level1.liselected .subMenu1 li {
  margin-bottom: 15px;
}

.detail-bottom-menu .level1.liselected .subMenu1 li .subMenu2 {
  margin-top: 15px;
  left: 10px;
  position: relative;
}

.detail-bottom-menu .level1 {
  list-style: none;
}

.detail-bottom-menu .level0 {
  list-style: none;
}

.detail-bottom-menu .level1.liselected .subMenu1 a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.detail-bottom-menu .leftMenuLedisXSLT {
  position: relative;
}

.detail-bottom-menu .level1 {
  display: none;
}

.detail-bottom-menu .level0 {
  display: none;
}

.odaPdfDetail {
  color: #181a2b;
  font-size: 25px;
  font-weight: 400;
  border-bottom: 5px solid;
  padding: 0 0 10px;
  line-height: 100%;
}

.odaPdfDetail a {
  color: #181a2b;
  text-decoration: none;
}

.odaPdfDetail span {
  padding: 0 20px;
}

.listODA a {
  color: #181a2b;
}

.listODA a:hover {
  text-decoration: none;
}

.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::after {
  content: "\e5cc";
  display: flex;
  vertical-align: middle;
  visibility: hidden;
  font-family: "Material Symbols Outlined";
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: rotate(272deg);
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
}

button.back-to-top.show {
  display: block;
  background: #1B1D30;
  color: #fff;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1550px) {
  button.back-to-top.show {
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 480px) {
  button.back-to-top.show {
    right: 15px;
    bottom: 20px;
  }
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.logo-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50%;
}

.read-more {
  position: relative;
}
.read-more > .read-more__content {
  z-index: 0;
  overflow: hidden;
}
.read-more > .read-more__content > .read-more__content__container {
  position: relative;
  transition: all 0.8s;
  max-height: 2000px;
}
.read-more.collapsed .read-more__content > .read-more__content__container {
  text-overflow: ellipsis;
}
.read-more.collapsed .read-more__content > .read-more__content__container:before {
  opacity: 1;
}
.read-more > .read-more__expand {
  z-index: 10;
  padding-top: 10px;
  text-align: center;
  cursor: pointer;
  padding-bottom: 10px;
  display: none;
}

@media (max-width: 980px) {
  .career-bg {
    padding-bottom: 30px;
  }
}

.career-homepage {
  margin-top: 0 !important;
  position: relative;
}
.career-homepage .homepage-container .item .title {
  background: #fff;
  width: 100%;
  display: flex;
  height: 125px;
  font-size: 24px;
  align-items: center;
  padding: 0 20px;
  color: #181a2b;
  font-weight: 700;
}
@media (max-width: 980px) {
  .career-homepage .homepage-container .item .title {
    font-size: 20px;
  }
}
.career-homepage .homepage-container .item:hover .title {
  background: #14145e;
  color: #fff;
  transition: 0.5s;
}
.career-homepage .text-summary {
  padding-top: 95px;
  width: 50%;
  padding-bottom: 50px;
}
@media (max-width: 980px) {
  .career-homepage .text-summary {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

.career-development-opportunities .three .item {
  margin: 0 10px 10px !important;
  background: #f9f9fb;
}

.flex-div > div {
  padding: 0 !important;
}

#UC_CustomForm1_lblSuccess {
  margin-bottom: 49px;
  display: block;
  background: #009252;
  padding: 20px 15px;
  color: #fff !important;
}

.book-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  left: -10px;
  position: relative;
}
@media (max-width: 980px) {
  .book-list {
    left: 0;
  }
}
.book-list .item {
  width: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 980px) {
  .book-list .item {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .book-list .item:nth-child(2n) {
    margin-left: 10px;
  }
}

.flex-list-container {
  background: #1B1D30;
}
.flex-list-container .flex-list {
  display: flex;
  align-items: flex-end;
}
.flex-list-container .flex-list .title {
  font-size: 22px;
  color: #fff;
}
.flex-list-container .flex-list .text-maps-detail {
  margin-right: 25px;
  width: 25%;
}
.flex-list-container .flex-list .text-maps-detail .txtbox {
  width: 100%;
  height: 45px;
  padding: 0 10px;
}
.flex-list-container .flex-list .btnGoster {
  background: #ffffff;
  color: #fff;
  width: 167px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border: none;
  color: #000;
}

#storeLocationSearchPlaceListContainer {
  margin-top: 20px;
}
#storeLocationSearchPlaceListContainer #storeLocationSearchPlaceListItem {
  padding: 20px;
  border: 1px solid #ECF9FF;
}
#storeLocationSearchPlaceListContainer #storeLocationSearchPlaceListItem:nth-child(2n) {
  background: #ECF9FF;
}
#storeLocationSearchPlaceListContainer #storeLocationSearchPlaceListItem .storeLocationSearchPlaceListTitle a {
  color: #1B1D30;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#storeLocationSearchPlaceListContainer #storeLocationSearchPlaceListItem .storeHaritadaGoster {
  padding: 10px 20px;
  display: inline-block;
  background: #1B1D30;
  color: #fff;
  transition: 0.5s;
}
#storeLocationSearchPlaceListContainer #storeLocationSearchPlaceListItem .storeHaritadaGoster:hover {
  background: #fff !important;
  color: #1B1D30 !important;
}

#storePager {
  margin-top: 20px;
  margin-bottom: 20px;
}
#storePager select {
  background: #181a2b;
  color: #fff;
  padding: 5px 10px;
}

.btnGosterContainer .flex-list {
  display: flex;
  padding: 15px 0;
}
.btnGosterContainer .btnGoster {
  background: #1B1D30;
  color: #fff;
  width: 167px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-right: 10px;
  border: none;
}
.btnGosterContainer .btnGoster:hover {
  background: #fff !important;
  color: #1B1D30 !important;
}

#storeLocationSearchRecordCount span {
  color: #0626A9 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 157.031% !important;
  position: relative;
  margin-top: 30px;
  display: block;
}
#storeLocationSearchRecordCount span:before {
  font-family: "Material Symbols Outlined";
  content: "\e88e";
  position: relative;
  left: -7px;
  top: 4px;
  font-size: 23px;
}

.pageTitleAndBreadCrumb {
  margin-top: 50px;
}

.title-section-list {
  display: flex;
  flex-wrap: wrap;
}
.title-section-list a {
  background: #1B1D30;
  color: #fff;
  width: calc(25% - 20px);
  margin: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  border: 1px solid #1B1D30;
  transition: 0.5s;
}
@media (max-width: 980px) {
  .title-section-list a {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 980px) {
  .title-section-list a {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.title-section-list a:hover {
  background: #fff;
  color: #1B1D30;
}

.defaultTable {
  width: 100%;
}
@media (max-width: 640px) {
  .defaultTable {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
  }
}
.defaultTable tr {
  color: #161693;
}
.defaultTable tr th {
  font-size: 18px;
  font-weight: 400;
  background-color: #bdcce3;
  padding: 16px 30px;
}
.defaultTable tr:first-of-type th:first-of-type, .defaultTable tr:nth-child(odd) td:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.defaultTable tr:first-of-type th:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.defaultTable tr:nth-child(odd) {
  background-color: #e7ebee;
}
.defaultTable tr:nth-child(odd) td {
  padding: 16px 30px;
}
.defaultTable tr:nth-child(odd) td:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.defaultTable tr:nth-child(even) td {
  padding: 23px 30px;
}
.defaultTable tr.bold {
  font-weight: 700;
}
.defaultTable tr td a:hover {
  opacity: 0.7;
}

.yearSelectDiv {
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: #133369;
  font-weight: 800;
  font-size: 20px;
  cursor: pointer;
}

span.yearText {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  display: block;
  background: #bdcce2;
  color: #133369;
  font-weight: 800;
  font-size: 22px;
}
span.yearText:hover {
  background: #133369;
  color: white;
}

.yearSelectDiv svg {
  float: right;
}

.yearSelectBox .yearListContainer {
  display: none;
  margin: 20px 0 0;
}
.yearSelectBox .yearListTitle {
  display: none;
}

.investorRelationsYillar {
  display: none;
  width: 100%;
  color: #fff;
  background: #133369;
  font-weight: 800;
  font-size: 20px;
  cursor: pointer;
}

.yearListTitle {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  background: #133369;
  padding: 12px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.certificationsListContainer div:nth-child(2),
.yearListContainer .yearListTitle:nth-child(1) {
  display: block;
}

.yearList .defaultTable {
  margin-bottom: 30px !important;
}

.sabanci-awards-other {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.sabanci-awards-other .item {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(50% - 20px);
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .sabanci-awards-other .item {
    width: 100%;
    flex: 100%;
  }
}
.sabanci-awards-other .item a:hover .img img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.sabanci-awards-other .item:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media (max-width: 640px) {
  .sabanci-awards-other .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.sabanci-awards-other .item .text {
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .sabanci-awards-other .item .text {
    padding: 0;
  }
}
.sabanci-awards-other .item .text .title {
  display: block;
}
.sabanci-awards-other .item .text .title-alt {
  display: block;
}
.sabanci-awards-other .item .text .summary {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
}
.sabanci-awards-other .img {
  overflow: hidden;
  display: inline-block;
}
.sabanci-awards-other .img img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}

.back {
  width: 130px;
  height: 40px;
  background: linear-gradient(to bottom, #0a0a56 0%, #24247d 100%);
  border: none;
  border-radius: 5px;
  position: relative;
  border-bottom: 4px solid #111161;
  color: #fbfbfb;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-indent: 5px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 14px;
  padding-top: 6px;
  margin-top: 30px;
}
.back:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid #363689;
  border-bottom: 20px solid #363689;
  border-right: 16px solid transparent;
  border-left: 20px solid #363689;
  position: absolute;
  opacity: 0.6;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.home-map {
  height: 100%;
  background: linear-gradient(180deg, #001689 0%, #020C12 97.23%);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home-map .img {
  width: 150%;
  left: 0;
  position: relative;
  top: 260px;
}
@media (max-width: 1300px) {
  .home-map .img {
    width: 80%;
    top: 200px;
  }
}
@media (max-width: 980px) {
  .home-map .img {
    width: 480px;
    left: 0;
  }
}
.home-map .map-bg {
  margin: 0 auto;
  background: url(../images/map-home.webp) no-repeat center;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: contain;
  width: 100%;
}

.home-map-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 980px) {
  .home-map-flex {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.home-map-flex .flex-item:nth-child(1) {
  width: 47%;
  z-index: 1;
}
@media (max-width: 980px) {
  .home-map-flex .flex-item:nth-child(1) {
    width: 100%;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.home-map-flex .flex-item:nth-child(2) {
  width: 65%;
  position: absolute;
  right: 0;
}
@media (max-width: 980px) {
  .home-map-flex .flex-item:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 170px;
  }
}
.home-map-flex .border-r > div {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home-map-flex .border-r > div:after {
  border-right: 1px solid #fff;
  content: "";
  width: 1px;
  height: 70px;
  position: absolute;
  right: 35px;
  top: 0;
}
.home-map-flex .border-r > div p {
  padding-right: 50px;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .home-map-flex .border-r > div p {
    font-size: 18px;
  }
}
.home-map-flex .border-r > div:last-of-type:after {
  display: none;
}
.home-map-flex .border-r > div p i {
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  padding-right: 10px;
  top: 7px;
  position: relative;
}
@media (max-width: 1300px) {
  .home-map-flex .border-r > div p i {
    font-size: 30px;
  }
}
.home-map-flex .border-r > div p em {
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  padding-right: 10px;
  top: 7px;
  position: relative;
}
@media (max-width: 1300px) {
  .home-map-flex .border-r > div p em {
    font-size: 30px;
  }
}
.home-map-flex .summary {
  font-size: 39px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1300px) {
  .home-map-flex .summary {
    font-size: 23px;
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 980px) {
  .home-map-flex .summary {
    font-size: 25px;
  }
}

.pL-0 > div:nth-child(2) {
  padding-left: 0;
}

.our-sustainability-goals-detail p {
  color: #181a2b;
}
.our-sustainability-goals-detail ul li {
  color: #181a2b;
}
.our-sustainability-goals-detail .width-1000 {
  width: 1022px;
  margin-bottom: 80px !important;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .our-sustainability-goals-detail .width-1000 {
    width: 100%;
  }
}

.guncel-slider {
  width: 90%;
  margin: 0 auto;
}
.guncel-slider .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.guncel-slider .item .img {
  width: calc(30% - 20px);
  margin-right: 20px;
}
@media (max-width: 640px) {
  .guncel-slider .item .img {
    width: 100%;
    margin-right: 0;
  }
}
.guncel-slider .item .text {
  width: calc(70% - 20px);
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 640px) {
  .guncel-slider .item .text {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.guncel-slider .item .item-bottom {
  display: flex;
  flex-wrap: wrap;
}
.guncel-slider .item .title {
  width: calc(70% - 20px);
  /*margin-left: 20px;*/
  font-size: 27px;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 980px) {
  .guncel-slider .item .title {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
  }
}
.guncel-slider .item p {
  color: #181a2b;
}
.guncel-slider .owl-dots {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.guncel-slider .owl-dots .owl-dot {
  margin-right: 5px;
}
.guncel-slider .owl-dots .owl-dot span {
  background: #BDDDE4;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 20px;
}
.guncel-slider .owl-dots .active span {
  background: #181a2b;
}
.guncel-slider .owl-nav .owl-prev {
  align-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  color: #001689 !important;
  left: -5%;
}
.guncel-slider .owl-nav .owl-next {
  align-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  color: #001689 !important;
  right: -7%;
}

.flex-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-around;
}
.flex-item .item {
  width: calc(16.66% - 8px);
  margin-right: 8px;
}
@media (max-width: 980px) {
  .flex-item .item {
    width: calc(33.3% - 8px);
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .flex-item .item {
    width: calc(50% - 8px);
    margin-bottom: 30px;
  }
}

.rtl-slider-flex {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 980px) {
  .rtl-slider-flex {
    flex-direction: column;
  }
}
.rtl-slider-flex .rtl-slider {
  width: calc(80% - 5px);
  margin-left: 10px;
}
@media (max-width: 980px) {
  .rtl-slider-flex .rtl-slider {
    width: 100% !important;
    margin-left: 0;
    margin-top: 20px;
  }
}
.rtl-slider-flex .rtl-slider-nav {
  width: calc(20% - 5px);
  border-radius: 60px 0px 0px 60px;
  background: linear-gradient(180deg, #D9D9D9 0%, #FFF 51.92%, #DADADA 100%);
  margin-right: 10px;
  height: 390px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .rtl-slider-flex .rtl-slider-nav {
    width: 100%;
    border-radius: 30px;
    margin-right: 0;
    height: 100px;
  }
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  margin-bottom: 4px;
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
  color: #001689;
  font-size: 60px;
}
@media (max-width: 980px) {
  .rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
    font-size: 45px;
  }
}
@media (max-width: 980px) {
  .rtl-slider-flex .slick-slide {
    text-align: center !important;
  }
}
.rtl-slider-flex .slick-vertical .slick-slide {
  text-align: right;
}
.rtl-slider-flex .slick-vertical .slick-slide > div {
  height: 50px;
  margin-bottom: 5px;
  text-align: right;
  color: #B6B6B6;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
}
.rtl-slider-flex .slick-slide.slick-current.slick-active.slick-center + div .rtl-slider-slide {
  font-size: 30px;
}
.rtl-slider-flex .sliderFont > div {
  font-size: 30px !important;
}
.rtl-slider-flex *:has(+ .slick-slide.slick-current.slick-active.slick-center) > div {
  font-size: 30px;
}

.rtl-slider-flex .rtl-slider-nav .slick-list.draggable {
  height: 260px !important;
  margin-top: 65px;
  z-index: 222;
  right: 25px;
}
@media (max-width: 980px) {
  .rtl-slider-flex .rtl-slider-nav .slick-list.draggable {
    height: 100% !important;
    right: 0;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0 !important;
  }
}

.container-timeline {
  position: absolute;
  height: 390px;
  left: 0;
  width: calc(20% - 20px);
}
@media (max-width: 980px) {
  .container-timeline {
    height: 100px;
    width: 100%;
    top: 0;
  }
}
.container-timeline .thumb-prev {
  right: 25px;
  position: absolute;
  top: 35px;
  cursor: pointer;
}
@media (max-width: 980px) {
  .container-timeline .thumb-prev {
    left: 0;
    transform: rotate(270deg);
    right: auto;
  }
}
.container-timeline .thumb-next {
  right: 25px;
  position: absolute;
  bottom: 35px;
  cursor: pointer;
}
@media (max-width: 980px) {
  .container-timeline .thumb-next {
    right: 0;
    bottom: auto;
    transform: rotate(270deg);
    top: 35px;
  }
}

.slick-initialized .img {
  margin-bottom: 25px;
}

.value-proposition-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .value-proposition-body {
    justify-content: start;
  }
}
@media (max-width: 640px) {
  .value-proposition-body {
    justify-content: center;
  }
}
.value-proposition-body .value-proposition-item {
  background-color: #001689;
  width: calc(20% - 20px);
  margin-bottom: 20px;
  padding: 50px 40px;
  text-align: center;
}
@media (max-width: 1300px) {
  .value-proposition-body .value-proposition-item {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
}
@media (max-width: 980px) {
  .value-proposition-body .value-proposition-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 640px) {
  .value-proposition-body .value-proposition-item {
    width: calc(50% - 20px);
    padding: 50px 15px;
    margin: 10px;
  }
}
.value-proposition-body .value-proposition-item .value-proposition-item-title {
  font-size: 23px;
  font-weight: 500;
  margin-top: 30px;
  color: #fff;
}

/**/
.timline-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 50px;
  flex-direction: column;
}
.timline-container .timline-main {
  width: 100%;
  margin-top: 25px;
  height: auto;
}
.timline-container .timline-left .swiper-button-prev,
.timline-container .timline-left .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
  z-index: 1;
}
.timline-container .timline-left .swiper-button-prev::after,
.timline-container .timline-left .swiper-button-next::after {
  font-size: 12px;
  content: "";
}
.timline-container .timline-left .swiper-button-prev {
  background: none;
  right: auto;
  top: auto;
  height: 100%;
  left: 10px;
}
.timline-container .timline-left .swiper-button-next {
  background: none;
  right: 10px;
  height: 100%;
}
.timline-container .timline-left .swiper-button-prev::after {
  border-color: transparent #001689 transparent transparent;
  border-style: solid;
  border-width: 17px 20px 17px 0;
  width: 0px;
  height: 0px;
}
.timline-container .timline-left .swiper-button-next::after {
  border-color: transparent transparent transparent #001689;
  border-style: solid;
  border-width: 17px 0 17px 20px;
  width: 0px;
  height: 0px;
}
.timline-container .timline-left .title {
  cursor: pointer;
}
.timline-container .timline-title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Epilogue", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.timline-container .swiper-slide-active .timline-title {
  animation: slide-in 0.3s ease-in both;
}
.timline-container .timline-left {
  width: 800px;
  height: 130px;
  background: linear-gradient(180deg, #D9D9D9 0%, #FFF 51.92%, #DADADA 100%);
  margin-right: 0;
  padding: 0 45px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .timline-container .timline-left {
    width: 100%;
    height: 90px;
  }
}
@media (max-width: 980px) {
  .timline-container .timline-left {
    height: 75px;
  }
}
.timline-container .timline-thumbs {
  order: -1;
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .timline-container .timline-thumbs {
    height: 75px !important;
    height: auto;
    width: 90%;
    margin: 0 auto;
    left: -8px;
  }
}
.timline-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.timline-container .timline-thumbs .swiper-slide img {
  transition: 0.3s;
}
.timline-container .timline-thumbs .swiper-slide-active {
  opacity: 0.9;
}
.timline-container .timline-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.timline-container .timline-thumbs .swiper-slide-thumb-active .title {
  color: #001689;
  font-size: 60px;
}
.timline-container .swiper-slide.swiper-slide-visible.swiper-slide-prev .title {
  font-size: 40px;
  color: #BABABA;
  left: -30px;
  position: relative;
}
@media (max-width: 980px) {
  .timline-container .swiper-slide.swiper-slide-visible.swiper-slide-prev .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .timline-container .swiper-slide.swiper-slide-visible.swiper-slide-prev .title {
    font-size: 20px;
    left: 0;
  }
}
.timline-container .swiper-slide.swiper-slide-visible.swiper-slide-next .title {
  font-size: 40px;
  color: #BABABA;
  left: 30px;
  position: relative;
}
@media (max-width: 980px) {
  .timline-container .swiper-slide.swiper-slide-visible.swiper-slide-next .title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .timline-container .swiper-slide.swiper-slide-visible.swiper-slide-next .title {
    font-size: 20px;
    left: 0;
  }
}
.timline-container .swiper-slide.swiper-slide-visible.swiper-slide-active .title {
  font-size: 65px;
  color: #001689;
  position: relative;
  text-align: center;
}
@media (max-width: 980px) {
  .timline-container .swiper-slide.swiper-slide-visible.swiper-slide-active .title {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .timline-container .swiper-slide.swiper-slide-visible.swiper-slide-active .title {
    font-size: 30px;
  }
}
.timline-container .timline-thumbs .title {
  color: rgba(186, 186, 186, 0.4509803922);
  font-size: 30px;
  font-weight: bold;
}
.timline-container .swiper-vertical > .swiper-wrapper {
  text-align: right;
  right: 20px;
}
.timline-container .swiper-vertical > .swiper-wrapper > div .title {
  font-size: 20px;
  color: #B6B6B6;
}
.timline-container .swiper-fade .swiper-slide-active {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.timline-container .text {
  margin-top: 20px;
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
#GorselGaleri {
  float: left;
}

#GorselGaleri ul {
  list-style: none;
  padding: 0 0 0 0 !important;
}

#GorselGaleri h2 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  padding-left: 7px;
  margin: 40px 0px 20px 0px;
}

#GorselGaleri ul li {
  display: inline-block;
  margin: 0 0 10px !important;
  text-align: center;
  width: 200px;
  background: none !important;
  padding: 0 15px 0 0 !important;
  height: 18vh;
  overflow: hidden;
}

#GorselGaleri ul li img {
  padding: 2px;
  border: solid 1px #CCCCCC;
  width: 100%;
  max-width: 100%;
  margin: 0px !important;
}

.dipnot {
  font-size: 12px;
  font-style: italic;
}

.tarihce-slider .owl-stage-outer {
  margin: 0 auto;
  display: table;
}

.tarihce-slider .title p {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 120%;
  font-weight: bold;
}
@media (max-width: 980px) {
  .tarihce-slider .title p {
    font-size: 16px;
  }
}

.timline-container .owl-carousel .owl-stage {
  display: flex;
}

.tarihce-slider .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.tarihce-slider .title {
  margin-top: 15px;
}

.tarihce-slider .owl-nav {
  display: flex;
  width: 93%;
  margin: 0 auto;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.tarihce-slider .owl-nav .material-symbols-outlined {
  background: #181a2b;
  color: #fff;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .tarihce-slider .owl-nav {
    top: auto;
    transform: none;
    bottom: -15px;
    position: relative;
    justify-content: center;
  }
}
.tarihce-slider .owl-nav .disabled .material-symbols-outlined {
  background: #dfdfdf;
}

.wrapper-2 {
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .size-img {
    width: 100% !important;
    height: auto !important;
  }
}

.open-positions-home {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin: 0 !important;
  justify-content: center;
  padding-top: 20px;
}
.open-positions-home li {
  list-style: none;
  border: 1px solid #CACACA;
  width: calc(33.33% - 20px);
  height: 208px;
}
@media (max-width: 640px) {
  .open-positions-home li {
    width: calc(50% - 20px);
    height: 100px;
  }
}
.open-positions-home li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-positions-home li:before {
  display: none;
}
@media (max-width: 980px) {
  .open-positions-home li img {
    width: 100% !important;
    height: auto !important;
    padding: 15px;
  }
}

.JobPostListContainer .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.JobPostListContainer select {
  width: 100%;
  border: 1px solid #CACACA;
  height: 70px;
  color: #181a2b;
  font-size: 18px;
  padding: 0 30px;
  margin: 15px 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.JobPostListContainer #dv-jobpost-list-totalrecordcount-container {
  font-size: 16px;
  color: #585858;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 50px;
}
.JobPostListContainer #dv-jobpost-list-totalrecordcount-container:before {
  font-family: "Material Symbols Outlined";
  content: "\e88e";
  padding-right: 5px;
  font-size: 20px;
}
.JobPostListContainer .JobPostUnit {
  display: inline-flex;
  width: 100%;
  border: 1px solid #CACACA;
  height: 120px;
  padding: 15px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .JobPostListContainer .JobPostUnit {
    height: auto;
    flex-direction: column;
  }
}
.JobPostListContainer .JobPostUnit .JobPostCompanyLogo {
  width: 20%;
  text-align: center;
}
.JobPostListContainer .JobPostUnit .text-right {
  width: 100%;
  text-align: left;
  padding: 15px 0 45px 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 640px) {
  .JobPostListContainer .JobPostUnit .text-right {
    padding: 2px;
  }
}
.JobPostListContainer .JobPostUnit .text-right .JobPostButton {
  padding: 10px 28px;
  display: inline-block;
  border: 1px solid #CACACA;
  color: #181a2b;
  font-weight: bold;
  margin-left: 15px;
  transition: 0.5s;
}
.JobPostListContainer .JobPostUnit .text-right .JobPostButton:hover {
  color: #fff;
  background: #181a2b;
}
.JobPostListContainer .JobPostUnit .text-right .JobPostMore {
  font-weight: bold;
}
.JobPostListContainer .JobPostUnit .text-right .JobPostTitle {
  font-size: 20px;
  font-weight: bold;
  color: #181a2b;
  width: 60%;
}
@media (max-width: 980px) {
  .JobPostListContainer .JobPostUnit .text-right .JobPostTitle {
    font-size: 18px;
  }
}
.JobPostListContainer .JobPostUnit .text-right .JobPostCompanyName {
  font-weight: 400;
  padding: 10px 0 0;
  width: 60%;
}
@media (max-width: 980px) {
  .JobPostListContainer .JobPostUnit .text-right {
    width: 100%;
  }
}
.JobPostListContainer .JobPostUnit:nth-child(2n-3) {
  margin-left: 0 px;
}
@media (max-width: 640px) {
  .JobPostListContainer .JobPostUnit:nth-child(2n-3) {
    margin-left: 0;
  }
}
.JobPostListContainer .formTitle {
  font-size: 20px;
  color: #181a2b;
  font-weight: bold;
}
.JobPostListContainer .pagination > .active > a {
  background-color: #181a2b;
  border-color: #181a2b;
  color: #fff;
}
.JobPostListContainer .pagination li:before {
  display: none;
}
.JobPostListContainer .btn-bottom {
  position: absolute;
  bottom: 25px;
  right: 0;
  display: flex;
  width: 40%;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .JobPostListContainer .btn-bottom {
    flex-direction: column;
    text-align: center;
    gap: 5px;
    bottom: 0;
  }
}
.JobPostListContainer .select-ok {
  position: relative;
}
.JobPostListContainer .select-ok:after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #181a2b;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  right: 13px;
  top: 45%;
}

.JobPostDetailContainer .post-detail-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
}
.JobPostDetailContainer .post-detail-top .item-left {
  width: 30%;
}
@media (max-width: 640px) {
  .JobPostDetailContainer .post-detail-top .item-left {
    width: 100%;
  }
}
.JobPostDetailContainer .post-detail-top .item-left .img {
  text-align: center;
  padding: 0 20px;
  border: 1px solid #CACACA;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.JobPostDetailContainer .post-detail-top .item-right {
  width: 70%;
}
@media (max-width: 640px) {
  .JobPostDetailContainer .post-detail-top .item-right {
    width: 100%;
  }
}
.JobPostDetailContainer .post-detail-top .item-right .text {
  padding: 0 0 0 40px;
}
@media (max-width: 640px) {
  .JobPostDetailContainer .post-detail-top .item-right .text {
    padding: 15px 0 0;
  }
}
.JobPostDetailContainer .post-detail-top .item-right .text .title {
  font-size: 24px;
  color: #181a2b;
  font-weight: bold;
  margin-bottom: 15px;
}
.JobPostDetailContainer .btn-link {
  background: #181a2b;
  color: #fff;
  height: 50px;
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.JobPostDetailContainer .btn-link:hover {
  background: #1d1d1b;
  color: #fff;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news-list .item {
  width: calc(33.33% - 20px);
  background: #fff;
  transition: 0.5s;
}
@media (max-width: 640px) {
  .news-list .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .news-list .item {
    width: 100%;
  }
}
.news-list .item .text p {
  margin-bottom: 0;
  padding: 28px 20px;
  font-size: 24px;
  color: #181a2b;
  font-weight: bold;
}
@media (max-width: 640px) {
  .news-list .item .text p {
    padding: 15px 20px;
    font-size: 20px;
  }
}
.news-list .item:hover {
  background: #181a2b;
}
.news-list .item:hover p {
  color: #fff;
}
.news-list .item .img img {
  width: 100% !important;
  height: auto !important;
}

.siteSearchPanel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.siteSearchPanel .item-left {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  gap: 15px;
}
@media (max-width: 980px) {
  .siteSearchPanel .item-left {
    width: 100%;
  }
}
.siteSearchPanel .item-left #txtKeyword {
  position: relative;
  padding: 0 45px 0 15px;
}
.siteSearchPanel .item-left .searchKeywordItem .searchPageKeywordBox {
  position: relative;
}
.siteSearchPanel .item-left #btnDisclosureSearch1 {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translate(0%, -50%);
  top: 50%;
  cursor: pointer;
  z-index: 11;
}
.siteSearchPanel .item-right {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 980px) {
  .siteSearchPanel .item-right {
    justify-content: start;
    margin-top: 10px;
    width: 50%;
  }
}
@media (max-width: 640px) {
  .siteSearchPanel .item-right {
    width: 100%;
  }
}
.siteSearchPanel .item-left .searchKeywordItem {
  width: calc(50% - 10px);
}
@media (max-width: 1300px) {
  .siteSearchPanel .item-left .searchKeywordItem {
    width: calc(40% - 10px);
  }
}
@media (max-width: 640px) {
  .siteSearchPanel .item-left .searchKeywordItem {
    width: 100%;
  }
}
.siteSearchPanel .item-left .searchStartDateItem,
.siteSearchPanel .item-left .searchEndDateItem {
  width: calc(25% - 10px);
}
@media (max-width: 1300px) {
  .siteSearchPanel .item-left .searchStartDateItem,
  .siteSearchPanel .item-left .searchEndDateItem {
    width: calc(30% - 10px);
  }
}
@media (max-width: 640px) {
  .siteSearchPanel .item-left .searchStartDateItem,
  .siteSearchPanel .item-left .searchEndDateItem {
    width: calc(50% - 8px);
  }
}
.siteSearchPanel .item-left input {
  height: 56px;
  border: 1px solid #DCDCDC;
  padding: 0 15px;
  width: 100%;
  color: #A1A1A1;
}
@media (max-width: 640px) {
  .siteSearchPanel .item-left input {
    height: 45px;
  }
}
.siteSearchPanel .item-left .searchStartDateItem .searchPageDateBox,
.siteSearchPanel .item-left .searchPageDateBox {
  position: relative;
}
.siteSearchPanel .item-left .searchStartDateItem .searchPageDateBox .ui-datepicker-trigger,
.siteSearchPanel .item-left .searchPageDateBox .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  cursor: pointer;
}
.siteSearchPanel .item-right input {
  height: 56px;
  width: calc(45% - 20px);
  border: 1px solid #DCDCDC;
}
@media (max-width: 640px) {
  .siteSearchPanel .item-right input {
    height: 45px;
  }
}
.siteSearchPanel .item-right #btnClear {
  background: none;
  color: #A1A1A1;
  position: relative;
}
.siteSearchPanel .item-right #btnDisclosureSearch {
  background: #181a2b;
  color: #fff;
}

.itemSearchContainerTop {
  display: flex;
  flex-wrap: wrap;
  background: #181a2b;
  color: #fff;
  padding: 20px;
}
.itemSearchContainerTop .date-title {
  width: 17%;
}
.itemSearchContainerTop .search-title {
  width: 83%;
}

#press-releases-list {
  margin-top: 50px;
}

.itemSearchContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #D1D1D1;
}
.itemSearchContainer .item-left {
  width: 17%;
}
.itemSearchContainer .item-right {
  width: 83%;
}
.itemSearchContainer .item-left .date {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .itemSearchContainer .item-left .date {
    font-size: 16px;
  }
}
.itemSearchContainer .item-right .itemSearch .searchDetail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .itemSearchContainer .item-right .itemSearch .searchDetail {
    flex-direction: column;
  }
}
.itemSearchContainer .item-right .itemSearch .searchDetail p {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .itemSearchContainer .item-right .itemSearch .searchDetail p {
    font-size: 16px;
  }
}
.itemSearchContainer .item-right .itemSearch .searchDetail p:nth-child(1) {
  width: 75%;
}
@media (max-width: 1300px) {
  .itemSearchContainer .item-right .itemSearch .searchDetail p:nth-child(1) {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 640px) {
  .itemSearchContainer .item-right .itemSearch .searchDetail p:nth-child(1) {
    width: 100%;
  }
}
.itemSearchContainer .item-right .itemSearch .searchDetail p:nth-child(2) {
  width: 25%;
  text-align: right;
}
@media (max-width: 640px) {
  .itemSearchContainer .item-right .itemSearch .searchDetail p:nth-child(2) {
    width: 100%;
  }
}
.itemSearchContainer .item-right .itemSearch .searchDetail .more {
  position: relative;
}
@media (max-width: 640px) {
  .itemSearchContainer .item-right .itemSearch .searchDetail .more {
    padding-top: 15px;
  }
}
.itemSearchContainer .item-right .itemSearch .searchDetail .more:after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  padding-left: 13px;
  position: relative;
  top: 2px;
  color: #181a2b;
}

.ui-datepicker {
  width: 17em;
  padding: 0;
  border: none;
  background: #ccc;
  font-size: 12px;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5px 0;
  background: #002e6d;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-widget-header .ui-icon {
  background-image: url(/en/images/ui-icons_222222_256x240.png);
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/en/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/en/images/ui-icons_222222_256x240.png);
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(/en/images/ui-icons_ffffff_256x240.png);
}

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px -16px;
}

.ui-datepicker .ui-datepicker-next span {
  background-position: -32px -16px;
}

.ui-datepicker th {
  font-size: 9px;
  color: #6c7173;
  font-size: 9px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  border-top: 1px solid rgba(186, 194, 200, 0.6);
  border-bottom: 1px solid rgba(186, 194, 200, 0.6);
  background-color: #e6ebf0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzVjNSIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNjOWM1YzUiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: linear-gradient(bottom, rgba(201, 198, 198, 0.33) 0%, rgba(201, 198, 198, 0.33) 0.76%, rgba(255, 255, 255, 0.33) 100%);
}

.ui-datepicker td {
  border: none;
  border-top-width: medium;
  border-right-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-top: 1px solid #e7e9ea;
  border-right: 1px solid #e7e9ea;
  padding: 0;
  background: #eee;
}

.share-detail-container {
  width: 190px;
  display: flex;
  align-items: center;
}
.share-detail-container a {
  padding: 10px;
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: center;
}
.share-detail-container img {
  filter: sepia(1);
}

.share-detail {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  margin-top: 50px;
}

.share-detail-container a:last-of-type {
  border: none;
}

.share {
  background: #0a0a56;
  width: 150px;
  text-align: center;
  cursor: pointer;
}
.share p {
  color: #fff;
  padding: 20px;
}

.sustainabilitydetail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sustainabilityitem {
  width: calc(45% - 10px);
  margin: 10px 10px 10px 0px;
}

.sabanci-awards-other-list {
  margin-top: 50px;
}

.sitemap > li {
  display: inline-block;
  width: 31%;
  margin-left: 2%;
}
@media (max-width: 980px) {
  .sitemap > li {
    width: 45%;
    margin-left: 10%;
  }
}
@media (max-width: 640px) {
  .sitemap > li {
    width: 100%;
    margin-left: 0;
  }
}
.sitemap > li > a {
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
}

.sitemap > li:nth-child(1) {
  float: left;
  width: 31%;
}
@media (max-width: 980px) {
  .sitemap > li:nth-child(1) {
    width: 45%;
    margin-left: 0 !important;
  }
}
@media (max-width: 640px) {
  .sitemap > li:nth-child(1) {
    width: 100%;
    margin-left: 0 !important;
    float: none;
  }
}

.sitemap > li ul li ul li {
  margin-top: 10px;
}

.tableUl {
  border: 1px solid #181a2b;
  position: relative;
}
.tableUl .c-blue {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 0 !important;
}
.tableUl ul {
  padding: 20px;
}

.img-news {
  float: left;
  padding: 0 20px 0 0;
}
@media (max-width: 640px) {
  .img-news {
    float: none;
    padding: 0 0 20px 0;
    width: 100%;
  }
  .img-news img {
    width: 100% !important;
    height: auto;
  }
}

.basin-materyalleri-table tr td:nth-child(1) {
  width: 20%;
}
@media (max-width: 640px) {
  .basin-materyalleri-table tr td:nth-child(1) {
    width: auto;
  }
}
@media (max-width: 640px) {
  .basin-materyalleri-table tr td:nth-child(3) {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .basin-materyalleri-table tr td {
    padding: 10px !important;
  }
}

/**E-bulten flyout**/
.flyout-banner {
  position: fixed;
  bottom: -300px;
  /* Başlangıçta görünmez */
  right: 85px;
  width: 420px;
  background-color: #001689;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: bottom 0.5s ease-in-out;
  z-index: 9;
}
@media (max-width: 1300px) {
  .flyout-banner {
    right: 70px;
  }
}
@media (max-width: 980px) {
  .flyout-banner {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .flyout-banner {
    right: 15px;
  }
}

.flyout-content {
  padding: 30px;
}
@media (max-width: 980px) {
  .flyout-content {
    padding: 15px;
  }
}
.flyout-content .flyout-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-top: 0;
}
@media (max-width: 980px) {
  .flyout-content .flyout-title {
    font-size: 16px;
  }
}
.flyout-content .flyout-title::after {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.flyout-content p {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 980px) {
  .flyout-content p {
    font-size: 14px;
  }
  .flyout-content p:last-of-type {
    margin: 0;
  }
}

.white-btn {
  background: #fff;
  color: #001689;
  width: 108px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.white-btn i,
.white-btn em {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  font-size: 14px;
}

.flyout-banner.show {
  bottom: 50px;
}
@media (max-width: 480px) {
  .flyout-banner.show {
    bottom: 60px;
  }
}

#close-banner {
  background-color: #0E1B5A;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media (max-width: 1300px) {
  #close-banner {
    font-size: 13px;
    padding: 5px 10px;
  }
}

/**E-bulten flyout**/
/*modal video*/
.modal-video {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-video-content {
  position: relative;
  margin: 10% auto;
  width: 80%;
  max-width: 800px;
  padding: 0;
  border-radius: 8px;
  /*overflow: hidden;*/
}

.close-video {
  position: relative;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: table;
  float: right;
}

.modal-video iframe {
  width: 100%;
  height: 450px;
  border: none;
}
@media (max-width: 640px) {
  .modal-video iframe {
    height: 300px;
  }
}

/*modal video*/
.header-img-right {
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .header-img-right img {
    width: 370px;
  }
}
@media (max-width: 980px) {
  .header-img-right img {
    width: 370px;
  }
}
@media (max-width: 640px) {
  .header-img-right img {
    width: 240px;
  }
}

.social-media img {
  /* width: 25px; */
  height: 25px;
}

.social-media-contact img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.footer-top .footer-menu .footer-one .footer-title {
  border-bottom: 1px solid #C3C3C3;
}

.footer-top .footer-menu .footer-one .footer-title:last-of-type {
  border: none;
}

.footer-top .footer-menu .footer-one .footer-title a {
  margin-bottom: 15px;
}

.footer-top-main .footer-menu .footer-one .footer-title {
  border-bottom: 1px solid #C3C3C3;
}

.footer-top-main .footer-menu .footer-one .footer-title:last-of-type {
  border: none;
}

.footer-top-main .footer-menu .footer-one .footer-title a {
  margin-bottom: 15px;
}



.detail-news-slider2 .item {
  margin-bottom: 15px !important;
}

.detail-news-slider2 .item .text {
  min-height: auto;
}/*# sourceMappingURL=project.css.map */

.modal .modal-content ul {
    margin: 0 15px;
    margin-bottom: 20px;
}

.modal .modal-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 135%;
}

.modal .modal-content ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.modal .modal-content .title {
    font-size: 24px;
    color: #011283;
}

@media (max-width: 980px) {
.modal {
    position: absolute !important;
  }
}


.footer-menu .footer-one {
  max-width: 250px;
}



.header-fixed #header-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* X, Y, blur, renk */
    z-index: 10; /* Üstte kalmasını garantiler */
}