/*BURADAN ÜSTÜNÜ YENİ TASARIMDA SİLECEĞİZ*/

/* GUIDE */
  html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height:calc(100% - 50px);
  }
  div,a,li,img,span,iframe,video,input,textarea,label,button,select,radio,checkbox  {
    outline:0 !important;
  }
  body {
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
  }
  h1 {
    font-size:36px;
    line-height: 1.2;
    color:#0A1732;
  }
  h2 {
    font-size:24px;
    line-height: 1.5;
    color:#002F60;
    font-weight: 600;
  }
  h3 {
    font-size:18px;
    line-height: 1.5;
    color:#0A1732;
    font-weight:500;
  }
  h4 {
    font-size:18px;
    line-height: 1.5;
    color:#0A1732;
    font-weight:500;
  }
  h5 {
    font-size:14px;
    line-height: 1.5;
    color:#0A1732;
    font-weight:500;
  }
  h6 {
    font-size:12px;
    line-height: 1.5;
    color:#0A1732;
    font-weight:500;
  }
  p {
    font-size:16px;
    color:#656565;
    line-height: 1.7;
  }
  a {
    font-size:16px;
    color:#00a4dc;
    line-height: 1.2;
  }
  a:hover {
    text-decoration: none;
    color:#16A462;
  }
  a:focus {
    text-decoration: none;
    color:#16A462;
  }
  ul { 

  }
  ul li {
    color:#656565;
    font-size:16px;
    font-weight: 400px;
  }
  ul ul {
    margin:5px 0;
  }
  table {
    width:100% !important; 
height:auto !important;
  }
table tr {
height: auto !important;
width:auto !important;}
  table tr td {
    padding:5px 10px;
    font-size:16px;
    color:#656565;
    font-weight: 400;
height:auto !important;
  width:auto !important;
}
  .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: 36px;
  text-align: center;
}

#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;
}

#search-subform button {
  border: 1px solid #fff;
  padding: 15px;
  background: #fff;
  width: 60px;
  height: auto;
}
#search-subform button:hover {
  background: #efefef;
  border: 1px solid #efefef; 
}

.search-item {
  border-bottom: 1px solid #000;
  padding: 20px;
  background: #f2f2f2;
  transition: all 300ms;
  transform:translate3d(0,0,0);
  top:0;
}

.search-item + .search-item {
  margin-top: 20px;
}

.search-item h4 {
  color: #000;
}

#search-list .search-item:hover {
  top:-10px;
  transition: all 300ms;
  transform:translate3d(0,0,0);
}
.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: bottom; 
  text-align: left;
}
header {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transform:translate3d(0,0,0);
  background: #fff;
  padding:30px 35px 20px;
}
header.fixed-top {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
header .navbar-main {
  border: 0;
  position: static;
}
header .navbar-main #logo {
  float: left;
  max-width:160px;
  width:100%;
}
header .navbar-main .navbar-nav {
  float: left;
  padding-top: 0px;
  padding-left: 40px;
  margin-top:10px;
}
header .navbar-main .navbar-nav li {
  position: static;
  transition: all 300ms;
}
header .navbar-main .navbar-nav li.disable_hover {
  opacity: 0.5;
}
header .navbar-main .navbar-nav li.active_hover {
  opacity: 1;
}
header .navbar-main .navbar-nav li.low_menu>a:before {
  content:"";
  width:100%;
  height:3px;
  background: #00A4DC;
  position: absolute;
  top: 60px;
  left:50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 2;
}
header .navbar-main .navbar-nav li.low_menu>a:after {
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 0 10px;
  border-color: #00a5dc transparent transparent transparent;
  position: absolute;
  top:63px;
  left:50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 2;
}
header .navbar-main .navbar-nav li.low_menu:hover>a:before {
  opacity: 1;
}
header .navbar-main .navbar-nav li.low_menu:hover>a:after {
  opacity: 1;
}
header .navbar-main .navbar-nav li a {
  color:#0D1125;
  font-size:18px;
  font-weight:500;
  padding-bottom: 24px;
  position: relative;
}
header .navbar-main .navbar-nav li a:hover {
  background: transparent;
}
header .navbar-main .navbar-nav li .mega-main {
  background: #fff;
  padding:0 15px;
  position: absolute;
  top: 100px;
  transform:translate3d(-50%,0,0);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 400ms;
}
header .navbar-main .navbar-nav li .mega-main ul {
  padding:0;
}
header .navbar-main .navbar-nav li .mega-main ul li {
  display: block;
}
header .navbar-main .navbar-nav li .mega-main ul li + li {
  border-top: 1px solid #dadada;
  transition: all 300ms;
}
header .navbar-main .navbar-nav li .mega-main ul li a {
  color:rgba(13,17,37,0.75);
  font-size:16px;
  font-weight:500;
  padding:18px 15px 18px 15px;
  display: block;
  transition: all 300ms;
  position: relative;
  left:0;
}

header .navbar-main .navbar-nav li .mega-main ul li:hover a {
  color:rgba(13,17,37,1);
  left:5px;
}
header .navbar-main .navbar-nav li .mega_container {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  transition: all 400ms;
  opacity: 0;
}
header .navbar-main .navbar-nav li .mega_container ul {
  padding:0;
  text-align: center;
  margin:0;
}
header .navbar-main .navbar-nav li .mega_container ul li  {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  max-width: calc(100% / 6 - 24px);
  position: relative;
  min-height: 126px;
}
header .navbar-main .navbar-nav li .mega_container ul li a {
  color:#0D1125;
  font-size:15px;
  font-weight:400;
  padding:0 10px;
  text-align: center;
  display: block;
}
header .navbar-main .navbar-nav li .mega_container ul li:after {
  content:"";
  position: absolute;
  right:-15px;
  top:0;
  height:100%;
  width:1px;
  background: #d8e3e6;
}
header .navbar-main .navbar-nav li .mega_container ul li:last-child:after {
  display: none;
}

header .navbar-main .navbar-nav li.mega_menu>a:before {
  content:"";
  width:100%;
  height:3px;
  background: #00A4DC;
  position: absolute;
  top: 60px;
  left:50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 2;
}
header .navbar-main .navbar-nav li.mega_menu>a:after {
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 0 10px;
  border-color: #00a5dc transparent transparent transparent;
  position: absolute;
  top:63px;
  left:50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 2;
}
header .navbar-main .navbar-nav li.mega_menu:hover>a:before {
  opacity: 1;
}
header .navbar-main .navbar-nav li.mega_menu:hover>a:after {
  opacity: 1;
}

header .navbar-main .navbar-nav li .mega_container ul li a img {
  max-height: 80px;
  height:80px;
  margin-bottom:10px;
  transition: all 300ms;
}
header .navbar-main .navbar-nav li .mega_container ul li:hover img {
  transition: all 300ms;
  transform: scale(1.1);
}
header .header_second_nav {
  padding: 0;
  margin:0;
  float: right;
  margin-top:18px;
}
header .header_second_nav li {
  display: inline-block;
  vertical-align: middle;
  margin:0 7px;
}
header .header_second_nav li a {
  display: block;
  text-transform: uppercase;
}
header .header_second_nav li.social_link img {
	max-width:27px;
  transition: all 300ms;
}
header .header_second_nav li.social_link a:hover img {
  margin-top:-10px;
}
header .header_second_nav li.search {
  position: relative;
  padding-left: 15px;
  margin: 0;
}
header .header_second_nav li.langMenu {
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
}
header .header_second_nav li.search img {
  width: 20px;
}
header .header_second_nav li.langMenu:before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #00A4DC;
  transform: translateY(-50%);
}
header .header_second_nav li.search:before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #00A4DC;
  transform: translateY(-50%);
}
header .header_second_nav li a:hover {}
.menu_overlay {
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 3;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
/* FEATURES */

.accordion .card-header {
  padding:15px 15px;
  border-bottom:1px solid #ddd;
  cursor: pointer;
}
.accordion .card-header img { 
  width: 25px;
  float: right;
  transform: translate3d(0,0,0) rotate();
  transition: all 300ms;
}
.accordion .card-header.active img { 
  transform: translate3d(0,0,0) rotate(-180deg);
  transition: all 300ms;
} 
.accordion .card-header button {
  padding: 0;
  font-size:16px;
  font-weight: 600;
  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;
}
.accordion .card-body.active {
  padding: 15px;
}
.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 {
  text-align: center;
}
#tabbed-nav ul {
  display: inline-block;
  padding-left: 0;
  margin:0 auto;
  text-align: center;
  border-bottom: 1px solid #002F60;
}
#tabbed-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#tabbed-nav ul li a {
  color: rgba(0,47,96,0.46);
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 600;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  display: block;
}
#tabbed-nav ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: rgba(0,47,96,1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%,0,0);
  transition: all 400ms;
}
#tabbed-nav ul li.active a:after {
  width: 100%;
  transform: translate3d(0,0,0);
  left: 0;
}
#tabbed-nav ul li a:hover {
  color: rgba(0,47,96,1);
}
#tabbed-nav ul li.active a {
  color: rgba(0,47,96,1);
  font-weight: 600;
}

#section_medya #tabbed-nav {
}
#section_medya #tabbed-nav ul {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
#section_medya #tabbed-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#section_medya #tabbed-nav ul li a {
  color: #00A4DC;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 600;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  display: block;
}
#section_medya #tabbed-nav ul li a:after {
    content: "";
    display: none;
    width: 0;
    height: 1px;
    background: rgba(0,47,96,1);
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate3d(-50%,0,0);
    transition: all 400ms;
}
#section_medya #tabbed-nav ul li a:hover {
  color: #fff;
}
#section_medya #tabbed-nav ul li.active a {
  color: #fff;
  font-weight: 600;
}
#section_medya #tabbed-nav {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width:100%;
}
 
.bg_gradient_lacivert #tabbed-nav {
}
.bg_gradient_lacivert #tabbed-nav ul {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.bg_gradient_lacivert #tabbed-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.bg_gradient_lacivert #tabbed-nav ul li a {
  color: #00A4DC;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 600;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  display: block;
}
.bg_gradient_lacivert #tabbed-nav ul li a:after {
    content: "";
    display: none;
    width: 0;
    height: 1px;
    background: rgba(0,47,96,1);
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate3d(-50%,0,0);
    transition: all 400ms;
}
.bg_gradient_lacivert #tabbed-nav ul li a:hover {
  color: #fff;
}
.bg_gradient_lacivert #tabbed-nav ul li.active a {
  color: #fff;
  font-weight: 600;
}
.bg_gradient_lacivert #tabbed-nav {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width:100%;
}
/* MENUS */


/* ANIMATION */
.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;
  transform:translate3d(0,0,0);
}
.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;
  top:0 !important;
}
.visible .bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  bottom:0 !important;
}
.visible .right-to-left {
  opacity: 1;
  transition: all 400ms;
  right:0 !important;
}
.visible .left-to-right {
  opacity: 1;
  transition: all 400ms;
  left: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;
}

/* SECTION */
.visible.top-to-bottom {
  opacity: 1;
  transition: all 400ms;
  top:0 !important;
}
.visible.bottom-to-top {
  opacity: 1;
  transition: all 400ms;
  bottom:0 !important;
}
.visible.right-to-left {
  opacity: 1;
  transition: all 400ms;
  right:0 !important;
}
.visible.left-to-right {
  opacity: 1;
  transition: all 400ms;
  left: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: translate3d(0,0,0) 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;
}
/*SECTION*/

/*VISIBLE*/

/* ANIMATION */

#wrapper {
  margin-bottom: -300px;
  padding-bottom: 300px;
  min-height:100%;
}
.content-wrapper {
  position: relative;
  margin-top:100px;
}
footer {
  background: #0D1125;
  height:320px;
  padding:30px 0 30px;
  position: relative;
}
.type-product #wrapper, .type-project #wrapper {
  margin-bottom: -362px;
  padding-bottom: 362px;
}
.type-product footer, .type-project footer {
  height: 362px;
}
footer .content-wrapper {
  margin-top:0;
  top:0;
}
footer ul {
  padding:0;
  margin:0;
}
footer ul li {
  display: block;
  vertical-align: top;
  list-style: none;
}
footer ul li a {
  color:rgba(255,255,255,0.75);
  transition: all 400ms;
  transform:translate3d(0,0,0);
  font-size:13px;
  font-weight: 400;
  margin-bottom:15px;
}
footer ul li a:hover {
  color:#fff;
  padding-left:5px;
}

footer #section_foot_3 {
  display: none;
}
footer #column_footer_social {}
footer #column_footer_social ul {
  padding:0;
  margin:0;
}
footer #column_footer_social ul li {
  display: inline-block;
  vertical-align: middle;
}
footer #column_footer_social ul li img {
  position: relative;
  top:0;
  transition: all 300ms;
}
footer #column_footer_social ul li + li {
  margin-left:15px;
}
footer #column_footer_social ul li a:hover {
  padding-left:0;
}
footer #column_footer_social ul li a:hover img {
  top:-5px;
}
footer #section_footer_bottom {
}
footer #section_footer_bottom .container {
  margin-top:30px;
  border-top:1px solid #00A4DC;
  padding-top:20px;
}
footer #section_footer_bottom {}
footer #section_footer_bottom p {
  display: inline-block;
  color:#fff;
  font-size:13px;
  font-weight:400;
  margin-bottom:0;
  line-height: 1;
}
footer #section_footer_bottom ul {
  padding:0;
  margin:0;
  display: inline-block;
  vertical-align: middle;
}
footer #section_footer_bottom ul li {
  display: inline-block;
  vertical-align: middle;
}
footer #section_footer_bottom ul li:before {
  content:"|";
  color:#fff;
  font-size:13px;
  font-weight: 400;
  padding:10px;
}
footer #section_footer_bottom ul li a {
  color:#fff;
  font-size:13px;
  font-weight: 400;
  line-height: 1;
}
footer #section_footer_bottom .row {
  margin: 0 -30px;
}
footer #column_touch_logo {
  text-align: right;
}
footer #column_touch_logo img {
  max-width: 45px;
  float: right;
}
footer .foot_ik {
  width:18%;
}
footer .foot_contact {
  width:19%;
}
#page_up {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 40px;
  cursor: pointer;
}
.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;
  transform:translate3d(0,0,0);
}

.image-gallery-isotope .grid-item:hover img {
  -ms-transform: translate3d(0,0,0) scale(1.2, 1.2); /* IE 9 */
  -webkit-transform: translate3d(0,0,0) scale(1.2, 1.2); /* Safari */
  transform: translate3d(0,0,0) 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 .col-md-4 a {
  padding:15px;
  display: block;
  height: 100%;
  background: #fff;
  transition: all 300ms;
} 
.grid-style .col-md-4 a .items-excerpt p {
  font-size:14px;
  line-height: 1.5;
} 
.grid-style .col-md-4 a:hover {
  transition: all 300ms;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.grid-style .grid-image {
	text-align: center;
	height:180px;
	overflow: hidden;
}
.style-isotope {
	
}
.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;
  transform:translate3d(0,0,0);
}
.style-isotope .grid-item:hover {
  transition: all 400ms;
  margin-top:-15px !important;
 
}
.style-isotope .grid-item img {
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.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;
  transform:translate3d(0,0,0);
  top:0;
}
.style-list ul li:hover {
  top: -10px;
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.style-list ul li+li {
  margin-top:15px;
}
.style-list ul li .item-title {
  margin-bottom:10px;
  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;
  transform:translate3d(0,0,0);
  top:0;
}
.category-list ul li+li {
  margin-top:15px;
}
.category-list ul li:hover {
  top: -10px;
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.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;
  transform:translate3d(0,0,0);
}
.row-style .style-item .style-img-hidden {
  overflow: hidden;
  display: inline-block;
  float: left;
}
.row-style .style-item:hover {
  top:-10px;
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.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;
  transform:translate3d(0,0,0);
}
.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;
  transform:translate3d(0,0,0);
}
.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:200px;
  margin-top: 30px;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  overflow: hidden;
}
.grid-gallery .col-md-4 a {
  display: block;
  overflow: hidden;
}
.grid-gallery .col-md-4 a img {
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.grid-gallery .col-md-4 a:hover img {
  -ms-transform: scale(1.05, 1.05); /* IE 9 */
  -webkit-transform: scale(1.05, 1.05); /* Safari */
  transform: scale(1.05, 1.05);
  transition: all 400ms;
}
.grid-gallery .col-md-4 .center-wrapper {
	background: #000;
}

.grid-gallery .col-md-3 {
  height:200px;
  margin-top: 30px;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  overflow: hidden;
}
.grid-gallery .col-md-3 a {
  display: block;
  overflow: hidden;
}
.grid-gallery .col-md-3 a img {
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.grid-gallery .col-md-3 a:hover img {
  -ms-transform: scale(1.05, 1.05); /* IE 9 */
  -webkit-transform: scale(1.05, 1.05); /* Safari */
  transform: scale(1.05, 1.05);
  transition: all 400ms;
}
.grid-gallery .col-md-3 .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;
}
.tablet-1 {
  display: block;
}


/*SECTION SHOW*/
.color_white {
  color:#fff;
}
.color_black {
  color:#000;
}
.color_grey {
  color:#7B7B7B;
}
.color_blue {
  color:#00A4DC;
}
.color_blue_2 {
  color:#002F60;
}
.color_lacivert {
  color:#0D1125;
}
.color_yesil {
  color:#16A462;
}
.color_yesil_2 {
  color:#86EF73;
}
.color_orange {
  color:#FF6A3B;
}
.f_weight_700 {
  font-weight: 700;
}
.f_weight_600 {
  font-weight: 600;
}
.f_weight_500 {
  font-weight: 600;
}
.f_weight_400 {
  font-weight: 400;
}
.f_weight_300 {
  font-weight: 300;
}
.f_size_80 {
  font-size:60px;
  line-height: 1.2;
}
.f_size_65 {
  font-size:65px;
}
.f_size_60 {
  font-size:60px;
  line-height:70px;
}
.f_size_36 {
  font-size:36px;
  line-height: 1.2;
}
.f_size_30 {
  font-size:30px;
}
.f_size_24 {
  font-size:24px;
}
.f_size_20 {
  font-size:20px;
  line-height: 30px;
}
.f_size_18 {
  font-size:18px;
}
.f_size_16 {
  font-size: 16px;
}
.f_size_14 {
  font-size:14px;
}

.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 .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 .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%;
}

