/*NOTE COLOR*/
/*text-color, link #363d4d*/
/*bg-color #f2f3f5*/
/*#7a8599*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* RESET DEFAULT BROWSER */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  position: relative;
}
h1 {
  font-size: 2.5rem; /* 40px */
}
h2 {
  font-size: 2rem; /* 32px */
}
h3 {
  font-size: 1.5rem; /* 24px */
}
h4 {
  font-size: 1.25rem; /* 20px */
}

html,
body {
  overflow-x: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  -moz-osx-font-smoothing: grayscale;
  font-display: auto;
}
body {
  font-size: 14px;
  line-height: 1.4;
  color: #363d4d;
  background: #f2f3f5;
  font-weight: 400;
  height: 100%;
  /* min-height: 60vh; */
  /* min-height: 100%; */
  width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
  /*outline: none;*/
}
a:hover {
  text-decoration: underline;
}
ul,
li {
  list-style-type: none;
}
input {
  min-height: 38px;
  padding: 0 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}
dl {
  margin: 0 0 10px 0;
}
dt {
  width: 100px;
  display: inline-block;
}
dd {
  margin: 0;
  padding-left: 10px;
  display: inline-block;
}
th,
td {
  text-align: left;
}
header,
section {
  width: 100%;
  display: inline-block;
}

.infomation {
  padding: 0.5rem 0;
  background: #ffc91a;
  text-align: center;
}
.infomation h4 {
  font-size: 1rem;
}

