﻿.breadcrumb-list-module {
  background-color: #fafafa;
}

.breadcrumb-list-module .module-width .path-list {
  padding: 3.6rem 0;
  display: flex;
  align-items: center;
  grid-gap: 1.4rem;
}

.breadcrumb-list-module .module-width .path-list .home-icon > i {
  color: var(--ui-color-primary);
}

.breadcrumb-list-module .module-width .path-list .tag-icon {
  display: flex;
  align-items: center;
}

.breadcrumb-list-module .module-width .path-list .tag-icon > i {
  font-size: 1rem;
}

body[lang=ar] .home-new-list-module .news-list .news-item .news-content .news-btn-box .btn-more {
  transform: scaleX(-1);
}

.home-new-list-module {
  flex-wrap: wrap;
  padding: 10rem 0 8.4rem;
}

.home-new-list-module .title-tag-module {
  margin: 0 0 5.2rem;
}

.home-new-list-module .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5rem;
}

.home-new-list-module .news-list.owl-carousel .owl-dots {
  position: relative;
  margin: 3rem 0 0;
  bottom: 0;
}

.home-new-list-module .news-list.owl-carousel .owl-dots .owl-dot {
  width: 1.6rem;
  height: 1.6rem;
}

.home-new-list-module .news-list.owl-carousel .owl-dots .owl-dot.active {
  width: 1.6rem;
  border-radius: 50%;
}

.home-new-list-module .news-list .owl-stage-outer {
  overflow: hidden;
}

.home-new-list-module .news-list .owl-stage-outer .news-item,
.home-new-list-module .news-list .news-item {
  width: calc((100% - 3rem) / 3);
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
}

.home-new-list-module .news-list .owl-stage-outer .news-item {
  width: 100%;
}

.home-new-list-module .news-list .news-item:hover {
  background: #edeff7;
}

.home-new-list-module .news-list .news-item:hover .news-image .image-circle {
  transform: scale(1);
}

.home-new-list-module .news-list .news-item:hover .news-content .news-text-item .news-title {
  color: var(--ui-color-primary);
}

.home-new-list-module .news-list .news-item:hover .news-content .news-btn-box .btn-add {
  background-color: var(--ui-color-primary);
  color: #fff;
}

.home-new-list-module .news-list .news-item .news-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 630 / 385;
  position: relative;
}

.home-new-list-module .news-list .news-item .news-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-new-list-module .news-list .news-item .news-image .image-circle {
  position: absolute;
  z-index: 2;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  pointer-events: none;
  display: block;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(3);
}

.home-new-list-module .news-list .news-item .news-image .image-circle .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.home-new-list-module .news-list .news-item .news-image .image-circle .circle-box::before {
  content: "";
  display: block;
  padding-top: 100%;
  box-sizing: content-box;
}

.home-new-list-module .news-list .news-item .news-image .image-circle .circle-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1000px solid #edeff7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
}

.home-new-list-module .news-list .news-item .news-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-new-list-module .news-list .news-item .news-content .news-text-item {
  width: 100%;
  display: flex;
  grid-gap: 2.4rem;
  margin: 0 0 5.6rem;
  padding: 3.5rem 3rem 0;
}

.home-new-list-module .news-list .news-item .news-content .news-text-item .news-title {
  font-weight: bold;
  color: #222;
  line-height: 3rem;
  flex: 1;
}

.home-new-list-module .news-list .news-item .news-content .news-text-item .news-time {
  font-weight: 300;
  color: var(--ui-color-primary);
  line-height: 3rem;
}

.home-new-list-module .news-list .news-item .news-content .news-fill {
  width: 100%;
  flex: 1;
}

.home-new-list-module .news-list .news-item .news-content .news-btn-box {
  width: 100%;
  padding: 1rem 3rem;
  position: relative;
  background: #f9f9f9;
}

.home-new-list-module .news-list .news-item .news-content .news-btn-box .btn-more {
  position: relative;
  z-index: 2;
  display: flex;
  grid-gap: 1rem;
  font-weight: 400;
  color: #9f9f9f;
  line-height: 2;
}

