:root, 

[data-theme] {

    --site-primary-color: #F69B69;

    --site-second-color: #2969C9;
    /*--site-primary-color: #333;

    --site-second-color: #333;*/

    --site-third-color: #88BBFF;

    --site-fourth-color: #D9D9D9;

    --font-primary-color: #000;

    --font-second-color: #FFF;

    color: #000;

	background: #FFF;

}

.container-fluid {
    padding: 0 20px;
}

.site-top-header {

    padding: 10px 0;

}



.top-header-content {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

}



.img-header-logo {

    width: 160px;

    object-fit: contain;

}



.btn-register,
.btn-login {
    padding: 15px 50px;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--font-second-color);
    display: inline-block;
    text-align: center;
    width: 230px;
    white-space: nowrap;
}

.btn-register {
    border-radius: 0 80px 0 80px;
    background: var(--site-primary-color);
}

.btn-login {
    margin-left: 5px;
    border-radius: 80px 0 80px 0;
    background: var(--site-second-color);
}

.btn-register span,
.btn-login span{

}

.main-navigation-content,
.main-navigation .search-form,
.main-navigation-right,
.footer-navigation-content,
.footer-navigation-right {
    display: flex;
    align-items: center;
}

.main-navigation-content,
.main-navigation-right,
.footer-navigation-right {
    justify-content: space-between;

}

.main-navigation-left,
.main-navigation-right {
    height: 82px;
    font-size: 32px;
}

.main-navigation-left,
.footer-navigation-left {
    width: 13%;
    
}

.footer-navigation-right {
    height: 82px;
    position: relative;
}

.footer-navigation-right::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    border-radius: 40px 0 40px 0;
    background: var(--site-second-color);
    position: absolute;
}

.main-navigation-left li,
.main-navigation-left a,
.footer-navigation-left li,
.footer-navigation-left a {
    width: 100%;
    height: 82px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
}

.footer-navigation-left img{
    display:none;
}

.footer-navigation-left a{
    color:#fff;
}

.main-navigation-content {
    font-size: 19px;
    font-weight: 700;
}

.site-info .container-fluid,
.footer-navigation-content {
    width: 100% !important;
}

.main-navigation-left a,
.footer-navigation-left a {
       padding: 9px;
    font-size: 35px;
    border-radius: 0 60px 0 60px;
    background: var(--site-primary-color);
    position: relative;
}

.footer-navigation-left a span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 35px;
    position: absolute;
        position: absolute;
    top: 8px;
    left: 0;
}

.main-navigation-right {
    padding: 12px 40px;
    border-radius: 60px 0 60px 0;
}

.main-navigation-right {
    padding-right: 20px;
}

.main-navigation-right,
.footer-navigation-right {
    width: 87%;
}

.main-navigation-right {
    background: var(--site-second-color);
}



.main-navigation> ul > li >button{

    font-weight: 700;

    text-transform: uppercase;

    display: inline-block;

}



.main-navigation .search-form {

    margin-bottom: 0;

    display: flex;

}

#mobile-navigation,

.site-info-mobile {

    display: none;

}



#menuSidebar,

#menuFooterSidebar {

    top: 0;

    left: 0;

    width: 0;

    height: 100%;

    padding-top: 60px;

    transition: .5s;

    z-index: 999;

    background-color: var(--site-second-color);

    position: fixed;

    overflow-x: hidden;

}



#menuSidebar .btn-close,

#menuFooterSidebar .btn-close {

    top: 10px;

    right: 10px;

    color: var(--font-second-color);

    position: absolute;

}



#menuSidebar ul li:not(:last-child),

#menuFooterSidebar ul li:not(:last-child) {

    border-bottom: solid 1px var(--font-second-color);

}



#menuSidebar ul a,

#menuFooterSidebar ul a {

    padding: 7px 20px;

    width: 100%;

    color: var(--font-second-color);

    text-align: left;

    display: inline-block;

}



#menuSidebar .active a,

#menuFooterSidebar .active a {

    background: var(--site-primary-color);

}



#menuSidebar .search-form {

    margin-top: 10px;

    padding: 0 10px;

}



.mobile-footer-hotline {

    padding: 7px 20px;

    width: 100%;

    border-top: solid 1px var(--font-second-color);

    text-align: left;

    display: inline-block;

}



.mobile-footer-hotline,

.mobile-footer-hotline a,

.mobile-footer-hotline a:hover,

.mobile-footer-hotline a:focus,

.mobile-footer-hotline a:visited {

    color: var(--font-second-color);

}



.search-field,

.icon-search {

    height: 40px;

}



