/** $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 */
@media only screen and (max-width: 47.99875rem) {
  .archive-post {
    padding-top: 10px;
  }
}
.archive-post .feature-posts {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .feature-posts {
    margin-bottom: 2.5rem;
  }
}
.archive-post .feature-posts .item-posts {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .feature-posts .item-posts {
    flex-wrap: wrap;
  }
}
.archive-post .feature-posts .item-posts .cover {
  width: 55%;
  border-radius: 20px;
  margin-left: 15px;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .feature-posts .item-posts .cover {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.archive-post .feature-posts .item-posts .posts-content {
  width: 45%;
  background-color: #e0dac9;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .feature-posts .item-posts .posts-content {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .feature-posts .item-posts .posts-content {
    width: 100%;
  }
}
.archive-post .feature-posts .item-posts .posts-content ._meta {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .feature-posts .item-posts .posts-content ._meta {
    margin-bottom: 0.9375rem;
  }
}
.archive-post .feature-posts .item-posts .posts-content ._meta {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .archive-post .feature-posts .item-posts .posts-content ._meta {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .feature-posts .item-posts .posts-content ._meta {
    font-size: 1.25rem;
  }
}
.archive-post .feature-posts .item-posts .posts-content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .archive-post .feature-posts .item-posts .posts-content .title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .archive-post .feature-posts .item-posts .posts-content .title {
    font-size: 2.25rem;
  }
}
.archive-post .feature-posts .item-posts .posts-content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 3) {
  .archive-post .feature-posts .item-posts .posts-content .title a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .feature-posts .item-posts .posts-content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
  }
  @supports (-webkit-line-clamp: 2) {
    .archive-post .feature-posts .item-posts .posts-content .title a {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.archive-post .feature-posts .item-posts .btn-main {
  display: flex !important;
}
.archive-post .archive-list .grid-posts {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .grid-posts {
    padding-right: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .archive-list .grid-posts {
    width: 100%;
    margin-bottom: 30px;
  }
}
.archive-post .archive-list .grid-posts .posts-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-post .archive-list .grid-posts .posts-list {
    margin: 0 -5px;
  }
}
.archive-post .archive-list .grid-posts .posts-list .cell {
  width: 33.3333333333%;
  padding: 0 10px;
}
.archive-post .archive-list .grid-posts .posts-list .cell {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-post .archive-list .grid-posts .posts-list .cell {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .archive-post .archive-list .grid-posts .posts-list .cell {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-post .archive-list .grid-posts .posts-list .cell {
    padding: 0 5px;
    width: 100%;
  }
}

aside.sidebar {
  width: 30%;
}
@media only screen and (max-width: 63.99875rem) {
  aside.sidebar {
    width: 100%;
  }
}
aside.sidebar .sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
@media only screen and (max-width: 63.99875rem) {
  aside.sidebar .sidebar-inner {
    position: relative;
    top: 0;
  }
}
aside.sidebar .sidebar-inner .inline-search {
  position: relative;
  margin-bottom: 20px;
}
aside.sidebar .sidebar-inner .inline-search::before {
  content: "";
  background-image: url("../../assets/img/ic-search.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 12px;
}
aside.sidebar .sidebar-inner .inline-search::before {
  width: 0.875rem;
  height: 0.875rem;
}
aside.sidebar .sidebar-inner .inline-search form {
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
}
aside.sidebar .sidebar-inner .inline-search form input {
  flex: auto;
  height: 22px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  padding-left: 20px;
}
aside.sidebar .sidebar-inner .inline-search form input::-webkit-input-placeholder {
  color: #afafaf;
  font-weight: 300;
}
aside.sidebar .sidebar-inner .inline-search form input::placeholder {
  color: #afafaf;
  font-weight: 300;
}
aside.sidebar .sidebar-inner .inline-search form button {
  font-size: 14px;
  color: #801927;
  font-weight: 500;
  border-left: 1px solid #c7c7c7;
  padding-left: 10px;
}
aside.sidebar .sidebar-inner .sidebar-posts {
  background-color: #e0dac9;
  padding: 12px;
  border-radius: 8px;
}
aside.sidebar .sidebar-inner .sidebar-posts .heading-title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
aside.sidebar .sidebar-inner .sidebar-posts .heading-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  aside.sidebar .sidebar-inner .sidebar-posts .heading-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  aside.sidebar .sidebar-inner .sidebar-posts .heading-title {
    font-size: 1.5rem;
  }
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #bfbfbf;
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts .cover {
  width: 60px;
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts .cover .res {
  padding-top: 100%;
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts .posts-content {
  width: calc(100% - 60px);
  padding: 0 0 0 12px;
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts .posts-content ._meta {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 5px;
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts .posts-content ._meta .posts-author {
  display: none;
}
aside.sidebar .sidebar-inner .sidebar-posts .post-list .item-posts .posts-content .title {
  font-size: 14px;
}
aside.sidebar .sidebar-inner .hashtags {
  margin-top: 20px;
  background-color: #e0dac9;
  padding: 12px;
  border-radius: 8px;
}
aside.sidebar .sidebar-inner .hashtags .hashtag-links .text {
  display: block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #D04C27;
}
aside.sidebar .sidebar-inner .hashtags .hashtag-links .text {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  aside.sidebar .sidebar-inner .hashtags .hashtag-links .text {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  aside.sidebar .sidebar-inner .hashtags .hashtag-links .text {
    font-size: 1.5rem;
  }
}
aside.sidebar .sidebar-inner .hashtags .hashtag-links a {
  display: inline-block;
  padding: 6px 12px;
  font-weight: 400;
  color: #3c3c3c;
  background-color: #fff6ed;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 10px;
  transition: all 0.2s;
}
aside.sidebar .sidebar-inner .hashtags .hashtag-links a:last-child {
  margin-right: 0;
}
aside.sidebar .sidebar-inner .hashtags .hashtag-links a:hover {
  background-color: #ff4d1b;
  color: #ffffff;
}

.single-post .featured-posts-slider-section {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .featured-posts-slider-section {
    width: 100%;
  }
}
.single-post .featured-posts-slider-section .swiper {
  width: 100%;
}
.single-post .featured-posts-slider-section .featured-post-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 16px;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .featured-posts-slider-section .featured-post-item {
    flex-direction: column;
    gap: 20px;
    padding: 12px;
  }
}
.single-post .featured-posts-slider-section .featured-post-left {
  flex: 1.2;
  min-width: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .featured-posts-slider-section .featured-post-left {
    width: 100%;
  }
}
.single-post .featured-posts-slider-section .featured-post-left .featured-post-img-link {
  display: block;
  width: 100%;
  aspect-ratio: 100/65;
  overflow: hidden;
  border-radius: 20px;
}
.single-post .featured-posts-slider-section .featured-post-left .featured-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.single-post .featured-posts-slider-section .featured-post-left .featured-post-img:hover {
  transform: scale(1.03);
}
.single-post .featured-posts-slider-section .featured-post-right {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .featured-posts-slider-section .featured-post-right {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.single-post .featured-posts-slider-section .featured-post-author {
  gap: 8px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}
.single-post .featured-posts-slider-section .featured-post-author .author-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}
.single-post .featured-posts-slider-section .featured-post-author .author-name {
  font-weight: 600;
  color: #333333;
}
.single-post .featured-posts-slider-section .featured-post-author .meta-dot {
  color: #bfbfbf;
}
.single-post .featured-posts-slider-section .featured-post-author .post-time {
  color: #888888;
}
.single-post .featured-posts-slider-section .featured-post-title {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #D04C27;
}
.single-post .featured-posts-slider-section .featured-post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post .featured-posts-slider-section .featured-post-title a:hover {
  color: #D04C27;
}
.single-post .featured-posts-slider-section .featured-post-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 24px;
}
.single-post .featured-posts-slider-section .featured-post-share {
  gap: 12px;
  border-top: 1px solid #eeeeee;
  padding-top: 16px;
}
.single-post .featured-posts-slider-section .featured-post-share .share-label {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.single-post .featured-posts-slider-section .featured-post-share .share-actions {
  gap: 8px;
}
.single-post .featured-posts-slider-section .featured-post-share .share-actions .share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #555555;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-post .featured-posts-slider-section .featured-post-share .share-actions .share-btn svg {
  width: 18px;
  height: 18px;
}
.single-post .featured-posts-slider-section .featured-post-share .share-actions .share-btn.share-facebook:hover {
  background-color: #1877f2;
  color: #ffffff;
  border-color: #1877f2;
}
.single-post .featured-posts-slider-section .featured-post-share .share-actions .share-btn.share-zalo:hover {
  background-color: #0068ff;
  color: #ffffff;
  border-color: #0068ff;
}
.single-post .featured-posts-slider-section .featured-post-share .share-actions .share-btn.share-copy:hover {
  background-color: #D04C27;
  color: #ffffff;
  border-color: #D04C27;
}
.single-post .featured-posts-slider-section .swiper-controls .swiper-button {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.single-post .featured-posts-slider-section .swiper-controls .swiper-button::before {
  background-color: #333333;
}
.single-post .featured-posts-slider-section .swiper-controls .swiper-button:hover {
  background-color: #D04C27;
  color: #ffffff;
  border-color: #D04C27;
}
.single-post .featured-posts-slider-section .swiper-controls .swiper-button:hover::before {
  background-color: #ffffff;
}
.single-post .featured-posts-slider-section .swiper-controls .swiper-button.swiper-button-prev {
  left: 15px;
}
.single-post .featured-posts-slider-section .swiper-controls .swiper-button.swiper-button-next {
  right: 15px;
}
.single-post .wrapper-single {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .wrapper-single {
    max-width: 100%;
  }
}
.single-post .wrapper-single .col-content {
  color: #3c3c3c;
  width: 70%;
}
.single-post .wrapper-single .col-content {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-post .wrapper-single .col-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-post .wrapper-single .col-content .heading-title {
  line-height: normal;
  text-transform: unset;
  margin-bottom: 20px;
}
.single-post .wrapper-single .col-content .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .wrapper-single .col-content .heading-title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content .heading-title {
    font-size: 2rem;
  }
}
.single-post .wrapper-single .col-content ._meta {
  color: #3c3c3c;
}
.single-post .wrapper-single .col-content ._meta {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content ._meta {
    margin-bottom: 1.875rem;
  }
}
.single-post .wrapper-single .col-content ._meta svg {
  color: #D04C27;
}
.single-post .wrapper-single .col-content ._meta svg {
  width: 1.125rem;
  height: 1.125rem;
}
.single-post .wrapper-single .col-content ._meta .item-meta {
  gap: 10px;
}
.single-post .wrapper-single .col-content ._meta ._author::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  background-color: #bfbfbf;
  border-radius: 50%;
}
.single-post .wrapper-single .col-content ._meta ._author::after {
  width: 0.375rem;
  height: 0.375rem;
}
.single-post .wrapper-single .col-content article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
.single-post .wrapper-single .col-content article #ez-toc-container {
  width: 100%;
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .wrapper-single .col-content article #ez-toc-container {
    display: block !important;
  }
}
.single-post .wrapper-single .col-content .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .wrapper-single .col-content .hashtags .text {
  padding-top: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .wrapper-single .col-content .hashtags .text {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .wrapper-single .col-content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  color: #D04C27;
  line-height: 21px;
  font-weight: 500;
  position: relative;
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a {
  font-size: 1rem;
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a::before {
  content: "#";
}
.single-post .wrapper-single .col-content .hashtags .hashtag-links a:hover {
  text-decoration: none;
  background: #D04C27;
  color: #ffffff;
}
.single-post .wrapper-single .col-content .suggestion-wrapper {
  background-color: #f7f1e0;
  border-radius: 12px;
  padding: 20px 16px;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .title {
  color: #ff4d1b;
  font-weight: 500;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .suggestion-list {
  padding-left: 30px;
  margin-bottom: 0;
}
.single-post .wrapper-single .col-content .suggestion-wrapper .suggestion-list li a {
  color: #D04C27;
  font-weight: 400;
}

#ez-toc-container {
  background: #e0dac9 !important;
}
#ez-toc-container .ez-toc-title {
  position: relative;
}
#ez-toc-container .ez-toc-title::before {
  content: "";
  display: inline-block;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #707070;
  margin-right: 5px;
  transform: translateY(2px);
}
#ez-toc-container .ez-toc-title::before {
  width: 1.25rem;
  height: 1.25rem;
}
#ez-toc-container nav li {
  margin-bottom: 8px;
}
#ez-toc-container nav li:last-child {
  margin-bottom: 0;
}
#ez-toc-container nav li ul.ez-toc-list-level-3 {
  margin-top: 8px;
}

.section-related-post {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-related-post {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .section-related-post .swiper-container .swiper-slide {
    width: 100%;
  }
}
.section-related-post .swiper-controls .swiper-button {
  top: 45%;
}
.section-related-post .swiper-controls .swiper-button.swiper-button-prev {
  left: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.section-related-post .swiper-controls .swiper-button.swiper-button-next {
  right: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.section-related-post .swiper-controls .swiper-pagination {
  bottom: -50px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-pagination {
    bottom: -30px;
  }
}