:root {
	--main-color:#2c9200;
	--main-color-2:#2b6014;
}
* {
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
	font-family:'FamilyFont';
	outline:none;
	color:black;
}
a {
	cursor:pointer;
}
.brightness {
	--tw-brightness:brightness(.75);
}
.backdrop-blur, .backdrop-filter {
  backdrop-filter: blur(8px);
}
.box-shadow-main {
	border-radius:12px;
	box-shadow:0 5px 6px rgba(0,0,0,0.25);
	background:rgb(229,231,235);
	overflow:hidden;
}
@media (max-width:500px) {
	.box-shadow-main {
		box-shadow:unset;
	}
}
b {
	font-weight:500;
}
.show-m {
	display:none;
}
.hide-m {
	display:block;
}
@media (max-width:480px) {
	.show-m {
		display:block;
	}
	.hide-m {
		display:none;
	}
}
html {
	font-size:13px;
	font-weight:400;
	background:#d1d5db;
}
html.bgr {
	background:rgb(17,24,39);
}
body {
	font-size:1.4rem;
}
#logo {
	width:180px;
	height:60px;
	position:absolute;
	left:calc(50% - 90px);
	color:rgba(255,255,255,0.85);
	font-family:"FamilyFont2";
	font-size:2.2rem;
	font-weight:600;
	line-height:60px;
	text-transform:uppercase;
	text-align:center;
}
.wapper {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
}
.sub-wapper {
	width:84%;
	margin:0 8%;
}
@media (max-width:992px) {
	.sub-wapper {
		width:100%;
		margin:0;
	}
}
.min-wapper {
	width:100%;
	max-width:600px;
	margin:0 auto;
}
.wapper-slider {
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.wapmin {
	margin:0 8px;
}
.col-left {
	display:flow-root;
	width:calc(75%);
	float:left;
	position:relative;
}
.col-right {
	display:flow-root;
	width:calc(25% - 32px);
	float:right;
	position:relative;
}
@media (max-width:992px) {
	.col-left, .col-right {
		width:100%;
		float:unset;
	}
	.col-right {
		display:none;
	}	
}
[bg-blur] {
	height:calc(var(--data-height) - 30px);
}
[h30] {
	margin-top:calc(-1*(var(--data-height) - 105px));
}
@media (max-width:1280px) {
	.wapper-slider {
		width:100%;
		max-width:992px;
		margin:0 auto;
	}
	[bg-blur] {
		height:calc(var(--data-height) - 10px);
	}
	[h30] {
		margin-top:calc(-1*(var(--data-height) - 90px));
	}
}
@media (max-width:992px) {
	.wapper-slider {
		width:100%;
		max-width:768px;
		margin:0 auto;
	}
	[bg-blur] {
		height:calc(var(--data-height) + 10px);
	}
	[h30] {
		margin-top:calc(-1*(var(--data-height) - 70px));
	}
}
@media (max-width:768px) {
	.wapper-slider {
		width:100%;
		max-width:480px;
		margin:0 auto;
	}
	[bg-blur] {
		height:calc(var(--data-height) + 40px);
	}
	[h30] {
		margin-top:calc(-1*(var(--data-height) - 40px));
	}
}
@media (max-width:480px) {
	.wapper-slider.home {
		width:calc(100% - 16px);
		max-width:480px;
		margin:0 8px;
	}
}
.container {
	width:calc(100% + 16px);
	padding:0;
	margin:0 -8px;
	display:flow-root;
}
@media (max-width:1200px) {
	.container {
		width:calc(100%);
		margin:0;
	}
}
.row {
	width:calc(100% - 16px);
	margin:0 8px;
	display:flow-root;
}
.col-2 {
	margin:8px;
	width:calc((100% / 6) - 16px);
	float:left;
}
.col-2:nth-child(6n+1) {
	clear:both;
}
@media (max-width:992px) {
	.col-2 {
		margin:8px;
		width:calc((100% / 4) - 16px);
		float:left;
	}
	.col-2:nth-child(6n+1) {
		clear:unset;
	}
	.col-2:nth-child(4n+1) {
		clear:both;
	}
}
@media (max-width:600px) {
	.col-2 {
		margin:8px;
		width:calc((100% / 3) - 16px);
		float:left;
	}
	.col-2:nth-child(6n+1) {
		clear:unset;
	}
	.col-2:nth-child(4n+1) {
		clear:unset;
	}
	.col-2:nth-child(3n+1) {
		clear:both;
	}
}
@media (max-width:480px) {
	.col-2 {
		margin:8px;
		width:calc((100% / 2) - 16px);
		float:left;
	}
	.col-2:nth-child(6n+1) {
		clear:unset;
	}
	.col-2:nth-child(4n+1) {
		clear:unset;
	}
	.col-2:nth-child(3n+1) {
		clear:unset;
	}
	.col-2:nth-child(2n+1) {
		clear:both;
	}
}




.col-2-m {
	margin:8px;
	width:calc((100% / 6) - 16px);
	float:left;
}
.col-2-m:nth-child(6n+1) {
	clear:both;
}
@media (max-width:1200px) {
	.col-2-m {
		margin:8px;
		width:calc((100% / 2) - 16px);
		float:left;
	}
	.col-2-m:nth-child(6n+1) {
		clear:unset;
	}
	.col-2-m:nth-child(4n+1) {
		clear:unset;
	}
	.col-2-m:nth-child(3n+1) {
		clear:unset;
	}
	.col-2-m:nth-child(2n+1) {
		clear:both;
	}
}




.col-4 {
	margin:8px;
	width:calc((100% / 3) - 16px);
	float:left;
}
.col-4:nth-child(3n+1) {
	clear:both;
}
@media (max-width:480px) {
	.col-4 {
		margin:8px;
		width:calc((100% / 2) - 16px);
		float:left;
	}
	.col-4:nth-child(3n+1) {
		clear:unset;
	}
	.col-4:nth-child(2n+1) {
		clear:both;
	}
}
.col-2-u {
	margin:8px;
	width:calc((100% / 6) - 16px);
	float:left;
}
@media (max-width:1200px) {
	.col-2-u {
		margin:8px auto;
		max-width:480px;
		width:calc(100% - 16px);
		float:unset;
	}
}
.col-10 {
	margin:8px;
	width:calc(((100% / 6) * 5) - 16px);
	float:left;
}
@media (max-width:1200px) {
	.col-10 {
		margin:8px auto;
		max-width:480px;
		width:calc(100% - 16px);
		float:unset !important;
	}
}
.x-menu {
	position:fixed;
	top:60px;
	left:-1px;
	width:1px;
	height:1px;
}
header {
	height:60px;
	width:100%;
	z-index:1;
	position:fixed;
	z-index:99999999;
	top:0;
}
.header-search {
	height:60px;
	width:100%;
	position:fixed;
	z-index:99999999;
	top:0;
	background:white;
	transition-duration: 1s;
	transform: translateY(-100%);
}
.header-search.focus {
	transform: translateY(0%);
}
header.scroll- {
	backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.6);
	box-shadow: 0 3px 6px #00000012,0 10px 20px #0000000d;
}
header.scroll- #logo {
	color:rgba(0,0,0,0.85);
}
header.not-scroll {
	background:unset;
	position:relative;
}
header.not-scroll #logo {
	color:rgba(255,255,255,0.85);
}
#menu {
	height:30px;
	float:left;
	margin:15px 0;
}
#menu li {
	cursor:pointer;
}
#menu > li {
	display:inline-block;
	height:30px;
	position:relative;
}
#menu > li > a {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 3px;
	font-weight:500;
	font-size:1.3rem;
	text-transform:uppercase;
}
header #menu > li > a {
	color:white;
}
header.scroll- #menu > li > a {
	color:black;
}
header.not-scroll #menu > li > a {
	color:white;
}
@media (min-width:1280px) {
	#menu > li:first-child > a {
		padding-left:0;
	}
}
#menu > li:hover > a {
	color:var(--main-color) !important;
}
#tim-kiem {
	height:36px;
	margin:11px;
	float:left;
	margin-left:calc(50% - (332px / 2));
	background:#f5f5f5 url(../images/icons/search.png) calc(100% - 10px) center no-repeat;
	background-size:20px;
	border-radius:4px;
	border:1px solid #efefef;
	padding:0 15px;
	width:300px;
	font-size:1.5rem;
}
#tim-kiem:focus {
	border-color:#dddddd;
}
header.scroll- .menu-tools {
	color:black;
}

