﻿a,address,article,aside,audio,blockquote,body,canvas,caption,center,code,dd,del,details,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,
header,html,iframe,img,ins,label,legend,li,
mark,menu,nav,object,ol,p,pre,q,section,small,span,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video
{margin:0;padding:0;border:0;
/* font:inherit;*/
 vertical-align:baseline;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
	background: #BDC3C7
}
.container:after, .row:after,.clearfix:after, .clearfix:before{
	display: table;
    content: " ";
	clear: both;
}
input:focus,
select:focus {
	outline: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
img{max-width:100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{margin:0;}
p{margin-bottom:10px;}
/*body {
	line-height: 1.6;
	font-size:15px;
	font-family:Roboto, Tahoma, Verdana, sans-serif;
	color: #FFF;
	background-color: #e9eaed;
	font-size: 15px;
}*/
body{
	line-height: 1.6;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    line-height: 1.65;
    word-wrap: break-word;
    color: #222;
    background: #fdfdfd;
    background-size: contain;
}
body .bsoverlay {
    content:"";
    background: #ffffff url(/theme/img/overlay.png);
    height: 100%;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	clear: both;
	float: none
}

.container:before,
.container:after {
	display: table;
	content: " "
}
.container:after {
	clear: both
}
.container:before,
.container:after {
	display: table;
	content: " "
}
.container {
    margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
	width: 100%;
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-button {
	display: none
}

::-webkit-scrollbar-track {
	background: #666
}

::-webkit-scrollbar-track-piece {
	background: #666
}

::-webkit-scrollbar-thumb {
	width: 5px;
	background: #333;
	border-radius: 3px
}
a {
	text-decoration: none;
	color: #323232;
}

.spire {
	background-image: url(/theme/images/sprite.png);
	background-repeat: no-repeat;
	float: left
}
.spire.spire--list {
	width: 16px;
	height: 16px;
	background-position: -69px 0;
	margin: 2px 10px 2px 0
}
/*.header-top,header .wrapper,
main .wrapper,
footer .wrapper
{
    -webkit-box-shadow: 0 1px 2px rgb(194 194 194 / 40%), inset 0 1px 1px rgb(255 255 255 / 2%);
    -moz-box-shadow: 0 1px 2px rgb(194 194 194 / 40%),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 0 1px 2px rgb(194 194 194 / 40%), inset 0 1px 1px rgba(255,255,255,.2);
}*/
.bg-wrap{
    background-color: #ffffff;
	border: 1px solid #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}
.bg-widget{
    background-color: #ffffff;
	border: 1px solid #f4f4f4;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 20px;
}
.bg-blog, .bg-footer, .bg-breadcrumb, .bg-head, .bg-head-top, .bg-home, .bg-page{
    position: relative;
/*    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.2);*/
    background-color: #ffffff;
}
@media (min-width: 540px)
{
    .bg-blog, .bg-footer, .bg-breadcrumb, .bg-head, .bg-head-top, .bg-home, .bg-page {
        padding: 20px 15px 30px 15px;
    }

}
.wrap-menu-primary {
	float: left;
    width: 52%;
    padding: 0;
}

.sts:before {
	margin-top: 2px;
	margin-right: 6px
}

.sts:hover {
	text-decoration: underline
}

span.item-name a:first-child:before {
	margin-top: 11px;
	margin-right: 6px
}

/*line*/
._1line,._2line,._3line,._4line,._5line {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

._2line {
    -webkit-line-clamp: 2
}

._3line {
    -webkit-line-clamp: 3
}

._4line {
    -webkit-line-clamp: 4
}

._5line {
    -webkit-line-clamp: 5
}
/*main*/
main{
	/*background: url(/theme/img/bg.jpg) top center no-repeat #F9F9F9;
    background-size: cover;
    color: #4E4E4E;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 5px;
    padding-right: 5px;*/

    color: #323232;
    padding-top: 0px;
    padding-bottom: 0;
    font-size: 15px;
    z-index: 3;
    position: relative;
    overflow: hidden;
}
/*homepage*/
.homepage .onpage .scrolltext
{
    max-height: 280px;
}
.title-home-list {
    text-align: left;
    height: 40px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 25px;
}
.title-home-list h2{
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 700;
}

.title-home-list h2.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 70px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(to right, #efaa62cc, #f09a3e24, #f09a3e0a);
}

.title-home-list .select {
    line-height: 40px;
    height: 40px;
    width: initial;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    text-transform: uppercase;
    background-color: #f4f4f4;
    font-size: 17px!important;
    color: #686767;
    border-color: #d2d2d2;
    border: 1px solid #a7a7a7;
    background: #fbfbfb;
}
/*end main*/

/*.title {
	padding: 7px 15px 8px 30px;
	color: #FFF;
	font-weight: 500;
}*/
/*slide */
.slide-wrapper {
    padding-bottom: 0px;
}
.slide {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding: 60px 30px 15px;
    gap: 30px;
    background: #fff;
   
}
.slide.slide1{
     border-top-left-radius: 15px;
     border-top-right-radius: 15px;
}
.slide.slide1:before,
.slide.slide2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 260px;
    border-radius: 16px 16px 0px 0px;
    background-image: url(/theme/img/bg_1.png);
    background-size: cover;
    background-position: top center;
}
.slide.slide2:before{
    background-image: url(/theme/img/bg_2.png);
}
.slide .item {
    margin: 0;
    width: calc(16.6667% - 25px);
    padding: 0 0px;
    margin-bottom: 0;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.slide .item a.cover {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 150%;
	position: relative;
	transition: all .3s;
	box-shadow: 0 8px 8px -10px rgb(0 0 0 / 50%);
}
.slide .item a.cover img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 8px 8px -10px rgb(0 0 0 / 50%);
}
.slide .item.full:before {
	content: "";
    width: 34px;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 0;
    display: block;
    margin: 0;
    z-index: 1;
    background: transparent url(/theme/icons/full-label.png) no-repeat;
}
.slide .item .desc {
    padding: 5px 0;
    width: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 5px 0 0;
    line-height: 1.4;
}
.slide .item .desc a {
	display: block
}
.slide .item .desc h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
    font-size: 14px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 1.5;
    height: 44px;
}

.slide .item .desc p.author {
    font-size: 14px;
    color: #999999;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.slide-continue {
	background: rgba(192, 58, 42, 0.8)
}
/*bitem*/
.bitem {
    margin: 0;
    width: calc(16.6667% - 25px);
    padding: 0 0px;
    margin-bottom: 0;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bitem a.cover {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 150%;
	position: relative;
	transition: all .3s;
	box-shadow: 0 8px 8px -10px rgb(0 0 0 / 50%);
}
.bitem a.cover img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 8px 8px -10px rgb(0 0 0 / 50%);
}

.bitem .desc {
    padding: 5px 0;
    width: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 5px 0 0;
    line-height: 1.4;
}
.bitem .desc a {
	display: block
}
.bitem .desc h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
    font-size: 14px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 1.5;
    height: 44px;
}

.bitem .desc p.author {
    font-size: 14px;
    color: #999999;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
}
.bitem .desc p.category {
    font-size: 14px;
    color: #999999;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
}
/*full wrapper*/
.full-wrapper{
	padding-top: 20px;
}
.full-wrapper .full-book {
	margin-left: -5px;
    margin-right: -5px;
	margin-bottom: 10px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.full-wrapper .full-book .item {
    margin: 0;
    position: relative;
    width: 16.667%;
    padding: 0 5px;
	margin-bottom: 20px;
    float: left;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	overflow: hidden;
	padding-top: 5px;
    padding-bottom: 5px;
}


.full-wrapper .full-book .item:hover {
    opacity:0.95;
}

.full-wrapper .full-book .item .cover{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 146%;
    position: relative;transition: all .3s;
}
.full-wrapper .full-book .item .cover img{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border: 1px solid rgba(0,0,0,.075);
	
}
.full-wrapper .full-book .item .cover:hover {
    transform: scale(1.04);
}
.full-wrapper .full-book .item .caption {
	    display: block;
    width: 100%;
    text-align: center;
	    overflow: hidden;
}

.full-wrapper .full-book .caption h3 {
	color: #404040;
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
    padding: 2px;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    margin: 5px 0;
    min-height: 44px;
}

.full-wrapper .full-book .caption p {
	font: 400 13px Tahoma;
	color: #FFF;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: list-item
}
.full-wrapper .full-book .caption .label-full
{
	padding: 1px 5px 2px;
    color: #FFF;
    background-color: #449743;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 12.5px;
    line-height: 1.5;
    border-radius: 3px;
}
.full-wrapper .full-book .item img {
	display: block;
    width: 100%;
    height: auto;
}
/*relate wrapper*/
/*full wrapper*/
.relate-wrapper {
	margin-left: -5px;
    margin-right: -5px;
	margin-bottom: 10px;
}

.relate-wrapper .item {
    margin: 0;
    position: relative;
    width: 16.667%;
    padding: 0 5px;
	margin-bottom: 20px;
    float: left;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	overflow: hidden;
}
.relate-wrapper .item:hover {
    opacity:0.95;
}

.relate-wrapper .item .caption {
	    display: block;
    width: 100%;
    text-align: center;
	    overflow: hidden;
}

.relate-wrapper .caption h3 {
	font-family: Tahoma, Arial,Roboto;
	color: #404040;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: list-item;
	padding: 2px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relate-wrapper .caption p {
	font: 400 13px Tahoma;
	color: #FFF;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: list-item
}
.relate-wrapper .caption .label-full
{
	padding: 1px 5px 2px;
    color: #FFF;
    background-color: #2A5893;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 12.5px;
    line-height: 1.5;
    border-radius: 3px;
}
.relate-wrapper .item img {
	display: block;
    width: 100%;
    height: auto;
}
/*end relate*/
.truyen-list{
    float:left;
    width:100.6%;
    margin:0 -.3% auto
}
.truyen-list .item{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    color: #626262;
    overflow: hidden;
    border-bottom: 1px dashed #e2e2e2;
	font-size: 14px;
}
.truyen-list .item > a{float:left;position: relative;}
.truyen-list .item .full-label {
    width: 34px;
    height: 50px;
    position: absolute;
    display: block;
    margin: 140px 0 0 -6px;
    z-index: 1;
    background: transparent url(/theme/icons/full-label.png) no-repeat;
	bottom: 7px;
}
.truyen-list .item h3{
    margin-bottom:6px
}
.truyen-list .item p.line{
    font-size: 13.5px;
    margin-bottom: 0px;
    color: #424242;
}
.truyen-list .item p.line > span{
	   font-weight: 500;    width: 74px;
}
.truyen-list .tag{
    border-top:none;
    margin:5px 0!important;
    padding:1%;
    float:left;
    width:98%
}
.truyen-list .item a.cover{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 150px;
    width: 220px!important;
    margin-right: 15px;
    margin-top: -30px;
}
.truyen-list .item a.cover img{
	position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 30px;
    border: 1px solid rgba(0,0,0,.075);
}
.truyen-list .item h3 a{
    font:700 16px Tahoma;
    color:#424242
}
.truyen-list .item h3 a:hover{
    text-decoration:underline
}

.truyen-list .item p._3line a{
    font:400 12px Tahoma;
    color:#ff530d
}
.truyen-list .item p a:hover{
    text-decoration:underline
}
.truyen-list .item p a{
    color:#323232;
}
.truyen-list .item p a:hover{
    text-decoration:underline
}
.sts {
	padding-left: 0;
	color: #444;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 12px
}

.xem-them {
	float: left;
	width: 100%;
	font: 300 16px/43px Tahoma;
	color: #FFF;
	text-align: center;
	background: #332f2f;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	cursor: pointer
}

.xem-them:hover {
	background: #c0392b
}

.grid-book {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding: 50px 30px 15px;
    gap: 30px;
}

/*maincol*/

.mainCol
{
	width: 100%;
	margin-right: 14px;
	overflow: hidden;
	margin-bottom: 20px!important;
}
.mainCol .bg-wrap,
.listCol .bg-wrap{    background: linear-gradient(0deg, #fff 0%, #f6f6f6 100%);}
.mainCol .mLeftCol{
    max-width: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin-right: 25px;
}
.mainCol .mRightCol{
    max-width: calc(100% - 285px);
    -ms-flex-preferred-size: calc(100% - 285px);
    flex-basis: calc(100% - 285px);
}
.book-content .mLeftCol{
	margin-top:20px;
}
.book-content .mRightCol{
	margin-top:10px;
}
.main-wrapper {
	padding-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 500px;
}
.mainCol .book-label{
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #959595;
    opacity: 0.8;
    padding: 10px 12px;
}
.mainCol .book-label span{
    border-bottom: 1px solid #959595;
}
.mainCol{width:100%;margin: 0 auto;}
.mainCol .player-wraper{padding: 10px;}
.mainCol .chapter-playlist{
	background: #ffffff;
	padding: 0;
	margin-top: 12px;
	-webkit-box-shadow: 0px 1px 4px rgb(0 0 0 / 44%);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.44);
    -o-box-shadow: 0px 1px 4px rgba(0,0,0,0.44);
    box-shadow: 0px 1px 4px rgb(0 0 0 / 44%);
    border-radius: 6px;
}
.mainCol .chapter-playlist h2#track {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    color: #444;
}
.mainCol .chapter-playlist h2#track:before {
	content: "";
	background: url(/theme//icons/playing.gif) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-size: 20px 20px;
	display: inline-block;
	margin-right: 8px;
	margin-top: -9px;
}
.mainCol .chapter-login{
	margin: 10px 0;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #dc4d43;
}
.mainCol .chapter-login a{color: #0d85eb;}

.mainCol .book-share{height:28px;}
.mainCol select.dropdown-select  {
	background: #ebebeb;
    width: 139px;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    height: 34px;
    font-weight: 600;
    color: #555;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 23%);
    cursor: pointer;
   }

@media (max-width: 768px) {
    .detailCol .bg-wrap{
        padding: 0;
        border: 0;
    }
}
/*phantrang*/
.plphantrang {
	float: right;
	/* width: 100%; */
	margin: 0!important;
}

.plphantrang a,
.plphantrang span {
	padding: 0 12px;
	line-height: 34px;
	text-transform: uppercase;
	float: left;
	margin-left: 8px;
	font-weight: 700;
	color: #666;
	border-radius: 3px;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.23));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.23));
}

.plphantrang a.quantitychapter {
	margin-right: 0
}

.plphantrang .quantitychapter {
	color: #FFF!important;
	float: right!important
}

.plphantrang a:hover {
	background: #dd4f44;
	color: #fff
}

.plphantrang .page {
	background: #FFF
}

.plphantrang .pageselect,.plphantrang .page-grey {
	background: #dd4f44!important;
	color: #FFF!important
}
.plphantrang .pageselect:hover,
.plphantrang .quantitychapter:hover {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.plphantrang a.info{
	filter: unset;
    background: #e5e5e5!important;
    color: #444!important;
}
    
/*end maincol*/
.leftCol {
	float: left;
	width: 800px;
	margin-right: 14px;
	overflow: hidden;
	margin-bottom: 20px!important;
}
/*title*/
.main-title {
	margin-bottom: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.main-title .line {
    display: block;
    background: #cc5d0c;
    height: 4px;
    width: 100%;
    flex: 1;
}
.main-title .line:first-child {
    width: 10px;
    height: 10px;
    flex: unset;
    background: #cc5d0c;
}
.main-title h3{color:#333;font-size: 17px;font-weight: 700;}
.main-title h2{    color: #333;
    font-size: 19px;
    font-weight: 700;}
.main-title >a.viewmore {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.15s color;
    -o-transition: 0.15s color;
    transition: 0.15s color
}

.main-title>a.viewmore:hover {
    color: #dd163b
}

.main-title:before,.main-title:after {
    display: none
}

.main-title h3,.main-title h2,.main-title >a.viewmore {
    flex: unset
}
.main-title h3,.main-title h2, .main-title>a.viewmore {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
	padding-right: 15px;
    padding-left: 15px;
}
.main-title {
    align-items: center
}


.main-title h3 > span {
    color: red!important;
}
.main-title.view-all-inner i {
    font-size: 17px;
    margin-left: 5px;
}
.main-title .viewmore{font-weight: normal;}


@media (max-width: 500px) {
    .main-title.view-all-inner>a.viewmore
    {
        display:none;
    }
}
.daily-update {
	width: 100%;
	position: relative
}

.update-title {
	background: #252525;
	padding: 7px 15px 8px 2px
}

.daily-update .update-title {
	padding-left: 10px;
	    margin-bottom: 15px;
}

.daily-update-item {
	float: left;
	width: 100%;
	background: #fefefe;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-left: 2px solid #c0392b
}

.daily-update-item:nth-of-type(1) {
	border-top: 1px solid #e8e8e8
}

.daily-update-item:nth-of-type(even) {
	background: #f4f4f4!important
}

.daily-update-item span {
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}


.item-author-name {
	border-right: 1px solid #e8e8e8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	font: 300 12px/30px Tahoma;
	color: #555;
	padding-left: 2%;
	width: 28%
}

.item-chapter,
.item-author-name a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	font: 300 12px/30px Tahoma;
	color: #555;
	padding-left: 2%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s
}

.item-chapter {
	width: 12%
}

.item-chapter:hover {
	text-decoration: underline
}

.item-chapter:active {
	color: #ff530d
}

.item-chapter span {
	float: none
}

.item-name {
	width: 53%;
	font: bold 12px/30px Tahoma;
	padding-left: 1%;
	border-right: 1px solid #e8e8e8
}

.item-name img {
	vertical-align: middle;
	margin-left: 5px
}

.item-name a {
	color: #c0392b
}

.item-name a:hover {
	text-decoration: underline
}

.item-name a:first-child {
	margin-right: 5px
}

.new-chap a:visited,
.new-chap a:hover,
.new-chap a:active,
.sts:visited {
	color: #d63f2f
}

.phan-trang {
	width: 100%;
	margin: 5px 0;
    display: flex;
}

.phan-trang a,
.phan-trang span {
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #636363;
    font-weight: 500;
    font-size: 13.5px;
    opacity: 0.95;
    padding: 0px 12px;
}

.phan-trang a.quantitychapter {
	margin-right: 0
}

.quantitychapter {
	color: #FFF!important;
	float: right!important
}

.phan-trang a:hover,.phan-trang a.active  {
    background: #ee9912;
    color: #fff;
}


.page {
    min-height: 500px;
}
.page  .content-area {
	    max-width: 920px;    margin: 15px auto;    font-size: 16px;
}
.page  .content-area h1{
	text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 28px;
}
.phan-trang .pageselect,
.phan-trang .page-grey {
	background: #3d3d3d!important;
	color: #FFF!important
}
.pageselect:hover,
.quantitychapter:hover {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.textdecoration {
	text-decoration: none
}
.textdecoration:hover {
	text-decoration: none!important
}
.status {
	float: none!important;
	border-radius: 3px;
	padding: 2px 4px 3px;
	font: 600 11px Open Sans, sans-serif!important;
	color: #FFF!important;
	line-height: 24px;
	text-decoration: none;
	margin-left: 2px;
	vertical-align: super
}
.status i{
    font-style: normal;
}
.status-full {
	color: #449743!important;
}
.status-drop {
	color: #b3220e!important
}
.status-hot {
	color: #FF5722!important;
}
.status-new {
	color: #79d062 !important
}
.status-full:before {
	content: 'FULL'
}
.status-new:before {
	content: 'NEW'
}
.status-drop:before {
	content: 'DROP'
}
.status-hot:before {
	content: 'HOT'
}

/*.full {
	float: none!important;
	background: #555;
	border-radius: 3px;
	padding: 2px 4px;
	font: bold 9px Tahoma;
	color: #FFF!important;
	line-height: 24px;
	text-decoration: none
}*/

.non {
	float: none!important;
	border-radius: 0;
	padding: 0 1px;
	font: bold 10px Tahoma;
	color: #FFF!important;
	line-height: 25px;
	text-decoration: none
}

.new {
	float: none!important;
	background: #2ecc71;
	border-radius: 3px;
	padding: 2px 5px;
	font: bold 10px Tahoma;
	color: #FFF!important;
	line-height: 25px;
	text-decoration: none
}

.phaixem {
	float: none!important;
	background: #e67e22;
	border-radius: 3px;
	padding: 2px 5px;
	font: bold 10px Tahoma;
	color: #FFF!important;
	line-height: 25px;
	text-decoration: none
}

.label-status {
	float: none!important;
	background: #555;
	border-radius: 4px;
	padding: 2px 6px 4px;
	font: bold 12px Tahoma;
	color: #FFF!important;
	line-height: 24px;
	text-decoration: none;
    letter-spacing: 0.6px;
}
.label-status.label-full {
	background:#4CAF50;
}
.label-status.label-drop {
	background: #ca392b
}

.label-status.label-updating {
    background: #fbe990;
    color: #5e5d5d!important;
}

.new:hover,
.phaixem:hover,
.muoitam:hover,
.sieu-pham:hover {
	text-decoration: none!important
}

.updating:before {
	content: 'U'
}

.drop:before {
	content: 'D'
}

.new:before {
	content: 'N'
}
.fb-comments,
.fb-comments span,
.fb-comments iframe {
	width: 100%!important
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
	width: 100%!important
}

.rowitemfix {
	display: list-item;
	clear: both
}

.rowitemfix:before {
	content: ' '
}

.col-md-6,
.col-md-12,
col-sm-6,
col-sm-12 {
	float: left
}

.col-md-6 {
	width: 50%
}

.col-md-12 {
	width: 100%
}

.fb-like {
	width: 150px!important;
	float: left;
}

.fb-save {
	float: left;
width: 130px!important;
    margin-top: -4px;
}

.clearboth {
	clear: both
}

h1.h-hidden {
	display: none
}

#top {
	display: none
}

.phan-trang .group-qty {
	display: none
}

.hide {
	display: none
}
.homeTop {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.homeMain {
    width: 100%;
    overflow: hidden;
	padding-top: 20px;
}
.homeInfo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.homeOnpage {
    width: 100%;
    overflow: hidden;
}
.homeRightCol{
	width: 356px;
	overflow: hidden
}
.detailCol,
.listCol{
	float: left;
    width: calc(100% - 331px);
    overflow: hidden;
    margin-right: 25px;
	padding-top: 0;
}
.detailRightCol,
.listRightCol{
	float: left;
	width: 306px;
	overflow: hidden;
	padding-top: 0;
}
.sidebar .poster{
	margin-top: 0;
    margin-bottom: 25px;
}
.homeInfo .inner{
    max-width: 1000px;
    margin: 15px auto;
    font-size: 16.5px;
}
.homeInfo .inner h1{
    font-size: 25px;
    color: #dd581b;
    margin-bottom: 12px;
}
.poster{max-width: 992px;margin: 0 auto;}
.poster img{max-width:100%;border-radius: 4px;display: block;}
.detailCol .mainCol h1{
    color: #474747;
    padding: 0 10px 6px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 20px;
    -webkit-line-clamp: 3;
    font-family: signika;
}
.book-meta .line{
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
    font-family: Signika;
    font-weight: 400;
}
.book-meta .line  .line-icon {
    width: 26px;
    height: 26px;
    position: relative;
    border-radius: 50%;
    background-color: #ee9912;
    margin-right: 15px;
}
.book-meta .line .line-icon i {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.book-meta .line .line-content {
    width: calc(100% - 43px);
}
.book-meta .line .line-content a{
    color: #c4931b;
    font-weight: 600;
}.book-meta .line .line-content span.title{
    color: #525252;
}
.bookmark-icon {
    width: 182px;
    height: 50px;
    background-image: url(/theme/img/bookmark.png);
    background-size: cover;
    cursor: pointer;
}
.book-meta .line.rating .title{
    float:left;
}
.book-meta .line.rating .result{
    float:left;
    margin-left:10px;
}
.book-meta .line.rating #rate_row_cmd{
    display: block;
    clear: both;
}

.detailCol .book-rating{
	text-align: center;
}

.title-list{
	margin-bottom: 20px;
	padding: 0 10px;
}
.title-list h1{
    text-transform: uppercase;
    font-size: 20px;
    color: #d88335;
/*    border-bottom: 1px solid #CCC;*/
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 600;
}
.title-list h1 span{
    color: #707070;
}
.title-list h1.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 70px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(to right, #efaa62cc, #f09a3e24, #f09a3e0a);
}
.title-list p{
    font-size: 14px;
    color: #747474;
}
.title-list span.keyword{text-transform:none;}
.title-list span.author{text-transform:none;font-weight:700}

.suggest {
	width: 100%;
	position: relative;
	margin-bottom: 10px
}
.suggest h3.title{
	color: #cc5d0c!important;
}
.suggest .item{
    width: 100%;
    height: auto;
    background: #fefefe;
    margin: 3px 0px;
    padding-bottom: 6px;
    box-sizing: border-box;
   
    border-bottom: 1px solid #ddd;
}
.suggest .item:last-child{border:0;}
.suggest .item a{
     display: flex;    gap: 10px;
}
.suggest .item img{
    width: 42px;
    border-radius: 2px;
}

/*.suggest .item:nth-of-type(1) span {
	background: #f6a014
}

.suggest .item:nth-of-type(2) span {
	background: #f1c40f
}

.suggest .item:nth-of-type(3) span {
	background: #f8e495
}

.suggest .item:nth-of-type(10) span {
	padding: 5px 4px
}*/

.suggest .item > span {
	color: #000;
	padding: 5px 8px;
	font-size: 13px;
	font-weight: 700;
	background: #ddd;
	margin: 6px 2px 4px 0;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	box-sizing: border-box;
	opacity: .7;
	float: left;
	line-height: 16px;
}
.suggest .item > h3{
	width: calc(100% - 26px);
    padding-left: 7px;
    margin: 0;
}
.suggest .item p {
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	float: right;
	line-height: 30px;
	margin-right: 10px
}

.suggest .item  a{
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 400;
	float: left;
	line-height: 27px;
	padding-left: 5px;
color: #444;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	box-sizing: border-box
}

.suggest .item i {
	color: #888;
	display: block;
	line-height: 15px;
	font-size: 11px;
	margin-top: -6px;
	font-style: initial;
	font-size: 13.5px;
    margin-top: -2px;
}

.suggest .item  a:hover{
	color:#e59121
}
.suggest .item  a span{
    font-family: signika;
    font-weight: 300;
}
.suggest .item  a h4{
    font-family: signika;
    font-weight: 500;
    line-height: 18px;
    margin-top: 5px;
}

.day-title,
.all-title,
.week-title {
	padding: 6px 15px!important;
	position: static;
	cursor: pointer
}

.day-title span,
.all-title span,
.week-title span {
	text-shadow: 0 0 5px #FF6
}
.high-title {
	color: #FC0
}
.doc-tiep-item {
    width: 100%;
    height: auto;
    background: #fefefe;
    margin: 1px 0;
    box-sizing: border-box;
    display: flex;
}
.doc-tiep-item span {
	color: #000;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	margin: 6px 4px 4px;
	border-radius: 13px;
	width: 24px;
	height: 17px;
	opacity: .8;
	float: left;
	background-position: 6px 0;
	margin-top: 9px
}
.doc-tiep-item p {
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	float: right;
	line-height: 30px;
	margin-right: 10px
}
.doc-tiep-item h3 a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 400;
	float: left;
	line-height: 27px;
	padding-left: 5px;
	color: #222;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	box-sizing: border-box
}

.doc-tiep-item h3 i {
	color: #888;
	display: block;
	line-height: 15px;
	font-size: 11px;
	margin-top: -6px;
	font-style: initial;
	font-size: 13.5px;
    margin-top: -2px;
}

.doc-tiep-item h3 a:hover {
	padding-left: 10px;
	text-shadow: 0 0 5px #ffbd66;
}
/*widget*/
.widget .all{
    display: flex;
    flex-direction: column;
}
.widget{
	border: 1px solid #e3e3e3;
    background: #fdfdfd;
	margin-bottom: 25px;
}
.widget h3.title{
    padding: 7px 15px 8px 30px;
    font-weight: 700;
    padding: 15px 15px 15px 2px;
    font-size: 17px;
    color: #212529;
    text-align: left;    margin: 0;text-align: center;
}
.tag {
	width: 100%;
	position: relative;
}
.tag h3.title{color: #cc5d0c;}
.tag a {
	float: left;
	font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 30px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s
}

ul.tagfull {
	padding: 12px;
    background: #f7f7f7;
}

.tag li {
	float: left;
	width: 228px
}

.tag-left {
	background: none;
	margin: 15px 0;
}

.tags {
	width: 100%;
	margin: 0 0 5px;
	padding: 2%;
}


.tags li {
	width: 33.33%
}

.highlight {
	font-weight: 700!important;
	color: #c0392b!important
}

.tag a:hover {
	text-decoration: underline
}

/*.tag-name li:nth-of-type(1) a,
.tag-name li:nth-of-type(3) a,
.tag-name li:nth-of-type(6) a,
.tag-name li:nth-of-type(9) a,
.tag-name li:nth-of-type(14) a,
.tag-name li:nth-of-type(19) a,
.tag-name li:nth-of-type(22) a,
.tag-name li:nth-of-type(26) a,
.tag-name li:nth-of-type(27) a,
.tag-name li:nth-of-type(28) a,
.tag-name li:nth-of-type(16) a {
	font-weight: 700!important;
	color: #c0392b!important
}*/

.list-title {
    background: #252525;
    padding: 7px 15px 8px 12px;
    border-radius: 29px;
    text-align: center;
}

.rightCol {
	float: left;
	width: 25.641%;
	min-height: 200px
}

.breadcrumb{
	font-size:13.5px;
	font-weight:500;
	color: #363636;
	position: relative;
	padding-left: 5px;
    padding-right: 5px;
	width: 100%;
    margin-bottom: 0px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    opacity: .8;
    font-weight: 400;
    color: #363636;
    position: relative;
}

.breadcrumb p {
	margin-left: 0;margin-bottom: 0;
}

.breadcrumb a:hover {
	text-decoration: underline
}
.breadcrumbs a {
	color: #363636;
}
.breadcrumb>li {
    display: inline-block;
}
/*.breadcrumbs .separator {
	padding: 0 5px
}*/
.breadcrumbs li:before {
    content: "/\00a0";
    padding: 0 5px 0 7px;
    color: #bbb;
}
.breadcrumbs li:first-child:before{
    display:none;
} 
.bred_doc {
	width: 940px;
	margin: 0 auto;
	display: block;
	float: none;
	padding: 0
}

.updated,
.author a,
.category a,
.comments a {
	font: 300 14px/25px Tahoma;
	color: #666;
	padding-left: 20px;
	margin-right: 10px
}

#div--q {
	position: absolute;
	display: none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	box-shadow: 0 0 1px #ccc;
	background-color: #fff;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	margin-top: 38px
}

#div--q a.display_box {
	border-top: solid 1px #eee;
	font-size: 12px;
	height: 40px;
	display: table;
	width: 100%;
	margin: 0 auto;
	background: #fefefe;
	float: left;
	padding: 5px 8px;
	box-sizing: border-box
}

#div--q a.display_box img {
	width: 35px;
	height: 50px;
	float: left;
	margin-right: 6px
}

#div--q span.no-search {
	color: #444;
	padding: 8px 20px;
	display: block;
	text-align: center;
	font-style: italic
}

