

#news .head1{position:relative;z-index:1;padding-top:18%;/*margin:0 0 50px 0;*/}
#news .head1:before{
  content:"";position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.6;
}
#news .head1 img.back{
  display:block;
  position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;
}
#news .head1 h1{
  position:absolute;z-index:3;left:50%;bottom:20px;translate:-50% 0;
  padding:0!important;margin:0!important;font-weight:normal;font-size:4.5rem;font-family:'montserrat_bold';letter-spacing:2px;
  color:#fff;
}
@media only screen and (max-width:1200px){
#news .head1 h1{font-size:2rem;}
}
@media only screen and (max-width:1000px){
#news .head1{padding-top:25%;}
}
@media only screen and (max-width:700px){
#news .head1{padding-top:40%;}
#news .head1 h1{font-size:1.8rem;}
}
@media only screen and (max-width:500px){
#news .head1{padding-top:55%;}
#news .head1 h1{font-size:1.1rem;}
}




#news{}
#news .list{margin:50px 0 100px 0;}
#news .list .grid{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:40px;grid-row-gap:50px;}
#news .list .grid .s{}
#news .list .grid .s a.img{position:relative;z-index:1;display:block;padding-top:60%;overflow:hidden;}
#news .list .grid .s a.img img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:transform 500ms;}
#news .list .grid .s a.img:hover img{transform:scale(1.2);}
#news .list .grid .s .content{}
#news .list .grid .s .content .tarih{margin:5px 0 0 0;text-align:right;color:#888;font-size:0.9;}
#news .list .grid .s .content .baslik{margin:6px 0 0 0;}
#news .list .grid .s .content .baslik a{font-size:1.3rem;font-family:'montserrat_semibold';color:var(--glob_color1);}
#news .list .grid .s .content .bilgi{margin:10px 0 0 0;}
#news .list .grid .s .content .buton{margin:10px 0 0 0;text-align:left;}
#news .list .grid .s .content .buton a{font-family:'montserrat_semibold';color:var(--glob_color1);}















#newsv .head1{position:relative;z-index:1;padding-top:18%;/*margin:0 0 50px 0;*/}
#newsv .head1:before{
  content:"";position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.6;
}
#newsv .head1 img.back{
  display:block;
  position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;object-fit:cover;
}
#newsv .head1 h1{
  position:absolute;z-index:3;left:50%;bottom:20px;translate:-50% 0;
  padding:0!important;margin:0!important;font-weight:normal;font-size:4.5rem;font-family:'montserrat_bold';letter-spacing:2px;
  color:#fff;
}
@media only screen and (max-width:1200px){
#newsv .head1 h1{font-size:2rem;}
}
@media only screen and (max-width:1000px){
#newsv .head1{padding-top:25%;}
}
@media only screen and (max-width:700px){
#newsv .head1{padding-top:40%;}
#newsv .head1 h1{font-size:1.8rem;}
}
@media only screen and (max-width:500px){
#newsv .head1{padding-top:55%;}
#newsv .head1 h1{font-size:1.1rem;}
}


#newsv{padding:0 0 120px 0;}
#newsv h1.pagetitle{margin:70px 0 50px 0;color:var(--glob_color1);font-size:3rem;}
#newsv .titleimg{margin:0 0 50px 0;text-align:center;}
#newsv .titleimg img{max-width:100%;height:auto;}
#newsv .content{line-height:1.6rem;font-size:1.1rem;}
#newsv .content p{margin:0 0 20px 0;}



