﻿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
}
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: #232323;
    background: #f0f0f0 url(/theme/img/body-bg.png);
}
/*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%;
}
@media (min-width: 992px) {
    .container {
		max-width: 100%
	}
	.container-header{max-width:100%;}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px
	}
}

@media (max-width: 768px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
		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/img/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: 1px;
    padding: 10px;
}
.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: 30px 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
}
header {
    display: block;
    width: 100%;
    height: auto;
    padding:  0;
    margin: 0 auto;
    border: none;
    outline: none;
    z-index: 4;
    position: relative;
    background: #e5e5e5;
    width: 100%;
    height: 60px;
    background: url(/theme/img/bg_header.jpg) top repeat-x;
}
header .container {
	margin-top: 0
}
header .wrapper{
    display: flex;
    padding: 3px 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.top-logo {
    float: left;
    height: 55px;
    width: 180px;
    margin-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
}
.top-logo img {
	max-width: 100%;
	float: left;
    max-width: 180px;
}
.wrap-menu-primary {
	float: left;
    width: calc(100% - 260px);
    padding: 0;
    height: 70px;
}

.top-header {
	float: right;
	width: 40%;
	padding: 14px 0 1% 10px;
	box-sizing: border-box
}

.searching form input {
	float: left;
	width: calc(100% - 50px);
	height: 38px;
	border: none;
	padding: 0 14px;
	background: #fefefe;
	border: 1px solid #ccc;
	border-right: none;
	box-sizing: border-box;
    border-radius:2px 0px 0px 2px;
}

.searching {
	position: relative
}

.searching form input:focus {
	/*border: 1px solid #a14840;*/
	border-right: none
}

.searching form select {
	border: none;
	padding: 6px;
	height: 30px;
	float: left;
	margin-right: 10px
}

.searching button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 38px;
    width: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #f67113;
    text-transform: uppercase;
    background: #dedede;
    border-radius: 0 2px 2px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.searching button i{font-size: 20px;}
.searching button:hover {
	background: #dbdbdb
}

.searching button:active,
.searching button:focus {
	background: #dbdbdb;
	outline: 0
}

.searching button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #e4e4e4;
	top: 9px;
	left: -8px
}

.searching button:hover:before {
	border-right-color: #dbdbdb
}

.searching button:focus:before,
.searching button:active:before {
	border-right-color: #dbdbdb
}

.searching button::-moz-focus-inner {
	border: 0;
	padding: 0
}

main .wrap{
    color: #454545;
	padding: 5px 0;
    min-height: 36px;
    line-height: 28px;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;*/
    margin-bottom: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-search {
    float: right;
    width: 320px;
    padding: 1px 2px 1px 2px;
    box-sizing: border-box;
    max-width: 360px;
}
/*
#htop{
	position: relative;
    font-size: 14.5px;    padding: 0 2px;
}
#htop ul{
	width: 100%;
    padding: 0;
}
#htop ul li ul li>a {
    padding: 0 0 0 2px;
    display: inline-table;
    height: 35px!important;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    color: #555;
    margin: 0;
}

#htop ul li ul li:hover>a {
	color: #c0392b;
}

#menu li:hover {
	opacity:0.9;
}
#htop ul li ul li:hover{
	background:#ededed;
}
#htop ul>li a {
    font-size: 14px;
    color: #444444;
    display: block;
    outline: 0;
    text-decoration: none;
    margin: 0;
    line-height: 40px;
    font-weight: 600;
}

#htop ul>li a.dropdown {
	padding-right: 14px
}
#htop ul>li a i.icon-list{
	width: 16px;
    height: 16px;
    background-position: -69px -17px;
    margin: 2px 10px 2px 0;
    background-image: url(/theme/images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
#htop ul>li{
	float:left;
}
#htop ul>li{
    max-width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 0;
}
#htop ul>li.account > a.account-name{
	word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
	text-align:left;
    text-transform: none;
}
#htop ul>li.vip a{
	background: #e5d039;
    border-radius: 23px;
    line-height: 1;
    padding: 6px;
    color: #26435f;
    font-weight: bold;
}
#htop ul>li.vip:hover{background:unset;}

#htop ul li:hover .dropdown_columns {
    left: unset;
    top: 40px;
    right: 0;
}*/
/*end htop*/
/*.header .header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
}

.header .header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
align-items: center;
justify-content: center;
width: calc(100% - 500px);
}

.header .header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width:280px;
}*/
.header-item-center{
    display: flex;
    align-items: center;
}
.header  .header-item-link{
    display:none;
}
.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*htop*/
.htop-label{
	float:right;
	position: relative;
    font-size: 14.5px;
}
.htop-label a{color:var(--color_palette_1)!important;}


#htop{
	float:right;
	position: relative;
    font-size: 14.5px;
}
#htop a{color:#183d6d;}
#htop ul{
	width: 100%;
    padding: 0;
}
#htop ul li ul li>a {
    padding: 0 0 0 2px;
    display: inline-table;
    height: 35px!important;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    color: #555;
    margin: 0;
}

#htop ul li ul li:hover>a {
	color: #dd163b;
}
/*
#menu li:hover {
	opacity:0.9;
}
#htop ul li ul li:hover{
	background:#ededed;
}*/
#htop ul>li a {
    font-size: 14px;
    color: #d7d7d7;
    display: block;
    outline: 0;
    text-decoration: none;
    margin: 0;
    line-height: 40px;
    font-weight: 600;
}

#htop ul>li a.dropdown {
	padding-right: 14px
}
#htop ul>li a i.icon-list{
	width: 16px;
    height: 16px;
    background-position: -69px -17px;
    margin: 2px 10px 2px 0;
    background-image: url(/theme/images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
#htop ul>li{
	float:left;
}
#htop ul>li{
    max-width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 0;
}
#htop ul>li.account > a.account-name{
	word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
	text-align:left;
    text-transform: none;
}
#htop ul>li.account > a.account-name .wallet{
    color:#dd163b
}
#htop ul>li.account > a.account-name:hover{
    color:#dd163b
}
#htop ul>li.vip a{
	background: #e5d039;
    border-radius: 23px;
    line-height: 1;
    padding: 6px;
    color: #26435f;
    font-weight: bold;
}
#htop ul>li.vip:hover{background:unset;}

#htop ul li:hover .dropdown_columns {
    left: unset;
    top: 40px;
    right: 0;
}
@media only screen and (max-width: 992px) {
      .htop-label{display:none;}
}
/*end htop*/
/*menu*/
nav.nav{
    background-color: #ffffff;
}


