/*
Theme Name: Hello Elementor Custom
Theme URI: https: //gh2.pro.vn
Description: Custom Hello Elementor
Author: GH2
Author URI: https://gh2.pro.vn
Template: hello-elementor
Version: 0.1
*/
body {
  overflow: auto !important;
  font-family: "Fira Sans", Sans-serif;
}
.archive-page {
  font-family: "Fira Sans", Sans-serif;
  padding: 30px 10px 60px;
  color: #000;
}
.archive-page__content {
  display: flex;
  gap: 30px;
}
.download-loading__text {
  text-align: center;
  margin: 20px 0 0;
}
.elementor-nav-menu li a {
  text-transform: uppercase;
}
.archive-page__content .box-space {
  flex: 1;
}

.archive-page__content .slide-posts {
  flex: none;
  max-width: 320px;
}
.nomal {
  font-size: 1rem;
  line-height: 1.5;
}

.td_module_flex_7 {
  width: 100%;
}

ul.share-links {
  display: flex;
  list-style: none;
  padding: 15px 0;
  border-top: 2px solid #f2f2f6;
  margin-top: 20px;
}

.share-links li {
  width: calc(100% / 7);
  box-sizing: border-box;
  padding: 0 2.5px;
  margin: 0;
}

.share-links li a {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  box-sizing: border-box;
  opacity: 1;
  border-radius: 3px;
  transition: all .17s ease;
}
.facebook a:before {
  content: "\f09a";
}
.social a:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
}
.facebook a {
  background-color: #3b5999;
}
.pinterest a {
  background-color: #ca2127;
}
.pinterest a:before {
  content: "\f0d2";
}
.linkedin a {
  background-color: #0077b5;
}
.linkedin a:before {
  content: "\f0e1";
}
.whatsapp a {
  background-color: #3fbb50;
}
.whatsapp a:before {
  content: "\f232";
}
.email a {
  background-color: #888;
}
.email a:before {
  content: "\f0e0";
  font-family:'Font Awesome 5 Free' !important;
}

.single-content::before {
  /* content: ''; */
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  bottom: 0;
}
.single-page {
  padding: 30px 0;
}
.single-content.is-show::before {
  content: unset;
}

.container-cm {
  max-width: 1140px;
  margin: 0 auto;
}

.breadcumb {
  font-size: 12px;
  font-weight: 400;
  background-color: #0a8b2f;
  color: #fff;
  line-height: 34px;
  padding: 7px 15px;
  margin: 0;
}
.post-labels a {
  background-color: #0a8b2f;
  color: #fff;
  border-color: #0a8b2f;
  padding: 5px 10px;
}
.post-labels a:hover {
  background-color: #0a8b2f;
  color: #fff;
  border-color: #0a8b2f;
}

.breadcumb ul {
  list-style: none;
  margin: 0;
  white-space: normal;
  overflow-x: auto;
  padding: 0;
}

.breadcumb ul li {
  display: inline-block;
  padding-right: 8px;
}

