/*BURADAN ÜSTÜNÜ YENİ TASARIMDA SİLECEĞİZ*/

/* GUIDE */
  html, body {
    margin: 0;
    padding: 0;
    font-family: 'Navigo', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
  }
  img {
    max-width: 100%; 
  }
  h1 {
    font-size:48px;
    font-weight: 300;
    line-height: 1.2;
    color:#323231;
    letter-spacing:-1px;

    font-weight: 300;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: -1px;
    color: #B7152C;
  }
  h2 {
    font-size:36px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  h3 {
    font-size:30px;
    font-weight: 300;
    line-height: 1.2;
    color:#323231;
  }
  h4 {
    font-size:24px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  h5 {
    font-size:20px;
    font-weight: bold;
    line-height: 1.2;
    color:#B7152C;
  }
  h6 {
    font-size:18px;
    line-height: 1.2;
    color:#B7152C;
  }
  p {
    font-size:18px;
    font-weight: 300;
    color:#323231;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  a {
    font-size:18px;
    font-weight: 300;
    color:#323231;
    line-height: 1.5;
  }
  a:hover {
    text-decoration: none;
    color:#B7152C;
  }
  ul { 

  }
  ul li {
    color:#323231;
    font-size:18px;
    font-weight: 300;
	padding-bottom: 16px;
  }
  table {
    width:100%; 
  }
  table tr:first-child td {
    font-size:16px;
    font-weight: 600;
    color:#000;
  }
  table tr td {
    padding:5px 10px;
    font-size:16px;
    color:#000;
    font-weight: 400;
  }
  .go-to-section {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
    z-index: 3;
    cursor:pointer;
  }
  
  .splash-body{ 
	  position:fixed;
	  left:50%;
	  top:50%;
	  z-index:9999;
	  width:100%;
  }
  .splash-close{
	  background:url(/frontend/img/close-icon.svg);
	  width:40px;
	  height:40px;
	  position:fixed;
	  right:40px;
	  top:40px;
	  z-index:9999;
	  background-size:cover;
	  cursor:pointer}
  .splash-overlay{
	  background:rgba(0,0,0,.7);
	  width:100%;
	  height:100%;
	  position:fixed;
	  left:0;
	  top:0;
	  z-index:9998;
	  background-size:cover;
	  }
  
/* GUIDE */

.search-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}

.search-form form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -80px;
  max-width: 60%;
  margin-left: -30%;
}

.search-form input {
  font-size: 24px;
  color: #fff;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px;
  outline: 0;
  text-align: center;
}

.search-form {
  opacity: 0;
}

.search-form h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.search-form input {
  color:#fff !important;
  border:0 !important;
}

#search-subform {
  max-width: 50%;
  margin: 0 auto;
}

#search-subform input {
  padding: 15px 20px;
  height: auto;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  outline: 0  !important;
  box-shadow: none !important;
}

#search-subform button {
  border: 1px solid #fff;
  padding: 16px;
  background: #fff;
  width: 60px;
  height: auto;
  background: #B7152C;
  border-left: 0;
}
#search-subform button:hover {
  border-left:0;
  outline:0;
}
#search-subform input:focus {
  border-right: 0;
  outline: 0;
}
.search-item {
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  background: #f2f2f2;
  transition: all 300ms;
  top:0;
}

.search-item + .search-item {
  margin-top: 20px;
}

#search-list .search-item:hover {
  top:-10px;
  transition: all 300ms;
}
.center-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.center-wrapper .center-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.content-pos-bottom .center-wrapper .center-inner {
  display: table-cell;
  vertical-align: middle; 
  text-align: left;
}
header {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  transition: all 300ms;
  background:#B7152C;
}
header .navbar-main {
  border: 0;
  position: static;
  margin:0;
  transition: all 300ms;
}
header .navbar-main #logo {
  margin-top: 24px;
  float: left;
  width: 160px;
  transition: all 400ms;
}
header .navbar-main .navbar-nav {
  float: right;
  padding-top: 0px;
  padding-left: 40px;
  margin-top:26px;
}
header .navbar-main .navbar-nav li {
  position: static;
}
header .navbar-main .navbar-nav li:hover a {
  opacity: 1;
  background: transparent;
}
header .navbar-main .navbar-nav li.search {
  border-bottom: 0 !important;
}
header .navbar-main .navbar-nav li.infobar {
  border-bottom: 0 !important;
}
header .navbar-main .navbar-nav li a {
  color: #fff;
  transition: all 300ms;
  font-size: 16px;
  background: transparent;
  padding-bottom:39px;
  font-weight: 400;
}
header .navbar-main .navbar-nav li a:hover {
  background: transparent;
}

header .navbar-main .navbar-nav .lang-item {
  text-transform: uppercase;
}
header .navbar-main .navbar-nav li.mega_menu .mega_main {
  max-height: 0;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  overflow: hidden;
  background: #B7152C;
  transition: all 600ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  z-index: -1;
  padding:0;
}
header .navbar-main .navbar-nav li.mega_menu .mega_main>ul {
  padding:0;
  margin:0;
  position: relative;
}
header .navbar-main .navbar-nav li.mega_menu .mega_main ul li {
  list-style: none;
  display: block;
}
header .navbar-main .navbar-nav li.mega_menu .mega_main ul li a {
  color:#fff;
  font-weight: 300;
  line-height: 35px;
}
header .navbar-main .navbar-nav li.mega_menu:hover>a:after {
  content:"";
  position: absolute;
  background:#fff;
  width:100%;
  height:2px;
  left:0;
  bottom:25px;
}
header .navbar-main .navbar-nav li.mega_menu:hover .mega_main {
  max-height: 600px;
  padding-bottom: 120px;
  padding-top: 5px;
  box-shadow: 0 15px 15px rgba(0,0,0,0.3);
}
header .navbar-main .navbar-nav li.mega_menu:hover .mega_main:after {
  content:"";
  position: absolute;
  width:100%;
  height: 130px;
  transform: skew();
  background:#B7152C;
}
.content_wrapper.m_t_0 {
  margin-top:0;
}
header.header_transparent {
  background:transparent;
}
header.header_transparent .navbar-main {
  background:transparent;
}

header.header_transparent.fixed-top {
  background:#B7152C;
}
header.header_red {
  background:#B7152C;
}
header.header_white {
  background:#fff;
}
header.header_white .navbar-main .navbar-nav li a {
  color:#000;
}

header.header_white.header_red {
  background:#B7152C;
}
header.header_white.header_red .navbar-main .navbar-nav li a {
  color:#fff;
}

header .header_right_menu {
  float: right;
  margin-top: 28px;
  padding-left: 10;
  margin-bottom: 0;
}
header .header_right_menu li {
  display: inline-block;
  vertical-align: middle;
}
header .header_right_menu li a {
  display: block;
  padding:15px 6px;
  color:#fff;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 400;
  line-height: 1;
}
header.header_white .header_right_menu li a {
  color:#323231;
}
header.header_white.header_red .header_right_menu li a {
  color:#fff;
}
/* FEATURES */

.accordion .card-header {
  padding:10px 15px;
  border-bottom:1px solid #ddd;
  cursor: pointer;
}
.accordion .card-header img { 
  width: 25px;
  float: right;
  transform: rotate(0);
  transition: all 300ms;
}
.accordion .card-header.active img { 
  transform: rotate(-180deg);
  transition: all 300ms;
} 
.accordion .card-header button {
  padding: 0;
  font-size:16px;
  color:#000;
}
.accordion .card-header button:hover, .accordion .card-header button:focus { 
  text-decoration: none;
  outline: 0;
}
.accordion .card-body {
  overflow: hidden;
  padding:0 15px;
}
.mobile-nav-tabb ul {

}
.mobile-nav-tabb ul li {

}
.mobile-nav-tabb ul li a { 

}
.mobile-nav-tabb ul li.active a { 
  background: #f2f2f2;
} 
.tab-content {
  padding:15px;
}
.content-slider {
  overflow-x: hidden;
  overflow-y: visible; 
}
.content-swiper-pagination {
  text-align: center;
}
.content-swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.content-slide-prev {
  background: url("/frontend/img/news-slide-prev.svg") no-repeat;
  width: 30px;
  height: 30px;
  left: 50%;
  top: auto;
  bottom: -60px;
  margin-left: -40px;
}
.content-slide-prev:hover {
  background: url("/frontend/img/news-slide-prev-active.svg") no-repeat; 
}
.content-slide-prev.swiper-button-disabled {
  opacity: 1;
}

.content-slide-next {
  background: url("/frontend/img/news-slide-next.svg") no-repeat;
  width: 30px;
  height: 30px;
  right: 50%;
  top: auto;
  bottom: -60px;
  margin-right: -40px;
}
.content-slide-next:hover {
  background: url("/frontend/img/news-slide-next-active.svg") no-repeat;
}
.content-slide-next.swiper-button-disabled {
  opacity: 1;
}
.info-box-title-clicked {
  color:red;
  cursor: pointer; 
}
.info-box-title {
  color:red;
  cursor: pointer;
}
.info-box-content { 
  display: none;
}
.tooltip {
  position: absolute;
  font-size:16px;
  color:#000;
  padding:10px 20px 10px 10px;
  background: #ebebeb;
  opacity: 1;
}
.tooltip .close-tooltip {
  width: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

/* FEATURES */


/* MENUS */

#tabbed-nav {
  background: #ebebeb;
  padding: 30px 0;
  display: inline-block;
}
#tabbed-nav ul {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
#tabbed-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#tabbed-nav ul li a {
  color: #A3A4A6;
  font-size: 16px;
  padding: 0 15px;
}
#tabbed-nav ul li a:hover {
    color: #54565A;
}
#tabbed-nav ul li.active a {
  color: #54565a;
}