.home-new-list-module .news-list .news-item .news-content .news-btn-box .btn-more::before {
  transition: 0.3s ease-in-out;
  content: "\e648";
  color: var(--ui-color-primary);
  font-family: "iconfont" !important;
}

.home-new-list-module .news-list .news-item .news-content .news-btn-box .btn-add {
  position: absolute;
  right: 3rem;
  top: -2rem;
  z-index: 1;
  font-size: var(--f-s-32);
  width: 4rem;
  height: 4rem;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: var(--ui-color-primary);
  justify-content: center;
  border: 0.1rem solid var(--ui-color-primary);
  transition: 0.3s all;
}

.news-type-list-module .news-content-box .content-data-box .data-list .data-item .image-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.news-type-list-module .news-content-box .content-data-box .data-list .data-item .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-details-module {
  flex-wrap: wrap;
}

.news-details-module .details-head {
  width: 100%;
  position: relative;
  min-height: 30rem;
}

.news-details-module .details-head .head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.news-details-module .details-head .head-bg img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-details-module .details-head .head-bg .bg-triangle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  max-width: 135rem;
}

.news-details-module .details-head .head-bg .bg-triangle.triangle-one {
  z-index: 0;
  background: linear-gradient(112deg, rgb(11, 112, 75) 0%, #a6d867 79%);
  clip-path: polygon(0% 0%, 20% 0%, 70% 100%, 0% 100%);
}

.news-details-module .details-head .head-bg .bg-triangle.triangle-two {
  z-index: 0;
  background: linear-gradient(309deg, #a6d867 0%, #0b3dd2 100%);
  clip-path: polygon(0% 0%, 67% 0%, 70% 100%, 0% 100%);
}

.news-details-module .details-head .head-bg .bg-triangle.triangle-three {
  z-index: 0;
  background: rgba(11, 61, 210, 0.52);
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.news-details-module .details-head .head-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 73rem;
  padding: 5rem 0;
}

.news-details-module .details-head .head-content .head-title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 2rem;
}

.news-details-module .details-head .head-content .head-describe {
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 2.5rem;
}

.news-details-module .details-head .head-content .head-time {
  font-weight: 500;
  line-height: 2;
  color: #fff;
}

.news-details-module .details-content {
  width: 100%;
  padding: 7rem 0 10.4rem;
}

.news-details-module .details-content .content-box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 4rem;
}

.news-details-module .details-content .content-box .content-left-item {
  width: 32rem;
}

.news-details-module .details-content .content-box .content-left-item .left-info {
  position: sticky;
  top: 12rem;
  width: 100%;
}

.news-details-module .details-content .content-box .content-left-item .left-info .info-title {
  color: #000;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 2rem;
}

.news-details-module .details-content .content-box .content-left-item .left-info .info-menu-list {
  width: 100%;
  padding: 0 0 0 1rem;
  border-left: 0.1rem solid #e4e4e7;
  margin: 0 0 9rem;
}

.news-details-module .details-content .content-box .content-left-item .left-info .info-menu-list .info-menu-item {
  width: 100%;
  font-weight: 400;
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s all;
  position: relative;
}

.news-details-module .details-content .content-box .content-left-item .left-info .info-menu-list .info-menu-item.active {
  opacity: 1;
}

.news-details-module .details-content .content-box .content-left-item .left-info .info-menu-list .info-menu-item::after {
  content: "";
  top: 0;
  left: -1rem;
  width: 0.1rem;
  height: 100%;
  background-color: #000;
  transition: 0.3s all;
  opacity: 0;
}

.news-details-module .details-content .content-box .content-left-item .left-info .info-menu-list .info-menu-item:hover {
  cursor: pointer;
  color: var(--ui-color-primary);
}

.news-details-module .details-content .content-box .info-content {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  background-color: var(--ui-color-primary);
  padding: 3rem 2.8rem 3rem 3.6rem;
}

.news-details-module .details-content .content-box .info-content .content-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 2.2rem;
}

.news-details-module .details-content .content-box .info-content .content-btn {
  position: relative;
}

.news-details-module .details-content .content-box .info-content .content-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0.1rem;
  bottom: -0.2rem;
  left: 0;
  background-color: #75aa2d;
  transition: 0.3s ease;
}

