.keshiou-news-read .news-read-nav {
  color: #fff;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 21px;
  padding: 34px 0 68px 0;
  text-transform: capitalize;
}
.keshiou-news-read .news-read-nav span {
  font-weight: 700;
}
.keshiou-news-read .news-fixed {
  position: fixed;
  right: 10px;
  top: 120px;
  z-index: 9;
  background: #232323;
}
.news-read-con {
  display: flex;
  padding-bottom: 140px;
}
.news-read-con .news-left {
  width: calc(100% - 389px);
  padding-right: 36px;
}
.news-read-con .news-left .newstitle h1 {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-title-size);
  font-style: var(--font-style);
  font-weight: var(--font-title-weight);
  line-height: 69px;
  text-transform: capitalize;
}
.news-read-con .news-left .newsdate {
  color: var(--primary-color);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 24px;
}
.news-read-con .news-left .newscon {
  padding-top: 35px;
}

.news-read-con .news-left .newscon *{
  color: #fff !important;
  line-height: 1.4 !important;
}
.news-read-con .news-left .newscon *:not(:last-child) {
  margin-bottom: 15px;
}
.news-read-con .news-left .newscon p {
  min-height: 1rem;
}
.news-read-con .news-left .newscon p span {
  color: var(--text-color) !important;
}
.news-read-con .news-right {
  width: 389px;
}
.news-read-con .news-right .pos-sticky {
  position: sticky;
  top: 120px;
}
.news-read-con .news-right .right-list {
  border-radius: 4px;
  background: #232323;
  padding: 37px 24px;
}
.news-read-con .news-right .right-list .righttitle {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: var(--font-desc-title-size);
  font-style: var(--font-style);
  font-weight: var(--font-title-weight);
  line-height: 36px;
  margin-bottom: 30px;
}
.news-read-con .news-right .right-list .rightcon .recomnews {
  display: flex;
  margin-bottom: 20px;
}
.news-read-con .news-right .right-list .rightcon .recomnews:last-child {
  margin-bottom: 0;
}
.news-read-con .news-right .right-list .rightcon .recomnews .recomnews-img {
  width: 116px;
  height: 80px;
}
.news-read-con .news-right .right-list .rightcon .recomnews .recomnews-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-read-con .news-right .right-list .rightcon .recomnews .recomnews-con {
  width: calc(100% - 116px);
  padding-left: 14px;
}
.news-read-con .news-right .right-list .rightcon .recomnews .recomnews-con p {
  color: #666;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
}
.news-read-con .news-right .right-list .rightcon .recomnews .recomnews-con h3 {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-read-con .news-right .right-list .rightcon .recomnews:hover p {
  color: var(--text-color);
  font-weight: 600;
}
.news-read-con .news-right .right-list .rightcon .recomnews:hover h3 {
  color: var(--primary-color);
  font-weight: 600;
}
.news-read-con .news-right .contact-con {
  margin-top: 24px;
}
.news-read-con .news-right .contact-con .contact-title {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 20px;
  font-style: var(--font-style);
  font-weight: var(--font-title-weight);
  line-height: 30px; /* 150% */
}
.news-read-con .news-right .contact-con .contact-desc {
  color: var(--text-color);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 24px;
}
.news-read-con .news-right .contact-con .contact-form {
  padding-top: 23px;
}
.news-read-con .news-right .contact-con .contact-form div {
  padding: 0;
  margin: 0;
}
.news-read-con .news-right .contact-con .contact-form form {
  gap: 16px;
}
.news-read-con .news-right .contact-con .contact-form .inqury_title_box {
  display: none;
}
.news-read-con .news-right .contact-con .contact-form .input-label {
  display: none;
}
.news-read-con .news-right .contact-con .contact-form .one-line-input {
  border-radius: 4px !important;
  background: #323232 !important;
  border: none;
  color: var(--text-color);
}
.news-read-con
  .news-right
  .contact-con
  .contact-form
  .one-line-input::placeholder {
  color: rgba(102, 102, 102, 0.6);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 21px; /* 150% */
  text-transform: capitalize;
}
.news-read-con .news-right .contact-con .contact-form .inqury_submit {
  width: 100%;
  border-radius: 4px !important;
  background: var(--second-color) !important;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: var(--font-style);
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
}
.news-read-con .news-right .contact-con .contact-form .char-count {
  display: none;
}

@media screen and (max-width: 1280px) {
  .news-read-con .news-left .newstitle h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  .news-read-con .news-left .newstitle h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .news-read-con
    .news-right
    .right-list
    .rightcon
    .recomnews
    .recomnews-con
    h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news-read-con .news-left {
    width: calc(100% - 300px);
  }
  .news-read-con .news-left .newstitle h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .news-read-con .news-right {
    width: 300px;
  }
  .news-read-con .news-right .right-list .rightcon .recomnews .recomnews-img {
    width: 90px;
  }
  .news-read-con .news-right .right-list .rightcon .recomnews .recomnews-con {
    width: calc(100% - 90px);
  }
  .news-read-con .news-right .right-list .rightcon .recomnews .recomnews-con p {
    list-style: 14px;
  }
  .news-read-con
    .news-right
    .right-list
    .rightcon
    .recomnews
    .recomnews-con
    h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .keshiou-news-read .news-read-nav {
    padding: 34px 0 50px 0;
  }
  .news-read-con {
    flex-direction: column;
    padding: 0;
  }
  .news-read-con .news-left,
  .news-read-con .news-right {
    width: 100%;
  }
  .news-read-con .news-left {
    padding: 0;
  }
  .news-read-con .news-left .newstitle h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .news-read-con .news-left .newscon {
    padding-bottom: 20px;
  }
  .news-read-con .news-right {
    margin-bottom: 50px;
  }
  .news-read-con .news-right .right-list {
    padding: 20px;
  }
}

@media screen and (max-width: 552px) {
  body {
    background-color: #101012 !important;
  }
  .keshiou-news-read .news-read-nav {
    padding: 15px 0px;
  }
  .news-read-con .news-left .newstitle h2 {
    text-align: center;
    font-size: 22px;
  }
  .news-read-con .news-left .newsdate {
    font-size: 14px;
    font-weight: 350;
    color: #7e7e7e;
    text-align: center;
  }
   
  .news-read-con .news-left .newscon p,.news-read-con .news-left .newscon span, .news-read-con .news-left .newscon  div {
    font-size: 12px;
  }

  .news-read-con .news-right .right-list {
    background: transparent;
  }

  .news-read-con .news-right .contact-con .contact-form .one-line-input {
    background-color: #fff !important;
  }
}
