.card-body {
	padding: 0;
}
.content-comment {
	padding:15px 20px 10px 20px;
}
@media (min-width: 992px) {
	.content-comment {
		padding:20px 30px 15px 30px;
	}
}
@media (min-width: 1200px) {
	.content-comment {
		padding:20px 30px 15px 30px;
	}
}
.action-comment {
	padding:7px 20px;
	background-color:#f3f6eb;
}
@media (min-width: 992px) {
	.action-comment {
		padding:10px 50px;
	}
}
@media (min-width: 1200px) {
	.action-comment {
		padding:10px 50px;
	}
}
.title-pin {
	color:#3e2719;
	font-weight:bold;
	font-size:1rem;
}
@media (min-width: 992px) {
	.title-pin {
		font-size:1.2rem;
	}
}
@media (min-width: 1200px) {
	.title-pin {
		font-size:1.2rem;
	}
}
.story:hover, .story-top:hover, .ads-novel:hover {
	box-shadow: 0 0 10px rgba(33,33,33,0.8);
}
.swiper-area {
	overflow:hidden;
	padding:0;

}
@media (min-width: 992px) {
	.swiper-area {
		padding:10px;
	}
}
@media (min-width: 1200px) {
	.swiper-area {
		padding:10px;
	}
}
#group-story, #group-story-book {
	opacity: 0;
}
#loading, #loading-book {
	text-align : center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.img-loading {
	height: 100%;
	padding: 40px 0;
}
.nav {
	font-size: 1rem;
}
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #f0b595;
	border-color: transparent transparent #d97857;
}
.nav-tabs .nav-link:hover {
	color: #495057;
	background-color: #ffc6a7;
	border-bottom: 2px solid #d97857;
}
/*by yut*/
.ebook-img {
    height: 140px;
}
.ebook-img img{
    height: 100%;
}

.styleCategotyBoxText {
	color:white!important;
	border:1px solid white; padding:0 5px; font-size: 14px; cursor:pointer;
}
/*by pae*/
.data-img-width {
	max-width:100%;
	height:auto;
}

.text-story-name h1{
	font-size: 28px;
	margin: 2px;
}

.textCustom_1 {
    font-size:16px; font-weight:bold; color:#9e3f01;
}
.textCustom_2 {
    font-size:16px; font-weight:bold; color:#018c41;
}
.textCustom_3 {
    font-size:16px; font-weight:bold; color:#e26e23;
}
.textCustom_4 {
    font-size:16px; font-weight:bold; color:#6c757d;
}

.bg-gradient-style-4{
	background: linear-gradient(0deg, rgba(253, 95, 0, 0.7) 0%, rgba(255, 218, 191, 0.7) 100%);
}

.btn-search-all-story{
	background-color: #F94E0B;
    color: #FEF6E6 !important;
    border-radius: 0;
    cursor: pointer;
}

.btn-swiper-prev-next{
	color: #F94E0B;
    font-size: 2.5rem;
    margin: 0 5px;
    cursor: pointer;
}

.res-search-all-story{
	color:#F94E0B;
}

@media (min-width: 768px) {
	.btnMore{
		font-size: 13px !important;
		line-height: 100% !important;
		font-weight: 700;
	}

	.txtSection{
		margin: 0;
	}
}

.bg-gradient-style-3{
	background: linear-gradient(90deg, rgba(255, 183, 0, 0.7) 0%, rgba(255, 246, 235, 0.7) 100%);
}

.express{
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted rgb(255,255,255,1); */
  cursor: pointer;
  font-size: 10px;
}

.express-info{
  visibility: hidden;
  width: 90px;
  /* background-color: rgb(255,255,255,1); */
  /* color: #FF4352; */
  text-align: center;
  border-radius: 3px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  right: 160%;
  top:2px;
}

.express-info::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 100%;
  margin-top: -4px;
  border-width: 6px;
  /* border-style: solid;
  border-color: transparent transparent transparent rgb(255,255,255,1); */
}

.express:hover .express-info{
  visibility: visible;
}