.breadcumb ul li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid #99a2b3;
  border-bottom: 2px solid #99a2b3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcumb ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.breadcumb ul li:last-child * {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.breadcumb ul li:last-child::after {
  content: unset;
}
.box-space__message {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  color: #253137;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 10px;
  margin: 0 0 25px;
  border: 1px solid #ebebf3;
  border-radius: 3px;
  align-items: center;
  gap: 5px;
}
.box-space__title {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.box-space__desc {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-top: 32px;
}

.box-space__body {
  margin-top: 25px;
}

.archive-posts {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 40px;
}
.blog-content__desc {
  margin: 10px 0; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}

.archive-posts .archive-posts__blog {
  width: calc(33.333% - 8px);
}

.blog-content {
  display: flex;
  position: relative;
  height: 100%;
  gap: 15px;
  align-items: flex-start;
}
.blog-content:hover .blog-content__thumb img {
  transform: scale(1.05);
}

.blog-content__thumb {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex: none;
  max-width: 320px;
  aspect-ratio: 600/337;
}

.blog-content__thumb img {
  transition: all 0.3s;
  width: 100%;
  object-fit: cover;
}

.archive-posts__blog:hover .blog-content__thumb img {
  transform: scale(1.1);
}

.post-meta {
  font-size: 13px;
  color: #888;
  display: flex;
  line-height: 1.3;
}

.view-count__number {
  font-size: 20px;
  font-weight: 600;
  color: #7a0c1a;
}

.blog-content__info .title {
  color: #29303c;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.blog-content__meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.3;
  gap: 5px;
  color: #888;
  font-family: "Fira Sans", Arial, sans-serif;
}
.single-content img.size-full {
  width: 100%;
  margin: 20px 0 0;
}

.mainInfo .author {
  font-size: 14px;
  color: #6f767e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainInfo .author span:first-child {
  position: relative;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-right: 12px;
}

.mainInfo .author span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.mainInfo-image {
  display: flex;
  margin: 20px 0;
}
.mainInfo-image img {
  width: 100%;
}

.mainInfo .author span:first-child::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 60%;
  background-color: #6f767e;
}

.blog-content__category {
  display: flex;
  padding: 0px 10px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  background: #000;
  width: fit-content;
  border-radius: 0;
  position: absolute;
  bottom: 0;
}

.archive-posts--custom .td-module-thumb a {
  display: flex;
  overflow: hidden;

  position: relative;
}

.archive-posts--custom .td-module-thumb a img {
  aspect-ratio:600/337;
  object-fit: cover;
}

.archive-posts--custom {
  position: relative;
}

.archive-posts--custom .blog-content__info {
  position: relative;
  z-index: 2;
  margin-top: 12px;
}

.archive-posts--custom .blog-content__info .title {
  height: unset;
  color: #333;
  font-size: 20px;
  text-align: left;
  margin-top: 10px;
  font-weight: 700;
}
.td-post-date {
  color: #777;
  font-size: 14px;
}

.blog-content__category svg {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

.blog-content__top-left {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 80px;
  height: 60px;
  border-top: 3px solid #01650d;
  border-left: 3px solid #01650d;
  /* border-top-left-radius: 11px; */
}

.blog-content__bot-right {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 80px;
  height: 60px;
  border-bottom: 3px solid #01650d;
  border-right: 3px solid #01650d;
  /* border-bottom-right-radius: 11px; */
}

.pagination {
  margin: 0 auto;
  justify-content: center !important;
}

.pagination .page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 0;
}

.pagination .page-numbers .page-numbers {
  width: 30px;
  height: 30px;
  border: 1px solid #01650d;
  border-radius: 50%;
  color: #01650d;
}

.pagination .page-numbers .page-numbers.current {
  border: 1px solid #01650d;
  border-radius: 50%;
  color: #fff;
  background: #01650d;
}

