*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
a:hover {
	color: unset;
	text-decoration:none;
}

@media (max-width:1023px){
	.r-pad-30{
		padding: 0 30px;
	}
}

/* sm */
@media (min-width: 891px) and (max-width: 1023px) {
	#section1 {
		background-position:-60px -35px !important;	
		background-size: cover !important;
		height: 100vh !important;
		
	}  
	.section1-content {
		top: 55% !important;
	}
}

@media (min-width: 768px) and (max-width: 890px) {
	#section1 {
		background-position:-60px -35px !important;	
		background-size: cover !important;
		height: 100vh !important;
	}  
	.section1-content {
		top: 55% !important;
	}
	#intro-search {
		top: 25px !important;
	}
	.section1-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	#section1 {
		background-position:-60px -35px !important;	
		background-size: cover !important;
		height: 100vh !important;
	}
	#intro-search {
		top: 20px !important;
	}
	.section1-content {
		top: 30% !important;
		position: absolute !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
	} 	
	.section1-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	#section2 {
		background-size: contain,auto 700px !important;	
	}
	.section2-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
}

#social-icons ul i{ padding:0 1px;}
#social-icons ul li{
	filter:invert(70%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#section1{
	position: relative;
	width: 100%;
	height: 1000px;
	/*background-color: #cef3ec;*/
	z-index: 2;
}
#section2{
	height: 100vh;
}
#section3{
	height: 1000px;
	background: #f3f5f9;
}
#logo{
	color: #333;
}
.menu-button span{
	background: #666;  /*modify header.css*/
}
#intro-search{
	color: #333; /*modify header.css*/
}
.container-height,.row-height{
	height: 100%;
}
.vertical-align{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}
.section1-content{
	padding-right: 40px;
}
.section1-content .heading{
	/*background: #FFF;
	height: 80px;
	line-height: 80px;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 56px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	border:3px solid #FFF;
	padding: 0px 30px;
	white-space: pre;*/
	background: #FFF;
    /* height: 80px; */
    line-height: 50px;
    font-family: 'TradeGothicLTCom-BdCn20';
    font-size: 44px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    border: 3px solid #FFF;
    padding: 5px 20px;
    /* white-space: pre; */
}
.section1-content .red{
	color: #e30613;
}
.section1-content .black{
	color: #333232;
	transform: translateX(-40px);
}
.section1-content p{
	margin:25px 0;
	font-family: 'GillSansInfantStd';
	font-size: 16px;
	text-align: justify;
}
.section1-content div{
	text-align: right;
}
.readnow-btn{
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 18px;
	color: #333333;
	border:1px solid #333333;
	border-radius: 10px;
	padding: 10px 35px;
	text-transform:uppercase;
}
.readnow-btn:hover{
	color: #e30613;
	border:1px solid #e30613;
	padding: 12px 37px;
}
.section2-content{
	padding-right: 40px;
	max-width: 100%;
}
.section2-content .red {
    color: #e30613 !important;
}
.section2-content .dark {
    color: #333232 !important;
}
.section2-content .heading{
	/*height: 80px;
	line-height: 80px;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 84px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	white-space: pre;
	color: #333232;
	margin: 15px auto;*/
	line-height: 57px;
    font-family: 'TradeGothicLTCom-BdCn20';
    font-size: 55px;
    text-transform: uppercase;
    display: inline-block;
    white-space: pre;
    color: #333232;
    margin: 10px auto;
}
.section2-content p{
	margin:25px 0;
	font-family: 'GillSansInfantStd';
	font-size: 16px;
	text-align: justify;
}
.section2-content div{
	text-align: left;
}
.books-container{
	display: flex;
	flex-wrap: wrap;
	height: 760px;
	overflow-y: scroll;
}
.books-container::-webkit-scrollbar{
	width: 8px;
}
.books-container::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 5px;
}
.books-container::-webkit-scrollbar-thumb {
	background: #FFF;
	box-shadow: inset 0 0 5px #606060;
	border-radius: 5px;
}
.book-small{
	flex: 0 0 50%;
	padding: 10px 20px;
	padding-right: 50px;
}
.book-small img{
	height: 250px;
	width: auto;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.book-small img:hover{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.book-small p{
	font-family: 'GillSansInfantStd';
	font-size: 16px;
	font-weight: bold;
}
.readnow-sm-btn{
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 16px;
	color: #e30613;
	border:1px solid #e30613;
	border-radius: 10px;
	padding: 3px 30px;
	text-transform:uppercase;
}
.book-large{
	padding-right: 90px;
}
.book-large img{
	max-height: 650px;
	width: auto;
	margin-bottom: 20px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.book-large img:hover{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.book-large p{
	font-family: 'GillSansInfantStd';
	font-size: 18px;
	font-weight: bold;
}

#section-detail .background-book{
	padding-top: 120px;
}
.background-book .red {
	color: #e30613;
}
#detail-title{
	position: relative;
}
#detail-title img{
	border-radius: 10px;
}
#detail-title::after{
	/*content: url('../image/redcircle01.png');
	height: 110%;
	width: auto;
	visibility: visible;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);*/
}
#detail-title div{
	position: absolute;
	top: 25%;
	left: 10%;
	z-index: 2;
	width:60%;
}
#detail-title span{
	background: #FFF;
	height: 70px;
	line-height: 70px;
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 48px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	border:3px solid #FFF;
	padding: 0px 30px;
	/*white-space: pre;*/
	letter-spacing: 1px;
}
#detail-title span:nth-child(2){
	transform: translateX(60px);
	font-size:33px;
}
#detail-title span:nth-child(3){
	transform: translateX(30px);
}

