.wrap-single-content > * {
  color: #323b40;
}

.wrap-single-content h1,
.wrap-single-content h2,
.wrap-single-content h3,
.wrap-single-content h4,
.wrap-single-content h5,
.wrap-single-content h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wrap-single-content p {
  font-family: "Inter", sans-serif;

  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wrap-single-content ul li {
  font-family: "Inter", sans-serif;

  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wrap-single-content .entry-paragraph img {
  width: 100%;
  height: auto;
}

.cont-post-page {
  display: flex;
  flex-direction: column;
}

.wrap-post-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.page-navigation {
  width: 100%;
  margin-top: 40px;
}

.page-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.page-nav a {
  text-decoration: none;
}

.page-numbers {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #3e3232;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transition: all 0.3s;
}

.page-numbers i {
  font-size: 18px;
}

.page-numbers.current,
.page-numbers:hover {
  background: #f5f5f5;
  color: #3e3232;
}

.page-navigation {
  width: 100%;
  margin-top: 40px;
}

.page-numbers.prev,
.page-numbers.next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.page-numbers.prev > span,
.page-numbers.next > span {
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0%;
}
a.page-numbers.prev,
a.page-numbers.next {
  width: auto;
  height: 48px;
  padding: 11px 24px;
  border-radius: 30px;
  background: #209e2e;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.wrap-single-content {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  padding: 45px 30px 45px 77px;
}

.l-single-content {
  flex: 1;
}
.l-single-content .entry-title .title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0%;
  color: #1e1e1e;
}
.r-single-content {
  width: 450px;
  height: 1260px;
  padding: 0 5px 0 30px;
}

.wrap-single-content .post-info {
  width: 100%;
}

.container-single {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.container-single .entry-image img {
  width: 100%;
  height: auto;
}
.title-sidebar-single {
  font-family: SVN-Nexa;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 16px 5px 16px 20px;
  margin-bottom: 20px;
  background: #9bc5ff66;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.entry-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  /* margin: 26px 0 38px 0; */
  font-family: Inter, system-ui, sans-serif;
}

.entry-meta .meta-cat a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  text-decoration: none;
  align-items: center;
}

.entry-meta .meta-date,
.entry-meta .meta-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.entry-meta .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}
.entry-meta .icon svg {
  width: 14px;
  height: 14px;
  display: block;
  color: #fff;
}

.entry-meta .meta-author a {
  color: #6b7280;
  text-decoration: none;
}
.entry-meta .meta-author a:hover {
  color: #111827;
  text-decoration: underline;
}
.d-block {
  display: block;
}
.r-single-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.widget.entry {
  background: #fff;
  border-radius: 12px;
}
.widget-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font: 700 16px/1.2 Inter, sans-serif;
  margin: 0 0 12px;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.search-form label {
  width: 100%;
}
.search-field {
  font-family: "inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0%;
  width: 100%;
  color: #787878;
}
input[type="search"] {
  padding: 12px 15px;
  border: 1px solid #a6a6a7;
  border-radius: 6px;
}
.search-submit {
  position: absolute;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  color: #454646;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-grid img {
  width: 390px;
  height: auto;
  object-fit: cover;
}

.recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.recent-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.recent-item .thumb {
  width: 100%;
  max-width: 87px;
  height: auto;
}
.recent-item .thumb img {
  width: 100%;
}
.recent-item .title {
  font: 600 14px/1.35 Inter, sans-serif;
  color: #0f172a;
  text-decoration: none;
  display: block;
}
.recent-item .date {
  font: 12px/1 Inter, sans-serif;
  color: #6b7280;
  margin-top: 4px;
}
.site-main .r-single-content .widget-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0%;
  color: #323b40;
}
.site-main .r-single-content .widget {
  margin-bottom: 0;
}
.site-main .r-single-content .widget > ul {
  padding: 0 77px 0 0;
}
.site-main .r-single-content .widget-title::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background: #209e2e;
}
.r-single-content .recent-item .meta {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 87px;
}
.r-single-content .recent-item .meta .title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-item .meta .date {
  margin-top: auto;
  font-size: 12px;
  color: #6b7280;
}