#menu li span.label-menu {
    font-size: 11px;
    top: -20px;
    background: #cc1818;
    line-height: 13px;
    padding: 2px 5px;
    right: 25px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    border-radius: 4px;
}
#menu > li a {
    font-size: 16px;
    color: #454545;
    display: block;
    outline: 0;
    text-decoration: none;
    padding: 15px 0 10px;
    position:relative;
}
#menu>li >a {
	text-transform: uppercase;
    font-weight: 700;
	line-height: 65px;
    padding: 0;
	letter-spacing: 0.2px;
    display: flex;
    align-items: center;
}
#menu>li a.dropdown {
	padding-right: 14px
}
#menu>li a.dropdown:after {
    content: " +";
}
#menu .dropdown_columns {
    margin: 0 auto;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    padding: 0;
    border-top: none;
    background: #fcfcfc;
    border: 1px solid #ededed;
    width: 400px;
    z-index: 9;
}
#menu .dropdown_column {
	width: 210px;
}
#menu li:hover .dropdown_columns {
	left: 0;
	top: auto
}
#menu .dropdown_columns .col_3 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px
}
#menu .col_3 {
	width: calc(33.333% - 10px)
}
#menu .col_2 {
	width: 270px
}
#menu .col_4 {
	width: 550px
}

#menu .col_5 {
	width: 690px
}

#menu{
    position:relative;
}
#menu > ul > li {
    display: inline-block;
    line-height: 2rem;
    margin-right: 1.5rem;
    text-align: left;
    line-height: 42px;
    position: relative;
    margin-bottom: 3px;
}

#menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #434343;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
    height: 35px;
    justify-content: space-between;
}
#menu > ul > li > a svg{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
#menu > ul > li.home > a svg{
    width: 26px;
    height: 26px;
    margin-right: 2px;
    margin-top: 2px;
}
#menu > ul > li > a svg path {
    fill: #333;
}
#menu > ul > li:hover svg path {
    fill: #f67113;
}
#menu > ul > li >  a i.fa-caret-down{
   margin-left:3px;
}
#menu > ul > li .menu-subs {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 15px;
    height: auto;
    margin-top: 0;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #f67113;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#menu > ul > li .menu-subs  > li {
  line-height: 1;text-align: left;
      padding-left: 10px
}

/*#menu > ul > li .menu-subs  > li > a {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    padding: 0.4rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: unset;
}*/
/*#menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/
#menu > ul > li .menu-subs.menu-mega > li
{
  display: block;
  line-height: 1;
}
#menu > ul > li .menu-subs.menu-mega > li > a{
  display: inline-block;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#menu > ul > li .menu-subs.menu-mega > li > a:hover{
    color:#d36e08;
}
#menu > ul > li .menu-column-1 {
    width: 240px;
    padding: 15px 8px;
}
/*  #menu > ul > li > ul > li a {
    font-weight: 500;
	height: 30px;
	padding: 0;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s
}*/

#menu > ul > li > ul > li a:hover {
	color: #d36e08
}
/*#menu > ul > li.menu-item-has-children > a.dropdown:after{
      content: " +";
}*/

#menu > ul > li .menu-subs.menu-column-4,
#menu > ul > li .menu-subs.menu-column-3,
#menu > ul > li .menu-subs.menu-column-2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  padding: 15px 8px;
}
/*#menu > ul > li .menu-subs.menu-column-1{width:160px;   }
*/#menu > ul > li .menu-subs.menu-column-4 > li{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 1rem;
}
#menu > ul > li .menu-subs.menu-column-3{
    min-width:390px
}
#menu > ul > li .menu-subs.menu-column-3 > li{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 10px;
}
#menu > ul > li .menu-subs.menu-column-2{
    min-width:270px
}
#menu > ul > li .menu-subs.menu-column-2 > li{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px;
}
#menu > ul > li .menu-subs.menu-column-4 > li .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #e91e63;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu > ul > li .menu-subs.menu-column-4 > li.text-center .title{
  text-align: center;
}

#menu > ul > li .menu-subs.menu-column-4 > li img.responsive{
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

#menu > ul > li .menu-subs.menu-mega > li > ul > li > a:hover,
#menu > ul > li .menu-subs > ul > li > a:hover {
  color: #b43627;
}

.header-item-right a:hover,
#menu > ul > li:hover > a {
  color: #eb7d2f;
}

@media only screen and (min-width: 993px) {
  #menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #menu > ul > li:last-child .menu-subs{right:0}
  .menu-section{text-align:left;}
}
.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}
.header-item-right .header-search{display:block;}
.menu .header-search{display:none;}
@media only screen and (max-width: 992px) {

  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
 
  
}

