@media only screen and (min-width: 1200px) {
  .detail-blog-heading .container,
  .detail-blog-related-articles .container,
  .detail-blog-content .image {
    max-width: 1020px;
  }
}

.detail-blog-heading {
  background-color: #0f8eff;
  z-index: 2;
}

.detail-blog-heading::before, .detail-blog-heading::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 24px;
  background: url("./../images/shape-01.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  z-index: -1;
}

.detail-blog-heading::before {
  top: 95px;
  left: 54px;
}

.detail-blog-heading::after {
  right: 59px;
  bottom: 115px;
}

@media only screen and (max-width: 991px) {
  .detail-blog-heading::before {
    top: auto;
    left: 0;
    bottom: 120px;
  }
  .detail-blog-heading::after {
    top: 44px;
    right: 0;
    bottom: auto;
  }
}

.detail-blog-heading .container {
  padding: 24px 12px 159px;
}

.detail-blog-heading .breadcrumb {
  margin-bottom: 32px;
}

.detail-blog-heading-content {
  max-width: 60%;
}

.detail-blog-heading .share-heart,
.detail-blog-heading .author {
  right: 0;
}

.detail-blog-heading .share-heart {
  top: 40px;
}

.detail-blog-heading .author {
  top: 162px;
}

@media only screen and (max-width: 991px) {
  .detail-blog-heading-content {
    max-width: 100%;
  }
}

.detail-blog .category {
  color: #d4ebff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 24px;
  display: inline-block;
}

.detail-blog h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}

.detail-blog .share-heart {
  gap: 15px;
}

.detail-blog .share-heart .btn {
  padding: 0 21px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 40px;
  line-height: 38px;
  white-space: nowrap;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
}

.detail-blog .share-heart .btn i {
  font-size: 20px;
  margin-right: 10px;
}

.detail-blog .author img {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-right: 8px;
}

.detail-blog .author .detail .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  color: #fff;
}

.detail-blog .author .detail .time {
  line-height: 18px;
  color: #d4ebff;
}

.detail-blog-content {
  margin-top: -105px;
  z-index: 5;
}

.detail-blog-content .image {
  margin: 0 auto 42px;
}

.detail-blog-content .image img {
  width: 100%;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.detail-blog-content .image .like {
  padding: 0 8px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  height: 32px;
  line-height: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #ff3f3f;
  font-size: 12px;
  font-weight: 400;
  right: 13px;
  bottom: 16px;
}

.detail-blog-content .image .like i {
  font-size: 14px;
  margin-right: 4px;
}

.detail-blog-content .auth-share .author .detail .name {
  color: #172b3d;
  font-size: 14px;
}

.detail-blog-content .auth-share .author .detail .time {
  font-size: 12px;
  font-weight: 400;
  color: #3e4a55;
}

.detail-blog-content .auth-share .btn {
  padding: 0 24px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 33px;
  line-height: 31px;
  font-size: 12px;
  font-weight: 400;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}

.detail-blog-content .auth-share .btn i {
  font-size: 14px;
  margin-right: 10px;
}

.detail-blog-content .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #2e4b64;
  text-align: justify;
  margin-bottom: 20px;
}

.detail-blog-content .content p b {
  font-weight: bold;
}

.detail-blog-content .content ul li {
  color: #7d9db9;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  list-style: inside disc;
}

.detail-blog-content .content > * {
  margin-bottom: 24px;
}

.detail-blog-content .content :last-child {
  margin-bottom: 0;
}

.detail-blog-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.detail-blog-sidebar-box {
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #d4ebff;
}

.detail-blog-sidebar-box:not(:last-child) {
  margin-bottom: 24px;
}

.detail-blog-sidebar-box .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.detail-blog-sidebar-box .title i {
  font-size: 20px;
  margin-right: 6px;
}

.detail-blog-sidebar-box ul li {
  padding: 4px;
  list-style: none !important;
}

.detail-blog-sidebar-box ul li a {
  line-height: 24px;
  padding: 0 12px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: 1px solid #7d9db9;
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.detail-blog-sidebar-box ul li a:hover {
  background-color: #7d9db9;
  color: #fff;
}

.detail-blog-sidebar-article:not(:last-child) {
  margin-bottom: 12px;
}

.detail-blog-sidebar-article img, .detail-blog-sidebar-article h2 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.detail-blog-sidebar-article img {
  max-width: 30%;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.detail-blog-sidebar-article h2 {
  max-width: 70%;
  padding-left: 12px;
  font-size: 12px;
  line-height: 18px;
  height: 54px;
}

.detail-blog-sidebar-article h2 a:hover {
  color: #158cfd;
}

@media only screen and (max-width: 991px) {
  .detail-blog-content .image {
    margin-bottom: 24px;
  }
  .detail-blog-content .auth-share {
    margin-bottom: 48px;
  }
  .detail-blog-sidebar {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-blog .category {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 18px;
  }
  .detail-blog h1 {
    font-size: 20px;
    line-height: 25px;
  }
}

.detail-blog-related-articles {
  margin-top: 69px;
}

.detail-blog-related-articles-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .detail-blog-related-articles-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-blog-related-articles .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
  }
  .detail-blog-related-articles .row::-webkit-scrollbar {
    display: none;
  }
  .detail-blog-related-articles .row > div {
    scroll-snap-align: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 50%;
  }
}

@media only screen and (max-width: 499px) {
  .detail-blog-related-articles .row > div {
    max-width: 70%;
  }
}

@media only screen and (max-width: 399px) {
  .detail-blog-related-articles .row > div {
    max-width: 75%;
  }
}

.detail-blog .show-more {
  font-size: 18px;
  font-weight: 500;
  color: #158cfd;
  line-height: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 57px auto 0;
}

@media only screen and (max-width: 767px) {
  .detail-blog .show-more {
    font-size: 16px;
  }
}

.modal-share .modal-body {
  padding: 20px;
  text-align: center;
}

.modal-share .modal-body .title {
  font-size: 24px;
  font-weight: 600;
  color: #172b3d;
  line-height: 32px;
}

.modal-share .modal-body .sub-title {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}

.modal-share .modal-body .socials li:not(:last-child) {
  margin-right: 12px;
}

.modal-share .modal-body .socials li a {
  font-size: 18px;
  color: #7d9db9;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}

.modal-share .modal-body .socials li a:hover {
  background-color: #0f8eff;
  color: #fff;
}
/*# sourceMappingURL=detail-blog.min.css.map */