.flex-cm {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.single-main {
  width: 100%;
  max-width: calc(100% - 350px);
}

.single-main__box {
  /* border-radius: 15px; */
  padding: 16px 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.screenshot-box {
  position: relative;
}

.screenshot-box .swiper-button-next {
  background: #0a8b2f;
  border-radius: 50%;
  color: #fff;
  border: 5px solid #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -22px;
}

.lightbox {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lightbox .lb-data .lb-close {
  background: url(./assets/images/close.png) no-repeat;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #363636;
  background-size: 20px;
  background-position: center;
  padding: 20px;
  opacity: 1;
  z-index: 99999;
}

.single-title {
  font-size: 32px;
}

.single-slide__title {
  font-size: 24px;
  font-weight: 700;
}

.single-content {
  /* max-height: 515px; */
  overflow: hidden;
  position: relative;
}

.single-content.is-show {
  max-height: unset;
}

.single-content.is-show + .readmore::before {
  content: "Read Less";
}

.readmore {
  margin: 20px auto;
  display: block;
  width: fit-content;
  color: #fff;
  background: #34ae01;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}

.readmore:hover {
  opacity: 0.7;
}

.readmore::before {
  content: "Read More";
}

.screenshot-box .swiper-button-prev,
.screenshot-box .swiper-rtl .swiper-button-next {
  background: #0a8b2f;
  border-radius: 50%;
  color: #fff;
  border: 5px solid #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -22px;
}

.screenshot-box .swiper-button-next:after,
.screenshot-box .swiper-rtl .swiper-button-prev:after,
.screenshot-box .swiper-button-prev:after,
.screenshot-box .swiper-rtl .swiper-button-next:after {
  font-size: 15px;
}

.single-slide {
  width: 100%;
  max-width: 300px;
  border: 1px solid rgba(153, 162, 179, 0.5);
  box-shadow: 10px 10px 30px rgba(33, 100, 1, 0.1);
  /* border-radius: 15px; */
  padding: 16px;
}

.single-button {
  display: flex;
  flex-direction: column;
  flex: none;
  flex: 1;
}

.single-feature-image {
  max-width: 50%;
}

.downloadAPK {
background-color: #e32c26;
    text-transform: uppercase;
    border-radius: unset !important;
	
}

.screenshot-title,
.comment-reply-title,
.line-title {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    background: #0a8b2f;
    margin: 0;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

table td {
  width: 50%;
}

.line-title {
  position: relative;
}



.swiper-slide img {
  width: 100%;
}

.download-page .single-main {
  max-width: 100%;
}


.telegram {
  background: #0a8b2f;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.form-submit .submit {
  cursor: pointer;
  background: linear-gradient(135deg, #0a8b2f 0%, #0a8b2f 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(2, 136, 209, 0.25);
  position: relative;
  overflow: hidden;
}

.form-submit .submit:hover {
  background: linear-gradient(135deg, #0277bd 0%, #01579b 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 136, 209, 0.35);
}

.form-submit .submit:active {
  transform: translateY(0);
}

#comments textarea {
  width: 100%;
  background: #fff;
  resize: vertical;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  color: #333;
  transition: all 0.3s ease;
  min-height: 120px;
  line-height: 1.6;
}

#comments textarea:focus {
  outline: none;
  border-color: #0a8b2f;
  box-shadow: 0 0 0 3px rgba(2, 136, 209, 0.1);
}

input {
  width: 100%;
  background: #fff;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

input:focus {
  outline: none;
  border-color: #0a8b2f;
  box-shadow: 0 0 0 3px rgba(2, 136, 209, 0.1);
}

/* Comment form labels */
.comment-form label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 4px;
}

/* Required field styling */
.required {
  color: #e74c3c;
  font-weight: 700;
}

/* Comment notes styling */
.comment-notes {
  background: #f8f9fa;
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  border-left: 4px solid #0a8b2f;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-family: "Fira Sans", sans-serif;
}

.required-field-message {
  color: #888;
  font-size: 13px;
}

/* Checkbox styling */
.comment-form-cookies-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: 2px;
  accent-color: #0a8b2f;
  cursor: pointer;
}

.comment-form-cookies-consent label {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  font-family: "Fira Sans", sans-serif;
}

/* Comment form container */
.comment-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
  border: 1px solid #f0f0f0;
}

/* Responsive styles */
@media (max-width: 768px) {
  .comment-form {
    padding: 20px;
    margin: 20px 0;
  }
  
  .comment-form input,
  #comments textarea {
    padding: 10px 14px;
    font-size: 14px;
  }
  
  .form-submit .submit {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
  }
  
  .comment-form-cookies-consent {
    flex-direction: column;
    gap: 8px;
  }
  
  .comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .comment-form {
    padding: 15px;
  }
  
  .comment-notes {
    padding: 12px 16px;
    font-size: 13px;
  }
  
  .comment-form label {
    font-size: 13px;
  }
}

.button {
  transition: all 0.3s;
  border-radius: 20px;
  color: #fff;
  padding: 10px 20px;
  max-width: 400px;
  margin: 12px auto;
}

.button:hover {
  color: #fff;
  opacity: 0.8;
}

.button svg {
  max-width: 20px;
  height: auto;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.lightbox .lb-nav a.lb-next {
  background: url(./assets/images/next.png) right 48% no-repeat;
}

.lightbox .lb-nav a.lb-prev {
  background: url(./assets/images/prev.png) left 48% no-repeat;
}

.single-slide__wrraper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.td_block_inner {
  display: flex;
  gap: 4px;
}

.td-module-thumb {
  display: flex;
}

a.td-image-wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.td-module-container {
  position: relative;
}

.td-image-container {
  height: 100%;
}

.td-module-meta-info {
  position: absolute;
  bottom: 0;
  padding: 22px 20px;
  z-index: 2;
}

.td_module_flex_6 .tdb-module-title-wrap {
  margin: 0 0 12px;
}

.td-editor-date,
.td-editor-date a {
  color: #fff;
  font-size: 11px;
}

.td-editor-date:hover a {
  color: #fff;
}

.td_module_flex_7 .entry-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.td_module_flex_8 .entry-title,
.td_module_flex_9 .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.td_module_flex_8 .td-module-meta-info,
.td_module_flex_9 .td-module-meta-info {
  padding: 11px 15px;
}

.td-post-category {
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  background-color: transparent;
  font-family: var(--td_default_google_font_2, "Roboto", sans-serif);
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  pointer-events: auto;
  color: #fff;
  font-size: 16px;
  background: #000;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
}
.archive-posts--custom .blog-content__row {
  display: flex;
  color: #000;
  align-items: center;
  justify-content: space-between;
}
.td-image-wrap:before {
  content: "";
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1;
}

.td-module-title a {
  color: #fff;
}

.td-module-title:hover a {
  color: #fff;
}

.td_module_flex_6 .tdb-module-title-wrap .entry-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
}

.td_module_flex_6 img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 532/450;
}

.td_module_flex_7 img {
  aspect-ratio: 532/257;
  object-fit: cover;
}

.td_module_flex_8 img,
.td_module_flex_9 img {
  aspect-ratio: 264/192;
  object-fit: cover;
}

.td-big-grid-flex-scroll-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.td-module-container img {
  transition: all 0.3s;
  width: 100%;
}

.td-module-container:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.td_module_flex_6 {
  flex: none;
  width: 50%;
}

.td_module_flex_8,
.td_module_flex_9 {
  max-width: calc(50% - 2px);
}

@media screen and (min-width: 1000px) {
  .lightbox .lb-nav a.lb-next {
    width: 50px;
    right: 0;
    float: right;
    background: url(./assets/images/next.png) no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: fixed;
    right: 0;
    opacity: 1;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }

  .lightbox .lb-nav a.lb-prev {
    width: 50px;
    left: 0;
    background: url(./assets/images/prev.png) no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: fixed;
    opacity: 1;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }
}

@media screen and (max-width: 940px) {
  .single-page {
    padding: 0 20px;
  }

  .single-page .flex-cm {
    flex-direction: column;
  }

  .single-main,
  .single-slide {
    max-width: 100%;
  }

  .single-page .single-info {
    flex-direction: row;
  }

  .single-slide__wrraper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
  }

  .single-slide__wrraper .archive-posts__blog {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 840px) {
  .archive-posts .archive-posts__blog {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 640px) {
  .td_module_flex_6 {
    flex: none;
    width: 100%;
  }

  .td_block_inner {
    flex-direction: column;
  }

  .td_module_flex_6 .tdb-module-title-wrap .entry-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }

  .td_module_flex_7 .entry-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .td_module_flex_8 .entry-title,
  .td_module_flex_9 .entry-title {
    font-size: 12px;
    line-height: 1.5;
  }

  .archive-posts .archive-posts__blog {
    width: 100%;
  }
  .single-content p{
    font-size: 0.9rem;
  }
  .single-content h2 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .single-content h3 {
    font-size: 1.35rem;
  }

  .single-title {
    font-size: 1.9rem;
  }
  .mainInfo .title {
    font-size: 2.3rem;
  }

  .single-page .single-info {
    flex-direction: column;
  }

  .single-feature-image {
    max-width: 100%;
  }

  .single-button {
    width: 100%;
    margin-bottom: 20px;
  }

  .single-slide__wrraper .archive-posts__blog {
    width: 100%;
  }
}

span.mcbompe-search-text {
  display: none;
}
.top-bar {
  padding: 0;
}
#top-bar {
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: #0a8b2f;
}

