/* 353b6c */
html{
  font-size: 16px;
}
.txt-scroll {

  padding: 0 0 0 0;
}
.txt-scroll a{
  color:white;
}
.scrollbox{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.row{
  margin-right: -10px;
  margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  padding-right: 10px;
  padding-left: 10px;
}
#toTop img{
  width: 50px;
}
body{
  /* padding: 70px 0 0 0; */
  min-height: 100%;
  position: relative;
  font-size: 100%;
  background: black;
  font-family: NHaasGroteskTX-55Rm;
  /* padding-top: 140px; */
}
/* footer{
  position: absolute;
  left: 0;
  bottom: 0;
} */
.breadcrumb {
  padding: 20px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  padding-left: 0px;
}

.padds{
  padding: 0 30px;
}

@media (max-width:767px){
  h3{
    font-size: 20px;
  }
  .padds{
    padding: 0 10px;
  }
}

@font-face {
  font-family: FreightBigBooItalic;
  src: url('../font/FreightBigBooItalic.otf');
}
@font-face {
  font-family: NHaasGroteskTX-55Rm;
  src: url('../font/NHaasGroteskTX-55Rm.ttf');
}
@font-face {
  font-family: NHaasGroteskTXPro-55Rg;
  src: url('../font/NHaasGroteskTXPro-55Rg.ttf');
}
@font-face {
  font-family: NHaasGroteskTXPro-56It;
  src: url('../font/NHaasGroteskTXPro-56It.ttf');
}
@font-face {
  font-family: NHaasGroteskTXPro-75Bd;
  src: url('../font/NHaasGroteskTXPro-75Bd.ttf');
}
@font-face {
  font-family: NHaasGroteskTXPro-76BdIt;
  src: url('../font/NHaasGroteskTXPro-76BdIt.ttf');
}
.FreightBigBooItalic{
  font-family: FreightBigBooItalic;
  letter-spacing:1.5px
}
.NHaasGroteskTX-55Rm{
  font-family: NHaasGroteskTX-55Rm;
}
.NHaasGroteskTXPro-55Rg{
  font-family: NHaasGroteskTXPro-55Rg;
}
.NHaasGroteskTXPro-56It{
  font-family: NHaasGroteskTXPro-56It;
}
.NHaasGroteskTXPro-75Bd{
  font-family: NHaasGroteskTXPro-75Bd;
}
.NHaasGroteskTXPro-76BdIt{
  font-family: NHaasGroteskTXPro-76BdIt;
}
.left-arrow{
  width: 15px!important;
}
.right-arrow{
  width: 15px!important;
}
.top-arrow{
  width: 15px!important;
}
.swiper-button-next, .swiper-button-prev{
  opacity: 0;
  transition: .3s;
}
.swiper-container:hover .swiper-button-prev{
  opacity: 1;
}
.swiper-container:hover .swiper-button-next{
  opacity: 1;
}
@media (max-width:767px){
  .top-arrow{
    width: 10px!important;
  }
  .swiper-button-next, .swiper-button-prev{
    opacity: 1!important;
    height: 22px!important;
  }
}
.square{
  width: 5px !important;
  margin-right: 4px;
}


.jiantou{
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.jiantou a{
  color: white;
}

@media (max-width:767px){
  .jiantou{
    padding: 0 10px;
  }
}

video:focus{ outline:none;}
.swiper-button-next:focus{ outline:none;}
.swiper-button-prev:focus{ outline:none;}

.navs{
  /* padding: 20px; */
  padding-bottom: 0;
  background: black;
}
.navs  a{
  color: white;
}
.navs .img-box{
  width: 30%;
}
.content{
  margin-top: 30px;
}
.navs .flex1{
  padding-right:30px;
  padding-left:30px;
  padding-bottom:30px;
  padding-top:30px;
}
@media (max-width:767px){
  .navs .img-box{
    width: 50%;
  }
  .navs .flex1{
    padding-right:10px;
    padding-left:10px;
  }
}
.yapiskan{
  position: fixed; 
  left:0; 
  top:0; 
  width:100%; 
  transition: top .5s;
  z-index: 999999;
}
/* .gizle {
  top: -140px;
}
.sabit {
  top:0;
	z-index: 9999;
} */

.navs img{
  width: 90%;
  display: block;
}
.navs .flex{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  color: white;
  line-height: 1;
}
.navs2 .swiper-container{
  padding: 5px 0;
}
.navs2 .swiper-container a{
  color: white;
}
.navs2 .swiper-container .swiper-slide{
  width: auto!important;
}
.navs2 .swiper-container .swiper-wrapper{
  -webkit-transition-timing-function: linear; 
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.navs2 .swiper-container2{
  margin-bottom: 40px;
}
.navs2 .swiper-container{
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.navmobile{
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  margin: 0 10px;
}
.navmobile p{
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #676767;
}
.navmobile p:last-child{
  border: none;
}
.navmobile a{
  color: white;
}
.goTop{
  cursor: pointer;
  display: flex;
}
.goTop span{
  margin: 0 10px;
}

footer{
  margin-bottom: 20px;
  padding: 0 30px;
}
@media (max-width:767px){
  footer{
    padding: 0 10px;
  }
}

.img-show img{
  width: 100%;
}


.container{
  width: 100%!important;
  padding-right: 0!important;
  padding-left: 0!important;
}