.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 97px;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  background: url(../images/category-blog-banner-bg.svg) center no-repeat;
  background-size: cover; }
  .banner .section {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row; }
  .banner.single-banner {
    flex-direction: row;
    padding-top: 20px; }
    .banner.single-banner .text {
      color: #fff;
      max-width: 370px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .banner.single-banner .title {
      font-size: 34px;
      margin-top: 0; }
    .banner.single-banner .desc {
      text-align: left;
      font-size: 12px;
      line-height: 14px;
      margin-top: 16px; }
    .banner.single-banner .btn-group {
      margin-top: 18px;
      justify-content: flex-start; }
      .banner.single-banner .btn-group .btn {
        width: 140px;
        height: 40px; }
    .banner.single-banner .image {
      margin-top: 0;
      flex: 1;
      margin-left: 30px; }
  .banner .title {
    font-size: 40px;
    color: inherit;
    text-shadow: inherit; }
  .banner .desc {
    max-width: 900px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 22px;
    color: inherit;
    text-shadow: inherit;
    text-align: center; }
  .banner .btn-group {
    margin-top: 37px; }
    .banner .btn-group .btn {
      margin: 0 7px;
      width: 216px;
      height: 58px;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 8px; }
      .banner .btn-group .btn.btn-download-updf {
        background: #fff;
        color: #ff4e62;
        overflow: hidden;
        border: none;
        box-sizing: border-box; }
        .banner .btn-group .btn.btn-download-updf::before {
          content: ' ';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: #fff;
          z-index: -1; }
        .banner .btn-group .btn.btn-download-updf .icon, .banner .btn-group .btn.btn-download-updf::after {
          display: none; }
        .banner .btn-group .btn.btn-download-updf .span-icon {
          background: url(../images/icon-download-new-blog.png) center no-repeat;
          background-size: contain; }
          .banner .btn-group .btn.btn-download-updf .span-icon::after {
            background: #7480FF; }
      .banner .btn-group .btn.btn-checkout-updf {
        background: transparent; }
  .banner .image {
    width: 95%;
    font-size: 0;
    max-width: 1114px;
    margin-top: 45px;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(19deg, #93a1d2, rgba(255, 255, 255, 0.79)); }
    .banner .image img {
      width: 100%; }

.category-blog {
  background: #fff; }
  .category-blog .list-container {
    width: 98%;
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    margin-top: 170px; }
    .category-blog .list-container .cate-list {
      width: 250px;
      border-radius: 10px;
      overflow: hidden;
      border-radius: 10.897px;
      border: 1.362px solid #EFEFEF;
      margin-bottom: auto; }
      .category-blog .list-container .cate-list .title {
        background: #2E2E2E;
        color: #fff;
        font-size: 30px;
        padding: 10px 14px; }
      .category-blog .list-container .cate-list ul li {
        font-size: 20px;
        padding: 10px 14px;
        transition: all .5s;
        margin: 10px 0; }
        .category-blog .list-container .cate-list ul li:hover, .category-blog .list-container .cate-list ul li.active {
          background: #ffedef;
          color: #ff4e62; }
    .category-blog .list-container .article-list {
      flex: 1;
      margin-left: 50px;
      display: flex;
      flex-direction: column; }
      .category-blog .list-container .article-list .read-more {
        display: block;
        height: 36px;
        line-height: 36px;
        background: url(../images/category-blog-read-more.png) left center no-repeat;
        background-size: contain;
        padding-left: 40px;
        margin-top: 14px; }
      .category-blog .list-container .article-list .thumbnail {
        width: 100%;
        position: relative;
        border-radius: 14px;
        overflow: hidden; }
        .category-blog .list-container .article-list .thumbnail::after {
          content: ' ';
          display: block;
          width: 100%;
          padding-bottom: 63%; }
        .category-blog .list-container .article-list .thumbnail img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          inset: 0;
          margin: auto; }
      .category-blog .list-container .article-list .title {
        font-size: 20px;
        position: relative;
        margin-top: 21px;
        margin-bottom: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .category-blog .list-container .article-list .line {
        width: 70px;
        height: 2px;
        background: #ffcc71; }
      .category-blog .list-container .article-list .desc {
        font-size: 14px;
        line-height: 1.5;
        color: #2F3051;
        margin-top: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .category-blog .list-container .article-list .read-more span {
        display: inline-block;
        transform: translateX(40px);
        opacity: 0;
        transition: all .5s; }
      .category-blog .list-container .article-list .recommend-list {
        display: flex;
        justify-content: space-around; }
        .category-blog .list-container .article-list .recommend-list .article-item {
          display: flex;
          width: 30%;
          max-width: 332px;
          margin-top: 0;
          flex-direction: column; }
      .category-blog .list-container .article-list .article-item {
        display: flex;
        align-items: center;
        margin-top: 70px; }
        .category-blog .list-container .article-list .article-item .thumbnail {
          max-width: 365px;
          margin-right: 40px; }
          .category-blog .list-container .article-list .article-item .thumbnail p {
            position: absolute;
            left: 10%;
            top: 50%;
            margin-top: -20px;
            width: 80%;
            background: rgba(255, 78, 98, 0.9);
            color: #fff;
            line-height: 40px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
            font-size: 14px;
            box-sizing: border-box;
            padding: 0 10px; }
        .category-blog .list-container .article-list .article-item:hover .read-more span {
          transform: translateX(0);
          opacity: 1; }
  .category-blog .pagenation {
    padding: 50px 0; }

.single-blog {
  max-width: 750px !important;
  margin-top: 46px;
  position: relative; }
  .single-blog .scroll-fixed {
    padding: 8px;
    width: 180px;
    box-sizing: border-box; }
  .single-blog .article-nav {
    width: 187px;
    left: -230px;
    top: 0;
    position: absolute; }
    .single-blog .article-nav .scroll-fixed {
      width: 187px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      padding-right: 0; }
      .single-blog .article-nav .scroll-fixed .nav-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 14px;
        padding-left: 5px; }
      .single-blog .article-nav .scroll-fixed ul li {
        color: rgba(53, 53, 53, 0.7);
        padding: 5px 20px 5px 0;
        margin-bottom: 3px;
        line-height: 16px;
        font-size: 12px;
        border-radius: 8px 0 0 8px;
        padding-left: 14px;
        position: relative;
        transition: all .5s; }
        .single-blog .article-nav .scroll-fixed ul li::before {
          content: " ";
          display: block;
          width: 4px;
          height: 4px;
          background-color: rgba(53, 53, 53, 0.5);
          position: absolute;
          left: 5px;
          top: 10px;
          border-radius: 3px; }
        .single-blog .article-nav .scroll-fixed ul li::after {
          content: " ";
          display: block;
          width: 4px;
          height: 100%;
          position: absolute;
          right: -2.5px;
          top: 0;
          border-radius: 2px;
          background-color: transparent;
          transition: all .5s; }
        .single-blog .article-nav .scroll-fixed ul li a {
          color: inherit;
          text-decoration: none; }
          .single-blog .article-nav .scroll-fixed ul li a:hover {
            background-color: inherit; }
        .single-blog .article-nav .scroll-fixed ul li:hover, .single-blog .article-nav .scroll-fixed ul li.active {
          background-color: #F4EDFE;
          color: #C08FFF; }
          .single-blog .article-nav .scroll-fixed ul li:hover::before, .single-blog .article-nav .scroll-fixed ul li.active::before {
            background-color: #C08FFF; }
          .single-blog .article-nav .scroll-fixed ul li:hover::after, .single-blog .article-nav .scroll-fixed ul li.active::after {
            background-color: #C08FFF; }
  .single-blog .article-categories {
    width: 180px;
    position: absolute;
    right: -230px;
    top: 0px; }
    .single-blog .article-categories .scroll-fixed {
      background: rgba(255, 255, 255, 0.4);
      border: 1px solid rgba(0, 0, 0, 0.04);
      border-radius: 16px; }
      .single-blog .article-categories .scroll-fixed .category-title {
        height: auto;
        margin: 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        padding: 0 8px;
        white-space: nowrap; }
      .single-blog .article-categories .scroll-fixed .blog-sidebar .sidebar-title {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 8px 0; }
        .single-blog .article-categories .scroll-fixed .blog-sidebar .sidebar-title.active {
          display: flex;
          align-items: center; }
          .single-blog .article-categories .scroll-fixed .blog-sidebar .sidebar-title.active::after {
            content: " ";
            display: block;
            margin-left: 15px;
            border: 5px solid transparent;
            border-bottom-width: 0;
            border-top-color: #000; }
      .single-blog .article-categories .scroll-fixed .blog-sidebar .arc-list a {
        font-size: 12px;
        line-height: 14px; }
      .single-blog .article-categories .scroll-fixed .btn {
        width: 100%;
        min-width: 100%; }
        .single-blog .article-categories .scroll-fixed .btn::after {
          display: none; }
        .single-blog .article-categories .scroll-fixed .btn > .icon {
          display: none; }
  .single-blog .article-container {
    box-sizing: border-box;
    padding: 25px 30px; }
    .single-blog .article-container .breadcrumbs {
      font-size: 14px; }
      .single-blog .article-container .breadcrumbs a {
        color: #676767; }
    .single-blog .article-container .title {
      margin: 20px 0 20px;
      line-height: 63px; }
    .single-blog .article-container .article-info {
      font-size: 15px; }
      .single-blog .article-container .article-info .author a:hover {
        color: #c08fff; }
    .single-blog .article-container .article-content {
      padding: 0;
      padding-top: 10px;
      line-height: 200%; }
      .single-blog .article-container .article-content .top-description {
        border: 2px dashed #c08fff;
        padding: 10px; }
    .single-blog .article-container .btn-group .btn {
      width: 160px; }
      .single-blog .article-container .btn-group .btn.btn-checkout-updf {
        text-decoration: none; }

/*# sourceMappingURL=blog.css.map */
