.template-front-blog-show .section-news .news-sidebar {
  max-width: 320px;
  min-width: 320px;
  height: -moz-fit-content;
  height: fit-content;
  background: #E5DCCE;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news .news-sidebar {
    max-width: 100%;
    min-width: 100%;
    margin-left: unset;
  }
}
.template-front-blog-show .section-news .news-sidebar header {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.template-front-blog-show .section-news .news-sidebar header h3 {
  text-transform: uppercase;
  color: #937035;
  font-size: 16px;
  font-weight: 800;
}
.template-front-blog-show .section-news .news-sidebar .category-list {
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.template-front-blog-show .section-news .news-sidebar .category-list .category-item {
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1019607843);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 0 15px;
  color: #666 !important;
}
.template-front-blog-show .section-news .news-sidebar .category-list .category-item:hover {
  background: rgba(214, 180, 121, 0.2509803922);
  color: #2A2F38 !important;
}
.template-front-blog-show .section-news .news-sidebar .content-list {
  margin: 0;
}
.template-front-blog-show .section-news .news-sidebar .content-list hr {
  height: 1px;
  opacity: 0.25;
  border-top: 1px solid #C9A05A;
}
.template-front-blog-show .section-news .news-sidebar .content-list hr:last-child {
  display: none;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list {
  display: flex;
  padding: 20px 20px 15px;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .number-position {
  font-family: "Inter", sans-serif;
  min-width: 60px;
  display: flex;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .number-position h3 {
  width: 40px;
  display: flex;
  position: relative;
  justify-content: center;
  height: 56px;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .number-position h3 span {
  color: #937035;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: -moz-fit-content;
  height: fit-content;
  text-transform: uppercase;
  z-index: 1;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .number-position h3 i {
  width: 40px;
  height: 20px;
  opacity: 0.5;
  background: #D6B479;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .icon {
  display: flex;
  margin-right: 20px;
  min-width: 70px;
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
  border-radius: 10px;
  justify-content: center;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .icon img {
  width: auto;
  height: 70px;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .content {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list .content .title {
  color: #2A2F38;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 768px) {
  .template-front-blog-show .section-news .news-sidebar .content-list .item-list .content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
  }
}
.template-front-blog-show .section-news .news-sidebar .content-list .item-list:hover {
  background: rgba(214, 180, 121, 0.2509803922);
}
.template-front-blog-show .section-news .news-sidebar.bg-white {
  background-color: #fff;
  border: 1px solid #C1C1C1;
}
.template-front-blog-show .section-news .news-sidebar.bg-white header {
  border-bottom: 1px solid #C1C1C1;
}
.template-front-blog-show .section-news .news-sidebar.bg-white header h3 {
  color: #2A2F38;
}
.template-front-blog-show .section-news .news-sidebar.bg-white .content-list hr {
  opacity: 1;
  border-top: 1px solid #C1C1C1;
}
.template-front-blog-show .section-news .news-sidebar.bg-white .content-list .item-list .number-position h3 span {
  color: #937035;
}
.template-front-blog-show .section-news .news-sidebar.bg-white .content-list .item-list .number-position h3 i {
  opacity: 0.5;
  background: #D6B479;
}
.template-front-blog-show .section-news .news-sidebar.bg-white .content-list .item-list .title {
  color: #2A2F38;
}
.template-front-blog-show .section-news .news-sidebar.bg-white .content-list .item-list:hover {
  background: rgba(214, 180, 121, 0.2509803922);
}
.template-front-blog-show .section-news--container .news-main {
  position: relative;
  width: 100%;
}
.template-front-blog-show .section-news--container .news-main--flex-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
  display: block;
  width: 100%;
  max-width: 360px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1299px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    max-width: 330px;
  }
}
@media (max-width: 1073px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    max-width: 310px;
  }
}
@media (max-width: 1022px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    max-width: 275px;
  }
}
@media (max-width: 908px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    max-width: 260px;
  }
}
@media (max-width: 863px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    max-width: 250px;
  }
}
@media (max-width: 833px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    max-width: 240px;
  }
}
@media (max-width: 803px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card {
    display: grid;
    max-width: 100%;
  }
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card:not(:last-child) {
    margin-bottom: 20px;
  }
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(2), .template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(3), .template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(n+7) {
    display: none;
  }
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-6:nth-child(n+4) {
    display: none;
  }
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: auto;
  max-width: 360px;
  height: 220px;
  max-height: 220px;
  border-radius: 10px;
}
@media (max-width: 1099px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image {
    height: 180px;
    max-height: 180px;
  }
}
@media (max-width: 1022px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image {
    height: 160px;
    max-height: 160px;
  }
}
@media (max-width: 863px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image {
    height: 140px;
    max-height: 140px;
  }
}
@media (max-width: 803px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image {
    height: 120px;
    max-height: 120px;
  }
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image {
    max-width: 100%;
    height: 100%;
    max-height: 230px;
  }
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image img {
  align-self: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card--image img {
    width: 100%;
    height: 230px;
  }
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--description {
  width: 100%;
  position: relative;
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card--description {
    display: grid;
  }
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--description .d-flex {
  justify-content: flex-start;
  gap: 5px;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--description .d-flex .category-tag {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1019607843);
  color: #666;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 15px;
  margin: 0 0 10px 0;
  white-space: nowrap;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--description .title {
  color: #2A2F38;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--description .intro {
  display: none;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card--description .intro.show {
  display: block;
  margin-top: 10px;
  color: #2A2F38;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(n+4) {
  padding-left: 20px;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(n+4) .link-card--image {
  display: none;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(n+4) .link-card--description .category-tag {
  display: none;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(n+4) .link-card--description .title {
  font-size: 16px;
  font-weight: 600;
  display: list-item;
  list-style: square;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-12:nth-child(n+4) .link-card--description .intro {
  display: none;
}
.template-front-blog-show .section-news--container .news-main--flex-3 .link-card.mobile-6:nth-child(n+4) {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card:hover .link-card--image {
    border: 2px solid #D6B479 !important;
    box-shadow: 0 5px 10px 0 rgba(147, 112, 53, 0.4980392157);
  }
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card:hover .link-card--description .title {
    color: #D6B479;
    text-decoration-line: underline;
    text-underline-offset: 3px;
  }
  .template-front-blog-show .section-news--container .news-main--flex-3 .link-card:hover .link-card--description .intro {
    color: #D6B479;
    text-decoration-line: underline;
    text-underline-offset: 3px;
  }
}
.template-front-blog-show.box#news .section-news .content {
  padding: 0;
}
.template-front-blog-show.box#news .section-news--container {
  padding: 0;
}
.template-front-blog-show.box#news .section-news--container header {
  display: none;
}
.template-front-blog-show.box#news .section-news--container .news-main--flex-3 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
  max-width: 345px;
}
@media (max-width: 1299px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 315px;
  }
}
@media (max-width: 1073px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 300px;
  }
}
@media (max-width: 1022px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 260px;
  }
}
@media (max-width: 908px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 245px;
  }
}
@media (max-width: 863px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 235px;
  }
}
@media (max-width: 833px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 225px;
  }
}
@media (max-width: 803px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card {
    max-width: 100%;
  }
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card:not(:last-child) {
    margin-bottom: 20px;
  }
}
.template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card--image {
  max-width: 360px;
}
@media (max-width: 767px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card--image {
    max-width: 100%;
  }
}
.template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card--image img {
  width: 100%;
}
@media (max-width: 767px) {
  .template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card--image img {
    width: 100%;
  }
}
.template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card--description {
  width: 100%;
}
.template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card--description .d-flex {
  gap: 5px;
  max-width: 360px;
}
.template-front-blog-show.box#news .section-news--container .news-main--flex-3 .link-card--description .title {
  font-weight: 400;
}
@media (max-width: 767px) {
  .template-front-blog-show.box#news .section-news--container .footer {
    margin-top: 30px;
  }
  .template-front-blog-show.box#news .section-news--container .footer a.btn.btn-footer {
    margin: 0 20px;
  }
}
.template-front-blog-show.box#news .section-news .news-sidebar.bg-white {
  border: unset;
}
.template-front-blog-show.box#news .section-news .news-sidebar.bg-white .content-list hr {
  display: none;
}
.template-front-blog-show .by-ticker .news-main--flex-3 {
  flex-wrap: initial;
  -moz-column-gap: initial;
       column-gap: initial;
}
.template-front-blog-show .section-news--container header {
  margin-bottom: 30px;
}
.template-front-blog-show .section-news--container header .flex-gap {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container header .flex-gap {
    gap: 15px;
  }
}
.template-front-blog-show .section-news--container header .flex-gap h2 {
  display: flex;
  position: relative;
  height: 36px;
  color: #2A2F38;
  white-space: nowrap;
}
.template-front-blog-show .section-news--container header .flex-gap h2 a {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -2px;
  align-items: center;
  display: flex;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container header .flex-gap h2 a {
    font-size: 32px;
  }
}
.template-front-blog-show .section-news--container header .flex-gap h2 a.hidden {
  display: none;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container header .flex-gap h2 a.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .template-front-blog-show .section-news--container header .flex-gap h2 a.mobile {
    display: none;
  }
}
.template-front-blog-show .section-news--container header .flex-gap h2 i {
  width: 105%;
  height: 10px;
  opacity: 0.8;
  background: #D6B479;
  position: absolute;
  bottom: 3px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.template-front-blog-show .section-news--container header .flex-gap h2:hover a {
  transform: scale(1.02);
}
.template-front-blog-show .section-news--container header .flex-gap h2:hover i {
  transform: scale(1.01);
}
.template-front-blog-show .section-news--container header .d-flex {
  gap: 10px;
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-header {
  height: 40px;
  border-radius: 100px;
  white-space: nowrap;
  color: #2A2F38;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 20px;
  align-items: center;
  border: 1px solid rgba(42, 47, 56, 0);
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-header.active {
  border: 1px solid rgba(214, 180, 121, 0.7137254902);
  color: #D6B479;
  background: #2A2F38;
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-header:hover:not(.active) {
  border: 1px solid #c1c1c1;
  color: #2A2F38;
  background: rgba(42, 47, 56, 0.1019607843);
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-title.see-more {
  display: flex;
  height: 40px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  align-items: center;
  transition: all 0.6s linear;
  text-transform: uppercase;
  margin-bottom: -3px;
  color: #2A2F38;
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-title.see-more:hover {
  transition: all 0.6s linear;
  color: #D6B479;
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-title.see-more svg {
  color: #D6B479;
  margin-left: 5px;
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-title.see-more:hover svg {
  transform: translateX(3px);
}
.template-front-blog-show .section-news--container header .d-flex .btn.btn-title.see-more.hidden {
  display: none;
}
.template-front-blog-show .section-news--container header .d-flex:last-child {
  width: 100%;
  justify-content: flex-end;
}
.template-front-blog-show .section-news--container header.hidden {
  display: none;
}
.template-front-blog-show .section-news--container .footer {
  display: flex;
  width: 100%;
  margin-top: 50px;
}
.template-front-blog-show .section-news--container .footer hr {
  width: 100%;
  height: 1px;
  align-self: center;
  margin-right: 20px;
  border-top: 1px solid #C1C1C1;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container .footer {
    width: 100%;
    padding-bottom: 20px;
  }
  .template-front-blog-show .section-news--container .footer hr {
    display: none;
  }
}
.template-front-blog-show .section-news--container .footer .btn.btn-footer {
  height: 50px;
  border-radius: 100px;
  border: 1px solid #C1C1C1;
  white-space: nowrap;
  color: #2A2F38;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 35px;
  align-items: center;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container .footer .btn.btn-footer {
    width: 100%;
    justify-content: center;
  }
}
.template-front-blog-show .section-news--container .footer .btn.btn-footer:hover {
  border: 1px solid #D6B479;
  background: #D6B479;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.0980392157);
}
.template-front-blog-show .section-news--container .footer.footer-icon {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.template-front-blog-show .section-news--container .footer.footer-icon .btn-footer, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more {
  justify-content: center;
  font-style: normal;
  font-size: 14px;
  line-height: 39px;
  margin: 40px 0 0;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  font-weight: 700;
  border-radius: 50px;
  height: 50px;
  padding: 0 100px;
  white-space: nowrap;
}
.template-front-blog-show .section-news--container .footer.footer-icon .btn-footer svg, .template-front-blog-show .section-news--container .footer.footer-icon .btn-footer i, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more svg, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more i {
  margin-left: 10px;
  transform: translateX(0);
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news--container .footer.footer-icon .btn-footer svg, .template-front-blog-show .section-news--container .footer.footer-icon .btn-footer i, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more svg, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more i {
    display: none;
  }
}
.template-front-blog-show .section-news--container .footer.footer-icon .btn-footer:hover, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more:hover {
  box-shadow: 0 0 6px -3px #777;
  transition: all 0.6s linear !important;
  color: #ffffff;
  background: #a38c65;
  border-color: #a38c65;
}
.template-front-blog-show .section-news--container .footer.footer-icon .btn-footer:hover svg, .template-front-blog-show .section-news--container .footer.footer-icon .btn-footer:hover i, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more:hover svg, .template-front-blog-show .section-news--container .footer.footer-icon .section-ranking--more:hover i {
  color: #ffffff;
  transform: translateX(10px);
}
.template-front-blog-show .section-news--container .footer.footer-icon.hidden {
  display: none;
}
.template-front-blog-show .section-news.bg-white header .flex-gap h2 a {
  color: #2a2f38;
}
.template-front-blog-show header.page-subheader h2 {
  text-align: left;
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  opacity: 1;
  padding: 20px 0;
}
.template-front-blog-show .section-news-post {
  padding: 50px 0 0;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post {
    padding: 24px 0 50px;
  }
}
.template-front-blog-show .section-news-post--container {
  width: 100%;
}
.template-front-blog-show .section-news-post--container .news-main:first-child {
  display: grid;
  grid-template-areas: "header header" "article sidebar" "components sidebar";
  -moz-column-gap: 40px;
       column-gap: 40px;
  position: relative;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main:first-child {
    display: flex;
    flex-direction: column;
  }
}
.template-front-blog-show .section-news-post--container .news-main .news-container {
  width: 100%;
  display: block;
  position: relative;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header {
  color: #2A2F38;
  font-style: normal;
  line-height: normal;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header h1.title {
  font-size: 37px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-header h1.title {
    font-size: 24px;
  }
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header h2.sub-title {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info {
    flex-direction: column;
    gap: 10px;
  }
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .publisher {
  display: flex;
  gap: 1rem;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .publisher .user-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .publisher .user-icon img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .publisher .info {
  display: flex;
  flex-direction: column;
  color: #95979C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: center;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .publisher .info {
    font-size: 12px;
  }
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .publisher .info a {
  color: #2A2F38;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-self: center;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .social .social-item {
  display: flex;
  width: 30px;
  height: 30px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .social .social-item img {
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-header .news-info .social .social-item:hover {
  transform: scale(1.1);
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body {
  position: relative;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body--image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 420px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1300px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-body--image {
    min-width: 796px;
    max-width: 796px;
  }
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-body--image {
    max-height: 230px;
  }
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body--image figure {
  max-width: 100%;
  height: calc(100% - 20px);
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body--image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body--image figure figcaption {
  color: #2A2F38;
  font: italic smaller sans-serif;
  padding: 5px;
  width: 100%;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content {
  margin-top: 2.5rem;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * {
  color: #2A2F38;
  font-style: normal;
  word-break: break-word;
  margin-block-start: 0;
  margin-block-end: 1.3em;
  font-family: "Nunito", sans-serif !important;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * a {
  text-decoration: underline;
  font-weight: bold;
  transition: all 0.2s linear;
  color: #a38c65;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * a b, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * a i, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * a strong, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * a small, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * a p, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content:not(h1, h2, h3, h4, h5, h6) * a span {
  color: #a38c65;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content > * {
  margin-bottom: 1rem;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content > * br {
  margin-bottom: -2rem;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content ol {
  margin-left: 28px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content ul {
  list-style: disc;
  padding-left: 2.8rem;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content ul li {
  margin-block-end: 0.3em;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content ul li * {
  margin-block-end: 0;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content h1, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content h2, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content h3, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content h4, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content h5, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content h6 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content span.background-space {
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content span.background-space {
    padding-top: 5%;
  }
}
@media (max-width: 450px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content span.background-space {
    padding-top: 10%;
  }
}
@media (max-width: 400px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content span.background-space {
    padding-top: 15%;
  }
}
@media (max-width: 352px) {
  .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content span.background-space {
    padding-top: 25%;
  }
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content img, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content amp-img, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content iframe, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content amp-iframe {
  max-width: 100%;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content figure img {
  margin-bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 10px 10px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content figure figcaption {
  color: #2A2F38;
  font: italic smaller sans-serif;
  padding: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content table.table-bordered td, .template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content table.table-bordered th {
  border: 1px solid #dee2e6;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content table tr td {
  border-top: 1px solid #dee2e6;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-body.old-news .news-body--content table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-tags {
  padding: 32px 0 0 0;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-tags h2 {
  color: #2A2F38;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-tags .tags {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-tags .tags .tag-item {
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 0 15px;
  border: 1px solid #C1C1C1;
  color: #95979C;
  font-style: normal;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-tags .tags .tag-item.hidden {
  display: none;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-tags .tags .tag-item i, .template-front-blog-show .section-news-post--container .news-main .news-container .news-tags .tags .tag-item svg {
  align-self: center;
  transform: scaleX(-1);
}
.template-front-blog-show .section-news-post--container .news-main .news-container .news-tags .tags .tag-item:hover {
  border: 1px solid #D6B479;
  background: #FDFCFA;
  color: #D6B479 !important;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .section-news {
  padding: 20px 0 80px 0;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .section-news header .flex-gap h2 {
  height: 24px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .section-news header .flex-gap h2 a {
  font-size: 24px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .section-news header .flex-gap h2 span {
  font-size: 24px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .section-news header .flex-gap h2 i {
  display: none;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .section-news div.news-main div.news-main--flex-3 a.link-card:nth-child(n+3) {
  margin-top: 20px;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .section-news div.footer hr {
  display: none;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .footer {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.template-front-blog-show .section-news-post--container .news-main .section-news.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: unset;
  row-gap: 20px;
}
.template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
  max-width: 380px;
}
@media (max-width: 1299px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 330px;
  }
}
@media (max-width: 1073px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 310px;
  }
}
@media (max-width: 1022px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 265px;
  }
}
@media (max-width: 950px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 250px;
  }
}
@media (max-width: 908px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 240px;
  }
}
@media (max-width: 891px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 225px;
  }
}
@media (max-width: 863px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 210px;
  }
}
@media (max-width: 833px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card {
    display: grid;
    max-width: 100%;
  }
}
@media (max-width: 1099px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card--image {
    max-height: 180px;
  }
}
@media (max-width: 1022px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card--image {
    max-height: 160px;
  }
}
@media (max-width: 863px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card--image {
    max-height: 140px;
  }
}
@media (max-width: 803px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card--image {
    max-height: 120px;
  }
}
@media (max-width: 767px) {
  .template-front-blog-show .section-news-post--container .news-main--flex-3 .link-card--image {
    max-width: 100%;
    max-height: 220px;
  }
}
.template-front-blog-show .section-news-post--container .d-flex {
  display: flex;
}
.template-front-blog-show .section-news-post--container .container {
  padding: 0 !important;
}
.template-front-blog-show .section-news-post--container .news-main .news-container .footer.hidden {
  display: none;
}
.template-front-blog-show .section-news-post .hidden {
  display: none !important;
}
.template-front-blog-show .news-box-fundamentalist {
  background: #FFFFFF;
  color: #2A2F38;
  position: relative;
  padding: 32px 0 0 0;
}
.template-front-blog-show .name-ticker {
  width: 300px;
  height: 75px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .template-front-blog-show .name-ticker {
    max-width: 100%;
    height: 81px;
    margin-left: 7px;
  }
}
.template-front-blog-show .name-indicators .label {
  color: #D3B583;
}
.template-front-blog-show .news-box-fundamentalist #header .action .logo {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: -15px;
  margin-top: -15px;
  margin-left: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 767px) {
  .template-front-blog-show .news-box-fundamentalist #header .action .logo {
    margin-top: -5px;
  }
}
.template-front-blog-show .content-fundamentalist .name-indicators h4 {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
}
.template-front-blog-show #header {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.template-front-blog-show .content-fundamentalist #header {
  padding-left: 100px;
  width: 760px;
}
@media (max-width: 767px) {
  .template-front-blog-show .content-fundamentalist #header {
    padding-left: 29px;
    max-width: 100%;
  }
}
.template-front-blog-show .action {
  display: flex;
}
@media (max-width: 767px) {
  .template-front-blog-show .action {
    max-width: 100%;
  }
}
.template-front-blog-show .news-box-fundamentalist #header .action .logo img {
  width: 80%;
}
.template-front-blog-show .content-fundamentalist {
  background: #2A2F38;
  color: #FFFFFF;
  width: 796px;
  height: 259px;
  top: 90px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .template-front-blog-show .content-fundamentalist {
    max-width: 100%;
    height: 359px;
  }
}
.template-front-blog-show .content-fundamentalist .action {
  margin-top: 40px;
  width: 190px;
  height: 50px;
}
@media (max-width: 767px) {
  .template-front-blog-show .content-fundamentalist .action {
    width: 50%;
  }
}
.template-front-blog-show .button-see-all {
  border: 1px solid #D0D0D0;
  width: 177px;
  height: 29px;
  top: 302px;
  left: 308px;
  border-radius: 20px;
  text-align: center;
  margin: 0px auto;
  color: #95979C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.template-front-blog-show .button-see-all a {
  color: #95979C;
}
.template-front-blog-show .logo i {
  zoom: 2.5;
  height: 32px;
  width: 32px;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--header {
  display: flex;
  gap: 12px;
  position: relative;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--header .card-fundamentalist--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  padding: 8px;
  background-color: white;
  margin-left: 18px;
  top: 22.5px;
  position: relative;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--header .card-fundamentalist--logo i {
  zoom: 2;
  height: 32px;
  width: 32px;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--header .card-fundamentalist--logo img {
  width: 100%;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--header .card-fundamentalist--label {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--header .card-fundamentalist--label h2 {
  color: #2A2F38;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--header .card-fundamentalist--label small {
  color: #2A2F38;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--content {
  padding: 48px 89px 20px;
  border-radius: 5px;
  background: #2a2f38;
}
@media screen and (max-width: 867px) {
  .template-front-blog-show .card-fundamentalist .card-fundamentalist--content {
    padding: 48px;
  }
}
@media screen and (max-width: 500px) {
  .template-front-blog-show .card-fundamentalist .card-fundamentalist--content {
    padding: 40px 30px 30px;
  }
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--content .card-fundamentalist--indicators {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 904px) {
  .template-front-blog-show .card-fundamentalist .card-fundamentalist--content .card-fundamentalist--indicators {
    grid-template-columns: repeat(2, 1fr);
  }
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--content .card-fundamentalist--indicators .card-fundamentalist--indicator .card-fundamentalist--indicator-label {
  color: #D3B583;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 9px;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--content .card-fundamentalist--indicators .card-fundamentalist--indicator .card-fundamentalist--indicator-label .card-fundamentalist--indicator-icon {
  color: white;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--content .card-fundamentalist--indicators .card-fundamentalist--indicator .card-fundamentalist--indicator-value {
  margin-top: 6px;
  color: #FFF;
  font-family: Nunito;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--content .card-fundamentalist--footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-front-blog-show .card-fundamentalist .card-fundamentalist--content .card-fundamentalist--footer .card-fundamentalist--see-more {
  margin-top: 40px;
  color: #f0f0f0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #b2b4ba;
  opacity: 0.5;
  padding: 10px;
}
