/* main {
    height: 700vh;
} */

.blog__container {
  border-bottom: 0.5px solid var(--border-color);
}

/* Bread crumb */

.breadcrumb-content {
  padding-top: 160px;
  display: flex;
  align-items: center;
}

.breadcrumb-content img {
  height: 12px;
  width: auto;
  margin: 0px 25px;
}

.breadcrumb-content .breadcrumb-name,
.breadcrumb-content .breadcrumb-detail {
  color: #39398e;
  font-size: 16px;
  font-family: "Be Vietnam Pro-Regular";
}

.breadcrumb-content .breadcrumb-detail {
  color: #897cf4;
}

.breadcrumb {
  gap: 12px;
  margin: 0 auto 36px;
  width: 88.5%;
  align-items: center;
}

.breadcrumb img {
  height: 12px;
  width: auto;
}

.breadcrumb a {
  display: block;
  text-decoration: none;
  color: #39398e;
  font-size: 16px;
  line-height: 20.24px;
  font-family: "Be Vietnam Pro-Regular";
  font-weight: 400;
  transition: 0.3s all ease-in-out;
}

.breadcrumb .breadcrumb-post-title {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 20.24px;
  font-family: "Be Vietnam Pro-Regular";
  font-weight: 400;
  /* color: #8681ed; */
  color: #897cf4;
}

.article {
  margin-bottom: 160px;
}

.blog__wrapper-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* margin-bottom: 60px; */
  /* padding: 0px var(--padding-text); */
  margin: 0 auto;
  width: 88.5%;
  margin: 0 auto 60px;
}

.blog__wrapper-heading .blog__type {
  font-size: 25px;
  line-height: 38px;
  font-family: "Be Vietnam Pro-Medium", sans-serif;
  color: var(--four-color);
}

.blog__wrapper-heading .blog__title {
  font-size: 40px;
  line-height: 50.94px;
  font-family: "Megante'", sans-serif;
  color: var(--primary-color);
}

.blog__wrapper-heading p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Be Vietnam Pro-Light", sans-serif;
  color: var(--four-color);
}

.blog__wrapper-context {
  border-top: 0.5px solid var(--border-color);
  /* border-bottom: 0.5px solid var(--border-color); */
  padding: 60px 0px 100px;
  width: 88.5%;
  margin: 0 auto;
  text-align: left;
}

.blog__wrapper-content {
  border-top: 0.5px solid var(--border-color);
  padding: 60px 0px 100px;
  width: 88.5%;
  margin: 0 auto;
  text-align: left;
}

.blog__wrapper-content li,
.blog__wrapper-content p,
.blog__wrapper-context p,
.blog__wrapper-content .x11i5rnm div,
.blog__wrapper-content p strong,
.blog__wrapper-content .x11i5rnm > div,
.blog__wrapper-content > div,
.blog__wrapper-content ul li span,
.blog__wrapper-content ol li span,
.blog__wrapper-content .x11i5rnm > div span,
.blog__wrapper-content :is(h1, h2, h3, h4, h5, h6),
.blog__wrapper-content :is(h1, h2, h3, h4, h5, h6) span {
  font-size: 16px;
  line-height: 29.65px;
  font-family: "Be Vietnam Pro-Light", sans-serif;
  color: var(--text-color);
  color: #000;
}

.blog__wrapper-content ol,
.blog__wrapper-content ul {
  list-style-position: inside;
}

.blog__wrapper-content a {
  font-size: 16px;
  line-height: 29.65px;
  font-family: "Be Vietnam Pro-Light", sans-serif;
  color: #007bff;
}

.blog__wrapper-content a:hover {
  color: #0056b3;
}

.blog__wrapper-content :is(h1, h2, h3, h4, h5, h6) {
  padding: 15px 0;
  color: #000080;
}

.blog__wrapper-content p span,
.blog__wrapper-content ol li span,
.blog__wrapper-content ul li span,
.blog__wrapper-content :is(h1, h2, h3, h4, h5, h6) span {
  font-family: "Be Vietnam Pro-Light", sans-serif !important;
}

.blog__wrapper-content h2 span {
  font-size: 26px;
}

.blog__wrapper-content h3 span {
  font-size: 20px;
}

.blog__wrapper-content .x11i5rnm > div a {
  font-size: 16px;
  line-height: 29.65px;
  font-family: "Be Vietnam Pro-Light", sans-serif;
}

.blog__wrapper-content span strong {
  font-size: 26px;
  font-family: "Be Vietnam Pro-Medium", sans-serif;
  line-height: 29.65px;
  color: var(--four-color);
}

