@charset "UTF-8";
.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.fs-51 {
  font-size: 51px;
}

.fs-52 {
  font-size: 52px;
}

.fs-53 {
  font-size: 53px;
}

.fs-54 {
  font-size: 54px;
}

.fs-55 {
  font-size: 55px;
}

.fs-56 {
  font-size: 56px;
}

.fs-57 {
  font-size: 57px;
}

.fs-58 {
  font-size: 58px;
}

.fs-59 {
  font-size: 59px;
}

.fs-60 {
  font-size: 60px;
}

.fs-61 {
  font-size: 61px;
}

.fs-62 {
  font-size: 62px;
}

.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}

p {
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2 !important;
  font-weight: 500;
  margin-block-start: 0;
}

/* -------- Default: Desktop (>= 1024px) -------- */
h1 {
  font-size: 64px;
}

h2 {
  font-size: 56px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 24px;
}

/* -------- Tablet (>= 768px and < 1024px) -------- */
@media (max-width: 1023.98px) {
  p {
    line-height: 1.35;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
}
/* -------- Mobile (< 768px) -------- */
@media (max-width: 767.98px) {
  p {
    line-height: 1.2;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
.single-post .breadcrumbs {
  display: none;
}
.single-post #main-header h1,
.single-post #main-header h2,
.single-post #main-header h3,
.single-post #main-header h4,
.single-post #main-header h5,
.single-post #main-header h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  margin-block-start: 1.2rem;
}
.single-post #main-header h2 {
  font-size: 28px;
}
.single-post #main-header h3 {
  font-size: 20px;
}
.single-post #main-header h4,
.single-post #main-header h5,
.single-post #main-header h6 {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .single-post #main-header .post-inner {
    padding: 2rem 3rem;
    max-width: 1200px;
  }
  .single-post #main-header p {
    font-size: 18px;
  }
  .single-post #main-header h1,
  .single-post #main-header h2,
  .single-post #main-header h3,
  .single-post #main-header h4,
  .single-post #main-header h5,
  .single-post #main-header h6 {
    margin-bottom: 1rem;
  }
  .single-post #main-header h2 {
    font-size: 32px;
  }
  .single-post #main-header h3 {
    font-size: 24px;
  }
  .single-post #main-header h4,
  .single-post #main-header h5,
  .single-post #main-header h6 {
    font-size: 20px;
  }
}
.single-post .blog-post * {
  line-height: 1.5;
}
.single-post .blog-post p {
  font-size: 16px;
  margin-bottom: 1rem;
}
.single-post .blog-post h1,
.single-post .blog-post h2,
.single-post .blog-post h3,
.single-post .blog-post h4,
.single-post .blog-post h5,
.single-post .blog-post h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  margin-block-start: 1.2rem;
}
.single-post .blog-post h2 {
  font-size: 28px;
}
.single-post .blog-post h3 {
  font-size: 20px;
}
.single-post .blog-post h4,
.single-post .blog-post h5,
.single-post .blog-post h6 {
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .single-post .blog-post .post-inner {
    padding: 2rem 3rem;
    max-width: 1200px;
  }
  .single-post .blog-post p {
    font-size: 18px;
  }
  .single-post .blog-post h1,
  .single-post .blog-post h2,
  .single-post .blog-post h3,
  .single-post .blog-post h4,
  .single-post .blog-post h5,
  .single-post .blog-post h6 {
    margin-bottom: 1rem;
  }
  .single-post .blog-post h2 {
    font-size: 32px;
  }
  .single-post .blog-post h3 {
    font-size: 24px;
  }
  .single-post .blog-post h4,
  .single-post .blog-post h5,
  .single-post .blog-post h6 {
    font-size: 20px;
  }
}
.single-post .blog-post img {
  border-radius: 16px;
}
.single-post .blog-post .featured-media {
  border-radius: 16px;
}
.single-post .blog-post .post-inner {
  padding: 1.5rem 0.5rem;
  margin: 0 auto;
}
.single-post .blog-post .intro-text {
  font-size: 24px;
  padding: 0;
  color: var(--primary-color-50);
}
.single-post .blog-post .intro-text p {
  margin-bottom: 0;
}
.single-post .blog-post blockquote {
  margin: 2rem 0;
  position: relative;
  border-left: 5px solid #cdd8d7;
  padding: 0 2rem 0rem 2rem;
  font-size: 24px;
}
.single-post .blog-post blockquote:before {
  content: "";
  background-color: var(--primary-color);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M10.8307 16.9085C10.8307 19.0568 8.85018 21.0202 6.37421 21.0202C2.28293 21.0202 0.5 17.9935 0.5 13.9532C0.5 9.31575 5.17431 4.84346 9.41518 2.97999L10.548 4.80457C7.05383 6.4978 4.44216 8.79355 4.07206 12.6426H5.51759C7.06553 12.6426 8.67359 12.8921 9.74711 14.0046C10.5125 14.7989 10.8307 15.8102 10.8307 16.9085ZM23.5 16.9085C23.5 19.0568 21.5195 21.0202 19.0435 21.0202C14.9522 21.0202 13.1693 17.9934 13.1693 13.9532C13.1693 9.31574 17.8436 4.84345 22.0844 2.97998L23.2173 4.80456C19.7231 6.49779 17.1114 8.79355 16.7413 12.6426C18.3179 12.6426 19.6259 12.5854 20.791 13.0023C22.6054 13.6516 23.5 15.0542 23.5 16.9085Z'/></svg>") no-repeat center;
  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M10.8307 16.9085C10.8307 19.0568 8.85018 21.0202 6.37421 21.0202C2.28293 21.0202 0.5 17.9935 0.5 13.9532C0.5 9.31575 5.17431 4.84346 9.41518 2.97999L10.548 4.80457C7.05383 6.4978 4.44216 8.79355 4.07206 12.6426H5.51759C7.06553 12.6426 8.67359 12.8921 9.74711 14.0046C10.5125 14.7989 10.8307 15.8102 10.8307 16.9085ZM23.5 16.9085C23.5 19.0568 21.5195 21.0202 19.0435 21.0202C14.9522 21.0202 13.1693 17.9934 13.1693 13.9532C13.1693 9.31574 17.8436 4.84345 22.0844 2.97998L23.2173 4.80456C19.7231 6.49779 17.1114 8.79355 16.7413 12.6426C18.3179 12.6426 19.6259 12.5854 20.791 13.0023C22.6054 13.6516 23.5 15.0542 23.5 16.9085Z'/></svg>") no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 2rem;
  bottom: 0.2rem;
}
.single-post .blog-post blockquote:has(> *:only-child):before {
  display: none;
}
.single-post .blog-post blockquote p {
  font-size: 20px;
}
.single-post .blog-post blockquote > *:last-child:not(:first-child) {
  padding-left: 2rem;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color-50);
}
@media screen and (min-width: 1200px) {
  .single-post .blog-post .post-inner {
    padding: 2rem 3rem;
    max-width: 1200px;
  }
  .single-post .blog-post p {
    font-size: 18px;
  }
  .single-post .blog-post blockquote {
    padding: 0 3rem 0 3rem;
  }
  .single-post .blog-post blockquote:before {
    width: 24px;
    height: 24px;
    left: 3rem;
  }
  .single-post .blog-post blockquote:has(> *:only-child):before {
    display: none;
  }
  .single-post .blog-post blockquote p {
    font-size: 24px;
  }
  .single-post .blog-post blockquote > *:last-child:not(:first-child) {
    padding-left: 2rem;
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color-50);
  }
  .single-post .blog-post img {
    margin-bottom: 1rem;
  }
  .single-post .blog-post .wp-caption-text {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    margin-top: 0;
  }
}

:root {
  --content-width: 1520px;
  --content-width-tablet: 1280px;
}

.box-rounded {
  border-radius: 8px;
}

.section-rounded {
  border-radius: 16px;
}

.no-background {
  background: unset;
}

.rounded-base,
*.rounded-base {
  border-radius: 8px !important;
}

.color-yellow {
  color: var(--btn-bg-color);
}