/* MENUS */


/* ANIMATION */

.slide_top-to-bottom {
	opacity: 0;
	transition: all 400ms;
}

.slide_bottom-to-top {
	opacity: 0;
	transition: all 400ms;
}

.slide_right-to-left {
	opacity: 0;
	transition: all 400ms;
}

.slide_left-to-right {
	opacity: 0;
	transition: all 400ms;
}

.slide_fade-in {
	opacity: 0;
	transition: all 600ms;
}

.slide_rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 600ms;
}

.slide_scale-in {
	transform: scale(0, 0);
	transition: all 600ms;
}

.slide_in-line-fade {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-fade-300ms {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-fade-600ms {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-fade-900ms {
	opacity: 0;
	transition: all 300ms;
}

.slide_in-line-rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-rotate-300ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-rotate-600ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-rotate-900ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.slide_in-line-scale {
	transform: scale(0, 0);
	transition: all 300ms;
}

.slide_in-line-scale-300ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.slide_in-line-scale-600ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.slide_in-line-scale-900ms {
	transform: scale(0, 0);
	transition: all 300ms;
}


.top-to-bottom {
	opacity: 0;
	transition: all 400ms;
}

.bottom-to-top {
	opacity: 0;
	transition: all 400ms;
}

.right-to-left {
	opacity: 0;
	transition: all 400ms;
}

.left-to-right {
	opacity: 0;
	transition: all 400ms;
}

.fade-in {
	opacity: 0;
	transition: all 600ms;
}

.rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 600ms;
}

.scale-in {
	transform: scale(0, 0);
	transition: all 600ms;
}

.in-line-fade {
	opacity: 0;
	transition: all 300ms;
}

.in-line-fade-300ms {
	opacity: 0;
	transition: all 300ms;
}

.in-line-fade-600ms {
	opacity: 0;
	transition: all 300ms;
}

.in-line-fade-900ms {
	opacity: 0;
	transition: all 300ms;
}

.in-line-rotate {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-rotate-300ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-rotate-600ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-rotate-900ms {
	opacity: 0;
	transform: rotate(-360deg);
	transition: all 300ms;
}

.in-line-scale {
	transform: scale(0, 0);
	transition: all 300ms;
}

.in-line-scale-300ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.in-line-scale-600ms {
	transform: scale(0, 0);
	transition: all 300ms;
}

.in-line-scale-900ms {
	transform: scale(0, 0);
	transition: all 300ms;
}


/*VISIBLE*/

.visible .top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible .fade-in {
	opacity: 1;
	transition: all 600ms;
}

.visible .rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.visible .scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.visible .in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.visible .in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible .in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible .in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible .in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.visible .in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible .in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible .in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible .in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.visible .in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible .in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible .in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}


.swiper-slide-active .slide_top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active .slide_fade-in {
	opacity: 1;
	transition: all 600ms;
}

.swiper-slide-active .slide_rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.swiper-slide-active .slide_scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.swiper-slide-active .slide_in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active .slide_in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.swiper-slide-active .slide_in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active .slide_in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active .slide_in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}


/* SECTION */

.visible.top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.visible.fade-in {
	opacity: 1;
	transition: all 600ms;
}

.visible.rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.visible.scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.visible.in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.visible.in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible.in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible.in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible.in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.visible.in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible.in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible.in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.visible.in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.visible.in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.visible.in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.visible.in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}


.swiper-slide-active.slide_top-to-bottom {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_bottom-to-top {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_right-to-left {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_left-to-right {
	opacity: 1;
	transition: all 400ms;
	transform: translate3d(0,0,0) !important;
}

.swiper-slide-active.slide_fade-in {
	opacity: 1;
	transition: all 600ms;
}

.swiper-slide-active.slide_rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 600ms;
}

.swiper-slide-active.slide_scale-in {
	transform: scale(1, 1);
	transition: all 600ms;
}

.swiper-slide-active.slide_in-line-fade {
	opacity: 1;
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-fade-300ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-fade-600ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-fade-900ms {
	opacity: 1;
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-rotate {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-rotate-300ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-rotate-600ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-rotate-900ms {
	opacity: 1;
	transform: rotate(0);
	transition: all 300ms;
	transition-delay: 0.9s;
}

.swiper-slide-active.slide_in-line-scale {
	transform: scale(1, 1);
	transition: all 300ms;
}

.swiper-slide-active.slide_in-line-scale-300ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.3s;
}

.swiper-slide-active.slide_in-line-scale-600ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.6s;
}

.swiper-slide-active.slide_in-line-scale-900ms {
	transform: scale(1, 1);
	transition: all 300ms;
	transition-delay: 0.9s;
}

/*SECTION*/


/*VISIBLE*/


/* ANIMATION */

#wrapper {
  min-height: calc(100vh - 460px);
}
.content_wrapper {
  margin-top:100px;
}
footer {
  height: 100px;
  border-top:1px solid #CFCFCF;
}
footer .content_wrapper {
  margin-top:0;
}
footer #footer_sec_1 {
  padding-bottom: 45px;
}
footer #footer_sec_1 .list_menu {

}
footer #footer_sec_1 .list_menu>div{
  font-size:16px;
  font-weight: 300;
  border-bottom: 1px solid #B7152C;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 30px;
}
footer #footer_sec_1 .list_menu ul {
  padding: 0;
  margin:0;
  margin-top:15px;
}
footer #footer_sec_1 .list_menu li {
  display: block;
  list-style: none;
}
footer #footer_sec_1 .list_menu li a {
  display: block;
  padding:6px 0;
  font-size:13px;
  font-weight: 300;
  color:#323231;
  transition: all 400ms;
}
footer #footer_sec_1 .list_menu li a:hover {
  padding-left: 5px;
}

footer .footer_social_menu {
  padding:0;
  margin:0;
}
footer .footer_social_menu>div {
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #B7152C;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 30px;
}
footer .footer_social_menu ul {
  padding:0;
  margin:0;
  margin-top:15px;
}
footer .footer_social_menu li {
  display: inline-block;
  vertical-align: bottom;
}
footer .footer_social_menu li a {
  display: block;
  padding:0 5px;
  line-height: 1;
}
footer #footer_sec_1 .col6 p {
  font-size:13px;
}
footer #footer_sec_1 .col6 p img {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
}
footer #footer_sec_2 .row {
  padding-top:40px;
}
footer #footer_sec_2 p {
  font-size:13px;
  display: inline-block;
  vertical-align:middle;
  margin-bottom:0;
}
footer #footer_sec_2 ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin:0;
  font-size:13px;
}
footer #footer_sec_2 ul li {
  display: inline-block;
  vertical-align: middle;
  font-size:13px;
  padding-bottom: 0px;
}
footer #footer_sec_2 ul li:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width:1px;
  height:20px;
  background:#323231;
  margin-left:10px;
  margin-right:10px;
}
footer #footer_sec_2 ul li a {
  display: inline-block;
  vertical-align:middle;
  font-size:13px;
  font-weight: 300;
}
footer #footer_sec_2 .row {
  margin: 0;
}
footer #footer_sec_2 .col2 {
  padding-right: 0;
}
footer #footer_sec_2 .col2 p {
  display: block;
}
.image-gallery-isotope {
  
}
.image-gallery-isotope:after {
	content: '';
	display: block;
	clear: both;
}

.image-gallery-isotope .grid-sizer {
	width: calc(25% - 15px);
}
.image-gallery-isotope .grid-item {
  width: calc(25% - 15px);
  float: left;
  height: 186px;
  margin-bottom: 15px;
  overflow: hidden;
}
.image-gallery-isotope .grid-item img {
  transition: all 400ms;
}

.image-gallery-isotope .grid-item:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.container-fluid .image-gallery-isotope .grid-item {
  height: 144px;
}

.image-gallery-isotope .grid-item--width2 {
  width:calc(50% - 15px);
  height: 388px;
}
.container-fluid .image-gallery-isotope .grid-item--width2 {
  height: 302px;
}
.grid-style .col-md-4 { 
    margin-top: 30px;
}
.grid-style .grid-image {
	text-align: center;
	height:250px;
	overflow: hidden;
}
.grid-style .grid-image img {
  object-fit: cover;
  width:100%;
  height:100%;
}
.style-isotope:after {
	content: '';
	display: block;
	clear: both;
}

.style-isotope .grid-sizer {
	width: calc(25% - 15px);
}
.style-isotope .grid-item {
	width: calc(25% - 15px);
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
  transition: all 300ms;
}
.style-isotope .grid-item:hover {
  transition: all 400ms;
  margin-top:-15px !important;
 
}
.style-isotope .grid-item img {
  transition: all 400ms;
}
.style-isotope .grid-item:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.style-isotope .item-text {
	background: #424242;
	color:#fff;
	font-size:16px;
	padding: 5px 15px;
  position: relative;
  z-index: 2;
}

.style-isotope .grid-item--width2 {
	width:calc(50% - 15px);
	height: 388px;
}