.post-meta-left .label,
.post-meta-left .category-link {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.post-meta-left .label {
  color: #323b40;
}
.post-meta-left .category-link {
  text-decoration: none;
  color: #209e2e;
}
.related .entry-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #323b40;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.related .entry-title::after {
  content: "";
  margin-top: 8px;
  left: 0;
  height: 1px;
  width: 50px;
  background: #209e2e;
  display: block;
}
.related {
  margin-top: 24px;
}

.related .entry-title {
  margin-bottom: 24px;
}

.related .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2.5vw, 24px);
}
.related .related-item {
  padding: 10px 15px 10px;
  background: #ffffff;
  box-shadow: 0px 0px 32px 0px #00000012;
}
.related .related-item .thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.related .related-item .post-title {
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related .related-item .post-title > * {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  height: 40px;
}
.post-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links svg {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #3a589d;
}

.site-bottom {
  background-color: #169d1109;
  background-image: url("../images/assets/image.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  color: #787878;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
}
.footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #323b40;
  margin-bottom: 24px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  gap: 16px;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-list .txt {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #787878;
}
.footer-list a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #787878;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-list a:hover {
  color: #323b40;
  text-decoration: underline;
}

.footer-list .txt {
  flex: 1;
}

/* ==================== COLUMN 2: WORKING HOURS ==================== */
.footer-hours {
  margin-bottom: 20px;

}

.footer-cta {
  margin-top: 25px;
}

.btn-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #209E2E;
  color: #ffffff;
  padding: 11px 25.5px;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
max-width: 150px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}



.btn-profile img {
  margin-left: 11px;
}

/* ==================== COLUMN 3: NEWS & SOCIAL ==================== */
.footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: #323b40;
  margin-bottom: 24px;
}