#div--q a.display_box.search-full {
	height: 20px;
	text-align: center;
	font-weight: 400;
	color: #444;
	font-size: 13px
}

#div--q a.display_box:hover {
	background: #e8e8e8
}

#div--q a.display_box:hover a span:first-child,
#div--q a.display_box.search-full:hover {
	color: #c0392b
}

.div--q a.display_box:first-child {
	border-top: none
}

#div--q a.display_box span {
	color: #4a4a4a;
	margin: 3px;
	font-size: 13px;
	line-height: 15px;
	display: block
}

#div--q a.display_box span.sub-name {
	color: #4a4a4a;
	font-size: 93%;
	margin-top: 2px
}

#div--q a.display_box:hover span,
#div--q a.display_box:hover img {
	opacity: .9
}

/*onpage*/
.onpage {
    width: 100%;
    display: block;
    background: #fbfbfb;
    color: #333;
    padding: 20px;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 15px;
}

.onpage p {
	margin-bottom: 10px;
}
.onpage h2, .onpage h3{margin-bottom: 15px;
}
.showmore .scrolltext {
	max-height: 380px;
	overflow: hidden;
	position: relative;

	transition: all 0.5s;
	padding-bottom: 20px
}

.showmore .smore {
	margin-top: 20px
}

.showmore .smore a {
    color: #333;
    font-weight: 500;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 2px 3px;
    font-size: 13px;
}
/*
.showmore .smore a:after {
	content: "";
	background-image: url(/theme/images/arrow-down.svg);
	width: 8px;
	height: 12px;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .8;
	margin: 0 6px
}
*/
.showmore .scrolltext:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .2);
	height: 50px;
	pointer-events: none;
	background: -webkit-gradient(to bottom, #ffebbf00, #fbfbfb);
	background: linear-gradient(to bottom, #ffebbf00, #fbfbfb);
	background: linear-gradient(to bottom, #ffebbf00, #fbfbfb)
}
.showmore .expand.scrolltext:after{display:none;}
.showmore .expand.scrolltext {
	overflow: unset;
	max-height: unset;
	content: unset;
}
/*detail*/
.new-chap {
        color: #3e3e3e;
    width: 96%;
    padding: 10px 2%;
    background: #FFF;
    text-align: justify;
    margin-bottom: 10px;
    float: left;
    font-size: 14px;
    margin-top: 10px;
}
.new-chap h2 {color: #333;font: 700 12px Tahoma;padding-bottom:5px; }
.new-chap a {display: block;  padding: 2px 1px 3px; color: red;}

.new-chap .btn-notify { background-color: #f8e378; font-size: 12px; padding: 1px 5px; border-radius: 4px; cursor: pointer; font-weight: 600; margin-top: 7px; font-style: italic;}

.rates{
    float: right;
    position: relative;
    text-align: right;
}
.darates {
    text-align: center;
    border: 0;
    bottom: 10px;
    margin-bottom: 4px;
}
.darates .rate_star{font-size: 20px;}
#rate_row_cmd{
	color:#555;
	line-height:11px;
	font-size:11px;
	font-style:italic;
	display:block;
}
#valore{
    display: none;
    font-size: 16px;
    bottom: -20px;
    left: 36%;
    color: #f01c25;
}
#valore b{
	color:#f01c25;
}
#rate_row_cmd {color: #555;line-height: 11px; font-size: 11px; font-style: italic;display:block;}
#valore {
    display: inline-block;
    font-size: 15px;
}
#valore b {
    color: #c03a2a;
}
.spire.show--less, .spire.show--more
{
    width:15px;
    height:15px;
    margin-top:4px;
}
.spire.show--less
{
    background-position:-142px 0px;
}
.spire.show--more
{
     background-position: -125px 0px;
}