.main_slider {
  margin-top: 100px;
  height:calc(100vh - 100px);
}
.main_slider .slide_container {
  padding:100px;
  height: calc(100% - 120px);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.main_slider h2 {
  margin:0;
}
.main_slider .main_pagination {
  position: absolute;
  width: auto;
  top:50%;
  left: auto;
  right:40px;
  bottom: auto;
  transform: translateY(-50%);
}
.main_slider .main_pagination .swiper-pagination-bullet {
  display: block;
  width:15px;
  height:15px;
  border:1px solid #fff;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  margin:10px 0;
  opacity: 1;
  background: transparent;
}
.main_slider .main_pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
.main_slider .main_pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main_slider #home_faaliyet_alanlari {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:140px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  z-index: 2;
}
.main_slider #home_faaliyet_alanlari ul {
  padding:0;
}
.main_slider #home_faaliyet_alanlari .container {
  position: relative;
}
.main_slider #home_faaliyet_alanlari ul li {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% / 6 - 4px);
  text-align: center;
  position: relative;
  padding:0 15px;
}
.main_slider #home_faaliyet_alanlari ul li + li {
  margin-left:-4px;
}
.main_slider #home_faaliyet_alanlari ul li:after {
  content: "";
  position: absolute;
  top:0;
  right:0;
  width: 1px;
  height: 100%;
  background: #979797;
}
.main_slider #home_faaliyet_alanlari ul li:last-child:after {
  display: none;
}
.main_slider #home_faaliyet_alanlari ul li a {
  color:#fff;
  font-size:14px;
  font-weight: 400;
  display: block;
}
.main_slider #home_faaliyet_alanlari ul li a img {
  display: block;
  width:100%;
  margin-bottom: 15px;
}
.faaliyet_alanlari_slider {
  max-width:705px;
}
.faaliyet_alanlari_slider .swiper-slide a {
  color:#fff;
  font-size:14px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding:0 15px;
  position: relative;
}
.faaliyet_alanlari_slider .swiper-slide a:after {
  content: "";
  position: absolute;
  right:0;
  top:0;
  width:1px;
  height:100%;
  background: #fff;
}
.faaliyet_alanlari_slider .swiper-slide:nth-child(3) a:after {
  display: none;
}
.faaliyet_alanlari_slider .swiper-slide:nth-child(6) a:after {
  display: none;
}
.faaliyet_alanlari_slider .swiper-slide:nth-child(9) a:after {
  display: none;
}
.faaliyet_alanlari_slider .swiper-slide img {
  display: block;
  width:60%;
  margin:0 auto 15px;
  transition: all 300ms;
}
.faaliyet_alanlari_slider .swiper-slide a:hover img {
  transform: scale(0.9);
}
#home_faaliyet_alanlari .faaliyet_next {
  background: transparent;
  width:20px;
  height:36px;
  right:15%;
  margin:0;
  top: 50%;
  transform: translateY(-50%);
}
#home_faaliyet_alanlari .faaliyet_prev {
  background: transparent;
  width:20px;
  height:36px;
  left:15%;
  margin:0;
  top: 50%;
  transform: translateY(-50%);
}

#home_faaliyet_alanlari {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  transform-origin: bottom left;
  transform: translate3d(0, 100%, 0);
  transition: all 500ms;
  transition-delay: 50ms;
}
#home_faaliyet_alanlari .container {
  position: relative;
}
#home_faaliyet_alanlari.active {
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes faaliyet_home {
  0% {
    background-position: 0 43%;
  }
  50% {
    background-position: 100% 58%;
  }
  100% {
    background-position: 0 43%;
  }
}

@-moz-keyframes faaliyet_home {
  0% {
    background-position: 0 43%;
  }
  50% {
    background-position: 100% 58%;
  }
  100% {
    background-position: 0 43%;
  }
}

@-o-keyframes faaliyet_home {
  0% {
    background-position: 0 43%;
  }
  50% {
    background-position: 100% 58%;
  }
  100% {
    background-position: 0 43%;
  }
}

@keyframes faaliyet_home {
  0% {
    background-position: 0 43%;
  }
  50% {
    background-position: 100% 58%;
  }
  100% {
    background-position: 0 43%;
  }
}

#home_faaliyet_alanlari {
  background: rgb(30,36,56);
  background: -moz-linear-gradient(225deg, rgba(30,36,56,1) 0%, rgba(0,164,220,1) 100%);
  background: -webkit-linear-gradient(225deg, rgba(30,36,56,1) 0%, rgba(0,164,220,1) 100%);
  background: linear-gradient(225deg, rgba(30,36,56,1) 0%, rgba(0,164,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2438",endColorstr="#00a4dc",GradientType=1);
  /*background: rgb(30,36,56);
  background: -moz-linear-gradient(225deg, rgba(30,36,56,1) 0%, rgba(0,164,220,1) 50%, rgba(30,36,56,1) 100%);
  background: -webkit-linear-gradient(225deg, rgba(30,36,56,1) 0%, rgba(0,164,220,1) 50%, rgba(30,36,56,1) 100%);
  background: linear-gradient(225deg, rgba(30,36,56,1) 0%, rgba(0,164,220,1) 50%, rgba(30,36,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e2438",endColorstr="#1e2438",GradientType=1); */
  -webkit-animation: faaliyet_home 7s ease infinite;
  -moz-animation: faaliyet_home 7s ease infinite;
  -o-animation: faaliyet_home 7s ease infinite;
  animation: faaliyet_home 7s ease infinite;
  background-size: 300% 300%;
}
#section_medya {
  position: relative;
  height: 180px;
  background: rgb(0,47,96);
  background: -moz-linear-gradient(0deg, rgba(0,47,96,1) 0%, rgba(12,20,43,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,47,96,1) 0%, rgba(12,20,43,1) 100%);
  background: linear-gradient(0deg, rgba(0,47,96,1) 0%, rgba(12,20,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002f60",endColorstr="#0c142b",GradientType=1);
}
#section_medya .col12 {
  position: static;
}
#section_medya .center-inner {
  text-align: center;
}
#media_search {
  position: relative;
  overflow: hidden;
  padding:10px 0;
}
#media_search .media_search_label {
  position: absolute;
  top:10px;
  left:0;
  color:rgba(255,255,255,0.63);
  font-size:16px;
  font-weight: 300;
  margin:0;
  cursor: text;
  transition: all 300ms;
  transform:translate3d(0,0,0);
  opacity:1;
  pointer-events: none;
}
#media_search .media_search_label.active {
  opacity:0;
  transition: all 300ms;
}
#media_search input {
  width:100%;
  padding:0;
  box-shadow: none;
  background: transparent;
  border:0;
  border-bottom:1px solid #079A54;
  color:rgba(255,255,255,1);
  font-size:16px;
  font-weight: 300;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom:5px;
}
#media_search input:focus {
  outline:0;
}
#media_search button {
  background: transparent;
  border:0;
  box-shadow: none;
  display: inline-block;
  vertical-align: bottom;
  max-width: 35px;
  opacity: 0.63;
  position: absolute;
  right:0;
  top:0;
}
#media_search button img {}


.list-categories h1 {
  font-size:30px;
  font-weight: 400;
  text-align: center;
  margin-top:0;
  margin-bottom:35px;
}
.list-categories .container > span {
  font-weight:600;
  font-size:14px;
  color:#002F60;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top:5px;
}
.list-categories {
  padding:35px 0 25px;
  background: #F1F1F1;
}
.list-categories .container {
  padding:0;
}
.list-categories ul {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin:0;
  line-height: 1;
  margin-left:10px;
  overflow: hidden;
  max-width: calc(100% - 220px);
  transition: all 300ms;
}
.list-categories ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding:5px 0;
}
.list-categories ul li a {
  line-height: 1;
  padding:0 5px;
  font-size:14px;
  color:#7B7B7B;
  font-weight: 400;
}
.list-categories ul li a.active {
  font-weight: 600;
  color: #002F60;
}
.list-categories ul li a:hover {
  color: #002F60;
}
.list-categories select {
  outline: 0;
  float: right;
  border: 1px solid #1F265B;
  color: #1F265B;
  padding-right: 40px;
  padding: 5px 40px 5px 10px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/frontend/img/select-year-bg.png) no-repeat;
  background-size:contain;
  background-position: right;
  margin-top: -4px;
  transition: all 300ms;
  transform:translate3d(0,0,0);
}
.list-categories div.years {
  outline: 0;
  float: right;
  border: 1px solid #00A4DC;
  color: #1F265B;
  padding-right: 40px;
  padding: 5px 40px 5px 10px;
  margin-top: -4px;
  transition: all 300ms;
  position: relative;
  transform:translate3d(0,0,0);
}
.list-categories div.years:after {
  content:"";
  background-color: #00A4DC;
  background-image: url(/frontend/img/year-arrow.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width:30px;
  height:100%;
  position: absolute;
  right:0;
  top:0;
}
.list-categories div.years span.years {
  display: block;
  pointer-events: none;
  font-size:14px;
  color:#0D1125;
}
.list-categories div.years div {
  display: none;
  position: absolute;
  margin-top: 6px;
  margin-left: -11px;
  background: #00A4DC;
  border: 1px solid #00A4DC;
  border-top: none;
  width: calc(100% + 2px);
}
.list-categories div.years div a.years {
  display:block;
  line-height: 1.5;
  font-size:14px;
  color:#fff;
  padding: 7px 40px 7px 10px;
}
.list-categories div.years div a:hover {
  color: white;
  background: #1F265B;
}
.list-categories div.years.focus div {
  display: block;
}
.news_list_cont {
  padding: 50px 0;
}
.news_list_cont .news_list {}
.news_list_cont .news_list ul {
  padding: 0;
  margin:0 -4px;
}
.news_list_cont .news_list ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  max-width:calc(20% - 4px);
  /*max-width: calc(20% - 24px);*/
  margin: 30px 0 30px -4px;
  /*margin: 30px 10px;*/
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  min-height: 250px;
}
.news_list_cont .news_list ul li + li {
  border-left:1px solid #dedede;
}
.news_list_cont .news_list ul li:first-child {
  border-left:0;
}
.news_list_cont .news_list ul li:nth-child(5n+1) {
  border-left:0;
}
.news_list_cont .news_list ul li a {}
.news_list_cont .news_list ul li .news_image_cont {
  overflow: hidden;
}
.news_list_cont .news_list ul li a.news_image {
  display: block;
  width:100%;
  height:140px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
}
.news_list_cont .news_list ul li a img {
  width:100%;
}
.news_list_cont .news_list ul li a .item-date {
  font-size:13px;
  color:#636363;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.news_list_cont .news_list ul li .info a {
  padding-top:20px;
  display: block;
}
.news_list_cont .news_list ul li a .item-title {
  display: block;
  font-size:14px;
  color:#002F60;
  font-weight:400;
  line-height: 21px;
}
.news_list_cont .news_list ul li:hover a.news_image {
  transform: scale(1.05);
}

.events_list_cont {
  padding: 50px 0;
}
.events_list_cont .events_list {}
.events_list_cont .events_list ul {
  padding: 0;
  margin:0 -10px;
}
.events_list_cont .events_list ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  max-width: calc(25% - 24px);
  margin: 15px 10px;
  width: 100%;
}
.events_list_cont .events_list ul li a {}
.events_list_cont .events_list ul li div.events_image {
  height: 200px;
  border: 1px solid #D8D8D8;
  display: block;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.events_list_cont .events_list ul li div.events_image>a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 200px;
}
.events_list_cont .events_list ul li div.events_image>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 200px;
}
.events_list_cont .events_list ul li div.events_image>div img {
  max-height: 160px;
}
.events_list_cont .events_list ul li div.events_image>a img {
  max-height: 160px;
}
.events_list_cont .events_list ul li .item-date {
  font-size:13px;
  color:#636363;
  font-weight: 400;
  display: block;
  margin-top:10px;
  margin-bottom: 10px;
}
.events_list_cont .events_list ul li .item-title {
  display: block;
  font-size:14px;
  color:#002F60;
  font-weight:400;
  line-height: 21px;
}
.events_list_cont .events_list ul li .item-desc p {
  font-size:14px;
}


.video_list {
  padding:0 35px;
}
.video_list ul {
  padding: 0;
  margin:0; 
}
.video_list li {
  display: inline-block;
  max-width:calc(25% - 34px);
  vertical-align: top;
  width: 100%;
  margin: 60px 15px 0;
  margin-top:60px;
}
.video_list li div.video_box {
  max-height: 236px;
  border:1px solid #D8D8D8;
  display: block;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.video_list li div.video_box a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 248px;
}
.video_list li div.video_box img {
}
.video_list li div.video_box .play_btn_modal {
  position: absolute;
  top:0;
  width:100%;
  height:100%;
  left:0;
  background-image:url(/frontend/img/play-button.svg);
  background-repeat: no-repeat;
  background-size: 70px;
  background-color: rgba(0,0,0,0.5);
  background-position: center;
}
.video_list li div.video_info {
  padding:0 10px;
  position: relative;
  margin-top:15px;
}
.video_list li div.video_info .download_link {
  position: absolute;
  right:10px;
  top:0;
}
.video_list li div.video_info span {
  display: block;
}
.video_list li div.video_info .video_title {
  color:#414141;
  font-size:16px;
  font-weight: 400;
  line-height: 24px;
}
.video_list li div.video_info .video_size_type {
  font-size:16px;
  color:#636363;
}

#modal {
  position: fixed;  
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 100;
}
#modal #modal_nav {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal_body {
  position: absolute;
  width:100%;
  height: 100%;
  max-width:980px;
  max-height: 650px;
  background: #fff;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 6;
}
#modal.event_modal .modal_body {
  padding: 0 30px;
}
#modal .modal_close {
  position: absolute;
  right:50px;
  top:50px;
  background: url(/frontend/img/close-icon.svg) no-repeat;
  background-size:cover;
  background-position: center;
  width: 50px;
  height: 50px;
  z-index: 5;
  cursor: pointer;
}
#modal .modal_left {
  width: 30px;
  height: 26px;
  background: url(/frontend/img/modal-left.svg) no-repeat;
  background-size:contain;
  background-position: center;
  position: absolute;
  left: 20%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#modal .modal_right {
  width: 30px;
  height: 26px;
  background: url(/frontend/img/modal-right.svg) no-repeat;
  background-size:contain;
  background-position: center;
  position: absolute;
  right: 20%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#modal .modal_overlay {
  position: absolute;
  background: rgba(61, 59, 66, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
#modal .modal_body .image_modal_row {
  height: 100%;
  margin:0;
}
#modal .modal_body .image_src {
  background: #D8D8D8;
  height: 100%;
  text-align:center;
}
#modal .modal_body .image_src .center-inner {
  text-align:center;
}
#modal .modal_body .modal_image_info {
  background: #fff;
  padding:0 45px;

}
#modal .modal_body .modal_image_info span {
  display: block;
  font-size:14px;
  color:#636363;
  font-weight: 400;
}
.modal_download {
  display: inline-block;
  margin-top:15px;
  width: 100%;
  vertical-align: middle;
}
.modal_download img {
  display: inline-block;
  vertical-align: middle;
  max-width: 22px;
}
#modal .modal_body .modal_download span {
  display: inline-block;
  vertical-align: middle;
  color:#0D1125;
  margin-left:10px;
}
.image_pagination {
  padding:0 0;
  border-top:1px solid #00A4DC;
  margin:50px auto;
  max-width: 1200px
}
.image_pagination ul {
  padding:0;
  text-align: left;
  display: block;
  margin:0;
}
.image_pagination ul li {
  display: inline-block;
}
.image_pagination ul li a {
  color:#00A4DC;
  font-size:24px;
  font-weight: 600;
  padding:5px 15px;
  line-height: 40px;
  border:0;
}
.image_pagination ul li.active a {
  color:#fff;
  background: #00A4DC;
}
.image_pagination ul li:hover a {
  color:#fff;
  background: #00A4DC;
}

#page_title_30 {
  font-size:30px;
  font-weight: 400;
  color:#0A1732;
}
#page_title_30_w {
  color:#fff;
}

.image_list {
  padding:0 35px;
}
.image_list ul {
  padding: 0;
  margin:0; 
}
.image_list li {
  display: inline-block;
  max-width:calc(20% - 34px);
  vertical-align: top;
  width: 100%;
  margin: 30px 15px 0;
  margin-top:30px;
}
.image_list li div.image_box {
  height: 200px;
  /*max-height: 200px;*/
  border:1px solid #D8D8D8;
  display: block;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.image_list li div.image_box a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 200px;
}
.image_list li div.image_box img {
  max-height: 198px;
}
.image_list li div.image_info {
  padding:0 10px;
  position: relative;
  margin-top:15px;
}
.image_list li div.image_info .download_link {
  position: absolute;
  right:10px;
  top:0;
}
.image_list li div.image_info .download_link img {
  max-width: 22px;
}
.image_list li div.image_info span {
  display: block;
}
.image_list li div.image_info .image_title {
  color:#000000;
  font-size:16px;
  font-weight:400;
  line-height: 24px;
  max-width: calc(100% - 30px);
}
.image_list li div.image_info .image_size_type {
  font-size:16px;
  color:#797979;
}

.docs_list {
  padding:0;
}
.docs_list ul {
  padding: 0;
  margin:0; 
  text-align: center;
}
.docs_list li {
  display: inline-block;
  max-width:calc(12.5% - 60px);
  vertical-align: top;
  width: 100%;
  margin: 60px 40px 0;
  margin-top:60px;
}
.docs_list li div.docs_box {
  display: block;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  border:1px solid #E7E7E7;
  position: relative;
}
.docs_list li div.docs_box a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 248px;
}
.docs_list li div.docs_box a:after {
  content: "";
  transition: all 300ms;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-size: 30px;
  background-position: center;
}
.docs_list li div.docs_box a:hover:after {
  background-image: url(/frontend/img/download-icon-white.svg);
  background-repeat:no-repeat;
  background-size: 30px;
  background-position: center;
  background-color:rgba(0,47,96,0.66);
}
.docs_list li div.docs_box img {
  max-height: 248px;
}
.docs_list li div.docs_info {
  padding:0 10px;
  position: relative;
  margin-top:15px;
}
.docs_list li div.docs_info span {
  display: block;
  text-align: left;
}
.docs_list li div.docs_info .docs_title {
  color:#000000;
  font-size:16px;
  font-weight: 400;
  line-height: 24px;
}
.docs_list li div.docs_info .docs_size_type {
  font-size:16px;
  color:#797979;
  font-weight:400;
  line-height: 24px;
}

