.sectioncnews {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.sectioncnews .back-cnt {
    background: url(../img/banner-bg-8.jpg) center center/cover no-repeat;
    position: relative;
    background-attachment: scroll;
    z-index: 1;
    padding: 85px;
    height: 37vh;
}

.sectioncnews .container .section-title-cnews {
    max-width: 780px;
    margin: auto auto 40px auto;
    text-align: center;
}

.sectioncnews .container .section-title-cnews span {
    color: #9a1018;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.sectioncnews .container .section-title-cnews h2 {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.articlesnews {
    padding: 0px 0 20px;
}


.single-article-cnews {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.article-cnews-img {
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}

.article-cnews-img img {
    overflow: hidden;
    width: 100%;
    height: 296px;
    object-fit: cover;
    object-position: center center;
}

.article-cnews-content {
    padding: 30px;
}

.info-cnews-article {
    margin-bottom:20px;
}

.info-cnews-article ul {
  padding-left: 0;
  margin-bottom: 0;
}

.info-cnews-article ul li {
  display: inline-block;
  margin-right: 60px;
  position: relative;
}

.info-cnews-article ul li a {
  transition: all ease 0.5s;
  color: #555555;
  padding-left: 5px;
  text-decoration: none;
}

.info-cnews-article ul li::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 42px;
  background: rgba(196, 196, 196, 0.49);
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.article-cnews-content h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
}

.article-cnews-content h2 a {
  color: #000000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
}

.cnews-cnt {
    width: 1380px;
}


.articlesnews .container .pagination {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 4px;
}

.articlesnews .container .pagination .page-link {
    display: inline-block;
    padding: 8px 16px;
    margin: 2px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #9a1018;
    text-decoration: none;
    cursor: pointer;
}

.articlesnews .container .pagination .page-link.active {
    background-color: #9a1018;
    color: #fff;
}

.articlesnews .container .pagination .page-link:hover {
    background-color: #ddd;
}

.articlesnews .container .pagination .page-link .prev,
.articlesnews .container .pagination .page-link .next {
    background-color: #4CAF50;
    color: white;
}

.articlesnews .container .pagination .page-link .prev:hover,
.articlesnews .container .pagination .page-link .next:hover {
    background-color: #45a049;
}

.sectioncnews .container .shape2 {
    position: absolute;
    right: 100px;
    bottom: 100px;
    -webkit-animation: movebounce2 7s linear infinite;
    animation: movebounce2 7s linear infinite;
}
  
  
@keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(30px); 
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0px); 
        transform: translateX(0px); 
    }
}


@media (max-width: 768px) {
    .contentdetailactual p img{max-width: 100%;height: auto !important;}
    .cnews-cnt {
        margin: auto 0%;
        width: 1340px;
    }
    
    .articlesnews {
        padding: 10px 0px 30px;
    }

    .sectioncnews .container .shape2 {
        display: none;
    }

    .sectionsalle {
        padding: 10px 0;
    }

    .sectioncnews {
        padding-bottom: 5px;
    }

}

@media (max-width: 320px) {
    .sectioncnews .container .section-title-cnews span {
        margin-left: 46px;
    }

    .sectioncnews .container .section-title-cnews {
        margin-left: -30px;
    }
}