.book-intro{
    text-align: left;
    height: 38px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    position: relative;
    margin-bottom: 30px;
}
.book-intro>h2,
.book-intro>h1{
    font-family: 'Roboto Condensed',Tahoma,sans-serif;
	font-size: 19px;
    height: 38px;
    line-height: 40px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #4E4E4E;
	display: inline-block;
    color: #4E4E4E;
}
.book-intro>h2{
	color: #959595;
}
.book-intro>h1 {
   font-weight:900;
}

.book-info {
    width: 100%;
	-js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.book-info-top {
    width: 100%;
    padding: 10px 0 20px  0;
}
.book-info-top .book-rating {
	text-align:center;
	margin-bottom: 15px;
    margin-top: 5px;
}
.book-info-pic img {
    max-width:100%;    display: block;
}
.book-3d{
	margin: 20px 20px 30px;
    -moz-perspective: 300px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    width: 240px;
}
.book-3d .book-info-pic{
	display: inline-block;
    position: relative;
    transform: perspective(300px) rotateY(-3deg);
    -moz-perspective: 300px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(300) rotateY(-3deg);
    outline: 1px solid transparent;
    box-shadow: 5px 5px 20px #333;
    margin: 0;
}
.book-3d .book-info-pic:before {
    width: 100%;
    left: 7.5%;
    background-color: #000;
	position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}
.book-3d .book-info-pic:after {
    width: 5%;
    left: 100%;
    background-color: #EFEFEF;
    box-shadow: inset 0px 0px 5px #aaa;
    transform: perspective(300px) rotateY(20deg);
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(300) rotateY(20deg);
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}
.book-3d .book-info-pic img{
	position: relative;
    vertical-align: middle;
    border: 1px solid #4a4a4a;
    border-left: 4px solid #4a4a4a;
    height: 300px;
    width: 200px;
}

.book-info-content {
    float: left;
    width: 100%;
    border-top: 1px dashed #ff530d;
    margin-bottom: 10px
}
.book-info-content a {
    color: #0830FF
}
.noidung {
    font: normal 14px Tahoma;
    color: #ff530d
}
.book-info-content p {
    font: 400 14px Tahoma;
    color: #3e3e3e;
    width: 96%;
    padding: 10px 2%;
    background: #FFF;
    text-align: justify
}
.book-info-content p::-webkit-scrollbar-track {
    background: none
}
.book-info-content p::-webkit-scrollbar-track-piece {
    background: none
}
.book-info-content p::-webkit-scrollbar {
    width: 2px
}
.book-info-content-title {
    background: #ff530d
}
.book-info-chapter {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
}

.download-box{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin: 20px 0;
}
.download-note{
    background:#e8f2fb;
    border:1px solid #cfe1f3;
    color:#2c5f8a;
    padding:14px 18px;
    border-radius:8px;
    font-size:15px;
    margin-bottom:6px;
}
.download-box .btn,.chaplist-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:10px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius:8px;
    text-decoration:none;
    color:#fff;
    transition:all .2s ease;
}
.chaplist-btn {
    background:linear-gradient(135deg,#f6b24b,#e39a33);
    padding: 7px 12px;
}
/* EPUB */
.download-box .btn.epub{
    background:linear-gradient(135deg,#4a87c2,#2f6fa8);
}

/* MOBI */
.download-box .btn.mobi{
    background:linear-gradient(135deg,#67c26f,#3fa94c);
}

/* PDF */
.download-box .btn.pdf{
    background:linear-gradient(135deg,#e74c3c,#c9302c);
}

/* ONLINE */
.download-box .btn.online{
    background:linear-gradient(135deg,#f6b24b,#e39a33);
}

/* hover */
.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 14px rgba(0,0,0,0.15);
}

.download-box.inactive .btn{
    opacity: 0.4;
    cursor: not-allowed;
}
.download-box.inactive .btn:hover{
    transform:unset!important;
    box-shadow:unset!important;
}
.comment-info {
    background: #FFF;
    width: 98%;
    padding: 10px 1%
}
#chapter {
    position: relative;
    width:100%;
}
#chapter-list {
    position: relative;
    width:100%;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
    overflow:hidden;
    font-family: Signika;
}
#chapter-list ul{
    width:49%;float:left;overflow: hidden;
}

#chapter-list:after,#chapter-list:before{
	display: table;
	content: " ";
	clear: both
}
#chapter-list ul:first-child{
    margin-right:2%;
}
#chapter-list li > a:before{
    font-size: 20px;
    line-height: 21px;
    vertical-align: top;
    margin-right: 5px;
    content: "•";
}
#chapter-list li a {
    color: #666;
    width: 94%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block
}
#chapter-list li a:visited {
    color: #d63f2f
}
#chapter-list li a:hover,
#chapter-list li a:active {
    color: #d63f2f
}