.search-field {

    padding: 0 20px;

    width: 360px;

    max-width: 100%;

    border-radius: 30px;

    font-weight: 700;

    color: #6C6C6C;

    background: var(--site-fourth-color);

}



.icon-search {

    margin-right: 10px;

    object-fit: contain;

}



.main-navigation,

.main-navigation > ul > li > a,

.main-navigation > ul > li > a:hover,

.main-navigation > ul > li > a:focus,

.main-navigation > ul > li > a:visited {

    color: var(--font-second-color);

}



.widget {

    margin-bottom: 20px;

}



.widget-title{

    font-size: 28px;

    font-weight: 700;
}

.widget-title.title-lg{
    font-size: 40px;
}

.widget-author-title,

.widget-translator-title {

    font-size: 19px;

    font-weight: 700;

}



.widget-title {

    text-align: center;

}



.notification-content {

    padding: 5px;

    height: 450px;

    overflow-y: scroll;

    border-radius: 10px;

    border: solid 1px var(--font-primary-color);

}



.notification-content p {

    margin-bottom: 10px;

}



.widget-author-title,
.widget-translator-title {
    padding: 10px 30px;
    min-height: 52px;
    border-radius: 0 50px 0 50px;
    color: var(--font-second-color);
    background: var(--site-primary-color);
    position: relative;
    text-align: center;
}



.widget-post-title {

    margin: 5px 0;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.widget-post-title a {

    width: 125px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}



.widget-content,

.widget-top-content {

    border: solid 1px var(--font-primary-color);

}



.widget-content {

    padding: 5px;

}



.main-wrapper {

    display: flex;

    justify-content: space-between;

}



.sidebar-left {
    width: 12.75%;
}

.sidebar-right {
    width: 18%;
}



.widget-tab li {

    font-weight: 700;

    display: inline-block;

}



.top-week,
.top-month {
    position: relative;
    cursor: pointer;
}



.top-week {
    padding: 10px 10px 10px 30px;
    border-radius: 0 0 0 30px;
    background: var(--site-third-color);
}



.top-week::after {
    content: '';
    top: 0;
    left: 99%;
    width: 30px;
    height: 100%;
    border-radius: 0 40px 0 0;
    position: absolute;
    z-index: 999;
    background: var(--site-second-color);
}



.top-month {

    margin-left: -4px;

    padding: 10px 30px 10px 40px;
    border-radius: 0 30px 0 0;
    background: var(--site-third-color);

}

.top_tab_actived{
    color: var(--font-second-color);
    background: var(--site-second-color);
}



.widget-tab-content {

    padding: 5px;

}



.widget-tab-content li {

    counter-increment: step-counter;

}



.widget-tab-content li::before {

    width: 64px;

    height: 37px;

    font-size: 21px;

    content: counter(step-counter);

    background-image: url(../img/circle.png);

    background-repeat: no-repeat;

    background-position: center center;

    display: flex;

    align-items: center;

    justify-content: center;

}



.widget-tab-content li:nth-child(1)::before {

    

    height: 64px;

    background-image: url(../img/star-1.png);

}



.widget-tab-content li:nth-child(2)::before {

    height: 50px;

    background-image: url(../img/star-2.png);

}



.widget-tab-content li:nth-child(3)::before {

    height: 43px;

    background-image: url(../img/star-3.png);

}



.widget-recharge {
    border-radius: 190px 0 190px 0;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    font-style: italic;
    color: var(--font-second-color);
    /*background: var(--site-second-color);*/
        height: 153px;
}



.widget-recharge a {

    width: 100%;

    text-align: center;

    display: flex;
    vertical-align: middle;
    align-items: center;
    height: 100%;
}

.widget-recharge a span{
        display: block;
    width: 100%;
    text-align: center;
}


.main-content {

    width: 67%;

}



.content-1-wrapper,

.content-2-wrapper,

.content-3-wrapper,

.content-4-wrapper {

    margin-bottom: 20px;

}



.content-title {

    font-size: 30px;

    font-weight: 700;

    text-transform: uppercase;

}



.mySwiper1,

.mySwiper2,

.mySwiper3 {

    padding: 10px;

    background: var(--site-fourth-color);

}



.swiper-slide {

    position: relative;

}



.swiper-button-prev,

.swiper-button-next {

    top: 40%;

    width: 45px;

    height: 100px;

    border-radius: 7px;

    background: rgba(120,120,120, .6);

}



.swiper-button-prev::after,

.swiper-button-next::after {

    color: var(--font-primary-color);

    font-family: 'FontAwesome';

}



.swiper-button-prev {

    margin-left: -10px;

}



.swiper-button-prev::after {

    content: '\f0d9';

}



.swiper-button-next {

    margin-right: -10px;

}



.swiper-button-next::after {

    content: '\f0da';

}



.img-cover {

    width: 100%;

    aspect-ratio: 1 / 1.40;

    object-fit: cover;

}

.level-progress-border{
    height: 18px;
    background: #0B3842;
    border: 1px solid #000000;
    border-radius: 9px;
}
.level-progress-grey{
    height: 18px;
    background: #1ED7FF;
    border-radius: 9px;
}

.level_progress-sao{
    left: -15px;
    top: -10px;
}
.level_progress-levelnumb{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.phale_top-bg{
    width: 95px;
    height: 26px;
    background: #C984FF;
    border: 1px solid #40125C;
    border-radius: 12px;
    font-size: 16px;
    padding-left: 13px;
}
.voucher_top-bg{
    width: 73px;
    height: 26px;
    background: #FFDA7C;
    border: 1px solid #896301;
    border-radius: 12px;
    font-size: 16px;
    padding-left: 13px;
}
.voucher_top-icon{
   left: -15px;
    top: -5px; 
}
.book-info {

    padding: 10px;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0,0,0, .5);

    position: absolute;

}



.book-title,

.book-chapter {

    font-weight: 700;

}



.book-title {

    margin-bottom: 5px;

    text-align: center;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}

.bg-red-500 .gamipress-rank.gamipress-layout-left .gamipress-rank-description{
    width: 100%;
}

.bg-red-500 .gamipress-rank.gamipress-layout-left{
    margin:0;
}

.book-chapter {

    display: flex;

    justify-content: space-between;

}



.book-time {

    font-style: italic;

}



.book-info,

.book-info a,

.book-info a:hover,

.book-info a:focus,

.book-info a:visited {

    color: var(--font-second-color);

}



.content-3-title-wrapper,

.content-3-pagination {

    display: flex;

    align-items: center;

}



.content-3-title-wrapper {

    margin-bottom: 5px;

    justify-content: space-between;

}



.content-3-pagination li:not(:last-child) {

    margin-right: 5px;

}



.content-3-pagination .active span,

.content-3-pagination a:hover,

.content-3-pagination a:focus {

    background: var(--site-primary-color);

}



.content-3-pagination a,

.content-3-pagination span {

    width: 35px;

    height: 35px;

    font-weight: 700;

    transition: .5s;

    border: solid 1px var(--font-primary-color);

    display: inline-flex;

    align-items: center;

    justify-content: center;

}



.content-3-content {

    padding: 0 10px 10px 0;

    background: var(--site-fourth-color);

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.content-3 {

    margin: 10px 0 0 10px;

    flex-grow: 1;

    width: calc(100% * (1/5) - 10px - 1px)

}



.content-3-top {

    position: relative;

}

#__top_chapter {
    display: none;
}

.chapter-dropdown {
    width: 80%;
}

.single-top-navigation a,
.single-top-navigation select {
    border-radius: 10px;
    border-color: #333;
}

.single-navigation-prev {
    background: var(--site-primary-color);
}

.single-top-navigation select {
    background: #D9D9D9;
}

.single-navigation-next {
    background: #3D8AFC;
}

#__reading_pad {
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #333;
}