@media only screen and (max-width: 768px) {
    .menu-mobile-trigger {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 18px;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .menu-mobile-trigger span:nth-child(2), .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }

  #menu {
    height: 100%;
    z-index: 1099;
    background: #fafafa;max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  #menu.active {
/*    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);*/
    max-height: 400px;
  }
  
  #menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #menu > ul > li > a i.fa {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    font-size: 1.5rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  #menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem!important;
    line-height: 2.125rem!important;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  #menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  #menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  #menu .menu-mobile-header .menu-mobile-close {
    font-size: 1.25rem!important;
    line-height: 2.125rem!important;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  #menu .menu-mobile-header:not(.active) .menu-mobile-title:before{
    content: "";
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 42px;
    background-size: contain;
    display: block;
    margin-left: 15px;
    background-position: center;
  }
  #menu > ul > li > a{
      color:#2c2c2c;
  }
    #menu > ul > li {
        display: block;
        line-height: 1;
        margin: 0;
    }
    #menu .menu-section {
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 15px;
    }
  #menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu > ul > li .menu-subs.active {
    display: block;
  }
  #menu > ul > li .menu-subs.menu-column-4 > li,
  #menu > ul > li .menu-subs.menu-column-3 > li{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  #menu > ul > li .menu-subs.menu-column-4 > li img.responsive {
    margin-top: 0;
  }
  #menu > ul > li .menu-subs.menu-column-4 > li.text-center .title {
    margin-bottom: 1.25rem;
  }
  #menu > ul > li .menu-subs.menu-column-4 > li.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  #menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  #menu > ul > li .menu-subs.menu-mega > li > ul {
    margin-bottom: 1rem;
  }
  #menu > ul > li .menu-subs.menu-mega > li > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #menu li span.label-menu {
    top: 15px;
    right: 9px;
    }
  #menu > ul > li.home{display:none;}
  .header-item-right{display:none;}
}
@media only screen and (max-width: 550px) {
    .header-item-right .header-search{
        /*display:none;*/
        width: 100%;
        max-width: 100%;
    }
    .menu .header-search{display:block;}
   
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*end menu*/
/*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;
}
/*homepage*/
.homepage .onpage .scrolltext
{
    max-height: 280px;
}
.title-home-list {
    text-align: left;
    height: 38px;
    border-bottom: 3px solid #f67113;
    position: relative;
    margin-top: 5px;
    margin-bottom: 12px;
}
.title-home-list h2{
    height: 37px;
    line-height: 36px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #f64b13;
    display: inline-block;
    background: #f64b13;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 14px;
}
.title-home-list h2 a{color: #ffffff;}
.title-home-list h2 a i.fa{
    margin-right: 5px;
    transform: scale(1.2);
    transform-origin: right center;

}
.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*/

h2.title {
	padding: 7px 15px 8px 30px;
	color: #FFF;
	font-weight: 500;
}
/*slide */
.dbox{margin-bottom:10px;}
.slide-wrapper {
    padding-bottom: 0px;
}
.slide {
	margin-bottom: 10px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.slide .item {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0 5px 0 0;
	margin-bottom: 0;
    float: left;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.slide .item a {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 146%;
	position: relative;
	transition: all .3s;
}
.slide .item a 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-radius: 1px;
}
.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 a{
	position:relative;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}*/


.slide .item .caption {
	position: absolute;
	bottom: 0;
    padding: 3%;
    width: 100%;
	background: rgba(0, 0, 0, 0.8) 100% center no-repeat;
	border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
.slide .item .caption a {
	display: block
}
.slide .item .caption h3 {
    color: #FFF;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
    font-size: 14px;
    font-weight: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
}

.slide .item .caption p {
    color: #FFF;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
    font-size: 12px;
    margin-bottom: 0;
}


.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)
}
 .owl-theme .owl-controls{
    text-align:center;
}
.owl-buttons{
    position:absolute;
    top:0;
    left:0;
}
.owl-theme .owl-controls .owl-buttons div{
    height:40px;
    width:40px;
    cursor: pointer;
}
.owl-prev{
    float:left;
    background:url(../icons/arrows.png) top left no-repeat
}
.owl-prev:hover{
    background-position:0 100%
}
.owl-next{
    float:right;
    background:url(/theme/icons/arrows.png) top left no-repeat;
    background-position:100% 0;
    margin-right:5px
}
.owl-next:hover{
    background-position:100% 100%
}

/*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*/
.listing{
    width: 100%;
    margin: 0 auto;
}
.listing .inner {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
}
.listing .item {
    width: calc(50% - 4px);
    background-color: #fff;
    padding: 12px;
    clear: both;
    font-size: 14px;
    margin-bottom: 8px;
}

.listing .item .cover {
    width: 112px;
    overflow: hidden;
    margin-right: 12px;
    float: left;
}
.listing .item .cover .item-info {
    width: calc(100% - 124px);
    float: left;
}
.listing .item .cover a {
    width: 100%;
    padding-bottom: 148%;
    position: relative;
    overflow: hidden;
    background: #eee;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
.listing .item .cover a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*.listing .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;
}*/
.listing .item h3{
    margin-bottom:6px
}
.listing .item .view {
    margin-bottom: 5px;
    color: #444;
}
.listing .item  .view i.fa{margin-right:5px;}

.listing .item p.line{
    font-size: 13.5px;
    margin-bottom: 0px;
    color: #424242;
}
.listing .item p.line > span{
	   font-weight: 500;    width: 74px;
}
.listing .tag{
    border-top:none;
    margin:5px 0!important;
    padding:1%;
    float:left;
    width:98%
}

.listing .item h3 a:hover{
    text-decoration:underline
}

.listing .item p._3line a{
    font:400 12px Tahoma;
    color:#f67113
}
.listing .item p a:hover{
    text-decoration:underline
}
.listing .item p a{
    color:#323232;
}
.listing .item p a:hover{
    text-decoration:underline
}

@media (max-width: 768px) {

	.listing .item {
		width: 100%;
		margin: 0 0 10px
	}
}
@media (max-width: 550px) {
	
	listing .item a.cover{
		width: 120px!important;    margin-right: 10px;padding-top: 184px;margin-top: -40px;
	}
}
@media (max-width: 340px) {
	.listing .item img {
		width: 50%
	}
}

.sts {
	padding-left: 0;
	color: #444;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 12px
}

.itemupdate li:first-child {
	margin-bottom: 10px
}

.itemupdate {
    text-align: left;
    width: 100%;
	border-bottom: 1px dashed #CCC;    padding: 5px 0;
}
.itemupdate:before,.itemupdate:after{
	content: " ";
    display: table;
    clear: both;
}
.itemupdate > div{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}
.itemupdate .iname{
    width: calc(100% - 370px);
    float: left;
    position: relative;
}
.itemupdate .iname .status{
    position: absolute;
    right: 5px;
    top: 0;
}
.itemupdate .iname h3 i.fa {
	padding-right: 5px;
    line-height: 14px;
    font-size: 16px;
	}
.itemupdate .iname i.fa:before{
	content: "\f105";
    font-weight: bold;
}
.itemupdate .icate{
    width: 200px;
    float: left;
    font-size: 13px;
    letter-spacing: -0.3px;
}
.itemupdate .icate a{
	    color: #4E4E4E;
}
.itemupdate .icate a:hover{
	    color: #4E4E4E;
		text-decoration:underline;
}
.itemupdate .ichapter{
    width: 85px;
    float: left;
    font-size: 14px;
    font-family: arial;
}
.itemupdate .ichapter a{
        color: #d3844a;
}
.itemupdate .ichapter a:hover{
     text-decoration:underline;
}
.itemupdate .iupdated{
    opacity: 0.8;
    width: 85px;
    float: left;
    padding: 0 2px 0 10px;
    font-size: 13.5px;
    font-family: arial;
}
.itemupdate .cover {
	float: left
}

.itemupdate .cover img {
	border: 1px solid #eaeaea;
	width: 66px;
	height: 96px;
	float: left
}

.itemupdate ul {
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 80px);
	margin: auto auto auto 8px;
	height: 95px
}

.itemupdate ul li span {
	float: left;
	width: 90%;
	color: #003555
}

/*.itemupdate i {
	float: right;
	color: #999;
	font-size: 9px;
	margin-top: 2px;
	padding-right: 2px
}*/

.itemupdate .iname h3 a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #484747;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    line-height: 40px;
}

.itemupdate .iname h3 {
	float: left;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 94%
}