#top-bar .container {
  margin: 0 auto;
  max-width: 1140px;
}
.top-bar-social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-bar-social li {
  margin-right: 10px;
}
.archive-content .col-12 {
  background: #fff;
  padding: 20px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.archive-filter-bar {
  background: white;
  border: 2px solid #ebebf3;
  color: #253137;
  font-size: 13px;
  padding: 3px 5px;
  font-weight: 400;
  margin: 0 0 25px;
}
.archive-filter-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-label {
  font-size: 1rem;
  color: #555;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
.filter-showall:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ff3333; /* Màu đỏ nổi bật */
  border-radius: 2px;
  margin-top: 4px;
}
.filter-showall {
  font-size: 0.9rem;
  color: red;
  padding: 6px 12px;
  text-decoration: none;
  font-weight: 600;
}
.filter-showall:hover {
  color: #ea605c;
}

/* ===== ARTICLE CARDS ===== */
.archive-item {
  background: #fff;
  padding: 20px;
  margin-bottom: 1.5rem;
}

.archive-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.badge-label {
  display: inline-block;
  background: #ff3333;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: 600;
  align-self: flex-start;
}

.archive-title {
  margin: 6px 0 8px 0;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

.archive-title a {
  color: #222;
  text-decoration: none;
}

.archive-title a:hover {
  color: #000;
}

.archive-date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.archive-excerpt {
  flex-grow: 1;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-readmore {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 20px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.btn-readmore:before {
  content: "\f064";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 0;
  z-index: 9;
  position: relative;
}
.btn-readmore:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
.btn-readmore:hover {
  color: #fff;
  text-decoration: none;
}
.btn-readmore span {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.btn-readmore:hover:after {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #0a8b2f;
  color: #fff;
}
/* ===== PAGINATION ===== */
.archive-pagination {
  text-align: center;
  margin-top: 2rem;
}
.archive-pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive-pagination li {
  margin: 0 4px;
}
.archive-pagination a {
  display: inline-block;
  padding: 6px 12px;
  color: #0073aa;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.archive-pagination .current {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
.archive-pagination a:hover {
  background: #f0f0f0;
}

/* ===== SIDEBAR WIDGETS ===== */
.sidebar-col {
  padding-left: 1.5rem;
}

.widget-title {
  font-family: "Fira Sans", Sans-serif;
  position: relative;
  display: block;
  font-size: 16px;
  background: #0a8b2f;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 5px 12px;
  margin: 0;
  margin-bottom: 20px;
}
.mcbompe-posts-grid .category-title {
  font-family: "Fira Sans", Sans-serif;
  position: relative;
  display: block;
  font-size: 16px;
  background: #0a8b2f;
  color: #fff !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0;
  padding: 5px 12px;
  margin: 0;
  margin-bottom: 20px;
}

.social-buttons a {
  display: inline-block;
  margin: 0 6px;
  color: #555;
  font-size: 1.2rem;
}
.widget-subscribe .subscribe-embed {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.popular-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-item {
  margin-bottom: 12px;
}

.popular-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ebebf3;
  padding-bottom: 15px;
}

.popular-link:hover h4 {
  color: #0a8b2f;
  text-decoration: none;
}
ul.category-list {
  padding: 0;
  list-style: none;
  width: 100%;
}

a.cat-link:before {
  /* content: "\f054"; */
  float: left;
  color: #253137;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  margin: 6px 3px 0 0;
  transition: color 0.17s;
}

a.cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #333;
}

.category-list li:before {
  content: "\f054";
  float: left;
  color: #253137;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  margin: 0;
  transition: color 0.17s;
}

.category-list li {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 6px;
}

.popular-thumb {
  flex-shrink: 0;
  width: 75px;
  aspect-ratio: 600/337;
  display: flex;
  border-radius: 3px;
}

.popular-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.pop-info {
  flex: 1;
  min-width: 0;
}
.post-author:before {
  content: "Author: ";
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 600;
  margin-right: 1px;  
}
.post-date:before {
  content: "\f073";
}
.pop-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 12px;
  font-family: "Fira Sans", Arial, sans-serif;
  flex-wrap: wrap;

}
span.post-date {
  display: flex;
  align-items: center;
}
.post-author {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: "Fira Sans", Arial, sans-serif;

}
.post-date:before {
  font-family: "Font Awesome 5 Free";
  color: #0a0a0a;
  font-weight: 900;
  margin: 0 3px 0 0;
  font-size: 12px;
}
.pop-info h4 {
  margin: 0 0 4px 0;
  font-size: 15px;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pop-info time {
  font-size: 0.75rem;
  color: #888;
  display: block;
}
/* Chia layout 8/4 cho main và sidebar */
.archive-content .row {
  display: flex;
  flex-wrap: wrap;
}

.main-col.col-md-8 {
  width: 66.6666%;
  float: left;
  box-sizing: border-box;
}

.sidebar-col.col-md-4 {
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
}

/* Đảm bảo mỗi bài archive-item là flex row */
.archive-item.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Ảnh bên trái, chiếm 40% */
.archive-thumb {
  width: 40%;
  max-width: 220px;
  min-width: 120px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

/* Thông tin bên phải, chiếm phần còn lại */
.archive-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archive-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3; /* Cho trình duyệt hỗ trợ chuẩn */
  max-height: 4.8em; /* 3 dòng x 1.6em (line-height) nếu cần fallback */
}
ul.social-counter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
  width: 100%;
}
.social-counter li {
  width: calc(20% - 8px);
  box-sizing: border-box;
}
.social-counter li a {
  display: block;
  position: relative;
  height: 40px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  transition: opacity 0.17s;
}
.social-color .telegram a {
  background-color: #229ed9;
}
.social-color .youtube a {
  background-color: #db4a39;
}
.social .youtube a:before {
  content: "\f167";
}
.social .twitter a:before {
  content: "\f099";
}
.social-color .instagram a {
  background: linear-gradient(15deg, #ffb13d, #dd277b, #4d5ed4);
}
.social-color .youtube a {
  background-color: #db4a39;
}
.social .youtube a:before {
  content: "\f167";
}
.social-color .twitter a {
  background-color: #00acee;
}
.social .instagram a:before {
  content: "\f16d";
}
.social .telegram a:before {
  content: "\f2c6";
}
.social a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
}
.foot-bar-social ul > li > a:after,
.social-counter li a:after {
  content: "";
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.2)),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 15%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 3px;
}
.download-page {
  padding-top: 30px;
}
h3.related-title {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  background: #0a8b2f;
  margin: 0;
  padding: 12px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

ul.related-posts {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 20px;
}

.related-ready {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.related-item {
  width: 33.33%;
}

a.post-image-link {
  display: flex;
}

.post-image-link img {
  width: 100%;
}
.download-page .widget-subscribe,
.download-page .widget-social-plugin {
  display: none;
}
h2.post-title a {
  color: #253137;
  transition: color 0.17s;
  font-size: 16px;
}

h2.post-title {
  margin: 10px 0;
  display: flex;
}
.view-all {
  height: 18px;
  font-size: 9px;
  line-height: 18px;
  border-radius: 3px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background .17s ease;
  background-color: #e32c26;
  color: #fff;
  margin: 0;
  
}
a.view-all:after {
  content: '\f105';
  float: right;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  margin: 0 0 0 3px;
}
/* Responsive cho tablet */
@media (max-width: 991px) {
  .blog-content__thumb {
    max-width: 250px;
  }
  .main-col.col-md-8,
  .sidebar-col.col-md-4 {
    width: 100%;
    float: none;
  }

  .sidebar-col {
    padding-left: 0;
    margin-top: 2rem;
  }
}
ul.post-nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
  color: #333;
}

.post-nav a {
  color: #333;
}

.post-nav-inner span {
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
}

.post-next span:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  text-transform: none;
  margin: 0 2px 0 0;
}
.post-prev span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  text-transform: none;
  margin: 0 2px 0 0;
}

li.post-prev {
  text-align: right;
}

.post-prev .post-nav-inner {
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
/* Responsive cho mobile */
@media (max-width: 768px) {
  .post-date:before {
    font-size: 12px;
  }
  .archive-page__content .slide-posts {
    max-width: 100%;
  }
  .archive-posts {
    gap: 20px;
    margin-bottom: 40px;
  }
  .blog-content {
    flex-direction: column;
    max-width: calc(50% - 10px);
  }
  .blog-content__thumb {
    max-width: 100%;
  }
  .archive-page__content {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .archive-content .row {
    flex-direction: column;
  }

  .main-col.col-md-8,
  .sidebar-col.col-md-4 {
    width: 100%;
    float: none;
  }
  .td-post-date {
    font-size: 12px;
  }
  
  .sidebar-col {
    padding-left: 0;
    margin-top: 2rem;
  }

  /* Điều chỉnh spacing cho mobile */
  .archive-item {
    padding: 15px;
  }

  .archive-thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .archive-info {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-content {
    max-width: 100%;
  }
  .blog-content__thumb {
    aspect-ratio: unset;
  }
  .archive-page {
    padding-left: 16px;
    padding-right: 16px;
  }
  .td-module-thumb {
    display: flex;
    width: 100%;
  }
  .archive-posts--custom .td-module-thumb a {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .archive-posts--custom .td-module-thumb a img {
    aspect-ratio: unset;
    object-fit: cover;
    width: 100%;
  }
}

#footer-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #0a0a0a;
  padding: 0;
}
#footer-wrapper .container {
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #4a4a4a;
}
@media screen and (max-width: 1100px) {
  #footer-wrapper .container {
      box-sizing: border-box;
      padding: 10px 20px;
  }
}
#sub-footer-wrapper {
  display: block;
  width: 100%;
  background-color: #0a0a0a;
  overflow: hidden;
  color: #ffffff;
  padding: 0;
}
#footer-wrapper .row {
  max-width: 1180px;
  margin: 0 auto;
}
#footer-wrapper #sub-footer-wrapper .container {
  border: 0;
}


#menu-footer {
  float: right;
  position: relative;
  display: block;
}
#menu-footer .widget ul {
  margin: 0;
  padding: 0;
}
#menu-footer ul li {
  float: left;
  display: inline-block;
  height: 34px;
  padding: 0;
  margin: 0;
}
#menu-footer ul li a {
  font-size: 11px;
  font-weight: 500;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 34px;
  padding: 0 10px;
  margin: 0 0 0 5px;
  transition: color .17s ease;
}
@media screen and (max-width: 680px) {
  #menu-footer ul li {
      float: none;
      height: auto;
  }
  #menu-footer ul li a {
    line-height: inherit;
    margin: 0 3px 5px;
}
#menu-footer .widget ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer-wrapper #sub-footer-wrapper .container {
  padding-bottom: 26px;
}
}
@media screen and (max-width: 575px) {
  .foot-bar-social {
    min-height: 25px;
}

.footer-widgets-wrap {
    min-height: 50px;
}
}