#chapter .paging {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    margin: 20px 0 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
}
/*#chapter .paging .button-page {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/


#chapter .paging:after,#chapter .paging:before{
	display: table;
	content: " ";
	clear: both
}
#chapter .paging a{
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #636363;
    font-weight: 500;
    font-size: 13.5px;
    opacity: 0.95;
}
#chapter .paging  a{background: #eee;padding: 0px 12px}
#chapter .paging  a.active,
#chapter .paging  a:hover{background: #ee9912 ;color:#fff}
#chapter .paging  a span{
    font-size: 24px;
    line-height: 30px;
}
#chapter .paging  a  span.arrow{
    font-size: 16px; padding-left:4px;padding-right:4px;
}
@media (max-width: 500px) 
{
    #chapter{
        padding: 0;
        border: 0;
    }
    .book-info-chapter{padding:0;}
}
.book-info-chapter .title-list-chapter {
    color: #d88335;
    margin: 5px 0 12px;
    font-weight: 700;
    font-size: 16px;
}
.book-info-binh-luan {
    float: left;
    width: 100%
}
.book-info-top .book-info-text {
    position: relative;
    padding-top: 0;
    border-right: 1px solid #ddd;
    width: 100%;
    min-height: 1px;
    font-size: 14px;
    opacity: 0.9;
}
.book-info-top .book-info-text li {
    line-height: 23px!important;
    padding-left: 10px;
    margin-bottom: 4px;
}
/*.book-info-text li:nth-of-type(1) {
    font: 700 24px Tahoma;
    color: #373737;
}*/
/*.book-info-text li:first-child
{
     margin-bottom: 20px;
}*/
.book-info-top .book-info-text li.li--genres{
    font-size:15px;
}
.book-info-top .book-info-text li a {
    color: #626262;
}
/*.book-info-text li:nth-child(2) a {color:#c0392b;}*/
.book-info-top .book-info-text li a:hover {
    text-decoration: underline;
    color: #c0392b!important
}
.book-info-top .book-info-text .li_bookmark {
    font: 300 16px Tahoma;
    color: #626262;
}
.book-info-top .book-info-text .story-alternative {
    font: 400 13px Tahoma;
}

