﻿    .d-block {
      height:430px;
  }
    
 .news {
     width:100%;
     height:100%;
     border:2px solid #a1a1a1;
 }
 .news_c
{
     height: 180px; 
     padding: 0px;
 } 
 .more_news {
     height:180px;
     border-bottom:1px solid rgba(171, 171, 171, 0.85);
     margin-bottom:1.5%;
     margin-top:1.5%;
 }
  .more_news p {
      font-size:14px;
  }

.more_news a  {
     color:#44617e;
     font-weight:bold;
     font-size:18px;
 }

 .dean_img {
     width:90%;
     padding:2%;
 }

 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.50);
}

.carousel-item:hover .overlay , .news_c:hover .overlay {
  opacity: 1;
}

.carousel-item:touch .overlay .news_c:touch .overlay{
  opacity: 1;
}

.carousel-caption {
    background-color:rgba(44, 62, 80, 0.80); 
    width:100%;
     font-size:12px; 
}
.cap_text {
    padding: 0px 10px 0px 0px; 
    margin: 0px; 
    text-align: right;
}
.card {
    font-size:13px;
}

.nav-link , .nav-item {
    background-color:transparent;
}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}

 @media only screen and (max-width: 720px) {

  .d-block {
      height:200px;
  }

   .dean_img {
     width:75%;
 }

  }
 i .fa .fa-android {
     color:#44617e;
 }

 