.degrade_blue {
  background: rgb(67,96,133);
  background: -moz-linear-gradient(0deg, rgba(67,96,133,1) 0%, rgba(9,40,68,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(67,96,133,1) 0%, rgba(9,40,68,1) 100%);
  background: linear-gradient(0deg, rgba(67,96,133,1) 0%, rgba(9,40,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#436085",endColorstr="#092844",GradientType=1);
}

.category_product_title {
  font-size:24px;
  font-weight: 600;
  color:#002F60;
  text-align: center;
  margin:0;
}
.category_product_list {}
.category_product_list ul {
  padding:0;
  margin:0 -15px;
  text-align: center;
}
.category_product_list ul li {
  display: inline-block;
  vertical-align: top;
  max-width: calc(25% - 4px);
  width: 100%;
  margin:20px 0;
}
.category_product_list ul li a {
  display: block;
  padding: 15px;
  transition: all 400ms;
  border-radius:5px;
}
.category_product_list ul li a .product_image {
  text-align: center;
  min-height: 120px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  transition: all 300ms;
  position: relative;
  top:0;
}
.category_product_list ul li a .product_image img {
  display: block;
  margin:0 auto;
}
.category_product_list ul li a span {
  font-size:16px;
  font-weight: 500;
  text-align: left;
  color:#002F60;
  display: block;
  border-top:1px solid #16A462;
  padding-top:10px;
  position: relative;
  top:0;
  transition: all 300ms;
}
.category_product_list ul li a .product_desc {
  color:#7B7B7B;
  font-size:14px;
  font-weight: 400;
  margin-top: 5px;
  text-align: left;
  transition: all 300ms;
  position: relative;
  top:0;
}
.category_product_list ul li a .product_desc p {
  color:#7B7B7B;
  font-size:14px;
  font-weight: 400;
  line-height: 1.4;
}
.category_product_list ul li a:hover {
  color:#fff;
  /*background: #00A4DC;*/
}
.category_product_list ul li a:hover .product_image {
  top:-10px;
}
.category_product_list ul li a:hover .product_desc {
  top: -10px;
}
.category_product_list ul li a:hover span {
  /*color:#fff;
  border-top:1px solid #fff; */
  top: -10px;
}
.category_product_list ul li a:hover .product_desc {
  /*color:#fff;*/
}
.category_product_list ul li a:hover .product_desc p {
/*  color:#fff;*/
}


.product_slider {
  margin-left:-15px;
  margin-right:-15px;
}
.product_slider a {
  display: block;
  padding:15px;
  position: relative;
  top:0;
  transition: all 300ms;
}
.product_slider a .product_image {
  text-align: center;
  min-height: 120px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  transition: all 300ms;
  position: relative;
  top:0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product_slider a .product_image img {
  display: block;
  margin:0 auto;
}
.product_slider a span {
  font-size:16px;
  font-weight: 500;
  color:#002F60;
  display: block;
  border-top:1px solid #16A462;
  padding-top:10px;
  position: relative;
  top:0;
  transition: all 300ms;
}
.product_slider a:hover {
  top:-10px;
}

.product_pagination {
  top:0;
  right:10px;
  left: auto;
}
.product_pagination .swiper-pagination-bullet {
  width:12px;
  height:12px;
  border:1px solid #00487b;
  opacity: 1;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  background: transparent;
  margin:0 3px;
}
.product_pagination .swiper-pagination-bullet-active {
  background: #00487b;
}

.category_project_title {
  font-size:24px;
  font-weight: 600;
  text-align: center;
  margin:0;
  margin-bottom: 0px;
}
.col1 .category_project_title, .col2 .category_project_title, .col3 .category_project_title, .col4 .category_project_title, .col5 .category_project_title, .col6 .category_project_title, .col7 .category_project_title, .col8 .category_project_title, .col9 .category_project_title, .col10 .category_project_title {
  text-align: left;
}
.type-product .category_project_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom:0;
}
.type-project .category_project_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom:0;
}
.project_slider {
  max-width: calc(100% - 60px);
  padding-top:50px;
}
.type-product .project_slider {
  max-width: inherit;
  margin-left:-15px;
  margin-right:-15px;
}
/*
.project_slider.count_3 {
  max-width: 810px;
}
.project_slider.count_2 {
  max-width: 540px;
}
.project_slider.count_1 {
  max-width: 270px;
}*/
.project_slider a {
  display: block;
  padding: 15px;
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.project_slider a:hover {
  /*background: #00A4DC;
  border-radius: 5px;*/
}
.project_slider .project_image {
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center; 
  width:100%;
  height:240px;
  transition: all 300ms;
  position: relative;
  top:0;
  box-shadow: 0px 0px 15px rgba(56,60,80,0.24);
}
.project_image { border-radius:4px; }
.product_image img { border-radius:4px; }
.type-product .project_slider a {
  padding: 15px;
}
.type-product .project_slider .project_image {
  height:120px;
}

.type-product .project_slider .project_title {
  color:#002F60;
  text-align: left;
  margin-top: 10px;
  font-size:16px;
}

.project_slider .project_title {
  font-size:16px;
  font-weight: 500;
  color:#002F60;
  display: block;
  margin-top:15px;
  text-align: left;
  line-height: 1.4;
  transition: all 300ms;
  position: relative;
  top:0;
}
.project_slider a .project_image:before {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: .5s;
  z-index: -1;
}
.project_slider a:hover .project_image {
  box-shadow: none;
}

.project_slider a:hover .project_image:before {
  animation-name: btn-ripple-out;
}
@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.project_slide_next {
  background: transparent;
  background-size:cover;
  background-position: :center;
  position: absolute;
  right:0;
  top:50%;
  margin:0;
  padding:0;
  width:36px;
  height:20px;
}
.project_slide_prev {
  background: transparent;
  background-size:cover;
  background-position: :center;
  position: absolute;
  right:0;
  top:50%;
  margin:0;
  padding:0;
  width:36px;
  height:20px;
}
.project_pagination {
  text-align: center;
  width:100%;
  max-width: calc(100% - 60px);
  margin: 30px auto 0;
  position: static;
}
.col6 .project_pagination {
  text-align: center;
  width:100%;
  max-width: inherit;
  margin: 30px 0 0;
  position: absolute;
  right:30px;
}
.project_pagination .swiper-pagination-bullet {
  width:12px;
  height:12px;
  border:1px solid #002F60;
  opacity: 1;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  background: transparent;
  margin:0 3px;
}
.project_pagination .swiper-pagination-bullet-active {
  background: #002F60;
}

.type-product .project_pagination {
  text-align: left;
  left: auto;
  right: 0;
  top: 0;
  margin: 0;
  width: auto;
}
.type-project .col6 .project_pagination {
  text-align: left;
  left: auto;
  right: 45px;
  top: 0;
  margin: 0;
  width: auto;
}
.type-project .col6 .project_slider .project_image {
  height: 120px;
}
.type-project .col6 .project_slider {
  max-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
}
.type-project .col6 .project_slider .project_title {
  color: #002F60;
  text-align: left;
  margin-top: 10px;
}
.type-project .col6 .project_slider a .project_title {
  color:#002F60;
  transition: all 300ms;
  position: relative;
  top:0;
  font-size:16px;
}
.type-project .col6 .project_slider a .project_image {
  position: relative;
  top:0;
  transition: all 300ms;
}

.type-product .col6 .project_slider {
  max-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
}
.type-product .category_project_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom:0;
}

.section_menu {
  position: absolute;
  bottom:10px;
  left: 0;
  width: 100%;
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.section_menu.fixed {
  position: fixed;
  top:0;
  bottom:auto;
  z-index: 99;
  background: #00A4DC;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.section_menu ul {
  padding:0;
  margin:0 -20px;
}
.section_menu ul li {
  display: inline-block;
  margin:0 10px;
}
.section_menu ul li a {
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  padding:20px 10px;
  display: block;
  line-height: 1;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  position: relative;
  text-decoration: none;
}
.section_menu ul li a:after {
  content:"";
  position: absolute;
  width:0;
  left:50%;
  bottom:0;
  height:4px;
  background: #fff;
  transition: all 400ms;
  transform: translate3d(0,0,0);
}
.section_menu ul li.active a:after {
  width: 100%;
  left:0;
}
.section_menu ul li a:hover:after {
  width: 100%;
  left:0;
}
.menu_section {
  position: relative;
}

.type-product h1, .type-project h1 {
  margin:0;
  line-height: 1;
}
h1 sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.ul_style_green {
  padding: 0;
  margin:0;
}
.ul_style_green li {
  display: block;
  list-style: none;
  color:#656565;
  font-size:16px;
  font-weight:400;
  margin-bottom: 16px;
  position: relative;
  padding-left:15px;
}
.ul_style_green li.color_white {
  color:#fff;
}
.ul_style_green li:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  background: url(/frontend/img/list-arrow-dark-blue.svg) no-repeat;
  background-size:cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
}
.ul_style_green li.color_white:before {
  background: url(/frontend/img/list-arrow-white.svg) no-repeat;
  background-size:cover;
  background-position: center;
}
.ul_style_green li ul {
  margin-top:10px;
  padding-left: 0;
}
.ul_style_green li ul li {
  font-size:14px;
}
.ul_style_green li ul li:before {
  background: url(/frontend/img/list-arrow-blue.svg) no-repeat;
  background-size:cover;
  background-position: center;
}
.table_style {
  border:0;
}
.table_style tr {
  border-bottom: 1px solid #BDBDBD;
}
.table_style tr td {
  color:#414141;
  font-size:16px;
  font-weight:400;
  padding: 10px 0;
}
.contain_border_b .container {
  border-bottom: 1px solid #DADADA;
}
.product_gallery {
  padding:0 60px;
  height: 500px;
}
.product_gallery .swiper-slide {
  text-align: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
}
.product_gallery .swiper-slide img {
  max-height: 100%;
  max-width: inherit;
  margin:0 auto;
}

.product_gallery_thumbs {
  max-width:1000px;
  margin-top:50px;
}
.product_gallery_thumbs.gallery_items_2 {
  max-width: 500px;
}
.product_gallery_thumbs.gallery_items_3 {
  max-width: 750px; 
}
.product_gallery_thumbs .swiper-slide {
  height: 120px;
  border: 1px solid #DADADA;
  padding:0 10px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.product_gallery_thumbs .swiper-slide.swiper-slide-thumb-active {
  border:1px solid #00A4DC;
}
.product_gallery_thumbs .swiper-slide img {
  max-height: 100%;
  display: block;
  margin:0 auto;
}
.product_gallery .product_gallery_prev {
  margin:0;
  padding: 0;
  width:40px;
  height: 23px;
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(/frontend/img/gallery-arrow-left.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.product_gallery .product_gallery_next {
  margin:0;
  padding: 0;
  width:40px;
  height: 23px;
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(/frontend/img/gallery-arrow-right.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.play_btn {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.play_btn:before {
  content: "";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.3);
  z-index: 3;
}
.play_btn:after {
  content: "";
  position: absolute;
  width: 75px;
  height:75px;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  background: url(/frontend/img/play-button.svg) no-repeat;
  background-size:cover;
  background-position: center;
  z-index: 3;
}
.play_btn.active:before {
  display: none;
}
.play_btn.active:after {
  display: none;
}
.play_btn img {
  width: auto;
  position: absolute;
  transition: all 400ms;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}
.play_btn.active img {
  display: none;
}
.play_btn iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.techinal_image {
  padding-left:90px;
  overflow-x: hidden;
}
.techinal_image:before {
  content:"";
  position: absolute;
  right:-40px;
  top: 0;
  width: 100%;
  height:80px;
  background: #fff;
  transform: skew(45deg);
}
.techinal_image img {
  position: relative;
}
.product_press_w_title {
  font-size:14px;
  font-weight:600;
  color:#002F60;
  margin:0;
  margin-bottom:10px;
  padding:20px 5px;
}
#column_product_press {
  background: #00A4DC;
  min-height: 250px;
}
.product_press_slider {
  min-height: 139px;
  max-height: 139px;
  height: 100%;
  padding:0 5px;
  max-width: calc(100% - 75px);
  margin: 0;
  margin-top:50px;
}
.product_press_slider .swiper-slide {}
.product_press_slider .swiper-slide .product_press_title {
  display: block;
  color:#fff;
  font-size:18px;
  font-weight: 400;
  line-height: 1.2;
}
.product_press_nav {
  position: absolute;
  top: 0;
  right: 0;
  width:75px;
  height:100%;
  background: rgb(0,164,220);
  background: -moz-linear-gradient(0deg, rgba(0,164,220,1) 0%, rgba(5,209,239,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,164,220,1) 0%, rgba(5,209,239,1) 100%);
  background: linear-gradient(0deg, rgba(0,164,220,1) 0%, rgba(5,209,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a4dc",endColorstr="#05d1ef",GradientType=1);
  z-index: 2;
}
.product_press_nav .product_press_pagination {
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
}
.product_press_nav .product_press_pagination .swiper-pagination-bullet {
  display: block;
  width:12px;
  height:12px;
  border:1px solid #002F60;
  transition:all 400ms;
  transform:translate3d(0,0,0);
  margin:3px 0;
  opacity: 1;
  background: transparent;
}
.product_press_nav .product_press_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #002f60;
}
.product_press_nav .product_press_next {
  background: url(/frontend/img/press-slider-next.svg) no-repeat;
  background-size:cover;
  width:25px;
  height:14px;
  position: absolute;
  top:auto;
  bottom:20px;
  left:50%;
  transform: translateX(-50%);
  margin:0;
}
.product_press_nav .product_press_prev {
  background: url(/frontend/img/press-slider-prev.svg) no-repeat;
  background-size:cover;
  width:25px;
  height:14px;
  position: absolute;
  top:20px;
  left:50%;
  transform: translateX(-50%);
  margin:0;
}
.bordered_btn_white {
  border:1px solid #fff;
  background: transparent;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  font-size:14px;
  font-weight: 400;
  color:#fff;
  padding:10px 20px;
  display: inline-block;
  margin-top:25px;
}
.bordered_btn_white:hover {
  background: #fff;
  color:#00A4DC;
}
.document_container {
  height: 250px;
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
.document_container .doc_bg_color {
  background: rgba(19,116,181,0.8);
  background: -moz-linear-gradient(90deg, rgba(19,116,181,0.8) 0%, rgba(8,64,126,0.8) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19,116,181,0.8) 0%, rgba(8,64,126,0.8) 100%);
  background: linear-gradient(90deg, rgba(19,116,181,0.8) 0%, rgba(8,64,126,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1374b5",endColorstr="#08407e",GradientType=1);
  position: absolute;
  width: calc(100% - 15px);
  height: 100%;
  left: 15px;
  top: 0;
}
.document_container .download_icon {
  position: absolute;
  width:75px;
  height:100%;
  top:0;
  left:15px;
  background: #16A462;
}
.document_container .download_icon img {
  position: absolute;
  top:50%;
  left:50%;
  width:25px;
  transform: translateX(-50%) translateY(-50%);
}
.document_container .document_href {
  position: absolute;
  left: 90px;
  width: calc(100% - 90px);
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 20px;
}
.document_container .document_href div {
  padding-left:20px;
}
.document_container .document_href .document_cover {
  max-width: 85px;
}
.document_container .document_href .document_title {
  display: block;
  color:#fff;
  font-size:16px;
  font-weight: 400;
  line-height: 1.5;
}
.document_container .document_href .document_type {
  display: block;
  font-size:14px;
  color:#01A4DB;
  font-weight:400;
  margin-top:5px;
}
#column_related_product .category_product_title {
  font-size:18px;
  font-weight: 600;
}
.col1#column_related_product .category_product_title, .col2#column_related_product .category_product_title, .col3#column_related_product .category_product_title, .col4#column_related_product .category_product_title, .col5#column_related_product .category_product_title, .col6#column_related_product .category_product_title, .col7#column_related_product .category_product_title, .col8#column_related_product .category_product_title, .col9#column_related_product .category_product_title, .col10#column_related_product .category_product_title {
  text-align: left;
}
.col6.color_widget .category_product_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.type-product .section_menu, .type-project .section_menu {
  position: absolute;
  top:-56px;
  left: 0;
  width: 100%;
  transition: all 400ms;
  transform:translate3d(0,0,0);
  overflow: hidden;
  bottom: auto;
  z-index: 99;
  background: rgba(0,164,220,0.5);
}
.type-product .section_menu.fixed, .type-project .section_menu.fixed {
  position: fixed;
  top:0;
  bottom:auto;
  z-index: 99;
  background: #00A4DC;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.type-product .section_menu ul, .type-project .section_menu ul {
  padding:0;
  margin:0 -20px;
  /*background: rgba(255,255,255,0.15);*/
  position: relative;
  transform: skew(-45deg);
}
.type-product .section_menu ul:before, .type-project .section_menu ul:before {
  content:"";
  /*background: rgba(255,255,255,0.15);*/
  position: absolute;
  left:-140px;
  max-width: 140px;
  width: 100%;
  height: 100%
}
.type-product .section_menu.fixed ul, .type-project .section_menu.fixed ul {
  background: transparent;
}
.type-product .section_menu.fixed ul:before, .type-project .section_menu.fixed ul:before {
  background: transparent;
}
.type-product .section_menu ul li, .type-project .section_menu ul li {
  display: inline-block;
  margin:0 10px;
  transform: skew(45deg);
}
.type-product .section_menu ul li a, .type-project .section_menu ul li a {
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  padding:20px 10px;
  display: block;
  line-height: 1;
  transition: all 400ms;
  transform:translate3d(0,0,0);
}
.menu_doc_link {
  position: absolute;
  right: -100%;
  width: 30%;
  background: #00A4DC;
  height: 58px;
  top: 0;
  transform: translate3d(0,0,0) skew(-45deg);
  transition: right 400ms;
}
.menu_doc_link.active {
  right:-30px;
}
.menu_doc_link a {
  display: inline-block;
  transform: skew(45deg);
  color:#fff;
  font-size:16px;
  font-weight: 400;
  padding: 16px 15px 17px;
  margin-left: 15px;
  line-height: 1.5;
}
.menu_doc_link a img {
  margin-right:5px;
  max-width: 18px;
}
.top_section {
  position: fixed;
  top:100px;
  width:100%;
}
.top_section .col12 {
  position: absolute;
  bottom: 90px;
  max-width: 1170px;
}
.type-product, .type-project {
  background:#fff;
}
.type-product .content-wrapper .top_section, .type-project .content-wrapper .top_section {
  display: none;
}
.type-product .content-wrapper, .type-project .content-wrapper {
  position: relative;
  margin-top:775px;
  background: #fff;
}
.type-product footer .content-wrapper, .type-project footer .content-wrapper {
  margin-top: 0;
  background: transparent;
  position: static;
}
.type-product .section_menu .container, .type-project .section_menu .container {
  border:0;
  height: auto;
}

.category_project_list {}
.category_project_list ul {
  text-align: center;
  margin:0;
  padding:0;
}
.category_project_list ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 290px;
  width: 100%;
  margin: 20px 0;
  padding:20px;
}
.category_project_list ul li a {
  display: block;
}
.category_project_list ul li a .project_image {}
.category_project_list ul li a .project_image img {}
.category_project_list ul li a .project_title {
  text-align: center;
  font-size:18px;
  line-height: 1.4;
  color:#002F60;
  font-weight: 400;
  margin-top:10px;
  display: block;
  transition: all 400ms;
}
.category_project_list ul li a .project_desc {}
.category_project_list ul li:hover {
  background: #00A4DC;
  transition: all 400ms;
  transform: translate3d(0,0,0);
  border-radius:5px;
}
.category_project_list ul li:hover a .project_title {
  color:#fff;
}
#column_related_project .category_project_title {
  font-size:18px;
  color:#0D1125;
  font-weight: 600;
  margin-bottom: 0px;
}
.home_news_title {
  font-size: 24px;
  color:#00396F;
  font-weight: 600;
  margin:0;
}
.news_home_header {
  position: relative;
  margin-bottom: 0;
  padding:0 15px;
}
.news_home_header .news_pipe {
  position: absolute;
  width: 1px;
  height: 30px;
  background: #32A9F9;
  right: 211px;
  top: 10px;
  z-index: 2;
}
.news_home_header .news_slide_prev {
  background: url(/frontend/img/slider-arrow-left-c.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  right: 225px;
  top: 13px;
  left: auto;
  width: 18px;
  height: 24px;
}
.news_home_header .news_slide_next {
  background: url(/frontend/img/slider-arrow-right-c.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  right: 180px;
  top: 13px;
  width: 18px;
  height: 24px;
}
.news_home_header .news_home_title {
  font-size: 24px;
  font-weight: 600;
  color: #00396F;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 7px 0;
}
.news_home_header .all_news {
  float: right;
}
#column_home_news {
  padding:0;
}
.news_home_style {
  padding:0 15px;
}
.news_home_style .news_item {
  height: 100%;
  margin: 10px 0;
  padding: 10px;
  background: #fff;
  transition: all 300ms;
  transform:translate3d(0,0,0);
}

.news_home_style .news_item .news_image_cont {
  max-width: 350px;
  max-height:196px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right:15px;
  overflow: hidden;
}
.news_home_style .news_item .news_image {
  transition: all 300ms;
}
.news_home_style .news_item .news_title {
  display: inline-block;
  vertical-align: top;
  font-size:16px;
  line-height: 1.5;
  color:#414141;
  font-weight: 400;
  max-width: calc(100% - 390px);
  margin-top:10px;
}
.news_home_style .news_item a {
  display: block;
}
.news_home_style .news_item a span.more_text {
  font-size: 14px;
  color:#00A4DC;
  font-weight: 400;
  display: block;
  margin-top:15px;
  text-decoration: underline;
}
.news_home_style .news_item:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.news_home_style .news_item:hover .news_image {
  transform: scale(1.05);
}
.all_news {
  display: inline-block;
  font-size:14px;
  color:#002F60;
  transition: all 400ms;
  padding:15px 25px;
  position: relative;
  transition: all 400ms;
}
.all_news:before {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: .5s;
  z-index: -1;
}
.all_news:hover {
  color:#fff;
  background: #002F60;
}
.all_news:hover:before {
  animation-name: btn-ripple-out;
}
.events_home_header {
  margin-bottom:20px;
}
.events_home_header .events_home_title {
  font-size:24px;
  font-weight: 600;
  color:#00396F;
  display: inline-block;
  vertical-align: middle;
  margin:0;
  padding:7px 0;
}
.events_home_header .events_all_items {
  display: inline-block;
  vertical-align: middle;
  padding:15px 25px;
  font-size: 14px;
  color:#00396F;
  transition: all 400ms;
  float: right;
  position: relative;
}
.events_home_header .events_all_items:before {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: .5s;
  z-index: -1;
}
.events_home_header .events_all_items:hover {
  color:#fff;
  background: #00396f;
}
.events_home_header .events_all_items:hover:before {
  animation-name: btn-ripple-out;
}
.events_item_head {
  background: #002F60;
}
.events_item_head .event_date {
  background: #32A9F9;
  color:#fff;
  display: inline-block;
  padding:15px 25px;
}
.events_item_head .event_month {
  color:#fff;
  display: inline-block;
  padding:15px 25px;
}
.events_slider .swiper-slide a {
  display: block;
  min-height:290px;
  background: #EBEBEB;
  border:1px solid #EBEBEB;
}
.events_slider .events_image {
  display: flex;
  max-width: 100%;
  height: 250px;
  background: #fff;
  padding:20px;
  align-items: center;
}
.events_slider .events_image img {
  margin: 0 auto;
  display: block;
  height: auto;
  max-width: inherit;
  width: auto;
  max-height: 100%;
}
.events_slider .events_content {
  max-width: 100%;
  min-height: 130px;
  background: #EBEBEB;
  padding:15px 20px;
  display: block;
}
.events_slider .events_content .events_excerpt {
  margin-top:0;
}
.events_slider .events_content .events_excerpt p {
  margin-bottom: 0;
}  
.events_slider .events_content .events_excerpt p:nth-child(2n+2) {  
  margin-bottom:10px;
}
.events_slider .swiper-slide .events_title {
  line-height: 1.5;
}
.events_slider .swiper-slide a:hover .events_title {
  color:#414141;
}
.events_slide_next {
  background: url(/frontend/img/slider-arrow-right.svg) no-repeat;
  background-size:contain;
  background-position: center;
  margin:0;
  right:15px;
  top:13px;
  width:18px;
  height:24px;
}
.events_slide_prev {
  background: url(/frontend/img/slider-arrow-left.svg) no-repeat;
  background-size:contain;
  background-position: center;
  margin:0;
  right:60px;
  top:13px;
  left:auto;
  width:18px;
  height:24px;
}
.events_pipe {
  position: absolute;
  width: 1px;
  height: 30px;
  background: #32A9F9;
  right: 46px;
  top: 10px;
  z-index: 2;
}
#section_misyon_vizyon {
  background: rgb(0,164,220);
  background: -moz-linear-gradient(90deg, rgba(0,164,220,1) 0%, rgba(0,164,220,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,164,220,1) 0%, rgba(0,164,220,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(0,164,220,1) 0%, rgba(0,164,220,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a4dc",endColorstr="#ffffff",GradientType=1);
  position: relative;
}
#section_misyon_vizyon .container {
  overflow: hidden;
  padding: 0 50px;
}
#column_misyon {
}
#section_misyon_vizyon:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,164,220,1) 83% , rgb(0, 140, 187) 100%);
  position: absolute;
  left: 0;
  bottom: -42px;
  transform: skewY(-5deg);
  z-index: -1;
}
#column_vizyon {
  background: #fff;
}
#section_yonetim_kurulu {}
#section_yonetim_kurulu ul {
  padding: 0;
  text-align: center;
}
#section_yonetim_kurulu ul li {
  display: inline-block;
  vertical-align: bottom;
  max-width: 20%;
  margin-left:0px;
}
#section_yonetim_kurulu ul li + li {
  margin-left:40px;
}
#section_yonetim_kurulu ul li img {
  border-bottom:1px solid #7B7B7B;
  margin-bottom: 15px;
}
#section_yonetim_kurulu ul li p {
  margin:0;
  color:#0D1125;
  font-size:16px;
  font-weight: 400;
}
#section_yonetim_kurulu ul li p:nth-child(3) {
  color:#7B7B7B;
  font-size:14px;
  font-weight: 400;
  margin-top: 5px;
}
.mobile-nav-tabb {
  text-align: center;
}
.nav-tabs {
  display: inline-block;
  padding:0;
  margin:0 auto;
  text-align: center;
  border-bottom: 1px solid #002F60;
}
.nav-tabs li {
  display: inline-block;
  vertical-align: bottom;
  background: transparent;
  border:0;
  float: none;
}
.nav-tabs li a {
  color:rgba(0,47,96,0.46);
  font-size:16px;
  font-weight: 600;
  background: transparent;
  border:0;
  position: relative;
}
.nav-tabs li.active {
  background: transparent; 
  border:0;
}
.nav-tabs li.active a {
  color:rgba(0,47,96,1);
  background: transparent;
  border:0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: transparent;
  border:0;
  color:rgba(0,47,96,1);
}
.nav-tabs li a:after {
  content:"";
  width: 0;
  height: 1px;
  background: rgba(0,47,96,1);
  position: absolute;
  bottom:1px;
  left:50%;
  transform:translate3d(-50%,0,0);
  transition: all 400ms;
}
.nav-tabs li.active a:after {
  width: 100%;
  transform:translate3d(0,0,0);
  left:0;
}
.nav-tabs li a:hover, .nav-tabs li.active a:hover {
  color:rgba(0,47,96,1);
  background: transparent;
  transition: all 300ms;
}
.nav-tabs li a:hover:after, .nav-tabs li.active a:hover:after {
  left:0;
  transform:translate3d(0,0,0);
  width:100%;
}
#section_history .tab-content {
  padding:0;
}
#section_history #timeline-embed {
  height: 750px;
}
.bg_gradient_grey {
  background: rgb(59,70,86);
  background: -moz-linear-gradient(180deg, rgba(59,70,86,1) 0%, rgba(79,87,99,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(59,70,86,1) 0%, rgba(79,87,99,1) 100%);
  background: linear-gradient(180deg, rgba(59,70,86,1) 0%, rgba(79,87,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b4656",endColorstr="#4f5763",GradientType=1);
}
.bg_gradient_lacivert {
  background: rgb(13,17,37);
  background: -moz-linear-gradient(180deg, rgba(13,17,37,1) 0%, rgba(0,47,96,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(13,17,37,1) 0%, rgba(0,47,96,1) 100%);
  background: linear-gradient(180deg, rgba(13,17,37,1) 0%, rgba(0,47,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d1125",endColorstr="#002f60",GradientType=1);
}
.btn_bordered {
  color:#002F60;
  font-size:14px;
  font-weight: 400;
  padding:15px 25px;
  transition: all 400ms;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn_bordered:before {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: .5s;
  z-index: -1;
}
.btn_bordered:hover {
  background: #002F60;
  color:#fff;
}
.btn_bordered:hover:before {
  animation-name: btn-ripple-out;
}

.btn_bordered_white {
  color:#fff;
  font-size:14px;
  font-weight: 400;
  padding:15px 25px;
  transition: all 400ms;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn_bordered_white:before {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: .5s;
  z-index: -1;
}
.btn_bordered_white:hover {
  background: #fff;
  color:#002F60;
}
.btn_bordered_white:hover:before {
  animation-name: btn-ripple-out;
}
form button[type="submit"] {
  position: relative;
}
form button[type="submit"]:before {
  content: '';
  position: absolute;
  border-radius: inherit;
  border-color: inherit;
  border: 1px solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: .5s;
  z-index: -1;
}
form button[type="submit"]:hover:before {
  animation-name: btn-ripple-out;
}
.news_info_section {
  /*background: rgb(13,17,37);
  background:url(/frontend/img/news-tagline-bg.png), -moz-linear-gradient(180deg, rgba(13,17,37,1) 0%, rgba(0,47,96,1) 100%);
  background:url(/frontend/img/news-tagline-bg.png), -webkit-linear-gradient(180deg, rgba(13,17,37,1) 0%, rgba(0,47,96,1) 100%);
  background:url(/frontend/img/news-tagline-bg.png), linear-gradient(180deg, rgba(13,17,37,1) 0%, rgba(0,47,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d1125",endColorstr="#002f60",GradientType=1); */
  background:url(/uploads/images/1583945358_stm-news-tagline.jpg) no-repeat;
  background-position: center;
  background-size:cover;
  min-height:270px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.news_info_section h1 {
  font-size:36px;
  font-weight: 600;
  color:#fff;
  margin:0;
  line-height: 48px;
}
.news_cats {
  color:#01A4DB;
  font-size:14px;
  font-weight: 400;
  margin-bottom:5px;
}
.news_cats a {
  color:#01A4DB;
  font-size:14px;
  font-weight: 400;
  margin-bottom:5px;
  transition: all 300ms;
}
.news_cats a:hover{
  color:#fff;
}
.news_cats .backlink img {
  max-width: 9px;
  margin-right: 8px;
}
.news_day {
  font-size:36px;
  font-weight: 400;
  color:#01A4DB;
  display: block;
  text-align: right;
}
.news_year {
  font-size:14px;
  font-weight: 400;
  color:#01A4DB;
  display: block;
  text-align: right;
}
.shared_title {
  font-size:14px;
  font-weight: 600;
  color:#000000;
  display: block;
  margin-top:10px;
}
.tags_title {
  font-size:14px;
  font-weight: 600;
  color:#000000;
  margin-top:40px;
  display: block;
}
.shared_social_icons {
  padding: 0;
  margin:10px 0 0 0;
}
.shared_social_icons li {
  display: inline-block;
  vertical-align: middle;
}
.shared_social_icons li + li {
  margin-left:15px;
}
.shared_social_icons li a {
  display: block;
  width:20px;
}
.shared_social_icons li a img {}
.news_tag_list {
  padding: 0;
  margin:0;
}
.news_tag_list li {
  display: inline-block;
  vertical-align: top;
  margin-top:10px;
}
.news_tag_list li a {
  display: block;
  font-size:14px;
  padding:5px 15px;
  font-weight: 400;
  color:#000;
  border:1px solid #979797;
  border-radius: 50px;
  transition: all 400ms;
}
.news_tag_list li a:hover {
  border:1px solid #000;
  background: #000;
  color:#fff;
}
.related_news {
  margin-top:40px;
}
.related_news_title {
  font-size:14px;
  font-weight: 600;
  color:#000;
  display: block;
  margin-bottom: 10px;
}

.related_news .related_news_slide_next {
  background: url(/frontend/img/press-slider-next.svg) no-repeat;
  background-size:contain;
  background-position: center;
  margin:0;
  right:0;
  top:0;
  width:18px;
  height:24px;
  transform: rotate(-90deg);
}
.related_news .related_news_slide_prev {
  background: url(/frontend/img/press-slider-prev.svg) no-repeat;
  background-size:contain;
  background-position: center;
  margin:0;
  right:25px;
  top:0;
  left:auto;
  width:18px;
  height:24px;
  transform: rotate(-90deg);
}
.related_news .related_news_pipe {
  position: absolute;
  width: 1px;
  height: 20px;
  background: #32A9F9;
  right: 21px;
  top: 2px;
  z-index: 2;
}
.related_news .news_image {
  display: block;
}
.related_news .news_title {
  display: block;
  margin-top:10px;
  font-size:15px;
  font-weight: 400;
  color:#002F60;
  line-height: 24px;
}
.t_m_t_0 {
  margin-top:0;
}
.t_m_b_0 {
  margin-bottom:0;
}
.special_tab_content {
  min-height:400px;
  opacity: 0;
  transition: opacity 400ms;
  background: #fff;
  margin-top:40px;
}
.special_tab_content.active {
  opacity: 1;
}
.special_tab_content .content-wrapper {
  margin-top:0;
}
.tab_menu_special .mobile-nav-tabb {
  position: absolute;
  width:100%;
  left:0;
  z-index: 1;
}
.tab_menu_special .mobile-nav-tabb.fixedTop {
  position: fixed;
  width:100%;
  left:0;
  top:0;
  background: #00A4DC;
  z-index: 99;
}
.tab_menu_special .mobile-nav-tabb.fixedTop ul {
  border:0;
}
.tab_menu_special .mobile-nav-tabb.fixedTop ul li {
  border:0;
}
.tab_menu_special .mobile-nav-tabb.fixedTop ul li a {
  color:#fff;
  font-size:16px;
  font-weight: 400;
  padding:15px 15px;
}
.tab_menu_special .mobile-nav-tabb.fixedTop ul li a:after {
  width: 0;
  height: 4px;
  background: #fff;
  left:50%;
}
.tab_menu_special .mobile-nav-tabb.fixedTop ul li.active a:after {
  height: 4px;
  width: 100%;
  left:0;
}
.caption_text {
  position: absolute;
  transform: translate3d(0,0,0);
  background: #01A4DB;
  color:#fff;
  padding:10px 15px;
  font-size:14px;
  border-radius: 5px;
}
.img_border_bottom {
  border-bottom:1px solid #16A462;
  padding-bottom:10px;
}
.section_flex .tagline-module {
  height:100% !important;
}
#mobile_menu_btn {
  display: none;
}
.filter_arrow {
  cursor: pointer;
  transform: rotate(0);
  transition: all 300ms;
  margin-top:9px;
  vertical-align: top;
}
.filter_arrow.active {
  transform: rotate(180deg);
  transition: all 300ms;
}

.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: 36px;
  text-align: center;
}

#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;
}

#search-subform button {
  border: 1px solid #fff;
  padding: 15px;
  background: #fff;
  width: 60px;
  height: auto;
}
#search-subform button:hover {
  background: #efefef;
  border: 1px solid #efefef; 
}

.search-item {
  border-bottom: 1px solid #000;
  padding: 20px;
  background: #f2f2f2;
  transition: all 300ms;
  top:0;
}

.search-item + .search-item {
  margin-top: 20px;
}

.search-item h4 {
  color: #000;
}

#search-list .search-item:hover {
  top:-10px;
  transition: all 300ms;
}

.searched_page {
  padding: 0;
  margin:0;
}
.searched_page li {
  display: block;
  list-style: none;
}
.searched_page li a {
  display: block;
  padding:20px;
  border-bottom:1px solid #00a4dc;
  transition: all 300ms;
}
.searched_page li a:hover {
  background: #00a4dc;
  color:#fff;
}
.searched_product {
  margin: 0;
  padding:0;
}
.searched_product li {
  display: inline-block;
  vertical-align: top;
  max-width:calc(25% - 34px);
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom:45px;
  transition: all 300ms;
  position: relative;
  top:0;
}
.searched_product li .product_img {
  text-align: center;
  min-height: 120px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  transition: all 300ms;
  position: relative;
  top: 0;
}
.searched_product li .product_info {
}
.searched_product li .product_info .product_desc {
  margin-top:10px;
}
.searched_product li a {
  display: block;
  font-size:18px;
}
.searched_product li .product_title a {
  font-size: 16px;
  font-weight: 400;
  color: #002F60;
  display: block;
  border-top: 1px solid #16A462;
  padding-top: 10px;
  position: relative;
  top: 0;
  transition: all 300ms;
}
.searched_product li .product_desc p {
  font-size:14px;
  line-height: 20px;
}
.searched_product li:hover {
  top:-10px;
}

.searched_project {
  margin: 0;
  padding:0;
}
.searched_project li {
  display: inline-block;
  vertical-align: top;
  max-width:calc(25% - 34px);
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom:45px;
  position: relative;
  top:0;
  transition: all 300ms;
}
.searched_project li a {
  display: block;
}
.searched_project li .project_img {
  text-align: center;
  min-height: 120px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  transition: all 300ms;
  position: relative;
  top: 0;
  background-size: cover;
  background-position: center;
}
.searched_project li .project_img a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.searched_project li .project_title a {
  font-size: 16px;
  font-weight: 400;
  color: #002F60;
  display: block;
  padding-top: 10px;
  position: relative;
  top: 0;
  transition: all 300ms;
}
.searched_project li .project_desc p {
  font-size:14px;
  line-height: 20px;
}
.searched_project li:hover {
  top:-10px;
}
#searched_list .tab-content {
  padding:15px 0;
}
#searched_list .tab-content .image_list {
  padding:0;
}
#searched_list .tab-content .image_list ul {
  /*margin-left:-15px;
  margin-right:-15px;*/
}
#searched_list .tab-content .docs_list {
  padding:0;
}
#searched_list .tab-content .docs_list ul {

}
#searched_list .tab-content .docs_list ul li {
  max-width:calc(20% - 31px);
}
#searched_list .tab-content .docs_list li div.docs_info .docs_title {
  text-align: center;
}
#searched_list .tab-content .docs_list li div.docs_info .docs_size_type {
  text-align: center;
}
#searched_list .tab-content .video_list {
  padding:0;
}
#searched_list .tab-content .video_list ul {}
#searched_list .tab-content .video_list ul li {
  max-width: calc(25% - 34px);
}
#searched_list .tab-content .video_list li div.video_box {
  height:175px;
}
#searched_list .tab-content #teipost .docs_list ul li {
  max-width:calc(20% - 33px);
}
#searched_list {
  padding:50px 0;
}