@keyframes zoom-loop-1s {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-1s {
  animation: zoom-loop-1s 1s ease-in-out infinite;
}

@keyframes zoom-loop-2s {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.12);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-2s {
  animation: zoom-loop-2s 2s ease-in-out infinite;
}

@keyframes zoom-loop-3s {
  0% {
    transform: scale(1);
  }
  16.6666666667% {
    transform: scale(1.12);
  }
  33.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-3s {
  animation: zoom-loop-3s 3s ease-in-out infinite;
}

@keyframes zoom-loop-4s {
  0% {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.12);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-4s {
  animation: zoom-loop-4s 4s ease-in-out infinite;
}

@keyframes zoom-loop-5s {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.12);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-5s {
  animation: zoom-loop-5s 5s ease-in-out infinite;
}

@keyframes zoom-loop-6s {
  0% {
    transform: scale(1);
  }
  8.3333333333% {
    transform: scale(1.12);
  }
  16.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-6s {
  animation: zoom-loop-6s 6s ease-in-out infinite;
}

@keyframes zoom-loop-7s {
  0% {
    transform: scale(1);
  }
  7.1428571429% {
    transform: scale(1.12);
  }
  14.2857142857% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-7s {
  animation: zoom-loop-7s 7s ease-in-out infinite;
}

@keyframes zoom-loop-8s {
  0% {
    transform: scale(1);
  }
  6.25% {
    transform: scale(1.12);
  }
  12.5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-8s {
  animation: zoom-loop-8s 8s ease-in-out infinite;
}

@keyframes zoom-loop-9s {
  0% {
    transform: scale(1);
  }
  5.5555555556% {
    transform: scale(1.12);
  }
  11.1111111111% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-9s {
  animation: zoom-loop-9s 9s ease-in-out infinite;
}

@keyframes zoom-loop-10s {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.12);
  }
  10% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-10s {
  animation: zoom-loop-10s 10s ease-in-out infinite;
}

@keyframes zoom-loop-11s {
  0% {
    transform: scale(1);
  }
  4.5454545455% {
    transform: scale(1.12);
  }
  9.0909090909% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-11s {
  animation: zoom-loop-11s 11s ease-in-out infinite;
}

@keyframes zoom-loop-12s {
  0% {
    transform: scale(1);
  }
  4.1666666667% {
    transform: scale(1.12);
  }
  8.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-12s {
  animation: zoom-loop-12s 12s ease-in-out infinite;
}

@keyframes zoom-loop-13s {
  0% {
    transform: scale(1);
  }
  3.8461538462% {
    transform: scale(1.12);
  }
  7.6923076923% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-13s {
  animation: zoom-loop-13s 13s ease-in-out infinite;
}

@keyframes zoom-loop-14s {
  0% {
    transform: scale(1);
  }
  3.5714285714% {
    transform: scale(1.12);
  }
  7.1428571429% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-14s {
  animation: zoom-loop-14s 14s ease-in-out infinite;
}

@keyframes zoom-loop-15s {
  0% {
    transform: scale(1);
  }
  3.3333333333% {
    transform: scale(1.12);
  }
  6.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-15s {
  animation: zoom-loop-15s 15s ease-in-out infinite;
}

@keyframes zoom-loop-16s {
  0% {
    transform: scale(1);
  }
  3.125% {
    transform: scale(1.12);
  }
  6.25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-16s {
  animation: zoom-loop-16s 16s ease-in-out infinite;
}

@keyframes zoom-loop-17s {
  0% {
    transform: scale(1);
  }
  2.9411764706% {
    transform: scale(1.12);
  }
  5.8823529412% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-17s {
  animation: zoom-loop-17s 17s ease-in-out infinite;
}

@keyframes zoom-loop-18s {
  0% {
    transform: scale(1);
  }
  2.7777777778% {
    transform: scale(1.12);
  }
  5.5555555556% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-18s {
  animation: zoom-loop-18s 18s ease-in-out infinite;
}

@keyframes zoom-loop-19s {
  0% {
    transform: scale(1);
  }
  2.6315789474% {
    transform: scale(1.12);
  }
  5.2631578947% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-19s {
  animation: zoom-loop-19s 19s ease-in-out infinite;
}

@keyframes zoom-loop-20s {
  0% {
    transform: scale(1);
  }
  2.5% {
    transform: scale(1.12);
  }
  5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-20s {
  animation: zoom-loop-20s 20s ease-in-out infinite;
}

.icon-box-list-2 {
  border-top: 1px dashed rgba(255, 255, 255, 0.2509803922);
}
.icon-box-list-2 > div {
  padding: 16px 0 16px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2509803922);
}
.icon-box-list-2 > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.icon-box-list-2 > div:last-child {
  padding-right: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .icon-box-list-2 > div {
    border-bottom: 0;
    padding: 40px 24px 64px 24px;
  }
  .icon-box-list-2 > div:nth-child(2n+1) {
    border-right: 1px dashed rgba(255, 255, 255, 0.2509803922);
    padding-left: 0;
  }
  .icon-box-list-2 > div:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .icon-box-list-2 > div:last-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .icon-box-list-2 > div {
    border-right: 1px dashed rgba(255, 255, 255, 0.2509803922);
  }
  .icon-box-list-2 > div:nth-child(2n+1) {
    padding-left: 24px;
  }
}

.feature-list-with-border li {
  border-top: 1px solid rgba(4, 59, 55, 0.1019607843);
  padding-top: 30px;
}

.gallery-no-border .gallery-item {
  margin-top: 0 !important;
}
.gallery-no-border img {
  border: none !important;
}

:root {
  --content-width: 1520px;
  --content-width-tablet: 1280px;
}

.box-rounded {
  border-radius: 8px;
}

.section-rounded {
  border-radius: 16px;
}

.no-background {
  background: unset;
}

.rounded-base,
*.rounded-base {
  border-radius: 8px !important;
}

.color-yellow {
  color: var(--btn-bg-color);
}

@keyframes zoom-loop-1s {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-1s {
  animation: zoom-loop-1s 1s ease-in-out infinite;
}

@keyframes zoom-loop-2s {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.12);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-2s {
  animation: zoom-loop-2s 2s ease-in-out infinite;
}

@keyframes zoom-loop-3s {
  0% {
    transform: scale(1);
  }
  16.6666666667% {
    transform: scale(1.12);
  }
  33.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-3s {
  animation: zoom-loop-3s 3s ease-in-out infinite;
}

@keyframes zoom-loop-4s {
  0% {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.12);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-4s {
  animation: zoom-loop-4s 4s ease-in-out infinite;
}

@keyframes zoom-loop-5s {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.12);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-5s {
  animation: zoom-loop-5s 5s ease-in-out infinite;
}

@keyframes zoom-loop-6s {
  0% {
    transform: scale(1);
  }
  8.3333333333% {
    transform: scale(1.12);
  }
  16.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-6s {
  animation: zoom-loop-6s 6s ease-in-out infinite;
}

@keyframes zoom-loop-7s {
  0% {
    transform: scale(1);
  }
  7.1428571429% {
    transform: scale(1.12);
  }
  14.2857142857% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-7s {
  animation: zoom-loop-7s 7s ease-in-out infinite;
}

@keyframes zoom-loop-8s {
  0% {
    transform: scale(1);
  }
  6.25% {
    transform: scale(1.12);
  }
  12.5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-8s {
  animation: zoom-loop-8s 8s ease-in-out infinite;
}

@keyframes zoom-loop-9s {
  0% {
    transform: scale(1);
  }
  5.5555555556% {
    transform: scale(1.12);
  }
  11.1111111111% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-9s {
  animation: zoom-loop-9s 9s ease-in-out infinite;
}

@keyframes zoom-loop-10s {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.12);
  }
  10% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-10s {
  animation: zoom-loop-10s 10s ease-in-out infinite;
}

@keyframes zoom-loop-11s {
  0% {
    transform: scale(1);
  }
  4.5454545455% {
    transform: scale(1.12);
  }
  9.0909090909% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-11s {
  animation: zoom-loop-11s 11s ease-in-out infinite;
}

@keyframes zoom-loop-12s {
  0% {
    transform: scale(1);
  }
  4.1666666667% {
    transform: scale(1.12);
  }
  8.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-12s {
  animation: zoom-loop-12s 12s ease-in-out infinite;
}

@keyframes zoom-loop-13s {
  0% {
    transform: scale(1);
  }
  3.8461538462% {
    transform: scale(1.12);
  }
  7.6923076923% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-13s {
  animation: zoom-loop-13s 13s ease-in-out infinite;
}

@keyframes zoom-loop-14s {
  0% {
    transform: scale(1);
  }
  3.5714285714% {
    transform: scale(1.12);
  }
  7.1428571429% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-14s {
  animation: zoom-loop-14s 14s ease-in-out infinite;
}

@keyframes zoom-loop-15s {
  0% {
    transform: scale(1);
  }
  3.3333333333% {
    transform: scale(1.12);
  }
  6.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-15s {
  animation: zoom-loop-15s 15s ease-in-out infinite;
}

@keyframes zoom-loop-16s {
  0% {
    transform: scale(1);
  }
  3.125% {
    transform: scale(1.12);
  }
  6.25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-16s {
  animation: zoom-loop-16s 16s ease-in-out infinite;
}

@keyframes zoom-loop-17s {
  0% {
    transform: scale(1);
  }
  2.9411764706% {
    transform: scale(1.12);
  }
  5.8823529412% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-17s {
  animation: zoom-loop-17s 17s ease-in-out infinite;
}

@keyframes zoom-loop-18s {
  0% {
    transform: scale(1);
  }
  2.7777777778% {
    transform: scale(1.12);
  }
  5.5555555556% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-18s {
  animation: zoom-loop-18s 18s ease-in-out infinite;
}

@keyframes zoom-loop-19s {
  0% {
    transform: scale(1);
  }
  2.6315789474% {
    transform: scale(1.12);
  }
  5.2631578947% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-19s {
  animation: zoom-loop-19s 19s ease-in-out infinite;
}

@keyframes zoom-loop-20s {
  0% {
    transform: scale(1);
  }
  2.5% {
    transform: scale(1.12);
  }
  5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-20s {
  animation: zoom-loop-20s 20s ease-in-out infinite;
}

.circle-image {
  border-radius: 9999px !important;
}
.circle-image img {
  border-radius: 9999px !important;
}

.text-sologan {
  margin-bottom: 0.5rem;
}
.text-sologan > div {
  font-weight: 500;
  line-height: 1.2;
  padding-left: 1.2rem;
  position: relative;
  display: inline-block;
}
.text-sologan > div:before {
  content: "";
  background-color: var(--primary-color);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'><path d='M11.3661 7.84125L4.36608 15.3413C4.29189 15.4204 4.19398 15.4733 4.0871 15.4919C3.98022 15.5106 3.87019 15.4939 3.77359 15.4445C3.677 15.3952 3.59909 15.3157 3.55162 15.2181C3.50415 15.1206 3.4897 15.0102 3.51045 14.9038L4.4267 10.3206L0.824825 8.96813C0.74747 8.93919 0.678487 8.89154 0.62404 8.82944C0.569592 8.76734 0.531375 8.69272 0.512804 8.61225C0.494233 8.53177 0.495886 8.44795 0.517615 8.36827C0.539344 8.28859 0.580472 8.21553 0.637325 8.15563L7.63733 0.655626C7.71151 0.57646 7.80942 0.52357 7.9163 0.504936C8.02318 0.486302 8.13321 0.502936 8.22981 0.552327C8.3264 0.601717 8.40431 0.681185 8.45178 0.778739C8.49925 0.876293 8.5137 0.986639 8.49295 1.09313L7.5742 5.68125L11.1761 7.03188C11.2529 7.06101 11.3213 7.1086 11.3753 7.17045C11.4293 7.23231 11.4673 7.30652 11.4858 7.38652C11.5044 7.46653 11.5029 7.54987 11.4816 7.62918C11.4603 7.70849 11.4197 7.78132 11.3636 7.84125H11.3661Z'/></svg>") no-repeat center;
  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'><path d='M11.3661 7.84125L4.36608 15.3413C4.29189 15.4204 4.19398 15.4733 4.0871 15.4919C3.98022 15.5106 3.87019 15.4939 3.77359 15.4445C3.677 15.3952 3.59909 15.3157 3.55162 15.2181C3.50415 15.1206 3.4897 15.0102 3.51045 14.9038L4.4267 10.3206L0.824825 8.96813C0.74747 8.93919 0.678487 8.89154 0.62404 8.82944C0.569592 8.76734 0.531375 8.69272 0.512804 8.61225C0.494233 8.53177 0.495886 8.44795 0.517615 8.36827C0.539344 8.28859 0.580472 8.21553 0.637325 8.15563L7.63733 0.655626C7.71151 0.57646 7.80942 0.52357 7.9163 0.504936C8.02318 0.486302 8.13321 0.502936 8.22981 0.552327C8.3264 0.601717 8.40431 0.681185 8.45178 0.778739C8.49925 0.876293 8.5137 0.986639 8.49295 1.09313L7.5742 5.68125L11.1761 7.03188C11.2529 7.06101 11.3213 7.1086 11.3753 7.17045C11.4293 7.23231 11.4673 7.30652 11.4858 7.38652C11.5044 7.46653 11.5029 7.54987 11.4816 7.62918C11.4603 7.70849 11.4197 7.78132 11.3636 7.84125H11.3661Z'/></svg>") no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.addtoany_shortcode_wrapper {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.addtoany_shortcode_wrapper .share-title {
  font-size: 14px;
}
.addtoany_shortcode_wrapper .addtoany_shortcode .addtoany_list {
  display: flex;
  gap: 0.5rem;
}
.addtoany_shortcode_wrapper .addtoany_shortcode .addtoany_list a {
  border-radius: 999px;
  background-color: rgba(4, 59, 55, 0.0784313725);
  width: 28px;
  height: 28px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.addtoany_shortcode_wrapper .addtoany_shortcode .addtoany_list a img {
  margin: 0;
  border-radius: 0;
  width: 16px;
}
@media (min-width: 768px) {
  .addtoany_shortcode_wrapper .share-title {
    font-size: 18px;
  }
  .addtoany_shortcode_wrapper .addtoany_shortcode .addtoany_list a {
    width: 40px;
    height: 40px;
  }
  .addtoany_shortcode_wrapper .addtoany_shortcode .addtoany_list a img {
    margin: 0;
    border-radius: 0;
    width: auto;
  }
}

.swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}

.swiper-wrapper {
  align-items: stretch;
}

.related-posts-section {
  background: linear-gradient(135deg, hsl(258, 100%, 97%) 0%, #e9eef9 100%);
  backdrop-filter: blur(16px);
}

.post-list .premium-blog-post-outer-container .premium-blog-post-container {
  border: 1px solid #D2DDD2;
  border-radius: 16px;
}

.premium-blog-post-outer-container .premium-blog-post-container {
  height: inherit;
  flex-grow: 1;
}
.premium-blog-post-outer-container .premium-blog-post-container img {
  border-radius: 16px;
}
.premium-blog-post-outer-container .premium-blog-thumbnail-container .thumbnail-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 4:3 ratio = 3 / 4 = 0.75 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.premium-blog-post-outer-container .premium-blog-post-content {
  color: var(--primary-color-80);
}
.premium-blog-post-outer-container .post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premium-blog-post-outer-container .post-meta .post-date {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color-50);
}
.premium-blog-post-outer-container .post-meta .read-more {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}
.premium-blog-post-outer-container .post-meta .read-more path {
  fill: #fff;
}
.premium-blog-post-outer-container .post-meta .read-more:hover {
  background-color: #011918;
}

.premium-blog-post-outer-container .premium-blog-post-container .premium-blog-entry-title {
  margin-top: 0;
}
.premium-blog-post-outer-container .premium-blog-post-container .premium-blog-entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumb-effect-wrapper {
  overflow: hidden;
  flex-shrink: 0;
}

.premium-blog-post-container {
  display: flex;
  flex-direction: column;
}
.premium-blog-post-container .premium-blog-content-wrapper {
  background-color: #fff;
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.premium-blog-post-container .premium-blog-content-wrapper .premium-blog-inner-container {
  flex-grow: 1;
  justify-content: space-between;
}
.premium-blog-post-container .premium-blog-post-content {
  font-size: 15px;
}
.premium-blog-post-container .premium-blog-entry-title {
  margin-top: 0;
  font-size: 18px;
}
.premium-blog-post-container .premium-blog-meta-data a {
  font-size: 15px;
  color: rgba(4, 59, 55, 0.6);
}
.premium-blog-post-container .premium-blog-entry-meta {
  margin-bottom: 4px;
}
.premium-blog-post-container .premium-blog-entry-meta i {
  display: none;
}
@media screen and (min-width: 1280px) {
  .premium-blog-post-container .premium-blog-content-wrapper {
    background-color: #fff;
    padding: 2rem;
  }
  .premium-blog-post-container .premium-blog-entry-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.author-box {
  background-color: #ddefe2;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 20px;
  font-size: 16px;
}
.author-box .author-avatar {
  flex-shrink: 0;
  width: 150px;
}
.author-box .author-info {
  display: flex;
  flex-direction: column;
}
.author-box .author-info .author-name {
  order: 1;
}
.author-box .author-info .author-job-title {
  font-weight: 500;
  order: 2;
}
.author-box .author-info .bio {
  font-size: 16px;
  line-height: 1.5;
  margin: 1rem 0;
  order: 4;
}
.author-box .author-info .author-contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  order: 3;
}
.author-box .author-info .author-contact > div {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .author-box .author-info .author-job-title {
    font-size: 18px;
  }
  .author-box .author-info .bio {
    font-size: 16px;
    order: 3;
    margin-top: 0;
  }
  .author-box .author-info .author-contact {
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .author-box {
    flex-direction: row;
  }
  .author-box .author-avatar {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .author-box {
    padding: 40px;
    column-gap: 50px;
    font-size: 16px;
  }
  .author-box .author-avatar {
    width: 260px;
  }
  .author-box .bio {
    font-size: 18px;
  }
  .author-box .author-contact {
    column-gap: 1rem;
    flex-direction: row;
  }
}

.elementor-icon-list-icon {
  color: inherit;
}
.elementor-icon-list-icon svg {
  color: inherit !important;
}

.section-page-banner {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 547px;
  background-size: cover;
  background-position: bottom center;
}
.section-page-banner > .elementor-element {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}
.section-page-banner .page-title {
  line-height: 1.1 !important;
  max-width: 560px;
}
@media (min-width: 768px) {
  .section-page-banner {
    padding-top: 65px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1280px) {
  .section-page-banner {
    padding-top: 105px !important;
    padding-bottom: 200px !important;
  }
}

.wpcf7-not-valid-tip {
  margin-left: 0;
}

.contact-section .right-column.contact-form-container .contact-form-innter {
  background-color: #033b37;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
  max-width: 620px;
}
.contact-section .right-column.contact-form-container .contact-form-innter:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 6px;
  top: 12px;
  left: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='8' viewBox='0 0 39 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.21484' cy='4' r='4' fill='%23CBFF69'/%3E%3Ccircle cx='16.2148' cy='4' r='4' fill='%23CBFF69'/%3E%3Ccircle cx='28.2148' cy='4' r='4' fill='%23CBFF69'/%3E%3C/svg%3E%0A");
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box {
  border-radius: 16px !important;
  background-color: #fff;
  padding: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box {
    padding: 20px 32px !important;
  }
}
@media (min-width: 1280px) {
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box {
    padding: 24px 40px !important;
  }
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form {
  position: relative;
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form label {
  font-size: 12px;
}
@media (min-width: 768px) {
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form label {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form label {
    font-size: 16px;
  }
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form input,
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form textarea {
  font-size: 12px;
}
@media (min-width: 768px) {
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form input,
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form textarea {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form input,
  .contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form textarea {
    font-size: 16px;
  }
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box input[type=submit] {
  background-color: var(--btn-bg-color) !important;
  width: 100%;
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box input[type=submit]:hover {
  background-color: var(--btn-hover-color) !important;
}
.contact-section .right-column.contact-form-container .contact-form-innter .contact-form-box .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  margin: 0;
}
.contact-section .wpcf7-form input {
  padding: 0.6rem 16px;
}
.contact-section .wpcf7-form input:placeholder {
  color: #D2DDD2;
}
@media (min-width: 768px) {
  .contact-section .wpcf7-form input {
    padding: 1rem 22px;
  }
}
.contact-section .wpcf7-form textarea {
  padding: 1rem 18px;
}
.contact-section .wpcf7-form textarea:placeholder {
  color: #D2DDD2;
}

.ajax-post-list.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}

.ajax-post-list.loading::after {
  content: "Đang tải...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.custom-pagination-wrapper,
.pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.custom-pagination-wrapper .nav-next-text,
.custom-pagination-wrapper .nav-prev-text,
.pagination-wrapper .nav-next-text,
.pagination-wrapper .nav-prev-text {
  display: flex;
  align-items: center;
  color: #959E95;
}
.custom-pagination-wrapper .nav-next-text:hover,
.custom-pagination-wrapper .nav-prev-text:hover,
.pagination-wrapper .nav-next-text:hover,
.pagination-wrapper .nav-prev-text:hover {
  color: var(--primary-color);
}
.custom-pagination-wrapper .pagination,
.custom-pagination-wrapper .nav-links,
.pagination-wrapper .pagination,
.pagination-wrapper .nav-links {
  display: flex;
  column-gap: 0.75rem;
  row-gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.custom-pagination-wrapper .pagination a,
.custom-pagination-wrapper .pagination .page-numbers:not(.next),
.custom-pagination-wrapper .pagination .page-numbers:not(.prev),
.custom-pagination-wrapper .nav-links a,
.custom-pagination-wrapper .nav-links .page-numbers:not(.next),
.custom-pagination-wrapper .nav-links .page-numbers:not(.prev),
.pagination-wrapper .pagination a,
.pagination-wrapper .pagination .page-numbers:not(.next),
.pagination-wrapper .pagination .page-numbers:not(.prev),
.pagination-wrapper .nav-links a,
.pagination-wrapper .nav-links .page-numbers:not(.next),
.pagination-wrapper .nav-links .page-numbers:not(.prev) {
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D2DDD2;
  border-radius: 9999px;
  color: #959E95;
  background-color: #ffffff;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .custom-pagination-wrapper .pagination a,
  .custom-pagination-wrapper .pagination .page-numbers:not(.next),
  .custom-pagination-wrapper .pagination .page-numbers:not(.prev),
  .custom-pagination-wrapper .nav-links a,
  .custom-pagination-wrapper .nav-links .page-numbers:not(.next),
  .custom-pagination-wrapper .nav-links .page-numbers:not(.prev),
  .pagination-wrapper .pagination a,
  .pagination-wrapper .pagination .page-numbers:not(.next),
  .pagination-wrapper .pagination .page-numbers:not(.prev),
  .pagination-wrapper .nav-links a,
  .pagination-wrapper .nav-links .page-numbers:not(.next),
  .pagination-wrapper .nav-links .page-numbers:not(.prev) {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.custom-pagination-wrapper .pagination a.active, .custom-pagination-wrapper .pagination a:hover, .custom-pagination-wrapper .pagination a.current,
.custom-pagination-wrapper .pagination .page-numbers:not(.next).active,
.custom-pagination-wrapper .pagination .page-numbers:not(.next):hover,
.custom-pagination-wrapper .pagination .page-numbers:not(.next).current,
.custom-pagination-wrapper .pagination .page-numbers:not(.prev).active,
.custom-pagination-wrapper .pagination .page-numbers:not(.prev):hover,
.custom-pagination-wrapper .pagination .page-numbers:not(.prev).current,
.custom-pagination-wrapper .nav-links a.active,
.custom-pagination-wrapper .nav-links a:hover,
.custom-pagination-wrapper .nav-links a.current,
.custom-pagination-wrapper .nav-links .page-numbers:not(.next).active,
.custom-pagination-wrapper .nav-links .page-numbers:not(.next):hover,
.custom-pagination-wrapper .nav-links .page-numbers:not(.next).current,
.custom-pagination-wrapper .nav-links .page-numbers:not(.prev).active,
.custom-pagination-wrapper .nav-links .page-numbers:not(.prev):hover,
.custom-pagination-wrapper .nav-links .page-numbers:not(.prev).current,
.pagination-wrapper .pagination a.active,
.pagination-wrapper .pagination a:hover,
.pagination-wrapper .pagination a.current,
.pagination-wrapper .pagination .page-numbers:not(.next).active,
.pagination-wrapper .pagination .page-numbers:not(.next):hover,
.pagination-wrapper .pagination .page-numbers:not(.next).current,
.pagination-wrapper .pagination .page-numbers:not(.prev).active,
.pagination-wrapper .pagination .page-numbers:not(.prev):hover,
.pagination-wrapper .pagination .page-numbers:not(.prev).current,
.pagination-wrapper .nav-links a.active,
.pagination-wrapper .nav-links a:hover,
.pagination-wrapper .nav-links a.current,
.pagination-wrapper .nav-links .page-numbers:not(.next).active,
.pagination-wrapper .nav-links .page-numbers:not(.next):hover,
.pagination-wrapper .nav-links .page-numbers:not(.next).current,
.pagination-wrapper .nav-links .page-numbers:not(.prev).active,
.pagination-wrapper .nav-links .page-numbers:not(.prev):hover,
.pagination-wrapper .nav-links .page-numbers:not(.prev).current {
  color: var(--primary-color);
  border: none;
  background-color: var(--btn-bg-color);
}
.custom-pagination-wrapper .pagination a.next, .custom-pagination-wrapper .pagination a.prev,
.custom-pagination-wrapper .pagination .page-numbers:not(.next).next,
.custom-pagination-wrapper .pagination .page-numbers:not(.next).prev,
.custom-pagination-wrapper .pagination .page-numbers:not(.prev).next,
.custom-pagination-wrapper .pagination .page-numbers:not(.prev).prev,
.custom-pagination-wrapper .nav-links a.next,
.custom-pagination-wrapper .nav-links a.prev,
.custom-pagination-wrapper .nav-links .page-numbers:not(.next).next,
.custom-pagination-wrapper .nav-links .page-numbers:not(.next).prev,
.custom-pagination-wrapper .nav-links .page-numbers:not(.prev).next,
.custom-pagination-wrapper .nav-links .page-numbers:not(.prev).prev,
.pagination-wrapper .pagination a.next,
.pagination-wrapper .pagination a.prev,
.pagination-wrapper .pagination .page-numbers:not(.next).next,
.pagination-wrapper .pagination .page-numbers:not(.next).prev,
.pagination-wrapper .pagination .page-numbers:not(.prev).next,
.pagination-wrapper .pagination .page-numbers:not(.prev).prev,
.pagination-wrapper .nav-links a.next,
.pagination-wrapper .nav-links a.prev,
.pagination-wrapper .nav-links .page-numbers:not(.next).next,
.pagination-wrapper .nav-links .page-numbers:not(.next).prev,
.pagination-wrapper .nav-links .page-numbers:not(.prev).next,
.pagination-wrapper .nav-links .page-numbers:not(.prev).prev {
  border: 0;
  width: unset;
  height: unset;
  background-color: unset;
}

.post-in-category-tab .category-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.post-in-category-tab .premium-blog-thumb-effect-wrapper {
  width: 150px;
  padding: 1rem 0 1rem 1rem;
}
.post-in-category-tab .premium-blog-thumbnail-container {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}
.post-in-category-tab .premium-blog-post-container .premium-blog-entry-title {
  font-size: 16px;
}
.post-in-category-tab .premium-blog-post-container .premium-blog-post-content {
  font-size: 12px;
}
@media (min-width: 768px) {
  .post-in-category-tab .premium-blog-thumb-effect-wrapper {
    width: 100%;
    padding: 0;
  }
  .post-in-category-tab .premium-blog-post-container .premium-blog-post-content {
    font-size: 16px;
  }
}

.featured-post .feature-post-title {
  font-size: 28px;
}
.featured-post .post-description {
  font-size: 14px;
}
@media (min-width: 768px) {
  .featured-post .feature-post-title {
    font-size: 36px;
  }
  .featured-post .post-description {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .featured-post .feature-post-title {
    font-size: 48px;
  }
}

.image-swiper.square .swiper-slide-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
}
.image-swiper.square .swiper-slide-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.premium-carousel-dots-below .slick-dots {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px !important;
}
.premium-carousel-dots-below .slick-dots li {
  color: #919d91 !important;
}
.premium-carousel-dots-below .slick-dots li.slick-active {
  color: var(--primary-color) !important;
  box-shadow: 0 0 0 1px var(--primary-color);
  border-radius: 9999px;
}

.bg-blur {
  backdrop-filter: blur(20px);
}

.custom-timeline {
  position: relative;
  padding: 160px 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.custom-timeline .timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  background: var(--btn-bg-color);
  z-index: 1;
  transform: translateY(-50%);
}
.custom-timeline .timeline-events {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 2;
  min-width: max-content;
}
.custom-timeline .timeline-item {
  position: relative;
  /* item lẻ mặc định nằm dưới */
}
.custom-timeline .timeline-item .timeline-dot {
  width: 12px;
  height: 12px;
  background: var(--btn-bg-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: 0px;
}
.custom-timeline .timeline-item .timeline-inner {
  position: relative;
  width: 165px;
  flex-shrink: 0;
  text-align: left;
  transform: translateY(95px);
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  height: 100%;
}
.custom-timeline .timeline-item .timeline-title {
  font-size: 16px;
  font-weight: 500;
}
.custom-timeline .timeline-item .timeline-year {
  font-weight: bold;
  color: var(--btn-bg-color);
  margin-bottom: 10px;
  font-size: 18px;
}
.custom-timeline .timeline-item .timeline-content {
  font-size: 14px;
  color: #fff;
  white-space: normal;
}
.custom-timeline .timeline-item .desc {
  font-size: 12px;
}
.custom-timeline .timeline-item.top .timeline-inner {
  transform: translateY(-95px);
  padding-bottom: 10px;
  padding-top: 0;
  justify-content: end;
}
.custom-timeline .timeline-item.top .timeline-year {
  margin-bottom: 0;
}
.custom-timeline .timeline-item.top .desc {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .custom-timeline {
    padding: 200px 0;
  }
  .custom-timeline .timeline-item .timeline-inner {
    width: 170px;
  }
  .custom-timeline .timeline-item .timeline-title {
    font-size: 18px;
  }
  .custom-timeline .timeline-item .desc {
    font-size: 14px;
  }
}

.box-customer-stat .king-addons-card-carousel-card {
  align-items: center;
}
.box-customer-stat .king-addons-card-carousel-card-inner {
  width: 335px;
  height: 335px;
  justify-content: center;
}
.box-customer-stat .king-addons-card-carousel-card-inner .king-addons-card-carousel-title {
  line-height: 1;
}
@media (min-width: 1280px) {
  .box-customer-stat .king-addons-card-carousel-card-inner {
    width: 390px;
    height: 390px;
  }
}

.customer-reviews .king-addons-testimonial-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.customer-reviews .king-addons-testimonial-content-inner .king-addons-testimonial-person-wrapper {
  margin-bottom: 0;
  order: 1;
}
@media (min-width: 768px) {
  .customer-reviews {
    mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.7) 5%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.9) 95%, rgb(255, 255, 255) 100%);
  }
  .customer-reviews .elementor-widget-king-addons-testimonial {
    overflow: hidden;
  }
}

.swiper-pagination {
  position: relative !important;
  margin-top: 12px;
  text-align: left !important;
  padding-left: 4px;
  /* Tạo outline có padding bằng pseudo-element */
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #B6C8CC;
  border-radius: 50%;
  margin-right: 10px !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.v-slider .king-addons-feature-list-content-wrap {
  padding-top: 30px;
}
.v-slider .king-addons-feature-list-title {
  position: relative;
}
.v-slider .king-addons-feature-list-title:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #29994B;
  position: absolute;
  top: -14px;
  left: 0;
}

.stats-box {
  position: relative;
}
.stats-box .stat-description.collapsed {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0;
}
.stats-box .toggle-btn,
.stats-box button.toggle-btn {
  width: 24px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.206909' width='24' height='24' rx='12' fill='%23CBFF69'/%3E%3Cpath d='M17.9291 12.2069C17.9291 12.3774 17.8614 12.5409 17.7408 12.6614C17.6203 12.782 17.4568 12.8497 17.2863 12.8497H13.2148V16.9212C13.2148 17.0917 13.1471 17.2552 13.0266 17.3757C12.906 17.4963 12.7425 17.564 12.572 17.564C12.4015 17.564 12.238 17.4963 12.1174 17.3757C11.9969 17.2552 11.9291 17.0917 11.9291 16.9212V12.8497H7.8577C7.6872 12.8497 7.52369 12.782 7.40313 12.6614C7.28257 12.5409 7.21484 12.3774 7.21484 12.2069C7.21484 12.0364 7.28257 11.8729 7.40313 11.7523C7.52369 11.6317 7.6872 11.564 7.8577 11.564H11.9291V7.49259C11.9291 7.32209 11.9969 7.15858 12.1174 7.03802C12.238 6.91746 12.4015 6.84973 12.572 6.84973C12.7425 6.84973 12.906 6.91746 13.0266 7.03802C13.1471 7.15858 13.2148 7.32209 13.2148 7.49259V11.564H17.2863C17.4568 11.564 17.6203 11.6317 17.7408 11.7523C17.8614 11.8729 17.9291 12.0364 17.9291 12.2069Z' fill='%23043B37'/%3E%3C/svg%3E");
}
.stats-box .toggle-btn.expanded,
.stats-box button.toggle-btn.expanded {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.206909' width='24' height='24' rx='12' fill='%23043B37'/%3E%3Cpath d='M17.4688 12C17.4688 12.174 17.3996 12.341 17.2765 12.464C17.1535 12.5871 16.9865 12.6562 16.8125 12.6562H7.1875C7.01345 12.6562 6.84653 12.5871 6.72346 12.464C6.60039 12.341 6.53125 12.174 6.53125 12C6.53125 11.826 6.60039 11.659 6.72346 11.536C6.84653 11.4129 7.01345 11.3438 7.1875 11.3438H16.8125C16.9865 11.3438 17.1535 11.4129 17.2765 11.536C17.3996 11.659 17.4688 11.826 17.4688 12Z' fill='%23CBFF69'/%3E%3C/svg%3E");
}

:root {
  --content-width: 1520px;
  --content-width-tablet: 1280px;
}

.box-rounded {
  border-radius: 8px;
}

.section-rounded {
  border-radius: 16px;
}

.no-background {
  background: unset;
}

.rounded-base,
*.rounded-base {
  border-radius: 8px !important;
}

.color-yellow {
  color: var(--btn-bg-color);
}

@keyframes zoom-loop-1s {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-1s {
  animation: zoom-loop-1s 1s ease-in-out infinite;
}

@keyframes zoom-loop-2s {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.12);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-2s {
  animation: zoom-loop-2s 2s ease-in-out infinite;
}

@keyframes zoom-loop-3s {
  0% {
    transform: scale(1);
  }
  16.6666666667% {
    transform: scale(1.12);
  }
  33.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-3s {
  animation: zoom-loop-3s 3s ease-in-out infinite;
}

@keyframes zoom-loop-4s {
  0% {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.12);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-4s {
  animation: zoom-loop-4s 4s ease-in-out infinite;
}

@keyframes zoom-loop-5s {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.12);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-5s {
  animation: zoom-loop-5s 5s ease-in-out infinite;
}

@keyframes zoom-loop-6s {
  0% {
    transform: scale(1);
  }
  8.3333333333% {
    transform: scale(1.12);
  }
  16.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-6s {
  animation: zoom-loop-6s 6s ease-in-out infinite;
}

@keyframes zoom-loop-7s {
  0% {
    transform: scale(1);
  }
  7.1428571429% {
    transform: scale(1.12);
  }
  14.2857142857% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-7s {
  animation: zoom-loop-7s 7s ease-in-out infinite;
}

@keyframes zoom-loop-8s {
  0% {
    transform: scale(1);
  }
  6.25% {
    transform: scale(1.12);
  }
  12.5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-8s {
  animation: zoom-loop-8s 8s ease-in-out infinite;
}

@keyframes zoom-loop-9s {
  0% {
    transform: scale(1);
  }
  5.5555555556% {
    transform: scale(1.12);
  }
  11.1111111111% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-9s {
  animation: zoom-loop-9s 9s ease-in-out infinite;
}

@keyframes zoom-loop-10s {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.12);
  }
  10% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-10s {
  animation: zoom-loop-10s 10s ease-in-out infinite;
}

@keyframes zoom-loop-11s {
  0% {
    transform: scale(1);
  }
  4.5454545455% {
    transform: scale(1.12);
  }
  9.0909090909% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-11s {
  animation: zoom-loop-11s 11s ease-in-out infinite;
}

@keyframes zoom-loop-12s {
  0% {
    transform: scale(1);
  }
  4.1666666667% {
    transform: scale(1.12);
  }
  8.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-12s {
  animation: zoom-loop-12s 12s ease-in-out infinite;
}

@keyframes zoom-loop-13s {
  0% {
    transform: scale(1);
  }
  3.8461538462% {
    transform: scale(1.12);
  }
  7.6923076923% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-13s {
  animation: zoom-loop-13s 13s ease-in-out infinite;
}

@keyframes zoom-loop-14s {
  0% {
    transform: scale(1);
  }
  3.5714285714% {
    transform: scale(1.12);
  }
  7.1428571429% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-14s {
  animation: zoom-loop-14s 14s ease-in-out infinite;
}

@keyframes zoom-loop-15s {
  0% {
    transform: scale(1);
  }
  3.3333333333% {
    transform: scale(1.12);
  }
  6.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-15s {
  animation: zoom-loop-15s 15s ease-in-out infinite;
}

@keyframes zoom-loop-16s {
  0% {
    transform: scale(1);
  }
  3.125% {
    transform: scale(1.12);
  }
  6.25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-16s {
  animation: zoom-loop-16s 16s ease-in-out infinite;
}

@keyframes zoom-loop-17s {
  0% {
    transform: scale(1);
  }
  2.9411764706% {
    transform: scale(1.12);
  }
  5.8823529412% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-17s {
  animation: zoom-loop-17s 17s ease-in-out infinite;
}

@keyframes zoom-loop-18s {
  0% {
    transform: scale(1);
  }
  2.7777777778% {
    transform: scale(1.12);
  }
  5.5555555556% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-18s {
  animation: zoom-loop-18s 18s ease-in-out infinite;
}

@keyframes zoom-loop-19s {
  0% {
    transform: scale(1);
  }
  2.6315789474% {
    transform: scale(1.12);
  }
  5.2631578947% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-19s {
  animation: zoom-loop-19s 19s ease-in-out infinite;
}

@keyframes zoom-loop-20s {
  0% {
    transform: scale(1);
  }
  2.5% {
    transform: scale(1.12);
  }
  5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-20s {
  animation: zoom-loop-20s 20s ease-in-out infinite;
}

:root {
  --content-width: 1520px;
  --content-width-tablet: 1280px;
}

.box-rounded {
  border-radius: 8px;
}

.section-rounded {
  border-radius: 16px;
}

.no-background {
  background: unset;
}

.rounded-base,
*.rounded-base {
  border-radius: 8px !important;
}

.color-yellow {
  color: var(--btn-bg-color);
}

@keyframes zoom-loop-1s {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-1s {
  animation: zoom-loop-1s 1s ease-in-out infinite;
}

@keyframes zoom-loop-2s {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.12);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-2s {
  animation: zoom-loop-2s 2s ease-in-out infinite;
}

@keyframes zoom-loop-3s {
  0% {
    transform: scale(1);
  }
  16.6666666667% {
    transform: scale(1.12);
  }
  33.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-3s {
  animation: zoom-loop-3s 3s ease-in-out infinite;
}

@keyframes zoom-loop-4s {
  0% {
    transform: scale(1);
  }
  12.5% {
    transform: scale(1.12);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-4s {
  animation: zoom-loop-4s 4s ease-in-out infinite;
}

@keyframes zoom-loop-5s {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.12);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-5s {
  animation: zoom-loop-5s 5s ease-in-out infinite;
}

@keyframes zoom-loop-6s {
  0% {
    transform: scale(1);
  }
  8.3333333333% {
    transform: scale(1.12);
  }
  16.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-6s {
  animation: zoom-loop-6s 6s ease-in-out infinite;
}

@keyframes zoom-loop-7s {
  0% {
    transform: scale(1);
  }
  7.1428571429% {
    transform: scale(1.12);
  }
  14.2857142857% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-7s {
  animation: zoom-loop-7s 7s ease-in-out infinite;
}

@keyframes zoom-loop-8s {
  0% {
    transform: scale(1);
  }
  6.25% {
    transform: scale(1.12);
  }
  12.5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-8s {
  animation: zoom-loop-8s 8s ease-in-out infinite;
}

@keyframes zoom-loop-9s {
  0% {
    transform: scale(1);
  }
  5.5555555556% {
    transform: scale(1.12);
  }
  11.1111111111% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-9s {
  animation: zoom-loop-9s 9s ease-in-out infinite;
}

@keyframes zoom-loop-10s {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.12);
  }
  10% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-10s {
  animation: zoom-loop-10s 10s ease-in-out infinite;
}

@keyframes zoom-loop-11s {
  0% {
    transform: scale(1);
  }
  4.5454545455% {
    transform: scale(1.12);
  }
  9.0909090909% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-11s {
  animation: zoom-loop-11s 11s ease-in-out infinite;
}

@keyframes zoom-loop-12s {
  0% {
    transform: scale(1);
  }
  4.1666666667% {
    transform: scale(1.12);
  }
  8.3333333333% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-12s {
  animation: zoom-loop-12s 12s ease-in-out infinite;
}

@keyframes zoom-loop-13s {
  0% {
    transform: scale(1);
  }
  3.8461538462% {
    transform: scale(1.12);
  }
  7.6923076923% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-13s {
  animation: zoom-loop-13s 13s ease-in-out infinite;
}

@keyframes zoom-loop-14s {
  0% {
    transform: scale(1);
  }
  3.5714285714% {
    transform: scale(1.12);
  }
  7.1428571429% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-14s {
  animation: zoom-loop-14s 14s ease-in-out infinite;
}

@keyframes zoom-loop-15s {
  0% {
    transform: scale(1);
  }
  3.3333333333% {
    transform: scale(1.12);
  }
  6.6666666667% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-15s {
  animation: zoom-loop-15s 15s ease-in-out infinite;
}

@keyframes zoom-loop-16s {
  0% {
    transform: scale(1);
  }
  3.125% {
    transform: scale(1.12);
  }
  6.25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-16s {
  animation: zoom-loop-16s 16s ease-in-out infinite;
}

@keyframes zoom-loop-17s {
  0% {
    transform: scale(1);
  }
  2.9411764706% {
    transform: scale(1.12);
  }
  5.8823529412% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-17s {
  animation: zoom-loop-17s 17s ease-in-out infinite;
}

@keyframes zoom-loop-18s {
  0% {
    transform: scale(1);
  }
  2.7777777778% {
    transform: scale(1.12);
  }
  5.5555555556% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-18s {
  animation: zoom-loop-18s 18s ease-in-out infinite;
}

@keyframes zoom-loop-19s {
  0% {
    transform: scale(1);
  }
  2.6315789474% {
    transform: scale(1.12);
  }
  5.2631578947% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-19s {
  animation: zoom-loop-19s 19s ease-in-out infinite;
}

@keyframes zoom-loop-20s {
  0% {
    transform: scale(1);
  }
  2.5% {
    transform: scale(1.12);
  }
  5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-loop-20s {
  animation: zoom-loop-20s 20s ease-in-out infinite;
}

.section-banner .section-banner-inner {
  max-width: 820px;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (min-width: 1280px) {
  .section-banner .section-banner-inner {
    max-width: 1200px;
  }
}
.section-banner .banner-image-1 img,
.section-banner .banner-image-2 img,
.section-banner .banner-image-3 img,
.section-banner .banner-image-4 img {
  position: relative;
  z-index: 10;
}
.section-banner .banner-image-1 img:hover,
.section-banner .banner-image-2 img:hover,
.section-banner .banner-image-3 img:hover,
.section-banner .banner-image-4 img:hover {
  transform: scale(1.05);
  cursor: pointer;
  opacity: 1;
}
.section-banner .elementor-image-box-content {
  display: none;
}
@media (min-width: 1280px) {
  .section-banner .elementor-widget-image-box .elementor-image-box-content {
    display: block;
    transform: translateY(-50%);
    position: absolute;
    background-color: rgba(26, 166, 156, 0.23);
    max-width: 210px;
    padding: 12px 12px;
    border: 1px solid #00f7ff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 247, 255, 0.3333333333);
    transition: all 0.5s;
    opacity: 0;
  }
  .section-banner .elementor-widget-image-box .elementor-image-box-content::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #0cecf3;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #11d6dc;
    border: 3px solid #00dee5;
  }
  .section-banner .elementor-widget-image-box .elementor-image-box-content::before {
    content: "";
    position: absolute;
    top: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%) rotate(-70deg);
    transform-origin: top center;
    width: 1px;
    background-color: #00f7ff;
    height: 100px;
  }
  .section-banner .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    color: #00FFED !important;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .section-banner .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
    color: #00FFED !important;
    font-size: 12px;
    font-weight: 500;
  }
  .section-banner .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description:after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 40px;
    top: 100%;
    width: 1px;
    background-color: #00f7ff;
  }
  .section-banner .elementor-widget-image-box:hover .elementor-image-box-content {
    opacity: 1;
  }
  .section-banner .banner-image-1 .elementor-image-box-content {
    top: -80px;
    right: calc(100% - 50px);
  }
  .section-banner .banner-image-2 .elementor-image-box-content {
    top: -80px;
    right: calc(100% - 50px);
  }
  .section-banner .banner-image-3 .elementor-image-box-content {
    top: -80px;
    left: calc(100% - 50px);
  }
  .section-banner .banner-image-4 .elementor-image-box-content {
    top: -80px;
    left: calc(100% - 50px);
  }
  .section-banner .banner-image-3 .elementor-image-box-content::before,
  .section-banner .banner-image-4 .elementor-image-box-content::before {
    content: "";
    position: absolute;
    top: calc(100% + 40px);
    right: 50%;
    transform: translateX(50%) rotate(70deg);
    transform-origin: top center;
    width: 1px;
    background-color: #00f7ff;
    height: 100px;
  }
}
.section-banner .center-image img {
  max-height: 450px;
  width: auto;
}

.section-hoptac .grid-with-images .e-con-inner {
  grid-template-columns: 1fr;
}
@media (min-width: 1280px) {
  .section-hoptac .grid-with-images .e-con-inner {
    grid-template-columns: 380px 1fr 380px !important;
  }
}
@media screen and (max-width: 1366px) {
  .section-hoptac .grid-with-images .e-con-inner .four-images {
    scale: 0.8;
  }
}
@media screen and (max-width: 1279px) {
  .section-hoptac .grid-with-images .e-con-inner .four-images .e-grid .elementor-widget-image {
    position: static;
  }
}

.page-template-template-mobile-full-width-page-without-header-title .section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container {
  border-radius: 8px;
  width: 145px;
}
.page-template-template-mobile-full-width-page-without-header-title .section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container img {
  max-height: 90px;
}
@media screen and (min-width: 768px) {
  .page-template-template-mobile-full-width-page-without-header-title .section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container {
    width: 210px;
  }
  .page-template-template-mobile-full-width-page-without-header-title .section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container img {
    max-height: 150px;
  }
}

.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container {
  border-radius: 8px;
  width: 145px;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container img {
  max-height: 90px;
}
@media screen and (min-width: 768px) {
  .section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container {
    width: 210px;
  }
  .section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container img {
    max-height: 150px;
  }
}
.section-giaoduc .premium-blog-post-outer-container {
  padding: 25px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background-color: transparent;
}
.section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container {
  display: flex;
  flex-direction: column-reverse;
}
.section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-content-wrapper {
  padding: 0;
  background-color: transparent;
}
.section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-entry-title {
  font-size: 20px;
}
.section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-overlay {
  border-radius: 8px;
}
.section-giaoduc .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumbnail-container {
  border-radius: 8px;
}
.section-giaoduc .left-col .premium-blog-wrap .premium-blog-post-outer-container {
  background: rgba(253, 252, 248, 0.8);
  backdrop-filter: blur(16px);
}
.section-giaoduc .left-col .premium-blog-wrap .premium-blog-post-outer-container:hover {
  box-shadow: 0 4px 16px rgba(0, 168, 150, 0.1);
}
.section-giaoduc .left-col .premium-blog-wrap .premium-blog-post-outer-container:nth-child(1) {
  z-index: 9;
  transform: rotate(-6deg);
}
.section-giaoduc .left-col .premium-blog-wrap .premium-blog-post-outer-container:nth-child(2) {
  z-index: 10;
  transform: rotate(2deg);
  margin-top: -25px;
}
.section-giaoduc .right-col .premium-blog-wrap .premium-blog-post-outer-container {
  background: linear-gradient(135deg, rgba(253, 252, 248, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(16px);
}
.section-giaoduc .right-col .premium-blog-wrap .premium-blog-post-outer-container:nth-child(1) {
  z-index: 9;
  transform: rotate(3.2deg);
}
.section-giaoduc .right-col .premium-blog-wrap .premium-blog-post-outer-container:nth-child(2) {
  z-index: 10;
  transform: rotate(-4deg);
  margin-top: -10px;
}
.section-giaoduc .right-col .avatars > div {
  background: linear-gradient(135deg, #FFF7E6 0%, #FFFFFF 100%);
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container {
  border: 0;
  padding: 0;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-post-container {
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-inner-container {
  flex-direction: column-reverse;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-entry-title {
  font-size: 18px;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-thumbnail-container img {
  border-radius: 8px;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-entry-meta {
  margin-bottom: 8px;
}
.section-giaoduc .other-posts .premium-blog-post-outer-container .premium-blog-meta-data a {
  font-size: 12px;
  font-weight: 600;
}

.section-nhahang .premium-blog-post-outer-container {
  padding: 25px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background-color: #fff;
}
.section-nhahang .premium-blog-post-outer-container .premium-blog-post-container {
  display: flex;
  flex-direction: column-reverse;
}
.section-nhahang .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-content-wrapper {
  padding: 0;
  background-color: transparent;
}
.section-nhahang .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-post-content {
  margin-bottom: 0;
}
.section-nhahang .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-entry-title {
  font-size: 20px;
}
.section-nhahang .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumb-effect-wrapper {
  margin-top: 10px;
}
.section-nhahang .premium-blog-post-outer-container .premium-blog-post-container .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-overlay {
  border-radius: 8px;
}

.gym-floating-image .elementor-image-box-wrapper {
  padding: 8px;
  border-radius: 8px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.8);
  background-color: #4d4d4d;
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.gym-floating-image .elementor-image-box-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.gym-floating-image .elementor-image-box-wrapper:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.1);
}
.gym-floating-image .elementor-image-box-wrapper:hover::before {
  opacity: 1;
}
.gym-floating-image .elementor-image-box-wrapper:hover img {
  filter: brightness(1.1);
}
.gym-floating-image .elementor-image-box-wrapper .elementor-image-box-img {
  width: 100% !important;
  max-width: 170px;
  margin-bottom: 10px !important;
}
.gym-floating-image .elementor-image-box-wrapper .elementor-image-box-img img {
  border-radius: 8px;
}
.gym-floating-image .elementor-image-box-wrapper .elementor-image-box-title {
  text-align: left;
  margin: 0;
}
.gym-floating-image.horizontal .elementor-image-box-wrapper {
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
  backdrop-filter: blur(16px);
}
.gym-floating-image.horizontal .elementor-image-box-img {
  max-width: 130px;
  width: auto !important;
}
.gym-floating-image.horizontal.type-2 .elementor-image-box-wrapper {
  max-width: 230px;
  background: linear-gradient(135deg, #424244 0%, #121627 100%);
}
.gym-floating-image.horizontal.type-3 .elementor-image-box-wrapper {
  max-width: 310px;
  background: linear-gradient(135deg, #424244 0%, #121627 100%);
}
.gym-floating-image.box-white .elementor-image-box-wrapper {
  background-color: #fff;
}
.gym-floating-image.box-white .elementor-image-box-title {
  color: var(--primary-color) !important;
}

.images-3-cols .king-addons-hovering-image-stack-item img {
  border-radius: 9999px !important;
  border: 3px solid #fff;
}

.box-icon-custom .elementor-widget-container {
  padding: 6px 12px;
  border-radius: 9999px;
}
.box-icon-custom .elementor-widget-container .elementor-icon-box-wrapper {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  column-gap: 5px;
}
.box-icon-custom .elementor-widget-container .elementor-icon-box-title {
  margin: 0;
  font-weight: 500;
}
.box-icon-custom .elementor-widget-container .elementor-icon-box-icon {
  margin-bottom: 0 !important;
  line-height: 1;
}
.box-icon-custom .elementor-widget-container .elementor-icon-box-icon .elementor-icon {
  vertical-align: middle;
}

.section-gym .elementor-icon-list-icon svg {
  color: #fff !important;
}
.section-gym .premium-blog-post-container {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background-color: #4d4d4d;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
}
.section-gym .premium-blog-post-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.section-gym .premium-blog-post-container:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.1);
}
.section-gym .premium-blog-post-container:hover::before {
  opacity: 1;
}
.section-gym .premium-blog-post-container:hover img {
  filter: brightness(1.1);
}
.section-gym .premium-blog-post-container .premium-blog-content-wrapper {
  padding: 1rem 0 0 0;
  background-color: transparent;
}
.section-gym .premium-blog-post-container .premium-blog-entry-title a {
  color: #fff;
  font-size: 24px;
}
.section-gym .premium-blog-post-container .premium-blog-entry-title a:hover {
  color: #fff;
}
.section-gym .premium-blog-post-container .premium-blog-post-content {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.section-tintuc .premium-blog-inner-container {
  flex-direction: column-reverse;
}
.section-tintuc .premium-blog-even .premium-blog-post-container {
  border-radius: 8px 16px 16px 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.section-tintuc .premium-blog-even .premium-blog-post-container .premium-blog-thumb-effect-wrapper {
  border-radius: 0;
}

.page-template-template-mobile-full-width-page-without-header-title #main-header {
  display: none;
}
.page-template-template-mobile-full-width-page-without-header-title #site-content {
  padding-top: 0 !important;
}
.page-template-template-mobile-full-width-page-without-header-title .container-xl > .row > .col {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-mobile-full-width-page-without-header-title .section-gym .elementor-icon-list-icon svg {
  color: inherit;
}

.icon-box-top-right {
  position: relative;
}
.icon-box-top-right .elementor-icon-box-icon {
  position: absolute;
  top: -20px;
  right: -12px;
}
.icon-box-top-right .elementor-icon-box-wrapper {
  padding-right: 20px;
}

* {
  letter-spacing: -0.02em;
}

body {
  line-height: 1.5;
  color: var(--primary-color);
  overflow-x: hidden;
}
body .elementor-button.elementor-size-xl {
  border-radius: 9999px;
}
body .elementor-button.elementor-size-lg {
  border-radius: 9999px;
}
body .elementor-button.elementor-size-md {
  border-radius: 9999px;
}
body .elementor-button.elementor-size-sm {
  border-radius: 9999px;
}
body .elementor-button.elementor-size-xs {
  border-radius: 9999px;
}

#site-content {
  overflow-x: hidden;
}

.container-xl {
  max-width: var(--content-width) !important;
}

.elementor-section .elementor-container {
  max-width: var(--content-width) !important;
}

.section,
.e-con.section {
  width: 100%;
  padding: 30px 0 20px 0;
}
.section .section-header,
.e-con.section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.section .section-header .header-title,
.e-con.section .section-header .header-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section,
  .e-con.section {
    padding: 50px 0 35px 0;
  }
  .section .section-header,
  .e-con.section .section-header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .section,
  .e-con.section {
    padding: 100px 0 80px 0;
  }
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.position-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.position-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.large-text {
  font-size: 32px;
  line-height: 1.2;
}

@media screen and (min-width: 1200px) {
  #primary-menu {
    align-items: center;
    column-gap: 1.5rem;
  }
}

#pr-nav {
  background: #fff;
  border-bottom: 1px solid #D2DDD2;
}

#mobile-toggle {
  background: transparent;
}

.top-wrap {
  flex-flow: row;
}

#pr-nav .custom-logo-link {
  justify-content: flex-start;
}

@media screen and (min-width: 1200px) {
  #pr-nav.navbar-fixed {
    background-color: var(--primary-color);
  }
  #pr-nav.navbar-fixed.navbar-fixed-show {
    padding: 2px 2.5rem;
    background-color: #fff;
  }
  #pr-nav.open-pr-nav {
    background-color: var(--primary-color) !important;
  }
  .primary-menu.navbar .nav-item .nav-link {
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 18px;
  }
  .primary-menu.navbar .nav-item .nav-link:hover {
    color: #29994B !important;
  }
  .primary-menu.navbar .nav-item.current_page_item .nav-link {
    color: #29994B;
  }
  .primary-menu.navbar .dropdown-item {
    letter-spacing: 0.7px;
  }
}
.cart-contents:hover svg {
  color: var(--btn-bg-color) !important;
}

.magic-search .input-field:hover svg.search-icon {
  color: var(--btn-bg-color) !important;
}

.footer-menu li a:hover {
  color: var(--btn-bg-color) !important;
}

.post-meta a:hover {
  color: var(--btn-bg-color) !important;
}

.entry-categories-inner a:hover {
  color: var(--btn-bg-color) !important;
}

.header-info a:hover {
  color: var(--btn-bg-color) !important;
  color: var(--btn-bg-color) !important;
}

.top-wrap .custom-logo {
  margin-left: 0;
  margin-right: 0;
}

.icon svg {
  fill: currentColor;
}

.news-box .premium-blog-entry-meta,
.category-link-button {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
}
.news-box .premium-blog-entry-meta .premium-blog-meta-separator,
.category-link-button .premium-blog-meta-separator {
  display: none;
}
.news-box .premium-blog-entry-meta a,
.category-link-button a {
  font-size: 12px;
  background-color: var(--btn-bg-color);
  padding: 3px 12px;
  border-radius: 9999px;
  color: var(--primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  .news-box .premium-blog-entry-meta a,
  .category-link-button a {
    font-size: 14px;
    padding: 6px 16px;
  }
}

.box-icon.default .elementor-icon {
  background-color: #fff;
  padding: 6px;
  box-shadow: 1px 1px 5px #e7d4d4;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-icon:not(.default) .elementor-icon {
  border-radius: 999px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 5px #e7d4d4;
}
.box-icon:not(.default) .elementor-icon svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .box-icon:not(.default) .elementor-icon {
    padding: 12px;
    width: 60px;
    height: 60px;
  }
  .box-icon:not(.default) .elementor-icon svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1280px) {
  .box-icon:not(.default) .elementor-icon {
    width: 80px;
    height: 80px;
  }
  .box-icon:not(.default) .elementor-icon svg {
    width: 56px;
    height: 56px;
  }
}
.box-icon.icon-sm .elementor-icon {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.box-icon.icon-sm .elementor-icon svg {
  width: 16px;
  height: 16px;
}

.elementor-button-wrapper {
  height: 42px;
}
.elementor-button-wrapper .elementor-button {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.4em 1.24em;
  font-size: 14px;
}
.elementor-button-wrapper .elementor-button.elementor-button-link {
  padding: 0.4em 1.24em;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .elementor-button-wrapper {
    height: 52px;
  }
  .elementor-button-wrapper .elementor-button {
    padding: 0.7em 1.764em !important;
  }
}

.premium-blog-meta-data span {
  font-size: 15px;
  color: rgba(4, 59, 55, 0.6);
}

.eael-simple-menu-container .eael-simple-menu {
  display: flex;
  justify-content: space-around;
  background-color: #104F4A;
}
.eael-simple-menu-container.preset-1 {
  background-color: unset !important;
}
.eael-simple-menu-container.preset-1 ul {
  border-radius: 8px;
}
.eael-simple-menu-container.preset-1 .eael-simple-menu li > a {
  font-weight: 600;
}
.eael-simple-menu-container.preset-1 .eael-simple-menu li:hover > a {
  background-color: unset !important;
  color: var(--btn-bg-color);
}
.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor > a.eael-item-active {
  background-color: unset !important;
  color: var(--btn-bg-color);
}
.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item > a.eael-item-active {
  background-color: unset !important;
  color: var(--btn-bg-color);
}

footer .eael-simple-menu-container .eael-simple-menu:after {
  display: none;
}
footer .copyright .eael-simple-menu-container {
  min-height: unset;
}
footer .copyright .eael-simple-menu-container li a {
  line-height: 1;
  padding: 0 12px 0 0 !important;
  display: block;
}
footer .copyright .eael-simple-menu-container .eael-simple-menu {
  background-color: transparent;
  justify-content: flex-start;
}
footer .copyright .eael-simple-menu-container .eael-simple-menu li {
  line-height: 1;
}

@media (min-width: 768px) {
  footer .custom-logo-link {
    margin-right: 0;
    margin-left: 0;
    justify-content: flex-end;
  }
  footer .custom-logo-link img {
    margin: 0;
  }
  footer .copyright .eael-simple-menu-container li a {
    line-height: 1;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  footer .copyright .eael-simple-menu-container .eael-simple-menu {
    justify-content: flex-end;
  }
  footer .copyright .eael-simple-menu-container li a {
    padding: 0 0 0 24px !important;
  }
}/*# sourceMappingURL=custom.css.map */