.book-info-top .player-wraper{padding-bottom: 20px;padding-top:15px;
							      float: left;
    width: calc(100% - 240px);
    min-height: 1px;
}
.comments {
    width: 940px;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
}
#boxvip
{
	border-radius: 4px;
    box-shadow: 5px 5px 1px 0px rgb(249 155 28 / 56%);
    background: #f3ecd5;
    /* margin-bottom: 30px; */
    padding: 20px;
    line-height: 1.7;
	margin: 20px auto 20px;
    max-width: 800px;
}
#boxvip a{color: #222;}
.byacoffee{margin:10px 0;}
.byacoffee img{max-width:100%;width:100%;}
.detailCol .intro{
    margin: 20px 0 0px;
    font-family: signika;
    font-weight: 300;
    padding: 10px 1% 0
}
.detailCol #gioithieu {
    margin-top: 0px;
    line-height: 1.55;
    font-size: 16px;
    color: #3e3e3e;
    width: 100%;
    padding: 8px 1%;
    text-align: justify;
    margin-bottom: 0;
    overflow: hidden;
    font-family: signika;
    font-weight: 300;
    border-top: 1px solid #f3f3f3;
}
.detailCol #gioithieu .intro{
    font-style: italic;
    color: #7494a0;
}
.detailCol #gioithieu p{
    margin-bottom:10px;
}
.detailCol #gioithieu iframe {
    max-width: 100%
}
.detailCol #gioithieu img {
    max-width: 100%
}
.detailCol #gioithieu .scrolltext > h3 {
    color: #d88335;
    margin: 5px 0 12px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.book-relate h3.title{
    color: #d88335;
    margin: 5px 0 12px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
.book-relate .grid-book{
    gap: 20px;
    padding: 20px 0px 10px;
}
.book-relate .grid-book .bitem {
    margin: 0;
    width: calc(25% - 15px);
    padding: 0 0px;
    margin-bottom: 0;
    float: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
@media (max-width: 768px){
   .book-relate .grid-book .bitem {
        width: calc(33.33% - 14px);
    }
    .book-relate .grid-book .bitem:nth-child(7),
    .book-relate .grid-book .bitem:nth-child(8)
    {display:none;}
}
@media (max-width: 550px){
   .book-relate .grid-book .bitem {
        width: calc(50% - 10px);
    }
   .detailRightCol, .listRightCol{display:none;}
}
/*hometab*/
.tab-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab-header .view-more {
    font-family: spartan, sans-serif;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #cce7d0;
    margin-bottom: 20px
}

.tab-header .view-more i {
    margin-left: 5px;
    margin-top: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.tab-header .view-more:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: .5s;
    transition: .5s
}
.tab-header .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    margin-bottom: 25px;
    border: 0
}

.nav-tabs .nav-link {
    background-color: #eee;
    font-size: 15px;
    margin: 0 10px;
    margin-left: 10px;
    color: #444;
    border-radius: 4px;
    padding: 15px 24px;
    -webkit-transition: .2s;
    transition: .2s;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    font-family: spartan, sans-serif;
    font-weight: 600;
    line-height: 1
}

.nav-tabs .nav-link.active {
    color: #dd581b;
    background-color: #fffadc;
}

.nav-tabs .nav-link:hover {
    color: #dd581b;
    background-color: #fffadc;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: .2s;
    transition: .2s;
    cursor:pointer;
}

.nav-tabs .nav-link:first-child {
    margin-left: 0 !important
}

.nav-tabs.no-border {
    border: none
}

.nav-tabs.right .nav-item:last-child .nav-link {
    margin-right: 0
}

.nav.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}
/*end home tab*/

 span.show-more {
    cursor: pointer;
    display: block;
    padding: 3px 5px;
    background: #e4e4e4;
    font-size: 13px;
    font-weight: bold;
    color: #5c5c5c;
    text-align: center;
    width: 90px;
    margin: 0 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
    opacity:0.9;
}