.blog__wrapper-content ul li {
  list-style-type: disc;
  margin-left: 18px;
}

.blog__wrapper-content ul li::marker {
  color: var(--primary-color);
}

.blog__wrapper-content p:not(:first-child),
.blog__wrapper-context p:not(:first-child) {
  margin-top: 12px;
}

.blog__wrapper-content--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__wrapper-content--img p {
  font-size: 20px;
  line-height: 27.2px;
  font-family: "Be Vietnam Pro-Light", sans-serif;
  font-style: italic;
  color: var(--desc-img-color);
  margin-top: 24px;
}

.blog__wrapper-content h4 {
  font-size: 27.04px;
  font-family: "Be Vietnam Pro-Medium", sans-serif;
  line-height: 80px;
  color: var(--four-color);
}

.blog__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.blog__pagination img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.blog__pagination--right,
.blog__pagination--left {
  display: flex;
  align-items: center;
  gap: 32px;
  cursor: pointer;
  position: relative;
}

.blog__pagination--left {
  margin-right: auto;
}

.blog__pagination--right {
  margin-left: auto;
}

.blog__pagination--left p {
  margin-left: 48px;
}

.blog__pagination--right p {
  margin-right: 48px;
}

.blog__pagination--left .next-arrow,
.blog__pagination--left:hover .next-arrow-hover {
  opacity: 1;
  transition: all 0.3s linear;
}

.blog__pagination--right .previous-arrow,
.blog__pagination--right:hover .previous-arrow-hover {
  opacity: 1;
  transition: all 0.3s linear;
}

.blog__pagination--left .next-arrow,
.blog__pagination--left .next-arrow-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear;
}

.blog__pagination--right .previous-arrow,
.blog__pagination--right .previous-arrow-hover {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s linear;
}

.blog__pagination--right:hover .previous-arrow,
.blog__pagination--right .previous-arrow-hover {
  opacity: 0;
  transition: all 0.3s linear;
}

.blog__pagination--left:hover .next-arrow,
.blog__pagination--left .next-arrow-hover {
  opacity: 0;
  transition: all 0.3s linear;
}

.blog__pagination--right p,
.blog__pagination--left p {
  font-size: 20px;
  font-family: "Be Vietnam Pro-Medium", sans-serif;
  line-height: 30px;
  color: var(--primary-color);
}

/* .previous-arrow-hover,
.next-arrow-hover {
    display: none;
} */

/* .blog__pagination--right:hover .previous-arrow-hover,
.blog__pagination--left:hover .next-arrow-hover {
    display: block;
}

.blog__pagination--right:hover .previous-arrow,
.blog__pagination--left:hover .next-arrow {
    display: none;
} */

@media screen and (max-width: 1024px) {
  .article {
    margin-bottom: 80px;
    margin-top: 100px !important;
  }

  .blog__wrapper-heading .blog__type {
    font-size: 12px;
    line-height: 37.16px;
  }

  .blog__wrapper-heading .blog__title {
    font-size: 20px;
    line-height: 25.94px;
  }

  .blog__wrapper-heading p {
    font-size: 12px;
    line-height: 29.65px;
  }

  .blog__wrapper-heading {
    gap: 8px;
    margin-bottom: 24px;
    /* padding: 0px; */
    width: 100%;
  }

  .blog__wrapper-content,
  .blog__wrapper-context {
    padding: 24px 0px 48px;
    width: 100%;
  }

  .blog__wrapper-content p,
  .blog__wrapper-context p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog__wrapper-content--img p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }

  .blog__wrapper-content h4 {
    font-size: 16px;
    line-height: 36px;
  }

  .blog__pagination {
    margin-top: 60px;
  }

  .blog__pagination--right,
  .blog__pagination--left {
    gap: 16px;
  }

  .blog__pagination--right p,
  .blog__pagination--left p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog__wrapper-content li,
  .blog__wrapper-content p,
  .blog__wrapper-context p,
  .blog__wrapper-content .x11i5rnm div,
  .blog__wrapper-content p strong,
  .blog__wrapper-content .x11i5rnm > div,
  .blog__wrapper-content > div,
  .blog__wrapper-content ul li span,
  .blog__wrapper-content ol li span,
  .blog__wrapper-content .x11i5rnm > div span,
  .blog__wrapper-content span strong,
  .blog__wrapper-content :is(h1, h2, h3, h4, h5, h6),
  .blog__wrapper-content :is(h1, h2, h3, h4, h5, h6) span {
    font-size: 14px !important;
    line-height: 24px;
  }

  .blog__wrapper-content a {
    font-size: 14px;
    line-height: 24px;
  }

  .breadcrumb {
    width: 100%;
    margin-bottom: 24px;
    gap: 10px;
  }
  .breadcrumb .breadcrumb-post-title,
  .breadcrumb a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 576px) {
  .blog__wrapper-content--img p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
  }

  .blog__wrapper-content li,
  .blog__wrapper-content p,
  .blog__wrapper-context p,
  .blog__wrapper-content .x11i5rnm div,
  .blog__wrapper-content p strong,
  .blog__wrapper-content .x11i5rnm > div,
  .blog__wrapper-content > div,
  .blog__wrapper-content ul li span,
  .blog__wrapper-content ol li span,
  .blog__wrapper-content span strong,
  .blog__wrapper-content .x11i5rnm > div span,
  .blog__wrapper-content :is(h1, h2, h3, h4, h5, h6),
  .blog__wrapper-content :is(h1, h2, h3, h4, h5, h6) span {
    font-size: 12px !important;
    line-height: 20px;
  }

  .blog__pagination--right p,
  .blog__pagination--left p {
    font-size: 12px;
    line-height: 20px;
  }

  .blog__wrapper-content a {
    font-size: 12px;
    line-height: 20px;
  }

  .blog__wrapper-content a {
    font-size: 10px;
  }

  .breadcrumb {
    gap: 6px;
  }
  .breadcrumb .breadcrumb-post-title,
  .breadcrumb a {
    font-size: 10px;
  }

  .breadcrumb img {
    height: 10px;
    width: auto;
  }
}