.content{
	font-family: 'GillSansInfantStd';
	font-size: 16px;
	margin:50px 0;
	margin-top: 60px;
}
#download{
	position: fixed;
	background: url(../image/download.png) no-repeat center;
	background-size: contain;
	right: 50px;
	bottom: 0px;
	height: 150px;
	width: 150px;
	z-index: 2;
}

.slide-img-second{
	position: relative;
	display: block;
}
.slide-img-second img{
	max-width: 100%;
}
.slide-img:after{
	content: "";
	visibility: visible;
	position: absolute;
	/*background: url(../image/redcircle.png) no-repeat -40px bottom;*/
	background-size: 95%;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 1s;
}
.slide-item{
	font-family: 'GillSansInfantStd';
	padding: 0 10px;
}
.slide-item h6{
	margin: 20px 0;
	font-weight: bold;
	font-size: 17px;
}
.slide-item h6 a{
	color: unset;
	text-decoration: none;
}
.slide-item p{
	max-width: 100%;
	font-size: 15px;
}
#may-concern{
	border-top: 1px solid red;
	padding-bottom: 80px;
}
.may-concern-head{
	font-family: 'TradeGothicLTCom-BdCn20';
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	margin:20px 0;
}

.slide-text{
	position: relative;
	padding: 0 20px 5px 20px;
}
.slide-text:after{
	content: "";
	visibility: visible;
	/*height: 50%;*/
	height:100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border:10px solid #cc0000;
	border-top: none;
}