/* LAYOUT */
.container {
  margin: 0 auto;
  width: 1024px;
  box-sizing: border-box;
}
.container.full {
  width: 1200px;
}
footer {
  width: 100%;
  display: inline-block;
  background: #121212;
  padding: 50px 0;
}
footer a {
  color: #7a8599;
}
footer a:hover,
footer .nav-head {
  color: #fff;
}
footer .nav-head {
  margin-bottom: 1.25rem;
}
footer .nav-item {
  margin-bottom: 10px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-content .nav:first-child {
  min-width: 50%;
}

/* GRID */
.flex {
  width: calc(100% + 2rem);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.flex > [class*="flex-"] {
  margin-right: 1rem;
  margin-left: 1rem;
}
.flex-2 > .flex-item {
	 width: calc(100% / 2 - 2rem);
}
.flex-3 > .flex-item {
  width: calc(100% / 3 - 2rem);
}
.flex-4 > .flex-item {
  width: calc(100% / 4 - 2rem);
}
.flex-5 > .flex-item {
  width: calc(100% / 5 - 2rem);
}
.flex-6 > .flex-item {
  width: calc(100% / 6 - 2rem);
}
.flex > .flex-1 {
  width: calc(100% / 12 * 1 - 2rem);
}
.flex > .flex-2 {
  width: calc(100% / 12 * 2 - 2rem);
}
.flex > .flex-3 {
  width: calc(100% / 12 * 3 - 2rem);
}
.flex > .flex-4 {
  width: calc(100% / 12 * 4 - 2rem);
}
.flex > .flex-5 {
  width: calc(100% / 12 * 5 - 2rem);
}
.flex > .flex-6 {
  width: calc(100% / 12 * 6 - 2rem);
}
.flex > .flex-7 {
  width: calc(100% / 12 * 7 - 2rem);
}
.flex > .flex-8 {
  width: calc(100% / 12 * 8 - 2rem);
}
.flex > .flex-9 {
  width: calc(100% / 12 * 9 - 2rem);
}
.flex > .flex-10 {
  width: calc(100% / 12 * 10 - 2rem);
}
.flex > .flex-11 {
  width: calc(100% / 12 * 11 - 2rem);
}
.flex > .flex-12 {
  width: calc(100% - 2rem);
}

.flex-item {
  width: 100%;
}
.flex-2 > .flex-item {
  width: calc(100% / 2);
}
.flex-3 > .flex-item {
  width: calc(100% / 3);
}
.flex-4 > .flex-item {
  width: calc(100% / 4);
}
.flex-5 > .flex-item {
  width: calc(100% / 5);
}
.flex-6 > .flex-item {
  width: calc(100% / 6);
}
.flex-7 > .flex-item {
  width: calc(100% / 7);
}
.flex-8 > .flex-item {
  width: calc(100% / 8);
}
.flex-9 > .flex-item {
  width: calc(100% / 9);
}
.flex-10 > .flex-item {
  width: calc(100% / 10);
}
/* END GRID */

section {
  padding: 2.4rem 0;
}
.section.top {
  background-color: #f2f3f5;
}
.section.top .section-title {
  margin: 0;
}
.section.top .container,
.section.content .container {
  width: 792px;
}
.section.content {
  font-size: 1rem;
  color: #000;
}
.section.content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 24px;
  top: 4px;
  left: -20px;
  background-color: #ffce2e;
}
.section.content h3,
.section.content p,
.section.content ul li {
  margin-bottom: 1.5rem;
}
.section.bg {
  padding: 0;
  color: #fff;
  background-color: hsl(196, 57%, 44%);
  /* background-image: url("/static/img/bg-page-section.png"); */
  height: 160px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.section.bg .section-title {
  display: block;
}
.section.bg h1 {
  line-height: 1.3;
  margin-bottom: 10px;
}
.section.bg p {
  line-height: 1.3;
  font-size: 1rem;
}
.section.dark {
  color: #fff;
  background-color: #242933;
}
.section.white {
  background-color: #fff;
}
.section.gray {
  background: #12121acc;
}
.section-white {
  background: #fff;
}
.section-dark a,
.section-dark a:hover {
  color: #fff;
}
.section.white .book-name,
.section.white .book-name:hover {
  color: #363d4d;
}
.section.white .book-image {
  border: 1px solid #eee;
}

.section-title {
  margin-bottom: 1.3rem;
  display: flex;
  justify-content: space-between;
}
.section-title h2 {
  color: #fff;
}
.section-title a {
  color: #fff;
  margin-top: 18px;
  font-weight: bold;
}

/* section */
.section-item {
  margin: 0 10px 20px;
  width: 100%;
}
.section-item .book-rating {
  margin-bottom: 0;
}
.section-item .book-name,
.section-item h4 {
  font-size: 1rem;
}
.section-list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
li.section-item {
  width: calc(100% / 6 - 20px);
}
div.section-list {
  flex-wrap: nowrap;
}
div.section-item:first-child {
  min-width: 30%;
  max-width: 30%;
}
div.section-item:first-child .book-image {
  height: 35vw;
  max-height: 400px;
}
div.section-item ul.section-list li.section-item {
  width: calc(100% / 4 - 20px);
}
.book-image {
  height: 18vw;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  background: #eee;
  border: 1px solid #eee;
}
.book-image a {
  height: 100%;
  display: inherit;
}
.book-image img {
  width: 100%;
  display: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
.book-image:hover img {
  transform: scale(1.1);
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.book-caption a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  /* color: #363d4d; */
  color: #fff;
}
.book-author {
  font-size: 12px;
  margin-bottom: 5px;
  color: #b8bfcc;
  margin-bottom: 10px;
}
.recommendation {
  margin-bottom: 1.5rem;
}
.recommendation .book-name {
  color: #363d4d;
}

.book-image .book-genres {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 66px;
  font-size: 11px;
  text-align: center;
  background-color: #ffce2e;
  border-radius: 10px 0 0;
  opacity: 0.9;
  z-index: 2;
  padding: 5px;
  color: #363d4d;
  text-decoration: none;
}
.book-image a:hover .book-genres {
  opacity: 1;
}
.book-genres a {
  color: #363d4d;
  text-decoration: none;
}

.section-description {
  display: none;
}
.section-item.card {
  display: flex;
  align-items: center;
  width: calc(100% / 3 - 20px);
  background: rgba(18, 18, 26, 0.5);
}
.card .book-image {
  width: 160px;
  max-height: 190px;
  position: relative;
  margin-bottom: 0;
  height: 100vw;
}
.card .book-caption {
  width: 54%;
  padding: 16px;
}
@media (min-width: 861px) {
  .same-authors.flex-4 {
    margin-left: 0.5rem;
  }
}
.same-authors .title {
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.same-authors .section-item.card {
  width: 100%;
  background: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}
.same-authors .card .book-image {
  width: 60px;
  min-width: 60px;
  height: 80px;
}
.same-authors .card .book-caption {
  width: 100%;
  padding: 0 1rem;
}
.same-authors .card .book-caption a,
.same-authors .card .book-caption .book-name,
.same-authors .view-all {
  color: #363d4d;
  font-size: 0.85rem;
  margin-bottom: 5px;
  text-decoration: underline;
}
/* End section-list */

/* HEADER - NAVBAR*/
header {
  width: 100%;
  display: inline-block;
  background-color: #12121a;
  /* float: left; */
}
.navbar {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0 15px;
  align-items: stretch;
  justify-content: space-between;
}
.navbar-item {
  display: flex;
  align-items: center;
}
.navbar-item .btn {
  text-transform: uppercase;
  font-weight: bold;
}
.navbar-item .btn + .btn {
  margin-left: 0.5rem;
}
.logo {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.logo:hover {
  text-decoration: none;
}
.logo .iconfont {
  margin-right: 0.5rem;
  color: #262934;
  font-size: 20px;
  width: 48px;
  background: #ffc91a;
  border: 10px solid #262934;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  height: 48px;
  text-align: center;
  font-weight: normal;
}
.android,
.ios {
  height: 50px;
}
.navbar .nav {
  display: flex;
  transition: all 0.25s linear;
}
.navbar .nav-item {
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
}
.navbar .nav-link {
  font-weight: bold;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  text-decoration: none;
}
.navbar .nav-link,
.sub-item {
  color: #b8bfcc;
  z-index: 2;
  position: relative;
}
.navbar .nav-link .iconfont {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.sub {
  top: 68px;
  opacity: 0;
  left: 0;
  position: absolute;
  width: 220px;
  padding: 8px 0;
  background: #0e0e14;
  border-top: 1px solid #242933;
  transition: all 0.25s linear;
}
.sub-right {
  left: auto;
  right: 0;
}
/* .nav-with-sub:hover .nav-link,
.nav-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0e0e14;
}
@media (min-width: 1024px) {
  .nav-with-sub:hover {
    overflow: inherit;
  }
  .nav-with-sub:hover .sub {
    top: 70px;
    opacity: 1;
    z-index: 3;
  }
  .nav-with-sub:hover .icon-ic_arw_down1:before {
    content: "\e6ad";
  }
} */

.sub-item {
  width: 100%;
  display: inline-block;
  /* padding: 10px 22px 12px 22px; */
  padding: 0 22px;
  box-sizing: border-box;
  transition: all 0.25s linear;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  height: 46px;
  display: flex;
  align-items: center;
}
.sub-item:hover {
  color: #363d4d;
  background: #ffce2e;
  text-decoration: none;
}
.sub-item .iconfont {
  margin-right: 14px;
  font-size: 24px;
  color: #fff;
  top: 2px;
  position: relative;
  width: 24px;
  height: 24px;
}
.sub-item:hover .iconfont {
  color: #363d4d;
}
.nav-genres .sub {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  left: -274px;
}
.nav-genres .sub-item {
  width: calc(100% / 6);
  font-size: 0.85rem;
  white-space: nowrap;
  padding: 0.85rem 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-genres .sub-item.active {
  color: #363d4d;
  background: #ffce2e;
}

/*Components*/
.btn {
  color: #4b4b4b;
  border-width: 1px;
  border-style: solid;
  height: 40px;
  line-height: 1.6rem;
  padding: 5px 15px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  /* transition: all 0.25s linear; */
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}
.btn.disable {
  opacity: 0.5;
  outline: none;
}
.btn-primary,
.btn-primary-outline:hover {
  color: #363d4d;
  background: #ffce2e;
  border: 2px solid #ffce2e;
}
.btn-primary-outline.disable:hover,
.btn-primary-outline {
  color: #ffce2e;
  border: 2px solid #ffce2e;
  background: transparent;
}
.btn-tab {
  color: #b8bfcc;
  border: none;
  font-size: 36px;
  outline: none;
  height: auto;
  border-radius: 0;
  border: 2px solid transparent;
  transition: inherit;
  line-height: 2;
}
.btn-tab.active {
  color: #000;
  border-bottom-color: #ffce2e;
}
.btn-lg {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
}
.btn-full {
  width: 100%;
  display: inline-block;
  border-color: #b8bfcc33;
}
.dashed {
  background-color: #b8bfcc;
  display: inline-block;
  width: 2px;
  height: 24px;
  margin: 0 15px;
}

/* typography */
.title {
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.headline {
  display: block;
  font-size: 1.75rem;
  line-height: normal;
  font-weight: 600;
  color: #050505;
}
.headline.line {
  min-width: 60px;
  display: inline-block;
  padding-bottom: 0.25rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #ddd;
}

.subtitle {
  margin: 0;
  font-size: 0.85rem;
  display: block;
  width: 100%;
}
/* end typography */

/* label */
.label {
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  padding: 0 8px;
  height: 22px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.label.yellow {
  background-color: #ffce2e;
}
.label.gray {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.label.dark {
  color: #fff;
  background-color: #7a8599;
}

.label-default, .label-default:hover {
  color: #0f5132;
  background-color: #d1e7dd;
}
.label-secondary, .label-secondary:hover {
  color: #fff;
  background-color: #d32f2f;
}
.label-primary, .label-primary:hover {
  color: #fff;
  background: #0097a7;
}
.label-black-50, .label-black-50:hover {
  color: #fff;
  background-color: rgba(0,0,0,.5);
}
/* End label */

/* start tabs */
.tabs {
  height: 40px;
  margin: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}
.tabs > li > a,
.tabs > li > .btn {
  height: 40px;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* border: 1px solid #ddd; */
  border: 0;
  border-radius: 4px 4px 0 0;
  padding: 0 1rem;
  position: relative;
  /* background: #efefef; */
  background: none;
}
.tabs > li > .btn {
  width: 100%;
}
.tabs > li:hover > a, .tabs > li.active > a, .tabs > li:hover > .btn, .tabs > li.active > .btn {
  /* background-color: #EEEFF1; */
  background: #fff;
  border-bottom-color: transparent;
}
.tabs .label {
  padding: 0;
  margin-left: 4px;
}
.tabs-grid {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 1.5rem 0;
  /* border-bottom: 1px solid #ddd; */
}
.tabs-grid>.tabs {
  display: grid;
  grid-gap: 10px;
  border: 0;
  margin: 0 auto 0 0;
}
.grid-4 {
  grid-template-columns: repeat(4,1fr);
}
.section-tabs {
  padding: 0;
}
.section-tabs .tabs-grid {
  margin: 0;
}
.section-tabs .dropdown {
  display: none;
}
@media (max-width: 735px) {
  .tabs-grid>.tabs {

  }
  .section-tabs .tabs > li {
    display: none;
    width: 120px;
  }
  .section-tabs .tabs > .dropdown,
  .section-tabs .tabs > .active {
    display: block;
  }
}
/* end tabs */

/* start dropdown */
.dropdown {
  position: relative;
}
.dropdown .dropdown-menu {
  opacity: 0;
  z-index: -1;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100%;
  padding: 0.5rem;
  transition: opacity 0.25s;
  -webkit-transition: none;
}
.dropdown .dropdown-menu::after {
  content: "";
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
  top: -5px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  width: 1px;
  display: inline-block;
}
.dropdown .dropdown-menu .iconfont {
  top: 0;
  margin-right: 10px;
  font-size: 0.9rem;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  color: #ddd;
  background-color: #ddd;
  overflow: hidden;
}
.dropdown .dropdown-menu > li.active > a,
.dropdown .dropdown-menu > li.active > .btn,
.dropdown .dropdown-menu > li.active .iconfont {
  color: darkcyan;
}
.dropdown .dropdown-menu > li > a,
.dropdown .dropdown-menu > li > .btn {
  justify-content: flex-start;
  text-transform: none;
  height: 32px;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 3px;
  font-size: 0.75rem;
  width: 100%;
  min-width: 100%;
  box-shadow: none;
  border: 0;
  background: none;
}
@media (min-width: 860px) {
  .dropdown .dropdown-menu > li > a:hover,
  .dropdown .dropdown-menu > li > .btn:hover {
    background: #eee;
  }
}
.dropdown .dropdown-menu > li.active .iconfont {
  display: inline-block;
  background-color: transparent;
  overflow: initial;
  top: -4px;
  position: relative;
}
.dropdown .dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown::after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.dropdown .icon-ic_arw_down1 {
  margin-left: 5px;
  font-size: 0.85rem;
}
.dropdown.open {
  overflow: initial;
}
.dropdown.open::after {
  position: fixed;
  opacity: 1;
  z-index: 10;
  display: block;
}
.dropdown.open .btn {
  z-index: 11;
  position: relative;
}
.dropdown.open .dropdown-menu {
  opacity: 1;
  z-index: 11;
  display: block;
}
.dropdown.open .icon-ic_arw_down1::before {
  content: "";
}
/* end dropdown */

/* stars */
.stars-svg,
.current-star {
  width: 120px;
  height: 24px;
  background-size: auto 100%;
  display: flex;
}

.stars-svg {
  position: relative;
  background-image: url("/static/img/icons/star-gray.svg");
}

.current-star {
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("/static/img/icons/star-yellow.svg");
}

.stars-svg-sm, .stars-svg-sm .current-star {
  width: 100px;
  height: 20px;
}
/* End stars */

/* list-stats */
.list-stats {
  gap: 0.5rem 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.list-stats > li {
  display: flex;
  align-items: center;
  line-height: normal;
}
.list-stats .icon-crown,
.list-stats .icon-ic_views {
  font-size: 1.1rem;
}
.list-stats .icon-ic_ongoing {
  top: 1px;
  font-size: 0.95rem;
  position: relative;
  margin-right: 4px;
}
.list-stats.flex-direction {
  flex-direction: column;
  align-items: flex-start;
}
.list-stats.flex-direction span {
  margin-right: 0.3rem;
}
.list-stats.flex-direction .align-baseline {
  align-items: baseline;
}
/* End list-stats */

/* series */
/* Global */
.series {
  line-height: normal;
}
.series > li {
  margin-bottom: 1.5rem;
}
.series .series-item {
  width: 100%;
  position: relative;
}
.series .series-label {
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  position: absolute;
}
.series .label-view-count {
  top: auto;
  bottom: 0.5rem;
}
.series picture {
  width: 100%;
  margin-bottom: 0.75rem;
}
.series picture img {
  transition: transform 0.25s;
}
.series picture a:hover img {
  transform: scale(1.1);
}
.series .title {
  font-size: calc(1rem);
  line-height: calc(1rem + 0.2rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(2rem + 2 * 0.2rem);
  max-height: initial;
  margin-bottom: 0.5rem;
}
.series .headline {
  margin: 0;
  font-size: 1rem;
}
.series small {
  font-size: 0.85rem;
}
/* End Global Series */
/* start series-media-label */
.series-media-label > li {
  margin-bottom: 0;
}
.series-media-label .series-item {
  display: flex;
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.series-media-label picture {
  width: 80px;
  min-width: 80px;
  height: 100px;
  margin: 0 0.75rem 0 0;
}
.series-media-label .title {
  width: 100%;
  margin-bottom: 0.5rem;
}
.series-media-label .title a {
  color: #363d4d;
  text-decoration: none;
}
.series-media-label .series-caption {
  width: 100%;
  position: relative;
}
.series-media-label .series-label {
  top: auto;
  left: auto;
  position: relative;
  font-weight: bold;
}
.series-media-label .series-label .iconfont {
  margin-right: 8px;
}
.series-media-label .dropdown {
  top: -1px;
  right: -1px;
  position: absolute;
}
.series-media-label .dropdown .series-label {
  top: auto;
  left: auto;
  cursor: pointer;
  height: 32px;
  padding: 0 1rem;
  position: relative;
  border-radius: 0 10px 0 10px;
}
.series-media-label .dropdown .dropdown-menu {
  top: 32px;
  display: block;
  width: 160px;
  left: 50%;
  transform: translate(-50%, 0);
}
.series-media-label .dropdown.open .series-label {
  z-index: 11;
}
.series-media-label picture {
  width: 68px;
  min-width: 68px;
  height: 68px;
}
.series-media-label .series-item {
  border: 0;
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}
.series-media-label .headline {
  margin-bottom: 5px;
  font-size: 1rem;
}
.series-media-label .series-caption {
  width: calc(100% - 200px);
}
/* End series-media-label */
/* End series */

.pagination {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}
.pagination .btn:last-child {
  float: right;
}
.pagination-full {
}
.book-chapters .pagination-list {
  margin-top: 20px;
}
.pagination-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-list i {
  font-size: 0.85rem;
}
.pagination-list a, .pagination-list li > span {
  font-weight: 400;
  text-align: center;
  color: #58656a;
  background-color: white;
  border: 1px solid #ddd;
  padding: 0 1rem;
  font-size: 0.85rem;
  line-height: 1;
  height: 40px;
  min-width: 40px;
  outline: none;
  border-radius: 4px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-list a {
  cursor: pointer;
  text-decoration: none;
}
.pagination-list ul {
  display: flex;
}
.pagination-list ul li {
  margin: 0 0.15rem;
}
.pagination-list ul li:first-child {
  margin-left: 0;
}
.pagination-list ul li:last-child {
  margin-right: 0;
}
.pagination-list a:hover,
.pagination-list .active a {
  color: #363d4d;
  border-color: #ffce2e;
  background-color: #ffce2e;
}
.pagination-list .disabled {
  opacity: 0.65;
  pointer-events: none;
}
.pagination-list-start {
  justify-content: flex-end;
}
.pagination-list-center {
  justify-content: center;
}
.pagination-list-full, .pagination-list-full ul {
  width: 100%;
  justify-content: space-between;
}
.pagination-list-full i {
  margin: 0 0.25rem;
}
/*Table*/
.table {
  font-size: 13px;
  color: #7a8599;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table a {
  color: #fff;
}
.table th {
  border-bottom: 1px solid #7a8599;
  padding: 15px 10px;
}
.table td {
  padding: 10px;
}
td.td {
  min-height: 40px;
}
.table tr:nth-child(even) td {
  background: #363d4d4d;
}
.table-genre {
  width: 10%;
}
.genre-label {
  display: inline-block;
  box-sizing: content-box;
  margin-bottom: -5px;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border: 1px solid #363d4d;
  cursor: pointer;
  color: #b8bfcc;
  max-width: 120px;
}
.genre-label span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.genre-label:hover {
  background-color: #363d4d;
}

/*Form*/
.form-group {
  position: relative;
}
.form-control {
  outline: none;
  color: #b8bfcc;
  background: #b8bfcc33;
  border-color: #b8bfcc33;
  border-radius: 4px;
}
.search-wrapper .form-control {
  margin-right: 15px;
  padding-left: 35px;
  width: 280px;
}
.search-wrapper .icons-search {
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1;
  width: 36px;
  height: 40px;
  line-height: 2.5rem;
  text-align: center;
  color: #7a8599;
  background-image: url("/static/img/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  background-position: center center;
  filter: invert(0.5);
}
.search-wrapper .btn-search {
  display: none;
}
.form-control:focus {
  outline: none;
}

/* Search typeahead  */
#search-bar {
  display: flex;
  align-items: center;
  margin: 0;
}
.twitter-typeahead {
  width: 100%;
}
.tt-menu {
  margin-top: 2px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.25);
  overflow: hidden;
}
.tt-suggestion:hover .search-item,
.tt-cursor .search-item {
  background: seashell;
}
.search-item {
  color: #363d4d;
  display: flex;
  justify-items: center;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.search-item:hoevr {
  text-decoration: none;
}
.search-item img.poster {
  width: 30px;
  height: 45px;
  object-fit: cover;
}

.search-item .info {
  padding-left: 8px;
}

.search-item .info h3.name {
  font-size: 0.85rem;
  margin: 0 0 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search-item .info p.chapters {
  font-weight: 400;
  font-size: 0.85em;
  font-style: italic;
  margin: 0 0 5px 0;
}

.search-item .info p.author {
  font-weight: 600;
  margin-bottom: 0;
}

.empty-message {
  border: 1px solid #eee;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}

.see-all {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 1.1em;
  text-align: center;
}
.see-all a {
  color: #363d4d;
}
/* End typeahead */

/*Tabs*/

/*Utilities*/
.text-yellow {
  color: #ffce2e;
}

/*Book*/
.book-header {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  padding-top: 50px;
}
.book-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(36, 41, 51, 0.9) 0, #000 100%);
}
.book-header::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -100px;
  left: -10px;
  z-index: -1;
  background: #000;
  height: 150px;
  transform: rotate(-2deg);
}
.book-img,
.book-info {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.book-img {
  width: 25%;
  overflow: hidden;
  max-height: 355px;
}
.book-img img {
  width: 100%;
}

.book-info {
  width: 75%;
  color: #fff;
  padding-left: 30px;
  margin-left: -4px;
}
.book-info .stars.lg + .score {
  color: #fff;
  margin-left: 10px;
}
.book-title .book-name {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
}
.book-body {
  background: #fff;
  padding: 50px;
}
.book-tabs .btn-tab {
  padding: 0;
  margin-bottom: 40px;
}
.book-synopsis {
  margin-bottom: 30px;
  word-wrap: break-word;
}
.book-body .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.book-base-info,
.book-person-info,
.book-info .vote {
  margin-bottom: 20px;
  font-size: 13px;
}
.book-tags {
  margin-bottom: 15px;
}
.tag-item {
  margin: 0 15px 15px 0;
  padding: 5px 20px;
  border: 1px solid #b8bfcc;
  border-radius: 22px;
  display: inline-block;
  font-size: 13px;
}

.book-base-info .dashed {
  margin: 0 15px;
  height: 15px;
  vertical-align: middle;
}
.book-generes,
.book-chapters-count,
.book-state {
  margin-right: 2rem;
  font-size: 14px;
}
.book-generes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.book-generes .label {
  margin: 0 0.5rem 0.5rem 0;
  white-space: nowrap;
}
.book-base-info .iconfont {
  margin-right: 0.5rem;
}

.book-person-info dt {
  color: #7a8599;
}
.book-view-detail {
  display: flex;
  gap: 10px;
  align-content: center;
}
.book-view-detail .btn {
  font-weight: bold;
  min-width: 180px;
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 0 0.75rem;
  line-height: 40px;
}
.book-view-detail .btn-read {
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.book-view-detail .btn-primary-outline>.iconfont {
  margin-right: 0.25rem;
  position: relative;
  top: -2px;
}
.book-review-num,
.book-review-header .score {
  font-size: 24px;
  display: inline-block;
}
.book-review-header .score {
  color: #363d4d;
}
.book-review-header .dashed {
  top: 5px;
  position: relative;
}

.page-top {
  padding: 3rem 0;
  border-top: 1px solid #242933;
  background-color: #12121a;
}
.list-item {
  color: #7a8599;
  margin: 0 2rem 1rem 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.list-item.active {
  color: #fff;
  border-color: #ffce2e;
}
.list-item:hover {
  color: #fff;
  text-decoration: none;
}

/*page search*/
.page-top.search-page {
  background: #f2f3f5;
}
.search-page h2 {
  color: #7a8599;
}
.search-page code {
  color: #363d4d;
}
.page-top.search-page .section-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-title .label {
  font-size: inherit;
  display: inline;
}
/*page chapter*/
.oneline {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chapters {
  width: 100%;
  margin: 0 -10px;
  box-sizing: border-box;
}
.chapters .oneline {
  width: 50%;
  display: inline-block;
  margin-left: -4px;
  box-sizing: border-box;
  padding: 0 10px;
}
.chapters .chapter-name {
  white-space: nowrap;
  text-align: justify;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.chapters .oneline a {
  color: #363d4d;
  display: block;
  padding: 1rem;
}
.chapter-num {
  display: inline-block;
  width: 54px;
  margin-right: 8px;
  font-size: 16px;
}
.chapter-time {
  line-height: 20px;
  padding-left: 65px;
  font-size: 12px;
  color: #7a8599;
}

.chapters .oneline:nth-child(4n-1) a,
.chapters .oneline:nth-child(4n) a {
  background: #f7f8f9;
}
.chapter-info {
  text-align: center;
  margin-bottom: 30px;
}
.chapter-info .chapter-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.chapter-info .chapter-title a {
  color: #363d4d;
}
.chapter-content {
  background-color: #fff;
  padding: 30px;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.chapter-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.chapter-content p {
  word-break: break-word;
  margin-bottom: 1.4rem;
}
.chapter-latest {
  margin-bottom: 1rem;
}

/*page download-app*/
.download-app {
  width: 100%;
  background: #fff;
  display: inline-block;
  min-height: 100vh;
  background-image: url("/static/img/bg-down-app.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.download-app .logo {
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  padding: 1.5rem 0;
  width: 100%;
  display: inline-block;
  color: #000;
}
.download-app-left,
.download-app-right {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  vertical-align: top;
}
.download-app-left {
  padding-top: 15%;
  text-align: center;
}
.download-app-left h1 {
  color: #000;
  height: 90px;
  line-height: 90px;
  font-size: 90px;
  margin-bottom: 15px;
}
.download-app-left h2 {
  margin-bottom: 30px;
}
.download-app-right {
  position: relative;
  height: 100vh;
}
.download-app-right .img-app {
  bottom: 0;
  left: 0;
  position: absolute;
  display: inline-block;
}
.download-app-right .img-app-1 {
  width: 380px;
  top: 12%;
  z-index: 2;
}
.download-app-right .img-app-2 {
  left: 260px;
  width: 300px;
  top: 28%;
  z-index: 1;
}

.book-rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}
.book-rating + .synopsis-txt {
  margin-top: 20px;
}
.stars {
  position: relative;
  width: 80px;
  height: 20px;
  box-sizing: border-box;
  display: inline-block;
}
.stars.lg {
  width: 120px;
  height: 24px;
}
.stars.lg + .score,
.stars.lg .iconfont {
  font-size: 24px;
}
.star .iconfont:before {
  content: "\e69b\e69b\e69b\e69b\e69b";
}
.star {
  color: #fd8d2f;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
}
.star-opacity {
  opacity: 0.5;
}

.stars + .section-description {
  margin-top: 10px;
}
.stars {
  margin-right: 10px;
}
.pc,
.ipad,
.mobile {
  display: none;
}
/*Responsive*/
/*Desktop >>*/
@media (min-width: 1281px) {
  .book-header::before {
    transform: rotate(-1deg);
  }
  .recommendation .book-image {
    height: 12vw;
  }
  .nav-genres .sub {
    left: 0;
    width: 1056px;
  }
}
@media (min-width: 1025px) {
  .pc {
    display: block;
  }
  .section.top .container,
  .section.content .container{
    width: 720px;
  }
}
/*ipad*/
@media (min-width: 768px) and (max-width: 1024px) {
  .ipad {
    display: block;
  }
}
/*Reposive <<*/
@media (max-width: 1280px) {
  .container,
  .container.full {
    width: 100%;
    padding: 0 20px;
  }
  .nav-genres .sub-item {
    width: calc(100% / 5)
  }
}
@media (max-width: 1024px) {
  .section-item.card {
    width: calc(100% / 2 - 20px);
  }
  div.section-item ul.section-list li.section-item {
    width: calc(100% / 3 - 20px);
  }
  div.section-item ul.section-list .book-image {
    height: 24vw;
  }
  .section.top .container,
  .section.content .container {
    width: 100%;
  }
  .download-app-left {
    width: 100%;
  }
  .download-app-left a {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .download-app-right {
    display: none;
  }
  .nav-genres .sub-item {
    width: calc(100% / 4)
  }
}
.toggle {
  display: none;
  position: absolute;
  z-index: 10;
  /* left: 130px; */
  right: 1rem;
  top: 22px;
  /*border: 1px solid #b8bfcc;*/
  border: 1px solid #242933;
  border-radius: 4px;
  padding: 4px 6px 3px 6px;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
}
.toggle::after {
  content: "";
  opacity: 0.5;
  color: #b8bfcc;
  display: inline-block;
  width: 15px;
  height: 20px;
  transform: rotate(0deg);
  display: inline-block;
  transition: all 0.25s linear;
  background-image: url(/static/img/icons/ic_arw_down1.svg);
  filter: invert(1);
  background-size: 15px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.in-toggle {
  display: none;
}
.in-toggle:checked + .toggle::after {
  transform: rotate(-180deg);
}
.number {
  color: #7a8599 !important;
}

.center {
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Auth author.page */
.auth {
  min-height: 100vh;
}
.auth .series.list a {
  color: #363d4d;
  text-decoration: underline;
}
.auth .series.list .serie-name {
  margin-bottom: 1.5rem;
}
.auth .series.list .serie-item {
  display: flex;
  margin-bottom: 1rem;
}
.auth .series.list .serie-image {
  min-width: 20%;
  max-width: 20%;
  border: 1px solid #eee;
  margin-right: 1rem;
}
.auth .series.list .serie-image .thumbnail {
  max-height: 220px;
}
.auth .series.list .serie-image .thumbnail img {
  width: 100%;
  max-height: 100%;
}
.auth .series.list .serie-info {
  width: 100%;
}
.auth .series.list .dashed {
  margin: 0.15rem 0.5rem 0 0.5rem;
  width: 1px;
  height: 1rem;
  background-color: #999;
  display: inline-block;
}
.auth .desc {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.auth .info-group {
  display: flex;
  margin-bottom: 0.5rem;
}
.auth .info-group li {
  margin-bottom: 0.5rem;
}
.auth .info-group li a {
  font-size: 0.85rem;
}
.box-auth .bg-gray {
  background: #fafafa;
  border-radius: 10px;
  padding: 2rem;
}
.box-auth .list-auth-info {
  margin-top: 2rem;
  padding-top: 2rem;
}
.auth-avatar {
  height: 90px;
  width: 90px;
  border-radius: 90px;
  overflow: hidden;
  margin: 0 auto 1.2rem auto;
}
.auth-avatar .img {
  height: 100%;
  max-width: 100%;
}
.auth-avatar .img img {
  height: 100%;
}
.author-name {
  width: 100%;
  text-align: center;
}
.auth-bottom {
  display: flex;
  justify-content: space-between;
}
/* End Auth */

/* Icons + Bookmark */
.tooltip {
  position: absolute;
  top: -20px;
  background: mediumaquamarine;
  border-radius: 0.25rem;
  white-space: nowrap;
  padding: 0.3rem 0.5rem 0.25rem 0.5rem;
  left: -7px;
  opacity: 0;
  transition: all 0.25s linear;
  z-index: -1;
  line-height: 1rem;
  font-size: 0.75rem;
}
.tooltip.active {
  opacity: 1;
  top: -50px;
  z-index: initial;
}

.js-bookmark-notify {
  top: 0;
  left: -26px;
  color: #f07c78;
  background: #fff;
}
.js-bookmark-notify.active {
  top: -30px;
}

.readed {
  margin-bottom: 0.75rem;
}
.readed a {
  color: #363d4d;
  font-size: 0.85rem;
}
.newest a {
  color: #363d4d;
  font-size: 0.85rem;
}
.newest a.active {
  color: #f07c78;
}
.btn-bookmark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #f07c78;
  background: #fff;
  border: 0;
  padding-top: 8px;
  padding-left: 8px;
  position: relative;
}
.heart-spark {
  display: block;
  width: 3em;
  height: 3em;
  flex: 0 0 auto;
  margin: -0.75em;
}
.heart {
  transition: opacity 300ms ease-in-out 0s;
}
.spark {
  stroke-dasharray: 8;
  stroke-dashoffset: 24;
}

@keyframes line-animate {
  from {
    stroke-dasharray: 8;
  }
  to {
    stroke-dasharray: 16;
  }
}
:host([added]) .heart-outline,
:host(:not([added])) .heart-filled {
  opacity: 0;
  pointer-events: none;
}
.btn-bookmark:hover .spark {
  animation: 500ms ease-in-out 0s 1 normal none running line-animate;
}
/* End Icons */

/* Comments */
.comments {
  margin-bottom: 3rem;
}
.bg-white .comments {
  background: #fff;
  padding: 30px;
  margin-top: 0.5rem;
}
.comment-header {
  margin-bottom: 1rem;
}
.comment-title {
  font-size: 24px;
  margin-bottom: 0;
}
.form-comment {
  margin: 0 0 1.5rem 0;
}
.form-comment .form-group {
  display: flex;
  position: relative;
}
.form-comment .form-control {
  resize: none;
  min-height: 80px;
  max-height: 80px;
  overflow-y: auto;
  padding: 0.55rem 1rem 0.75rem 0.75rem;
  max-width: calc(100% - 94px);
  min-width: calc(100% - 94px);
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  color: #363d4d;
}
.form-comment .btn {
  bottom: 0.5rem;
  right: 0;
  position: absolute;
  color: #363d4d;
  font-size: 1.4rem;
  top: 0;
  width: 95px;
  height: 80px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  border-color: #b8bfcc33;
  background-color: #fafafa;
  font-size: 1rem;
}
.form-comment .btn:hover {
  background-color: #ffce2e;
}
@keyframes opacity {
  from {
    opacity: 0;
}
  to {
    opacity: 1;
}
}
.list-comments {
  flex-wrap: wrap;
}
.list-comments + div > .list-comments {
  padding-top: 1.5rem;
  border-top: 1px solid #b8bfcc33;
}
.list-comments > li {
  animation: opacity 2s;
  display: flex;
  min-width: 100%;
}
.list-comments > li:last-child {
  margin-bottom: 1.5rem;
}
.list-comments > li:first-child {
  margin: 0;
}
.list-comments > li + li {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #b8bfcc33;
}
.list-comments .userinfo {
  min-width: 240px;
  width: 240px;
  padding: 1.5rem;
  background-color: #b8bfcc33;
}
.list-comments .content {
  font-size: 0.85rem;
  padding: 1.5rem 1.5rem 3.5rem 1.5rem;
  position: relative;
  width: 100%;
  border: 2px solid #b8bfcc33;
}
.list-comments .content .created-at {
  font-size: 0.75rem;
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  white-space: nowrap;
}
.list-comments .info {
  margin-bottom: 1rem;
}
.list-comments .info .user-name {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}
.list-comments .info .muted {
  text-align: center;
}
.list-comments .avatar {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 250px;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
.list-comments .avatar .figure {
  border-radius: 10px;
}
.list-comments .avatar .figure img {
  max-width: 100%;
}
.list-comments .basic li {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .list-comments .userinfo {
    min-width: 120px;
    width: 120px;
    padding: 0.75rem;
  }
  .list-comments .content {
    padding: 0.75rem 0.75rem 2.5rem 0.75rem;
  }
  .list-comments .content .created-at {
    bottom: 0.5rem;
    left: 0.75rem;
    font-size: 0.8rem;
  }
}
/* End Comments */

/* Ranking */
.list {
  display: flex;
  flex-wrap: wrap;
}
.list .info {
  position: relative;
}
.list .desc, .list .rating, .list .readed, .list .chapter {
  margin-top: 0.5rem;
}
.list .name {
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3rem;
}
.list .name a {
  width: 100%;
  display: inherit;
  font-size: 1rem;
  line-height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* color: #363d4d; */
  color: #ddd;
}
.list .author, .list .desc, .list .readed, .list .chapter {
  color: #999;
}
.list .author {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.list .iconfont {
  margin-right: 0.5rem;
  line-height: 1;
  position: relative;
  top: -2px;
}
.list .label {
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem 0.15rem 0.5rem;
}
.list .label.red, .list .label-main {
  margin-right: 0.5rem;
  padding: 0.25rem 0.75rem;
}
.list .link {
  color: #0097a7;
}
.list .rank {
  font-weight: 600;
  font-size: 1.1rem;
  color: #999;
}
.list .rank + .img {
  margin-left: 0.75rem;
}
.list .rank-1 {
  color: #fa683d;
}
.list .rank-2 {
  color: #f9973a;
}
.list .rank-3 {
  color: #36b37e;
}
.list .genres.uppercase {
  margin-bottom: 0.75rem;
  white-space: normal;
  max-width: 100%;
  font-size: calc(1rem);
  line-height: calc(1rem + 0.2rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: calc(1rem + 1 * 0.2rem);
}
.list .info-group {
  display: flex;
  align-items: center;
}
.list .info-group li {
  border: 0;
  padding: 0;
  margin: 0.5rem 0 0 0;
  font-size: 0.85rem;
  color: #999;
}
.list .info-group .dashed {
  margin: 0.5rem 0.5rem 0 0.5rem;
}
.list .info-group .author, .list .info-group .chapter, .list .info-group .genres {
  width: auto;
  margin: 0;
  color: #999;
}
.list .info-group a {
  color: #999;
}
.list .info-group a:hover {
  color: #0097a7;
}
.list .dashed {
  width: 1px;
  height: 1rem;
  background-color: #999;
  display: inline-block;
}
.list .btn-group .btn {
  padding: 0.25rem 0.75rem;
}
.list .btn-group .btn + .btn {
  margin-left: 0.25rem;
}
.list-block {
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.list-block li {
  width: 100%;
}
.list-block a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fcfcfa;
  border: 0 solid rgba(0, 0, 0, .125);
}
.list-block a:hover, .list-block a.active {
  color: #fff;
  background-color: #0097a7;
  border-color: #0097a7;
}
.list-block .icon {
  min-width: 1.5rem;
  text-align: center;
}
.list-block .icon-eye {
  font-size: 0.8rem;
}
.list-bg {
  padding: 1.5rem;
  border-radius: 0.5rem;
  /* background-color: #fafafa;
  border: 1px solid #eee; */
  color: #b8bfcc;
  /* background-color: #242933; */
  background-color: rgba(36,41,51,0.65);
  /* border: 1px solid rgba(0,0,0,0.5); */
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.list-bg .sec-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  color: #ddd;
}
.list-sort {
  flex-wrap: wrap;
}
.list-sort > li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0;
  /* border-bottom: 1px solid #363d4d; */
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.list-sort > li:last-child {
  border: 0;
  margin-bottom: 0;
}
.list-sort .name {
  font-weight: 400;
}
.list-sort .info {
  width: 100%;
  display: flex;
  overflow: hidden;
  padding-right: 1rem;
}
.list-sort .first {
  align-items: flex-start;
}
.list-sort .first .info {
  flex-wrap: wrap;
}
.list-sort .first .name {
  font-weight: 600;
  padding-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.list-sort .first .list {
  display: flex;
  flex-wrap: wrap;
  color: #999;
  font-size: 0.85rem;
}
.list-sort .first .list li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #b8bfcc;
}
.list-sort .img {
  width: 70px;
  min-width: 70px;
  height: 105px;
  position: relative;
  overflow: inherit;
  transform: perspective(70px) rotateY(-10deg);
  margin: 0 0.75rem 0.75rem 0;
}
.list-sort .img::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2%;
  left: calc(100% - 1px);
  width: 10%;
  height: 96%;
  transform: perspective(70px) rotateY(30deg);
  background-color: #efefef;
  box-shadow: inset 0 0 5px #333;
}
.list-sort .img a {
  height: 100%;
  width: 100%;
  display: inherit;
  overflow: hidden;
  border: 1px solid #ddd;
}
.list-sort .img img {
  width: 100%;
  min-height: 100%;
  outline: 1px solid #999;
}
.num {
  min-width: 32px;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0,0,0,0.1);
  border-radius: 50%; */
  position: relative;
}
.num:before {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,0.1);
}
/* .num-1, .num-2, .num-3 {
  overflow: hidden;
  text-indent: -9999px;
}
.num-1 {
  background-image: url("../img/icons/medal-1.svg");
}
.num-2 {
  background-image: url("../img/icons/medal-2.svg");
}
.num-3 {
  background-image: url("../img/icons/medal-3.svg");
} */
@media (max-width: 860px) {
  .list-bg {
    margin-bottom: 2rem;
    box-shadow: none;
  }
}
/* ranking */

/* helper */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.mg-bt-2 {
  margin-bottom: 2rem;
}
.text-secondary {
  color: #d33 !important;
}
.text-default {
  color: #36b37e !important;
}
.text-black-50 {
  color: rgba(0,0,0,.5) !important;
}
.text-muted, a.text-muted:hover {
  color: #93a1a1;
}
/* End helper */

/* fake js */
#in-toggle {
  display: none;
  position: fixed;
  opacity: 0;
  z-index: -1;
}
/* end fake js */

/* 1024 << */
@media (max-width: 1023px) {
  .navbar .nav-link {
    padding: 0 10px;
  }
  .nav-genres .sub {
    left: -258px;
  }
}
/* js menu toggle */
.show .icon-ic_arw_down1:before {
  content: "\e6ad";
}
.nav-with-sub.show {
  overflow: inherit;
}
.nav-with-sub.show .nav-link {
  background-color: #0e0e14;
}
.nav-with-sub.show:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  /* background: rgba(0,0,0,0.9); */
}
.nav-with-sub.show .sub {
  top: 70px;
  opacity: 1;
  z-index: 3;
}
/* End js menu toggle */

/*mobile 735 -- 860 << */
@media (max-width: 859px) {
  .mobile {
    display: block;
  }
  .mobile.nav-item {
    display: none;
  }
  .flex {
    flex-direction: column;
  }
  .flex > [class*="flex-"] {
    width: calc(100% - 2rem);
  }
  .container,
  .container.full {
    padding: 0 15px;
  }
  .card .book-caption {
    width: 100%;
  }
  /* comments << 859 */
  .container.bg-white {
    padding: 0;
  }
  .bg-white .comments {
    margin-top: 0;
    padding: 20px;
  }
  .list-comments .avatar {}
  /* end comments */

  /* navbar << 859 */
  .navbar {
    flex-direction: column;
  }
  .navbar-item .btn {
    order: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-item:last-child {
    flex-wrap: wrap;
    justify-content: flex-end;
    /* hidden btn login | res */
    /* margin-top: -70px; */
  }
  .navbar-item .search-wrapper {
    order: 2;
    width: 100vw;
    margin-bottom: 1rem;
  }
  .search,
  .form-group,
  .search-wrapper .form-control {
    width: 100%;
    box-sizing: border-box;
  }
  /* End navbar << 859 */

  .book-image {
    height: 35vw;
  }
  .section-item.card {
    width: 100%;
    padding: 10px;
    align-items: flex-start;
  }
  .same-authors .section-item.card {
    padding: 10px 0;
  }
  .card .book-image {
    width: 90px;
    height: 110px;
    max-height: initial;
    position: relative;
  }
  .card .book-caption {
    padding: 0 16px;
  }
  li.section-item {
    width: calc(100% / 3 - 20px);
  }
  .btn-tab {
    font-size: 1.2rem;
  }
  .book-tabs .dashed {
    top: 5px;
    position: relative;
  }
  .book-header {
    margin-bottom: 0;
    padding: 20px 0;
    overflow: hidden;
  }
  .book-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: linear-gradient(
      180deg,
      rgba(18, 18, 26, 0) 0,
      rgba(18, 18, 26, 0.8) 49%,
      #12121a 100%
    );
    z-index: 2;
    transform: rotate(0);
  }
  .book-header .book-img {
    display: none;
    max-height: none;
  }
  .book-header .book-img img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .book-info {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3;
    /* margin-top: 140px; */
  }
  /*book*/
  .book-title .book-name {
    font-size: 30px;
  }
  .book-body {
    padding: 1rem;
    margin: 0 -15px;
  }
  .book-rating,
  .book-base-info,
  .book-person-info {
    margin-bottom: 8px;
  }
  .book-generes {
    font-size: 13px;
  }
  .book-chapters-count,
  .book-state {
    font-size: 13px;
    margin-right: 1rem;
    padding: 0 5px;
  }
  .book-base-info .author {
    margin-right: 0.5rem;
  }
  .book-view-detail {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
  }
  .book-view-detail .btn {
    min-width: auto;
    width: 100%;
  }
  footer {
    padding: 3rem 0 5rem 0;
  }
  footer .nav {
    margin-bottom: 1.75rem;
  }
  footer .nav:last-child {
    margin-bottom: 0;
  }
  .footer-content {
    flex-direction: column;
  }
  .chapters {
    margin: 0;
  }
  .chapters .oneline {
    width: 100%;
    width: 100%;
    margin: 0;
    display: block;
    padding: 0;
  }
  .chapters .oneline:nth-child(4n-1) a,
  .chapters .oneline:nth-child(4n) a {
    background: none;
  }
  .chapters .oneline:nth-child(2n-1) a {
    background: #f7f8f9;
  }
  .js-bookmark-notify {
    left: 0;
  }
}

/* 735 << */
@media (max-width: 734px) {}

/* 568 << */
@media (max-width: 567px) {
  .mobile.nav-item {
    display: block;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }

  /* Navbar 568 << */
  .toggle {
    display: block;
  }

  .navbar-item:first-child .nav {
    display: none;
  }
  #in-toggle:checked + .toggle + .nav {
    display: flex;
    margin-bottom: 0.75rem;
  }
  .navbar-item:first-child {
    overflow: initial;
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-item .nav {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .navbar .nav-link {
    height: 40px;
  }
  .navbar-item > .btn,
  .navbar-item > .nav {
    display: none;
  }
  .navbar-item:last-child {
    margin-top: 0;
  }

  .sub {
    display: none;
    position: relative;
  }
  .sub li {
    width: 100%;
  }
  .sub-item {
    font-size: 0.85rem;
  }
  .nav-genres .sub {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
  }
  .nav-genres .sub-item {
    width: calc(100% / 3);
  }
  .nav-with-sub.show .sub {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
    opacity: 1;
    left: 0;
    top: 0;
  }

  /* End Navbar */

  .chapter-content {
    padding: 15px;
    margin: 0 -15px 20px;
  }
  div.section-item:first-child .book-image {
    height: 100vw;
  }
  .book-image,
  div.section-item ul.section-list .book-image {
    height: 50vw;
  }
  li.section-item {
    width: calc(100% / 2 - 20px);
  }
  div.section-list {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }

  div.section-item:first-child {
    min-width: 100%;
    max-width: 100%;
  }
  div.section-item,
  div.section-item:first-child {
    margin: 0 0 20px 0;
  }
  div.section-item ul.section-list li.section-item {
    width: calc(100% / 2 - 20px);
  }
}
/* 414 << */
@media (max-width: 413px) {
  .nav-genres .sub-item {
    width: calc(100% / 2);
  }
}