span.show-more:hover {
color: #222;
background: #e2e2e2;
}
.lstbtn{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}
.btn_truyen {
    float: left;
    padding: 2px 10px;
    margin: 5px 0px;
    position: relative;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    background: #cc5d0c;
    border-bottom: 2px solid #bd6607;
    cursor: pointer;
    border-radius: 26px;
    line-height: 22px;
    margin-right: 8px;
    margin-left: 8px;
    transition: all 0.4s;
}
.btn_truyen:hover{
    opacity:0.9;
}
.findchap {
    padding: 1px 2px 1px 2px;
    box-sizing: border-box;
    max-width: 230px;
    margin: 5px auto;
    display: block;
    float: unset;
}
.frmgoto .findchap  input {
    float: left;
    width: calc(100% - 85px);
    height: 35px;
    border: none;
    padding: 0 14px;
    background: #fefefe;
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    border-radius: 19px 0px 0px 19px;
}
.frmgoto .findchap .form-inner{position:relative;}
.frmgoto .findchap  button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 35px;
    width: 85px;
    font-size: 12px;
    font-weight: 600;
    color: #cc5d0c;
    background: #e4e4e4;
    border-radius: 0 19px 19px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    letter-spacing: 0.3px;
}
.frmgoto .findchap .loader{
    background: rgba(127,127,127,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 16px;
}

.frmgoto .findchap  .processing:before{
    content: '';
    margin: 0px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    opacity: .8;
    border-left: 2px solid #f7a868;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -12px;
    z-index: 99;
}

.frmgoto .findchap  .loader img{
    position: absolute;
    top: 56%;
    left: 48%;
}
.frmgoto   .form-alert p.success{
    padding: 0;
    color: #89d239;
    border-radius: 3px;
    opacity: 1;
    font-size: 15px;    background: unset;font-weight: 500;
}
.frmgoto .form-alert p.error{
    padding: 0;
    color: #f54141;
    border-radius: 3px;
    opacity: 1;
    font-size: 13.5px;    background: unset;font-style:italic;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
/*end detail*/
/*chapcol*/
.chapCol{width:100%;max-width:1000px;margin: 0 auto;}
.chapCol .player-wraper{padding: 10px;}
.chapCol .chapter-playlist{background: #26435f;    padding: 0;}
.chapCol .chapter-playlist h2#track {font-weight:bold;font-size:22px;margin-bottom:15px;}
.chapCol h1{
	font-weight: 700;
	font-size:24px;
	font-family:Tahoma,Arial;
    color: #373737;
	margin-bottom: 10px;
}
/*end chapcol*/
/*payment*/
.page-payment h2
{
	font-size: 1.6em;
    text-transform: uppercase;
}
.payment{
    background:#fff;
}
.payment .panel-body{
    padding:20px;
}
.payment .btn-payment{
overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 44px;
    width: 108px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #d83c3c;
    border-radius: 26px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
    display: block;
    text-align: center;
    line-height: 38px;
    border: 2px solid #d3d2d2;
    background: linear-gradient(135deg,#db4b4b 10%,#c72f2f 100%);
}

#payment_form ul.nav > li > a {
    color: #303030;
    background-color: #fff;
}

#payment_form ul.nav > li > a > span {
    color: #fff;
    background-color: #303030!important;
}

#payment_form ul.nav > li.active > a {
    color: #fff;
    background-color: #303030;
}

#payment_form ul.nav > li.active > a > span {
    color: #0c0c0c;
    background-color: #fff!important;
}