.news-details-module .details-content .content-box .info-content .content-btn:hover {
  background-color: transparent;
  color: #fff;
}

.news-details-module .details-content .content-box .info-content .content-btn:hover::after {
  width: 100%;
}

.news-details-module .details-content .content-box .info-content .content-btn:hover::before {
  color: #fff;
}

.news-details-module .details-content .content-box .content-center-item {
  flex: 1;
  margin-top: -3.9rem;
}

.news-details-module .details-content .content-box .content-center-item .center-content {
  width: 100%;
  max-width: 100%;
  padding: 0 0 3.4rem;
  border-bottom: 0.2rem solid #e4e4e4;
  margin: 0 0 1.8rem;
}

.news-details-module .details-content .content-box .content-center-item .center-content video {
  height: unset;
}

.news-details-module .details-content .content-box .content-center-item .center-content img {
  max-width: 100%;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item {
  width: 100%;
  display: flex;
  grid-gap: 3rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-text {
  max-width: 100%;
  padding: 0.8rem 0 0;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-text .item-text-title {
  font-weight: bold;
  color: #333;
  margin: 0 0 0.6rem;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-text .item-text-describe {
  font-weight: 400;
  color: #555;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-share {
  width: auto;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-share .share-title {
  color: #555;
  text-align: right;
  font-weight: 500;
  margin: 0 0 1rem;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-share .share-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5rem;
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-share .share-list .share-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #ebebeb;
  font-size: var(--f-s-20);
}

.news-details-module .details-content .content-box .content-center-item .center-info-item .info-item-share .share-list .share-item:hover {
  cursor: pointer;
}

.news-details-module .details-content .content-box .content-right-item {
  width: 36.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.news-details-module .details-content .content-box .content-right-item .right-head {
  width: 100%;
  margin: 0 0 2rem;
}

.news-details-module .details-content .content-box .content-right-item .right-head .right-head-title {
  font-weight: bold;
  color: #333;
  line-height: 2;
}

.news-details-module .details-content .content-box .content-right-item .right-head .right-head-time {
  color: #9f9f9f;
  font-weight: 400;
  line-height: 1.2;
}

.news-details-module .details-content .content-box .content-right-item .right-info {
  flex: 1;
  width: 100%;
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item,
.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box {
  width: 100%;
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box {
  margin: 0 0 6.2rem;
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box .popular-news-title {
  margin: 0 0 2.4rem;
  color: #000;
  font-weight: 400;
  line-height: 2;
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box .popular-news-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.4rem;
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box .popular-news-list .news-item {
  width: 100%;
  position: relative;
  border-left: 0.1rem solid #e4e4e7;
  padding: 0.5rem 0 0 1rem;
  transition: 0.3s ease-in-out;
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box .popular-news-list .news-item:hover {
  border-color: var(--ui-color-primary);
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box .popular-news-list .news-item:hover .news-title {
  transform: translateX(0.4rem);
  color: var(--ui-color-primary);
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box .popular-news-list .news-item .news-tag {
  font-weight: 600;
  color: #222;
  margin: 0 0 0.4rem;
}

.news-details-module .details-content .content-box .content-right-item .right-info .info-item .popular-news-box .popular-news-list .news-item .news-title {
  transition: 0.3s ease-in-out;
  font-weight: 400;
  color: #555;
}

.news-details-module .details-form-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news-details-module .details-form-box .form-image-bg {
  width: 96rem;
  max-width: 50%;
  height: auto;
  aspect-ratio: 960 / 560;
}

.news-details-module .details-form-box .form-content-box {
  flex: 1;
  background: linear-gradient(169deg, #00c5e5 0%, #0b3dd2 50%, #000050 100%);
  padding: 7.5rem 9.2rem 10rem;
}

.news-details-module .details-form-box .form-content-box .content-item {
  width: 100%;
  max-width: 63rem;
}

.news-details-module .details-form-box .form-content-box .content-item .form-title {
  color: #fff;
  font-weight: bold;
  margin: 0 0 1rem;
}

.news-details-module .details-form-box .form-content-box .content-item .form-describe {
  margin: 0 0 4rem;
  font-weight: 400;
  color: #fff;
}

.news-details-module .details-form-box .form-content-box .content-item form {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.1rem 1.6rem;
}

.news-details-module .details-form-box .form-content-box .content-item form .form-item {
  width: calc(50% - 0.8rem);
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1.5rem 1.4rem;
  border-radius: 0;
  grid-gap: 0.5rem;
}

.news-details-module .details-form-box .form-content-box .content-item form .form-item .label-item {
  color: #6b6b6b;
  font-size: var(--f-s-16);
}

.news-details-module .details-form-box .form-content-box .content-item form .form-item .label-item span {
  color: #dc3545;
}

.news-details-module .details-form-box .form-content-box .content-item form .form-item select,
.news-details-module .details-form-box .form-content-box .content-item form .form-item input {
  flex: 1;
  border: none;
  min-height: 100%;
  font-size: var(--f-s-16);
  background: transparent;
}

.news-details-module .details-form-box .form-content-box .content-item form .form-item select:focus,
.news-details-module .details-form-box .form-content-box .content-item form .form-item input:focus {
  outline: none;
  box-shadow: none;
}

.news-details-module .details-form-box .form-content-box .content-item .btn-box {
  width: 100%;
  display: flex;
  grid-gap: 3rem;
  align-items: flex-start;
  margin: 2.1rem 0 0;
}

.news-details-module .details-form-box .form-content-box .content-item .btn-box .btn-notes {
  flex: 1;
  color: #fff;
}

.news-details-module .home-new-list-module {
  padding: 8.9rem 0 16.2rem;
}

.news-details-module .home-new-list-module .title-tag-module .title-tag-width {
  align-items: flex-start;
}

.news-details-module .home-new-list-module .title-tag-module .title-tag-width .subtitle,
.news-details-module .home-new-list-module .title-tag-module .title-tag-width .tag-title-box::after,
.news-details-module .home-new-list-module .title-tag-module .title-tag-width .tag-title-box::before {
  display: none;
}

.news-details-module .home-new-list-module .title-tag-module .title-tag-width .tag-title-box {
  align-items: flex-start;
}

.news-details-module .home-new-list-module .news-list .news-item .news-content .news-text-item {
  padding: 2.4rem 2.4rem 0;
  margin: 0 0 2.4rem;
}

.news-details-module .home-new-list-module .news-list .news-item .news-content .news-btn-box {
  padding: 0.8rem 2.4rem;
}

@media (max-width: 992px) {
  .home-new-list-module {
    padding: 5rem 1.5rem 4rem;
  }

  .home-new-list-module .news-list .owl-stage-outer {
    box-shadow: 0 0 0.4rem #ccc;
  }

  .home-new-list-module .news-list .news-item {
    width: 100%;
  }

  .home-new-list-module .news-list .news-item .news-content .news-text-item {
    flex-wrap: wrap;
  }

  .home-new-list-module .news-list .news-item .news-content .news-text-item .news-title,
  .home-new-list-module .news-list .news-item .news-content .news-text-item .news-time {
    width: 100%;
  }

  .news-details-module .details-content .content-box {
    flex-wrap: wrap;
  }

  .news-details-module .details-content .content-box .content-left-item,
  .news-details-module .details-content .content-box .content-center-item,
  .news-details-module .details-content .content-box .content-right-item {
    width: 100%;
    max-width: 100%;
  }

  .news-details-module .details-form-box .form-image-bg {
    width: 100%;
    max-width: 100%;
  }

  .news-details-module .details-form-box .form-content-box {
    width: 100%;
    padding: 3rem 1.5rem;
  }

  .news-details-module .details-form-box .form-content-box .content-item form .form-item {
    width: 100%;
  }

  .news-details-module .details-form-box .form-content-box .content-item form .form-item .label-item {
    font-size: var(--f-s-14);
  }

  .news-details-module .breadcrumb-list-module .module-width .path-list .path-name:last-child {
    flex: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 768px) {
  .news-type-list-module .news-content-box .content-data-box .data-list .data-item .image-item {
    width: 100%;
  }
}
