.container-fluid {
  margin-left: 60px;
  margin-right: 60px;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .container-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}

.col-w2 {
  flex: 0 0 auto;
  width: 20%;
}
@media (max-width: 991px) {
  .col-w2 {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .col-w2 {
    width: 50%;
  }
}

img {
  max-width: 100%;
}

.img-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .img-mobile {
    display: block !important;
  }
}

.img-desktop {
  display: block !important;
}
@media (max-width: 991px) {
  .img-desktop {
    display: none !important;
  }
}

.mt-1 {
  margin-top: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mb-3 {
  margin-bottom: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-4 {
  margin-bottom: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mb-6 {
  margin-bottom: 60px;
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mb-7 {
  margin-bottom: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mb-8 {
  margin-bottom: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mb-9 {
  margin-bottom: 90px;
}

.pt-9 {
  padding-top: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.mb-10 {
  margin-bottom: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-weight: 600;
}

p, span, a, label, button, span, input, ul, li, div, textarea {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

a {
  transition: all 300ms;
}

header {
  padding: 16px 0;
  position: relative;
  top: 0;
  background: #fff;
  z-index: 222;
}
header ul {
  margin: 0;
  margin-left: 30px;
  display: flex;
}
header ul li {
  display: flex;
}
header ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  padding: 10px 12px;
}
header ul li a:hover {
  color: #1483EB;
}
@media (max-width: 991px) {
  header ul {
    display: none;
  }
}
header .left-header .open-menumobile {
  display: none;
  margin-left: 16px;
}
@media (max-width: 991px) {
  header .left-header .open-menumobile {
    display: block;
  }
}
@media (max-width: 767px) {
  header .left-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
header .right-header {
  position: relative;
}
header .right-header .form-header {
  position: relative;
}
header .right-header .form-header input {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 130%;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  padding-right: 38px;
  width: 100%;
}
header .right-header .form-header button {
  position: absolute;
  right: 10px;
  top: 4px;
  bottom: 2px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .right-header .form-header button img {
  width: 26px;
  height: 25px;
}
@media (max-width: 767px) {
  header .right-header .form-header {
    width: calc(100% - 120px);
  }
}
header .right-header .wirte-header {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  color: #1483EB;
  font-size: 16px;
  font-weight: 500;
}
header .right-header .wirte-header img {
  margin-right: 6px;
}
header .right-header .wirte-header:hover {
  color: #181818;
}
header .right-header .btn-login {
  display: inline-flex;
  padding: 8px 16px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  background: #1483EB;
  color: #fff;
  cursor: pointer;
}
header .right-header .avata-user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-left: 10px;
  cursor: pointer;
}
header .right-header .inf-userLogin {
  position: absolute;
  background: #fff;
  padding: 16px 20px;
  top: 100%;
  box-shadow: 0 6px 35px rgba(20, 131, 235, 0.24);
  border-radius: 16px;
  min-width: 220px;
  display: none;
}
header .right-header .inf-userLogin h3 {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 8px;
}
header .right-header .inf-userLogin p {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
header .right-header .inf-userLogin p img {
  max-height: 18px;
}
header .right-header .inf-userLogin a {
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  margin-left: 0;
}
header .right-header .inf-userLogin a.exit {
  color: #1483EB;
  margin-top: 10px;
}
header .right-header .inf-userLogin.show {
  display: block;
}
@media (max-width: 767px) {
  header .right-header {
    justify-content: space-between !important;
  }
}
header ul.list-cate {
  margin: 0;
  padding: 0;
  margin-top: 16px;
}
header ul.list-cate li {
  margin-right: 24px;
}
header ul.list-cate li a {
  padding: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .right-main-story {
    order: 1;
  }
  .left-main-story {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mt-5, .mt-8 {
    margin-top: 30px !important;
  }
}

.slide {
  border-radius: 10px;
  overflow: hidden;
}
.slide img {
  width: 100%;
}

footer {
  padding: 40px 0;
  margin-top: 40px;
}
footer h2 {
  padding-top: 40px;
  border-top: 1px solid rgba(24, 24, 24, 0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
footer p {
  margin-top: 10px;
}
footer a.btn-contact {
  display: inline-flex;
  padding: 8px 16px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  background: #1483EB;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}
footer .btn-follow a {
  color: #181818;
  font-weight: 500;
  font-style: italic;
  display: inline-flex;
  margin: 0 16px;
}
footer .btn-follow a:hover {
  color: #1483EB;
}

.title-home {
  font-size: 18px;
}

.overflow-slide {
  overflow: hidden;
  border-radius: 10px;
}

.slick-list {
  margin-left: -16px;
}
.slick-list .slick-slide {
  margin-left: 16px;
}

.slick-arrow {
  display: none !important;
}

.story-item .img-story {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.story-item .img-story img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 200ms;
}
.story-item h3 {
  margin-top: 16px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.story-item h3 a {
  font: inherit;
  color: #181818;
}
.story-item h3 span {
  font-weight: normal;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .story-item h3 {
    display: block;
  }
}
.story-item p.author {
  margin-top: 4px;
  color: #1483EB;
}
.story-item .rank {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
}
.story-item .rank img {
  max-height: 14px;
}
.story-item p.new-chapter {
  margin-top: 4px;
}
.story-item p.new-chapter span {
  color: #1483EB;
  font-weight: 500;
}
.story-item .btn-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border-radius: 50px;
  border: 1px solid #1483EB;
  color: #1483EB;
  cursor: pointer;
  margin-top: 24px;
}
.story-item .btn-view:hover {
  background: #1483EB;
  color: #fff;
}
.story-item.story-item-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px dashed #eee;
}
.story-item.story-item-list .img-story {
  max-width: 180px;
}
@media (max-width: 991px) {
  .story-item.story-item-list .img-story {
    max-width: 100px;
  }
}
.story-item.story-item-list .info-story {
  max-width: calc(100% - 116px);
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.story-item.story-item-list .info-story .inf {
  max-width: calc(100% - 150px);
}
@media (max-width: 991px) {
  .story-item.story-item-list .info-story .inf {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .story-item.story-item-list .info-story {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .story-item.story-item-list .info-story {
    max-width: calc(100% - 116px);
  }
}
.story-item.story-item-list h3 {
  margin-top: 0;
}
.story-item.story-item-list .btn-view {
  margin-top: 0;
}

span.status-s {
  font-weight: normal;
  padding: 2px 8px 1px 8px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: 500;
}
span.status-s.full {
  border: 1px solid var(--bs-success);
  color: var(--bs-success);
}
span.status-s.warning {
  border: 1px solid var(--bs-warning);
  color: var(--bs-warning);
}
span.status-s.danger {
  border: 1px solid var(--bs-danger);
  color: var(--bs-danger);
}
span.status-s.primary {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
}

.reading {
  padding: 16px;
  background: rgba(20, 131, 235, 0.1);
  border-radius: 10px;
}
.reading h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.reading .story-item {
  border-bottom: 1px dashed rgba(20, 131, 235, 0.5);
  padding: 10px 0;
}
.reading .story-item h3 {
  margin-top: 0;
}
.reading .story-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.writer-items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 14px 0;
  justify-content: space-between;
}
.writer-items .avata-writer {
  width: 40px;
  height: 40px;
}
.writer-items .avata-writer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.writer-items .main-author {
  width: calc(100% - 56px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .writer-items .main-author {
    display: block;
  }
}
.writer-items .inf-writer {
  width: calc(100% - 116px);
}
.writer-items .inf-writer h3 {
  font-size: 16px;
  font-weight: 600;
}
.writer-items .inf-writer h3 a {
  font: inherit;
}
.writer-items .inf-writer span:not(.status-s) {
  font-size: 12px;
  opacity: 0.8;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .writer-items .inf-writer {
    width: 100%;
    margin-bottom: 10px;
  }
  .writer-items .inf-writer p {
    display: none;
  }
}

.follow {
  width: 100px;
  font-size: 14px;
  border: 1px solid #1483EB;
  padding: 4px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1483EB;
  cursor: pointer;
}
.follow svg {
  margin-right: 6px;
  transition: all 300ms;
}
.follow:hover {
  background: #1483EB;
  color: #fff;
}
.follow:hover svg {
  stroke: #fff;
}
.follow.followed {
  background: #1483EB;
  color: #fff;
}

.tab-ranking {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.tab-ranking .nav-item {
  margin-right: 24px;
  margin-bottom: -1px;
}
.tab-ranking .nav-item .nav-link {
  font-size: 16px;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  color: #181818;
  border-radius: 0 !important;
  font-weight: 600;
}
.tab-ranking .nav-item .nav-link.active {
  color: #1483EB;
  background: none;
  border-bottom: 1px solid #1483EB;
}

.fs_listTabHome {
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  overflow: hidden;
  padding: 16px;
  margin-top: -30px;
  margin-right: 50px;
  padding-top: 40px;
  margin-left: 16px;
}
.fs_listTabHome ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 16px 0;
}
.fs_listTabHome ul li a.fs_uAvata {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: block;
  border: 1px solid var(--mainColor);
  overflow: hidden;
}
.fs_listTabHome ul li a.fs_uAvata img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fs_listTabHome ul li .fs_uInfor {
  width: calc(100% - 150px);
  margin-left: 10px;
}
.fs_listTabHome ul li .fs_uInfor h4 {
  font-size: 15px;
  margin-top: 0 !important;
  font-weight: 500;
  line-height: normal;
}
.fs_listTabHome ul li .fs_uInfor p {
  font-size: 14px;
  color: var(--mainColor);
}
.fs_listTabHome ul li p.fs_numberT {
  width: 75px;
  font-size: 14px;
  text-align: right;
  color: var(--yellowColor);
}

.heading-home {
  padding: 60px 0 30px;
}
.heading-home h1 {
  text-align: center;
}
.heading-home p {
  font-size: 12px;
  margin-top: 10px;
}
.heading-home p span {
  padding: 0 10px;
  display: inline-block;
}
.heading-home p span:last-child {
  border-left: 1px solid #E0E0E0;
}
.heading-home.titleDetail h1 {
  text-align: left;
  margin-bottom: 10px;
}
.heading-home.titleDetail p {
  margin-top: 16px;
  font-size: 16px;
}
.heading-home.titleDetail p span {
  font-size: 14px;
}
.heading-home.titleDetail p a {
  font-weight: 500;
  color: #1483EB;
}
.heading-home.titleDetail p.author-detail {
  text-align: left;
  font-weight: 500;
}
.heading-home.titleDetail p.author-detail a {
  font: inherit;
}
.heading-home.head-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0;
}
.heading-home.head-detail .rating-detail {
  text-align: center;
  border-radius: 16px;
  padding: 16px 32px;
  background: rgba(20, 131, 235, 0.1);
}
.heading-home.head-detail .rating-detail h3 {
  font-size: 40px;
}
.heading-home.head-detail .rating-detail .rank {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.heading-home.head-detail .rating-detail .rank img {
  max-height: 26px;
}
.heading-home.head-detail .rating-detail p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .heading-home.head-detail {
    display: block;
  }
  .heading-home.head-detail .rating-detail {
    margin-top: 20px;
  }
}
.heading-home.titleChapter {
  text-align: center;
}
.heading-home.titleChapter h1 {
  text-align: center;
}
.heading-home.titleChapter p.story-name {
  text-align: center;
  margin-bottom: 16px;
}
.heading-home.titleChapter p.story-name a {
  font-size: 18px;
  font-weight: 500;
  color: #1483EB;
}
.heading-home.titleChapter .rank {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.heading-home.titleChapter .rank img {
  max-height: 30px;
}
@media (max-width: 767px) {
  .heading-home {
    padding-top: 40px;
  }
}

.btn-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-detail a.btn {
  border: 1px solid #1483EB;
  border-radius: 50px;
  padding: 10px 32px;
  font-weight: 600;
  color: #1483EB;
}
.btn-detail a.btn.btn-login {
  background: #1483EB;
  color: #fff;
}
.btn-detail a.btn.btn-getmoney {
  border: 1px solid #EE1919;
  color: #EE1919;
}
.btn-detail img {
  width: 36px;
  height: 36px;
  transition: all 300ms;
}
.btn-detail img:hover {
  transform: scale(1.1, 1.1);
}
@media (max-width: 991px) {
  .btn-detail {
    flex-wrap: wrap;
  }
}

.tab-storys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.tab-storys a {
  color: #1483EB;
  font-weight: 500;
  font-size: 16px;
}

.m-menu, .popup {
  position: fixed;
  z-index: 2222;
  padding: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 24, 24, 0.45);
  display: none;
}
.m-menu .m-container, .popup .m-container {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 20px 16px;
}
.m-menu .m-container .m-close-menu, .popup .m-container .m-close-menu {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 16px;
  z-index: 2012;
  opacity: 0.5;
}
.m-menu .m-container .m-close-menu img, .popup .m-container .m-close-menu img {
  width: 24px;
  height: 24px;
}
.m-menu .m-container h4, .popup .m-container h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #181818 !important;
}
.m-menu .m-container ul, .popup .m-container ul {
  display: flex;
  flex-wrap: wrap;
}
.m-menu .m-container ul li, .popup .m-container ul li {
  width: 50%;
}
.m-menu .m-container ul li a, .popup .m-container ul li a {
  color: #181818;
  padding: 8px 0;
  display: flex;
}
.m-menu.m-show, .m-show.popup {
  display: block;
}

.banner-detail {
  border-radius: 16px;
  overflow: hidden;
}
.banner-detail img {
  width: 100%;
}

.shortdes-story {
  margin: 30px 0;
}
.shortdes-story p {
  font-size: 16px;
  margin: 10px 0;
}

.list-chapter {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}
.list-chapter li {
  width: 50%;
  padding-right: 30px;
  border-bottom: 1px dashed #ddd;
  padding-left: 30px;
  background: url(../images/i__reading.png) no-repeat left top 8px;
}
.list-chapter li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #181818;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-chapter li a:hover {
  color: #1483EB;
}
@media (max-width: 991px) {
  .list-chapter li {
    width: 100%;
  }
}

.ranking-items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.ranking-items span.number-ranking {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ddd;
}
.ranking-items .story-item {
  width: calc(100% - 46px);
}
.ranking-items .story-item h3 {
  margin: 0;
}

.list-cate-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 16px;
}
.list-cate-detail li {
  width: calc(50% - 2.5px);
}
.list-cate-detail li a {
  padding: 8px 16px;
  font-size: 14px;
  color: #181818;
  display: flex;
  align-items: center;
  background: rgba(20, 131, 235, 0.1);
  border-radius: 6px;
}
.list-cate-detail li a:hover {
  background: #1483EB;
  color: #fff;
}
@media (max-width: 991px) {
  .list-cate-detail li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list-cate-detail li {
    width: calc(50% - 2.5px);
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.navigation li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation li a {
  color: #181818;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.navigation li.active {
  border: 1px solid #1483EB;
  color: #fff;
  background: #1483EB;
}

@media (max-width: 767px) {
  .list-cateright {
    margin-top: 40px;
  }
}
.content-story {
  font-size: 20px;
}
.content-story > * {
  font-size: 20px;
  text-align: justify;
}
.content-story p {
  margin: 32px 0;
}
.content-story.content-news > * {
  font-size: 16px;
  text-align: justify;
}
.content-story.content-news p {
  margin: 16px 0;
}
.content-story.content-news img {
  margin: 16px 0;
}

.controlLast {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  margin-top: 48px;
  border-top: 1px solid #ddd;
}
.controlLast a {
  cursor: pointer;
}
.controlLast .action {
  text-transform: uppercase;
  color: #181818;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  margin: 0 48px;
}
.controlLast .action.action-right {
  justify-content: flex-end;
}
.controlLast .setting {
  margin-left: 20px;
}
.controlLast.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.controlLast.controlFirst {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.popup .m-container {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}
.popup .m-container::-webkit-scrollbar {
  width: 5px;
  position: absolute;
}
.popup .m-container::-webkit-scrollbar-thumb {
  background: #F3F3F3;
  width: 5px;
  border-radius: 3px;
}
.popup .list-chapter {
  display: flex;
}
.popup .list-chapter li {
  width: 100% !important;
}
.popup .list-chapter li a {
  font-size: 15px !important;
}
.popup .list-chapter li.active {
  background: url(../images/i__reading.png) no-repeat left top 8px rgba(20, 131, 235, 0.1);
}
.popup .list-chapter li.active a {
  color: #1483EB;
}

#setting .m-container {
  max-width: 550px;
  height: auto;
}
#setting .m-container .setting-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
#setting .m-container .setting-items p {
  font-size: 16px;
  color: #181818 !important;
}
#setting .m-container .setting-items .choose-interview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#setting .m-container .setting-items select {
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  border-radius: 40px;
  border: 1px solid #ddd;
  padding-right: 60px;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/i__dropdown.svg) no-repeat right 20px center #fff;
}
#setting .m-container .setting-items label {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
#setting .m-container .setting-items label img {
  max-width: 60px;
  border-radius: 30px;
  margin-bottom: 5px;
  padding: 2px;
  transition: all 300ms;
  border: 1px solid transparent;
  opacity: 0.5;
}
#setting .m-container .setting-items label input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
#setting .m-container .setting-items label input:checked ~ img {
  border: 1px solid #1483EB;
  opacity: 1;
}
#setting .m-container .btn-group {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#setting .m-container .btn-group button {
  display: inline-flex;
  padding: 8px 32px;
  font-weight: 500;
  background: #1483EB;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  outline: none;
}

.userDetail {
  padding-right: 24px;
  position: sticky;
  top: 16px;
}
.userDetail .ava {
  width: 100px;
  height: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.userDetail h1 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .userDetail h1 {
    font-size: 24px;
  }
}
.userDetail p.flowBu {
  font-size: 14px;
  margin-top: 6px;
}
.userDetail p.flowBu span {
  padding: 0 6px;
  display: inline-block;
}
.userDetail p.flowBu span:last-child {
  border-left: 1px solid #E0E0E0;
}
.userDetail .followdiv {
  margin: 30px 0;
}
.userDetail .followdiv .btn-login {
  display: inline-flex;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  background: #1483EB;
  color: #fff;
  cursor: pointer;
}
.userDetail .quote {
  padding-left: 40px;
  background: url(../images/i__qoute.svg) no-repeat left top;
}
.userDetail .quote p {
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 991px) {
  .userDetail {
    margin-bottom: 40px;
  }
}

.frm-login {
  padding: 24px 32px;
  background: #f2f2f2;
  border-radius: 24px;
}
.frm-login .frm-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 8px;
}
.frm-login .frm-group label {
  font-size: 16px;
  margin-bottom: 5px;
  width: 40%;
  cursor: pointer;
}
.frm-login .frm-group input {
  font-size: 16px;
  border: none;
  outline: none;
  background: none;
  text-align: right;
  width: 60%;
}
.frm-login .frm-group input::-moz-placeholder {
  color: #ccc;
}
.frm-login .frm-group input::placeholder {
  color: #ccc;
}
.frm-login .frm-forgot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.frm-login .frm-forgot p {
  font-size: 14px;
}
.frm-login .frm-forgot p a {
  font: inherit;
  color: #1483EB;
}
.frm-login .frm-submit {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frm-login .frm-submit button {
  outline: none;
  background: #1483EB;
  color: #fff;
  font-weight: 600;
  width: 100%;
  max-width: 220px;
  border-radius: 50px;
  padding: 10px 24px;
}
.frm-login .frm-more {
  text-align: center;
  margin-top: 40px;
}
.frm-login .frm-more p {
  font-size: 14px;
  opacity: 0.6;
}
.frm-login .frm-more .icon-scial {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

p.creatAnAcount {
  font-size: 16px;
  text-align: center;
}
p.creatAnAcount a {
  font-size: 16px;
  font-weight: 600;
  color: #1483EB;
}

.auth-item {
  background: #f2f2f2;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
}
.auth-item img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.auth-item .rank {
  gap: 6px;
  justify-content: center;
  margin-bottom: 16px;
}
.auth-item .rank img {
  border-radius: 0;
  margin: unset;
}
.auth-item .follow {
  margin: 0 auto;
}

.news-items img {
  width: 100%;
  border-radius: 16px;
}
.news-items h3 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.3;
}
.news-items h3 a {
  color: #181818;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.news-items h3 a:hover {
  color: #1483EB;
}
.news-items p {
  font-size: 13px;
  color: #999;
  margin-top: 8px;
}

.btn-login-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto;
  padding: 8px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #1483EB;
}

#nonLogin {
  align-items: center;
}
#nonLogin .m-container {
  height: auto;
  margin-top: 80px;
}
#nonLogin .m-container a.btn-login {
  display: inline-flex;
  padding: 8px 16px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  background: #1483EB;
  color: #fff;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */