.news-title-section {
  padding: 40px 0;
}

.news-blog-section {
  padding: 60px 0 60px;
  background-color: #dedede;
  color: var(--gray);
}

.news-blog-section .content-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -20px;
}

.news-blog-section .left-col,
.news-blog-section .right-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 25px;
  margin-bottom: 20px;
}

.news-blog-section .left-col {
  display: flex;
  flex-direction: column;
}

.news-blog-section .left-col .link-wrapper {
  margin-bottom: 30px;
}

.news-blog-section .left-col .news-details {
  max-width: 420px;
}

.news-blog-section .left-col h2 {
  font-family: "arialbold";
  margin-bottom: 30px;
}

.news-blog-section .left-col p span {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}

.news-blog-section .left-col p span::before {
  content: "";
  position: absolute;
  top: 3px;
  height: 18px;
  width: 1px;
  left: 0;
  background-color: var(--dark-gray);
}

.news-blog-section .left-col p:not(:last-child) {
  margin-bottom: 20px;
}

.news-blog-section img{
  height: auto;
}
/* news-details-section start */

.news-details-section {
  padding: 60px 0 30px;
  color: var(--gray);
}

.news-details-section .icons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.news-details-section .icons-wrap .icon img {
  height: 30px;
  width: 40px;
}

.news-details-section .icons-wrap .icon img.hover-img,
.news-details-section .icons-wrap .icon:not(.share):hover img.normal-img {
  display: none;
}

.news-details-section .icons-wrap .icon:not(.share):hover img.hover-img {
  display: block;
}

.news-details-section .icons-wrap .icon.share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #555555;
  transition: none;
}

.news-details-section p {
  margin-bottom: 20px;
}

.news-details-section p a {
  color: var(--red);
}

.news-details-section p a:hover {
  color: var(--dark-gray);
}

.news-details-section .inner-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -12px;
}

.news-details-section .content-col,
.news-details-section .img-col {
  padding: 0 25px;
  margin-bottom: 12px;
}

.news-details-section .content-col {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.news-details-section .img-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.news-details-section .img-col .img-inner-wrap {
  height: 310px;
}

.news-details-section .img-col .img-title {
  margin: 15px 0 20px;
  display: block;
}

.news-details-section .inner-row.row-with-img-content {
  margin: 0 -15px -20px;
}

.news-details-section .row-with-img-content .content-col,
.news-details-section .row-with-img-content .img-col {
  padding: 0 15px;
}

.news-details-section .row-with-img-content .content-col {
  flex: 0 0 80%;
  max-width: 80%;
}

.news-details-section .row-with-img-content .img-col {
  flex: 0 0 20%;
  max-width: 20%;
  height: 200px;
}

.news-details-section .img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-details-section ul {
  padding-left: 20px;
}

.news-details-section ul li a {
  color: var(--red);
  word-break: break-all;
}

.news-details-section ul li a:hover {
  color: var(--dark-gray);
}

.news-details-section ul:not(:last-child),
.news-details-section li:not(:last-child) {
  margin-bottom: 8px;
}

.news-details-section li {
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
  color: var(--gray);
}

.news-details-section li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: var(--dark-gray);
}

.news-details-section li > ul li::before {
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid var(--dark-gray);
}

.news-details-section .custom-img {
  max-width: 50%;
}

/* more-news-section style */

.more-news-section {
  overflow: hidden;
  padding: 30px 0 60px;
}

.more-news-section .swiper {
  overflow: visible;
}

.more-news-section .section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.more-news-section .chaney-news-swiper .swiper-img {
  position: relative;
  height: 290px;
  overflow: hidden;
}

.more-news-section .chaney-news-swiper .swiper-img img {
  width: 100%;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.5s;
}

