.elementor-element {
  padding: 0 !important;
}

@font-face {
  font-family: "Averta";

  src: url("../fonts/Averta-Semibold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Averta";

  src: url("../fonts/Averta-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Averta";

  src: url("../fonts/Averta-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

.e-con-inner {
  max-width: 100% !important;

  padding: 0 !important;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.s-content h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}
.s-content p img.aligncenter {
  margin: auto;
}
.s-content p img.alignleft {
  margin-right: auto;
}
.s-content p img.alignright {
  margin-left: auto;
}
.s-content a {
  color: #2f5aae;
  cursor: pointer;
  text-decoration: none;
}
.s-content ul,
.s-content ol {
  list-style: disc;
  padding: 1.25em;
}
.s-content li {
  margin-top: 10px;
}
.s-content ul li {
  margin-left: 1.3em;
}
.s-content strong {
  font-weight: bold;
}
.s-content figure{
    max-width: 100%!important;
}
.s-content i {
  font-style: italic;
}
.s-content table {
  width: 100% !important;
}
.s-content blockquote{
  font-style: italic;
  background: #ebebeb;
  padding: 1rem;
  border-left: 3px solid #1f72c2;
}
.s-content img{
  max-height: 100vh;
  object-fit: contain;
  padding: 0.5rem 0;
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.mb-4 {
  margin-bottom: 1rem;
}
.section-new__detail,
.section-new__cate {
  padding: 1.5rem 0;
}
.slide-new__home {
  padding: 1rem 0 !important;
}
.slide-new__home .swiper-slide {
  height: auto;
}
.item-new {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.item-new .img {
  position: relative;
  display: block;
  padding-top: 66%;
  overflow: hidden;
}
.item-new .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-new .new-content {
  padding: 1rem;
}
.item-new .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.item-new .title:hover,
.item-new .title:focus {
  color: #1454a5;
}
.item-new .new-time {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.item-new .new-time i {
  margin-right: 0.5rem;
}
.item-new .short_content {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 1.125rem;
  overflow: hidden;
  font-size: 1rem;
}
.pagination-new .swiper-pagination-bullet {
  transition: all 0.3s;
}
.pagination-new .swiper-pagination-bullet-active {
  width: 2rem;
  background: #1454a5;
  border-radius: 1rem;
}
.section-new__detail .title-new {
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
.section-new__detail .new-time {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}
.section-new__detail .new-time i {
  margin-right: 0.5rem;
}
.title-new-sidebar {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}
.box-new-sidebar {
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  padding: 1rem;
}
.item-new-sidebar {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  margin: 1rem auto;
}
.item-new-sidebar .image {
  width: 5rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.item-new-sidebar .image .img {
  position: relative;
  display: block;
  padding-top: 100%;
}
.item-new-sidebar .image .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-new-sidebar .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-new-sidebar .new-time {
  font-size: 0.875rem;
  color: #888;
  display: inline-flex;
  align-items: baseline;
  margin-bottom: 0;
}
.item-new-sidebar .new-time i {
  margin-right: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
@media (max-width: 1023px) {
  .mb-mb-4 {
    margin-bottom: 1rem;
  }
  .section-new__detail .title-new {
    font-size: 1.5rem;
  }
  .title-new-sidebar {
    font-size: 1.25rem;
  }
}
