.content-news {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 30px;
}
.content-news .left-content-news {
  width: calc(100% - 386px);
  padding-right: 15px;
  word-break: break-word;
}
.content-news .left-content-news .new1 {
  z-index: 1;
  position: relative;
  background: #E5E5E5;
  padding: 20px;
  border-radius: 10px;
}
.content-news .left-content-news .new1 .admin-time {
  display: flex;
  gap: 30px;
}
.content-news .left-content-news .new1 .admin-time p {
  font-weight: 400;
  font-size: 15.29px;
  line-height: 21.85px;
  letter-spacing: 0.11px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.content-news .left-content-news .new1 .text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.25px;
}
.content-news .left-content-news .image-detail {
  margin-top: 20px;
}
.content-news .left-content-news .image-detail img {
  display: block;
  margin: auto;
  max-width: 100%;
  border-radius: 20px;
}
.content-news .left-content-news .new3 {
  margin-top: 20px;
}
.content-news .left-content-news .new3 .btn {
  width: 100%;
  background: #F3F6FB;
  position: relative;
  padding: 12px 45px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: var(--background-main);
  letter-spacing: 0;
  vertical-align: middle;
  border: unset;
  border-radius: 8px 8px 0px 0px;
}
.content-news .left-content-news .new3 .btn:focus {
  outline: unset;
  box-shadow: unset;
}
.content-news .left-content-news .new3 .btn .icon-mucluc {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0%, -50%);
}
.content-news .left-content-news .new3 .btn .icon-mucluc-2 {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
.content-news .left-content-news .new3 .collapsed {
  border-radius: 8px;
}
.content-news .left-content-news .new3 .collapsing {
  border: unset;
}
.content-news .left-content-news .new3 .collapsing .card {
  border: unset;
  padding: 0px;
}
.content-news .left-content-news .new3 .collapsing .card ul {
  list-style-type: none;
}
.content-news .left-content-news .new3 .collapsing .card ul li {
  border-bottom: 1px solid #EFEFEF;
}
.content-news .left-content-news .new3 .collapsing .card ul li a {
  background: #F3F6FB;
  padding: 16px;
  display: block;
  color: #31698E;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.content-news .left-content-news .new3 .collapsing .card ul li a:hover {
  background: #31698E;
  color: #fff;
}
.content-news .left-content-news .new3 .collapsing .card ul li:last-child {
  border-bottom: 1px solid #EFEFEF;
}
.content-news .left-content-news .new3 .collapse {
  border: unset;
}
.content-news .left-content-news .new3 .collapse .card {
  border: unset;
  padding: 0px;
}
.content-news .left-content-news .new3 .collapse .card ul {
  list-style-type: none;
}
.content-news .left-content-news .new3 .collapse .card ul li {
  border-bottom: 1px solid #EFEFEF;
}
.content-news .left-content-news .new3 .collapse .card ul li a {
  background: #F3F6FB;
  padding: 16px;
  display: block;
  color: #31698E;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.content-news .left-content-news .new3 .collapse .card ul li a:hover {
  background: #31698E;
  color: #fff;
}
.content-news .left-content-news .new3 .collapse .card ul li:last-child {
  border-bottom: 1px solid #EFEFEF;
}
.content-news .left-content-news .new4 {
  padding: 0px;
  margin-top: 20px;
}
.content-news .right-content-news {
  width: 386px;
}
.content-news .right-content-news .title-other-news {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: var(--background-main);
  margin-bottom: 0px;
}
.content-news .right-content-news .other_news {
  margin-top: 15px;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 15px;
}
.content-news .right-content-news .other_news .item-new {
  display: flex;
}
.content-news .right-content-news .other_news .item-new .left-item {
  width: 116px;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 5px;
}
.content-news .right-content-news .other_news .item-new .left-item img {
  max-width: 100%;
  border-radius: 5px;
  transition: transform 0.4s ease;
}
.content-news .right-content-news .other_news .item-new .right-new {
  width: calc(100% - 116px);
  padding-left: 12px;
}
.content-news .right-content-news .other_news .item-new .right-new p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--color-main);
}
.content-news .right-content-news .other_news .item-new:hover .left-item img {
  transform: scale(1.1);
}
.content-news .right-content-news .other_news .item-new:hover .right-new p {
  color: var(--background-main);
}
.content-news .right-content-news .image-right {
  margin-top: 20px;
  border-radius: 12px;
}
.content-news .right-content-news .image-right img {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 900px) {
  .content-news {
    display: grid;
    gap: 20px;
  }
  .content-news .left-content-news {
    width: 100%;
    padding-right: 0px;
  }
  .content-news .right-content-news {
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .tour-home3 .tour-home-swiper3 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .tour-home3 .swiper-button-next {
    display: none !important;
  }
  .tour-home3 .swiper-button-prev {
    display: none !important;
  }
  .tour-home3 .item-1 {
    padding: 0px;
    box-shadow: unset;
  }
}
.ck-content .nd-page p, .ck-content .nd-page span {
  font-family: var(--font-1), sans-serif !important;
}