.itemupdate .iname h3 a:hover {
	text-decoration: underline
}

.itemupdate li {
	height: 22px
}

.xem-them {
    float: left;
    width: 100%;
    line-height: 43px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background: #332f2f;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    cursor: pointer;
}
.xem-them:hover {
	background: #4c4848
}
/*maincol*/

.mainCol
{
	width: 100%;
	margin-right: 14px;
	overflow: hidden;
	margin-bottom: 10px!important;
	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;
}
.mainCol .bg-wrap,
.listCol .bg-wrap{background: linear-gradient(0deg, #fff 0%, #f6f6f6 100%);padding: 15px;width: 100%;}
.mainCol .mLeftCol{
    max-width: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    margin-right: 25px;
}
.mainCol .mRightCol{
max-width: calc(100% - 245px);
    -ms-flex-preferred-size: calc(100% - 245px);
    flex-basis: calc(100% - 245px);    float: right;
}
.book-content .mLeftCol{
	margin-top:5px;
}
.book-content .mRightCol{
	margin-top:0;
}
.main-wrapper {
	 padding-top: 15px;
}.main-wrapper.is-sbs {
    display: flex;
    justify-content: space-between;
}
.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;
}
.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;
   }
/*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;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.main-title .line {
    display: block;
    background: #f67113;
    height: 4px;
    width: 100%;
    flex: 1;
}
.main-title .line:first-child {
    width: 10px;
    height: 10px;
    flex: unset;
    background: #f67113;
}
.main-title h3{color:#333;font-size: 17px;font-weight: 700;}
.main-title h2{    color: #f67113;
    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: #f67113;
	padding: 6px 15px 7px 2px
}

.daily-update .update-title {
	margin-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-left: 36px;
}

.daily-update .update-title:before {
    content: "\f18e";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 30px;
    font-size: 22px;
    position: absolute;
    top: 9px;
    left: 9px;
}
.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: #f67113
}

.item-chapter span {
	float: none
}

.new-chap a:visited,
.new-chap a:hover,
.new-chap a:active,
.sts:visited {
	color: #d63f2f
}

.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;
}

.pagination  a.quantitychapter {
	margin-right: 0
}

.quantitychapter {
	color: #FFF!important;
	float: right!important
}

.pagination a:hover,.pagination a.active  {
	background: #248d83;
	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
}
.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;
}

/*.full:hover,*/

.new:hover,
.phaixem:hover,
.muoitam:hover,
.sieu-pham:hover {
	text-decoration: none!important
}
/*
.full:before {
	content: 'F'
}*/

.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
}

.pagination  .group-qty {
	display: none
}

.hide {
	display: none
}
.homeCol {
    float: left;
    width: calc(100% - 440px);
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 20px;
}
.homeRightCol{
	float: left;
	width: 430px;
	overflow: hidden
}
.detailCol,
.listCol{
    float: left;
    width: calc(100% - 440px);
    overflow: hidden;
    margin-right: 10px;
    padding-top: 0;
}
.detailRightCol,
.listRightCol{
	float: left;
	width: 430px;
	overflow: hidden;
	padding-top: 0;
}

@media screen and (max-width: 1199px) {
    .homeCol {
        width: calc(100% - 390px);
    }
    .homeRightCol {
        width: 380px;
    }
}
@media screen and (max-width: 992px) {
    .main-wrapper.is-sbs{display:block;}
    .homeCol {
		float: unset;
		width: 100%;
		overflow: hidden;
		margin-right: 0;
	}
	.homeRightCol {
		width: 100%;
		margin: 10px 0 0
	}
}



.sidebar .poster{
	margin-top: 0;
}
.book-info .poster{    width: 220px;
margin-bottom: 10px;}
.book-info  .poster img{max-width:100%;    width: 100%;}
.detailCol .mainCol h1{
    color: #343333;
    padding: 0 10px 6px 0;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 5px;
    -webkit-line-clamp: 3;
}
.detailCol .book-meta .line{
        display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
}
.detailCol .book-meta .line  .line-icon {
    width: 26px;
    height: 26px;
    position: relative;
    border-radius: 50%;
    background-color: #f67113;
    margin-right: 15px;
}
.detailCol .book-meta .line .line-icon i {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.detailCol .book-meta .line .line-content {
    width: calc(100% - 43px);
}
.detailCol .bookmark-icon {
    width: 182px;
    height: 50px;
    background-image: url(/theme/img/bookmark.png);
    background-size: cover;
    cursor: pointer;
}
.detailCol .book-meta .line.rating .title{
    float:left;
}
.detailCol .book-meta .line.rating .result{
    float:left;
    margin-left:10px;
}
.detailCol .book-meta .line.rating #rate_row_cmd{
    display: block;
    clear: both;
}
.detailCol .book-rating{
	text-align: center;
}
/*header-info*/
.title-list{
    margin-bottom: 20px;
    padding: 10px 10px 5px;
    background: #fff;
}
.title-list h1{
    text-transform: uppercase;
    font-size: 20px;
    color: #2f2f2f;
    border-bottom: 1px solid #CCC;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 600;
}
.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
}
.widget.suggest h3.title{
	color: #ffffff !important;
}
.widget.suggest h3.title span:before{
    content: "\f0a4";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 28px;
    height: 20px;
    font-size: 19px;
    position: absolute;
    top: 8px;
    left: 6px;
}

.widget.recently h3.title span:before{
    content: "\f01d";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 28px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    top: 8px;
    left: 6px;
}

.suggest .item{
    width: 100%;
    height: auto;
    background: #fefefe;
    margin: 0px 0;
    box-sizing: border-box;
    padding: 2px 0 2px 20px;
    border-bottom: 1px solid #ececec;
    position: relative;
    background: linear-gradient(90deg, rgb(250 250 248 / 74%), rgb(255 255 255));
}

.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:before{
    content: "\f18e";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 20px;
    height: 20px;
    font-size: 16px;
    padding-top: 2px;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #f67113;
}
.suggest .item  a{
    width: calc(100% - 28px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14.5px;
    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;
}

.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{
	padding-left: 10px;
	text-shadow: 0 0 5px #ffbd66
}



.day-title,
.week-title {
	padding: 6px 15px!important;
	position: static;
	cursor: pointer
}

.day-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;
    position: relative;
    padding-left: 30px;
}
.doc-tiep-item h3 a:before {
    content: "\f01d";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 22px;
    height: 22px;
    font-size: 22px;
    padding-top: 2px;
    position: absolute;
    top: 9px;
    left: 5px;
    color: #ababab;
}
.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: 34px;
	text-shadow: 0 0 5px #ffbd66;
}
.doc-tiep-item{width:100%;}
.doc-tiep-item h3{
    width: 100%;
    padding: 4px 2px;
}
/*home item*/

