header {
  height: 65vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #000000 130%);
  top: -100px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  transition: all 0.3s ease;
}

.move-to-top {
  margin-top: -120px;
}

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

.sticky-column-container {
  position: sticky;
  top: calc(var(--navbar-height) + 20px);
}

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

/* 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;
}

body {
  background-color: var(--bg-third);
}

.article-box {
  padding: 20px;
  background-color: var(--bg-white);
  border-radius: var(--border-radius);
}
.article-box img {
  border-radius: var(--border-radius);
}
.article-box .content .article-title {
  margin-top: 15px;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.6786rem + 1.4286vw, 1.75rem);
  line-height: 1.5;
}
.article-box .content .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 {
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}
.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;
}/*# sourceMappingURL=show.css.map */