.user-tools {
	width:42px;
	height:42px;
	border:1px solid black;
	border-radius:22px;
	text-align:center;
	line-height:44px;
	float:left;
	margin-top:8px;
	background:rgba(255,255,255,0.3);
	color:white;
	cursor:pointer;
	position:relative;
  -webkit-animation-name: buble; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: buble;
  animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.menu-tools {
	width:44px;
	height:44px;
	border-radius:22px;
	text-align:center;
	line-height:44px;
	float:right;
	margin-top:8px;
	background:rgba(255,255,255,0.3);
	color:white;
	cursor:pointer;
	position:relative;
}
.menu-tools > b {
	position:absolute;
	top:0;
	left:-8px;
	min-width:10px;
	height:10px;
	line-height:9px;
	font-size:14px;
	text-align:center;
	padding:5px;
	border-radius:10px;
	background:red;
	color:white !important;
}
.menu-tools:hover, .menu-tools.hover, .user-tools:hover, .user-tools.hover {
	background:rgba(255,255,255,0.5);
}
.menu-tools:before {
	font-family:'FontAwesome';
	content: '\f0c9';
	font-size:1.2rem;
	display:inline-block;
	color:rgba(255,255,255,0.7);
}
.user-tools:before {
	font-family:'FontAwesome';
	content: '\f007';
	font-size:1.2rem;
	display:inline-block;
	color:#44bbff;
  -webkit-animation-name: buble; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: buble;
  animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
header.scroll- .menu-tools:before, header.scroll- .user-tools:before {
	color:rgba(0,0,0,0.7);
}
.menu-search {
	width:44px;
	height:44px;
	border-radius:22px;
	text-align:center;
	line-height:44px;
	float:right;
	margin-right:8px;
	margin-top:8px;
	background:rgba(255,255,255,0.3);
	color:white;
	cursor:pointer;
}
.menu-search:hover, .menu-search.hover {
	background:rgba(255,255,255,0.5);
}
.menu-search:before {
	font-family:'FontAwesome';
	content: '\f002';
	font-size:1.2rem;
	display:inline-block;
	color:rgba(255,255,255,0.7);
}
header.scroll- .menu-search:before {
	color:rgba(0,0,0,0.7);
}
.menu-tools ul {
	display:none;
	width:170px;
	background:white;
	position:fixed;
	top:65px;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	z-index:9999999 !important;
	border-radius:6px;
	overflow:hidden;
}
.menu-tools.hover ul {
	display:block;
}
.menu-tools ul li a {
	display:block;
	padding:8px 15px;
	font-size:1.1rem;
	color:black;
	font-weight:400;
	height:18px;
	line-height:16px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	text-transform:uppercase;
	text-align:right;
}
.menu-tools ul li a i {
	display:inline-block;
	width:24px;
	font-style: normal;
	float:right;
}
.menu-tools ul li a i:before {
	display:inline-block;
	font-size:1rem;
	color:black;
	font-weight:400;
	height:18px;
	line-height:18px;
	float:right;
}
.menu-tools ul li a i.icon-favorite:before {
	font-size:1rem;
}
.menu-tools ul li:last-child a {
	border:0;
}
.menu-tools ul li a:hover {
	color:white !important;
	background:#649096;
}
.menu-tools ul li a:hover i:before {
	color:white;
}

[slider]:before {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	content:'';
	background:linear-gradient(0deg,#000000e6,rgba(0,0,0,.863) 5.79%,rgba(0,0,0,.802) 10.88%,rgba(0,0,0,.721) 15.63%,rgba(0,0,0,.627) 20.37%,rgba(0,0,0,.523) 25.46%,rgba(0,0,0,.416) 31.25%,rgba(0,0,0,.311) 38.08%,rgba(0,0,0,.213) 46.3%,rgba(0,0,0,.128) 56.25%,#0000000f 68.29%,rgba(0,0,0,.016) 82.75%,#0000);
}
[slider] {
	position:relative;
}
[slider] .thumb-manga {
	position:absolute;
	bottom:0;
	lefT:0;
	right:0;
	padding:1.5rem;
	z-index:2;
	display:flex;
}
[slider] .thumb-manga .info {
	width:80%;
	flex-direction: column;
	display: flex;
}
[slider] .thumb-manga .read-more-c {
	width:20%;
	position:relative;
}
@media (max-width:992px) {
	[slider] .thumb-manga .info {
		width:75%;
	}
	[slider] .thumb-manga .read-more-c {
		width:25%;
	}
}
@media (max-width:768px) {
	[slider] .thumb-manga .info {
		display:block;
		width:100%;
	}
	[slider] .thumb-manga .read-more-c {
		display:none;
	}
}
[slider] .name-manga {
	font-size:2rem;
	color:rgb(255,255,255,0.75);
	font-weight:600;
}
[slider] .desc-manga {
	color:rgb(255,255,255,0.8);
	font-weight:400;
	font-size:1.4rem;
	padding:1.0rem 0;
}
[slider] .read-more {
	float:right;
	color:white;
	background:rgba(44,146,0,0.5);
	display:inline-block;
	padding:9px 30px;
	border-radius:8px;
	font-weight:500;
	font-size:1.4rem;
	position:absolute;
	bottom:0;
	right:0;
}
[slider] .read-more:hover {
	background:var(--main-color-2);
}
.main-slider .flickity-page-dots {
	display:block;
	padding:8px 15px;
	text-align:center;
}
.main-slider .flickity-page-dots .dot {
	width:12px;
	height:12px;
	margin:2px;
	border-radius:6px;
	background:white;
	display:inline-block;
}
.main-slider .flickity-page-dots .dot.is-selected {
	background:#696969;
}
.main-slider .wapper-slider:not(.is-selected) {
	opacity:0.1;
}
.bg-blur {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:absolute;
    top: -200px;
    left: -200px;
    right: -200px;
    bottom: -200px;
	filter: blur(100px);
	-webkit-filter: blur(100px);
	z-index:1;
	overflow:hidden;
	transition: background-image 0.25s ease-in-out;
}
.bg-blur:before {
	content:'';
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
}

.label {
	padding:55px 8px;
	font-size:2.2rem;
	text-transform:uppercase;
	display:block;
	clear:both;
	font-weight:500;
	color:#649096;
}

h1 {
	padding:55px 8px;
	font-size:2.3rem;
	text-transform:uppercase;
	display:block;
	clear:both;
	font-weight:500;
	color:#649096;
}

.list-manga {
	width:160px;
	margin:8px;
	float:left;
	display:flow-root;
}
.list-manga .thumb-manga {
	width:160px;
	height:240px;
	border-radius:8px;
}
.list-manga .thumb-manga:hover {
	box-shadow:0 6px 8px rgba(0,0,0,0.15);
}
.list-manga .name-manga {
	font-weight:500;
	font-size:1.5rem;
	color:black;
	margin:3px 0 0 0;
	display:block;
	line-height:20px;
	max-height:40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.list-manga .chap-manga {
	font-weight:400;
	font-size:1.4rem;
	color:rgba(0,0,0,0.75);
	margin:0 0 8px 0;
	display:block;
	line-height:20px;
	max-height:40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.list-manga-1 {
	margin-bottom:25px;
}
.list-manga-1, .list-manga-0 {
	display:flow-root;
}
.list-manga-genre {
	margin-bottom:25px;
	display:flow-root;
}
.list-manga-genre .thumb-manga {
	width:100%;
	display:block;
	border-radius:8px;
}
.list-manga-genre .thumb-manga:hover {
	box-shadow:0 6px 8px rgba(0,0,0,0.15);
}
.list-manga-genre .name-manga {
	font-weight:500;
	font-size:1.5rem;
	color:black;
	margin:3px 0 0 0;
	display:block;
	line-height:20px;
	max-height:40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.list-manga-genre .chap-manga {
	font-weight:400;
	font-size:1.4rem;
	color:rgba(0,0,0,0.75);
	margin:0 0 8px 0;
	display:block;
	line-height:20px;
	max-height:40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#top {
  background-color: #004cbb;
  background-image: url(../images/website/bg-ranking.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.wap-tit-rank {
	width:320px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	background:rgba(243,244,246,1);
	border-radius:20px;
	float:right;
	margin-right:8px;
}
.wap-tit-rank a {
	width:calc(33.3333% - 8px);
	height:32px;
	line-height:30px;
	text-align:center;
	margin:4px;
	border-radius:16px;
	float:left;
	color:rgba(0,0,0,0.85);
	display:block;
	font-weight:500;
	font-size:1.4rem;
	CURSOR:pointer;
}
.wap-tit-rank a:hover {
	background:#d0d0d0;
}
.wap-tit-rank a.active {
	background:#004cbb !important;
	color:rgba(255,255,255,0.85);
}
.wap-list-rank {
	clear:both;
	margin:78px 8px 8px 8px;
}
.list-rank {
	width:380px;
	margin:8px;
	float:left;
}
@media (max-width:410px) {
	.list-rank {	
		width:100%;
	}
}
.list-rank-c {
	width:calc(100% - 40px);
	height:80px;
	padding:20px;
	overflow:hidden;
	background:rgba(255,255,255,0.9);
	position:relative;
	z-index:1;
	border-radius:8px;
	margin-bottom:16px;
}
.list-rank-c .thumb {
	height:80px;
	width:50px;
	float:left;
	position:relative;
	z-index:2;
	border-radius:5px;
}
.list-rank-c .info {
	height:80px;
	width:calc(100% - 50px - 18px);
	float:right;
	position:relative;
	z-index:2;
}
.list-rank-c:before {
	content: attr(data-index);
	font-size:4.5rem;
	font-weight:700;
	/*-webkit-text-stroke:1px #d8d8d8;*/
	color:#d8d8d8;
	position:absolute;
	top:0px;
	right:18px;
	width:70px;
	height:50px;
	text-align:right;
	line-height:50px;
	z-index:1;
    font-family: "FamilyFont2";
}
.list-rank-c .info .name-manga {
	font-size:1.5rem;
	color:black;
	font-weight:600;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.list-rank-c .info .chap-manga, .list-rank-c .info .views-rank {
	font-size:1.4rem;
	color:black;
	font-weight:400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
	text-transform:uppercase;
}
.read-info {
	margin-top:-165px;
	position:relative;
	z-index:3;
	display:flow-root;
}
@media (max-width:992px) {
	.read-info {
		margin-top:-45px;
	}
}
.read-info .thumb-manga {
	width:220px;
	height:330px;
	float:left;
}
@media (max-width:992px) {
	.read-info .thumb-manga {
		width:128px;
		height:192px;
		float:unset;
		margin:0 auto;
	}
}
.read-info .info-manga {
	width:calc(100% - 240px);
	height:330px;
	float:right;
	position:relative;
}
@media (max-width:992px) {
	.read-info .info-manga {
		width:100%;
		height:unset;
		float:unset;
		position:relative;
		text-align:Center;
	}
}
.read-info .info-manga .info-1 {
	position:absolute;
	bottom:165px;
	padding:16px 0;
	left:0;
	z-index:4;
	width:100%;
}
@media (max-width:992px) {
	.read-info .info-manga .info-1 {
		position:unset;
		bottom:unset;
		padding:16px 0 0 0;
		left:unset;
		z-index:4;
		width:100%;
	}
}
.read-info .info-manga .info-1 .name {
	padding-top:8px;
	font-size:2.4rem;
	font-weight:500;
	color:rgba(255,255,255,0.95);
    font-family: "FamilyFont2";
}
.read-info .info-manga .info-1 .writer {
	font-size:1.4rem;
	font-weight:400;
	color:rgba(255,255,255,0.75);
}
@media (max-width:992px) {
	.read-info .info-manga .info-1 .name {
		color:rgba(0,0,0,0.95);
	}
	.read-info .info-manga .info-1 .writer {
		color:rgba(0,0,0,0.75);
	}
}
.read-info .info-manga .info-2 {
	position:absolute;
	top:165px;
	padding:16px 0;
	left:0;
	z-index:4;
	font-size:1.5rem;
	height:133px;
	width:100%;
}
@media (max-width:992px) {
	.read-info .info-manga .info-2 {
		position:unset;
		top:unset;
		padding:16px 0 0 0;
		left:unset;
		z-index:4;
		font-size:1.5rem;
		height:auto;
		width:100%;
	}
}
.read-info .info-manga .info-2 .element {
	min-height:24px;
	line-height:22px;
	margin-bottom:8px;
	clear:both;
	overflow:hidden;
}
.read-info .info-manga .info-2 .element i {
	font-size:1.75rem;
	height:24px;
	line-height:24px;
	display:inline-block;
	margin-right:16px;
	float:left;
}
@media (max-width:992px) {
	.read-info .info-manga .info-2 .element i, .read-info .info-manga .info-2 .element i:before {
		float:unset;
		display:inline-block;
	}
	.read-info .info-manga .info-2 .element i.icon-clock {
		display:block;
		margin-right:0;
	}
}
.read-info .info-manga .info-2 .element .genre {
	font-size:1.4rem;
	font-weight:500;
	height:28px;
	line-height:26px;
	display:inline-block;
	margin-right:8px;
	margin-top:8px;
	float:left;
	background:rgba(255,255,255,0.45);
	color:rgba(0,0,0,0.75);
	border-radius:13px;
	padding:0 14px;
}
@media (max-width:992px) {
	.read-info .info-manga .info-2 .element .genre {
		float:unset;
	}
}
.read-info .info-manga .info-2 .element .genre:hover {
	background:rgba(255,255,255,1);
}
.read-info .info-manga .info-2 .element .genre i {
	margin-right:0 !important;
	margin-left:8px !important;
	float:right !important;
	font-size:1.4rem;
	line-height:28px;
}
.read-info .info-manga .info-2 .element .btn {
	height:34px;
	line-height:34px;
	padding:0 25px;
	text-transform:uppercase;
	font-size:1.35rem;
	font-weight:500;
	color:white;
	background:#929292;
	margin-right:20px;
	display:inline-block;
	border-radius:6px;
	cursor:pointer;
	font-family:'FamilyFont2';
}
@media (max-width:992px) {	
	.read-info .info-manga .info-2 .element .btn {
		margin:8px 10px 0 10px;
	}
}
.read-info .info-manga .info-2 .element .btn:hover {
	background:var(--main-color-2);
}

.read-info .info-manga .info-2 .element .btn.disabled, .read-info .info-manga .info-2 .element .btn.disabled:hover {
	background:var(--main-color-2);
	color:rgba(255,255,255,0.5);
	cursor:not-allowed;
}
.bottom-element {
	position:absolute;
	bottom:-8px;
}
@media (max-width:992px) {	
	.bottom-element {
		position:unset;
		bottom:unset;
		margin-top:8px;
	}
}
.more-info {
	border-radius:10px;
	background:rgb(229,231,235,0.7);
	padding:16px;
	padding-bottom:0;
	height:unset;
	overflow:hidden;
}
.more-info.hide {
	max-height:200px;
	overflow:hidden;
}
.more-info .list-subtem {
	min-height:36px;
	overflow:hidden;
}
.more-info .list-subtem .imga {
	width:36px;
	height:36px;
	border-radius:18px;
	display:block;
	float:left;
}
.more-info .list-subtem .info-1, .more-info .list-subtem .imga .info-2 {
	width:calc((100% - 36px) / 2 - 16px);
	margin-left:16px;
	float:left;
	display:block;
	min-height:36px;
	line-height:18px;
}
.more-info .list-subtem .info-1 .name-subteam {
	line-height:18px;
	font-weight:500;
	font-size:1.4rem;
	text-transform:uppercase;
	display:block;
}
.more-info .list-subtem .info-1 .num-manga {
	line-height:18px;
	font-weight:400;
	font-size:1.15rem;
	text-transform:uppercase;
	display:block;
    font-family: "FamilyFont2";
}
.more-info .list-subtem .info-2 .social {
	color:rgb(29,78,216);
	background:rgb(249,250,251);
	padding:0 8px;
	height:36px;
	line-height:33px;
	display:inline-block;
	float:right;
	margin-left:16px;
	font-weight:500;
	border-radius:6px;
	cursor:pointer;
	min-width:20px;
}
.more-info .list-subtem .info-2 .social i {
	display:inline-block;
	float:left;
	margin-top:1px;
	margin-right:8px;
	font-size:1.6rem;
	color:rgb(29,78,216);
}
.more-info .list-subtem .info-2 .social:hover {
	background:rgb(29,78,216);
	color:rgb(249,250,251);
}
.more-info .list-subtem .info-2 .social:hover i {
	color:rgb(249,250,251);
}
@media (max-width:760px) {
	.more-info .list-subtem .info-2 .social {
		width:20px;
		overflow:hidden;
	}
}
.manga-description {
	padding:16px 0;
}
.more-info-2 {
	margin:0 -16px;
	background:rgb(229,231,235);
	padding:16px;
	display:block;
}
.b {
    font-family: "FamilyFont2";
	font-weight:600;
	font-size:1.5rem;
	text-transform:uppercase;
	display:block;
	margin-bottom:16px;
}
.list-info {
	font-weight:400;
	font-size:1.3rem;
	text-transform:uppercase;
	display:block;
	margin-bottom:16px;
    font-family: "FamilyFont2";
}
.list-info b {
    font-family: "FamilyFont2";
	font-weight:600;
	font-size:1.3rem;
}
.show-hide {
	display:block;
	text-align:center;
	margin-top:-64px;
	padding:34px 0 0 0;
	background-image:linear-gradient(to top, #e5e7eb, #0000);
	height:30px;
	line-height:30px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.more-info:not(.hide) + .show-hide {
	position:unset;
	z-index:unset;
}
.show-more, .hide-more {
	font-size:1.15rem;
	font-weight:400;
	cursor:pointer;
    font-family: "FamilyFont2";
}
.more-info + .show-hide .show-more {
	display:none;
}
.more-info + .show-hide .hide-more {
	display:block;
}
.more-info.hide + .show-hide .hide-more {
	display:none;
}
.more-info.hide + .show-hide .show-more {
	display:block;
}
.more-info.hide .more-info-2 {
	display:none;
}
.list-ep {
	background-color:rgb(249,250,251);
	display:block;
	border-left:6px solid rgb(229,231,235);
	margin-bottom:4px;
	min-height:56px;
	line-height:28px;
	overflow:hidden;
}
.list-ep:nth-child(odd) {
	background-color:#f5f5f5;
}
.list-ep:hover {
	background-color:rgb(229,231,235);
}
.list-ep .name-ep {
	width:100px;
	height:56px;
	line-height:56px;
	padding:0 10px;
	float:left;
	display:block;
	font-weight:500;
}
.list-ep .info-ep {
	width:calc(100% - 140px);
	height:56px;
	line-height:56px;
	padding:0 10px;
	float:left;
	display:block;
}
.list-ep .info-ep .lock-ep {
	width:200px;
	float:right;
	height:56px;
	line-height:56px;
	text-align:right;
	padding:0 0 0 10px;
	font-size:1.2rem;
}
.list-ep .info-ep .lock-ep .icon-locked[unlock='true'] {
	color:green;
	margin-left:3px;
}
.list-ep .info-ep .lock-ep .icon-locked[unlock='false'] {
	color:red;
	margin:0 3px;
}
.list-ep .info-ep .info-rest {
	width:calc(100% - 230px);
	padding:0 10px;
	float:left;
}
@media (max-width:768px) {
	.list-ep .info-ep .lock-ep b {
		display:none;
	}
	.list-ep .info-ep .lock-ep {
		width:30px;
		padding:0;
		text-align:center;
	}
	.list-ep .info-ep .lock-ep i.date{
		display:none;
	}
	.list-ep .info-ep .info-rest {
		width:calc(100% - 30px);
		padding:0;
	}
	.list-ep .name-ep {
		width:90px;
		padding-right:0;
	}
	.list-ep .info-ep {
		width:calc(100% - 100px);
		padding:0;
		height:unset;
	}
}
.list-ep .info-ep .info-rest .name-des-ep {
	line-height:28px;
	padding-top:5px;
	display:block;
	font-size:1.5rem;
	font-weight:500;
}
.list-ep .info-ep .info-rest .info {
	line-height:20px;
	display:block;
	font-size:1.4rem;
	padding-bottom:8px;
}
.list-ep .info-ep .info-rest .info.oneline {
	padding-top:19px;
}
.wap-list-manga-st {
	margin-bottom:25px;
}
.list-manga-st {
	width:100%;
	height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-bottom:8px;
}
.list-manga-st .thumb {
	height:60px;
	width:40px;
	float:left;
	position:relative;
	z-index:2;
	border-radius:5px;
}
.list-manga-st .info {
	height:60px;
	width:calc(100% - 40px - 10px);
	float:right;
	position:relative;
	z-index:2;
}
.list-manga-st .info .name-manga {
	padding-top:3px;
	font-size:1.4rem;
	color:rgb(75,85,99);
	font-weight:500;
	line-height:20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.list-manga-st .info .chap-manga {
	line-height:20px;
	height:20px;
	font-size:1.3rem;
	color:rgb(107,114,128);
	font-weight:400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
	text-transform:uppercase;
}
.list-manga-st .info .chap-manga b {
	font-weight:500;
	color:rgb(107,114,128);
}





/* COMMENT */

.wap-list-comment-manga, .wap-comment {
	display:flow-root;
}
.wap-comment {
	clear:both;
}
.x-btn {
	background-color: #F7F7F7;
    color: rgb(30, 64, 175) !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 10px;
    font-weight: 400;
    border: 1px solid #dbdbdb;
	cursor:pointer;
}
.x-btn:hover {
	color: #FCFCFC !important;
    background-color: rgb(30, 64, 175) !important;
    border-color: rgb(30, 64, 175) !important;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19) !important;
}
.x-btn i:before {
    color: rgb(30, 64, 175) !important;
}
.x-btn:hover i:before {
	color: #FCFCFC !important;
}
.x-btn-2 {
	background-color: #F7F7F7;
    color: white !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 10px 5px 10px;
    font-weight: 400;
	color: #FCFCFC;
    background-color: rgb(30, 64, 175);
    border-color: rgb(30, 64, 175);
	cursor:pointer;
}
.x-btn-2:hover {
	background-color: rgb(30 73 213);
    border-color: #F7F7F7;
}
.x-btn-none {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 10px;
    font-weight: 400;
	color: #A0A0A0 !important;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
	cursor:pointer;
}
.x-btn-none:hover {
	background-color: rgb(30, 64, 175);
    color: #FCFCFC !important;
    border-color: rgb(30, 64, 175);
}
.f-right {
	float:right;
}
.f-left {
	float:left;
}
.text-upper {
    text-transform: uppercase!important;
}
.padding-top-10 {
	padding-top:10px;
}
.padding-bottom-10 {
	padding-bottom:10px;
}
.wcol-1 {
	width: 150px;
}
.wcol-2 {
	width: 300px;
}
.wcol-3 {
	width: 450px;
}
.wcol-4 {
	width: 600px;
}
*:not(.toggle):hover > .content-show-hide {
	display:block;
}
*.toggle > .content-show-hide {
	display:none !important;
}
*.toggle-on > .content-show-hide {
	display:block !important;
}
.content-col-title {
	font-size:1.4rem;
	font-weight:500;
	padding:5px 15px;
}
.content-element {
	font-size:1.4rem;
	font-weight:400;
	padding:6px 15px;
	height:24px;
	line-height:28px;
	color:#32323d !important;
	display:block;
	cursor:pointer;
    font-family: "FamilyFont2";
}
.content-element:hover {
    color: rgb(30, 64, 175) !important;
    background-color: #efefef;
}
.content-element i:before {
	color:#32323d !important;
	margin-right:10px;
}
.content-element:hover i:before {
    color: rgb(30, 64, 175) !important;
}
.title-single {
	padding:15px 0 30px 7px;
	height:24px;
	line-height:24px;
	font-size:2.4rem;
	font-weight:500;
}
.title-single-small {
	padding:20px 0 20px 0;
	height:24px;
	line-height:24px;
	font-size:1.8rem;
	font-weight:400;
    font-family: "FamilyFont2";
}
.content-show-hide {
    position: absolute;
    left: 0;
	top:100%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    z-index: 99;
    text-align: left;
    background-color: #FCFCFC;
	display:none;
}

.order-comment, .order-media {
	display:block;
	float:right;
	height:30px;
	line-height:30px;
	font-size:1.4rem;
	color:black;
	padding:0px 18px 0px 8px;
	background-image:url(../images/icons/arrow-bottom.png);
	background-position:right center;
	background-size:14px 14px;
	background-repeat:no-repeat;
	position:relative;
}
.media-more-genre {
	display:inline-block;
	float:left;
	height:36px;
	line-height:36px;
	font-size:1.4rem;
	color:black;
	padding:0px 20px 0px 3px;
	background-image:url(../images/icons/arrow-bottom.png);
	background-position:right center;
	background-size:14px 14px;
	background-repeat:no-repeat;
	position:relative;
}

[order-comment-title] {
	font-size:1.4rem;
	color:black;
    font-family: "FamilyFont2";
}
[order-comment-title] i:before {
	font-size:1.7rem;
	float:left;
	height:30px;
	line-height:32.5px;
	margin-right:10px;
}
[order-media-title] {
	font-size:1.6rem;
	color:black;
	height:28px;
	line-height:30px;
}
[order-media-title] i:before {
	font-size:1.7rem;
	float:left;
	height:28px;
	line-height:28px;
	margin-right:10px;
}
[order-genre-title] {
	font-size:1.6rem;
	color:rgb(30, 64, 175);
}
.order-comment-more, .order-media-more {
	left:initial;
	right:0px;
	top:100%;
	width:200px;
}
.order-genre-more {
	left:0;
	top:100%;
}
.wap-form-comment, .wap-comment {
	
}
.form-comment, .list-comment {
	display:flow-root;
	position:relative;
}
.form-comment .avatar-comment, .list-comment .avatar-comment {
	float:left;
}
.form-comment .avatar-comment, .form-comment .avatar-comment img, .list-comment .avatar-comment, .list-comment .avatar-comment img {
	width:50px;
	height:50px;
	border-radius:25px;
}
.form-comment [form-comment] {
	width:calc(100% - 70px);
	min-height:40px;
	height:40px;
	line-height:20px;
	padding:10px 0 10px 0;
	outline:none;
	border:0px;
	border-bottom:1px solid #efefef;
	float:right;
	resize:none;
	font-size:1.4rem;
	overflow:hidden;
	background:unset;
}
html.bgr .form-comment [form-comment] {
	border-bottom:1px solid #353535;
}
.wap-form-comment .wap-button {
	display:flow-root;
	position:relative;
	padding:10px;
	margin:0 -10px;
}
[comment-submit], [comment-reset] {
	padding:4px 22px 6px 22px !important;
	margin-left:20px !important;
	font-size:1.4rem;
}
.list-comment {
	margin:5px 0 15px 0;
}
.list-comment .wap-content-comment {
	width:calc(100% - 70px);
	float:right;
}
.list-comment .content-comment-element {
	color:black;
	font-size:1.5rem;
	font-weight:400;
	padding:3px 0;
	overflow:hidden;    
}
html.bgr:not(:has( #bg-noti)) .list-comment .content-comment-element {
	color:rgba(255,255,255,0.65);
}
.list-comment .wap-content-comment [user-comment] {
	font-weight:500;
	font-size:1.4rem;
}
.list-comment .wap-content-comment [user-comment].a2 {
	font-weight:400;
	font-size:1.4rem;
}
[num-like-comment], [like-comment], [reply-comment] {
	display:block;
	height:20px;
	line-height:20px;
	color:rgb(30, 64, 175) !important;
	float:left;
	margin-right:20px;
	font-size:1.4rem;
}
html.bgr [num-like-comment], html.bgr [like-comment], html.bgr [reply-comment] {
	color:rgb(117 149 255) !important;
}
[num-like-comment] {
	padding-left:6px;
}
[num-like-comment] i:before {
	font-size:1.5rem;
	height:20px;
	line-height:19px;
	margin-right:5px;
	display:inline-block;
	float:left;
}
[num-like-comment]:hover i:before {
	color:rgb(30, 64, 175);
}
[id-num-like-comment] {
	font-size:1.25rem;
}
.comment-null {
	padding:10px 0 10px 55px;
	color: rgb(30, 64, 175);
}
.iconz.ic-like-:before {
	font-size:1.2rem !important;
	line-height:23px;
}
.load-more-comment {
	padding:6px 20px 8px 20px;
	text-align:center;
	background:rgb(30, 64, 175);
	font-size:calc(1.333rem);
	font-weight:600;
	color:white;
	border-radius:4px;
	cursor:pointer;
	margin:10px 0;
}
.list-comment-media .load-more-comment {
	background:#5a666c;
}
.load-more-comment:hover {
	opacity:0.8;
}
body[bg='true'] .manga-list-comment, body[bg='true'] .manga-list-comment * {
	color:white;
}

.nav-chapter {
	height:40px;
	position:fixed;
	bottom:5px;
	min-width:360px;
	left:calc(50% - (var(--data-width-nav) / 2));
	border-radius:6px;
	overflow:hidden;
	z-index:99999999;
	max-width:440px;
	width:100%;
}
@media (max-width:440px) {
	.nav-chapter {
		bottom:0;
	}
}
.nav-chapter .c-left {
	height:40px;
	line-height:40px;
	text-align:center;
	width:60px;
	display:block;
	float:left;
	background:rgb(37,99,235);
	color:white;
	font-size:1.4rem;
	cursor:pointer;
	font-family:"FamilyFont2";
	font-size:1.3rem;
}
.nav-chapter .c-left i:before {
	color:white;
	margin-left:4px;
	line-height:40px;
	display:inline-block;
}
.nav-chapter .c-left:hover {
	background:rgb(30, 64, 175);
}

.nav-chapter .c-right {
	height:40px;
	line-height:40px;
	text-align:center;
	width:60px;
	display:block;
	float:right;
	background:rgb(156, 163, 175);
	color:black;
	cursor:pointer;
	font-family:"FamilyFont2";
	font-size:1.3rem;
}
.nav-chapter .c-right:hover {
	background:rgb(55, 65, 81);
	color:rgb(209, 213, 219);
}
.nav-chapter .c-right .i:before {
	display:inline-block;
	line-height:40px;
	color:black;
}

.nav-chapter .c-center {
	width:calc(100% - 140px);
	display:block;
	float:left;
	padding:6px 10px;
	background:#d1d5db;
	font-family:"FamilyFont2";
	font-size:1.3rem;
}
.nav-chapter .c-center .nav-p {
	height:28px;
	line-height:28px;
	width:28px;
	background:rgb(156, 163, 175);
	color:rgb(55, 65, 81);
	display:inline-block;
	text-align:center;
	float:left;
	border-radius:4px;
	font-family:"FamilyFont2";
	font-size:1.3rem;
}
.nav-chapter .c-center .nav-p i:before {
	color:rgb(55, 65, 81);
	display:inline-block;
	line-height:28px;
	font-size:1.6rem;
}
.nav-chapter .c-center .nav-p i.icon-empty:before, .nav-chapter .c-center .nav-n i.icon-empty::before {
	font-size:1.3rem;
}
a:has( > .icon-empty) {
	cursor:not-allowed;
}
.nav-chapter .c-center .nav-p:hover {
	background:rgb(31, 41, 55);
	color:rgb(209, 213, 219);
}
.nav-chapter .c-center .nav-p:hover i:before {
	color:rgb(209, 213, 219);
}
.nav-chapter .c-center .nav-n {
	height:28px;
	line-height:28px;
	width:58px;
	background:rgb(37,99,235);
	color:white;
	display:inline-block;
	text-align:center;
	float:right;
	border-radius:4px;
	font-family:"FamilyFont2";
	font-size:1.3rem;
}
.nav-chapter .c-center .nav-n i:before {
	color:white;
	display:inline-block;
	line-height:28px;
	font-size:1.6rem;
	margin-left:5px;
}
.nav-chapter .c-center .nav-n:hover {
	background:rgb(30, 64, 175);
}
.nav-chapter .c-center .nav-c {
	background:rgb(156, 163, 175);
	height:28px;
	line-height:28px;
	width:calc(100% - 96px);
	border-radius:4px;
	float:left;
	margin:0 5px;
	position:relative;
	z-index:2;
	text-align:center;
	overflow:hidden;
}
.nav-chapter .c-center .nav-c i {
	position:relative;
	color:#d1d5db;
	z-index:3;
	display:inline-block;
	font-family:"FamilyFont2";
	font-size:1.3rem;
}
.nav-chapter .c-center .nav-c:before {
	content:'';
	width:1px;
	height:28px;
	position:absolute;
	left:0;
	background:rgb(107, 114, 128);
	z-index:1;
}
.breadcumb {
	color:rgba(255,255,255,0.75);
	font-size:1.4rem;
	line-height:21px;
	min-height:26px;
}
.breadcumb li {
	display:inline-block;
	float:left;
	margin-right:5px;
	color:rgba(255,255,255,0.75);
	font-size:1.4rem;
}
.breadcumb li a {
	color:rgba(255,255,255,0.75);
	font-size:1.4rem;
}
.breadcumb li a:hover {
	color:rgba(255,255,255,0.55);
}
.breadcumb li span:before {
	color:rgba(255,255,255,0.75);
	display:inline-block;
	float:left;
	line-height:1.7rem;
	margin-right:5px;
}

.avatar-p {
	width:180px;
	height:180px;
	border-radius:90px;
	margin:30px auto;
}
.nav-manga {
	height:40px;
	padding:4px;
	overflow:hidden;
	background:white;
	border-radius:22px;
}
.nav-manga .menum {
	width:calc(30% - 8px);
	margin:4px;
	border-radius:20px;
	text-align:center;
	line-height:30px;
	height:32px;
	background:#e6eaef;
	display:block;
	float:left;
	font-weight:500;
}
.nav-manga .menum:nth-child(3) {
	width:calc(40% - 8px);
}
.nav-manga .menum:hover {
	background:#afc5d8;
}
.nav-manga .menum.active {
	background:#8ca6bd;
}
[data-tab-c] {
	display:none;
}
[data-tab-c].active {
	display:block;
}
.contact {
	position:relative;
}
.contact .social {
	position:absolute;
	top:-135px;
	width:40px;
	height:40px;
	text-align:Center;
	line-height:40px;
	background:white;
	border-radius:20px;
}
.contact .social i {
	color:rgb(29,78,216);
}
.contact .social:nth-child(1) {
	left:calc(50% - 140px);
}
.contact .social:nth-child(2) {
	right:calc(50% - 140px);
}
footer {
	background:rgb(31, 41, 55);
	padding:80px 15px;
}
footer div {
	color:rgba(255,255,255,0.75);
}
#avatar {
	display:block;
	width:100%;
	max-width:240px;
	margin:0 auto;
}
[change-avatar] {
	padding-left:0;
	padding-right:0;
}
.bg-1 {
	background:white;
}
.radius-8 {
	border-radius:8px;
	overflow:hidden;
}
.imgavatar {
	width:100%;
	height:100%;
}
.mbtn {
	height: 34px;
    line-height: 34px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 1.35rem;
    font-weight: 500;
    color: white;
    background: #929292;
    margin:8px;
    display: block;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'FamilyFont2';
	text-align:Center;
}
.mbtn:hover {
    background: var(--main-color-2);
}
.menu-profile-user {
	margin-bottom:4px;
	overflow:hidden;
}
.menu-profile-user li a {
	display:block;
	padding:5px 8px;
	background: #eaeaea;
	color:rgba(0,0,0,0.75);
	margin:2px 8px 4px 8px;
	border-radius:6px;
    font-family: 'FamilyFont2';
    text-transform: uppercase;
}
.menu-profile-user li a:hover, .menu-profile-user li a.active {
	background: #e2ffd5;
}
.col-5 {
	margin-left:7px;
	margin-right:7px;
	float:left;
}
.col-5 + .col-5 {
	margin-left:7px;
	margin-right:0px;
	float:left;
}

@media (max-width:1200px) {
	.col-5 {
		width:calc(100% - 14px);
		max-width:480px;
		margin:14px auto 0 auto !important;
		float:unset !important;
	}
	.col-5 + .col-5 {
		margin-top:12px;
		margin-bottom:20px !important;
	}
}
@media (min-width:1200px) {
	.col-5 {
		width:calc(((100% - (100% / 6)) / 2) - 14px);
		margin-top:8px;
	}
}
.padding-8 {
	padding:8px;
}
.label-u {
	font-size:1.4rem;
	color:black;
	font-weight:500;
	height:32px;
	line-height:32px;
	display:block;
}
input.input {
	width:calc(100% - 30px);
	height: 36px;
    margin: 11px 0;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #efefef;
    padding: 0 14px;
    font-size: 1.3rem;
}
input.input:focus {
	border-color: #dddddd;
}
input.input:disabled {
	background:#f3f7ff;
	cursor:not-allowed;
}
textarea.textarea {
	width:calc(100% - 30px);
	min-height: 60px;
    margin: 11px 0;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #efefef;
    padding: 0 14px;
    font-size: 1.3rem;
}
textarea.textarea:focus {
	border-color: #dddddd;
}
input.submit {
	border:0;
	margin-left:0;
}
.msl {
	margin-left:0 !important;
}




.min-wapper .nav-nt {
	margin-top:40px;
	min-height:36px;
	line-height:34px;
	width:100%;
	background:rgb(30, 64, 175);
	color:white;
	display:block;
	text-align:center;
	border-radius:8px;
	text-transform:uppercase;
}
.min-wapper .nav-nt:hover {
	background:rgb(37,99,235);
}
.min-wapper .nav-nt.disabled, .min-wapper .nav-pt.disabled {
	background:#afafaf;
}
.min-wapper .nav-nt.disabled:hover, .min-wapper .nav-pt.disabled:hover {
	background:#afafaf;
	cursor:not-allowed;
}
.min-wapper .nav-pt {
	margin-top:15px;
	min-height:36px;
	line-height:34px;
	width:100%;
	background:rgb(31, 41, 55);
	color:white;
	display:block;
	text-align:center;
	border-radius:8px;
	text-transform:uppercase;
}
.min-wapper .nav-pt:hover {
	background:rgb(55, 65, 81);
}
#content img {
	width:100%;
	max-width:100%;
	height:auto;
}
#content, #content * {
	color:white;
	font-family: 'FamilyFont2';
    font-size: 24px;
    line-height: 34px;
	text-align: justify;
}
.unlock {
	min-height:36px;
	line-height:36px;
	width:100%;
	max-width:600px;
	margin:0 auto;
	margin-top:15px;
	background:red;
	color:white;
	display:block;
	text-align:center;
	border-radius:8px;
	text-transform:uppercase;
	cursor:pointer;
}
.unlock:hover {
	background:green;
}
select.select, select.select-action {
   -webkit-appearance: none;
   -webkit-border-radius: 4px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   padding-left:10px;
   padding-right:20px;
   -webkit-user-select: none;
   background-image: url(../images/icons/select-img.png?v=1);
   background-color:white;
   background-position: 100% center;
   background-repeat: no-repeat;
   color: #565656;
   font-size:15px;
   font-weight:500;
   margin:3px 8px 2px 8px;
   min-width:50px;
   height:30px;
   line-height:30px;
   display:inline-block;
   border:0;
}
select.select-filter, select.select-action {
}
select.select option, select.select-action option {
	background:white;
	color:black;
}
select.select option[disabled] , select.select-action option[disabled]{
	background:#ececec;
	color:#797979;
}
select.select:hover, .filter-content:hover , select.select-action:hover{
   -webkit-box-shadow: 0px 1px 3px #8b000055;
   cursor:pointer;
}
[loc-truyen] {
	color: #3c9d00;
	font-size:15px;
	font-weight:500;
	margin:3px 8px 2px 0;
	min-width:50px;
	height:30px;
	line-height:30px;
	display:inline-block;
   -webkit-appearance: none;
   -webkit-border-radius: 4px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   padding-left:10px;
   padding-right:28px;
   -webkit-user-select: none;
   background-image: url(../images/icons/search.png?v=1);
   background-color:white;
   background-position: calc(100% - 6px) center;
   background-repeat: no-repeat;
   background-size:16px;
   cursor:pointer;
}
[loc-truyen]:hover {
	color:#660000;
   background-position: calc(100% - 7px) center;
}
@media (max-width:768px) {
	.select-filter {
		width:calc(33.3333% - 36px);
		margin:8px !important;
		text-align:center;
	}
	[loc-truyen] {
		width:calc(33.3333% - 76px);
		margin:8px !important;
		text-align:center;
	}
}
@media (max-width:480px) {
	.select-filter {
		width:calc(50% - 36px);
		margin:8px !important;
		text-align:center;
	}
	[loc-truyen] {
		width:calc(50% - 76px);
		margin:8px !important;
		text-align:center;
	}
}

/* PAGE */
#pages-show {
	margin:15px 8px;
	display:flow-root;
	position:relative;
	clear:both;
}

.filter-content {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: white;
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    margin: 3px 10px 2px 0;
    height: 14px;
    line-height: 14px;
	padding:8px 14px;
    display: inline-block;
	border-radius:4px;
}
.filter-content b {
	font-weight:400;
	color:#a35400;
}
.back-page {
	float:left;
	background-image:url(../images/icons/back-page.png);
	background-size:20px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline-block;
	width:3px;
}
.back-page:hover {
	background-color:#a35400;
	background-image:url(../images/icons/back-page-hover.png);
}
.next-page {
	float:left;
	background-image:url(../images/icons/next-page.png);
	background-size:20px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline-block;
	width:3px;
}
.next-page:hover {
	background-color:#a35400;
	background-image:url(../images/icons/next-page-hover.png);
}
.pages {
	cursor:pointer;
	float:left;
	font-size:15px;
	color:black;
	text-align:center;
	display:inline-block;
}
.pages:hover {
	background:#a35400;
	color:white;
}
.pages.more {
	text-decoration:underline;
}
.pages-here {
	cursor:pointer;
	float:left;
	font-size:15px;
	color:#a35400;
	font-weight:600;
	text-align:center;
	background:white;
	display:inline-block;
}






.bg- {
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	z-index:9999;
}
.bg-.login {
	display:none;
}
.bg-.register {
	display:none;
}
.bg-.popup {
	display:block;
}
.wap- {
	width:300px;
	padding:10px;
	background:white;
	margin:180px calc(50% - 160px);
	border-radius:8px;
	overflow:hidden;
}
.wap-.popup {
	width:360px !important;
	padding:10px;
	background:white;
	margin:180px calc(50% - 190px) !important;
	border-radius:8px;
	overflow:hidden;
}
.title- {
	text-align:center;
	font-weight:600;
	font-size:1.5rem;
}
.content- {
	border-top:1px solid #f1f1f1;
	padding-top:10px;
	text-align:center;
}
.col-5-login {
	display:inline-block;
	float:left;
	width:50%;
	overflow:hidden;
	min-height:58px;
}
input.input- {
	width:calc(100% - 50px);
	height: 36px;
    margin: 11px 0;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #efefef;
    padding: 0 34px 0 14px;
    font-size: 1.3rem;
}
#captcha-login, #captcha-register {
	height: 30px;
    margin: 13px 0 14px 0;
}
input.input-:focus {
	border-color: #dddddd;
}
input.input-:disabled {
	background:#f3f7ff;
	cursor:not-allowed;
}
.input-username, .input-password, .input-captcha {
	position:relative;
}
.input-username:before {
	font-family:'FontAwesome';
	content: '\f007';
	font-size:1.3rem;
	position:absolute;
	display:inline-block;
	width:36px;
	height:36px;
	line-height:36px;
	right:2px;
	top:11px;
	text-align:center;
	color:rgba(0,0,0,0.65);
}
.input-password:before {
	font-family:'FontAwesome';
	content: '\f013';
	font-size:1.3rem;
	position:absolute;
	display:inline-block;
	width:36px;
	height:36px;
	line-height:36px;
	right:2px;
	top:11px;
	text-align:center;
	color:rgba(0,0,0,0.65);
}
.input-captcha:before {
	font-family:'FontAwesome';
	content: '\f141';
	font-size:1.3rem;
	position:absolute;
	display:inline-block;
	width:36px;
	height:36px;
	line-height:40px;
	right:2px;
	top:11px;
	text-align:center;
	color:rgba(0,0,0,0.65);
}
.button- {
	display:block;
	clear:both;
	margin-top:15px;
	background-color:#d0d0d0;
	font-size:1.4rem;
	font-weight:500;
	padding:10px 15px;
	border-radius:6px;
	width:calc(100% - 0px);
	cursor:pointer;
	border-width:0;
	color:white;
}
.button-:hover {
	color:black;
}
.col-5-btn {
	display:inline-block;
	float:left;
	width:calc(50% - 10px);
	overflow:hidden;
	min-height:60px;
	margin:5px;
}
.col-5-btn .button- {
    margin: 13px 3px;
    height: 36px;
    line-height: 21px;
    background-color: #000000;
    width: calc(100% - 8px);
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #ffffff;
    font-size: 1.3rem;
    cursor: pointer;
}
.col-5-btn .button-:hover {
	border: 1px solid #ffffff;
    color: #2cd0ff;
    box-shadow: unset;
}
.alert-ctm-min {
	border-radius: 6px;
    z-index: 9999999999;
    position: fixed;
    bottom: 10px;
    left: calc(50% - 180px);
    width: 340px;
    padding: 10px;
    margin: 0 auto;
    background:	#fdfdfd;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    coloR: var(--main-color);
    text-align: center;
	font-size:1.3rem !important;
}
.alert-ctm-min * {
    coloR: var(--main-color);
	font-size:1.3rem !important;
}
.alert-ctm-min.center {
	left:calc(50% - 230px);
	bottom:calc(50% - 130px);
}

.title-alert-ctm-min {
	margin-bottom:20px;
	height:40px;
	line-height:40px;
	font-weight:600;
	font-size:calc(1.3rem) !important;
	color:black;
	display:none;
}
.close-alert-ctm {
	position:absolute;
	top:15px;
	right:15px;
	width:20px;
	height:20px;
	line-height:17px;
	cursor:pointer;
	background:url(../images/icons/close-white.png) center center no-repeat;;
}
.scroll {
	overflow-y:scroll;
	padding-right:5px;
}
.scrollbar::-webkit-scrollbar
{
	width: 6px;
}
.scrollbar::-webkit-scrollbar-track
{
	/* Nền wap thanh cuộn trước khi hover */
	background-color: rgba(224,224,224,0);
}

.scrollbar::-webkit-scrollbar-thumb
{
	/* Nền thanh cuộn trước khi hover */
	background-color: #D1D1D1;
	border-radius:3px;
	border:0px solid rgba(0,0,0,0);
}
.scrollbar:hover::-webkit-scrollbar-track
{
	/* Nền wap thanh cuộn sau khi hover */
	background-color: rgba(224,224,224,0);
}
.scrollbar:hover::-webkit-scrollbar-thumb
{
	/* Nền thanh cuộn sau khi hover */
	background-color: #616161;
}
#bg-alert {
	width:calc(100%);
	height:100%;
	top:0;
	left:0;
	background:rgba(214,214,214,0.7);
	position:fixed;
}
#wap-alert {
	max-width:400px;
	width:80%;
	margin:180px auto;
    background-color: #fff;
	border:1px solid;
    border-color: #E0E0E0;
    border-bottom-color: #DDDDDD;
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
	padding:0 10px 10px 10px;
	position:relative;
	border-radius:6px;
}
#wap-alert .icon-close:before {
	position:absolute;
	top:9px;
	right:9px;
	width:20px;
	height:20px;
	line-height:17px;
	color:rgba(0,0,0,0.7);
	cursor:pointer;
	font-size:1.7rem;
}
#wap-alert .icon-close:before:hover {
	color:rgba(0,0,0,0.9);
}
.label-main {
	font-weight:500;
    font-family: "FamilyFont2";
	color:black;
	font-size:1.5rem;
	display:block;
	text-align:Center;
	border-bottom:1px dashed #d0d0d0;
	padding:10px 0;
}
.spacing-10 {
	height:10px;
}
.content-alert {
	text-align:center;
	font-size:1.4rem;
    font-family: "FamilyFont2";
	color:rgba(0,0,0,0.75);
}
.wap-btn-alert {
	background:white;
	text-align:center;
}
.btn-alert {
    display:inline-block;
    position:relative;
    margin:5px 10px;
    padding:7px;
    border:1px solid #BDBDBD;
    min-width:70px;
    font-size:11px;
	font-weight:500;
    text-transform:uppercase;
    text-align:center;
    color:#878787;
	background: linear-gradient(to bottom,white 0%,#DBDBDB 100%);
    text-decoration:none;
	outline:none;
	cursor:pointer;
	border-radius:4px;
}

.btn-alert:hover {
	background: linear-gradient(to bottom,white 0%,#EDEDED 100%);
}
.alert-s {
	padding:10px 15px;
	text-align:Center;
	border:1px solid #eeffe6;
	border-radius:6px;
	color:green;
	background:#f5fff0;
	cursor:pointer;
}
.alert-s b {
	color:#d500d1;
}
.min-wapper.note, .min-wapper.note * {
	color:rgba(255,255,255,0.75);
}
#bg-noti:has(div):before {
	content:'';
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999999998;
	background:rgba(0,0,0,0.3);
}
.bg-noti-comment {
	position:absolute;
    width: calc(100% - 40px);
    max-width: 560px;
	padding:20px;
	margin:60px calc(50%  - (var(--data-width-noti) / 2) - 20px);
	max-height:calc(100vh - 200px);
	background:white;
	z-index:99999999999;
}
.bg-noti-comment .scroll {
	max-height:calc(100vh - 280px);
	width:100%;
	overflow-x:hidden;
}
.bg-noti-comment .title-noti {
	height:40px;
	line-height:43px;
	font-size:1.7rem;
	font-weight:500;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.bg-noti-comment .title-noti a {
	font-size:1.7rem;
	font-weight:500;
}
.bg-noti-comment .title-noti .tab-noti {
	height:40px;
	line-height:42px;
	padding:0 10px;
	font-size:1.5rem;
	font-weight:500;
	display:inline-block;
}
.bg-noti-comment .title-noti .tab-noti.active {
	background:#e9e9e9;
	border-radius:6px;
}
.bg-noti-comment .scroll > div:first-child {
	margin-top:10px;
}
.bg-noti-comment .scroll > div > a {
	display:block;
	min-height:20px;
	padding:10px;
}
.bg-noti-comment .scroll > div:nth-child(even) {
	background:#ecf6ff;
}
.bg-noti-comment .scroll > div > a > b {
	color:#1492b6;
}
.comment-reply-here {
	background:url(../images/icons/next-page.png) 50px 18px no-repeat;
	background-size:20px;
}
.comment-reply-here [id-comment] [user-comment] {
	color:#4cc756;
}
.back-noti {
	width:40px;
	height:40px;
	display:inline-block;
	float:left;
	background:url(../images/icons/back-page.png) center center no-repeat;
	background-size:30px;
}




/** icons **/
.icon-close:before {
	font-family:'FontAwesome';
	content: '\f057';
}
.icon-noti:before {
	font-family:'FontAwesome';
	content: '\f0a2';
}
.icon-user:before {
	font-family:'FontAwesome';
	content: '\f007';
}
.icon-favorite:before {
	font-family:'FontAwesome';
	content: '\f004';
}
.icon-rate:before {
	font-family:'FontAwesome';
	content: '\f005';
}
.icon-admin:before {
	font-family:'FontAwesome';
	content: '\f013';
}
.icon-logout:before {
	font-family:'FontAwesome';
	content: '\f08b';
}
.icon-link:before {
	font-family:'FontAwesome';
	content: '\f0d9';
}
.icon-login:before {
	font-family:'FontAwesome';
	content: '\f044';
}
.icon-register:before {
	font-family:'FontAwesome';
	content: '\f234';
}
.icon-clock:before, .ic-order-time:before {
	font-family:'FontAwesome';
	content: '\f017';
}
.icon-genre:before {
	font-family:'FontAwesome';
	content: '\f02b';
}
.icon-fb:before {
	font-family:'FontAwesome';
	content: '\f082';
}
.icon-messenger:before {
	font-family:'FontAwesome';
	content: '\f075';
}
.icon-comment:before {
	font-family:'FontAwesome';
	content: '\f0e6';
}
.icon-scroll-top:before {
	font-family:'FontAwesome';
	content: '\f102';
}
.icon-prev:before {
	font-family:'FontAwesome';
	content: '\f104';
}
.icon-next:before {
	font-family:'FontAwesome';
	content: '\f105';
}
.icon-arrow-right:before {
	font-family:'FontAwesome';
	content: '\f101';
}
.icon-empty:before {
	font-family:'FontAwesome';
	content: '\f141';
}
.icon-to {
	display:inline-block;
	line-height:2rem;
	color:#2f83bf;
	font-size:1.3rem;
}
.icon-to:before {
	font-family:'FontAwesome';
	content: '\f105';
	padding:0 5px;
}
.icon-locked[unlock='true']:before {
	font-family:'FontAwesome';
	content: '\f09c';
}
.icon-locked[unlock='false']:before {
	font-family:'FontAwesome';
	content: '\f023';
}
i[class^="icon"] {
    font-style: normal;
}
.ic-like-:before {
	font-family:'FontAwesome';
	content: '\f087';
}
.ic-order:before {
	font-family:'FontAwesome';
	content: '\f006';
}
.icon-request:before {
	font-family:'FontAwesome';
	content: '\f003';
	color:green !important;
}

@-webkit-keyframes buble {
  from {border-color: rgba(0, 0, 0, 0.13);color:red;}
  to {border-color:#44bbff;color: rgba(0, 0, 0, 0.13);}
}

/* Standard syntax */
@keyframes buble {
  from {border-color: rgba(0, 0, 0, 0.13);color:red;}
  to {border-color:#44bbff;color: rgba(0, 0, 0, 0.13);}
}