.item-info .description, .manga-name, .si-sum, .text-cut{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chapter-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#contentstory{
    background-color: #fff;
}
#contentstory .inner{
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
}
#contentstory .item{
    width: 50%;
    padding: 10px;
    clear: both;
}#contentstory .item::after {
    display: block;
    clear: both;
    content: "";
}
#contentstory .item .cover {
    width: 70px;
    padding: 2px;
    background-color: transparent;
    border: 1px solid #d7d7d9;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}
#contentstory .item .cover a{
    width: 100%;
    padding-bottom: 148%;
    position: relative;
    background: #eee;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
#contentstory .item .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#contentstory .item .info{
    width: calc(100% - 98px);
    float: left
}
#contentstory .item .info h3 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f67113;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#contentstory .item .info h3 a{
    color: #f67113;
}
#contentstory .item .info .latest{
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}

#contentstory .item .info .latest .chap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

#contentstory .item .info .latest .chap .chapter-name {
    font-size: 13px;
    color: #111 !important;
    max-width: calc(100% - 80px);

}
#contentstory .item .info .latest .chap a:before {
    content: "»";
    margin-right: 5px;
}
#contentstory .item .info .latest .chap .time{
    font-size: 11px;
    color: #999;
    font-style: italic;
}
@media only screen and (max-width: 550px) {
  
    #contentstory .item{width:100%;}
}
.chapter-list {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}
.chapter-list .inner {
    padding: 10px;
    background-color: #fff;
}
.chapter-list .reading-list {
    max-height: 390px;
    overflow: auto;
    font-size: 13px;
}
.chapter-list .reading-list .item {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 2px 0;
}
.chapter-list .reading-list .item:nth-child(2n) {
    background-color: #f6f6f6;
}
.chapter-list .reading-list .item .item-name {
    padding: 6px 0;
    font-weight: 500;
    width: calc(100% - 140px);
    flex-shrink: 0;
    padding-right: 20px !important;
}
.chapter-list .reading-list .item .item-name:before{
    content: "»";
    margin-right: 2px;
    font-size: 18px;
}
.chapter-list .reading-list .item .item-time {
    text-align: right;
    width: 120px;
    flex-shrink: 0;
}
/*widget*/
.widget .all{
    display: flex;
    flex-direction: column;
}
.widget{
	margin-bottom: 25px;
}
.widget h3.title{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border-bottom: 2px solid #f67113;
    margin-bottom: 5px;
}
.widget h3.title span {
    background: #f67113;
    color: #ffffff;
    padding: 7px 15px 7px 31px;
    line-height: 32px;
    position: relative;
}
/*widget tag*/
.widget.tags h3.title {
    font-weight: 500;
}
.widget.tags h3.title span:before{
    content: "\f02b";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 30px;
    height: 20px;
    font-size: 19px;
    position: absolute;
    top: 9px;
    left: 7px;
}

.genres-list {
    position: relative;
    background-color: #fff;
}
.genres-list .gen-row {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap
}

.genres-list .gen-row:nth-child(even) .item {
    background-color: #f6f6f6
}

.genres-list .gen-row .item {
    width: 33.33%;
    padding: 7px 8px 6px;
    line-height: 1;
}

.genres-list .gen-row .item a {
    font-size: 14px;
    line-height: 1.3;
    color: #383838;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%
}

.genres-list .gen-row .item a:hover {
    color: #f1c40f!important
}

.genres-list .gen-row .item a.focus {
    font-weight: 600;
    color: #c0392b
}
.genres-list .gen-row.is-head {
    border-bottom: 2px solid #3498db;
}
/*end widget tag*/
.list-title {
    background: #252525;
    padding: 7px 15px 8px 12px;
    border-radius: 29px;
    text-align: center;
}

.rightCol {
	float: left;
	width: 25.641%;
	min-height: 200px
}

.breadcrumbs {
    background: #248d83;
    position: relative;
    margin-bottom: 10px;
}
.breadcrumbs  .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    list-style: none;
    font-size: 14px;
    border-radius: 0;
    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;
    font-weight: 400;
    color: #f7f7f7;
    position: relative;
}

.breadcrumb p {
	margin-left: 0;margin-bottom: 0;
}

.breadcrumb a:hover {
	text-decoration: underline
}
.breadcrumbs a {
	color: #f7f7f7;
}
.breadcrumb>li {
    display: inline-block;
}
/*.breadcrumbs .separator {
	padding: 0 5px
}*/
.breadcrumbs li:before {
    content: "/\00a0";
    padding: 0 5px 0 7px;
    color: #f7f7f7;
}
.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: 22px;
	box-sizing: border-box;
	font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

