.category-page .section-post {
  padding: 30px 0px; }
  .category-page .section-post .title {
    font-weight: 600;
    font-size: 18px; }
    .category-page .section-post .title:after {
      content: "\e90f";
      font-family: "uxwing-iconsfont";
      font-size: 12px; }
  .category-page .section-post .description {
    padding: 20px 0px;
    color: #888888;
    font-style: italic; }
  .category-page .section-post .list-post {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .category-page .section-post .list-post .one-post {
      width: 100%;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      border-bottom: 1px solid #f0f0f0; }
      .category-page .section-post .list-post .one-post .thumbnail {
        width: 23%;
        position: relative; }
        .category-page .section-post .list-post .one-post .thumbnail img {
          max-width: 100%; }
        .category-page .section-post .list-post .one-post .thumbnail .tag-full {
          position: absolute;
          background: #007f61;
          color: #fff;
          top: 10px;
          left: 10px;
          padding: 5px;
          font-weight: bold;
          border-radius: 5px;
          font-size: 11px; }
      .category-page .section-post .list-post .one-post .meta {
        padding-left: 10px;
        width: calc(100% - 23%); }
        .category-page .section-post .list-post .one-post .meta .name {
          padding-bottom: 10px; }
          .category-page .section-post .list-post .one-post .meta .name a {
            text-decoration: none;
            font-weight: 500;
            font-size: 17px;
            color: #000000; }
            .category-page .section-post .list-post .one-post .meta .name a:hover {
              color: #888888; }
        .category-page .section-post .list-post .one-post .meta .view {
          margin-bottom: 10px;
          color: #888888; }
        .category-page .section-post .list-post .one-post .meta .vote {
          margin-bottom: 10px; }
          .category-page .section-post .list-post .one-post .meta .vote i {
            color: #e48710; }
          .category-page .section-post .list-post .one-post .meta .vote .text {
            color: #888888;
            font-size: 14px; }
        .category-page .section-post .list-post .one-post .meta .status {
          margin-bottom: 10px; }
          .category-page .section-post .list-post .one-post .meta .status span:last-child {
            color: #007f61;
            font-weight: 600;
            font-size: 15px; }
          .category-page .section-post .list-post .one-post .meta .status span.red {
            color: red; }
        .category-page .section-post .list-post .one-post .meta .author span:last-child {
          color: #007f61;
          font-size: 15px;
          font-weight: 600; }
        .category-page .section-post .list-post .one-post .meta .count-chap {
          display: block;
          margin-top: 20px; }
          .category-page .section-post .list-post .one-post .meta .count-chap span {
            border: 1px solid #007f61;
            padding: 5px 10px;
            color: #000000;
            border-radius: 10px;
            font-size: 12px; }
      .category-page .section-post .list-post .one-post:hover {
        cursor: pointer; }
      .category-page .section-post .list-post .one-post span.text {
        color: #888888;
        font-size: 14px;
        font-weight: 500; }

.post-detail .section-breadcrumb {
  padding: 15px 0px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px; }
  .post-detail .section-breadcrumb ul {
    list-style: none;
    display: flex;
    flex-direction: row; }
    .post-detail .section-breadcrumb ul li {
      margin-right: 10px; }
      .post-detail .section-breadcrumb ul li a {
        text-decoration: none;
        color: #000000;
        font-weight: 600; }
      .post-detail .section-breadcrumb ul li i {
        font-size: 12px; }
    .post-detail .section-breadcrumb ul li.current i {
      font-size: 10px; }
    .post-detail .section-breadcrumb ul li.current span {
      color: #888888; }
.post-detail .section-post-detail {
  display: flex;
  flex-direction: row;
  margin-top: 20px; }
  .post-detail .section-post-detail .meta {
    padding-left: 20px; }
    .post-detail .section-post-detail .meta .name {
      font-weight: 600;
      font-size: 25px;
      padding: 10px 0px; }
    .post-detail .section-post-detail .meta .view {
      margin-bottom: 10px;
      font-style: italic;
      color: #888888;
      font-size: 14px; }
    .post-detail .section-post-detail .meta .vote {
      margin-bottom: 10px; }
      .post-detail .section-post-detail .meta .vote i {
        color: red; }
  .post-detail .section-post-detail .description {
    margin-top: 10px;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px; }
    .post-detail .section-post-detail .description .author {
      display: flex;
      margin-bottom: 10px; }
      .post-detail .section-post-detail .description .author h3 {
        margin-right: 10px; }
    .post-detail .section-post-detail .description .category {
      display: flex;
      margin-bottom: 10px; }
      .post-detail .section-post-detail .description .category h3 {
        margin-right: 10px; }
      .post-detail .section-post-detail .description .category a {
        color: red;
        text-decoration: none;
        font-weight: 500; }
    .post-detail .section-post-detail .description .status {
      display: flex;
      margin-bottom: 10px; }
      .post-detail .section-post-detail .description .status h3 {
        margin-right: 10px; }
  @media only screen and (max-width: 480px) {
    .post-detail .section-post-detail {
      flex-direction: column; }
      .post-detail .section-post-detail .thumbnail {
        display: flex;
        justify-content: center; }
      .post-detail .section-post-detail .meta {
        padding-left: 0px; }
        .post-detail .section-post-detail .meta h1 {
          text-align: center; } }
.post-detail .section-chap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0; }
  .post-detail .section-chap .title {
    font-weight: 600;
    font-size: 22px; }
  .post-detail .section-chap .list-chap {
    padding-top: 20px; }
    .post-detail .section-chap .list-chap .one-chap {
      border-bottom: 2px solid #f0f0f0;
      padding-bottom: 10px; }
      .post-detail .section-chap .list-chap .one-chap a {
        color: #000000;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px; }
  .post-detail .section-chap .pagerfanta {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .post-detail .section-chap .pagerfanta a, .post-detail .section-chap .pagerfanta span {
      background: #f0f0f0;
      border: none;
      color: #888888;
      margin: 3px;
      border-radius: 5px; }
      .post-detail .section-chap .pagerfanta a:hover, .post-detail .section-chap .pagerfanta span:hover {
        border: 1px solid #007f61;
        background: #fff; }
    .post-detail .section-chap .pagerfanta .prev a, .post-detail .section-chap .pagerfanta .prev span, .post-detail .section-chap .pagerfanta .next a, .post-detail .section-chap .pagerfanta .next span {
      background: #007f61;
      color: #fff;
      opacity: .5; }
    .post-detail .section-chap .pagerfanta .active a, .post-detail .section-chap .pagerfanta .active span {
      border: 1px solid #007f61;
      background: #fff; }
.post-detail .section-top-category {
  margin-top: 20px;
  border: 1px solid #f0f0f0;
  padding: 10px; }
  .post-detail .section-top-category .title {
    font-weight: 600;
    font-size: 25px;
    padding: 10px 0px; }
  .post-detail .section-top-category .list-post {
    display: flex;
    flex-direction: column; }
    .post-detail .section-top-category .list-post .one-post {
      padding: 10px 0px;
      display: flex;
      flex-direction: row; }
      .post-detail .section-top-category .list-post .one-post .left {
        width: 25%; }
        .post-detail .section-top-category .list-post .one-post .left .index {
          background: #888888;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold; }
        .post-detail .section-top-category .list-post .one-post .left .first {
          background: #fdebeb;
          color: #ee5651; }
        .post-detail .section-top-category .list-post .one-post .left .second {
          background: #eaf4fd;
          color: #51a5ee; }
        .post-detail .section-top-category .list-post .one-post .left .three {
          background: #fff2cc;
          color: #ffbc00; }
      .post-detail .section-top-category .list-post .one-post .right {
        width: 75%;
        display: flex;
        flex-direction: column; }
        .post-detail .section-top-category .list-post .one-post .right .name {
          margin-bottom: 5px; }
          .post-detail .section-top-category .list-post .one-post .right .name a {
            color: #000000;
            text-decoration: none;
            font-size: 13px;
            font-weight: bold; }
          .post-detail .section-top-category .list-post .one-post .right .name:hover a {
            color: #888888; }
        .post-detail .section-top-category .list-post .one-post .right .view {
          color: #888888;
          font-size: 14px; }

.chap .section-breadcrumb {
  padding: 15px 0px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px; }
  .chap .section-breadcrumb ul {
    list-style: none;
    display: flex;
    flex-direction: row; }
    .chap .section-breadcrumb ul li {
      margin-right: 10px; }
      .chap .section-breadcrumb ul li a {
        text-decoration: none;
        color: #000000;
        font-weight: 600; }
      .chap .section-breadcrumb ul li i {
        font-size: 12px; }
    .chap .section-breadcrumb ul li.current i {
      font-size: 10px; }
    .chap .section-breadcrumb ul li.current span {
      color: #888888; }
.chap .section-content {
  margin-top: 20px; }
  .chap .section-content .post-name {
    text-align: center;
    padding: 20px 0px;
    color: #007f61;
    font-weight: 600; }
  .chap .section-content .chap-name {
    text-align: center;
    font-weight: 600;
    color: #888888;
    padding: 20px 0px; }
  .chap .section-content .chap-content {
    padding: 20px 0px;
    font-size: 23px;
    line-height: 2em; }
  .chap .section-content .list-chap {
    display: flex;
    justify-content: center;
    align-items: center; }
    .chap .section-content .list-chap .button {
      padding: 10px;
      background: #007f61;
      margin-right: 10px;
      border-radius: 5px;
      text-decoration: none; }
      .chap .section-content .list-chap .button:last-child {
        margin-right: 0px; }
    .chap .section-content .list-chap .button-list.active {
      padding: 0px;
      background: transparent; }
      .chap .section-content .list-chap .button-list.active select {
        padding: 10px;
        color: #888888;
        background: #f0f0f0;
        border: none;
        font-weight: 600; }
    .chap .section-content .list-chap .button-left {
      color: #fff; }
    .chap .section-content .list-chap .button-right {
      color: #fff; }

body {
  font-family: Roboto, sans-serif;
  background: #fff; }
  body .header {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px; }
    body .header img.main_logo {
      width: 100px;
      height: auto; }
    body .header .box-search {
      display: flex;
      align-items: center;
      height: 100%;
      position: relative; }
      body .header .box-search form {
        width: 100%; }
        body .header .box-search form input {
          padding: 8px;
          background: #f0f0f0;
          border: 1px solid #f0f0f0;
          border-radius: 5px;
          color: #888888;
          font-size: 13px;
          width: 100%; }
        body .header .box-search form button {
          padding: 8px;
          position: absolute;
          right: 0;
          border: none;
          color: #888888;
          font-size: 16px;
          background: transparent; }
  body .footer {
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding: 20px 0px;
    color: #888888;
    font-size: 14px; }
  body .section-hot {
    padding: 20px 0px; }
    body .section-hot .title {
      font-weight: 600;
      font-size: 18px; }
      body .section-hot .title:after {
        content: "\e90f";
        font-family: "uxwing-iconsfont";
        font-size: 12px; }
    body .section-hot .list-post {
      padding-top: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      body .section-hot .list-post .one-post {
        width: calc(100%/6);
        padding-right: 20px;
        padding-bottom: 20px; }
        body .section-hot .list-post .one-post img {
          width: 100%; }
        body .section-hot .list-post .one-post .name {
          margin-top: 10px; }
          body .section-hot .list-post .one-post .name a {
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            color: #000000; }
            body .section-hot .list-post .one-post .name a:hover {
              color: #888888; }
        body .section-hot .list-post .one-post .vote {
          margin-top: 10px; }
          body .section-hot .list-post .one-post .vote i {
            color: #e48710; }
          body .section-hot .list-post .one-post .vote .text {
            color: #888888;
            font-size: 14px; }
        body .section-hot .list-post .one-post:hover {
          cursor: pointer; }
        @media only screen and (max-width: 480px) {
          body .section-hot .list-post .one-post {
            width: calc(100% / 3 );
            padding-right: 10px; }
            body .section-hot .list-post .one-post:nth-child(3n) {
              padding-right: 0px; }
            body .section-hot .list-post .one-post img {
              aspect-ratio: auto 104/135;
              max-height: 135px; } }
  body .section-new-update {
    padding: 20px 0px; }
    body .section-new-update .title {
      font-weight: 600;
      font-size: 18px; }
      body .section-new-update .title:after {
        content: "\e90f";
        font-family: "uxwing-iconsfont";
        font-size: 12px; }
    body .section-new-update .list-post {
      padding-top: 20px; }
      body .section-new-update .list-post .one-post {
        padding: 10px 0px;
        border-top: 1px solid #f0f0f0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 14px; }
        body .section-new-update .list-post .one-post .name {
          width: 45%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-right: 10px; }
          body .section-new-update .list-post .one-post .name a {
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            color: #000000; }
            body .section-new-update .list-post .one-post .name a:hover {
              color: #888888; }
          body .section-new-update .list-post .one-post .name:hover a {
            color: #888888; }
        body .section-new-update .list-post .one-post .cat {
          width: 25%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-right: 10px; }
          body .section-new-update .list-post .one-post .cat a {
            color: #888888;
            text-decoration: none;
            font-size: 14px; }
        body .section-new-update .list-post .one-post .chap {
          width: 15%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-right: 10px; }
          body .section-new-update .list-post .one-post .chap a {
            color: #007f61;
            text-decoration: none;
            font-size: 14px; }
        body .section-new-update .list-post .one-post .date {
          width: 15%;
          color: #888888;
          text-decoration: none;
          font-size: 14px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-right: 10px; }
  body .section-categories {
    padding: 20px 0px; }
    body .section-categories .title {
      font-weight: 600;
      font-size: 18px; }
    body .section-categories .list-cat {
      padding-top: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      body .section-categories .list-cat .one-cat {
        margin-right: 10px;
        margin-bottom: 10px;
        display: block;
        padding: 10px;
        background: #f0f0f0;
        box-sizing: border-box; }
        body .section-categories .list-cat .one-cat a {
          color: #007f61;
          text-decoration: none; }
  body .section-post-full {
    padding: 30px 0px; }
    body .section-post-full .title {
      font-weight: 600;
      font-size: 18px; }
      body .section-post-full .title:after {
        content: "\e90f";
        font-family: "uxwing-iconsfont";
        font-size: 12px; }
    body .section-post-full .list-post {
      padding-top: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      body .section-post-full .list-post .one-post {
        width: calc(100%/4);
        padding-right: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        body .section-post-full .list-post .one-post .thumbnail {
          max-width: 120px;
          position: relative; }
          body .section-post-full .list-post .one-post .thumbnail img {
            max-width: 100%; }
          body .section-post-full .list-post .one-post .thumbnail .tag-full {
            position: absolute;
            background: #007f61;
            color: #fff;
            top: 10px;
            left: 10px;
            padding: 5px;
            font-weight: bold;
            border-radius: 5px;
            font-size: 11px; }
        body .section-post-full .list-post .one-post .meta {
          padding-left: 10px;
          width: calc(100% - 120px); }
          body .section-post-full .list-post .one-post .meta .name {
            margin-top: 10px; }
            body .section-post-full .list-post .one-post .meta .name a {
              text-decoration: none;
              font-weight: 500;
              font-size: 14px;
              color: #000000; }
              body .section-post-full .list-post .one-post .meta .name a:hover {
                color: #888888; }
          body .section-post-full .list-post .one-post .meta .vote {
            margin-top: 10px; }
            body .section-post-full .list-post .one-post .meta .vote i {
              color: #e48710; }
            body .section-post-full .list-post .one-post .meta .vote .text {
              color: #888888;
              font-size: 14px; }
          body .section-post-full .list-post .one-post .meta .count-chap {
            margin-top: 20px; }
            body .section-post-full .list-post .one-post .meta .count-chap .chap {
              font-size: 12px;
              border: 1.5px solid #007f61;
              padding: 7px 5px;
              width: auto;
              font-weight: 500;
              border-radius: 5px; }
        body .section-post-full .list-post .one-post:hover {
          cursor: pointer; }
        @media only screen and (max-width: 480px) {
          body .section-post-full .list-post .one-post {
            width: calc(100%/2);
            padding-right: 10px; }
            body .section-post-full .list-post .one-post img {
              aspect-ratio: auto 10/13; }
            body .section-post-full .list-post .one-post .thumbnail {
              width: 80px; }
            body .section-post-full .list-post .one-post .meta {
              width: calc(100% - 90px); }
              body .section-post-full .list-post .one-post .meta .vote {
                margin-top: 5px; }
              body .section-post-full .list-post .one-post .meta .count-chap {
                margin-top: 5px; }
                body .section-post-full .list-post .one-post .meta .count-chap .chap {
                  font-size: 9px;
                  border: 1px solid #007f61;
                  padding: 5px 4px;
                  width: auto;
                  font-weight: 500;
                  border-radius: 5px; } }
  body .section-search .pagerfanta {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    body .section-search .pagerfanta .page-item {
      margin: 3px; }
    body .section-search .pagerfanta a, body .section-search .pagerfanta span {
      background: #f0f0f0;
      border: none;
      color: #888888;
      margin: 3px;
      border-radius: 5px; }
      body .section-search .pagerfanta a:hover, body .section-search .pagerfanta span:hover {
        border: 1px solid #007f61;
        background: #fff; }
    body .section-search .pagerfanta .prev a, body .section-search .pagerfanta .prev span, body .section-search .pagerfanta .next a, body .section-search .pagerfanta .next span {
      background: #007f61;
      color: #fff;
      opacity: .5; }
    body .section-search .pagerfanta .active a, body .section-search .pagerfanta .active span {
      border: 1px solid #007f61;
      background: #fff;
      color: #888888; }
