.blog-name, .article-name {
  font-size: 3vw; }
  @media (max-width: 1024px) {
    .blog-name, .article-name {
      font-size: 3.2vw; } }
  @media (max-width: 767px) {
    .blog-name, .article-name {
      font-size: 30px; } }

.article-name {
  color: var(--bgButtonActive); }
  @media (max-width: 767px) {
    .article-name {
      font-size: 18px; } }

.m-head-article {
  margin-block-start: -8%;
  --padding-inline-start: 12%;
  --padding-inline-end: 12%;
  --padding-block-start: 14%;
  --padding-block-end: 0%;
  min-height: 100vh;
  background-image: var(--bgHeadArticle);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1024px) {
    .m-head-article {
      margin-block-start: -9%;
      min-height: 50vh;
      --padding-inline-start: 10%;
      --padding-inline-end: 10%;
      --padding-block-start: 15%;
      --padding-block-end: 0%; } }
  @media (max-width: 767px) {
    .m-head-article {
      margin-block-start: -40%;
      --padding-inline-start: 0%;
      --padding-inline-end: 0%;
      --padding-block-start: 40%;
      --padding-block-end: 0%; } }
  .m-head-article:before {
    content: '';
    background: #0E001E;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

.m-content-article {
  margin-block-start: -25%;
  --padding-inline-start: 12%;
  --padding-inline-end: 12%; }
  @media (max-width: 1024px) {
    .m-content-article {
      --padding-inline-start: 10%;
      --padding-inline-end: 10%; } }
  @media (max-width: 767px) {
    .m-content-article {
      --padding-inline-start: 5%;
      --padding-inline-end: 5%; } }
  @media (max-width: 767px) {
    .m-content-article {
      margin-block-start: -30%; } }
  .m-content-article .blog_entry {
    border-radius: 60px;
    padding: 8%; }
    @media (max-width: 1024px) {
      .m-content-article .blog_entry {
        padding: 10%; } }
    @media (max-width: 767px) {
      .m-content-article .blog_entry {
        border-radius: 40px;
        padding: 6%; } }

.m-rela-article {
  --padding-inline-start: 12%;
  --padding-inline-end: 12%;
  --padding-block-start: 8%;
  --padding-block-end: 8%; }
  @media (max-width: 1024px) {
    .m-rela-article {
      --padding-inline-start: 10%;
      --padding-inline-end: 10%;
      --padding-block-start: 10%;
      --padding-block-end: 10%; } }

@media (min-width: 768px) {
  .latest-blog .swiper-slide {
    width: calc(100%/2 - 12px);
    margin-right: 24px; } }

.entry-content h2 {
  font-size: 1.3rem; }

h3.widget-title {
  font-size: 1.3rem; }

.sidebar {
  background: #fefefe; }

.latest-blog .item-grid {
  padding: 3%;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.3); }

button.book-submit:hover {
  border-radius: 20px; }

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  margin-block-end: 1rem;
  margin-block-start: .5rem; }

.rte h2 {
  font-size: 2rem; }

.rte h3 {
  font-size: 1.75rem; }

.rte h4 {
  font-size: 1.5rem; }

.rte h5 {
  font-size: 1.25rem; }

.rte h6 {
  font-size: 1rem; }

.rte.mp-0 p {
  margin: 0; }

.rte ul, .rte ol {
  padding-left: 25px; }

.rte a {
  color: var(--mainColor); }
  .rte a:hover {
    filter: brightness(0.7); }

.rte table {
  min-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-block-end: 15px;
  width: 100%; }
  .rte table td, .rte table th {
    border: 1px solid rgba(128, 128, 128, 0.502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top; }
  .rte table tbody tr:nth-child(odd) > td,
  .rte table tbody tr:nth-child(odd) > th {
    background-color: rgba(128, 128, 128, 0.071); }

.rte img {
  border-radius: 30px; }

.rte .table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  display: block; }

.table-of-contents {
  border: 1px solid #ffe79f;
  background: #fffefa; }
  .table-of-contents .js-toc .btn-expand {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000; }
  .table-of-contents .js-toc .label-title {
    font-size: 20px;
    color: var(--mainColor); }
  .table-of-contents .js-toc ol {
    padding: 0 0 0 15px;
    counter-reset: item;
    margin-left: 0 !important; }
    .table-of-contents .js-toc ol ol {
      margin: 10px 0; }
  .table-of-contents .js-toc li {
    display: block;
    margin: 0 0 7px 0; }
    .table-of-contents .js-toc li:before {
      content: counters(item, ".") ". ";
      counter-increment: item; }
    .table-of-contents .js-toc li br {
      display: none; }
  .table-of-contents .js-toc a {
    text-decoration: none; }
    .table-of-contents .js-toc a:hover, .table-of-contents .js-toc a:active {
      text-decoration: underline; }
  .table-of-contents .js-toc h2 {
    font-size: 20px;
    color: var(--btnBuy);
    margin-bottom: 0.75rem;
    font-weight: bold; }
  .table-of-contents .js-toc ol.open_less {
    height: 134px;
    overflow: hidden;
    transition: 0.4s all;
    position: relative; }
    .table-of-contents .js-toc ol.open_less:after {
      content: '';
      position: absolute;
      height: 55px;
      left: 0;
      width: 100%;
      bottom: 0;
      background: linear-gradient(#ffffff00, #fff); }
    .table-of-contents .js-toc ol.open_less.more {
      height: var(--heightToc); }
      .table-of-contents .js-toc ol.open_less.more:after {
        display: none; }
  .table-of-contents .more_toc svg {
    stroke: var(--mainColor);
    vertical-align: 0px;
    transform: rotate(90deg);
    transition: 0.3s all; }
  .table-of-contents .more_toc .m2 {
    display: none; }
  .table-of-contents .more_toc.less svg {
    transform: rotate(-90deg); }
  .table-of-contents .more_toc.less .m1 {
    display: none; }
  .table-of-contents .more_toc.less .m2 {
    display: inline-block; }

.box_arthor .author_info .avata {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: 1px solid var(--mainColor);
  outline-offset: 3px; }
  .box_arthor .author_info .avata:hover {
    outline: 3px solid var(--mainColor); }

.box_arthor .author_info .sup {
  font-size: 13px;
  color: #6c6c6c; }

.box_arthor .author_info .cont {
  font-size: 15px; }

.tag-product .item_tags {
  color: #777;
  word-break: break-all; }

.view_arthor {
  border-color: var(--mainColor) !important;
  color: var(--mainColor); }

.tag-product .item_tags, .view_arthor {
  border-radius: 20px; }
  .tag-product .item_tags:hover, .view_arthor:hover {
    background: var(--mainColor);
    border-color: var(--mainColor) !important;
    color: #fff; }

.view_more_pr svg {
  stroke: var(--btntext);
  vertical-align: 0px; }

.read-more {
  text-decoration: underline; }

.mb-10 {
  margin-bottom: 10px; }

.blog-list h3 img {
  max-width: 32px; }