.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;
    margin-bottom: 15px;
}
.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 img {
    max-width:100%;    display: block;
}
.book-info .db-poster {
    width: 220px;
    float: left;
}
.book-info-content {
    float: left;
    width: 100%;
    border-top: 1px dashed #f67113;
    margin-bottom: 10px
}
.book-info-content a {
    color: #0830FF
}
.noidung {
    font: normal 14px Tahoma;
    color: #f67113
}
.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: #f67113
}
.book-info-chapter {
    width: 100%;
    background: #fff;
}
.comment-info {
    width: 100%;
    margin-bottom: 10px;
}
.comment-info .title{
    color: #5077bf;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    display: block;
}
#chapter {
    position: relative;
    width:100%;
    margin-bottom: 10px;
}
#chapter-list {
    position: relative;
    width:100%;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
    overflow:hidden;
}
#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 .pagination  {
    -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;
}
/*#chapter .pagination  .button-page {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/


#chapter .pagination:after,#chapter .pagination:before{
	display: table;
	content: " ";
	clear: both
}
#chapter .pagination   a {
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    float: left;
    position: relative;
    margin-right: 10px;
    color: #636363;
    font-weight: 500;
    font-size: 13.5px;
    opacity: 0.95;
}
#chapter .pagination   a{background: #eee;padding: 0px 12px}
#chapter .pagination   a.active,
#chapter .pagination   a:hover{background: #f8a95a ;color:#fff}
#chapter .pagination   a  span{
           font-size: 24px;
    line-height: 30px;
}
#chapter .pagination   a  span.arrow{
    font-size: 16px; padding-left:4px;padding-right:4px;
}
.book-info-chapter .title-list-chapter{
    display: flex;
    justify-content: left;
    font-weight: 600;
    color: #f67113;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f67113;

    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}
.book-info-chapter .title-list-chapter span.title{
    width: calc(100% - 210px);
}
.book-info-chapter .title-list-chapter .frmgoto{
    float: right;
    width: 210px;
}
.book-info-binh-luan {
    float: left;
    width: 100%
}
.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 #gioithieu {
    margin-top: 0px;
    line-height: 1.45;
    color: #3e3e3e;
    width: 100%;
    text-align: justify;
    margin-bottom: 0;
    float: left;
    overflow: hidden;
    border-radius: 3px;
    padding: 15px;
    border-top: 1px dashed #f67113;
    border-top-width: 1px;
    border-top-style: dashed;
    font-size: 14px;
    background: #fff;
}
.detailCol #gioithieu .inner .title{
    color: #f67113;
    margin-bottom: 8px;
    font-weight: 600;
}
.detailCol #gioithieu .warning
{
    background: #fff1b3;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 13.5px;
    color: #27406c;
    font-weight: 500;
}
.detailCol #gioithieu .warning .color{
    color: #e31313;
}
.detailCol #gioithieu p:last-child{
    margin-bottom:0;
}
.detailCol #gioithieu iframe {
    max-width: 100%
}
.detailCol #gioithieu img {
    max-width: 100%
}
.detailCol #gioithieu .scrolltext > h3 {
	color: #e38f42;
    margin: 5px 0 12px;
    font-weight: 500;
    font-size: 14.5px;
}

 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{
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}
.btn_truyen {
    font-size: 14px;
    background-color: #31a95b;
    color: #fff;
    border-bottom: 2px solid #26904b !important;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s;
}
.btn_truyen:hover{
    opacity:0.9;
}
.findchap {
    padding: 1px 2px 1px 2px;
    box-sizing: border-box;
    max-width: 230px;
    margin: 0px auto;
    display: block;
    float: unset;
}
.frmgoto .findchap  input {
    float: left;
    width: calc(100% - 70px);
    height: 35px;
    border: none;
    padding: 0 7px;
    background: #fefefe;
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    border-radius: 2px 0px 0px 2px;
    font-size: 15px;
}
.frmgoto .findchap .form-inner{position:relative;}
.frmgoto .findchap  button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 35px;
    width: 70px;
    font-size: 13px;
    font-weight: 600;
    color: #f0f0f0;
    background: #31a95b;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: inherit;
    border-bottom: 2px solid #26904b !important;
}
.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*/
/*footer*/
footer {
	min-height: 43px;
	width: 100%;
    margin-top: 0;
    padding: 0;
	width: 100%;
    z-index: 2;
    position: relative;
    background-color: #222;
    border-top: 1px solid #555;
    color: #fff;
    -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);
}

.footer-content {
	width: 1170px;
	margin: 0 auto;
	font-size: 13.5px;
    line-height: 1.5;
    font-weight: normal;
	color: #fff;
	padding: 25px 0px 20px;
}

.footer-content a {
	color: #fff;
	font-weight: 500
}

.footer-content a:hover {
	text-decoration: underline
}
.footer-content .tag-list {
	    text-align: right;
}
.footer-content .tag-list a{
	font-size: 12px;
    white-space: nowrap;
    background: #F3F3F3;
    color: #4E4E4E;
    border: 1px solid #E8E8E8;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 2px 2px 0;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
    -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
    -ms-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
    -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
}
.footer-content .tag-list a:hover {
    color: #ab8445;
    background-color: #efe6da;
    border: 1px solid #efe6da;
}
.footer-content .contact{
    float:right;
	bottom:0;
}
.footer-content .contact a:hover{
	text-decoration:underline;
}
.footer-content .below .copyright{
    font-size: 13.5px;
    float: left;
    font-weight: 500;
    color: #f2f2f2;
}
/*footer {
	background: #4a4a4a!important
}*/
.footer-content .left,
.footer-content .right {
	float: left;
	box-sizing: border-box
}

.footer-content:after,
.footer-content:before {
	display: table;
	content: " ";
	clear: both
}

.footer-content .left {
	padding-right: 20px;
	width: 52%
}
.footer-content .left img.logo{
	max-width: 260px;
    
}
.footer-content .right {
    padding-left: 20px;
    width: 48%;
    padding-bottom: 35px;
    position: relative;
}
.footer-content .right h3{margin-bottom:20px;}
.footer-content .right .backtop{
	border: 2px solid #3e3e3e;
    width: 19px;
    height: 19px;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
}
.footer-content .left p {
	margin-bottom: 8px;
}

.footer-content .right a.button {
	font-weight: 400;
	background: #dadada;
	padding: 3px 6px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 8px;
	display: inline-block;
	float: right;
	color: #555
}

@media (max-width: 992px) {
	.footer-content .tag-list{display:none;}
}
@media (max-width: 768px) {
	.footer-content .left, .footer-content .right {
		padding:10px 0!important;
		width: 100%!important
	}
	/*.footer-content .right a {
		float: left
	}*/
	.footer-content .left p:last-child{display:none;}
}
.footer-content .links a{
    font-weight: 700;
    color: var(--color_palette_1)!important;
    font-size: 15px;
}
.footer-bottom {
    display: flex;
    width: 100%;
    background: #eeeeee;
    padding: 10px 12px 8px 12px;
    color: #1b1b1b;
    font-size: 13.5px;
    font-weight: 500;
}

.footer-bottom ul {
	display: block;
	width: 100%;
	opacity: .8;
	max-width: 1170px;
	margin: 0 auto
}

.footer-bottom ul li {
	display: inline-block;
	width: unset;
	margin-right: 10px
}

.footer-bottom ul li:after {
	display: inline-block;
	content: "⁄";
    color: #1d485e;
	margin-left: 10px
}

.footer-bottom ul li:last-child:after {
	display: none
}

.footer-bottom ul li a {
	color: #1d485e;
}

.footer-bottom ul li a:hover {
	text-decoration: underline
}
.footer-bottom .siteby {
    text-align: center;
    line-height: 18px;
    padding: 0px 0 0px;
    opacity: 0.7;
    display: inline-block;
    width: 110px;
}
.footer-bottom .siteby:hover{opacity:0.9}
.footer-bottom .siteby img {
    width: 49px;
    margin-bottom: 0px;
}
/*end footer*/
/*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{

}
#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
    }
}
/*end popup*/



@media (min-width: 1200px) {.slide .item:hover {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
	}
}

