.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color: transparent!important;
    border-color: transparent!important;
    display: none;
}
a{
    text-decoration: none;
    color: black;
}
#page .row{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 20px;
    margin: 60px;
    padding-left: 0px;
}
.card-news{
    width: 420px;
  height: 463px;    
  padding: 10px 10px 15px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 32px 64px 0 rgba(140, 136, 150, 0.3);
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-group-item-heading span{
    display: flex;
    width: 396px;
    height: 50px;
    margin: 15px 2px 15px;
    font-family: Gravity;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #17029a;
}
.list-group-item-text p{
    width: 396px;
    height: 105px;
    font-family: Gravity;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    display: flex;
}
.header-menu-logo{
    display: flex;
}
.header-menu-list ul{
    display: flex;
}
.footerImageSize{
    width: 26px;
    height: 26px;
    margin: 11px 30px 23px 0;
    object-fit: contain;
}

  
  
  .dropdown,.dropdown2 {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content,.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 1000;
    border: 1px solid rgba(0,0,0,.15);
    float: left;
    min-width: 160px;
    padding: 5px 0;
    transform: translate(0px, 15px);
    border-radius: 4px;
    font-size: 14px;
  }
  
  .dropdown-content a, .dropdown-content2 a {
    color: #032231!important;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover,.dropdown2 a:hover {background-color: #ddd;}
  
  .show {display: block;}

  .header-image span{
    width: 169px;
    height: 46px;
    font-family: Gravity;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    color: #fafafa;
  }
  .header-list ul li a,.dropbtn,.dropbtn2{
    font-family: Gravity;
    font-size: 14px;
    font-weight: bold;
    color: #fafafa;
    background-color: transparent;
    border: none;
    cursor: pointer;
  } 
.search-input{
    display: flex;
    top: 100%;
    left: 80%!important;
}
body > div.container > nav > ul > li.current-page.active,#previous-page.active,#next-page.active{
    width: 40px;
    height: 40px;
    background-color: #1e2875;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
body > div.container > nav > ul > li.current-page.active > a,#previous-page.active>a,#next-page.active>a{
    color: white;
}
body > div.container > nav > ul > li.current-page,#previous-page,#next-page{
    border-radius: 4px;
    background-color: #f8f8f8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body > div.container > nav > ul > li.current-page > a , #previous-page > a,#next-page>a{
    color: #1e2875;
}
.date-card{
    font-family: Gravity;
    font-size: 12px;
    color: #797a84!important;
    margin-top: 5px;
}
.portal{
    padding: 1px 14px;
    object-fit: contain;
    border-radius: 12.5px;
    background-color: rgba(255, 41, 0, 0.08);
}
.sticky {
    background-color: #032231 !important;
    transition: 0.6 sn;
  }
  .right-later{
    width: 28px;
    height: 20px;
    object-fit: contain;
  }
  .list-group{
    margin-bottom: 30px;
}    
body > div.col-xl-12.p-5 > nav,body > div.col-xl-12 > nav{
    display: contents;
}
.pagination{
    display: flex!important;
}
  @media screen and (min-width: 768px) and (max-width: 1024px){
    .header{
        display: none!important;
    }
    #page .row{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    body > div:nth-child(4){
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .list-group{
        margin-bottom: 20px;
    }
    .footerImageSize{
        margin: 2px 10px 23px 0;
    }
    .card-news{
        width: auto;
        height: auto;
    }
    .card-images img{
        width: 630px;
        height: 310px;
    }
    .list-group-item-text p{
        width: 630px;
    }
    .list-group-item-heading span{
        width: auto;
    }
  }
  @media (min-width: 320px) and (max-width: 767px){
    .header{
        display: none!important;
    }
    #page .row{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    body > div:nth-child(4){
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 20px!important;
    }
    .list-group{
        margin-bottom: 20px;
    }
    .currentNav{
        margin-left: 0px!important;
        margin-bottom: 0px;
    }
    .footerImageSize{
        margin: 2px 10px 23px 0;
    }
    .card-news{
        width: 362px;
        height: auto;
    }
    .card-images img{
        width: 350px;
        height: 210px;
    }
    .list-group-item-text p{
        width: 350px;
    }
    .list-group-item-heading span{
        width: auto;
    }
  }