.style-list ul {
	padding-left: 0;
}
.style-list ul li {
  background: #d2d2d2;
  display: block;
  position: relative;
  list-style: none;
  transition: all 400ms;
  top:0;
  margin-bottom:15px;
}
.style-list ul li:hover {
  top: -10px;
  transition: all 400ms;
}
.style-list ul li+li {
  margin-top:15px;
}
.style-list ul li .item-title {
  display: block;
}
.style-list ul li p {
}
.style-list ul li a {
  padding:10px 15px;
  display: block;
}
.category-list ul {
	padding-left: 0;
}
.category-list ul li {
  background: #d2d2d2;
  display: block;
  position: relative;
  list-style: none;
  transition: all 400ms;
  top:0;
}
.category-list ul li+li {
  margin-top:15px;
}
.category-list ul li:hover {
  top: -10px;
  transition: all 400ms;
}
.category-list ul li .item-title {
  display: block;
  margin-bottom: 10px;
}
.category-list ul li a {
	padding:10px 15px;
	display: block;
}
.row-style {
	margin-right: 0;
	margin-left: 0;
}
.row-style .style-item {
  padding:0;
  margin-bottom: 30px;
  background: #d2d2d2;
  height: 214px;
  position: relative;
  overflow: hidden;
  top:0;
  transition: all 400ms;
}
.row-style .style-item .style-img-hidden {
  overflow: hidden;
  display: inline-block;
  float: left;
}
.row-style .style-item:hover {
  top:-10px;
  transition: all 400ms;
}
.row-style .style-item:hover .style-img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.row-style .style-item a {
  display: block;
  height:100%;
}
.row-style .style-item .style-img {
  max-width:320px;
  float:left;
  transition: all 400ms;
}
.row-style .style-item .style-title {
	font-size: 18px;
    float: left;
    display: block;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 30px;
    width: calc(100% - 335px);
}
.row-style .style-item .style-excerpt {
	font-size:14px;
	font-size:500;
	float: left;
	margin-left: 15px;
	width: calc(100% - 335px);
}
.style-slider {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.style-slider .swiper-slide {
	text-align: center;
}
.style-slider .style-slide-next {
	position: absolute;
	right:0;
	bottom:0;
	top: auto;
}
.style-slider .style-slide-prev { 
	position: absolute;
	right:37px;
	left:auto;
	bottom:0;
	top: auto;
}
.style-slider .item-content {
	padding: 0 10px;
	text-align: left;
} 
.gallery-list {
	padding: 0;
}
.gallery-list li {
	display: inline-block;
	vertical-align: top;
	width:25%;
	margin-left: -4px;
	padding: 10px;
}
.gallery-list li a {
  display: block;
  overflow: hidden;
}
.gallery-list li a img {
  max-width:100%;
  transition: all 400ms;
}
.gallery-list li a:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.grid-gallery {
  margin-top: -30px;
}

.grid-gallery .col-md-4 {
  height:250px;
  margin-top: 30px;
  transition: all 400ms;
}
.grid-gallery .col-md-4 a {
  display: block;
  overflow: hidden;
}
.grid-gallery .col-md-4 a img {
  transition: all 400ms;
}
.grid-gallery .col-md-4 a:hover img {
  -ms-transform: scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: scale(1.2, 1.2); /* Safari */
  transform: scale(1.2, 1.2);
  transition: all 400ms;
}
.grid-gallery .col-md-4 .center-wrapper {
	background: #000;
}
.slide-fullheight {
  background: #000;
}
.slide-fullheight .center-inner {
  text-align: center;
}
.slide-fullheight .swiper-pagination-bullet { 
	background: rgba(255,255,255,1);
}
.slide-fullheight .swiper-pagination-bullet-active {
	background: red;
}
.type-head-title {
	display: inline-block;
  width: 100%;
  padding-bottom: 18px;
  font-weight: 600;
  border-bottom: 1px solid #bbb;
  margin-bottom: 25px;
}


/*SECTION SHOW*/

.desktop-0 {
  display: none;
}
.desktop-1 {
  display: block;
}


/*SECTION SHOW*/
.contained_left {
  opacity: 0;
}
.contained_right {
  opacity: 0;
}

.section_flex .container {
  height:100%;
}
.section_flex .container-fluid {
  height:100%;
}
.section_flex .container_fluid {
  height:100%;
}
.section_flex .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height:100%;
}
.section_flex.item_center .row {
  align-items: center;
}
.section_flex .row:before, .section_flex .row:after {
  display: inherit;
}
.section_flex .row > [class*='col-'] {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section_flex.top .row > [class*='col-'] {
  justify-content: flex-start;
}
.section_flex.middle .row > [class*='col-'] {
  justify-content: center;
}
.section_flex.bottom .row > [class*='col-'] {
  justify-content: flex-end;
}
.section_flex .row > .col12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.section_flex .row > .col11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.section_flex .row > .col10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.section_flex .row > .col9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.section_flex .row > .col8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.section_flex .row > .col7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.section_flex .row > .col6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.section_flex .row > .col5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.section_flex .row > .col4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.section_flex .row > .col3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.section_flex .row > .col2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.section_flex .row > .col1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.section_flex .row > [class*='col-'] .swiper-container {
  max-width: 100%;
  width:100%;
}
.f_weight_900 {
  font-weight: 900;
}
.f_weight_700 {
  font-weight: 700;
}
.f_weight_500 {
  font-weight: 500;
}
.f_weight_400 {
  font-weight: 400;
}
.f_weight_300 {
  font-weight: 300;
}
.f_weight_200 {
  font-weight: 200;
}
.f_weight_100 {
  font-weight: 100;
}

.f_size_60 {
  font-size:60px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.f_size_45 {
  font-size:45px;
  line-height: 1.2em;
}
.f_size_36 {
  font-size:36px;
}
.f_size_30 {
  font-size:30px;
}
.f_size_24 {
  font-size:24px;
}
.f_size_20 {
  font-size:20px;
}
.f_size_18 {
  font-size:18px;
}
.f_size_16 {
  font-size:16px;
}
.f_size_14 {
  font-size:14px;
}
.t_m_t_0 {
  margin-top:0;
}
.t_m_b_0 {
  margin-bottom: 0;
}
.p_m_b_0 {
  margin-bottom: 0;
}

.egik_section_div {
  height:100%;
}
.egik_section {
  position: relative;
  transform: skewY(-3deg);
  top: -50px;
}
.egik_section .container {
  transform: skewY(3deg);
}
.egik_section .container-fluid {
  transform: skewY(3deg);
}

.egik_section_right_ic {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.egik_section_left_ic {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.siyah_transparan_bg:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
}
.color_black {
  color:#000;
}
.color_white {
  color:#fff;
}
.color_red {
  color:#B7152C;
}
.color_grey {
  color:#323231;
}
.color_green {
  color:#316828;
}
.color_grey_acik {
  color: rgba(50,50,49, .8);
}
.list_style_dotted {
  padding:0;
}
.list_style_dotted.c2 {
  columns: 2;
}
.list_style_dotted li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.list_style_dotted li:before {
  content:"";
  width:8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  background:#B7152C;
  border-radius: 50%;
  position: absolute;
  left:0;
  top:6px;
}


.list_style_dotted_white {
  padding:0;
}
.list_style_dotted_white.c2 {
  columns: 2;
}
.list_style_dotted_white li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  color:#fff;
  margin-bottom: 10px;
}
.list_style_dotted_white li:before {
  content:"";
  width:8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  background:#fff;
  border-radius: 50%;
  position: absolute;
  left:0;
  top:6px;
}

.baskanin_mesaji_section {
  border-bottom:1px solid #B7152C;
  overflow: hidden;
}
.baskanin_mesaji_section img {
  position: relative;
  top:35px;
}
.tab_menu_special {}
.tab_menu_special .tab_menu_slider.mobile-nav-tabb {
  max-width: 1000px;
}
.tab_menu_special .mobile-nav-tabb {
}
.tab_menu_special .mobile-nav-tabb>ul {
  text-align: center;
  border:0;
  margin:0;
  padding:0;
}/*
.tab_menu_special .mobile-nav-tabb>ul.c5 {
  background: url(/frontend/img/menu-bg-5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 23px 0;
}
.tab_menu_special .mobile-nav-tabb>ul.c4 {
  background: url(/frontend/img/menu-bg-4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 23px 0;
}
.tab_menu_special .mobile-nav-tabb>ul.c3 {
  background: url(/frontend/img/menu-bg-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 23px 0;
}*/
.tab_menu_special .mobile-nav-tabb>ul>li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  border:3px solid #d6d6d6;
  width: 210px !important;
  height: 210px;
  border-radius: 50%;
  margin:0 20px;
  transition: all 400ms;
}
.tab_menu_special .mobile-nav-tabb>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height:190px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(180deg, #EDEDED 0%, #D6D6D6 100%);
  border:1px solid #d7d7d7;
  margin-top: 7px;
  margin-left: 7px;
  color:#323231;
  font-size: 20px;
  font-weight: 400;
  transition: all 400ms;
}
.tab_menu_special .mobile-nav-tabb>ul>li>a:hover {
  background:transparent;
  color:#B7152C;
  border:1px solid #B7152C;
  /*font-weight: 700;*/
}
.tab_menu_special .mobile-nav-tabb .nav-tabs > li.active > a,
.tab_menu_special .mobile-nav-tabb .nav-tabs > li.active > a:hover,
.tab_menu_special .mobile-nav-tabb .nav-tabs > li.active > a:focus {
  background:transparent;
  color:#B7152C;
  border:1px solid #B7152C;
  /*font-weight: 700;*/
}
.tab_menu_cont {
  position: relative;
}
.tab_menu_next {
  background: url(/frontend/img/menu-next.svg) no-repeat;
  background-size:cover;
  width:30px;
  height:30px;
  margin-top:-15px;
  right:15px;
}
.tab_menu_prev {
  background: url(/frontend/img/menu-prev.svg) no-repeat;
  background-size:cover;
  width:30px;
  height:30px;
  margin-top:-15px;
  left:15px;
}







.special_tab_content .content_wrapper {
  margin-top:0;
}
.full_height {
  height:100vh;
}
.kariyer_uygulama .col4 {
  min-height: 200px;
}
.kariyer_uygulama .col4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 100px;
  width: 1px;
  transform: translate3d(0, -50%, 0);
  background: #323231;
}
.kariyer_uygulama .col4:last-child:after {
  display: none;
}
.kariyer_uygulama img {
  height:85px;
}
.btn_red_bordered {
  padding:10px 30px 10px;
  border:1px solid #B7152C;
  color:#B7152C;
  display: inline-block;
  transition: all 400ms;
  font-size:18px;
  font-weight: 400;
  border-radius: 4px;
}
.btn_red_bordered:hover {
  text-decoration: none;
  color:#fff;
  background: #B7152C;
}
.btn_white_bordered {
  padding:10px 30px 10px;
  border:1px solid #fff;
  color:#fff;
  display: inline-block;
  transition: all 400ms;
  font-size:18px;
  font-weight: 400;
  border-radius: 40px;
}
.btn_white_bordered:hover {
  text-decoration: none;
  color:#B7152C;
  background: #fff;
}
.adres_column {}
.adres_column>div {
  margin-bottom: 30px;
}
.adres_column h3 {
  margin-bottom: 30px;
}
.adres_column>div img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.adres_column>div:first-child img {
  vertical-align: top;
}
.adres_column>div>div {
  display: inline-block;
  vertical-align: middle;
  font-size:16px;
  font-weight: 300;
}
.adres_column>div>div a {
  font-size:16px;
  font-weight: 300;
}
.form-group {
  margin-bottom:20px;
}
input[type="text"], input[type="email"], textarea {
  color:#323231;
  width:100%;
  height: 44px;
  padding: 7px 15px 0;
  border-radius: 4px;
  border:1px solid rgba(150,150,150,.5);
}
textarea {
  padding-top: 20px;
  min-height: 250px;
}
button[type="submit"] {
  background: #B7152C;
  color:#fff;
  padding: 13px 25px 8px 22px;
  box-shadow: none;
  border:1px solid #B7152C;
  border-radius: 4px;
}
input[type="checkbox"] {
  font-size:14px;
  font-weight: 600;
  -webkit-appearance: none;
  position: relative!important;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  height: 18px;
}
input[type="checkbox"]:focus {
  outline: 0;
  box-shadow: none;
}
input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 16px;
  height: 16px;
  color: #66ddfb;
  border: 1px solid #B2B4B4;
  border-radius: 2px;
}
input[type="checkbox"]:checked:before {
  border: 1px solid #000000;
}
input[type="checkbox"]:checked:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 1;
  background: #000000;
  border-radius: 2px;
}
.checkbox_label {
  font-weight: 400;
}
.checkbox_label .text {
  font-size:16px;
  font-weight: 300;
  margin-left: 10px;
}
.checkbox_label .text a {
  font-size:16px;
}
.main_slides {
  height: 100vh;

}
.main_slides .slide_container {
  position: relative;
}
.main_slides .slide_text p:first-child {
  font-size:5vw;
  font-weight: 900;
  color:#B7152C;
  line-height: 1;
}
.main_slides .slide_text p:nth-child(2) {
  font-size:24px;
  font-weight: 200;
  color:#323231;
  transition-delay: 500ms !important;
}
.main_slides .swiper-slide-active .slide_text p:nth-child(2) {
  transition-delay: 0 !important;
}