#search_tagline {
  padding:100px 0;
}
#contact_form {
  margin:0;
}
#contact_form label {
  font-weight: 400;
  font-size:14px;
}
#contact_form .label_cont label {
  float: left;
  width:50%;
}
#contact_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
}
#contact_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#contact_form label a:hover {
  color:#16A462;
}
#contact_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#contact_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#contact_form 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: 20px;
}
#contact_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#contact_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#contact_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#contact_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#contact_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}

#contact_form button:hover {
  background: #002F60;
  color:#fff;
}
#contact_form h2 {
  margin-bottom: 30px;
}
section.otonom-sistemler {
  overflow:hidden;
}
section.otonom-sistemler .container {
  position: relative;
}
section.otonom-sistemler .container .dron_cont {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 393px;
  max-height: 370px;
  top: 150%;
  transform: translateX(-50%) translateY(-50%) rotateX(-60deg);
  transition: all 1000ms;
  perspective: 500px;
}
section.otonom-sistemler .container .dron_cont.active {
  top:50%;
  transform: translateX(-50%) translateY(-50%) rotateX(0deg);
}
section.otonom-sistemler .container .dron {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
section.otonom-sistemler .container .pervane {
  position: absolute;
}
section.otonom-sistemler .container .pervane.pervane_1 {
  position: absolute;
  left: -10px;
  top: -20px;
  max-width: 190px;
  -webkit-animation: pervane_other 1s infinite;
  animation: pervane_other 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: translate3d(0,0,0) rotate(155deg);
}
section.otonom-sistemler .container .pervane.pervane_2 {
  position: absolute;
  right: -10px;
  top: -20px;
  max-width: 190px;
  -webkit-animation: pervane 1s infinite;
  animation: pervane 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: translate3d(0,0,0);
}
section.otonom-sistemler .container .pervane.pervane_3 {
  position: absolute;
  left: -10px;
  bottom: -20px;
  max-width: 190px;
  -webkit-animation: pervane 1s infinite;
  animation: pervane 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: translate3d(0,0,0);
}
section.otonom-sistemler .container .pervane.pervane_4 {
  position: absolute;
  right: -10px;
  bottom: -20px;
  max-width: 190px;
 -webkit-animation: pervane_other 1s infinite;
  animation: pervane_other 1s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform: translate3d(0,0,0) rotate(155deg);
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes pervane {
  from {
    transform: translate3d(0,0,0) rotate(0);
  }
  to {
    transform: translate3d(0,0,0) rotate(360deg);
  }
}

/* Standard syntax */
@keyframes pervane {
  from {
    transform: translate3d(0,0,0) rotate(0);
  }
  to {
    transform: translate3d(0,0,0) rotate(360deg);
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes pervane_other {
  from {
    transform: translate3d(0,0,0) rotate(155deg);
  }
  to {
    transform: translate3d(0,0,0) rotate(515deg);
  }
}

/* Standard syntax */
@keyframes pervane_other {
  from {
    transform: translate3d(0,0,0) rotate(155deg);
  }
  to {
    transform: translate3d(0,0,0) rotate(515deg);
  }
}
.fade_animation {
  opacity: 0;
  transition: all 400ms;
  transform: translate3d(0,0,0);
}
.title_animation {
  opacity: 0;
}
.title_animation  span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}
#column_uydu_uzay svg {
  margin: 0 auto;
  max-width: 320px;
  transition: all 500ms;
  opacity: 0;
}
#column_uydu_uzay svg.active {
  opacity: 1;
}
#column_uydu_uzay #star1 {
  -webkit-animation: star_f 0.9s infinite;
  animation: star_f 0.9s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#column_uydu_uzay #star1-copy {
  -webkit-animation: star_f 0.6s infinite;
  animation: star_f 0.6s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#column_uydu_uzay #star1-copy-2 {
  -webkit-animation: star_t 1.2s infinite;
  animation: star_t 1.2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes star_f {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes star_f {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes star_s {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes star_s {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes star_t {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes star_t {
  from {
    opacity: .1;
  }
  to {
    opacity: 1;
  }
}

#column_siber_guvenlik {
  opacity: 0;
  transition: all 700ms;
}
#column_siber_guvenlik.active {
  opacity: 1;
}
#column_siber_guvenlik svg {
  max-width: 200px;
  margin:0 auto;
}
#siber_guvenlik_number_bg {
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 440px;
  max-height: 352px;
  background: url(/frontend/img/cozumler/numbers.svg);
  background-repeat: repeat-y;
  background-size: cover;
  -webkit-animation: number_anim 4s infinite;
  animation: number_anim 4s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
section.siber-guvenlik svg #acoount {
  position: relative;
}
@-webkit-keyframes number_anim {
  from {
    background-position-y:0;
  }
  to {
    background-position-y:-352px;
  }
}

/* Standard syntax */
@keyframes number_anim {
  from {
    background-position-y:0;
  }
  to {
    background-position-y:-352px;
  }
}
.askeri_denizcilik .container {
  position: relative;
}
.askeri_denizcilik #ship {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-80%);
  max-width: 600px;
  z-index: 1;
  transition: all 300ms;
  opacity: 0;
}
.askeri_denizcilik #submarine {
  max-width:510px;
  position: absolute;
  right: -10%;
  top: 61%;
  transform: translateY(-80%);
  z-index: 3;
  transition: all 300ms;
  opacity: 0;
}
.askeri_denizcilik #vawe {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(20px);
  background-image: url(/frontend/img/dalga.svg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position-x: 0;
  max-width:674px;
  width:100%;
  height: 221px;
  z-index: 2;
  opacity: 0;
  transition: all 300ms;
}
.askeri_denizcilik.active #ship {
  opacity: 1;
}
.askeri_denizcilik.active #submarine {
  opacity: 1;
}
.askeri_denizcilik.active #vawe {
  opacity: 1;
}
.danismanlik {
  background: rgb(33,48,48);
  background: -moz-linear-gradient(180deg, rgba(33,48,48,1) 20%, rgba(58,73,73,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(33,48,48,1) 20%, rgba(58,73,73,1) 100%);
  background: linear-gradient(180deg, rgba(33,48,48,1) 20%, rgba(58,73,73,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#213030",endColorstr="#3a4949",GradientType=1);
}
#danismanlik_icon svg {
  max-width: 430px;
  width:100%;
  margin:0 auto;
  opacity: 0;
  display: block;
}
#danismanlik_icon.active svg {
  opacity: 1;
}
#danismanlik_icon.active svg #line_draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: line_draw 1.5s linear infinite;
}
#danismanlik_icon img.blob_anim {
  transform: scale(0);
  transition: all 400ms;
  transition-delay: 1s;
  opacity: 0;
  
}
#danismanlik_icon_icon img {
  position: absolute;
  right: 40px;
  top: 32px;
}
#danismanlik_icon_icon img.s_child {
  position: absolute;
  left: 40px;
  bottom: 32px;
  top: auto;
  right:auto;
}
#danismanlik_icon.active img.blob_anim {
  transform: scale(1);
  opacity: 1;
}
#danismanlik_icon_icon {
  position: relative;
}