.center {
    text-align: center;
}

#payment_form > div.panel.panel-default > div.panel-heading > ul {
    background-color: white;
}

#payment_form > div.panel.panel-default > div.panel-heading > ul > li > a {
    padding: 10px;
    line-height: 41px;
}
#paymentform-type label, #paymentform-month label, #paymentform-ads_month label {
    display: block;
}
.btn-next {
    color: #fff;
    background-color: #4cb6cb;
}
.panel-default .panel-heading {
    background-color: #f7fafa;
}
.panel-heading .nav-tabs {
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-color: #eaeef1;
    font-weight: 700;
}
.payment-info {font-weight:bold;}
.payment-info .payment-info-package{color:green;}
.payment-info .payment-info-price span{color:red;}
.payment-info .payment-info-note{
	font-size: 14px;
    color: red;
    font-weight: 600;
}
.payment-info h4{

}

/*paging*/

.pagination {
	width: 100%;
	margin: 0px 0 10px;
    display: flex;
    justify-content: flex-start;
    font-weight: 600;
}

.pagination a,
.pagination span {
    padding: 6px 12px;
    margin-right: 5px;
    font-weight: 500;
    color: #666;
    font-size: 14px;
    background: #efefef;
    border: 1px solid rgba(0,0,0,.075);
    width: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
}

.pagination  a.quantitychapter {
	margin-right: 0
}

.quantitychapter {
	color: #FFF!important;
	float: right!important
}

.pagination a:hover,.pagination a.active  {
	background: #e2a344;
	color: #fff
}

.pagination  .page-total {
    line-height: 28px;
    padding: 0 10px;
    background-color: #248d83;
    color: #fff;
}

.page {
    min-height: 500px;
}
.page  .content-area {
	    max-width: 920px;    margin: 15px auto;    font-size: 16px;
}
.page  .content-area h1{
	text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 28px;
}
.pagination  .pageselect,
.pagination  .page-grey {
	background: #3d3d3d!important;
	color: #FFF!important
}
@media (max-width: 500px) {
	
	.pagination  {
		text-align: center
	}
	.pagination  a {
		margin-bottom: 5px
	}
	.pagination  .group-page {
		display: inline-block
	}
	.pagination  .group-qty {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: 10px 0
	}
	.pagination  a.quantitychapter {
		float: none!important
	}
}

#div--q {
  position: absolute;
  display: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  box-shadow: 0 0 1px #ccc;
  background-color: #fff;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 38px;
}
#div--q a.display_box {
  border-top: solid 1px #eee;
  font-size: 12px;
  height: 40px;
  display: table;
  width: 100%;
  margin: 0 auto;
  background: #fefefe;
  float: left;
  padding: 5px 8px;
  box-sizing: border-box;
}
#div--q a.display_box img {
  width: 35px;
  height: 50px;
  float: left;
  margin-right: 6px;
}
#div--q span.no-search {
  color: #444;
  padding: 8px 20px;
  display: block;
  text-align: center;
  font-style: italic;
}
#div--q a.display_box.search-full {
  height: 20px;
  text-align: center;
  font-weight: 400;
  color: #444;
  font-size: 13px;
}
#div--q a.display_box:hover {
  background: #e8e8e8;
}
#div--q a.display_box:hover a span:first-child,
#div--q a.display_box.search-full:hover {
  color: #c0392b;
}
.div--q a.display_box:first-child {
  border-top: none;
}
#div--q a.display_box span {
  color: #4a4a4a;
  margin: 3px;
  font-size: 13px;
  line-height: 15px;
  display: block;
}
#div--q a.display_box span.sub-name {
  color: #4a4a4a;
  font-size: 93%;
  margin-top: 2px;
}
#div--q a.display_box:hover span,
#div--q a.display_box:hover img {
  opacity: 0.9;
}
@font-face {
  font-family: "starwarsjs";
  src: url(/theme/starrate/fonts/starwarsjs.eot);
  src: url(/theme/starrate/fonts/starwarsjs.eot#iefix)
      format("embedded-opentype"),
    url(/theme/starrate/fonts/starwarsjs.ttf) format("truetype"),
    url(/theme/starrate/fonts/starwarsjs.woff) format("woff"),
    url(/theme/starrate/fonts/starwarsjs.svg#starwarsjs) format("svg");
  font-weight: 400;
  font-style: normal;
}
.rate_star:before {
  content: "\e902";
  font-family: "starwarsjs" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rate_row {
  width: 85px;
}
.rate_star {
  color: #ccc;
  cursor: pointer;
  font-size: 15px;
  padding: 0 !important;
  margin-right: 2px !important;
}
.rate_star.checked {
  color: #f9d932;
}
.rate_star.over {
  color: #f9d932;
}
.rate_star.disable {
  cursor: not-allowed;
  pointer-events: none;
}
.submit_stars {
  padding: 3px 14px;
  background: #801513;
  border: 1px solid #801513;
  color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  margin-top: 5px;
  margin-left: 30px;
}
.submit_stars:hover {
  background: #d41715;
  border: 1px solid #d41715;
}
.loading-div {
  position: absolute;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading-div:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.loading-div:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading-div:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*popup*/
#popup1{
    padding-top:80px
}
.form-popup{
    border-radius:2px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:700;
    width:620px;
    margin:0;
    position:relative;
    margin:8% auto;
    border-radius:5px;
    cursor:pointer
}
.form-popup .form-inner img{
    width:100%;
    max-width:100%;
    display:block;
    border-radius:2px
}
/*.md-show.md-effect .form-popup:hover{
    opacity:.9
}*/
#contactdiv{
    opacity:1;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    display:none
}
.popup1{
    opacity:1;
    position:fixed;
    top:50%;
    left:50%;
    height:100%;
    width:100%;
    right:0;
    bottom:0;
    z-index:10002;
    visibility:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%)
}
.popup1.md-show{
    visibility:visible
}
.md-overlay{
    position:fixed;
    width:100%;
    height:100%;
    visibility:hidden;
    top:0;
    left:0;
    z-index:1000;
    opacity:0;
    background:rgba(40,43,49,.9);
    -webkit-transition:all 0.4s;
    transition:all 0.4s
}
.md-show~.md-overlay{
    opacity:1;
    visibility:visible
}
.md-effect .form-popup{
    -webkit-transform:scale(.7);
    -ms-transform:scale(.7);
    transform:scale(.7);
    opacity:0;
    -webkit-transition:all 0.4s;
    transition:all 0.4s
}
.md-show.md-effect .form-popup{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.form-popup .close{
    float:right;
    margin-top: 8px;
    margin-right: 8px;
    position:absolute;
    top:0;
    right:0;
    opacity: 0.9;
}
.form-popup .close{
    cursor:pointer
}
.form-popup input[type=submit]:hover,.form-popup .close:hover{
    opacity:.9
}
.form-popup #loading{
    position:absolute;
    top:0;
    right:-5px;
    bottom:90px;
    left:-5px;
    background:rgba(255,255,255,.7);
    z-index:100;
    text-align:center
}
.form-popup #loading span{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    height:22px;
    width:90px;
    color:#333
}
.form-popup .send-success,.form-popup .send-error{
    padding:20px 10px;
    color:#fff;
    text-align:center;
    border:none;
    background:none
}
.form-popup .send-success img,.form-popup .send-error img{
    display:block;
    margin:0 auto;
    max-width:108px;
    width:100px
}
.form-popup .send-success p{
    color:#07970c
}
.form-popup .send-error p{
    color:#c72528
}
@media only screen and (max-width:768px){
    .form-popup{
        width:96%;
        margin-left:1.5%;
        margin-right:1.5%;
        margin:70px auto
    }
}
/*form code*/
.downloadCol{
    width: 800px;
    overflow: hidden;
    margin:0 auto;
	padding: 0;
}
.downloadCol h1{
    color: #474747;
    padding: 0 10px 6px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 20px;
    -webkit-line-clamp: 3;
    font-family: signika;
}
.downloadCol .download-label{
    text-transform: uppercase;
    font-size: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #cd3030;
    font-weight: 700;
    font-family: signika;
    font-style: italic;
}
.downloadCol .download-label span {
    border-bottom: 1px solid #cd3030;
}