/* CSS lai the_ _content */
/* .blog__wrapper-content p:first-child {
    padding-top: 60px;
    border-top: 0.5px solid var(--border-color);
} */

/* .blog__wrapper-content p {
    font-size: 16px;
    line-height: 29.65px;
    width: 88.5%;
    margin: 0 auto;
    margin-top: 12px;
    text-align: left;
    font-family: 'Be Vietnam Pro-Light', sans-serif;
    color: var(--text-color);
} */

/* .blog__wrapper-content {
    padding-top: 60px;
    padding-bottom: 100px;
} */

/* .blog__wrapper-content img {
    padding-top: 100px;
} */

.blog__wrapper-content img {
  width: auto;
  height: auto;
  /* width: 18px;
    height: 18px; */
  object-fit: cover;
  max-width: 100%;
}

.wp-block-image figure {
  width: 100%;
}

.x3nfvp2 img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}

/* .wp-element-caption {
    font-size: 20px;
    line-height: 27.2px;
    font-family: 'Be Vietnam Pro-Light', sans-serif;
    font-style: italic;
    color: var(--desc-img-color);
    margin-top: 24px;
} */

.blog__wrapper-content figcaption {
  margin-top: 24px;
  /* padding-bottom: 36px; */
  font-size: 20px;
  line-height: 27.2px;
  font-family: "Be Vietnam Pro-Light", sans-serif;
  font-style: italic;
  color: var(--desc-img-color);
}

/* .blog__wrapper-content h4 {
    width: 88.5%;
    margin: 0 auto;
    margin-bottom: 12px;
    font-size: 27.04px;
    font-family: 'Be Vietnam Pro-Medium', sans-serif;
    line-height: 80px;
    color: var(--four-color);
} */

@media screen and (max-width: 1024px) {
  /* .blog__wrapper-content p:first-child {
        padding-top: 24px;
        border-top: 0.5px solid var(--border-color);
    } */
  /* 
    .blog__wrapper-content p {
        font-size: 12px;
        line-height: 19px;
        width: 100%;
        margin: 0 auto;
        margin-top: 12px;
        text-align: left;
        font-family: 'Be Vietnam Pro-Light', sans-serif;
        color: var(--text-color);
    } */

  /* .blog__wrapper-content {
        padding-top: 0px;
        padding-bottom: 48px;
    }

    .blog__wrapper-content img {
        padding-top: 48px;
    }

    .blog__wrapper-content h4 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 12px;
        font-size: 16px;
        font-family: 'Be Vietnam Pro-Medium', sans-serif;
        line-height: 36px;
        color: var(--four-color);
    } */

  .blog__wrapper-content figcaption {
    margin-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 25px;
    font-family: "Be Vietnam Pro-Light", sans-serif;
    font-style: italic;
    color: var(--desc-img-color);
  }

  .blog__pagination img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
}

@media screen and (max-width: 576px) {
}
