@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.d-block {
  display: block;
}

.archive-post {
  margin-top: 50px;
}
.archive-post ._cate_title {
  line-height: 26px;
  font-weight: 500;
  color: #143e8e;
  margin-bottom: 10px;
}
.archive-post ._cate_title {
  font-size: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post ._cate_title {
    line-height: 20px;
    font-weight: 700;
  }
  .archive-post ._cate_title {
    font-size: 1rem;
  }
}
.archive-post #category {
  margin-bottom: 20px;
  height: 45px;
  padding-left: 10px;
  border-radius: 8px;
  border: 1px solid #143e8e;
  width: 100%;
  max-width: 440px;
  color: #143e8e;
  -webkit-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22%2F%3E%3C%2Fsvg%3E") no-repeat right center;
  background-size: 12px;
  background-position: right 10px center;
}
.archive-post .post-inner {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.archive-post .post-inner {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .post-inner {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .post-inner .section-title {
    text-align: center;
  }
}
.archive-post .post-inner .post-left {
  flex: 0 0 calc(70% - 15px);
  max-width: calc(70% - 15px);
  flex: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .post-inner .post-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.archive-post .post-inner .post-right {
  flex: 0 0 calc(30% - 15px);
  max-width: calc(30% - 15px);
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .post-inner .post-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .post-inner .post-right {
    display: none;
  }
}
.archive-post .post-inner .post-right .sidebar-title {
  padding: 60px 0 10px;
  margin: 0 0 0px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  color: #191716;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.archive-post .post-inner .post-right .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.archive-post .post-inner .post-right .sidebar-inner .sidebar {
  margin-bottom: 0;
}
.archive-post .post-inner .post-right .sidebar-inner .sidebar:last-child {
  margin-bottom: 0;
}

.grid-posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.grid-posts {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.grid-posts {
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .grid-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-posts-dv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-posts-dv {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
.grid-posts-dv {
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .grid-posts-dv {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .grid-posts-dv {
    grid-template-columns: repeat(1, 1fr);
  }
}

nav.nav-pagination .pagination li {
  border: 1px solid #c1b5ab;
  border-radius: 4px !important;
}
nav.nav-pagination .pagination li:hover {
  background: #143e8e;
  color: #ffffff;
}
nav.nav-pagination .pagination li.current {
  background: #143e8e;
  color: #ffffff;
}
.sidebar-form {
  background: #143e8e;
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .sidebar-form {
    display: none;
  }
}
.sidebar-form .sidebar-title {
  color: #ffffff;
}
.sidebar-form .form-desc {
  color: #ffffff;
  margin-bottom: 10px;
}
.sidebar-form .form-desc a {
  color: #054bcb;
}
.sidebar-form form .form-name,
.sidebar-form form .form-phone,
.sidebar-form form .form-email,
.sidebar-form form .form-message {
  margin-bottom: 15px;
}
.sidebar-form form [type=text],
.sidebar-form form [type=password],
.sidebar-form form [type=date],
.sidebar-form form [type=datetime],
.sidebar-form form [type=datetime-local],
.sidebar-form form [type=month],
.sidebar-form form [type=week],
.sidebar-form form [type=email],
.sidebar-form form [type=number],
.sidebar-form form [type=search],
.sidebar-form form [type=tel],
.sidebar-form form [type=time],
.sidebar-form form [type=url],
.sidebar-form form [type=color] {
  width: 100%;
  height: 50px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1019607843);
  font-weight: 700;
  border-radius: 8px;
  padding: 0 10px;
}
.sidebar-form form input::-webkit-input-placeholder {
  color: #bababa;
  font-weight: 400;
}
.sidebar-form form input::placeholder {
  color: #bababa;
  font-weight: 400;
}
.sidebar-form form .form-submit {
  position: relative;
  display: block;
  text-align: right;
}
.sidebar-form form .form-submit::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #ffffff;
  line-height: 26px;
  font-weight: 700;
}
.sidebar-form form .form-submit::after {
  font-size: 1.25rem;
}
.sidebar-form form .form-submit input {
  border-radius: 30px;
  padding: 12px 55px 12px 25px;
  background: red;
  color: #ffffff;
  line-height: 26px;
  font-weight: 700;
  box-shadow: unset;
  border: unset;
}
.sidebar-form form .form-submit input {
  font-size: 1.25rem;
}
.sidebar-form form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-80%, -50%);
  margin: 0;
}
.sidebar-form form .wpcf7-response-output {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1019607843);
}

.sidebar-posts .sidebar-title {
  color: #143e8e;
  margin-bottom: 20px !important;
}
.sidebar-posts .sidebar-content .news-list article.item {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.sidebar-posts .sidebar-content .news-list article.item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.sidebar-posts .sidebar-content .news-list article.item a.d-block {
  flex: 0 0 auto;
  width: 35%;
}
.sidebar-posts .sidebar-content .news-list article.item a.d-block .cover {
  border-radius: 4px;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content {
  flex: 1 1 0;
  padding-left: 10px;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .terms {
  display: none;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .h6 {
  font-size: 18px;
  line-height: 1.3em;
  text-transform: none;
  margin: 0px 0 2px 0;
  transition: all 0.3s ease;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .excerpt {
  display: none;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .ltx-date-big {
  color: #191716;
  font-size: 13px;
  opacity: 0.6;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .ltx-post-headline {
  font-size: 14px;
  line-height: 1.9em;
  font-weight: 400;
  margin-top: 10px;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .ltx-post-headline .ltx-comments {
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  transition: all 0.3s ease;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .ltx-post-headline .ltx-comments::before {
  content: "\f086";
  position: relative;
  color: #9c2330;
  font-size: 13px;
  font-weight: 600;
  top: 0;
  margin-right: 8px;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .ltx-post-headline .ltx-icon-fav {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.5s ease;
}
.sidebar-posts .sidebar-content .news-list article.item .cover-content .ltx-post-headline .ltx-icon-fav::before {
  content: "\f06e";
  position: relative;
  color: #9c2330;
  font-size: 13px;
  font-weight: 500;
  top: 0;
  margin-right: 8px;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
}
.sidebar-posts .product-categories {
  margin-top: -10px;
  padding-bottom: 0px;
  margin-left: 15px;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-posts .product-categories li {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}
.sidebar-posts .product-categories li::after {
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: -15px;
  right: 0;
  bottom: 0;
}
.sidebar-posts .product-categories li a {
  padding: 6px 0 12px;
  display: inline-block;
  color: #191716;
  line-height: 1.4em;
  transition: color 0.5s ease;
}
.sidebar-posts .product-categories li a::before {
  content: "•";
  font-size: 20px;
  font-weight: 100;
  margin-left: -15px;
  margin-right: 10px;
  top: 0px;
  display: inline-block;
  position: relative;
  color: #9c2330;
}

.sidebar-banner .sidebar-inner .banner-item {
  position: relative;
  margin-bottom: 15px;
  transition: 0.4s;
}
.sidebar-banner .sidebar-inner .banner-item ._images {
  width: 100%;
  height: 100%;
}
.sidebar-banner .sidebar-inner .banner-item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-banner .sidebar-inner .banner-item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.sidebar-banner .sidebar-inner .banner-item:last-child {
  margin-bottom: 0;
}
.sidebar-banner .sidebar-inner .banner-item:hover {
  transform: translateY(-5px);
}

.section.singular.sinlge-post .singular-post-inner {
  display: flex;
  position: relative;
  margin-top: 60px;
}
.section.singular.sinlge-post .post-inner {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.section.singular.sinlge-post .post-inner {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.sinlge-post .post-inner {
    flex-flow: row wrap;
  }
}
.section.singular.sinlge-post .post-inner .post-left {
  flex: 0 0 calc(70% - 15px);
  max-width: calc(70% - 15px);
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.sinlge-post .post-inner .post-left .col-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 20px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user {
  display: flex;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .author_name {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .author_name i {
  font-weight: 400;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .author_name::before {
  content: "";
  position: absolute;
  background: #2b2b2b;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .post-date {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .post-date i {
  font-weight: 400;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .post-date::before {
  content: "";
  position: absolute;
  background: #2b2b2b;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .time_read {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title .all_time_user .time_read i {
  font-weight: 400;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  color: #2d2d2d !important;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  justify-content: center;
  color: #bbb;
  line-height: 1.4;
  font-size: 14px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta span {
  margin-right: 10px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta > div {
  color: #828c83;
  display: flex;
  align-items: center;
  line-height: 1;
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
  margin-right: 10px;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta > div:last-child {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta > div i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #101210;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta > div i {
  width: 1rem;
  height: 1rem;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta ._author {
  text-transform: capitalize;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta ._date {
    border-right: unset;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .col-content .content-title ._meta ._time {
    display: none;
  }
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content strong {
  font-weight: 500;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content .mce-toc > h2 {
  display: none;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content .mce-toc > ul {
  display: none;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content h1, .section.singular.sinlge-post .post-inner .post-left .col-content .content .h1 {
  font-size: 1.875rem;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content h2, .section.singular.sinlge-post .post-inner .post-left .col-content .content .h2 {
  font-size: 1.5625rem;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content h3, .section.singular.sinlge-post .post-inner .post-left .col-content .content .h3 {
  font-size: 1.25rem;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content h4, .section.singular.sinlge-post .post-inner .post-left .col-content .content .h4 {
  font-size: 1.125rem;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  line-height: 37px;
  font-weight: 800;
  color: #054bcb;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .col-content .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    line-height: 24px;
    font-weight: 500;
  }
  .section.singular.sinlge-post .post-inner .post-left .col-content .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 1.125rem;
  }
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) b {
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .col-content .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) b {
    font-weight: 500;
  }
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content #ez-toc-container {
  width: 100%;
  background: #ffffff;
  border: 1px solid #8d7659;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content #ez-toc-container p.ez-toc-title {
  color: #054bcb;
  font-weight: 600;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content #ez-toc-container .ez-toc-icon-toggle-span svg {
  fill: #054bcb;
  color: #054bcb;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .content #ez-toc-container a {
  color: #054bcb;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .sharing-toolbox {
  padding-right: 0;
  margin: 20px 0;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .sharing-toolbox .social-share ul.share-actions {
  flex-direction: unset;
  justify-content: center;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .sharing-toolbox .social-share ul.share-actions {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.sinlge-post .post-inner .post-left .col-content .sharing-toolbox .social-share ul.share-actions > li.share-action {
  margin-bottom: 0;
}
.section.singular.sinlge-post .post-inner .post-left .hashtags {
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links i {
  margin-right: 20px;
  font-style: normal;
}
.section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links i::before {
  content: "Từ khoá:";
  font-family: "Inter", sans-serif;
  line-height: 21px;
  font-weight: 500;
  color: #000914;
}
.section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links i::before {
  font-size: 0.875rem;
}
.section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #efefef;
  color: #2a3645;
  line-height: 21px;
  font-weight: 500;
}
.section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links a {
  font-size: 0.875rem;
}
.section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links a:hover {
  background: #143e8e;
  color: #ffffff;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area {
  border: 1px solid #dbe1e9;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area {
    padding: 12px;
    border-radius: 12px;
  }
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comments-title {
  font-family: "Inter", sans-serif;
  color: #000914;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comments-title span {
  font-weight: 400;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .fs-16.medium.block {
  font-weight: 700;
  color: #000914;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .no-icons {
  color: #718093;
  text-align: center;
  margin-bottom: 0;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .no-icons {
  font-size: 2.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .no-icons {
    font-size: 1.5rem;
  }
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .no-comments {
  color: #2a3645;
  text-align: center;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond .comment-reply-title,
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond ._label_title,
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond .comment-notes {
  display: none;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .comment-form-comment,
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .form-submit {
  flex: 0 0 100%;
  max-width: 100%;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .comment-form-author,
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .comment-form-email {
  flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .comment-form-author,
  .section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .comment-form-email {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form textarea {
  background: #f6f9ff;
  border-radius: 8px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 21px;
  font-style: italic;
  border: unset;
  width: 100%;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form textarea {
  font-size: 0.875rem;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form input#author {
  line-height: 21px;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background: #f6f9ff;
  border-radius: 8px;
  width: 100%;
  border: unset;
  height: 45px;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form input#author {
  font-size: 0.875rem;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form input#email {
  line-height: 21px;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  background: #f6f9ff;
  border-radius: 8px;
  width: 100%;
  border: unset;
  height: 45px;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form input#email {
  font-size: 0.875rem;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .form-submit {
  text-align: center;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .form-submit button {
  padding: 15px 25px;
  background: #054bcb;
  border: unset;
  box-shadow: unset;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 600;
  transition: 0.4s;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-respond form .form-submit button:hover {
  background: #143e8e;
  transform: translateY(-5px);
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding-top: 15px;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-avatar {
  border-radius: 100%;
  overflow: hidden;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info span {
  display: block;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-author {
  text-transform: capitalize;
  font-weight: 600;
  color: #000914;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-author {
  font-size: 0.875rem;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-meta .comment-info .comment-date {
  font-size: 0.75rem;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-content {
  flex: 0 0 100%;
  max-width: 100%;
}
.section.singular.sinlge-post .post-inner .post-left .wp-comments-area.comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  flex: 0 0 100%;
  max-width: 100%;
}
.section.singular.sinlge-post .post-inner .post-right {
  flex: 0 0 calc(30% - 15px);
  max-width: calc(30% - 15px);
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.singular.sinlge-post .post-inner .post-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.singular.sinlge-post .post-inner .post-right {
    display: none;
  }
}

.sidebar-col-post {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.sidebar-col-post .title-sidebar {
  margin-bottom: 20px;
  color: #054bcb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}
.sidebar-col-post .footer-news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar-col-post .footer-news-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-col-post .footer-news-item > a {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sidebar-col-post .footer-news-item > a .footer-news-thumbnail {
  width: 120px;
  border-radius: 5px;
}
.sidebar-col-post .footer-news-item > a .footer-news-thumbnail img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 5px;
}
.sidebar-col-post .footer-news-item > a .content_news_footer {
  width: calc(100% - 120px - 10px);
}
.sidebar-col-post .footer-news-item > a .content_news_footer .footer-news-title {
  font-size: 16px;
  color: #292929;
  font-weight: 600;
  line-height: 1.5;
}
.sidebar-col-post .footer-news-item > a .content_news_footer .footer-news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .sidebar-col-post .footer-news-item > a .content_news_footer .footer-news-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.sidebar-col-post-form {
  border: 1px solid #dddddd;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background: #143e8e;
  padding: 20px;
  border-radius: 8px;
}
.sidebar-col-post-form .title-post-form {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 25px;
  width: -webkit-fit-content;
  width: fit-content;
}
.sidebar-col-post-form .title-post-form::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #ddd;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .cell_form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  color: #fff;
  height: 40px;
  font-size: 15px;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .cell_form input::-webkit-input-placeholder {
  color: #fff;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .cell_form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  color: #fff;
  height: 40px;
  font-size: 15px;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .cell_form textarea::-webkit-input-placeholder {
  color: #fff;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .button_tuvan {
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .button_tuvan input {
  border: 1px solid #ddd;
  background: #006ef1;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px 45px 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .button_tuvan .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-col-post-form form .all_form_dktv_index .all_cell_form .button_tuvan i {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.section-related-post-term .related-posts-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1058823529);
  border-top: 2px solid rgba(0, 0, 0, 0.1058823529);
  margin: 40px 0;
  padding: 30px 0;
}
.section-related-post-term .related-posts-nav .prev-post {
  width: calc(50% - 40px);
}
.section-related-post-term .related-posts-nav .prev-post a {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 90%;
  -webkit-padding-start: 55px;
          padding-inline-start: 55px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  color: #333333;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post-term .related-posts-nav .prev-post a {
    -webkit-padding-start: 35px;
            padding-inline-start: 35px;
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
  }
}
.section-related-post-term .related-posts-nav .prev-post a .icon_post_prev {
  inset-inline-start: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post-term .related-posts-nav .prev-post a .content_post_prev .nav-title {
    display: none;
  }
}
.section-related-post-term .related-posts-nav .next-post {
  width: calc(50% - 40px);
}
.section-related-post-term .related-posts-nav .next-post a {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 90%;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 55px;
          padding-inline-end: 55px;
  color: #333333;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post-term .related-posts-nav .next-post a {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
    -webkit-padding-end: 35px;
            padding-inline-end: 35px;
    text-align: right;
  }
}
.section-related-post-term .related-posts-nav .next-post a .icon_post_prev {
  inset-inline-end: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post-term .related-posts-nav .next-post a .content_post_prev .nav-title {
    display: none;
  }
}
.section-related-post-term .related-posts-nav .all-posts-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.section-related-post-term .related-posts-nav .all-posts-icon i {
  font-weight: 300;
}
.section-related-post-term .related-posts-nav .icon_post_prev {
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1058823529);
  border-radius: 50%;
  color: #333;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post-term .related-posts-nav .icon_post_prev {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    font-size: 12px;
  }
}
.section-related-post-term .related-posts-nav .content_post_prev {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 13px;
}
.section-related-post-term .related-posts-nav .content_post_prev .nav-label {
  display: block;
  color: #bbb;
}

.section-related-post {
  padding-top: 60px;
  padding-bottom: 40px;
}
.section-related-post .related-title {
  position: relative;
  color: #054bcb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: fit-content;
}
.section-related-post .related-title::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #054bcb;
  left: 0;
  bottom: 0;
}
.section-related-post .news-list .item {
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
}
.section-related-post .news-list .item .cover {
  border-radius: 5px;
}
.section-related-post .news-list .item .cover img {
  border-radius: 5px;
}
.section-related-post .news-list .item .cover-content {
  padding: 10px;
}
.section-related-post .news-list .item .cover-content h3.h6 {
  color: #0433bf;
  font-size: 20px;
  font-weight: 700;
  min-height: 56px;
}
.section-related-post .news-list .item .cover-content h3.h6 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-related-post .news-list .item .cover-content h3.h6 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-related-post .news-list .item .cover-content .excerpt {
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 10px;
  text-align: justify;
}
.section-related-post .news-list .item .cover-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 4) {
  .section-related-post .news-list .item .cover-content .excerpt {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-related-post .news-list .item .cover-content .all_category_date {
  display: flex;
  align-items: center;
  color: #0433bf;
  font-weight: 700;
  font-size: 14px;
}
.section-related-post .news-list .item .cover-content .terms {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
.section-related-post .news-list .item .cover-content .terms::before {
  content: "";
  position: absolute;
  background: #0040ff;
  width: 1px;
  height: 50%;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}
.section-related-post .news-list .item .cover-content .terms a {
  color: #0433bf;
  font-weight: 700;
}
.section-related-post .news-list .swiper-container .w-swiper {
  width: 95%;
  margin: auto;
  padding-bottom: 30px;
}
.section-related-post .news-list .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .news-list .swiper-container .swiper-slide {
    width: 100%;
  }
}
.section-related-post .news-list .swiper-container .swiper-controls .swiper-button {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .news-list .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.section-related-post .news-list .swiper-container .swiper-controls .swiper-button::before {
  background: #fff;
  opacity: 1;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  color: #000;
}
.section-related-post .news-list .swiper-container .swiper-controls .swiper-button-prev {
  left: 0;
}
.section-related-post .news-list .swiper-container .swiper-controls .swiper-button-prev::before {
  content: "\f060";
}
.section-related-post .news-list .swiper-container .swiper-controls .swiper-button-next {
  right: 0;
}
.section-related-post .news-list .swiper-container .swiper-controls .swiper-button-next::before {
  content: "\f061";
}
.section-related-post .news-list .swiper-container .swiper-pagination {
  bottom: 0;
}
.section-related-post .news-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.siebar-search {
  border: 0 none;
  padding: 50px 35px;
  background-color: #9c2330;
  background-image: url("../img/meat_BG_lines_big-02.png?v=udmq052");
  background-position: 50% 50%;
}
.siebar-search .inline-search form {
  position: relative;
}
.siebar-search .inline-search form input {
  width: 100%;
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.8);
  padding: 22px 26px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none !important;
  border-radius: 48px;
  background-clip: border-box;
  font-weight: 400;
  transition: all 0.3s ease;
}
.siebar-search .inline-search form button {
  background-color: transparent !important;
  overflow: hidden;
  color: #191716;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 48px;
  background-clip: border-box;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 0px;
  top: 0px;
  font-size: 20px;
  z-index: 1;
  transition: all 0.3s ease;
  padding: 0 0 0 2px;
  border: 0;
  position: absolute;
}

.siebar-about-company {
  margin-bottom: 0;
}
.siebar-about-company .widget-about-company .img-about-company {
  margin: 0 0 20px 0;
}
.siebar-about-company .widget-about-company .desc-about-company {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
}
.siebar-about-company .widget-about-company .link-about-company {
  position: relative;
  overflow: hidden;
  padding: 16px 54px 16px 38px;
  line-height: 1.4em;
  min-width: 145px;
  font-size: 16px;
  border-radius: 50px;
  background: #9c2330;
  color: #fff;
  font-weight: 600;
  width: -webkit-fit-content;
  width: fit-content;
}
.siebar-about-company .widget-about-company .link-about-company a {
  color: #fff;
}
.siebar-about-company .widget-about-company .link-about-company::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10%;
  font-size: 34px;
  width: 34px;
  height: 30px;
  line-height: 30px;
  font-weight: 200;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.siebar-about-company .widget-about-company .link-about-company .sline {
  display: block;
  position: absolute;
  border-radius: 0px;
  background-clip: border-box;
  transition: width 0.25s ease-out;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
}
.siebar-about-company .widget-about-company .link-about-company:hover .sline {
  width: 100%;
  background: #191716;
  z-index: 1;
}
.siebar-about-company .widget-about-company .link-about-company:hover::before {
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
  z-index: 2;
}
.siebar-about-company .widget-about-company .link-about-company:hover span:nth-child(1) {
  color: #fff;
  z-index: 2;
  position: relative;
}

.sidebar-post_tag .post-tags {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar-post_tag .post-tags li a {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 600;
  display: inline-block;
  padding: 7px 30px;
  margin-bottom: 10px;
  margin-right: 4px;
  border-radius: 48px;
  background-clip: border-box;
  transition: all 0.3s ease;
  background-color: #bda881;
  color: #fff;
}
.sidebar-post_tag .post-tags li a:hover {
  background-color: #191716;
  color: #fff;
}

.posts_shortcode {
  margin-top: 15px;
}
.posts_shortcode .posts_shortcode_inner ._images {
  width: auto;
  height: 80px;
  margin: 0 auto 20px;
}
.posts_shortcode .posts_shortcode_inner ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.posts_shortcode .posts_shortcode_inner ._title {
  line-height: 37px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  color: #143e8e;
}
.posts_shortcode .posts_shortcode_inner ._title {
  font-size: 1.5rem;
}
@media only screen and (max-width: 47.99875rem) {
  .posts_shortcode .posts_shortcode_inner ._title {
    font-size: 1.25rem;
  }
}
.posts_shortcode .posts_shortcode_inner ._desc {
  color: #143e8e;
  text-align: center;
}
.posts_shortcode .posts_shortcode_inner ._desc a {
  line-height: 30px;
  font-weight: 700;
  color: #054bcb;
}
.posts_shortcode .posts_shortcode_inner ._desc a {
  font-size: 1.25rem;
}
.posts_shortcode .posts_shortcode_inner ._desc a strong {
  font-weight: 700 !important;
}
.posts_shortcode .posts_shortcode_inner ._button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  margin: 20px auto 0;
}
.posts_shortcode .posts_shortcode_inner ._button {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .posts_shortcode .posts_shortcode_inner ._button {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.posts_shortcode .posts_shortcode_inner ._button ._item {
  position: relative;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #27496c 0%, #dc6f10 82.05%);
  border-radius: 30px;
  padding: 1.31px;
  overflow: hidden;
  border: 5px solid #161a47;
  transition: 0.4s;
}
.posts_shortcode .posts_shortcode_inner ._button ._item {
  font-size: 1.25rem;
}
@media only screen and (max-width: 47.99875rem) {
  .posts_shortcode .posts_shortcode_inner ._button ._item {
    line-height: 20px;
  }
  .posts_shortcode .posts_shortcode_inner ._button ._item {
    font-size: 1rem;
  }
}
.posts_shortcode .posts_shortcode_inner ._button ._item ._item_inner {
  background: #143e8e;
  border-radius: 30px;
  padding: 10px;
}
.posts_shortcode .posts_shortcode_inner ._button ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.posts_shortcode .posts_shortcode_inner ._button ._item:hover {
  transform: translateY(-5px);
}

.sharing-toolbox {
  padding-right: 15px;
}
.sharing-toolbox .share-title {
  bottom: 0;
  transform: unset;
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .sharing-toolbox .share-title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.sharing-toolbox .social-share {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
.sharing-toolbox .social-share .share-actions .share-icon {
  border: 1px solid #edf2ee;
  color: #606961;
}

.post-author {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1019607843);
  background: #f1eee7;
  padding: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .post-author {
    padding: 12px;
  }
}
.post-author .post-author-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .post-author .post-author-inner {
    flex-flow: row wrap;
  }
}
.post-author .post-author-inner ._iamges {
  flex: 0 0 162px;
  max-width: 162px;
  border-radius: 100%;
  overflow: hidden;
}
.post-author .post-author-inner ._iamges {
  width: 10.125rem;
  height: 10.125rem;
}
.post-author .post-author-inner ._iamges img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-author .post-author-inner ._content {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-flow: row wrap;
}
.post-author .post-author-inner ._content {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .post-author .post-author-inner ._content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.post-author .post-author-inner ._content ._title {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  position: relative;
  padding-bottom: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .post-author .post-author-inner ._content ._title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-author .post-author-inner ._content ._title span {
  display: block;
}
.post-author .post-author-inner ._content ._title span:first-child {
  color: #143e8e;
}
.post-author .post-author-inner ._content ._title span:last-child {
  padding-bottom: 10px;
  margin: 0 0 0px;
  line-height: 1.2em;
  font-weight: 700;
  color: #191716;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.post-author .post-author-inner ._content ._title span:last-child {
  font-size: 1.5rem;
}
@media only screen and (max-width: 63.99875rem) {
  .post-author .post-author-inner ._content ._title span:last-child {
    line-height: 37px;
  }
  .post-author .post-author-inner ._content ._title span:last-child {
    font-size: 1.25rem;
  }
}
.post-author .post-author-inner ._content ._network {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  display: flex;
  justify-content: flex-end;
}
.post-author .post-author-inner ._content ._network {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .post-author .post-author-inner ._content ._network {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 15px;
    display: none;
  }
}
.post-author .post-author-inner ._content ._network ._item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #bfbab1;
  position: relative;
  transition: 0.4s;
}
.post-author .post-author-inner ._content ._network ._item {
  width: 2rem;
  height: 2rem;
}
.post-author .post-author-inner ._content ._network ._item svg {
  fill: #606961;
  color: #606961;
}
.post-author .post-author-inner ._content ._network ._item svg {
  width: 0.875rem;
  height: 0.875rem;
}
.post-author .post-author-inner ._content ._network ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.post-author .post-author-inner ._content ._network ._item:hover {
  transform: translateY(-5px);
  border: 1px solid #143e8e;
}
.post-author .post-author-inner ._content ._network ._item:hover svg {
  fill: #143e8e;
  color: #143e8e;
}
.post-author .post-author-inner ._content ._desc {
  flex: 0 0 100%;
  max-width: 100%;
  color: #143e8e;
}
.sinlge-post .post-inner .col-content {
  max-width: 83%;
  margin: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .sinlge-post .post-inner .col-content {
    max-width: 100%;
  }
}
.sinlge-post .post-inner .col-content .content-title ._title {
  position: relative;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.sinlge-post .post-inner .col-content .content-title ._title {
  font-size: clamp(1.875rem, 1.469740634rem + 1.7291066282vw, 3rem);
  line-height: clamp(2.625rem, 2.0576368876rem + 2.4207492795vw, 4.2rem);
}
.sinlge-post .post-inner .col-content .content-title .all_image_date_post {
  position: relative;
  margin-bottom: 20px;
}
.sinlge-post .post-inner .col-content .content-title .all_image_date_post .post-date {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  min-width: 53px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: center;
  line-height: 1;
}
.sinlge-post .post-inner .col-content .content-title .all_image_date_post .post-date .post-date-day {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 24px;
  display: block;
}
.sinlge-post .post-inner .col-content .content-title .all_image_date_post .post-date .post-date-month {
  padding-top: 2px;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  display: block;
}

.content_post_duan {
  padding-bottom: 50px;
}
.content_post_duan .content-title-duan {
  border-bottom: 1px solid #054bcb;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  border-bottom-left-radius: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .content_post_duan .content-title-duan {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom-left-radius: 0;
  }
}
.content_post_duan .content-title-duan ._time {
  background: #0433bf;
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 80px;
  height: 80px;
  justify-content: center;
}
.content_post_duan .content-title-duan ._time span:nth-child(2) {
  font-size: 35px;
  line-height: 1;
}
.content_post_duan .content-title-duan ._title {
  position: relative;
  text-align: center;
  color: #143e8e;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.content_post_duan .content-title-duan ._title {
  font-size: clamp(1.5625rem, 1.4048991355rem + 0.6724303554vw, 2rem);
  line-height: clamp(2.528125rem, 2.2731268012rem + 1.087992315vw, 3.236rem);
}
.content_post_duan .__all_content_duan_img {
  padding: 50px 0;
}
.content_post_duan .__all_content_duan_img .__all_content_duan .__content_duan {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .content_post_duan .__all_content_duan_img .__all_content_duan .__content_duan {
    flex-direction: column;
  }
}
.content_post_duan .__all_content_duan_img .__all_content_duan .__content_duan .title__content_duan {
  width: 35%;
  color: #2a2a2a;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}
@media only screen and (max-width: 47.99875rem) {
  .content_post_duan .__all_content_duan_img .__all_content_duan .__content_duan .title__content_duan {
    width: 100%;
  }
}
.content_post_duan .__all_content_duan_img .__all_content_duan .__content_duan .content__content_duan {
  width: calc(65% - 10px);
  color: #303030;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .content_post_duan .__all_content_duan_img .__all_content_duan .__content_duan .content__content_duan {
    width: 100%;
  }
}

@media only screen and (max-width: 1198px) and (min-width: 1080px) {
  .section.singular.sinlge-post .post-inner {
    flex-flow: row wrap;
  }
  .section.singular.sinlge-post .post-inner .post-left {
    flex: 0 0 calc(65% - 15px);
    max-width: calc(65% - 15px);
  }
  .section.singular.sinlge-post .post-inner .post-right {
    flex: 0 0 calc(35% - 15px);
    max-width: calc(35% - 15px);
  }
  .section.singular.sinlge-post .post-inner .post-right .sidebar-title {
    font-size: 1.125rem;
  }
  .sidebar-posts .sidebar-content .news-list article.item {
    flex-flow: row wrap;
  }
  .sidebar-posts .sidebar-content .news-list article.item a.d-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-posts .sidebar-content .news-list article.item .cover-content {
    padding-left: 0;
    padding-top: 10px;
  }
  .section.singular.sinlge-post .post-inner .post-left .post-author .post-author-inner ._content ._title span:last-child {
    font-size: 1.0625rem;
  }
  .posts_shortcode .posts_shortcode_inner ._button ._item {
    font-size: 1rem;
  }
  .section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
    align-items: center;
  }
  .section.singular.sinlge-post .post-inner .post-left .col-content .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1199px) {
  .section.singular.sinlge-post .post-inner {
    flex-flow: row wrap;
  }
  .section.singular.sinlge-post .post-inner .post-left {
    flex: 0 0 calc(65% - 15px);
    max-width: calc(65% - 15px);
  }
  .section.singular.sinlge-post .post-inner .post-right {
    flex: 0 0 calc(35% - 15px);
    max-width: calc(35% - 15px);
  }
  .section.singular.sinlge-post .post-inner .post-right .sidebar-title {
    font-size: 1.125rem;
  }
  .sidebar-posts .sidebar-content .news-list article.item {
    flex-flow: row wrap;
  }
  .sidebar-posts .sidebar-content .news-list article.item a.d-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-posts .sidebar-content .news-list article.item .cover-content {
    padding-left: 0;
    padding-top: 10px;
  }
  .section.singular.sinlge-post .post-inner .post-left .post-author .post-author-inner ._content ._title span:last-child {
    font-size: 1.0625rem;
  }
  .posts_shortcode .posts_shortcode_inner ._button ._item {
    font-size: 1rem;
  }
  .section.singular.sinlge-post .post-inner .post-left .hashtags .hashtag-links {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
    align-items: center;
  }
  .section.singular.sinlge-post .post-inner .post-left .col-content .content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 1.25rem;
  }
}