@media (max-width: 1200px) {
	.footer-content {
		width: 100%
	}
	.leftCol {
		width: 58%;
		margin-right: 1%
	}
	/*.middleCol {
		width: 41%;
		margin: 0
	}*/
	.top-logo img {
		float: none;
		margin: 2px 0;
		display: block
	}
	nav.wrap-menu-primary {
		float: right
	}
	.menu-primary {
		width: 100%
	}
	.user-options {
		margin-top: 10px
	}
	.sts {
		font-size: 11px
	}
}

@media (max-width: 1033px) {
	.comments {
		width: 100%
	}
	.info-top-chapter {
		width: 96%;
		padding: 2%
	}
	.vung-doc {
		padding: 19px 1%
	}
	footer {
		width: 100%
	}
}

@media (max-width: 992px) {
	.bred_doc {
		width: 100%
	}
	.detaiCol {
		width: 100%;
		margin: 0
	}
	.detaiRightCol {
		width: 100%;
		margin: 10px 0 0
	}
	.detailRightCol, .listRightCol{max-width: 760px; width: 100%;}
	.detailCol, .listCol{width:100%}
	
	.footer-content {
		width: 100%;
	}
	.style-trang-doc {
		width: 100%;
		padding: 5px 0!important
	}
	nav.wrap-menu-primary{
		    order: 1;
		width: 42%;
	}
	/*#menu>li a,
	#menu>li.vip a{
		margin: 7px  0;
	}*/
	.top-logo{order:2;}
	.top-header{order:3;}
	header{padding:0;}

	.book-3d .book-info-pic img {
		height: 300px;
		width: 194px;
	}
	.itemupdate .iupdated{display:block;width: 110px;}
	.itemupdate .iname {
		width: calc(100% - 286px);
	}
}

@media (max-width: 820px) {

	.top-logo {
	width: 185px;
    margin-right: 1.5%;
	}
	.top-logo img {
		margin: 0px auto;
	}
	.wrap-menu-primary {
		float: left;
		width: 40%;
		padding: 0
	}
	.top-header {
		float: right;
		width: 40%
	}
	nav.wrap-menu-primary {
		order: 0;
		width: calc(100% + 10px);
		background: #5c5c5c;
		margin: 0 -5px;
	}
	#menu>li a {
		padding: 7px 0;
	}
	#menu>.s-hidden {
		display: none
	}
	.mainCol .mLeftCol {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
		max-width: 350px;
		margin: 0 auto;
	}
	.mainCol .mRightCol {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.book-3d {
		margin: 20px auto 30px;
		-moz-perspective: 300px;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		/* float: left; */
		width: 240px;
		text-align: center;
		/* margin: 0 auto; */
		display: flex;
	}
	.mainCol .mRightCol h1 {
		text-align: center;
		padding: 0 0 6px;
		font-size: 22px;
	}
	.mainCol .book-share {
		height: 28px;
		text-align: center;
		margin: 0 auto;
		width: 300px;
	}
	.book-info-top .book-rating {
		margin-bottom: 15px;
		margin-top: 5px;
		margin-left: 12px;
		text-align: left;
	}
	.dropdown_columns .col_3{width:100%;}
	.dropdown_columns{width:200px;}

	.relate-wrapper .item:nth-child(5),.relate-wrapper .item:nth-child(6) {
		display:none;
	}
	.relate-wrapper .item {
		width: 25%;
	}
}

@media (max-width: 768px) {

	.hidden-sm {
		display: none
	}
	#top {
		display: block
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-12 {
		width: 100%
	}
	#menu>.s-hidden {
		display: block
	}
	/*.footer-content {
		width: 98%!important;
		margin: 0 auto
	}*/
	.container-top {
		width: 98%;
		margin: 0 auto
	}

	.top-logo {
		width: 180px;
		float: left;
		margin: 0;
	}
	.top-header {
		width: calc(100% - 190px);
		padding: 9px
	}
	.searching button {
		text-transform: unset;
	}
	.wrap-menu-primary {
		width: 98%;
		margin-top: 0!important;
		padding: 0 1%
	}
	.menu-primary {
		width: 100%
	}
	.menu-primary li {
		border-radius: 3px
	}
	.top-logo img {
		margin: 0;
		max-width: 100%;
	}
	.searching {
		width: 100%;
		float: left
	}
	.searching form {
		width: 100%
	}
	.searching form input {
		/*width: calc(100% - 75px);*/
		margin: 0;
		padding: 0 38px 0 5px;
		/*height: 32px*/
	}
	.searching button:before {
		top: 8px
	}
	.pagination  {
		width: 98%;
		margin-left: 1%
	}
	.searching form select {
		display: none
	}
	.menu-primary>li>a {
		padding: 7px 0!important
	}
	#menu>li a.drop {
		padding-right: 14px!important
	}
	/*#menu .fa.fa-angle-down {
		top: 30%
	}*/
	.itemupdate {
		width: 100%
	}
	#div--q a.display_box span {
		font-size: 12px
	}
	#div--q a.display_box span.sub-name {
		font-size: 90%
	}
	#div--q {
		margin-top: 32px
	}
	.itemupdate {
		width: 100%
	}
	.sts {
		font-size: 12px
	}
	

	.full-wrapper .full-book .caption h3{font-size:14px;}
	.full-wrapper .full-book .caption .label-full {
		padding: 1px 2px 2px;
		font-size: 12px;
	}
	.itemupdate .icate{display:none;}
	.itemupdate .iname {
		width: calc(100% - 115px);
	}

    header{height:unset;}
    header .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .header .header-item-right{display: none;}
}

