
.news_banner h2{top: 0; right: 0; bottom: 0;left: 0;margin: auto; align-items: center;justify-content: center;display: flex;font-size: 10vw;font-weight: bold;color: rgba(255, 255, 255, 0.4);}

.breadcrumb{bottom: 0;z-index: 999;background: none}
.breadcrumb-item.active{color:#fff;}

.card{border-radius: 1rem;height: 480px;overflow: hidden;}
/*.card-img-top{border-radius: 1rem;}*/
.card-body{overflow: hidden;}
.card-body p{height: 50px;overflow: hidden;}
.card img{transition:transform 0.2s linear 0s;}
/*.card:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}*/
.card{transition: all .2s;}
.card:hover{box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);transform: translate3d(0,-10px,0);} 