@-webkit-keyframes line_draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line_draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.komuta_kontrol .container {
  position: relative;

}
.komuta_kontrol #c2_kontrol {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 700px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}
.komuta_kontrol #c2_kontrol .line_ski {
  opacity: 0;
  transition: all 400ms;
}
.komuta_kontrol #c2_kontrol .path_scale {
  transition: all 400ms;
  transform: scale(0);
}
.komuta_kontrol #c2_kontrol .line_draw {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition: all 800ms;
}
.komuta_kontrol #c2_kontrol .line_draw_1 {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition: all 800ms;
}
.komuta_kontrol.active #c2_kontrol {
  opacity: 1;
}
.komuta_kontrol.active #c2_kontrol .line_draw {
  stroke-dashoffset: 0;
}
.komuta_kontrol.active #c2_kontrol .line_draw_1 {
  stroke-dashoffset: 0;
}
.komuta_kontrol.active #c2_kontrol .line_ski {
  transition-delay: 500ms;
  opacity: 1;
}
.komuta_kontrol.active #c2_kontrol .path_scale {
  transition-delay: 400ms;
  transform: scale(1);
}
#section_social_media .container-fluid {
  padding:0;
}
#social_accounts {
  background:#00A4DC;
  padding: 15px 0 50px;
}
.social_account {
  display: inline-block;
  vertical-align: middle;
  margin:0 0;
}
.social_account img {
  display:inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 15px;
}
.social_account a {
  display: inline-block;
  vertical-align: middle;
  font-size:16px;
  font-weight:400;
  padding:12px 20px;
  border:1px solid #fff;
  border-radius: 5px;
  color:#fff;
  transition: all 400ms;
  margin:7.5px 7.5px;
}
.social_account a:hover {
  color:#0D1125;
  background: #fff;
}
#social_accounts h1 {
  color:#fff;
  font-size:30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px
}
.social_posts {
  padding:50px 0;
}
.social_posts .twitter_post {
  border:1px solid #F7F7F7;
  max-height: 1000px;
  overflow-y: auto;
  vertical-align: top;
}
.social_posts .twitter_post .timeline-Header {
  display: none;
}
.social_posts .twitter_post .timeline-Footer {
  display: none;
}
.social_posts .facebook_post {
  vertical-align: top;
}
#breadcrumb {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom:1px solid #00A4DC;
}
#breadcrumb ul {
  padding:0;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb ul li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: rgba(255,255,255,0.75);
  background: url(/frontend/img/breadcrumb-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  opacity: 0.75;
}
#breadcrumb ul li:last-child:after {
  display: none;
}
#breadcrumb ul li a {
}
#breadcrumb ul li a:hover {
  padding-left: 0;
}
#breadcrumb ul li span {
  font-size:13px;
  color:rgba(255,255,255,0.75);
}
#breadcrumb ul li a img {
  max-width: 14px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.cozumlerimiz_section {
  height:calc(100vh - 100px);
}
.cozumlerimiz_section .container-fluid {
  height: 100%;
}
.cozumlerimiz_section .container-fluid .row {
  height: 100%;
}
.cozumlerimiz_section .container-fluid .row .col2 {
  height: 100%;
  opacity: 0;
  transition: all 400ms;
  background: #656565;
  border-right:1px solid #f2f2f2
}
/*
.cozumlerimiz_section .container-fluid .row .col2:nth-child(2) {
  transition-delay: 200ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(3) {
  transition-delay: 400ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(4) {
  transition-delay: 600ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(5) {
  transition-delay: 800ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(6) {
  transition-delay: 1000ms;
}*/
.cozumlerimiz_section .container-fluid .row .col2 a {
  color:#fff;
  font-size:24px;
  font-weight: 600;
  transition: all 400ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(2) a {
  color:#00A4DC;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(3) a {
  color:#86EF73;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(4) a {
  color:#FF6A3B;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(5) a {
  color:rgb(187, 168, 131);
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(6) a {
  color:#fff;
}

.cozumlerimiz_section .container-fluid .row .col2:nth-child(1):hover {
  background: #3a7ba5;
  transition-delay: 0ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(2):hover {
  background: #616772;
  transition-delay: 0ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(3):hover {
  background: #131933;
  transition-delay: 0ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(4):hover {
  background: #090c1b;
  transition-delay: 0ms;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(5):hover {
  transition-delay: 0ms;
  background: #6c655d;
}
.cozumlerimiz_section .container-fluid .row .col2:nth-child(6):hover {
  transition-delay: 0ms;
  background: #3a4949;
}
/*
#3a7ba5
#616772
#131933
#090c1b
#6c655d
#3a4949*/
.cozumlerimiz_section .container-fluid .row .col2 img {
  max-height: 175px;
  display: block;
  margin:20px auto 0;
  height: 100%;
}
.cozumlerimiz_section.active .container-fluid .row .col2 {
  opacity: 1;
}

.faaliyet_alanlari_slider .swiper-slide {

}
.uyelerimiz .col3 div {
  border: 1px solid #d8e3e6;
  margin-bottom:10px;
}
.type-project .project_slider a .project_title {
  color:#0D1125;
}

.file_slider {
  height:100%;
}
.document_container .file_slider .download_icon {
  left:0;
}
.document_container .file_slider .document_href {
  left:75px;
}
.file_pagination span {
  width:12px;
  height:12px;
  border:1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  margin:0 3px !important;
}
.file_pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.contained_images {
  padding: 0;
}
.contained_images ul {
  margin-left: -15px;
  margin-right: -15px;
}
.contained_images ul li {
  max-width: calc(25% - 34px);
}
.contained_images ul li a.download_link {
  position: absolute;
  right:0;
  bottom: 0;
  background: #fff;
  padding:10px;
}
.contained_images ul li a.download_link img {
  max-width: 15px;
}
.contained_images .image_box {
  position: relative;
}
.docs_cont {
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.docs_cont .document_href {
  width:100%;
  padding:10px 20px;
  border-radius: 4px;
  text-decoration: none;
  margin:10px 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100% ;
  position: relative;
  border:1px solid #414141;
}
.col7 .docs_cont .document_href, .col6 .docs_cont .document_href {
  flex: 0 0 calc(50% - 23px);
  max-width: calc(50% - 23px);
  margin:10px;
}
.col8 .docs_cont .document_href, .col9 .docs_cont .document_href, .col10 .docs_cont .document_href, .col11 .docs_cont .document_href, .col12 .docs_cont .document_href {
  flex: 0 0 calc(33.3333% - 23px);
  max-width: calc(33.3333% - 23px);
  margin:10px;
}
.docs_cont .document_href .document_title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color:#414141;
  max-width: calc(100% - 72px);
  transition: all 300ms;
}
.docs_cont .document_href .download_icon {
  position: absolute;
  right: 0;
  top: 0;
  width:42px;
  height:100%;
  background: url(/frontend/img/download-icon-black.svg) no-repeat;
  background-size:20px;
  background-position: center;
}
.docs_cont .document_href .download_icon img {
  max-width: 20px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate3d(-50%, -50%, 0);
}
.docs_cont .document_href:hover {
  text-decoration: none;
  background: #414141;
}
.docs_cont .document_href:hover .document_title {
  color:#fff;
}
.docs_cont .document_href:hover .download_icon {
  background: url(/frontend/img/download-icon-white.svg) no-repeat;
  background-size:20px;
  background-position: center;
}

.tagline_video .play_btn {
  height: auto;
  padding-bottom: 0;
  position: static;
}
.tagline_video .play_btn:after {
  display: none;
}
.tagline_video .play_btn h1 {
  position: relative;
  z-index: 3;
}
.tagline_video .play_btn img {
  width: 75px;
  position: relative;
  transition: all 400ms;
  left: 0;
  top: 0;
  height: auto;
  z-index: 3;
}
.tagline_video .play_btn iframe {
  top:0;
  z-index: 3;
}
.tagline_video .container {
  height:100%;
}
.tagline_video .container-fluid {
  height:100%;
}
.tagline_video .container .row {
  height:100%;
}
.tagline_video .container-fluid .row {
  height:100%;
}
.tagline_video .container .row .col12 {
  height:100%;
}
.tagline_video .container-fluid .row .col12 {
  height:100%;
}

#section_404 {
  height: calc(100vh - 400px);
  overflow-x: hidden;
  position: relative;
  text-align: center;
}
#section_404 h1 {
  text-align: center;
  width: 100%;
  font-size:100px;
  line-height: 1;
}
#section_404 p {
  font-size:20px;
}
#section_404 .btn_bordered {
  max-width: 180px;
  margin: 30px auto 0;
}

.pagebreak {
  cursor: pointer;
  display: inline-block;
  color: #002F60;
  padding: 15px 25px;
  position: relative;
  transition: all 400ms;
}
.pagebreak:before {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: .5s;
}
.pagebreak:hover {
  color: #fff;
  background: #002F60;
}
.pagebreak:hover:before {
  animation-name: btn-ripple-out;
}
.type-press #wrapper .content-wrapper section:last-child {
  padding-bottom: 50px;
}
#trip_form {
  margin:0;
}
#trip_form label {
  font-weight: 400;
  font-size:14px;
}
#trip_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#trip_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#trip_form label a:hover {
  color:#16A462;
}
#trip_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#trip_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#trip_form 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: 20px;
}
#trip_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#trip_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#trip_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#trip_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#trip_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}
#trip_form button:hover {
  background: #002F60;
  color:#fff;
}
#trip_form h2 {
  margin-bottom: 30px;
}
#trip_form label span.kvkk_text {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 30px);
}


#tedarikci_form {
  margin:0;
}
#tedarikci_form label {
  font-weight: 400;
  font-size:14px;
}
#tedarikci_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#tedarikci_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#tedarikci_form label a:hover {
  color:#16A462;
}
#tedarikci_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#tedarikci_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#tedarikci_form 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: 20px;
}
#tedarikci_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#tedarikci_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#tedarikci_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#tedarikci_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#tedarikci_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border:0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}
#tedarikci_form button:hover {
  background: #002F60;
  color:#fff;
}

#tedarikci_form label span.kvkk_text {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 30px);
}
#tedarikci_form button.file {
  margin: 0;
  display: inline-block;
  padding: 10px 15px;
  max-width: 150px;
  background: #002F60;
  color: #fff;
}
#spn_job_file_name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 14px;
}
.docs_zip li {
  max-width: calc(20% - 34px);
  margin: 60px 15px 0;
}