.more-news-section .chaney-news-swiper .swiper-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.more-news-section .chaney-news-swiper .swiper-img .date {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: var(--dark-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
  height: 90px;
  width: 90px;
  padding: 12px;
  flex-wrap: wrap;
  font-family: "arial_blackregular";
}

.more-news-section .chaney-news-swiper .swiper-content {
  color: var(--dark-gray);
  padding-top: 20px;
  font-size: 26px;
  line-height: 1.3;
}

.more-news-section .chaney-news-swiper .swiper-content .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "arial_blackregular";
  line-height: 1.3;
  text-transform: uppercase;
  display: block;
}

.more-news-section .chaney-news-swiper .swiper-content p {
  margin-bottom: 10px;
  overflow: hidden;
  height: 50px;
  font-size: 18px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 530px;
}

.more-news-section .btn-wrap .btn {
  display: none;
}

/* media style */
@media (min-width: 1561px) {
  .news-blog-section .left-col .link-wrapper,
  .news-blog-section .left-col h2 {
    margin-bottom: 40px;
  }

  .news-blog-section .left-col p:not(:last-child) {
    margin-bottom: 30px;
  }

  .news-blog-section .left-col p span {
    padding-left: 10px;
    margin-left: 10px;
  }

  .news-blog-section .left-col p span::before {
    top: 4px;
    height: 24px;
  }

  .news-blog-section .left-col .news-details {
    max-width: 520px;
  }

  /* news-details section style */

  .news-details-section .icons-wrap {
    gap: 40px;
    margin-bottom: 40px;
  }

  .news-details-section .icons-wrap .icon.share {
    gap: 12px;
  }

  .news-details-section .icons-wrap .icon img {
    height: 35px;
    width: 45px;
  }

  .news-details-section p {
    margin-bottom: 30px;
  }

  .news-details-section ul:not(:last-child),
  .news-details-section li:not(:last-child) {
    margin-bottom: 10px;
  }

  .news-details-section ul {
    padding-left: 30px;
  }

  .news-details-section li::before {
    top: 13px;
  }

  .news-details-section .row-with-img-content .img-col {
    height: 250px;
  }

  .news-details-section .inner-row.row-with-img-content {
    margin: 0 -25px -20px;
  }

  .news-details-section .row-with-img-content .content-col,
  .news-details-section .row-with-img-content .img-col {
    padding: 0 25px;
  }

  .news-details-section .img-col .img-inner-wrap {
    height: 350px;
  }

  /* more-news-section style */
  .more-news-section .section-title {
    margin-bottom: 45px;
  }

  .more-news-section .chaney-news-swiper .swiper-content .title,
  .more-news-section .chaney-news-swiper .swiper-content p {
    font-size: 22px;
  }

  .more-news-section .chaney-news-swiper .swiper-content .title {
    margin-bottom: 20px;
  }

  .more-news-section .chaney-news-swiper .swiper-content p {
    margin-bottom: 15px;
  }

  .more-news-section .chaney-news-swiper .swiper-content {
    padding-top: 25px;
  }
}