/* News list */
.footer-news {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.news-item {
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
}

.news-item:last-child {
  margin-bottom: 0;
}

/* News link */
.news-link {
  display: flex;
  align-items: center;
  color:#787878;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}



.news-link .ico-leaf {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.news-link .title {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item .date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}

.news-item .ico-cal {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.6;
}

/* Social icons */
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-socials li {
  margin: 0;
}

.footer-socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-socials li a:hover {
  background: #16a34a;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.footer-socials li a img {
  width: 40px;
  height: 40px;
}

/* ==================== COLUMN 4: SUPPORT FORM ==================== */
.footer-form {
  margin-top: 20px;
}

.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form input[type="tel"],
.footer-form textarea {
  width: 100%;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #a6a6a7;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #9ca3af;
  transition: all 0.3s ease;
  margin-bottom: 9px;
  max-width: 316px;
  font-style: normal;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

.footer-form input:focus,
.footer-form textarea:focus {
  outline: none;
  border-color: #209e2e;
  color: #323b40;
}

.footer-form button,
.footer-form input[type="submit"] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 33.5px;
  background: #209e2e;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-form button:hover,
.footer-form input[type="submit"]:hover {
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.footer-form button::after,
.footer-form input[type="submit"]::after {
  content: "›";
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .footer-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .footer-box .entry-paragraph p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .footer-form input[type="text"],
  .footer-form input[type="email"],
  .footer-form input[type="tel"],
  .footer-form textarea {
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .footer-form button,
  .footer-form input[type="submit"] {
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.wrap-single-content > * {
  color: #323b40;
}
.wrap-single-content h1,
.wrap-single-content h2,
.wrap-single-content h3,
.wrap-single-content h4,
.wrap-single-content h5,
.wrap-single-content h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wrap-single-content h3{
margin-bottom: 24px;}
.wrap-single-content p {
  font-family: "Inter", sans-serif;

  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wrap-single-content ul li {
  font-family: "Inter", sans-serif;

  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.wrap-single-content .entry-paragraph img {
  width: 100%;
  height: auto;
}
.site-main .container {
  width: 100%;
  max-width: 1440px;
  padding: 0 75px;
}
.cont-post-page {
  display: flex;
  flex-direction: column;
}

.wrap-post-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.page-navigation {
  width: 100%;
  margin-top: 40px;
}

.page-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.page-nav a {
  text-decoration: none;
}

.page-numbers {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #3e3232;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transition: all 0.3s;
}

.page-numbers i {
  font-size: 18px;
}

.page-numbers.current,
.page-numbers:hover {
  background: #f5f5f5;
  color: #3e3232;
}

.page-navigation {
  width: 100%;
  margin-top: 40px;
}

.page-numbers.prev,
.page-numbers.next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.page-numbers.prev > span,
.page-numbers.next > span {
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0%;
}
a.page-numbers.prev,
a.page-numbers.next {
  width: auto;
  height: 48px;
  padding: 11px 24px;
  border-radius: 30px;
  background: #209e2e;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.wrap-single-content {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  padding: 45px 30px 45px 77px;
}

.l-single-content {
  flex: 1;
}
.l-single-content .entry-title .title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0%;
  color: #1e1e1e;
  margin-bottom: 24px;
}
.r-single-content {
  width: 450px;
  height: 1260px;
  padding: 0 5px 0 30px;
}

.wrap-single-content .post-info {
  width: 100%;
}

.container-single {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.container-single .entry-image img {
  width: 100%;
  height: auto;
}
.title-sidebar-single {
  font-family: SVN-Nexa;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 16px 5px 16px 20px;
  margin-bottom: 20px;
  background: #9bc5ff66;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.entry-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  /* margin: 26px 0 38px 0; */
  font-family: Inter, system-ui, sans-serif;
}

.entry-meta .meta-cat a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #22c55e; /* xanh lá */
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.entry-meta .meta-date,
.entry-meta .meta-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.entry-meta .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}
.entry-meta .icon svg {
  width: 14px;
  height: 14px;
  display: block;
  color: #fff;
}

.entry-meta .meta-author a {
  color: #6b7280;
  text-decoration: none;
}
.entry-meta .meta-author a:hover {
  color: #111827;
  text-decoration: underline;
}
.d-block {
  display: block;
}
.r-single-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.widget.entry {
  background: #fff;
  border-radius: 12px;
}
.widget-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font: 700 16px/1.2 Inter, sans-serif;
  margin: 0 0 12px;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 415px;
}
.search-form label {
  width: 100%;
}
.search-field {
  font-family: "inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0%;
  width: 100%;
  color: #787878;
}
.search-form input[type="search"] {
  padding: 12px 15px;
  border: 1px solid #a6a6a7;
  border-radius: 6px;
  font-style: normal;
}
.search-submit {
  position: absolute;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  color: #454646;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-grid img {
  width: 100%;
  max-width:390px;
  height: auto;
  object-fit: cover;
}

.recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.recent-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.recent-item .thumb {
  width: 100%;
  max-width: 87px;
  height: auto;
}
.recent-item .thumb img {
  width: 100%;
}
.recent-item .title {
  font: 600 14px/1.35 Inter, sans-serif;
  color: #0f172a;
  text-decoration: none;
  display: block;
}
.recent-item .title:hover {
  color:#209E2E;
}
.recent-item .date {
  font: 12px/1 Inter, sans-serif;
  color: #6b7280;
  margin-top: 4px;
}
.site-main .r-single-content .widget-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0%;
  color: #323b40;
}
.site-main .r-single-content .widget {
  margin-bottom: 0;
}
.site-main .r-single-content .widget > ul {
  padding: 0 77px 0 0;
}
.site-main .r-single-content .widget-title::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background: #209e2e;
}
.r-single-content .recent-item .meta {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 87px;
}
.r-single-content .recent-item .meta .title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-item .meta .date {
  margin-top: auto;
  font-size: 12px;
  color: #6b7280;
}

.post-meta-left .label,
.post-meta-left .category-link {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.post-meta-left .label {
  color: #323b40;
}
.post-meta-left .category-link {
  text-decoration: none;
  color: #209e2e;
}
.related .entry-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #323b40;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.related .entry-title::after {
  content: "";
  margin-top: 8px;
  left: 0;
  height: 1px;
  width: 50px;
  background: #209e2e;
  display: block;
}
.related {
  margin-top: 24px;
}

.related .entry-title {
  margin-bottom: 24px;
}

.related .related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2.5vw, 24px);
}
.related .related-item {
  padding: 10px 15px 10px;
  background: #ffffff;
  box-shadow: 0px 0px 32px 0px #00000012;
}
.related .related-item .thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.related .related-item .post-title {
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related .related-item .post-title > * {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  height: 40px;
}
.post-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links svg {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #3a589d;
}

.site-bottom {
  background-color: #169d1109;
  background-image: url("../images/assets/image.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  color: #787878;
  padding: 60px 0 40px;
  position: relative;
  overflow: hidden;
}
.footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #323b40;
  margin-bottom: 24px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  gap: 16px;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-list .txt {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #787878;
}
.footer-list a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #787878;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-list a:hover {
  color: #323b40;
  text-decoration: underline;
}

.footer-list .txt {
  flex: 1;
}

/* ==================== COLUMN 2: WORKING HOURS ==================== */
.footer-hours {
  margin-bottom: 20px;
}

.footer-hours p > * {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: ITALIC;
  font-size: 15.5px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #787878;
  text-decoration: none;
}
.footer-cta {
  margin-top: 25px;
}

.btn-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #209e2e;
  color: #ffffff;
  padding: 11px 25.5px;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.btn-profile img {
  margin-left: 11px;
}

/* ==================== COLUMN 3: NEWS & SOCIAL ==================== */
.footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: #323b40;
  margin-bottom: 24px;
}

/* News list */
.footer-news {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.news-item {
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
}

.news-item:last-child {
  margin-bottom: 0;
}

/* News link */
.news-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.news-link:hover {
color: #209E2E
}

.news-link .ico-leaf {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.news-link .title {
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.news-link:hover .title {
  color: #209E2E;
}
.news-item .date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
}
.news-item:hover .date {
    color: #209E2E;
}
.news-item .ico-cal {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.6;
}

/* Social icons */
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-socials li {
  margin: 0;
}

.footer-socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-socials li a:hover {
  background: #16a34a;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.footer-socials li a img {
  width: 40px;
  height: 40px;
}

/* ==================== COLUMN 4: SUPPORT FORM ==================== */
.footer-form {
  margin-top: 20px;
}
.footer-box p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}


.footer-form input::placeholder,
.footer-form textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.footer-form input:focus,
.footer-form textarea:focus {
  outline: none;
  border-color: #209e2e;
  color: #323b40;
}

.footer-form button,
.footer-form input[type="submit"] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 33.5px;
  background: #209e2e;
  color: #ffffff;
  border: none;
  border-radius: 30px;

  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-form button:hover,
.footer-form input[type="submit"]:hover {
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

.footer-form button::after,
.footer-form input[type="submit"]::after {
  content: "›";
  font-size: 20px;
  font-weight: 700;
  margin-left: 4px;
}

.header-search .search-wrapper {
    position: relative;
}

.header-search .search-toggle {
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.header-search .search-toggle svg {
    width: 23px;
    height: 23px;
}

.header-search .search-toggle:hover {
    opacity: 0.7;
}

/* Form dropdown CHỈ trong header */
.header-search .search-wrapper .search-form {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 350px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    gap: 8px;
    align-items: center;
}

.header-search .search-wrapper .search-form::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

/* Hover -> hiện form CHỈ trong header */
.header-search .search-wrapper .search-form.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-search .search-wrapper .search-form label {
    flex: 1;
    margin: 0;
}

.header-search .search-wrapper .search-field {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.header-search .search-wrapper .search-field:focus {
    border-color: #209E2E;
}

.header-search .search-wrapper .search-submit {
    background: transparent;
    border: none;
    padding: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    right: auto;
}

.header-search .search-wrapper .search-submit svg {
    width: 20px;
    height: 20px;
}



.r-single-content .search-toggle,
.widget .search-toggle {
    display: none;
}

.r-single-content .search-field:focus {
    border-color: #209E2E;
}
.search-field::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none;
}

.search-field::-webkit-search-decoration {
    display: none;
    -webkit-appearance: none;
}

.search-field::-ms-clear {
    display: none;
}

.search-field::-ms-reveal {
    display: none;
}

.l-single-content .entry-meta {
  margin: 18px 0 37px 0;
}
.search-submit:hover{
  opacity: 0.7;
}
.container .cont-post-page .wrap-post-page {
  padding-top: 50px;
}
.container .cont-post-page .wrap-post-page > * {
  color: #323b40;
}
.container .cont-post-page .wrap-post-page p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.social-share-links a {
    color: #333; /* Màu icon mặc định */
    transition: color 0.3s ease;
}

.social-share-links a:hover {
    color: #007bff; /* Màu icon khi hover */
}

ul.social-share-links {
    list-style: none;  
    padding: 0;
    margin: 0;
    display: flex;     
    gap: 12px;      
}


.social-share-links a {
    color: #444; 
    transition: color 0.2s ease-in-out;
}

.social-share-links a:hover {
    color: #007bff; 
}

ul.social-share-links {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex;    
    gap: 8px;         
}

.social-share-links a {
    display: flex;         
    align-items: center;    
    justify-content: center;
    
    width: 32px;            
    height: 32px;         
    
    color: #ffffff;    
    
    border: 1px solid;     
    border-radius: 4px; 
    
    transition: opacity 0.3s ease;
}

.social-share-links a:hover {
    opacity: 0.85;
}


.social-share-links a[href*="facebook.com"] {
    background-color: #3A589D;
    border-color: #3A589D;
}

/* Twitter (X) */
.social-share-links a[href*="twitter.com"] {
    background-color: #2478BA;
    border-color: #2478BA;
}

/* Email */
.social-share-links a[href*="mailto:"] {
    background-color: #323B40;
    border-color: #323B40;
}
.row-footer{
	display: grid;
	grid-template-columns: repeat(4, 1fr);;
	gap: 19px;
}

@media (max-width: 1024px) {
  .row-footer {
    grid-template-columns: repeat(2, 1fr);
  }
  .recent-list{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .recent-item {
    width: calc((100% - 20px) / 2);
  }
  .site-main .r-single-content .widget > ul {
    padding: 0;
  }
}


@media (max-width: 768px) {
    .row-footer {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
      padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
      padding: 0 20px;
    }
}
@media (max-width: 580px) {
    .recent-item {
    	width: 100%;
	}
  .related .related-grid {
        grid-template-columns: 1fr;
    }
}
.formField {
	max-width: 316px;
}
.l-single-content .entry-paragraph ul {
    padding-left: 24px;
}
.l-single-content .entry-paragraph h3{
margin-bottom: 0;}

.social-share-links a[href*="linkedin.com"] {
    background-color: #0A66C2;
    border-color: #0A66C2;
}
.container-footer{
  width:100%;
  max-width: 1440px;
  padding: 0 64px;
  margin: 0 auto;
}
/* --- Thêm màu cho Pinterest --- */
.social-share-links a[href*="pinterest.com"] {
    background-color: #E60023;
    border-color: #E60023;
}
.container-top-footer{
  width: 100%;
  max-width: 1440px;
  padding: 0;
}