/*AMBALAJ SLIDER*/
.main_slides .ambalaj .slide_container {
  height:100%;
}
.main_slides .ambalaj .slide_container .slide_img {
  position: absolute;
}
.main_slides .ambalaj .slide_container .slide_text {
  position: absolute;
  top: 45%;
  right: 0;
  max-width: 650px;
  transform: translate3d(0,-50%,0);
  padding-left: 110px;
}
.main_slides .ambalaj .slide_container .slide_img {
  position: absolute;
  height: 100%;
  left: 0vw;
}
.main_slides .ambalaj .slide_container .slide_img img {
  max-width: inherit;
  transition: all 400ms;
  transition-delay: 300ms;
  transform: translate3d(-35%,100vh,0);
  opacity: 0;
  position: relative;
  top: 5%;
  left: 2vw;
}
.main_slides .ambalaj .slide_container .slide_text p {
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .ambalaj .slide_container .slide_text p:first-child {
  transform: skewX(-20deg) translate3d(0,0,0);
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .ambalaj.swiper-slide-active .slide_container .slide_img img {
  transform: translate3d(-35%,0,0);
  opacity: 1;
}
.main_slides .ambalaj.swiper-slide-active .slide_container .slide_text p:first-child {
  transform: skewX(0deg) translate3d(-7vw,0,0);
  opacity: 1;
}
.main_slides .ambalaj.swiper-slide-active .slide_container .slide_text p:nth-child(2) {
  opacity: 1;
}
.main_slides .ambalaj.swiper-slide-active .slide_container .slide_text p:nth-child(3) {
  opacity: 1;
}
/*AMBALAJ SLIDER*/

/*OTOMOTİV SLIDER*/
.main_slides .otomotiv .slide_container {
  height:100%;
}
.main_slides .otomotiv .slide_container .slide_img {
  position: absolute;
}
.main_slides .otomotiv .slide_container .slide_text {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 660px;
  transform: translate3d(0,0,0);
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .otomotiv .slide_container .slide_img {
  position: absolute;
}
.main_slides .otomotiv .slide_container .slide_img img {
  max-width: 100%;
  transition: all 400ms;
  transition-delay: 300ms;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.main_slides .otomotiv .slide_container .slide_text p {
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .otomotiv .slide_container .slide_text p:first-child {
  transform: translate3d(0,0,0);
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .otomotiv.swiper-slide-active .slide_container .slide_img img {
    transform: translate3d(-20vw, 0, 0);
  opacity: 1;
}
.main_slides .otomotiv.swiper-slide-active .slide_container .slide_text {
  transform: translate3d(0,-15vh,0);
  opacity: 1;
}
.main_slides .otomotiv.swiper-slide-active .slide_container .slide_text p {
  opacity: 1;
}
/*OTOMOTİV SLIDER*/

/*ENDUSTRİYEL SLIDER*/
.main_slides .endustriyel .slide_container {
  height:100%;
}
.main_slides .endustriyel .slide_container .slide_img {
  position: absolute;
}
.main_slides .endustriyel .slide_container .slide_text {
  position: absolute;
  bottom: 15%;
  right: 6%;
  max-width: 100%;
  transform: translate3d(0,0,0);
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .endustriyel .slide_img {
  position: absolute;
  top: 0;
  left: 10%;
  transition: all 400ms;
  transition-delay: 400ms;
  transform: translate3d(0, -100%, 0);
}
.main_slides .endustriyel .slide_img img {
  max-width: 100%;
  transition: all 400ms;
  transition-delay: 300ms;
  opacity: 0;
  width: 100%;
}
.main_slides .endustriyel .slide_container .slide_text p {
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .endustriyel .slide_container .slide_text p:first-child {
  transform: translate3d(0,0,0);
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .endustriyel.swiper-slide-active .slide_img {
  transform: translate3d(0, 0, 0);
}
.main_slides .endustriyel.swiper-slide-active .slide_img img {
  opacity: 1;
  width: 100%;
}
.main_slides .endustriyel.swiper-slide-active .slide_container .slide_text {
  transform: translate3d(0,-8vh,0);
  opacity: 1;
}
.main_slides .endustriyel.swiper-slide-active .slide_container .slide_text p {
  opacity: 1;
}
/*ENDUSTRİYEL SLIDER*/


/*ULAŞIM ARAÇLARI SLIDER*/
.main_slides .ulasim_araclari .slide_container {
  height:100%;
}
.main_slides .ulasim_araclari .slide_container .slide_img {
  position: absolute;
}
.main_slides .ulasim_araclari .slide_container .slide_text {
  position: absolute;
  bottom: 15%;
  left: 38vw;
  max-width: 100%;
  transform: translate3d(0,0,0);
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .ulasim_araclari .slide_img {
  position: absolute;
  width:50vw;
  top: 50%;
  left: -15vw;
  transition: all 400ms;
  transition-delay: 400ms;
  transform: translate3d(0, -100%, 0);
}
.main_slides .ulasim_araclari .slide_img img {
  max-width: 100%;
  transition: all 400ms;
  transition-delay: 300ms;
  opacity: 0;
  width: 100%;
}
.main_slides .ulasim_araclari .slide_container .slide_text p {
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .ulasim_araclari .slide_container .slide_text p:first-child {
  transform: translate3d(0,0,0);
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .ulasim_araclari.swiper-slide-active .slide_img {
  transform: translate3d(0, -50%, 0);
}
.main_slides .ulasim_araclari.swiper-slide-active .slide_img img {
  opacity: 1;
  width: 100%;
}
.main_slides .ulasim_araclari.swiper-slide-active .slide_container .slide_text {
  transform: translate3d(0,-8vh,0);
  opacity: 1;
}
.main_slides .ulasim_araclari.swiper-slide-active .slide_container .slide_text p {
  opacity: 1;
}
/*ULAŞIM ARAÇLARI SLIDER*/

/*YAPI PROFİLLERİ SLIDER*/
.main_slides .yapi_profilleri .slide_container {
  height:100%;
}
.main_slides .yapi_profilleri .slide_container .slide_img {
  position: absolute;
}
.main_slides .yapi_profilleri .slide_container .slide_text {
  position: absolute;
  bottom: 15%;
  right: 0;
  max-width: 100%;
  transform: translate3d(0,0,0);
  transition: all 400ms;
  transition-delay: 300ms;
}

.main_slides .yapi_profilleri .slide_img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 400ms;
  transition-delay: 400ms;
  transform: translate3d(0, -100%, 0);
}
.main_slides .yapi_profilleri .slide_img img {
  max-width: 100%;
  transition: all 400ms;
  transition-delay: 300ms;
  opacity: 0;
  width: 100%;
}
.main_slides .yapi_profilleri .slide_container .slide_text p {
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
  text-align:right;
}
.main_slides .yapi_profilleri .slide_container .slide_text p:first-child {
  transform: translate3d(0,0,0);
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .yapi_profilleri.swiper-slide-active .slide_img {
  transform: translate3d(0, 0, 0);
}
.main_slides .yapi_profilleri.swiper-slide-active .slide_img img {
  opacity: 1;
  width: 100%;
}
.main_slides .yapi_profilleri.swiper-slide-active .slide_container .slide_text {
  transform: translate3d(0,-8vh,0);
  opacity: 1;
}
.main_slides .yapi_profilleri.swiper-slide-active .slide_container .slide_text p {
  opacity: 1;
}
/*YAPI PROFİLLERİ SLIDER*/

/*DAYANIKLI TUKETİM SLIDER*/
.main_slides .dayanikli_tuketim .slide_container {
  height:100%;
}

.main_slides .dayanikli_tuketim .slide_container .slide_text {
	position: absolute;
	top: 10%;
	left: 41vw;
	transform: translate3d(0,0%,0);
}
html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_text {
  max-width: 50%;
}
html[lang="en"] .main_slides .dayanikli_tuketim .slide_text p:first-child {
  font-size: 5vw;
}
.main_slides .dayanikli_tuketim .slide_container .slide_img {
  position: absolute;
  height: 100%;
  left: -20vw;
  width:60vw;
}
.main_slides .dayanikli_tuketim .slide_container .slide_img img {
  transition: all 400ms;
  transition-delay: 300ms;
  transform: translate3d(-100vw,100vh,0);
  opacity: 0;
  position: relative;
  top:10%;
}
.main_slides .dayanikli_tuketim .slide_container .slide_text p {
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .dayanikli_tuketim .slide_container .slide_text p:first-child {
  transform: skewX(-20deg) translate3d(0,0,0);
  opacity: 0;
  transition: all 400ms;
  transition-delay: 300ms;
}
.main_slides .dayanikli_tuketim.swiper-slide-active .slide_container .slide_img img {
  transform: translate3d(10%,0,0);
  opacity: 1;
}
.main_slides .dayanikli_tuketim.swiper-slide-active .slide_container .slide_text p:first-child {
  transform: skewX(0deg) translate3d(-12vw,0,0);
  opacity: 1;
}
.main_slides .dayanikli_tuketim.swiper-slide-active .slide_container .slide_text p:nth-child(2) {
  opacity: 1;
}
.main_slides .dayanikli_tuketim.swiper-slide-active .slide_container .slide_text p:nth-child(3) {
  opacity: 1;
}
/*DAYANIKLI TUKETİM SLIDER*/

.main_slides_pagination {
  position: absolute;
  top:50%;
  left:40px;
  transform: translate3d(0,-50%,0);
  z-index: 2;
}
.main_slides_pagination ul {
  padding:0;
  margin:0;
  text-align: center;
}
.main_slides_pagination ul li {
  list-style: none;
  margin-bottom: 30px;
  cursor: pointer;
  zoom:0.8;
  
}
.main_slides_pagination ul li svg {
	max-width:75px;
}
.main_slides_pagination ul li:first-child img {
  width:30px;
}
.main_slides_pagination ul li:nth-child(2) img {
  width:54px;
}
.main_slides_pagination ul li:nth-child(3) img {
  width:40px;
}
.main_slides_pagination ul li:nth-child(4) img {
  width:30px;
}
.main_slides_pagination ul li span {
  display: block;
  font-size:14px;
  font-weight: 400;
  margin-top:10px;
}
.main_slides_pagination ul li.active span {
  color:#B7152C;
}

.tirnak_ici {
  position: relative;
}
.tirnak_ici:before {
  content:"";
  position: absolute;
  left:-31px;
  top:0;
  background:url(/uploads/images/1602510195_apost1.svg) no-repeat;
  background-size:cover;
  background-position: center;
  width:21px;
  height:17px;
}
.tirnak_ici:after {
  content:"";
  position: absolute;
  right:0;
  bottom:0;
  background:url(/uploads/images/1602510196_apost2.svg);
  background-size:cover;
  background-position: center;
  width:21px;
  height:17px;
}
.tab_menu_special .menu_next {
  position: absolute;
  top:50%;
  right:0;
  background: url(/frontend/img/menu-next.svg) no-repeat;
  background-size:cover;
  background-position:center;
  width:30px;
  height:30px;
  transform:translate3d(-50%,0,0);
}
.tab_menu_special .menu_prev {
  position: absolute;
  top:50%;
  left:0;
  background: url(/frontend/img/menu-prev.svg) no-repeat;
  background-size:cover;
  background-position:center;
  width:30px;
  height:30px;
  transform:translate3d(-50%,0,0);
}
#mobile_menu_btn {
  display: none;
}
.parallax_bg {
  background-attachment: fixed !important;
}

.document_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-15px;
  margin-right:-15px;
  padding-bottom:25px;
}
.document_items .document {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex: 0 0 calc(33.33333% - 30px);
  flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-left:15px;
  margin-right:15px;
  margin-top:25px;
  background: #B7152C;
  position: relative;
  padding:15px;
  transition: all 400ms;
  
}
   .document_items .document .document_title {
  color:#fff;
  max-width:calc(100% - 30px);
  width:100%;
  font-size:16px;
}
.document_items .document img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, calc(-50% - 2px), 0);
}
.document_items .document:hover {
  background: #8a0e1f;
}

.gmap_cont {
  position: relative;
}
.gmap_cont .map_qr {
  position: absolute;
  bottom:0;
  left:0;
  max-width: 100px;
}
.rotate_device {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #666266;
  z-index: 9999;
  display: block;
}
.rotate_device:after {
  content:"";
  position: absolute;
  left:50%;
  top:50%;
  max-width: 100px;
  height:100px;
  width:100%;
  transform: translate3d(-50%, -50%,0);
  background: url(/frontend/img/device-rotate.svg) no-repeat;
  background-size:cover;
  background-position: center;
}
.home_logos img {
  margin:15px -7px;
  width:200px;
}
.cookie_policy_bar {
  background: rgba(0,0,0,0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 0 20px;
  z-index: 10000;
  width: 100%;
  color: #636363;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.cookie_policy_bar div {
  max-width: 1210px;
  width: 100%;
  padding: 0 15px;
  color:#fff;
  font-size:14px;
}
.cookie_policy_bar div a {
  font-size:14px;
}
.cookie_policy_bar .cookie_policy_url {
  color: #fff;
  text-decoration: underline;
}
.cookie_policy_bar .close_cookie {
  position: absolute;
  right: 30px;
  top: 50%;
  max-width: 30px;
  cursor: pointer;
  transform: translate(0, -50%);
}
.cookie_policy_bar .rounded_btn_white {
  border: 1px solid #fff;
  color: #fff;
  padding:10px 15px;
  display: inline-block;
  margin-top: 10px;
  transition: all 400ms;
}
.cookie_policy_bar .rounded_btn_white:hover {
  background:#fff;
  color:#000;
}
#wrapper > div.cookie_policy_bar > div > div:nth-child(1) {
  max-width: 1020px;
  display: inline-block;
  vertical-align: middle;
}
#wrapper > div.cookie_policy_bar > div > div:nth-child(2) {
  display: inline-block;
  max-width: 150px;
  vertical-align: middle;
}
#application_section .row {
  margin:20px 0;
}
.main_slides_pagination ul li.active svg path.fill_a {
	fill:#B7152C;
}
.main_slides_pagination ul li.active svg path.stroke_a {
	stroke:#B7152C;
}
.kose-gorsel {
  background-size:50% auto !important;
  background-position: top right !important;
}
.post-cont {
  border:1px solid #E2E2E2;
}
.post-cont .item-content {
  padding:20px;
}
.post-cont .item-content .items-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #323231;
  padding:0;
  margin:0;
}
.post-cont .item-content .read-more {
  color: #B7152C;
  font-size: 14px;
  line-height: 20px;
  border-bottom:1px solid #B7152C;
  padding-bottom: 4px;
  position:relative;
  display:inline-block;
  margin-top:20px;
}
.post-cont .item-content .read-more:before {
  content:"";
  position:absolute;
  width:18px;
  height:13px;
  background-image:url(/frontend/img/right-arrow.svg);
  background-size:cover;
  right:-28px;
  top:5px;
}
.tabbed_nav {}
.tabbed_nav ul {
	display: flex;
	align-items: center;
	padding:0;
	margin:0;
	justify-content: center;
}
.tabbed_nav ul li {
	list-style: none;
	margin-left:20px;
	margin-right:20px;
}
.tabbed_nav ul li a {
	display: block;
	font-size:18px;
	font-weight: 300;
	color:rgba(255, 255, 255, 0.5);
	position: relative;
	padding:80px 50px 20px;
	text-align:center;
}
.tabbed_nav ul li a img {
	display:block;
	margin:0 auto;
}
.tabbed_nav ul li a:after {
	content:"";
	width:0;
	position: absolute;
	bottom:0;
	height:1px;
	left:50%;
	background:rgba(255, 255, 255, 1);
	transform: translate3d(-50%,0,0);
	transition: all 200ms;
}
.tabbed_nav ul li.active a {
	color:#fff;
}
.tabbed_nav ul li.active a:after {
	width:100%;
	color:rgba(255, 255, 255, 1);
}

.home_slide_pagination {
	position:absolute;
	left:0;
	top:50%;
	transform:translate3d(0,-50%,0);
	z-index:2;
}
.home_slide_pagination ul {
	padding:0;
	margin:0;
}
.home_slide_pagination ul li {
	list-style:none;
	font-size:14px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	padding: 20px;
	border: 0;
	margin: 0;
}
.home_slide_pagination ul li.active {
	background: rgb(183 21 44 / 67%);
	border-bottom-right-radius: 16px;
	border-top-right-radius: 16px;
}
.home_slide_pagination ul li img {
	display:block;
}
.home_slide_pagination ul li span {
	display:block;
}
html.html_pair-2292, body.pair-2292 {
	overflow:hidden;
}
html.touch.html_pair-2292, html.touch body.pair-2292 {
	overflow:initial;
}
@media screen and (max-width: 1660px) {
  .main_slides .otomotiv .slide_container .slide_img {
    max-width: 800px;
  }
}
@media screen and (max-width: 1570px) {
	.main_slides .ulasim_araclari .slide_container .slide_text {
		left:43vw;
	}
	.main_slides .ulasim_araclari .slide_img {
		left:-10vw;
	}
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size:45px;
    font-weight: 300;
    line-height: 1.2;
  }
  h2 {
    font-size:36px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  h3 {
    font-size:24px;
    font-weight: 300;
    line-height: 1.2;
    color:#323231;
  }
  h4 {
    font-size:20px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  h5 {
    font-size:18px;
    font-weight: bold;
    line-height: 1.2;
    color:#B7152C;
  }
  h6 {
    font-size:16px;
    line-height: 1.2;
    color:#B7152C;
  }
  p {
    font-size:16px;
    font-weight: 300;
    color:#323231;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  a {
    font-size:16px;
    font-weight: 300;
    color:#323231;
    line-height: 1.5;
  }
  a:hover {
    text-decoration: none;
    color:#B7152C;
  }
  ul li {
    font-size:16px;
  }

  .f_size_60 {
    font-size:45px;
    line-height: 1.2;
  }
  .f_size_45 {
    font-size:36px;
  }
  .f_size_36 {
    font-size:36px;
  }
  .f_size_30 {
    font-size:30px;
  }
  .f_size_24 {
    font-size:24px;
  }
  .f_size_20 {
    font-size:20px;
  }
  .f_size_18 {
    font-size:18px;
  }
  .f_size_16 {
    font-size:16px;
  }
  .f_size_14 {
    font-size:14px;
  }

  .tab_menu_special .mobile-nav-tabb>ul>li {
    width: 160px !important;
    height: 160px;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li>a {
    width: 140px;
    height: 140px;
    font-size:18px;
  }
  .main_slides .slide_text p:nth-child(2) {
    font-size:20px;
  }
  .main_slides .otomotiv .slide_container .slide_img {
    position: absolute;
    width:80%;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img img {
    width:80%;
  }
  .main_slides .ambalaj.swiper-slide-active .slide_container .slide_text p:first-child {
    transform: skewX(0deg) translate3d(-4vw,0,0);
  }
  .main_slides .otomotiv .slide_container .slide_text {
    right:140px;
  }
  .main_slides .endustriyel .slide_container .slide_text {
    right:60px;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img {
    left:-10vw;
	width:70vw;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
	  left:51vw;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li>a:hover {
    font-weight: 400;
  }
  .main_slides .yapi_profilleri .slide_container .slide_text {
	  right:10vw;
  }
  .main_slides .yapi_profilleri.swiper-slide-active .slide_img {
	  max-width:45vw;
  }
}
.anasayfa-slider-mobil, .homepage-slider-mobil {
	height:calc(100vh - 70px);
}
.anasayfa-slider-mobil .f_size_45, .homepage-slider-mobil .f_size_45 {
	font-size:5vw;
}
.anasayfa-slider-mobil .col4, .homepage-slider-mobil .col4 {
	text-align:center;
}
.anasayfa-slider-mobil .col4 p:first-child, .homepage-slider-mobil .col4 p:first-child {
	margin-bottom:10px;
}
.anasayfa-slider-mobil .btn_white_bordered, .homepage-slider-mobil .btn_white_bordered {
	font-size:13px;
}
.anasayfa-slider-mobil .slide_prev, .homepage-slider-mobil .slide_prev  {
	position:absolute;
	left:0;
	top:25%;
	transform:rotate(-90deg);
	z-index:2;
	display: flex;
    justify-content: flex-end;
}
.anasayfa-slider-mobil .slide_next, .homepage-slider-mobil .slide_next {
	position: absolute;
    right: 0;
    top: 25%;
    transform: rotate(-90deg);
    z-index: 2;
	display: flex;
    justify-content: flex-start;
}
@media screen and (max-width: 1366px) {
  html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_text {
    right: 6vw;
  }
  .main_slides .ambalaj .slide_container .slide_text {
    right:6vw;
  }
}
@media screen and (max-width: 1280px) {
  .main_slides .ambalaj .slide_container .slide_text {
    padding-left: 0;
    padding-right:150px;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
    transform: translate3d(0,0,0);
  }
  .main_slides .endustriyel .slide_container .slide_text {
    right:120px;
  }
  html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_text {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
	.container {
		max-width:100%;
		width:100%;
	}
  .main_slides .dayanikli_tuketim .slide_container .slide_img {
    width: 80%;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img {
    width:60%;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
	left:41vw;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img img {
	  
  }
}
@media screen and (max-width: 1045px) {
	header .header_right_menu {
		padding-left:0 !important;
	}
}
@media screen and (max-width: 1024px) {
	.home_slide_pagination ul li {
		padding:10px;
	}
  .tablet-0 {
    display: none;
  }
  .tablet-1 {
    display:block;
  }
  .image-gallery-isotope .grid-item {
    height:146px;
  }
  .image-gallery-isotope .grid-item--width2 {
    height:300px;
  }
  .main_slides .otomotiv .slide_container .slide_text {
    right:20%;
  }
  .main_slides .endustriyel.swiper-slide-active .slide_img {
    right:-10px;
    transform: rotate(10deg) translate3d(0, 0, 0);
  }
  .tirnak_ici:after {
    bottom:-15px;
  }
  .baskanin_mesaji_section img {
    top:50px;
  }
  .tab_menu_special .tab_menu_slider.mobile-nav-tabb {
    max-width: 800px;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img img {
    width:75%;
    top:13%;
  }
  header .navbar-main .navbar-nav {
	  padding-left:10px;
  }
  #mobile_menu_btn {
    display: inline-block;
    border:1px solid #fff;
    width:40px;
    height:40px;
    position: relative;
    float: right;
    top: 28px;
    transition: all 400ms;
  }
  #mobile_menu_btn span { 
    width:20px;
    height:2px;
    position: absolute;
    background: #fff;
    left:50%;
    transition: all 400ms;
    transform: translateX(-50%);
  }
  #mobile_menu_btn span:first-child {
    top:13px;    
  } 
  #mobile_menu_btn span:last-child {
    top:21px;
  }
  #mobile_menu_btn.active span:first-child {
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    top: 50%;
  }
  #mobile_menu_btn.active span:last-child {
    transform: translateY(-50%) translateX(-50%) rotate(-45deg);
    top: 50%;
  }
  .header_white #mobile_menu_btn {
    border:1px solid #000;
  }
  .header_white #mobile_menu_btn span {
    background: #000;
  }
  .header_white #mobile_menu_btn.active {
    border:1px solid #fff;
  }
  .header_white #mobile_menu_btn.active span {
    background: #fff;
  }
  #mobileMenuCont {
    position: fixed;
    right: -100vw;
    top: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    width: 100vw;
    background: #B7152C;
    transition: all 400ms;
    border-top: 1px solid #ccc;
  }
  #mobileMenuCont.active {
    right:0;
  }

  header .navbar-main .navbar-nav {
    float: none;
    padding-left: 0;
    margin-top:0;
    margin:0;
  }
  header .navbar-main .navbar-nav>li {
    display: block;
    float: none;
    border-bottom: 1px solid #ccc;
	padding-bottom:0;
  }
  header .navbar-main .navbar-nav li.mega_menu .mega_main ul li {
	  padding-bottom:0;
  }
  header .navbar-main .navbar-nav li a {
    display: block;
    color:#fff;
    font-size:16px;
    padding-top:15px;
    padding-bottom:15px;
    line-height: 1.5;
  }
  header .header_right_menu {
    margin-top:25px;
    margin-right:20px;
  }
  header .navbar-main .navbar-nav li .mega_main {
    max-height: inherit;
    position: relative;
    top:0;
    box-shadow: none;
  }
  header .navbar-main .navbar-nav li.mega_menu .mega_main {
    position: relative;
    top:0;
    max-height: inherit;
    z-index: 0;
    clip-path: none;
  }
  header .navbar-main .navbar-nav li.mega_menu:hover .mega_main {
    max-height: inherit;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: none;
  }

  header .navbar-main .navbar-nav li.mega_menu:hover>a:after {
    display: none;
  }
  header .navbar-main .navbar-nav li.mega_menu:hover .mega_main:after {
    display: none;
  }
  header .navbar-main .navbar-nav li.mega_menu .mega_main ul li a {
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size:16px;
    line-height: 1.5;
  }
  .home_slide_pagination {
	  
  }
  .home_slide_pagination ul li img {
	  max-width:60px;
	  margin:0 auto;
  }
  .tabbed_nav ul li a {
	  padding:20px 30px 20px;
  }
}
@media screen and (max-width: 768px) {
	#section_700631 {
		height: auto !important;
	}
	.section_flex .row {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    height:100%;

  }

  .section_flex .row > [class*='col-'] {

    -ms-flex-preferred-size: 0;

    flex-basis: 0;

    -ms-flex-positive: 1;

    flex-grow: 1;

    display: flex;

    flex-direction: column;

    justify-content: center;

  }

  .section_flex .row > .col12 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col11 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col10 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col9 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col8 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col7 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col6 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col5 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col4 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col3 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col2 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > .col1 {

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

  }

  .section_flex .row > [class*='col-'] .swiper-container {

    max-width: 100%;

  }
}

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

  
  .main_slides .ambalaj .slide_container .slide_img img {
    height:60%;
  }
  .main_slides .ambalaj .slide_container .slide_text {
    top:80%;
  }
  .main_slides .otomotiv .slide_container .slide_img {
    top:20%;
  }
  .main_slides .otomotiv .slide_container .slide_text {
    bottom:10%;
  }
  .main_slides .endustriyel .slide_img {
    top:10%;
  }
  .main_slides .endustriyel.swiper-slide-active .slide_img {
    transform: rotate(0deg) translate3d(0, 0, 0)
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
    top:65%;
  }
  .egik_section {
    transform: skewY(0deg);
  }
  .egik_section .container {
    transform: skewY(0deg);
  }
  .baskanin_mesaji_section img {
    top:100px;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li {
    width:140px !important;
    height:140px;
    margin:0 10px;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li>a {
    width:120px;
    height:120px;
  }
  .tab_menu_special .tab_menu_slider.mobile-nav-tabb {
    max-width: 640px;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img {
    left:0vw;
    width:auto;
    top:-100px;
  }
  html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_text {
    max-width: 70%;
  }
  .main_slides .ambalaj .slide_container .slide_text {
    right:0;
  }
  .main_slides .otomotiv .slide_container .slide_img {
    top:0;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img img {
    width:55%;
  }
}

@media screen and (max-width: 736px) {
  header {
    height:50px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  }
  header .navbar-main #logo {
    margin-top:9px;
    max-width: 100px;
  }
  header .header_right_menu {
    margin-top:2px;
    margin-right:10px;
  }
  #mobile_menu_btn {
    top:7px;
  }
  #mobile_menu_btn {
    border:0 !important;
  }
  .slide_text a img {
    max-width:30px;
  }
  .content_wrapper {
    margin-top:50px;
  }
  #mobileMenuCont {
    top:50px;
    height:calc(100vh - 50px);
  }
  .main_slides {
    height:calc(100vh);
    top:50px;
  }
  
  html[lang="en"] .main_slides .otomotiv .slide_container .slide_text {
    bottom:0;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
    top:35%;
  }
  html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_text {
    max-width: 100%;
  }
  .mobile-0 {
    display: none;
  }
  .mobile-1 {
    display: block;
  }
  #tabbed-nav {
    width: 100%;
    overflow: scroll;
  }
  .section_flex .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:100%;
  }
  .section_flex .row > [class*='col-'] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section_flex .row > .col12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col11 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > [class*='col-'] .swiper-container {
    max-width: 100%;
  }
  .contained_left {
    opacity: 1;
  }
  .contained_right {
    opacity: 1;
  }
  .main_slides_pagination {
    top:auto;
    bottom:30px;
    right: auto;
    left:0;
    width:100%;
    transform: translate3d(0,0,0);
  }
  .main_slides_pagination ul li {
    display: inline-block;
    vertical-align: bottom;
    margin:0 12px;
  }
  .main_slides .ambalaj .slide_container .slide_text {
    padding-left: 15px;
    padding-right: 15px;
    top:60%;
  }
  .main_slides .ambalaj .slide_container .slide_img {
    height: 38%;
  }
  .main_slides .ambalaj .slide_container .slide_img img {
    height:100%;
  }
  .main_slides .ambalaj.swiper-slide-active .slide_container .slide_text p:first-child {
    transform: skewX(0deg) translate3d(0,0,0)
  }
  .main_slides .endustriyel .slide_img {
    top:0;
  }
  .main_slides .endustriyel .slide_container .slide_text {
    right: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    top:40%;
  }
  .main_slides .otomotiv .slide_container .slide_text {
    right:0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    top:40%;
    text-align: center;
  }
  .main_slides .otomotiv .slide_container .slide_img {
    width:40%;
    top:30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img {
    top: 30px;
    width: 25%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_img {
    top:20px;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img img {
    width:100%;
    top:0;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
    transform: translate3d(0,0,0);
    padding-left: 15px;
    padding-right: 15px;
    top:40%;
    text-align: center;
  }
  .main_slides .dayanikli_tuketim.swiper-slide-active .slide_container .slide_text p:first-child {
    transform: skewX(0deg) translate3d(0,0,0);
  }
  h1 {
    font-size:30px;
    font-weight: 300;
    line-height: 1.2;
    color:#323231;
  }
  h2 {
    font-size:26px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  h3 {
    font-size:24px;
    font-weight: 300;
    line-height: 1.2;
    color:#323231;
  }
  h4 {
    font-size:24px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  .f_size_60 {
    font-size:30px;
    line-height: 1.2;
  }
  .f_size_45 {
    font-size:30px;
  }
  .f_size_36 {
    font-size:24px;
  }
  .f_size_30 {
    font-size:24px;
  }
  .f_size_24 {
    font-size:18px;
  }
  footer {
    height: auto;
    padding-top:30px;
  }
  footer #footer_sec_1 .list_menu>div {
    padding-right:0;
  }
  footer .footer_social_menu {
    margin: 0 15px;
    width: calc(100% - 30px);
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B7152C;
  }
  footer .footer_social_menu>div {
    padding-right: 0;
    padding-bottom: 0;
    border:0;
  }
  footer .footer_social_menu ul {
    display: inline-block;
    float: right;
    margin-top:-7px;
  }
  footer #footer_sec_1 .list_menu ul {
    margin-top:0;
  }
  footer #footer_sec_1 .col6 p {
    text-align: left !important;
    margin-bottom: 10px;
  }
  footer #footer_sec_1 {
    padding-bottom: 0;
  }
  footer #footer_sec_2 p {
    display: block;
    text-align: center;
  }
  footer #footer_sec_2 ul {
    display: block;
    margin-top:5px;
  }
  footer #footer_sec_2 ul li {
    display: block;
  }
  footer #footer_sec_2 ul li:before {
    display: none;
  }
  footer #footer_sec_2 ul li a {
    display: block;
    text-align: center;
    padding:10px 0;
  }
  footer #footer_sec_2 .row {
    padding-top:10px;
  }
  footer #footer_sec_2 .col2 p img {
    float: none !important;
    margin-top:10px !important;
    margin-bottom:30px;
  }
  .baskanin_mesaji_section img {
    top:0;
  }
  .tirnak_ici:before {
    display: none;
  }
  .tirnak_ici:after {
    display: none;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li {
    width:120px !important;
    height:120px;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li>a {
    width:100px;
    height:100px;
    font-size:14px;
  }
  .tab_menu_special .tab_menu_slider.mobile-nav-tabb {
    max-width: 580px;
  }
  .cdlp-90 {
    padding-left: 15px !important;
  }
  .cdrp-90 {
    padding-right: 15px !important;
  }
  .cdrp-30 {
    padding-right: 15px !important;
  }
  .kariyer_uygulama .col4:after {
    display: none;
  }
  .adres_column>div>div {
    max-width:calc(100% - 50px);
  }
  .main_slides .slide_text p:nth-child(2) {
    font-size:16px;
    font-weight: 300;
  }
  .main_slides_pagination ul li span {
    display: none;
  }
  .main_slides .ambalaj .slide_container .slide_img {
    top:30px;
    height:30%;
    left:50%;
    transform: translate3d(-50%, 0, 0);
  }
  .main_slides .ambalaj .slide_container .slide_text {
    text-align: center;
  }
  .main_slides .slide_text p:nth-child(2) {
    font-size:14px;
  }
  .main_slides .ambalaj .slide_container .slide_img img {
    left:0;
  }
  .home_logos img {
    margin:20px auto;
    display: block;
  }
}

@media screen and (min-width: 600px) and (max-width: 735px) {
	.anasayfa-slider .col5 {
		padding-left:100px;
	}
	.anasayfa-slider .col4 {
		padding-left:100px;
	}
	.homepage-slider .col5 {
		padding-left:100px;
	}
	.homepage-slider .col4 {
		padding-left:100px;
	}
}
@media screen and (max-width: 480px) {
	.home_slide_pagination {
		position:absolute;
		left:0;
		top: auto;
		bottom:0;
		transform:translate3d(0,0,0);
	}
	.home_slide_pagination ul {
		display:flex;
		align-items:center;
		
	}
	.home_slide_pagination ul li {}
	.home_slide_pagination ul li img {
		max-width:50px;
		opacity:.7;
	}
	.home_slide_pagination ul li span {
		font-size:12px;
		display:none;
	}
	.home_slide_pagination ul li.active {
		background:transparent;
	}
	.home_slide_pagination ul li.active img {
		opacity:1;
	}
	#section_700631 {
		height: auto !important;
	}
	.main_slides .ulasim_araclari .slide_img {
		left:0;
	}
	.main_slides .ulasim_araclari.swiper-slide-active .slide_img img {
		margin:0 auto;
		width:75%;
	}
	.main_slides .ulasim_araclari .slide_container .slide_text {
		bottom:auto;
	}
	.m_b_m_0 {
		margin-bottom:0;
	}
	.kose-gorsel {
  background-size:contain !important;
  background-position: top right !important;
}
  header {
    height:50px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  }
  header .navbar-main #logo {
    margin-top:9px;
    max-width: 100px;
  }
  header .header_right_menu {
    margin-top:2px;
    margin-right:10px;
  }
  #mobile_menu_btn {
    top:7px;
  }
  #mobile_menu_btn {
    border:0 !important;
  }
  .slide_text a img {
    max-width:30px;
  }
  .content_wrapper {
    margin-top:50px;
  }
  #mobileMenuCont {
    top:50px;
    height:calc(100vh - 50px);
  }
  .main_slides {
    height:calc(100vh - 180px);
    top:80px;
  }
  
  html[lang="en"] .main_slides .otomotiv .slide_container .slide_text {
    bottom:0;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
    top:35%;
  }
  html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_text {
    max-width: 100%;
  }
  .mobile-0 {
    display: block;
  }
  .mobile-1 {
    display: block;
  }
  #tabbed-nav {
    width: 100%;
    overflow: scroll;
  }
  .section_flex .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:100%;
  }
  .section_flex .row > [class*='col-'] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section_flex .row > .col12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col11 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > .col1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_flex .row > [class*='col-'] .swiper-container {
    max-width: 100%;
  }
  .contained_left {
    opacity: 1;
  }
  .contained_right {
    opacity: 1;
  }
  .main_slides_pagination {
    top:auto;
    bottom:30px;
    right: auto;
    left:0;
    width:100%;
    transform: translate3d(0,0,0);
  }
  .main_slides_pagination ul li {
    display: inline-block;
    vertical-align: bottom;
    margin:0 12px;
  }
  .main_slides .ambalaj .slide_container .slide_text {
    padding-left: 15px;
    padding-right: 15px;
    top:60%;
  }
  .main_slides .ambalaj .slide_container .slide_img {
    height: 38%;
  }
  .main_slides .ambalaj .slide_container .slide_img img {
    height:100%;
  }
  .main_slides .ambalaj.swiper-slide-active .slide_container .slide_text p:first-child {
    transform: skewX(0deg) translate3d(0,0,0)
  }
  .main_slides .endustriyel .slide_img {
    top:0;
  }
  .main_slides .endustriyel .slide_container .slide_text {
    right: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    top:40%;
  }
  .main_slides .otomotiv .slide_container .slide_text {
    right:0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    top:50%;
    text-align: center;
  }
  .main_slides .otomotiv .slide_container .slide_img {
    width:70%;
    top:30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img {
    top: 30px;
    width: 90%;
    left: 50%;
    transform: translate3d(-60%, 0, 0);
  }
  html[lang="en"] .main_slides .dayanikli_tuketim .slide_container .slide_img {
    top:20px;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_img img {
    width:100%;
    top:0;
  }
  .main_slides .dayanikli_tuketim .slide_container .slide_text {
    transform: translate3d(0,0,0);
    padding-left: 15px;
    padding-right: 15px;
    top:40%;
    text-align: center;
  }
  .main_slides .dayanikli_tuketim.swiper-slide-active .slide_container .slide_text p:first-child {
    transform: skewX(0deg) translate3d(0,0,0);
  }
  .document_items .document {
	-ms-flex: 0 0 calc(100% - 30px);
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
  }
  .egik_section {
	  top:0;
  }
  .mobile_text_left {
	  text-align:left !important;
  }
  #map {
	  height:300px !important;
  }
  h1 {
    font-size:30px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  h2 {
    font-size:26px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  h3 {
    font-size:24px;
    font-weight: 300;
    line-height: 1.2;
    color:#323231;
  }
  h4 {
    font-size:24px;
    font-weight: 300;
    line-height: 1.2;
    color:#B7152C;
  }
  .f_size_60 {
    font-size:30px;
    line-height: 1.2;
  }
  .f_size_45 {
    font-size:30px;
  }
  .f_size_36 {
    font-size:24px;
  }
  .f_size_30 {
    font-size:24px;
  }
  .f_size_24 {
    font-size:18px;
  }
  .tabbed_nav ul {
	  justify-content:flex-start;
	  overflow-x:auto;
  }
  .tabbed_nav ul li {
	  margin-left:10px;
	  margin-right:10px;
  }
  .tabbed_nav ul li a {
	  white-space:nowrap;
  }
  .tabbed_nav ul li a img {
	  max-width:initial;
	  height:65px;
  }
  .mobile_reverse .row {
	  flex-direction:column-reverse;
  }
  footer {
    height: auto;
    padding-top:30px;
    padding-bottom:30px;
  }
  footer #footer_sec_1 .list_menu>div {
    padding-right:0;
  }
  footer .footer_social_menu {
    margin: 0 15px;
    width: calc(100% - 30px);
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B7152C;
  }
  footer .footer_social_menu>div {
    padding-right: 0;
    padding-bottom: 0;
    border:0;
  }
  footer .footer_social_menu ul {
    display: inline-block;
    float: right;
    margin-top:-7px;
  }
  footer #footer_sec_1 .list_menu ul {
    margin-top:0;
  }
  footer #footer_sec_1 .col6 p {
    text-align: left !important;
    margin-bottom: 10px;
  }
  footer #footer_sec_1 {
    padding-bottom: 0;
  }
  footer #footer_sec_2 p {
    display: block;
    text-align: center;
  }
  footer #footer_sec_2 ul {
    display: block;
    margin-top:5px;
  }
  footer #footer_sec_2 ul li {
    display: block;
  }
  footer #footer_sec_2 ul li:before {
    display: none;
  }
  footer #footer_sec_2 ul li a {
    display: block;
    text-align: center;
    padding:5px 0;
  }
  footer #footer_sec_2 .row {
    padding-top:10px;
  }
  footer #footer_sec_2 .col2 p img {
    float: none !important;
    margin-top:10px !important;
    margin-bottom:30px;
  }
  footer #footer_sec_2 .col3 ul li a {
	  padding:12px 0;
  }
  .baskanin_mesaji_section img {
    top:0;
  }
  .tirnak_ici:before {
    display: none;
  }
  .tirnak_ici:after {
    display: none;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li {
    width:120px !important;
    height:120px;
  }
  .tab_menu_special .mobile-nav-tabb>ul>li>a {
    width:100px;
    height:100px;
    font-size:14px;
  }
  .tab_menu_special .tab_menu_slider.mobile-nav-tabb {
    max-width: 280px;
  }
  .cdlp-90 {
    padding-left: 15px !important;
  }
  .cdrp-90 {
    padding-right: 15px !important;
  }
  .cdrp-30 {
    padding-right: 15px !important;
  }
  .kariyer_uygulama .col4:after {
    display: none;
  }
  .adres_column>div>div {
    max-width:calc(100% - 50px);
  }
  .main_slides .slide_text p:nth-child(2) {
    font-size:16px;
    font-weight: 300;
  }
  .main_slides_pagination ul li span {
    display: none;
  }
  .main_slides .ambalaj .slide_container .slide_img {
    top:30px;
    height:30%;
    left:50%;
    transform: translate3d(-50%, 0, 0);
  }
  .main_slides .ambalaj .slide_container .slide_text {
    text-align: center;
  }
  .main_slides .slide_text p:nth-child(2) {
    font-size:14px;
  }
  .main_slides .ambalaj .slide_container .slide_img img {
    left:0;
  }
  .home_logos img {
    margin:0 auto 20px;
    display: block;
  }
}