.slick-prev, .slick-next{
	background:none;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	box-shadow: 1px 1px 8px #000;
}
.slick-prev{
	left:-50px;
}
.slick-next{
	right: -50px;
}
.slick-prev:before, .slick-next:before{
	content: "";
	visibility: visible;
	position: absolute;
	border-top: 2px solid #7f7f7f;
	border-left: 2px solid #7f7f7f;
}
.slick-prev:before{
	transform: rotate(-45deg) translate(-50%,-50%);
	height: 15px;
	width: 15px;
	left: 67%;
	top: 31%;
}
.slick-next:before{
	transform: rotate(135deg) translate(-50%,-50%);
	height: 15px;
	width: 15px;
	left: 0;
	top: 31%;
}
@media (max-width:1023px){
	#section-detail{
		/*margin-top: 150px;*/
	}
	#section1{
		width: 100%;
		height: 1000px;
		background: url(../image/book-background1.png) no-repeat -65px 10%, url(../image/cloud.png) bottom left no-repeat;
		background-size: contain,contain;
		background-color: #cef3ec;
	}
	#logo{
		display: none;
	}
	.section1-content{
		padding: 0;
		top: 60%;
	}
	.section2-content .heading{
		height: 60px;
		line-height: 60px;
		font-size: 60px;
		margin:0;
	}
	.book-large{
		padding: 0;
	}
	.book-small{
		padding: 20px;
		flex:0 0 100%;
	}
}
@media (max-width:767px){
	#section1{
		height: 900px;
		padding-top: 0px;
		background: url(../image/book-background1.png) no-repeat -100px 20%, url(../image/cloud.png) bottom left no-repeat;
		background-size: 750px,contain;
		background-color: #cef3ec;
	}

	.section1-content{
		padding-right: 0px;
		margin-top: 200px;
		padding-top: 250px;
	}
	.menu-button{
		height: 26px;
		width: 26px;
	}
	.menu-button span:nth-child(2){
		top: 10px;
	}
	.menu-button span:nth-child(3){
		top: 20px;
	}
	#intro-search{
		top: 20px;
		right: 10px;
		letter-spacing: 1px;
		font-size: 20px;
	}
	#menu{
		top: 20px;
		left: 20px;
	}
	.section1-content .heading{
		white-space: unset;
	}
	.vertical-align{
		position: unset;
		transform: unset;
	}
	.section1-content .heading{
		height: auto;
		line-height: unset;
		font-size: 40px;
		margin: 0 0 0 40px;
		padding: 0;
		white-space: unset;
	}
	#section2{
		background: url(../image/curve.png) bottom left no-repeat,url(../image/book-background2.png) no-repeat 65% 140%;
		background-size: contain,200%;
	}
	.section2-content{
		padding-right: 0;
		margin-top: 50px;
	}
	.section2-content .heading{
		height: 50px;
		line-height: 50px;
		font-family: 'TradeGothicLTCom-BdCn20';
		font-size: 43px;
		text-transform: uppercase;
		display: inline-block;
		margin: 0;
		white-space: unset;
		color: #333232;
		margin: 5px auto;
	}
	#section3{
		height: auto;
		padding: 100px 10px 0;
	}
	.book-large{
		padding: 0;
	}
	.book-large img{
		height: auto;
		max-width: 100%;
	}
	.book-large p{
		font-weight: normal;
		font-size: 14px;
	}
	.book-small{
		padding: 10px;
		flex: 0 0 50%;
	}
	.book-small img{
		height: auto;
		max-width: 100%;
	}
	.books-container{
		margin: 20px auto;
		height: 700px;
	}
	#credit{
		height: 60px;
		line-height: 60px;
	}
	#detail-title{
		padding: 0 30px;
	}
	#detail-title img{
		width: 100%;
	}
	#detail-title::after{
		/*content: "";
		height: 100%;
		width: 100%;
		background: url(../image/redcircle.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: -74px;*/
	}
	#detail-title div{
		left: 0;
		top:10%;
		width: 50%;
	}
	#detail-title span{
		background: #FFF;
		height: 50px;
		line-height: 50px;
		font-family: 'TradeGothicLTCom-BdCn20';
		font-size: 25px;
		text-transform: uppercase;
		display: inline-block;
		margin: 0;
		border: 3px solid #FFF;
		padding: 0px 30px;
		white-space: unset; 
		letter-spacing: 1px;
	}
	.content{
		padding:0px;
		margin:100px auto 50px;
	}
	#download{
		height: 100px;
		width: 100px;
		right: 0;
	}
	.slide-img-second{
		text-align: center;
	}
	.slide-img-second img{
		width: 100%;
	}
	.slide-item{
		margin-bottom: 30px;
		padding: 0 30px;
	}
	#multiple_items{
		height: 1200px;
		overflow-y: scroll;
	}
}

#section3 .heading {
    line-height: 20px;
    font-family: 'TradeGothicLTCom-BdCn20';
    font-size: 28px;
    text-transform: uppercase;
    /* display: inline-block; */
    /* white-space: pre; */
    color: #333232;
    margin: 10px auto;
}
.image-cate.right {
    float: right;
}

.image-cate {
    position: relative;
    background: #ff0000;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    font-family: 'TradeGothicLTCom-BdCn20';
    font-size: 24px;
    margin-bottom: 0px;
	margin-top:60px;
}
.image-cate.right:before {
    right: unset;
    left: 100%;
}
.image-cate:before {
    position: absolute;
    top: 0;
    right: 100%;
    content: " ";
    height: 100%;
    width: 100%;
    background: #ff7f7f;
}
.info {
	padding-top:120px;
}
.info h5 {
	font-size:18px;
	font-family: 'TradeGothicLTCom-BdCn20';
}

@media (max-width: 490px){
	#detail-title div {
		width: 90% !important;
	}
}

@media (max-width: 400px){
	#section1 {
		background-position:-60px 50px !important;	
		background-size: cover !important;
		height: 100vh !important;
	}
	.section1-content .heading {
		font-size:25px !important;	
	}
	.section1-content {
		top: 20% !important;
		position: absolute !important;
		margin-top: 0 !important;
		padding-top: 0 !important;
	} 
	.readnow-btn {
		background: #FFF !important;
		border: 1px solid #FFF !important;	
	}
	.section2-content .heading {
		font-size:24px !important;	
		height:35px;
	}
}