.single-bottom-navigation {
    margin-top: 20px;
}

.single-bottom-navigation a {
    width: 30%;
}

.single-navigation-prev,
.single-navigation-next,
.chapter-dropdown,
.single-bottom-middle span {
    padding: 10px;
    height: 60px;
    border-radius: 10px;
    border: solid 1px #333;
}

.single-bottom-middle span {
    display: flex;
    align-items: center;
}

.single-bottom-middle span {
    margin: 0 5px;
    font-size: 21px;
    font-weight: 700;
}

.single-bottom-middle img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.icon-heart {
    margin-right: 10px;
}

.icon-donate {
    margin-left: 10px;
}

.single-bottom-middle.hidden {
    width: 70%;
}
.single-bottom-middle{
    justify-content: center;
}

.book-info-bottom {

    font-size: 14px;

    display: flex;

    justify-content: space-between;

}



.footer-navigation {

    z-index: 1;

}



.footer-navigation li {

    margin-right: 25px;

    height: 72px;

    display: inline-block;

    font-style: italic;

}



.footer-navigation li.active {

    padding: 0 30px;

    color: var(--font-second-color);

    background: var(--site-primary-color);

    position: relative;

}



.footer-navigation li.active::after {

    content: '';

    top: 0;

    left: 100%;

    width: 0;

    height: 0;

    border-top: 72px solid var(--site-primary-color);

    border-right: 30px solid transparent;

    position: absolute;

}



.footer-navigation a {

    padding: 20px;

    font-weight: 700;

    display: inline-block;

}



.site-info,