@media (max-width: 1280px) {
  .news-blog-section .content-row,
  .news-details-section .inner-row {
    margin: 0 -15px -20px;
  }

  .news-blog-section .left-col,
  .news-blog-section .right-col,
  .news-details-section .content-col,
  .news-details-section .img-col {
    padding: 0 15px;
  }

  .news-details-section .row-with-img-content .content-col {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .news-details-section .row-with-img-content .img-col {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .news-details-section .img-col .img-inner-wrap {
    height: 280px;
  }

  /* more-news-section style */
  .more-news-section .section-title {
    margin-bottom: 42px;
  }
}

@media (max-width: 1024px) {
  .news-title-section {
    padding: 25px 0;
  }

  .news-blog-section {
    padding: 40px 0;
  }

  .news-blog-section .left-col p span {
    padding-left: 6px;
    margin-left: 6px;
  }

  .news-blog-section .left-col p span::before {
    height: 16px;
  }

  .news-blog-section .left-col .news-details {
    max-width: 340px;
  }

  .news-blog-section .left-col .link-wrapper,
  .news-blog-section .left-col h2 {
    margin-bottom: 20px;
  }

  .news-blog-section .left-col p:not(:last-child) {
    margin-bottom: 18px;
  }
  
  /* news-details section style */
  .news-details-section p a:hover,
  .news-details-section ul li a:hover {
    color: var(--red);
  }

  .news-details-section {
    padding: 40px 0 20px;
  }

  .news-details-section li::before {
    height: 6px;
    width: 6px;
    top: 7px;
  }

  .news-details-section .img-col .img-inner-wrap {
    height: 215px;
  }

  /* more-news-section style */
  .more-news-section {
    padding: 20px 0 40px;
  }

  .more-news-section .btn-wrap .btn {
    min-width: 150px;
  }
}

@media (max-width: 991px) {
  .news-blog-section .left-col,
  .news-blog-section .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-blog-section .right-col {
    height: auto;
  }

  .news-blog-section .left-col .news-details {
    max-width: 790px;
  }

  .news-blog-section .left-col .link-wrapper,
  .news-blog-section .left-col h2 {
    margin-bottom: 15px;
  }

  .news-blog-section .left-col p:not(:last-child) {
    margin-bottom: 10px;
  }

  .news-details-section .row-with-img-content .content-col {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .news-details-section .row-with-img-content .img-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: 200px;
  }

  /* more-news-section style */
  .more-news-section .section-title {
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
  }

  .more-news-section .section-title h2 {
    margin-bottom: 15px;
    width: 100%;
    padding-right: 60px;
  }

  .more-news-section .chaney-news-swiper .swiper-content .title {
    margin-bottom: 10px;
  }

  .more-news-section .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .more-news-section .btn-wrap .btn {
    display: inline-block;
    margin-top: 25px;
  }

  .more-news-section .chaney-news-swiper .swiper-content .title {
    font-size: 16px;
  }

  .more-news-section .chaney-news-swiper .swiper-content p {
    font-size: 16px;
    height: 35px;
  }

  .more-news-section .chaney-news-swiper .swiper-img .date {
    font-size: 20px;
    height: 70px;
    width: 70px;
  }
}

@media (max-width: 767px) {
  .news-title-section {
    padding: 20px 0;
  }

  .news-blog-section {
    padding: 30px 0;
  }

  .news-blog-section .left-col p span::before {
    height: 14px;
  }

  /* news-details section style */
  .news-details-section {
    padding: 30px 0 30px;
  }

  .news-details-section .icons-wrap .icon.share {
    gap: 6px;
  }

  .news-details-section .icons-wrap .icon img {
    height: 25px;
    width: 35px;
  }

  .news-details-section .icons-wrap {
    gap: 25px;
    margin-bottom: 20px;
  }

  .news-details-section p {
    margin-bottom: 12px;
  }

  .news-details-section .custom-img {
    max-width: 100%;
  }

  .news-details-section .content-col,
  .news-details-section .img-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* more-news-section style */
  .more-news-section {
    padding: 15px 0 30px;
  }

  .more-news-section .chaney-news-swiper .swiper-content .title {
    font-size: 16px;
  }

  .more-news-section .chaney-news-swiper .swiper-img .date {
    font-size: 18px;
    height: 60px;
    width: 60px;
  }

  .news-details-section .row-with-img-content .content-col,
  .news-details-section .row-with-img-content .img-col {
    padding: 0 10px;
  }

  .news-details-section .inner-row.row-with-img-content {
    margin: 0 -10px -20px;
  }
}

@media (max-width: 667px) {
  .news-details-section .row-with-img-content .content-col,
  .news-details-section .row-with-img-content .img-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-details-section .row-with-img-content .img-col {
    height: auto;
  }
}

@media (max-width: 575px) {
  .news-details-section .img-col .img-title {
    margin: 10px 0;
  }

  .news-details-section .inner-row {
    margin-bottom: 0;
  }

  .news-details-section .content-col,
  .news-details-section .img-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .news-details-section .img-col img {
    height: auto;
    object-fit: unset;
  }

  .news-details-section .img-col .img-inner-wrap {
    height: auto;
  }

  .more-news-section .chaney-news-swiper .swiper-img {
    height: 230px;
  }
}