.downloadCol .mainCol .mLeftCol {
    max-width: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    margin-right: 25px;
}
.downloadCol .book-3d {
    width: 200px;
}
.downloadCol .book-3d .book-info-pic img {
    position: relative;
    vertical-align: middle;
    border: 1px solid #4a4a4a;
    border-left: 4px solid #4a4a4a;
    height: 240px;
    width: 160px;
}
.downloadCol .book-content .mRightCol {
    margin-top: 42px;
}
#formcode h3,#formcode h4{
    margin:10px 0 20px
}
#formcode p{
    margin-bottom:12px
}
#formcode .getcode-box{
    max-width: 820px;
    margin: 0 auto;
    background: #fffffff2;
    padding: 25px 2%;
}
#formcode .getcode-box .subtitle{
    text-align:center;
    font-size:22px;
    color:#025cad
}
#formcode .getcode-box .description{
    text-align:center;
    font-size:19px;
    line-height:1.5
}
#formcode{
    position: relative;
    font-size: 18px;
    user-select: unset;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    color: #222;
    max-width: 1000px;
    margin: 15px auto;
    background: #ffffff;
}
#formcode .mx-auto{
    margin:0 auto 24px
}
#formcode img{
    max-width:100%
}
#formcode .text-center,#formcode form #alert{
    text-align:center
}
#formcode .popup img.loading{
    max-width:100%;
    margin:0 auto;
    display:block
}
#formcode .popup-overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    z-index:999
}
#formcode .popup{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    border-radius:8px;
    width:700px;
    max-width:98%;
    box-shadow:0 4px 20px rgba(0,0,0,.2);
    z-index:1000
}
#formcode .popup .popup-content{
    height:700px;
    overflow-y:auto;
    overflow-x:hidden;
    padding:25px 21px
}
#formcode .popup-close{
    cursor:pointer;
    position:absolute;
    top:0;
    right:11px;
    z-index:11
}
#formcode .heading{
    color:#d22b2b;
    text-align:center;
    font-weight:700;
    margin:8px 5px;
    font-family:Montserrat
}
#formcode .name{
    text-align:center;
    margin:8px 5px;
    color:#ff2100;
    font-size:18px
}
#formcode .sub{
    color:#333;
    text-align:center
}
#formcode .btn-download,#formcode form .form-inline button{
    color:#fff;
    font-size:15px;
    transition:background-color .25s,transform .15s;
    font-weight:600;
    cursor:pointer
}
#formcode form .form-inline{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    max-width:520px;
    margin:26px auto
}
#formcode form .form-inline input[type=number],#formcode form .form-inline input[type=search],#formcode form .form-inline input[type=text]{
    flex:1;
    padding:12px 15px;
    border:2px solid #ddd;
    border-radius:6px;
    font-size:16px;
    outline:0;
    transition:border-color .2s,box-shadow .2s
}
#formcode form .form-inline input:focus{
    border-color:#f18b16;
    box-shadow:0 0 0 3px rgba(241,139,22,.30980392156862746)
}
#formcode form .form-inline button{
    background-color:#d22b2b;
    border:none;
    padding:13px 22px;
    border-radius:6px
}
#formcode .getcode-box h3{
    font-size:22px;
    color:#025cad;
    font-family:Montserrat
}
#formcode form{
    position:relative;
    max-width:520px;
    margin:0 auto
}
#formcode .getcode-box .photo,#formcode .getcode-box span.change:hover,#formcode .getcode-box span.copy:hover,#formcode form .form-inline button:hover{
    box-shadow:0 2px 5px -3px rgba(0,0,0,.16),0 2px 5px rgba(0,0,0,.23)
}
#formcode form .form-inline button:active{
    transform:scale(.96)
}
#formcode form #loading{
    background:hsla(0,0%,49.8%,.2);
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
    z-index:9;
    border-radius:12px
}
#formcode form #loading img{
    position:absolute;
    top:40%;
    left:48%
}
#formcode form #alert p.error,#formcode form #alert p.success{
    padding:0;
    border-radius:3px;
    opacity:1;
    font-size:16px;
    line-height:20px;
    margin-top:6px;
    margin-bottom:0;
    color:#3dc317
}
#formcode form #alert p.error{
    color:#ff2100
}
#formcode .btn-download{
    display:inline-flex;
    background-color:#1cb32c;
    border:none;
    padding:12px 22px;
    margin-bottom:20px;
    border-radius:6px;
    text-align:center
}
#formcode .btn-download svg{
    display:block
}
#formcode .getcode-box .inline-block{
    line-height:40px
}
#formcode .getcode-box .bg.keyword-text{
    border-color:#ebe6e7;
    background-color:#fff3b7;
    color:#323232;
    font-size:17px;
    padding:5px 10px 7px;
    font-weight:600;
    font-family:auto
}
#formcode .getcode-box span.change,#formcode .getcode-box span.copy{
    background:#eee;
    border:1px solid #f18b16;
    border-radius:5px;
    padding:3px 10px;
    margin:0 5px;
    cursor:pointer;
    display:inline;
    font-size:16px;
    letter-spacing:-.2px
}
#formcode .getcode-box .label-baogia{
    background:#e6e6e6;
    border:1px solid #f01a1a;
    color:#f01a1a;
    padding:3px 8px;
    border-radius:3px;
    cursor:pointer;
    margin-left:10px
}
#formcode .getcode-box .photo{
    max-width:100%;
    margin-top:20px;
    border:1px solid #f18b16;
    border-radius:10px
}
#formcode .getcode-box p span.label{
    background:#fafafa;
    border:1px solid #e02323;
    color:#e02323;
    border-radius:6px;
    padding:3px 5px
}
#formcode .getcode-box .note{
    color:#f54242;
    font-size:18px;
    font-style:italic
}
#formcode .getcode-box .goodluck{
    text-align:center;
    font-weight:700;
    color:#0dca40
}
@media screen and (max-width:580px){
    #formcode{
        font-size:16px
    }
    #formcode .popup .popup-content{
        height:680px;
        overflow-y:auto;
        overflow-x:hidden;
        padding:20px 10px
    }
    #formcode form .form-inline{
        margin-top:5px;
        margin-bottom:5px
    }
    #formcode form .form-inline button{
        padding:12px 9px;
        width:98px;
        flex:0 0 auto
    }
    #formcode form .form-inline input[type=number],#formcode form .form-inline input[type=search],#formcode form .form-inline input[type=text]{
        flex:1;
        width:calc(100% - 100px)
    }
    #formcode .getcode-box .bg.keyword-text{
        font-size:15.5px
    }
    #formcode .getcode-box .inline-block .br{
        display:block
    }
}

/*end popup*/
#flyer {
    position: fixed;
    right: 15px;
    top: 47%;
    z-index: 9999;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: fixed;
    bottom: 20px;
    right: 12px;
    display: none;
    z-index: 1000;
    border-radius: 10px;
}
#flyer a{
    position: relative;
    z-index: 1;
}
.close-btn {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 2px solid rgb(239, 239, 239);
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.close-btn svg {
    width: 10px;
    height: 10px;
    fill: black;
}
@keyframes ring {
0%   { transform: rotate(0); }
    1%   { transform: rotate(21deg); }
    3%   { transform: rotate(-19deg); }
    5%   { transform: rotate(23deg); }
    7%   { transform: rotate(-22deg); }
    9%   { transform: rotate(21deg); }
    11%  { transform: rotate(-19deg); }
    13%  { transform: rotate(18deg); }
    15%  { transform: rotate(-16deg); }
    17%  { transform: rotate(15deg); }
    19%  { transform: rotate(-14deg); }
    21%  { transform: rotate(12deg); }
    23%  { transform: rotate(-11deg); }
    25%  { transform: rotate(9deg); }
    27%  { transform: rotate(-8deg); }
    29%  { transform: rotate(7deg); }
    31%  { transform: rotate(-5deg); }
    33%  { transform: rotate(4deg); }
    35%  { transform: rotate(-3deg); }
    37%  { transform: rotate(2deg); }
    39%  { transform: rotate(-1deg); }
    41%  { transform: rotate(1deg); }
    43%  { transform: rotate(0); }
    100% { transform: rotate(0); }    
}
.sp-animate {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
}