.copyright-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.site-info ul,

.copyright-right ul {

    display: flex;

}



.site-info {

    padding-right: 20px;

    font-size: 21px;

    font-weight: 700;

}



.site-copyright {

    padding: 10px 0;

    font-weight: 700;

}



.copyright-right li:not(:first-child) {

    margin-left: 10px;

}

.widget-radius{
  padding: 10px 30px 10px 30px;
  border-radius: 0 0 0 30px;
  color: var(--font-second-color);
  background: var(--site-second-color);
  border-top-right-radius: 30px;
}
#menu-menu-ho-so li {
    margin-bottom: 1em;
}
#menu-menu-ho-so li.current_page_item a{
    background: var(--site-primary-color);
}
#menu-menu-ho-so li a{
    padding: 10px 30px 10px 30px;
  border-radius: 0 0 0 30px;
  color: var(--font-second-color);
  background: var(--site-second-color);
  border-top-right-radius: 30px;
  text-align: center;
  width: 100%;
    display: block;
}
.cat_danhsachchuong a:visited{
    color: #aaa !important;
}
@media (max-width: 768px) {

    .site-top-header,

    .main-navigation,

    .site-info {

        display: none;

    }

    #__author_side_bar{
    	position: initial;
    }

    #mobile-navigation,

    .site-info-mobile {

        display: block;

    }



    .mobile-navigation-content {

        padding: 10px;

        display: flex;

        align-items: center;

        justify-content: space-between;

    }



    .img-mobile-logo {

        height: 60px;

        object-fit: contain;

    }



    .mobile-navigation-button {

        text-align: center;

    }



    .btn-register,

    .btn-login {

        padding: 5px 20px;

    }



    .btn-login {

        color: var(--font-primary-color);

        background: var(--font-second-color);

    }



    .main-wrapper,

    .content-3-title-wrapper {

        display: block;
        flex-direction: column;

    }

    .home .main-wrapper{
        display:flex;
    }

    .content-title {

        font-size: 18px;

    }



    .sidebar-left,

    .sidebar-right,

    .main-content {

        width: 100%;

    }



    .main-content {

        order: 1;

    }



    .sidebar-left {

        order: 2;

    }



    .sidebar-right {

        order: 3;

    }



    .content-3 {

        margin: 10px 0 0 10px;

        flex-grow: 1;

        width: calc(100% * (1/2) - 10px - 1px)

    }



    .swiper-button-next, 

    .swiper-button-prev {

        top: 30%;

        width: 35px;

        height: 75px;

    }



    .site-info-mobile {

        padding: 10px 0;

        text-align: right;

    }



    .copyright-content {

        flex-direction: column;

    }
    #__reading_pad {
        box-shadow: none;
        border-radius: 0;
        border: none;
    }
    .book-info{
        position: initial;
    }
    .book-title{
        white-space: normal;
    }
    .single-bottom-middle.hidden {
        display: none;
    }
}

@media (max-width: 1023px){
    #__read_setting{
        position: fixed;
    }
}

@media (min-width: 600px) and (max-width: 960px) {

    

}



@media (min-width: 800px) and (max-width: 1280px) {

    

}



@media (min-width: 810px) and (max-width: 1080px) {

    

}



@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {

    

}



@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {

    

}



@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {

    

}



@media (min-width: 992px) and (max-width: 1824px) {

    

}



@media (min-width: 1824px) {

    

}

.single-post[data-theme=dark] #page {
    background-color: #334155;
    color: #fff;
}

.single-post[data-theme=dark] #page ._form-horizontal{
    color:#111;
}

.single-post[data-theme=retro] #page {
    background-color: #ca8a04;
    color: #111;
}

.single-post[data-theme=garden] #page {
    background-color: #d1d5db;
    color: #111;
}

.single-post[data-theme=green] #page {
    background-color: #bbf7d0;
    color: #111;
}

.single-post[data-theme=light] #page {
    background-color:#e2e8f0;
    color: #111;
}

.header-sticky {
  background: #ddd;
  height: 50px;
  position: fixed;
  z-index:99;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  opacity:0.5;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
      width: 50px;
    border-radius: 50%;
    top:75px;
  /*visibility: none;
    opacity: 0;
    pointer-events: none;*/
}

.header-sticky:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
  opacity:1;
}

.header-sticky:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.header-sticky ul{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.header-sticky li {
  list-style: none;
  display: inline-block;
}

.header-sticky label {
  color: #222;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size:0.85em;
}

.header-sticky.nav-down{
    /*  visibility: visible;
    opacity: 1;
    pointer-events: auto;*/
}

/*.nav-up {
  top: -50px;

}*/

.overlay-close{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}