/*HOME THREEJS*/
  .three_animation {
    overflow: hidden;
    height: 100vh;
    position: relative;
  }
  .three_animation h1 {
    font-size:70px;
    line-height: 70px;
    position: absolute;
    top: calc(50% - 100px);
    transform: translateY(-50%);
    width:100%;
    text-align: center;
    letter-spacing: -3px;
  }
  .three_animation h1 span {
    color:#00396F;
    display: block;
    vertical-align: bottom;
    opacity: 0;
    height:0;
    overflow: hidden;
    transition: all 300ms;
    transform: translate3d(0,0,0);
    line-height: 1.2;
  }
  .three_animation h1 span.active {
    color:#00396F;
    opacity: 1;
    height: 70px;
  }

/*HOME THREEJS*/

.type-project .project_slide_next img {
  transform:rotate(90deg);
}
.type-project .project_slide_prev img {
  transform:rotate(90deg);
}
.type-product .project_slide_next img {
  transform:rotate(90deg);
}
.type-product .project_slide_prev img {
  transform:rotate(90deg);
}
.type-project .project_pagination .swiper-pagination-bullet {
  border:1px solid #002f60;
}
.type-project .project_pagination .swiper-pagination-bullet-active {
  background: #002f60;
}
.type-product .project_pagination .swiper-pagination-bullet {
  border:1px solid #002f60;
}
.type-product .project_pagination .swiper-pagination-bullet-active {
  background: #002f60;
}
.goToSection {
  position: absolute;
  bottom:180px;
  left:50%;
  transform: translateX(-50%);
  /*animation: gotosec 1s infinite linear 0s;*/
  opacity: 1;
  cursor: pointer;
}
@keyframes gotosec {
  0% {
    opacity: 0;
    bottom:180px;
  }
  100% {
    opacity: 1;
    bottom:100px;
  }
}
.thinktechs.col4 {
  padding: 20px 20px 10px 20px;
  transition: all 300ms;
}
.thinktechs.col4:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.section_flex .row.grid-style > [class*='col-'] {
  justify-content: flex-start;
}
.tag_style_slider {
  padding:0 0 60px;
}
.tag_style_slider .swiper-slide {
  padding:15px;
}
.tag_style_slider .swiper-slide .item-content {
  margin-top: 15px;
}
.tag_style_slider .swiper-slide a {
  display: block;
  height: 100%;
  padding:15px;
  background: #fff;
  transition: all 300ms;
}
.tag_style_slider .swiper-slide a .style-excerpt p {
  font-size:14px;
  line-height: 1.5;
}
.tag_style_slider .swiper-slide a img {
  display: block;
}
.tag_style_slider .swiper-slide a:hover {
  transition: all 300ms;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.tag_pagination {
  bottom:0;
}
.tag_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #002f60;
  opacity: 1;
  transition: all 400ms;
  transform: translate3d(0,0,0);
  background: transparent;
  margin: 0 5px;
}
.tag_pagination .swiper-pagination-bullet-active {
  background: #002f60;
}
.kvkk_bilgilendirme {
  padding:10px;
  max-width: 300px;
  width:100%;
  background: #001b38;
  color:#fff;
  display: none;
  margin:15px auto 0;
}
.kvkk_bilgilendirme.active {
  display: block;
}

#newsletterForm {
  margin:0;
}
#newsletterForm label {
  font-weight: 400;
  font-size:14px;
}
#newsletterForm label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
}
#newsletterForm label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#newsletterForm label a:hover {
  color:#16A462;
}

#newsletterForm input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#newsletterForm 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: 20px;
}
#newsletterForm input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#newsletterForm input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}

#newsletterForm button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}

#newsletterForm button:hover {
  background: #002F60;
  color:#fff;
}

.checkbox_cont label {
  margin-right:30px;
}
.swiper-container {
  opacity: 0;
}
.swiper-pagination {
  opacity: 0;
}
.swiper-button-next {
  opacity: 0;
}
.swiper-button-prev {
  opacity: 0;
}
.bullet_white .content-swiper-pagination {

}
.bullet_white .content-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border:1px solid #fff;
  width:12px;
  height:12px;
  background: transparent;
}
.bullet_white .content-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
#twitter_container {
  height: 434px;
  overflow: auto;
  border: 1px solid #ebebeb;
}
#column_site_haritasi {
  
}
#column_site_haritasi ul {
  display: block;
  float:left;
  vertical-align: top;
  max-width: 50%;
  width:100%;
}
#column_site_haritasi ul li ul {
  max-width:100%;
  width: 100%;
  display: block;
}
#column_site_haritasi ul li.cozumler img {
  max-width: 24px;
  margin-left: 15px;
  margin-top: -7px;
  transition: all 400ms;
}
#column_site_haritasi ul li.cozumler img.active {
  transform: rotate(-180deg);
}
#column_site_haritasi ul li.cozumler ul {
  overflow: hidden;
  transition: all 400ms;
}
.social_link_btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: all 400ms;
  margin: 0 7.5px;
}
.social_link_btn:hover {
  color: #0D1125;
  background: #fff;
}

/**
* HOME CSS
*/

#stm_slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #010b1c;
}
.ship {
  position: absolute;
  top: 32%;
  max-width: 25vw;
  left: 48%;
  transform: translate3d(-20%, 0, 0);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
#stm_slider.active {
  opacity: 1;
}
canvas {
  position: absolute;
  top:calc(50% - 85px);
  left:0;
}
#vertical_line {
  position: absolute;
  top: calc(50% + 83px);
}
#horizontal_line {
  position: absolute;
  top: calc(50% + 83px);
}
.st0 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill:none;
  stroke:#008DF4;
  stroke-width:4.513100e-02;
  transition: all 7000ms;
}
#vertical_line.active .st0 {
  stroke-dashoffset: 0;
}

#horizontal_line {
  transition:opacity 1s;
  opacity: 0;
}
#horizontal_line .st1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  fill:none;
  stroke:#008DF4;
  stroke-width:4.513100e-02;
}

#horizontal_line.active {
  opacity: 1;
}

.denizalti_bg {
  background: url(/frontend/img/home/denizalti-bg.jpg);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay:0.2s;
}
.denizalti_bg.active {
  opacity: 1;
}

.drone {
  position: absolute;
  left:5%;
  top:30%;
    max-width: 15vw;
  opacity: 0;
  z-index: 1;
    transform: translate3d(calc(var(--x) * 4), calc(var(--y) / -1),0);
    transition: opacity .7s;
    transition-delay: 0.7s;
    transition-timing-function: ease-out;
}
.drone.two {
  top: 38%;
  left: calc(20vw + -20px);
  max-width: 9vw;
  opacity: 0;
    transform: translate3d(calc(var(--x) * 3), calc(var(--y) / -2),0);
    transition: opacity 0.7s;
    transition-delay: 0.5s;
}
.denizalti {
  position: absolute;
  left: 20%;
  top: 30%;
  max-width: 25vw;
  opacity: 0;
  transform: translate3d(calc(var(--x) * 6), calc(-50% - var(--y)),0);
  transition: opacity 0.5s;
  transition-timing-function: ease-out;
}
.helicopter {
  position: absolute;
  right:5%;
  top:27%;
  max-width: 25vw;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.7s;
  transition-delay: 0.5s;
  transform: translate3d(calc(var(--x) * 2), calc(var(--y) / -2),0);
  transition-timing-function: ease-out;
}
.numbers {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 47%;
  background:url('/frontend/img/home/numbers.png');
  background-position: top center;
  background-repeat: repeat;
  opacity: 0;
  transition: opacity 0.5s;
}
.numbers:after {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 50%;
  background: rgb(15,20,48);
  background: -moz-linear-gradient(180deg, rgba(15,20,48,0) 0%, rgba(1,11,28,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(15,20,48,0) 0%, rgba(1,11,28,1) 100%);
  background: linear-gradient(180deg, rgba(15,20,48,0) 0%, rgba(1,11,28,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1430",endColorstr="#010b1c",GradientType=1);
}
.numbers.active {
  opacity: .2;
}
.space {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 50%;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s;
  transition-delay:0.5s;
}
.space.active {
  opacity: .3;
}
.space img {
  position: absolute;
  width: 100%;
  left: 0;
  top: -50%;
}
.lagari {
  position: absolute;
  top: 6%;
  right: 7%;
  opacity: 0;
  transform: translate3d(calc(-50% + var(--x)), calc(80% - var(--y)),0);
  transition: opacity .6s;
  transition-timing-function: ease-out;
  max-width: 6vw;
}
.btn_home_slide {
  position: absolute;
  color:#fff;
  font-size:16px;
  line-height: 1;
  opacity: 0;
  transition: opacity .7s;
  border-radius: 50%;
  width:30px;
  height:30px;
}
.btn_home_slide.askeri_denizcilik {
  top: 65%;
    right: 56%;
}
.btn_home_slide.otonom_sistemler {
  top: 26%;
  left: 7%;
  z-index: 9;
}
.btn_home_slide.uydu_uzay {
  top: 18%;
  left:82%;
}
.btn_home_slide.siber {
  top: 13%;
  left: 15%;
}
.btn_home_slide.komuta_kontrol {
  top: 40%;
  left: 73%;
  z-index: 9;
}
.btn_home_slide.danismanlik {
  top: 43%;
  left: 30%;
  background: transparent;
  /*height: 52px;*/
}
.btn_home_slide span:first-child {
  position: absolute;
  transition: all 400ms;
  width:0;
  overflow: hidden;
  color:#fff;
  white-space: nowrap;
}

.btn_home_slide.siber span:first-child {
  left: 0;
  top: 0;
}
.btn_home_slide.otonom_sistemler span:first-child {
  left: 0;
  top: 0;
}
.btn_home_slide.danismanlik span:first-child {
  left: 0;
  top: 8px;
}
.btn_home_slide.askeri_denizcilik span:first-child {
  text-align: right;
  right: 0;
}
.btn_home_slide.komuta_kontrol span:first-child {
  text-align: right;
  right: 0;
}
.btn_home_slide.uydu_uzay span:first-child {
  text-align: right;
  right: 0;
}

.btn_home_slide.siber:hover span:first-child {
  width:200px;
  padding-left:30px;
}
.btn_home_slide.otonom_sistemler:hover span:first-child {
  width:150px;
  padding-left:30px;
}
.btn_home_slide.danismanlik:hover span:first-child {
  width:132px;
  padding-left:30px;
}
.btn_home_slide.askeri_denizcilik:hover span:first-child {
  width:108px;
  padding-right:30px;
}
.btn_home_slide.komuta_kontrol:hover span:first-child {
  width:135px;
  padding-right:30px;
}
.btn_home_slide.uydu_uzay:hover span:first-child {
  width:130px;
  padding-right:30px;
}

.btn_home_slide span:last-child {
  width:16px;
  height:16px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate3d(-50%,-50%,0);
  background: #1b5ea1;
  border-radius: 50%;
}
.btn_home_slide span:last-child:before {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid #1b5ea1;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.btn_home_slide span:last-child:after {
    content: "";
    width: 32px;
    height: 32px;
    border: 2px solid #1b5ea1;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.btn_home_slide:hover span:last-child {
  background: #fff;
}
.btn_home_slide:hover span:last-child:before {
  border:2px solid #fff;
}
.btn_home_slide:hover span:last-child:after {
  border:2px solid #fff;
}
/*
.btn_home_slide span {
  width: 0;
    overflow: hidden;
    display: block;
    float: right;
    text-align: left;
    line-height: 1.2;
    transform: translateY(calc(50% - 3px));
    transition: all 400ms;
    padding-left: 0px;
    position: absolute;
    left:60px;
    top:0;
    height: 40px;
    white-space: nowrap;
}
.btn_home_slide.danismanlik span {
  height:52px;
}
.btn_home_slide svg {
  width:100%;
  max-width: 60px;
  z-index: 9;
}
.btn_home_slide:hover span {
  width:140px;
    padding-left: 10px;
    padding-right: 10px;
    left: 60px;
}
.btn_home_slide.btn_pos_right:hover span {
  width:100px;
    padding-left: 10px;
    padding-right: 10px;
    left:auto;
    right:60px;
}
.btn_home_slide.btn_pos_right svg {
  float:right;
}
.btn_home_slide.btn_pos_right span {
  text-align: right;
  left: auto;
  right:60px;
}*/
#stm_slider.active .ship {
  opacity: 1;
  transform: translate3d(calc(-20% - (var(--x) * -4)), 0,0);
}
#stm_slider.active .denizalti {
  opacity: 1;
  transform: translate3d(calc(var(--x) * 6), calc(-50% - var(--y)),0);
}
#stm_slider.active .drone.one {
  opacity: 1;
  transform: translate3d(calc(var(--x) * 4), calc(var(--y) / -1),0);
}
#stm_slider.active .drone.two {
  opacity: 1;
  transform: translate3d(calc(var(--x) * 3), calc(var(--y) / -2),0);
}
#stm_slider.active .helicopter {
  opacity: 1;
  transform: translate3d(calc(var(--x) * 2), calc(var(--y) / -2),0);
}
#stm_slider.active .lagari {
  opacity: 1;
  transform: translate3d(calc(-50% + var(--x)), calc(80% - var(--y)),0);
}
.btn_home_slide.active {
  transform: translate3d(calc(var(--x) * 2), calc(var(--y) / -2),0);
}
#stm_slider h1 {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  font-size: 36px;
  color: #fff;
  top: 20%;
  text-align: center;
  transition: all 1s;
  transition-delay: 1s;
}
#stm_slider h1>span {
  display: none;
}
#stm_slider h1 #motto_group path {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  transition: all 3s; 
  fill:transparent;
}
#stm_slider.active h1 #motto_group.active path {
  stroke-dasharray: 550;
}
#stm_slider.active h1 #motto_group.active path.active {
  transition: all 500ms;
  fill:rgba(255,255,255,0.60);
  stroke:rgba(255,255,255,0.60) !important;
}
.btn_home_slide.active {
  opacity: 1;
  z-index: 99;
}
.btn_home_slide.active span:last-child:before {
  animation: btn_anim_one 1s infinite;
}
@keyframes btn_anim_one {
  from {
    width:0;
    height:0;
  }
  to {
    width:30px;
    height:30px;
    opacity: 0;
  }
}

.btn_home_slide.active span:last-child:after {
  animation: btn_anim_two 1s infinite;
}
@keyframes btn_anim_two {
  from {
    width:0;
    height:0;
  }
  to {
    width:45px;
    height:45px;
    opacity: 0;
  }
}
#stm_slider.active .anim_time {
  transition: all 400ms !important;
}
#stm_slider.active .ship.hover {
  transform: translate3d(calc(-20% - (var(--x) * -4)), 0,0) scale(1.1);
}
#stm_slider.active .denizalti.hover {
  transition: all 400ms !important;
  transform: translate3d(calc(var(--x) * 6), calc(-50% - var(--y)),0) scale(1.1);
}
#stm_slider.active .drone.one.hover {
  transition: all 400ms !important;
  transform: translate3d(calc(var(--x) * 4), calc(var(--y) / -1),0) scale(1.1);
}
#stm_slider.active .drone.two.hover {
  transition: all 400ms !important;
  transform: translate3d(calc(var(--x) * 3), calc(var(--y) / -2),0) scale(1.1);
}
#stm_slider.active .numbers.hover {
  transition: all 400ms !important;
  background-position-y:-300px;
  opacity: .4;
}
#stm_slider.active .lagari.hover {
  transition: all 400ms !important;
  transform: translate3d(calc(-50% + var(--x)), calc(80% - var(--y)),0) scale(1.1);
}
#stm_slider.active .helicopter.hover {
  transition: all 400ms !important;
  transform: translate3d(calc(var(--x) * 2), calc(var(--y) / -2),0) scale(1.1);
}
#stm_slider.active .scroll_icon {
  width:40px;
  height:60px;
  position: absolute;
  left:50%;
  bottom:30px;
  transform: translate3d(-50%,0,0);
  background-size:50%;
  cursor: pointer;
  border-radius: 60px;
  border: 1px solid #ebebeb;
  overflow: hidden; 
}
#stm_slider.active .scroll_icon:before {
  content:"";
  border-radius: 50%;
  width:10px;
  height:10px;
  background: #fff;
  animation: scroll_anim 1.5s infinite;
  position: absolute;
  left:50%;
  top:-10px;
  transform: translate3d(-50%,0,0);
}
@keyframes scroll_anim {
  from {
    transform: translate3d(-50%,0,0);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-50%,60px,0);
  }
}
/*
body.pair-2405 header {
  background: transparent;
}
body.pair-2405 header.hovered {
  background: #11243a;
}
body.pair-2405 header .navbar-main .navbar-nav li a {
  color:#fff;
}
body.pair-2405 header .header_second_nav li a {
  color:#fff;
}
body.pair-2405 header .header_second_nav li.langMenu:before {
  background: #fff;
}
body.pair-2405 header .header_second_nav li.search:before {
  background: #fff;
}
body.pair-2405 header.fixed-top {
  background: #11243a;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container {
  background: #11243a;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul li:after {
  background: #00a4dc;
  opacity: .2;
}

body.pair-2405 header .navbar-main .navbar-nav li .mega-main {
  background: #11243a;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega-main ul li a {
  color:rgba(192,204,208,0.7);
}
body.pair-2405 header .navbar-main .navbar-nav li .mega-main ul li a:hover {
  color:#fff;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul:first-child {
  display: none;
}
header .navbar-main .navbar-nav li .mega_container ul:last-child {
  display: none;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul:last-child {
  display: inline-block;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul li a {
  color:rgba(192,204,208,0.7);
}
body.pair-2405 header .navbar-main .navbar-nav li .mega-main ul li + li {
  border-top:1px solid rgba(0,164,220,.4);
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul li:hover a {
  color:#fff;
}
*/

body.pair-2405 header {
  background: transparent;
  transition: all 400ms;
}
body.pair-2405 header .navbar-main .navbar-nav li a {
  color:#fff;
}
body.pair-2405 header .header_second_nav li a {
  color:#fff;
}
body.pair-2405 header .header_second_nav li.langMenu:before {
  background: #fff;
}
body.pair-2405 header .header_second_nav li.search:before {
  background: #fff;
}
body.pair-2405 header.fixed-top {
  background: #11243a;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container {
  background: #11243a;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul li:after {
  background: #00a4dc;
  opacity: .2;
}

