.news{
    margin-bottom: 50px;
    margin: auto;
    width: 100%;
    max-width: 1440px;
}


.section-info{
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}


.section-info > .right a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; 
    background: linear-gradient(to right, #7c8ffc, #599956, #1f681b); 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text; 
    font-size: 14px ;
}
.section-info > .right a > img{
    width: 10px;
}


.section-info > .left{
    position: relative;
}
.section-info > .left > h2{
    color: #2D4B77;
    font-size: 32px;
    font-weight: 700;
}
.section-info > .left > span{
    position: absolute;
    bottom: -10px;
    background: #FFBA00;
    height: 4px;
    width: 80px;

}
.section-info > .left > span:last-child{
    position: absolute;
    bottom: -2px;
    background: #FFBA00;
    height: 4px;
    width: 150px;
}


.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    box-shadow: 0 5px 8px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    width: 450px;
}

.news-card:hover {
    transition: 0.3s ease;
    box-shadow: 0 16px 38px rgba(0,0,0,0.18);
}



.news-imgbox {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-imgbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 20px;
}




.news-body {
    padding: 15px;
}


.title-row {
    margin-bottom: 12px;
}

.title-icon {
    width: 22px;
    height: 22px;
}

.news-body .title {
    text-align: left !important;
    margin-top: 10px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    transition: all .1s;
    line-height: 1.4;
    color: #004080;
}

.news-card:hover  .title{
    color: #0059b3; 
    transition: all .1s;

}
.block_news_card-right_title{
    color: #0059b3; 
    transition: all .1s;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px !important;
}



.bottom-row {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.bottom-row .date {
    font-size: 14px;
    color: #64748b;
}

.more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    background: #004080;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease;
}

.more-btn img {
    width: 15px;
    filter: brightness(0) invert(1);
    transition: 0.3s ease;
}





.title-icon {
    font-size: 30px;  
    color: #004080;      
    margin-left: -10px;
    margin-right: 10px;
    margin-top: -10px;
    transition: all .1s;
}

.news-card:hover  .title-icon{
    color: #0059b3; 
    transition: all .1s;
    transform: scale(1.05);

}



.block_news{
    display: flex;
}
.block_news_card-left h4, .block_news_card-left p{
    color: #11456B;
}


.block_news_card-left h4{
    color: #11456B;
    font-weight: 600;
    margin: 15px 0;
}

.block_news_card-left .time{
    color: #11456B;
    font-weight: 600;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #FFBA00;
}
.block_news_card-left .time span:first-child{
    padding-bottom: 3px;

}
.block_news_card-left .time span:last-child img{
    width: 20px;
    height: 20px;
    font-size: 19px !important;
}
.block_news_card-left .time span:last-child{
    font-size: 14px !important;
    color: #6D6C6D;
    font-weight: 700;

}

.block_news_card-left img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}


.block_news_card-left .img-box img{
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.img-box{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    flex-wrap: wrap;
}

.his-img{
    width: 100%;
    height: 600px  !important;
    margin-bottom: 20px;
    object-fit: cover;
    flex-wrap: wrap;
}

.img-box .news-img{
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin: 5px;
}

.mx-auto button{
    border: none;
    background: none;
    color: #004080;

}
.tab-active{
    font-weight: 600;
}

.tab-active {
    border-bottom-color: #1e3a8a;
    background-color: #e5e7eb;
  }
  
  .tab-btn {
    transition: all 0.3s ease;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #1e3a8a;
  }
  
  .swiper-pagination-bullet-active {
    background: #1e3a8a;
  }

#video{
display: none;
}


.block_news_card-left p{
    width: 100%;
    font-size: 17px;
}
.block_news_card-right{
    padding: 0 25px;
    margin: 0 auto;
}

.block_news_card-right h6{
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.block_news_card-right .card{
    margin: 10px auto;
    margin-top: 0;
    height: 300px;
    transition: all .3s;
}
.block_news_card-right .card:hover{
    transition: all .3s;
    box-shadow: 0 0 15px #6D6C6D,0 0 45px #c2c1c2;
}


.block_news_card-right .card .news-img{
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 6px;
}  


/* GRID */
.news-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}




.news_card{
    display: flex;
    flex-wrap: wrap;
    margin: 10px !important;
    justify-content: space-evenly;
}


.news_card .card .news-img{
    width: 100% !important;
    height: 210px !important;
    border-radius: 6px;
    object-fit: cover;
}

.card{
    width: 400px;
    border: 1px solid #ebebeb;
    box-shadow:  0 0 15px #cfcfcf;
    text-decoration: none;
    padding-bottom: 10px;
    border-radius: 20px;
}
.card-r{
   width: 320px !important; 
}

.card > .title{
    padding: 10px;
    margin: 10px  3px;
    font-size: 14px;
    color: #1b3557;
    font-weight: 600;
}

.card > p:last-child{
    font-size: 14px;
    color: #1b3557;
    display: flex;
    justify-content: space-between;
    margin:0 10px;
    margin-top: 20px;
}

.card > p > span:first-child, .card > p > span:last-child{
    color: #797979;
}

.card > p > span:last-child img{
    width: 16px;
}



