html,
body {
	height: 100%;
	font-family: 'Merriweather', serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: #c0c0c0;
}


p {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

header{
	padding-top: 5px;
	width: 100%;
	background: #fff;
}

.img-fluid{
	width: 100%;
}

header .row{
	#display: table;
}

header .publification-list{
	float: right;
	margin-right: 15px;
}

header .publification-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
}

header .publification-list li{
	flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    text-align: center;
    
    background-color: #fff;
	list-style-type: none;
}

header .publification-list li::before {
  content: '-';
  display: inline-block;
  margin-right: 1ch;
  width: 1ch;
  text-align: center;
}

header .publification-list li:first-child::before{
	content: '';
	width: 0;
}


header .publification-list a{
	font-weight: 700;
    color: #10427c;
}

header .logo, 
header .banner{
	float: none;
    display: table-cell;
}

.logo-box{
	text-align: center;
}

.logo-box img{
	width: 30%;
}

#myNavbar{
	border: none;
	margin-top: 5px;
	margin-bottom: 0;
	background-color: #c00;
}

#myNavbar .navbar-nav li a,
#myNavbar .navbar-brand i{
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

#myNavbar .navbar-nav li.active a{
	background: #fff;
	color: #CC0000;
}

.content-baodem{
	background: #fff;
	min-height: 100vh;
}

.heading-category{
	padding-top: 15px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 20px;
}

.heading-category a{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	border-bottom: 4px solid red;
}

.heading-category a:hover{
	text-decoration: none;
}

.feature-box{
	margin-left: -10px;
	margin-right: -10px;
	padding: 15px 0;
	display: table;
	width: 100%;
}

.feature-heading{
	border-left: 4px solid red;
	padding-left: 7px;
	margin-bottom: 15px;
	position: relative;
}

.feature-heading h3, .feature-heading h2{
	margin: 0;
	font-size: 15px;
}


.read-now{
	position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    padding: 0px;
    font-size: 75%;
}

.feature-body{
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.title-search-date{
	padding: 20px;
	text-align: right;
}

.footer-info {
    color: #fff;
    padding: 20px;
    margin: 0;
    background: #bd1723;
    font-size: 13px;
}

.footer-info .logo-box img{
	width: 50%;
}

.footer-info .logo-box{
	text-align: center;
}

.footer-info p{
	margin-bottom: 0;
	color: #fff;
	overflow-wrap: break-word;
}


.box-empty{
	text-align:center;
	margin-top: 20px;
}

.box-empty p{
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}

.box-submit button{
	padding: 5px;
    font-size: 14px;
}
/* ------------------------- */
.bookWrap {
	margin:20px auto;
	height:475px;
	width:360px;

	position:relative;

	-webkit-perspective: 1200px;
	   -moz-perspective: 1200px;
	        perspective: 1200px;
}

.book {
	/* background:#eee; */
	background: url('/images/cover.jpg') no-repeat;
	background-size: 335px 475px;
	height:475px;
	width:335px;
	position:absolute;
	left:8px;
	top:0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	
	-webkit-transition: -webkit-transform .5s ease 0s;
	   -moz-transition: -moz-transform .5s ease 0s;
	        transition: transform .5s ease 0s;
	
	-webkit-border-radius: 0 7px 7px 0;
	   -moz-border-radius: 0 7px 7px 0;
	        border-radius: 0 7px 7px 0;
	
	-webkit-perspective: 1200px;
	   -moz-perspective: 1200px;
	        perspective: 1200px;
			box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.bookIntro {
	-webkit-transform: rotateY(30deg);
     -moz-transform: rotateY(30deg);
	        transform: rotateY(30deg);
}

.cover {
	position:absolute;
	left:0;
	top:0;

	height: 100%;
	width: 335px;

	max-width: 335px;
	max-height: 475px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;

	-webkit-border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;

	-webkit-transition: -webkit-transform .5s ease 0s, width .5s ease 0s;
	   -moz-transition: -moz-transform .5s ease 0s, width .5s ease 0s;
            transition: transform .5s ease 0s, width .5s ease 0s;

	-webkit-transform-origin: 0;
	   -moz-transform-origin: 0;
	        transform-origin: 0;
}

.cover:hover {	
	width:210px;
	
	-webkit-transform: rotateY(-20deg);
	   -moz-transform: rotateY(-20deg);
	        transform: rotateY(-20deg);
}

.spine {
	background:#ddd;
	width: 15px;
	height: 475px;
	position: absolute;
	top: 0;
	left:0;


  -webkit-transform: rotateY(90deg);
	   -moz-transform: rotateY(90deg);
	        transform: rotateY(90deg);

	-webkit-transform-origin: 0;
	   -moz-transform-origin: 0;
	        transform-origin: 0;
}

.menu-overlay {
	height: 0;
}