body.pair-2405 header .navbar-main .navbar-nav li .mega-main {
  background: #11243a;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega-main ul li a {
  color:rgba(192,204,208,0.7);
}
body.pair-2405 header .navbar-main .navbar-nav li .mega-main ul li a:hover {
  color:#fff;
}
header .navbar-main .navbar-nav li .mega_container ul:last-child {
  display: none;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul:last-child {
  display: none;
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul li a {
  color:rgba(13,17,37,0.7);
}
body.pair-2405 header .navbar-main .navbar-nav li .mega-main ul li + li {
  border-top:1px solid rgba(0,164,220,.4);
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul li:hover a {
  color:#fff;
}
body.pair-2405 header.hovered {
  background: #FFFFFF;
}
body.pair-2405 header.hovered .navbar-main .navbar-nav li a {
  color:#0D1125;
}
body.pair-2405 header.hovered .header_second_nav li a {
  color:#0D1125;
}
body.pair-2405 header.hovered .navbar-main .navbar-nav li .mega-main {
  background: #FFFFFF;
}
body.pair-2405 header.hovered .navbar-main .navbar-nav li .mega-main ul li a {
  color:rgba(13,17,37,1);
}
body.pair-2405 header.hovered .navbar-main .navbar-nav li .mega-main ul li a:hover {
  color:rgba(13,17,37,1);
}
body.pair-2405 header.hovered .navbar-main .navbar-nav li .mega_container {
  background: #FFFFFF;
}
body.pair-2405 header.hovered .navbar-main .navbar-nav li .mega_container ul li a {
  color:rgba(13,17,37,0.7);
}
body.pair-2405 header .navbar-main .navbar-nav li .mega_container ul li:hover a {
  color:#0D1125;
}
body.pair-2405 header.hovered .header_second_nav li.langMenu:before {
  background: #0D1125;
}
body.pair-2405 header.hovered .header_second_nav li.search:before {
  background: #0D1125;
}
#tedarik_video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate3d(0, -60%, 0);
}
.pagination-cont svg {
  max-width: 12px;
  top: 2px;
  position: relative;
}
.image_pagination ul li:hover a svg path {
  fill:#ffffff;
}
.slide-normal {
  max-width: calc(100% - 70px);
  margin:0 auto;
  position: static;
}
.slide-normal-next {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(/frontend/img/gallery-arrow-right.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-normal-prev {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(/frontend/img/gallery-arrow-left.svg) no-repeat;
  background-size: cover;
  background-position: center;
}

.list_four-doc .docs_list li {
  max-width: 20%;
  margin: 60px 20px 0;
}
.grecaptcha-badge {
  display: none !important;
}

#itsef_form {
  margin:0;
}
#itsef_form label {
  font-weight: 500;
  font-size:14px;
}
#itsef_form .label_cont label {
  float: left;
  width:50%;
}
#itsef_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
  font-weight: 400;
}
#itsef_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#itsef_form label a:hover {
  color:#16A462;
}
#itsef_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#itsef_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#itsef_form 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: 20px;
}
#itsef_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#itsef_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#itsef_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#itsef_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#itsef_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}

#itsef_form button:hover {
  background: #002F60;
  color:#fff;
}
#itsef_form h2 {
  margin-bottom: 20px;
}
#itsef_form .row {
  margin-bottom: 20px;
}
.label_radio {
  display: block;
}
.soru_info {
  display: block;
  font-size:14px;
  font-weight: 500;
}

.artan_inputs {
  margin:0 -2px;
}
.artan_inputs .artan_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.artan_inputs .artan_header div {
  display: flex;
  flex-direction: column;
  width:calc(45% - 4px);
  margin:0 2px;
  font-weight: 500;
  color:#fff;
  background: #0D1125;
  font-size:16px;
  padding:15px;
}
.artan_inputs .artan_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom:2px;
}
.artan_inputs .artan_body>div {
  flex-direction: column;
  width:calc(45% - 4px);
  margin:0 2px;
}
.artan_inputs .artan_body>div.artan_btn {
  width:calc(10% - 4px);
  margin:0 2px;
  padding:0 5px;
}
.artan_inputs .artan_body>div.artan_btn .artan_ekle {
  width:30px;
  height:30px;
  background-color: #0D1125;
  border-radius: 50%;
  background-image: url(/frontend/img/ekle-icon.svg);
  background-size:20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top:4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.artan_inputs .artan_body>div.artan_btn .artan_sil {
  display: inline-block;
  vertical-align: middle;
  width:30px;
  height:30px;
  background-color: #ff0500;
  border-radius: 50%;
  background-image: url(/frontend/img/remove-icon.svg);
  background-size:20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top:4px;
  cursor: pointer;
}
.artan_inputs .artan_body:first-child .artan_btn .artan_sil {
  display: none;
}

#pazar_analizi_form {
  margin:0;
}
#pazar_analizi_form label {
  font-weight: 500;
  font-size:14px;
}
#pazar_analizi_form .label_cont label {
  float: left;
  width:50%;
}
#pazar_analizi_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
  font-weight: 400;
}
#pazar_analizi_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#pazar_analizi_form label a:hover {
  color:#16A462;
}
#pazar_analizi_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
  width: 100%;
}
#pazar_analizi_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#pazar_analizi_form 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: 20px;
}
#pazar_analizi_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#pazar_analizi_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#pazar_analizi_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#pazar_analizi_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#pazar_analizi_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}

#pazar_analizi_form button:hover {
  background: #002F60;
  color:#fff;
}
#pazar_analizi_form h2 {
  margin-bottom: 20px;
}
#pazar_analizi_form .row {
  margin-bottom: 20px;
}

.inputs_table {}
.inputs_table tr {
  border:1px solid #000;
}
.inputs_table tr th {
  font-weight: 500;
  border:1px solid #000;
  padding:5px 10px;
  text-align: center;
}
.inputs_table tr td {
  text-align: center;
  border:1px solid #000;
}
.inputs_table tr td:first-child {
  text-align: left;
}

#sos_form {
  margin:0;
}
#sos_form label {
  font-weight: 500;
  font-size:14px;
}
#sos_form .label_cont label {
  float: left;
  width:50%;
}
#sos_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
  font-weight: 400;
}
#sos_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#sos_form label a:hover {
  color:#16A462;
}
#sos_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
  width: 100%;
}
#sos_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#sos_form 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: 20px;
}
#sos_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#sos_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#sos_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#sos_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#sos_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}

#sos_form button:hover {
  background: #002F60;
  color:#fff;
}
#sos_form h2 {
  margin-bottom: 20px;
}
#sos_form .row {
  margin-bottom: 20px;
}

#stihf_form {
  margin:0;
}
#stihf_form label {
  font-weight: 500;
  font-size:14px;
}
#stihf_form .label_cont label {
  float: left;
  width:50%;
}
#stihf_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
  font-weight: 400;
}
#stihf_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#stihf_form label a:hover {
  color:#16A462;
}
#stihf_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
  width: 100%;
}
#stihf_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#stihf_form 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: 20px;
}
#stihf_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#stihf_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#stihf_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#stihf_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#stihf_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}

#stihf_form button:hover {
  background: #002F60;
  color:#fff;
}
#stihf_form h2 {
  margin-bottom: 20px;
}
#stihf_form .row {
  margin-bottom: 20px;
}

.artan_inputs.s_1 .artan_header div {
  width:calc(90% - 4px);
}
.artan_inputs.s_1 .artan_body>div {
  width:calc(90% - 4px);
  margin:0 2px;
}
.artan_inputs.s_1 .artan_body>div.artan_btn {
  width: calc(10% - 4px);
  margin: 0 2px;
  padding: 0 5px;
}

.artan_inputs.s_2 .artan_header div {
  width:calc(45% - 4px);
}
.artan_inputs.s_2 .artan_body>div {
  width:calc(45% - 4px);
  margin:0 2px;
}
.artan_inputs.s_2 .artan_body>div.artan_btn {
  width: calc(10% - 4px);
  margin: 0 2px;
  padding: 0 5px;
}

.artan_inputs.s_3 .artan_header div {
  width:calc(30% - 4px);
}
.artan_inputs.s_3 .artan_body>div {
  width:calc(30% - 4px);
  margin:0 2px;
}
.artan_inputs.s_3 .artan_body>div.artan_btn {
  width: calc(10% - 4px);
  margin: 0 2px;
  padding: 0 5px;
}

.artan_inputs.s_4 .artan_header div {
  width:calc(22.5% - 4px);
}
.artan_inputs.s_4 .artan_body>div {
  width:calc(22.5% - 4px);
  margin:0 2px;
}
.artan_inputs.s_4 .artan_body>div.artan_btn {
  width: calc(10% - 4px);
  margin: 0 2px;
  padding: 0 5px;
}
.artan_inputs .artan_body>div span {
  display: block;
  height:40px;
  border:1px solid #b7b7b7;
  padding:10px 15px;
  font-size: 14px;
  font-weight: 600;
  color:#555555;
}

#stkbf_form {
  margin:0;
}
#stkbf_form label {
  font-weight: 500;
  font-size:14px;
}
#stkbf_form .label_cont label {
  float: left;
  width:50%;
}
#stkbf_form label span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 40px);
  font-weight: 400;
}
#stkbf_form label a {
  font-size:14px;
  font-weight: 400;
  transition: all 300ms;
}
#stkbf_form label a:hover {
  color:#16A462;
}
#stkbf_form input[type="text"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
  width: 100%;
}
#stkbf_form input[type="email"] {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  height: 40px;
}
#stkbf_form 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: 20px;
}
#stkbf_form input[type="checkbox"]:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #66ddfb;
  border: 1px solid #b7b7b7;
}
#stkbf_form input[type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #0D1125;
  opacity: 1;
}
#stkbf_form select {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/frontend/img/down-arrow.svg) no-repeat;
  background-size: 20px 20px;
  background-position: 98% center;
}

#stkbf_form textarea {
  font-size:14px;
  font-weight: 600;
  padding:10px 15px;
  box-shadow: none;
  border:1px solid #b7b7b7;
}
#stkbf_form button {
  display: block;
  font-size: 14px;
  color: #002F60;
  border: 0;
  transition: all 300ms;
  padding: 15px 25px;
  margin: 15px auto 0;
  background: transparent;
  max-width: 110px;
  width: 100%;
}

#stkbf_form button:hover {
  background: #002F60;
  color:#fff;
}
#stkbf_form h2 {
  margin-bottom: 20px;
}
#stkbf_form .row {
  margin-bottom: 20px;
}

.add_row_table {
  width: 30px;
  height: 30px;
  background-color: #0D1125;
  border-radius: 50%;
  background-image: url(/frontend/img/ekle-icon.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin:4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.remove_row_table {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-color: #ff0500;
  border-radius: 50%;
  background-image: url(/frontend/img/remove-icon.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin:4px;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  #section_misyon_vizyon:after {
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,164,220,1) 75% , rgb(0, 140, 187) 100%);
    position: absolute;
    left: 0;
    bottom: -31px;
    transform: skewY(-5deg);
    z-index: -1;
  }
  #section_medya #tabbed-nav {
    width:100%;
  }
  #section_history #timeline-embed {
    height:500px;
  }
  .f_size_60 {
    font-size: 50px;
    line-height: 60px;
  }
  section:first-child.menu_section .f_size_20 {
    font-size:18px;
  }
  .type-product .content-wrapper, .type-project .content-wrapper {
    margin-top:550px;
  }
  .news_home_style .news_item .news_image_cont {
    max-width:300px;
  }
  .news_home_style .news_item .news_title {
    max-width: calc(100% - 340px);
  }
  .events_slider .events_image {
    height:195px;
  }
  #twitter_container {
    height:379px;
  }
  .docs_list li {
    display: inline-block;
    max-width: calc(12.5% - 20px);
    vertical-align: top;
    width: 100%;
    margin: 60px 20px 0;
    margin-top: 60px;
  }
  .docs_list li div.docs_box {
  }
  #section_medya #tabbed-nav ul li a {
    padding:10 10px;
  }
  .list_four-doc .docs_list li {
    max-width: 20%;
    margin: 60px 20px 0;
  }
}

