@media (min-width: 1200px) {
  .custom-container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
body {
  background-color: var(--body-background);
}

hr {
  border-top: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.scroller {
  background-color: var(--brand-second-color);
  width: 0;
  height: 4px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* head-of-article */
.head-of-article {
  background-color: #fff;
  padding: 40px 0px;
}
.head-of-article .blog-url-and-article-small-title .arrow svg {
  width: 16px;
  height: 16px;
  fill: var(--text-black);
}

.subscribe-form {
  padding-top: 30px;
}
.subscribe-form button svg {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  /* Replace */
}

.article-brief .article-main-title {
  font-size: clamp(1.25rem, 0.814rem + 1.3953vw, 2rem);
  color: var(--brand-main-color);
  line-height: 1.5;
}

.article-main-image {
  max-height: 450px;
  width: 100%;
}

.article-content {
  background-color: #fff;
  padding: 20px;
}

.article-box {
  padding: 20px;
  border: var(--card-border);
  background-color: var(--bg-white);
  list-style-position: outside;
  border-radius: var(--border-radius);
}
.article-box #table-of-contents {
  border: dashed 1px var(--border-color);
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.article-box #table-of-contents li {
  margin-bottom: 0px;
}
.article-box ul,
.article-box ol {
  padding-right: 20px;
  margin: 0px !important;
}
.article-box li {
  margin-bottom: 10px;
}
.article-box li ul li {
  margin-bottom: 5px !important;
}
.article-box img {
  border-radius: var(--border-radius);
}
.article-box .article-title {
  font-weight: bold;
  margin-top: 15px;
  font-size: clamp(1.5rem, 1.1479rem + 1.1268vw, 2.5rem);
  line-height: 1.5;
}
.article-box .article-title a {
  color: #3c4859;
}

.share ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.share ul li {
  margin: 4px 0px;
  margin-left: 4px !important;
}
.share ul li a {
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.share ul li a svg {
  width: 13px;
  height: 13px;
  fill: #fff;
}
.share ul li .twitter {
  background-color: #000;
}
.share ul li .facebook {
  background-color: #1877f2;
}
.share ul li .linkedin {
  background-color: #0a66c2;
}
.share ul li .telegram {
  background-color: #3390ec;
}
.share ul li .whatsapp {
  background-color: #23be5c;
}
.share ul li .email {
  background-color: #c71610;
}

@media (max-width: 768px) {
  body {
    padding-top: 30px;
  }
  .row.no-padding-xs > [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}/*# sourceMappingURL=show.css.map */