@media (max-width: 550px) {
	.btn_truyen {
		width: 100%;
		margin: 0;
		margin-bottom: 5px
	}
	.breadcrumb {
		font-size: 13px
	}
	.top-header {
		width: calc(100% - 175px)
	}
	/*.searching form input {
		width: calc(100% - 50px)
	}*/
	.top-logo {
		width: 160px;    height: 60px;
	}
	.header .header-item-right {
		/*width: calc(100% - 175px);*/
		width: 100%;
	}
	.header .header-item-link{
		width: 50%;display:block;
	}
	.header .header-item-link a{
		color: #ffffffe0;
		font-size: 13px;
		background: linear-gradient(133deg, rgb(244 188 110 / 97%), rgb(225 100 16));
		padding: 2px 6px 3px;
		border-radius: 4px;
		font-weight: 500;
	}
	.menu-mobile-trigger{
		position: absolute;
		top: 22px;
		right: 14px;
	}
	header .wrapper{
		height: auto;
		padding-bottom: 5px;
	}
	.searching button {
		width: 50px
	}
	.top-header .searching button span {
		display: none
	}

	/*.slide .item:nth-child(13),
	.slide .item:nth-child(14),
	.slide .item:nth-child(15),
	.slide .item:nth-child(16){display:none;}
	.slide .item {
		width: 33.33%;
	}
	.slide .item:nth-child(3n+1) {
	   clear: both;
	}*/
	.full-wrapper .full-book .item{width:33.33%;}
	.full-wrapper .full-book .item:nth-child(3n+1) {
		clear: both;
	}
	
	.full-wrapper .full-book .item:nth-child(10),
	.full-wrapper .full-book .item:nth-child(11),
	.full-wrapper .full-book .item:nth-child(12)
	{display:none;}
	.itemupdate .ichapter{display:block;}
	.itemupdate .ichapter,.itemupdate .iupdated{
		height: 28px;line-height:28px;
	}
	.itemupdate .iname {
		width: 100%;
	}
	.relate-wrapper .item {
		width: 50%;
	}

	.itemupdate .iname {
		width: 100%;
	}
	#chapter-list ul {
		margin-right: 0;
		width: 100%;
	}
	.listCol .bg-wrap{background:unset!important;}
	.listCol .bg-wrap{
		padding: 0px;
		border: 0;
	}

	
	.title-list {
		padding: 0;
	}
	.onpage{padding: 15px 5px;}
	.lstbtn{
		padding: 0 10px;
		display: flex;
		background: #fafafa;
		align-items: center;
		align-content: stretch;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.lstbtn .findchap{
		width: 100%;
        max-width: 100%;
	}
	.lstbtn > a{
		padding-right: 10px;
	}
}

@media (max-width: 500px) {
	main .wrap{font-size: 13px}
	.breadcrumbs a {
		font-size: 13.5px
	}
	#facebook ._pup {
		display: none
	}
	.chapter-list {
		padding-bottom: 74px
	}
	
	.slide {
		padding-top: 0;
		border: none
	}
	.container-top {
		width: 100%;
		margin-top: 0!important
	}
	section.container {
		margin: 0 auto!important
	}
	.item-name {
		width: 60%
	}
	.item-chapter {
		display: none
	}
	.item-author-name {
		padding-left: 2%;
		width: 36%
	}
	.update-slide {
		display: none
	}
	.middleCol {
		width: 100%;
		margin: 10px 0 0
	}
	.homeRightCol {
		width: 100%;
		margin: 10px 0 0
	}
	.rightCol {
		width: 100%;
		margin: 10px 0 0
	}
	.book-info-pic {
		width: 80%!important;
		margin: 0 auto 15px;
		text-align: center;
		float: none
	}
	.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
	}
}


@media screen and (max-width: 1200px) and (min-width: 992px) {
   /*.slide .item:nth-child(15),
   .slide .item:nth-child(16){display:none;}
   .slide .item {
		width: 14.2857%;
	}
   .slide .item:nth-child(7n+1) {
	   clear: both;
	}*/
}
@media screen and (max-width: 991px) and (min-width: 551px) {
/*   .slide .item:nth-child(15),
   .slide .item:nth-child(16){display:block;}
   .slide .item {
		width: 25%;
	}
   .slide .item:nth-child(4n+1) {
	   clear: both;
	}*/

   .full-wrapper .full-book .item{width:25%;}
   .full-wrapper .full-book .item:nth-child(5n+1) {
	   clear: both;
	}
   .full-wrapper .full-book .item:nth-child(11),
   .full-wrapper .full-book .item:nth-child(12){display:none;}
}

/*contact*/

.boxaz{
    margin-top: 15px;width: 100%;background: #fff;padding: 10px 0;
}
.form-contact {
    margin: 25px 0;
    max-width: 600px;
}
.form-contact form{
    position: relative;
}
.form #contact h3.title {
    font-size: 18px;
}
.form-contact #contact input {
    width: 100%;
    height: 38px;
    border: none;
    padding: 12px 13px;
    background: #fefefe;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 2px;
}
.form-contact #contact textarea {
    width: 100%;
    display: block;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 12px 13px;
}
.form-contact #contact input:focus,
.form-contact #contact textarea {
    border: 1px solid #ccc;
    outline:unset;
}
.form-contact #contact .input-group {
    margin-bottom: 15px;
}
.form-contact #contact label {
    font-size: 14px;
    cursor: pointer;
}

.form-contact #contact button {
    background-color: #398439;
    border-color: #255625;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #f7f7f7;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    cursor: pointer;
}
.form-contact #contact button:hover,
.form-contact #contact button:active{
    background-color: #008d4c;
}
.form-contact #contact .loader {
    background: rgba(127, 127, 127, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 12px;
    font-size: 14px;
    font-style: italic;
    color: #454545;
    margin-top: 3px;
}
.form-contact #contact .loader img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 56%;
    left: 48%;
}
.form-contact #contact .form-alert p.success {
    padding: 0;
    color: #5eb500;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center;
}

.form-contact #contact .form-alert p.error {
    padding: 0;
    color: #ff9494;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    text-align: center;
}
/*end contact*/
#flyer {
    visibility: hidden;  
    opacity: 0;             
    transition: opacity 0.7s ease; 
    position: fixed;
    right: 12px;
    top: 50%;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1000;
    border-radius: 10px;
}
#flyer.show {
    visibility: visible;
    opacity: 1;     
}
#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: 0;
}
.close-btn svg {
    width: 10px;
    height: 10px;
    fill: black;
}
@keyframes ring {
  0%   { transform: rotate(0); }
  1%   { transform: rotate(15deg); }
  3%   { transform: rotate(-13deg); }
  5%   { transform: rotate(16deg); }
  7%   { transform: rotate(-15deg); }
  9%   { transform: rotate(15deg); }
  11%  { transform: rotate(-13deg); }
  13%  { transform: rotate(13deg); }
  15%  { transform: rotate(-11deg); }
  17%  { transform: rotate(10deg); }
  19%  { transform: rotate(-10deg); }
  21%  { transform: rotate(8deg); }
  23%  { transform: rotate(-8deg); }
  25%  { transform: rotate(6deg); }
  27%  { transform: rotate(-6deg); }
  29%  { transform: rotate(5deg); }
  31%  { transform: rotate(-4deg); }
  33%  { transform: rotate(3deg); }
  35%  { transform: rotate(-2deg); }
  37%  { transform: rotate(1.5deg); }
  39%  { transform: rotate(-1deg); }
  41%  { transform: rotate(0.7deg); }
  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;
}