@media screen and (max-width: 1366px) {
}
@media screen and (min-width: 1201px) and (max-width: 1320px) {
  .news_home_style .news_item .news_image_cont {
    max-width:230px;
  }
  .news_home_style .news_item .news_title {
    max-width: calc(100% - 250px);
  }
  .events_home_header .events_all_items {
    padding:15px;
  }
}
@media screen and (max-width: 1270px) {
  header .navbar-main .navbar-nav li a {
    font-size:16px;
    padding-left:10px;
    padding-right:10px;
  }
}
@media screen and (max-width: 1160px) {
  #mobile_menu_btn {
    display: inline-block;
    border:1px solid #0D1125;
    width:40px;
    height:40px;
    position: relative;
    float: right;
    top: 0;
    transition: all 400ms;
  }
  #mobile_menu_btn span { 
    width:20px;
    height:2px;
    position: absolute;
    background: #0D1125;
    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%;
  }
  #mobileMenuCont {
    position: fixed;
    right: -100vw;
    top: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    width: 100vw;
    background: #fff;
    transition: all 400ms;
    border-top: 1px solid #ccc;
  }
  #mobileMenuCont.active {
    right:0;
  }
  header .header_second_nav {
    margin-top:10px;
    margin-right:20px;
  }
  header .navbar-main .navbar-nav>li {
    display: block;
    float: none;
    border-bottom: 1px solid #ccc;
  }
  header .navbar-main .navbar-nav li a {
    display: block;
    font-size:18px;
    padding-top:25px;
    padding-bottom:25px;
  }
  header .navbar-main .navbar-nav li.low_menu>a:after {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li.low_menu>a:before {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li.mega_menu>a:after {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li.mega_menu>a:before {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li.low_menu:hover>a:after {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li.low_menu:hover>a:before {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li.mega_menu:hover>a:after {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li.mega_menu:hover>a:before {
    opacity: 0;
    display: none;
  }
  header .navbar-main .navbar-nav li .mega-main ul li + li {
    border-top: 0;
  }
  header .navbar-main .navbar-nav li .mega-main ul li {
    border-bottom: 1px solid #00A4DC;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
  }
  header .navbar-main .navbar-nav {
    float: none;
    display: block;
    padding-left:30px;
    padding-right:30px;
  }
  header .navbar-main .navbar-nav li .mega_container {
    position: relative;
    transform: translate3d(0,0,0);
    opacity: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0ms;
  }
  header .navbar-main .navbar-nav li .mega-main {
    position: relative;
    transform: translate3d(0,0,0);
    opacity: 1;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0ms;
  }
  header .navbar-main .navbar-nav li .mega_container.active {
    display: block;
    height: auto;
  }
  header .navbar-main .navbar-nav li .mega-main.active {
    display: block;
    height: auto;
  }
  #page_up {
    display: none;
  }
  body.pair-2405 header #mobile_menu_btn {
    border:1px solid #fff;
  }
  body.pair-2405 header #mobile_menu_btn span {
    background: #fff;
  }
  body.pair-2405 header .navbar-main .navbar-nav li .mega-main {
    background: #11243a;
  }
  body.pair-2405 #mobileMenuCont {
    background: #11243a;
  }
  .list_four-doc .docs_list li {
    max-width: 20%;
    margin: 60px 20px 0;
  }
}
@media screen and (max-width: 1024px) {

  .tablet-0 {
    display: none;
  }
  .tablet-1 {
    display:block;
  }
  .image-gallery-isotope .grid-item {
    height:146px;
  }
  .image-gallery-isotope .grid-item--width2 {
    height:300px;
  }
  #section_misyon_vizyon .container {
    padding:0 15px;
  }
  #column_misyon {
    transform: translateY(-43px) skewY(10deg);
  }
  #section_misyon_vizyon:after {
    bottom:-22px;
    background: linear-gradient(90deg, rgba(0,164,220,1) 65% , rgb(0, 140, 187) 100%)
  }
  #column_vizyon {
    padding-bottom:197px !important;
  }
  .tl-slidenav-title {
    display: none;
  }
  .project_slider .project_image {
    height:240px;
  }
  footer p.color_blue {
    font-size:14px;
  }
  .news_list_cont .news_list ul li {
    max-width: calc(25% - 24px);
  }
  .image_list li {
    max-width: calc(33.3333% - 34px);
  }
  .video_list li {
    max-width: calc(33.3333% - 34px);
  }
  .ship {
    top:42%;
  }
  
  .main_slider .slide_container {
    height: 100%;
    padding:30px;
  }
  .main_slider .slide_container .numbers_slide {
    background-position: top center;
    background-repeat: repeat;
    height: 40%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
  }
  .main_slider .slide_container .numbers_slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgb(15,20,48);
    background: -moz-linear-gradient(180deg, rgba(15,20,48,0) 0%, rgba(1,11,28,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(15,20,48,0) 0%, rgba(1,11,28,1) 100%);
    background: linear-gradient(180deg, rgba(15,20,48,0) 0%, rgba(1,11,28,1) 100%);
  }
  body.pair-2405 header {
    background: #11243a;
  }
  .main_slider {
    background-color:#010c1e;
  }
  .main_slider .slide_container .slide_img {
    width: 100%;
    text-align: right;
  }
  .main_slider .slide .slide_text h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .main_slider .slide .slide_text .btn_bordered_white {
    margin-top:15px;
  }
  .main_slider .slide.askeri_denizcilik .slide_img img {
    margin-top: 60px;
    margin-right: 100px;
  }
  .main_slider .slide.askeri_denizcilik .slide_text {
    position: absolute;
    left: 10%;
    top: 18%;
  }
  .main_slider .slide.otonom_sistemler .slide_img {
    text-align: left;
  }
  .main_slider .slide.otonom_sistemler .slide_img img {
    margin-top: -200px;
    max-width: 220px;
  }
  .main_slider .slide.otonom_sistemler .slide_img img:last-child {
    margin-left: -40px;
    margin-top: -130px;
    max-width: 150px;
  }
  .main_slider .slide.otonom_sistemler .slide_text {
    position: absolute;
    right: 10%;
    top: 18%;
  }
  .main_slider .slide.siber_guvenlik .slide_img img {
    margin-top: 60px;
    margin-right: 100px;
  }
  .main_slider .slide.siber_guvenlik .slide_text {
    position: absolute;
    left: 10%;
    top: 18%;
  }
  .main_slider .slide.uydu_uzay .slide_img img {
    margin-top: -400px;
    margin-right: 100px;
    max-width: 200px;
  }
  .main_slider .slide.uydu_uzay .slide_text {
    position: absolute;
    left: 10%;
    top: 18%;
  }
  .main_slider .slide.komuta_kontrol .slide_img img {
    margin-top: -200px;
    margin-right: 100px;
  }
  .main_slider .slide.komuta_kontrol .slide_text {
    position: absolute;
    left: 10%;
    top: 18%;
  }
  .main_slider .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: contain;
    background-position: center;
    background-image: url("/frontend/img/daglar-daglar2.jpg") !important;
    background-repeat: no-repeat;
  }
  .docs_list li {
    display: inline-block;
    max-width: calc(15% - 10px);
    vertical-align: top;
    width: 100%;
    margin: 60px 10px 0;
    margin-top: 60px;
  }
  .list_four-doc .docs_list li {
    max-width: 20%;
    margin: 60px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .events_home_header .events_all_items {
    padding: 15px;
  }
  .events_slider .swiper-slide a {
    display: block;
    min-height: inherit;
  }
  .events_slider .events_image {
    max-width: 100%;
    min-height:inherit;
  }
  .events_slider .events_content {
    max-width: 100%;
    min-height: inherit;
  }
  .news_home_style .news_item .news_image {
    display: block;
    max-width: 100%;
    margin:0;
  }
  .news_home_style .news_item .news_title {
    display: block;
    max-width: 100%;
    margin-top:15px;
  }
  #section_misyon_vizyon:after {
    bottom:-17px;
  }
  #column_misyon {
    transform: translateY(-34px) skewY(10deg);
  }
  #section_yonetim_kurulu ul li {
    max-width: 33.3333%;
  }
  .f_size_60 {
    font-size:40px;
    line-height: 50px;
  }
  section:first-child.menu_section .f_size_20 {
    font-size:16px;
    line-height: 24px;
  }
  .news_list_cont .news_list ul li {
    max-width: calc(33.33333% - 24px);
  }
  .image_list li {
    max-width: calc(50% - 34px);
  }
  .video_list li {
    max-width: calc(50% - 34px);
  }
  footer #section_foot_1, footer #section_foot_2 {
    display: none;
  }
  footer #section_foot_3 {
    display: block;
  }
  footer #column_footer_social {
    margin-top:15px;
  }
  #wrapper {
    padding-bottom: 350px;
    margin-bottom: -350px;
  }
  footer {
    height:350px;
  }
  .news_info_section h1 {
    font-size:30px;
    line-height: 42px;
  }
  #vertical_line {
    top:calc(50% + 63px);
  }
  #horizontal_line {
    top:calc(50% + 63px);
  }
  .scroll_icon {
    transition: all 400ms;
    background: url(/frontend/img/down-arrow-w.svg) no-repeat;
    background-position-x: center;
    background-position-y: 0;
    animation: scroll_anim 1s infinite;
    width: 40px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%,0,0);
    background-size: 50%;
    cursor: pointer;
  }
  .main_slider .slide.askeri_denizcilik .slide_img img {
    margin-top:-50px;
  }
  .docs_list li {
    display: inline-block;
    max-width: calc(20% - 10px);
    vertical-align: top;
    width: 100%;
    margin: 60px 10px 0;
    margin-top: 60px;
  }
  .list_four-doc .docs_list li {
    max-width: calc(50% - 30px);
    margin: 60px 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .mobile-0 {
    display: none;
  }
  .mobile-1 {
    display: block;
  }
  #tabbed-nav {
    width: 100%;
    overflow: scroll;
  }
  header {
    padding:15px;
    height: 70px;
  }
  header .navbar-main #logo {
    max-width: 90px;
    margin-top:8px;
  }
  header .header_second_nav li.social_link {
    display: none;
  }
  header .header_second_nav li.langMenu:before {
    display: none;
  }
  .content-wrapper {
    margin-top:70px;
  }
  #mobileMenuCont {
    top:70px;
    height:calc(100vh - 70px);
    height: calc((var(--menuheight, 1vh) * 100) - 70px);
  }
  footer {
    height: auto;
    padding:30px 0;
  }
  footer #section_footer_bottom .row {
    margin:0 -15px;
  }
  #wrapper {
    overflow-x: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  footer p.color_blue {
    font-size:16px;
    margin-top:15px;
    margin-bottom:0;
  }
  footer #section_footer_bottom p {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  footer #section_footer_bottom ul {
    text-align: center;
    display: block;
  }
  footer #section_footer_bottom ul li {
    display: block;
  }
  footer #section_footer_bottom ul li:before {
    display: none;
  }
  footer #column_touch_logo img {
    float: none;
    margin-top:25px;
  }
  #column_misyon {
    padding-left: 15px;
    transform: translateY(0) skewY(0);
  }
  .cdtp-70 {
    padding-top: 30px !important;
  }
  .cdbp-94 {
    padding-bottom: 30px !important;
  }

  #column_misyon p.f_size_30 {
    font-size:20px;
  }
  #column_misyon h3 {
    transform: skewY(0)
  }
  #column_misyon p {
    transform: skewY(0)
  }
  .cdlp-45 {
    padding-left: 15px !important;
  }
  .cdbp-146 {
    padding-bottom: 30px !important;
  }
  .cdrp-60 {
    padding-right: 15px !important;
  }
  .cdtp-120 {
    padding-top: 30px !important;
  }
  .dtp-140 {
    padding-top: 30px !important;
  }
  .dtp-80 {
    padding-top: 30px !important;
  }
  .dbp-40 {
    padding-bottom: 30px !important;
  }
  #column_vizyon {
    padding-bottom: 30px !important;
  }
  #column_vizyon h3 {
    color:#fff;
  }
  #column_vizyon p.f_size_30 {
    font-size:20px;
    color:#fff;
  }
  #section_misyon_vizyon:after {
    bottom: -15px;
    width: 100%;
    background: rgba(0,164,220,1);
  }
  #section_yonetim_kurulu ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
  }
  #section_yonetim_kurulu ul li p {
    font-size:14px;
  }
  .section_menu {
    display: none;
  }
  .category_product_list ul li {
    max-width: calc(50% - 4px)
  }
  .techinal_image:before {
    display: none;
  }
  .techinal_image {
    padding-left: 15px;
    padding-top: 30px;
  }
  .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%;
  }
  .product_gallery {
    padding: 0;
  }
  .news_list_cont .news_list ul {
    text-align: center;
    margin:0;
  }
  .news_list_cont .news_list ul li {
    max-width: calc(100% - 24px);
    margin: 20px 0;
  }
  .news_list_cont .news_list ul li a.news_image {
    height:180px;
  }
  header .navbar-main .navbar-nav li .mega_container ul li {
    margin: 10px 10px;
    max-width: calc(50% - 24px);
  }
  .news_info_section h1 {
    font-size:20px;
    line-height: 26px;
  }
  .news_day {
    text-align: left;
  }
  .news_year {
    text-align: left;
  }
  .image_list {
    padding:0;
  }
  .image_list li {
    max-width: 100%;
    margin:30px 0;
  }
  .video_list {
    padding: 0;
  }
  .video_list li {
    max-width: 100%;
    margin: 30px 0px;
  }
  .category_product_list.swiper-container {
    padding: 30px 0 50px;
  }
  .category_product_list.swiper-container .product_image {
    text-align: center;
    padding:10px 0;
  }
  .category_product_list.swiper-container .product_title {
    margin-top:10px;
    display: block;
    text-align: center;
  }
  .category_product_list.swiper-container .product_desc {
    text-align: center;
  }
  .category_product_list.swiper-container a:hover {
    color:#002F60;
  }
  .category_product_list.swiper-container .category_product_pagination {
    bottom:0;
  }
  .category_product_list.swiper-container .category_product_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #002F60;
    transition: all 400ms;
    transform: translate3d(0,0,0);
    margin:0 4px;
    background: transparent;
    opacity: 1;
  }
  .category_product_list.swiper-container .category_product_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #002F60;
  }
  .project_pagination {
    left:0;
  }
  .dbp-100 {
    padding-bottom:30px !important;
  }
  .project_pagination {
    bottom: -10px;
  }
  .search-form h2 {
    font-size:20px;
  }
  .search-close {
    position: absolute;
    right: 30px;
    width: 30px;
    top: 30px;
  }
  .tab_menu_special .mobile-nav-tabb {
    overflow-x: auto;
  }
  .project_slider .project_image {
    height:240px;
  }
  .askeri_denizcilik #ship {
    position: absolute;
    right: 0;
    top: 100px;
    transform: translateY(-80%);
    max-width: 80%;
    z-index: 1;
    transition: all 300ms;
    opacity: 0;
    left: 10%;
  }
  .askeri_denizcilik #vawe {
    position: absolute;
    top: 19%;
    right: 0;
    transform: translateY(20px);
    background-image: url(/frontend/img/dalga.svg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position-x: 0;
    max-width: 100%;
    width: 100%;
    height: 81px;
    z-index: 2;
    opacity: 0;
    transition: all 300ms;
  }
  .askeri_denizcilik #submarine {
    max-width: 80%;
    position: absolute;
    right: 5%;
    top: 32%;
    transform: translateY(-80%);
    z-index: 3;
    transition: all 300ms;
    opacity: 0;
    width: 100%;
  }
  section.otonom-sistemler .col6:nth-child(2) {
    position: static;
  }
  section.otonom-sistemler .container .dron_cont {
    max-width: 173px;
    max-height: 150px;
  }
  section.otonom-sistemler .container .dron_cont.active {
    top:100px;
  }
  section.otonom-sistemler .container .pervane.pervane_1 {
    max-width: 80px;
  }
  section.otonom-sistemler .container .pervane.pervane_2 {
    max-width: 80px;
  }
  section.otonom-sistemler .container .pervane.pervane_3 {
    max-width: 80px;
  }
  section.otonom-sistemler .container .pervane.pervane_4 {
    max-width: 80px;
  }
  .siber-guvenlik .row {
    flex-direction: column-reverse;
  }
  #column_siber_guvenlik svg {
    max-width: 100px;
    margin: 30px auto;
    max-height: 300px;
    height: 100%;
  }
  section.uydu_ve_uzay .row {
    flex-direction: column-reverse;
  }
  #column_uydu_uzay svg {
    margin: 20px auto;
    max-width: 320px;
    transition: all 500ms;
    opacity: 0;
    height: 150px;
  }
  .komuta_kontrol #c2_kontrol {
    position: absolute;
    top: 110px;
    right: 10%;
    max-width: 80%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 400ms;
  }
  .dtp-100 {
    padding-top: 30px !important;
  }
  section.danismanlik .row {
    flex-direction: column-reverse;
  }
  #danismanlik_icon svg {
    max-width: 70%;
    width: 100%;
    margin: 30px auto;
    opacity: 0;
    display: block;
  }
  #danismanlik_icon_icon img {
    max-width:40px;
  }
  header .navbar-main .navbar-nav li .mega_container .container {
    padding:0;
  }
  .type-product footer, .type-project footer {
    height: auto;
  }
  .document_container {
    height:180px;
  }
  .document_container .download_icon {
    width:45px;
    height:100%;
    left:auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .document_container .doc_bg_color {
    width: 100%;
    left:0;
  }
  .document_container .document_href {
    left:0;
    width:87%;
  }
  .document_container .document_href div {
    padding-left:0;
  }
  .document_container .document_href div:nth-child(2) {
    padding-left:20px;
  }
  .document_container .document_href .document_cover {
    max-width:65px;
  }
  .list-categories .container {
    padding:0 15px;
  }
  .image_list li {
    max-width: 90%;
    margin: 30px auto;
    display: block;
  }
  .video_list li {
    max-width: 90%;
    margin: 30px auto;
    display: block;
  }
  .docs_list li {
    display: inline-block;
    max-width: calc(50% - 30px);
    vertical-align: top;
    width: 100%;
    margin: 60px 10px 0;
    margin-top: 60px;
  }
  .social_posts {
    padding:50px 15px;
  }
  .social_posts .twitter_post {
    margin:10px 0;
  }
  .social_posts .facebook_post {
    margin:10px 0;
  }
  .social_posts .facebook_post iframe {
    width:100%;
  }
  #contact_form label span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
  }
  .document_container .file_slider .download_icon {
    left: auto;
    right:0;
  }
  .document_container .file_slider .document_href {
    left:0;
  }
  .docs_list li div.docs_box {
  }
  .three_animation h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .three_animation h1 span.active {
    height: 40px;
  }
  .faaliyet_alanlari_slider .swiper-slide a:after {
    display: none;
  }
  .top_section .col12 {
    position: static;
  }
  .f_size_80 {
    font-size: 40px;
  }
  .type-product .content-wrapper, .type-project .content-wrapper {
    margin-top:270px;
  }
  .f_size_24 {
    line-height: 1.2;
  }
  .top_section {
    top:70px;
    height:200px !important;
    padding:50px 0;
  }
  .product_gallery .swiper-slide img {
    max-width: 250px;
  }
  .product_gallery {
    height: auto;
  }
  .tagline_video h1 {
    top: 0;
  }
  .tagline_video .play_btn:after {
    top: 70%;
  }
  #section_history {
    background-size:cover !important;
  }
  .col8 .docs_cont .document_href, .col9 .docs_cont .document_href, .col10 .docs_cont .document_href, .col11 .docs_cont .document_href, .col12 .docs_cont .document_href {
    flex: 0 0 calc(100% - 23px);
    max-width: calc(100% - 23px);
  }
  .uyelerimiz .col3 {
    margin-top:30px;
  }
  .tab_menu_special .mobile-nav-tabb {
    top:-42px;
  }
  .basin_kiti p {
    text-align: left !important;
  }
  .events_list_cont .events_list ul {
    padding: 0;
    margin: 0;
    padding: 30px;
  }
  .events_list_cont .events_list ul li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .social_account a {
    margin:7.5px;
  }
  .accordion .card-header  {
    position: relative;
  }
  .accordion .card-header button {
    white-space: normal;
    text-align: left;
    max-width: calc(100% - 30px);
  }
  .accordion .card-header img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0,-50%,0) rotate(0deg);
  }
  .accordion .card-header.active img {
    transform: translate3d(0,-50%,0) rotate(-180deg);
  }
  .news_list_cont .news_list ul li + li {
    border-left:0px;
  }
  .main_slider .parallax-bg {
    width:410%;
  }
  #vertical_line {
    top: calc(50% + 93px);
  }
  #horizontal_line {
    top: calc(50% + 93px);
  }
  .main_slider {
    margin-top:70px;
    height:calc(100vh - 70px);
  }
  .main_slider .main_pagination {
    display: none;
  }
  .main_slider .slide .slide_text h2 {
    font-size:30px;
  }
  .main_slider .parallax-bg {
    top:30px;
  }
  .main_slider .slide.askeri_denizcilik .slide_img img {
    margin-top:70px;
  }
  .main_slider .slide.otonom_sistemler .slide_img img {
    margin-top:-370px;
  }
  .main_slider .slide.otonom_sistemler .slide_img img:last-child {
    margin-left: -10px;
    margin-top: -230px;
  }
  .main_slider .slide.uydu_uzay .slide_img img {
    margin-right:-20px;
  }
  .main_slider .slide.komuta_kontrol .slide_text {
    top:28%;
  }
  .main_slider .slide.komuta_kontrol .slide_img img {
    margin-top:-360px;
  }
  .main_slider .slide.danismanlik_slide .slide_text {
    display: block;
    text-align: center;
    width: 100%;
    margin-top:-150px;
  }
  .main_slider .slide.danismanlik_slide .slide_img {
    display: none;
  }
  .all_news {
    font-size:12px;
  }
  .news_home_header .news_slide_next {
    right:160px;
  }
  .news_home_header .news_pipe {
    right: 191px;
  }
  .news_home_header .news_slide_prev {
    right:205px;
  }
  .events_home_header .events_all_items {
    font-size:12px;
  }
  .events_home_header {
    margin-top:30px;
  }
  #section_yonetim_kurulu ul li + li {
    margin-left:0;
  }
  #section_yonetim_kurulu ul li {
    display: block;
    margin:10px 0;
    text-align: center;
    max-width: 100%;
  }
  #section_history #timeline-embed {
    height:100vh;
  }
  .deniz_projeleri .slide_img {
    margin-top:130px;
  }
  .main_slider .slide .slide_text .btn_bordered_white {
    padding: 15px 20px;
  }
  .home_next {
    background: transparent;
    width: 17px;
    height: 34px;
    background-image: inherit;
    top: auto;
    right: 30px;
    bottom: 100px;
  }
  .home_prev {
    background: transparent;
    width: 17px;
    height: 34px;
    background-image: inherit;
    top: auto;
    left: 30px;
    bottom: 100px;
  }
  body.pair-2405 #mobileMenuCont {
    background: #fff;
  }
  body.pair-2405 header .navbar-main .navbar-nav li .mega_container {
    background: #fff
  }
  body.pair-2405 header .navbar-main .navbar-nav li .mega-main {
    background: #fff;
  }
  body.pair-2405 header .navbar-main .navbar-nav li a {
    color:#0D1125;
  }
  body.pair-2405 header .navbar-main .navbar-nav li .mega-main ul li a {
    color:rgba(13,17,37,0.75);
  }
  #section_404 {
    height: calc((var(--menuheight, 1vh) * 100) - 70px);
    overflow-x: hidden;
    position: relative;
    text-align: center;
  }
  #section_404 h1 {
    text-align: center;
    width: 100%;
    font-size:100px;
    line-height: 1;
  }
  #section_404 p {
    font-size:20px;
  }
  #section_404 .btn_bordered {
    max-width: 180px;
    margin: 30px auto 0;
  }
  #contact_form .label_cont label {
    width:100%;
  }
  body.en .main_slider .slide_container .deniz_projeleri .slide_img {
    margin-top:30px;
  }
  body.en .deniz_projeleri .slide_img img {
    position: absolute;
    width: 160px;
    left: 10px;
    margin-top:-60px; 
 }
  body.en .main_slider .slide.otonom_sistemler .slide_text {
    top:38%;
  }
  body.en .main_slider .slide.uydu_uzay .slide_text {
    top:28%;
  }
  .list_four-doc .docs_list li {
    max-width: calc(100% - 30px);
    margin: 60px 0 0;
  }
#column_siber_guvenlik svg {
    max-width: 100px;
    margin:0 auto;
  }
  .slider_motto_m {
    text-align:center;
  }
  .main_slider .slider_motto_m .slide_container .slide_text {
    display:block;
    width:100%;
  }
  .slider_motto_m .slide_img {
    display:none;
  }
  .main_slider .slider_motto_m .slide_container .slide_text {
    margin-top:-200px;
  }
  .pair-2612 section#tagline {
    background-position: top !important;
    background-size:contain !important;
  }
  .inputs_table {
    width:1000px;
  }
  .artan_inputs.s_4 {
    overflow-x: auto;
  }
  .artan_inputs.s_4 .artan_header {
    width:1000px;
  }
  .artan_inputs.s_4 .artan_body {
    width:1000px;
  }
  .artan_inputs.s_3 {
    overflow-x: auto;
  }
  .artan_inputs.s_3 .artan_header {
    width:1000px;
  }
  .artan_inputs.s_3 .artan_body {
    width:1000px;
  }
}
