footer{
  background-color: #73b638;
  padding: 5px 0px;
  font-size: 14px;
}
main.pt.pb.programme-temp {
    padding-bottom: 0px;
}
.information > a:hover {
    background: rgb(115, 182, 56);
    transition: 0.5s ease;
}
.box-right-cart-post {
    height: max-content !important;
    padding: 0px 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;

}
.footer-right .information a:hover {
    background: #2170cf;
}
.footer__title{
  font-size: 23px;
font-weight: 500;
color: #2170cf;
margin-bottom: 5px;
}
.footer-left ul li a{
  display: block;
  padding-left:22px;
  position: relative;
}
.footer-left ul li a svg{
  height: 15px;
  fill: #2170cf;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-left img {
	margin-right: 5px;
}
.footer-left p {
	padding-bottom: 0;
}
.footer-left ul li a {
  fill: #2170cf;
  font-size: 15px;
  font-weight: 500;
}
.social ul li{
  margin-left: 16px;
}
.social ul li a img{
  height: 64px;
  width: 64px;
  border-radius: 100%;
}
.fixed-social{
  position: fixed;
  right: 25px;
  bottom: 40px;
}
.fixed-social ul li {
  margin-top: 25px;
}
.fixed-social ul li {
	cursor: pointer
}
.fixed-social ul li img{
  height: 70px;
  width: 70px;
  border-radius: 100%;
  box-shadow: 0 0 0 0 #2196f3;
  animation: zoom 1.3s infinite;
}

/* post */
.post__title{
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: rgb(33, 112, 207);
  text-transform: uppercase;
}
.search-post{
  margin-bottom: 15px !important;
}
.search-post svg{
  position: absolute;
  height: 21px;
  fill: #2170cf;
  left: 16px;
  top: 15px;
}
.search-post input{
  height: 50px;
  background-color: #dbe9fe;
  width: 100%;
  padding: 0px 15px 0px 60px;
  font-size: 16px;
  color: #2170cf;
  border-radius: 9px;
}
.search-post button{
  background-color: #2170cf;
  border-radius: 5px;
  color: white;
  font-size: 17px;
  height: 50px;
  padding: 5px 40px;
  margin-left: 13px;
}

.post-temp .card-list {
  padding: 50px 10px 40px 20px;
}
.post-temp .card-list__title {
  font-size: 28px;
  font-weight: 600;
}
.post-temp .card ul li a {
  padding: 8px 40px;
}
.post-temp .card-list__title {
  padding: 0px 20px;
}
.post-temp  .card__title {
  font-size: 14px;
  color: #fff;
  text-align: left;
  padding-bottom: 5%;
  font-weight: 600;
}
.post-temp .card-content {
  background: linear-gradient(0deg, rgb(33, 112, 207) 0%, rgb(33, 112, 207) 18%, rgba(33, 112, 207, 0) 48%, rgba(255,255,255,0) 63%);
}
.seemore{
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-1deg, rgb(53, 140, 244) 8%, rgb(93 147 208) 22%, rgba(255, 255, 255, 0.5858544101234244) 76%, rgba(255, 255, 255, 0) 90%);
  display: flex;
  align-items: end;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 0px 30px 35px;
}
.post-card{
  border-radius: 40px;
overflow: hidden;
margin-bottom: 30px;
}
.post-content{
  padding: 20px;
background-color: white;
}
.post-content_title{
  color: #2170cf;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}
.post-content .desc p{
  font-size: 14px;
  font-weight: 500;
  color: #2170cf;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes zoom {
    0% {
        transform: scale(.8)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.8);
        box-shadow: 0 0 0 0 transparent
    }
}

.readmore{
  border: 1px solid #2170cf;
  font-weight: 600;
  font-size: 18px;
  font-size: 24px;
  padding: 2px 25px;
  border-radius: 19px;
  display: inline-block;
  color: #2170cf;
margin-top: 20px;
}
.social ul li img {
    width: 40px !important;
    height: 40px !important;

}

.social ul li {
    display: inline-flex;
}

.social ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.footer-left {
    width: 65%;
}

.footer-left p span {
    color: #2170cf !important;
    font-size: 14px;
}
.row.list-news .clm:nth-child(n+4) {
    margin-bottom: 0px !important;
}

@media(max-width:1400px){
.footer-left {
    width: 65% !important;
}
}

@media(max-width:1200px){
    .footer-left {
      width: 65%;
  }
}



@media(max-width:990px){
  .search-post {
    margin-bottom: 10px !important;
  }
	.social {
    display: none;
}
.footer-left {
    width: 100%;
}
}
@media(max-width:767px){
  .login-popup-body-item {
  	width: 350px !important;
  }
    .footer-left {
      width: 100% !important;
  }
}