@media screen and (max-width:768px) {
	
	.main_slides .ulasim_araclari .slide_container .slide_img {
		text-align:center;
		left:0;
		width:100vw;
		top:35%;
	}
	
	.main_slides .yapi_profilleri .slide_container .slide_img {
		text-align:center;
	}
	
	.main_slides .endustriyel .slide_img {
		text-align:center;
		right:0;
		left:0;
		top:-20px;
	}

  .main_slides .slide_container .slide_text {
    text-align: center !important;
    left:10px !important;
    right:10px !important;
  }

  .main_slides .slide_container .slide_text p:first-child {
    transform:unset !important;
  }

  .main_slides_pagination ul li svg {
    height:45px !important;
    width:45px !important;
  }
    .main_slides .yapi_profilleri.swiper-slide-active .slide_img  {
		max-width:100%;
	}
	.main_slides .yapi_profilleri .slide_container .slide_text p {
		text-align:center;
	}
  .main_slides .yapi_profilleri.swiper-slide-active .slide_img img {
    width:35% !important;
  }

  .main_slides .yapi_profilleri.swiper-slide-active .slide_img {
    text-align:center !important;
  }

  .main_slides .yapi_profilleri .slide_container .slide_text {
    bottom:10px;
  }

  .main_slides .endustriyel.swiper-slide-active .slide_img img {
    width:70%;
  }

  .main_slides .endustriyel .slide_container .slide_text {
    top:46%;
  }

  .main_slides .ambalaj .slide_container .slide_text {
    top:61%;
  }

  .main_slides .ambalaj .slide_container .slide_img {
    top:0;
  }

  .main_slides .ambalaj .slide_container .slide_img img {
    top:0;
  }

  .main_slides .ambalaj.swiper-slide-active .slide_container .slide_img img {
    transform:translate3d(0%,0,0);
  }

  .main_slides .ulasim_araclari.swiper-slide-active .slide_img img {
    width:65%;
  }

  .main_slides .ulasim_araclari.swiper-slide-active .slide_img {
    text-align:center;
  }

  .main_slides .ulasim_araclari .slide_container .slide_text {
    bottom: 30px;
  }

  .main_slides .otomotiv.swiper-slide-active .slide_container .slide_img img {
    transform:translate3d(0, 0, 0);
  }

  .main_slides .otomotiv .slide_container .slide_img {
    top:0;
  }

  .main_slides .otomotiv .slide_container .slide_text {
    top:58%;
  }

}
.grecaptcha-badge { display:none; }