body {
	max-width:100%;
}
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}
a:hover {
	color: unset;
	text-decoration:none;
}
#social-icons ul li{
	filter:invert(70%);
}
#main{
	overflow: hidden;
}
#section1{
	position: relative;
	background-color: #FFFFFF;
	background-size: contain,cover;
}
.section1-row{
	height:100vh;
}
.section1-row img{
	height: 100%;
	width: auto;
}
.vertical-align{
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
}
.section1-content{
	width: 50%;
	left: 10%;
}
.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;
}
.section1-content .red{
	color: #e30613;
}
.section1-content .black{
	color: #333232;
	transform: translateX(-40px);
}
#section2{
	padding-top: 30px;
}
.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: 20px;
	margin-top: 80px;
}
.image-cate:before{
	position: absolute;
	top: 0;
	right: 100%;
	content: " ";
	height: 100%;
	width: 100%;
	background: #ff7f7f;
}
.image-cate.right{
	float: right;
}
.image-cate.right:before{
	right: unset;
	left: 100%;
}

.image-list-right{
	clear: both;
	padding: 20px 0;
}
.image-item{
	font-family: 'GillSansInfantStd';
	width: 230px;
	margin:auto;
	margin-bottom: 30px;
}
.image-item a{
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	color: unset;
}
.image-item span{
	font-size: 14px;
	display: block;
	border-top: 1px solid #666;
	padding: 10px 0;
	position: relative;
}
.image-item span:before{
	content: "";
	position: absolute;
	top: -2px;
	width: 80px;
	height: 0;
	border-top: 3px solid #666;
}
.image{
	position: relative;
	width: 230px;
	height: 150px;
}
.image img{
	height: 100%;
	width: 100%;
}
.image:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 150px;
	z-index: -1;
	font-size: 16px;
	line-height: 150px;
	text-align: center;
	content: "IMAGE 230x150";
	color: #999;
	background: #eee;
}

.section2-content{
	padding: 60px;
}
.section2-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;
	white-space: pre;
}
.section2-content .red{
	color: #e30613;
}
.section2-content .black{
	color: #333232;
	transform: translateX(-40px);
}
.section2-content p{
	margin:15px 0;
	font-family: 'GillSansInfantStd';
	font-size: 14px;
	text-align: justify;
}

.image-table,.image-row,.image-column{
	border:10px solid #FFF;
}
.image-table{
	border-collapse: collapse;
}
.image-row{
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.image-column{
	height: 210px;
	width: 210px;
	position: relative;
}
.image-column img{
	height: 100%;
	width: 100%;
}
.image-column:before{
	content: "IMAGE 200x200";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #eee;
	font-size: 24px;
	font-weight: bold;
	font-family: 'TradeGothicLTCom-BdCn20';
	line-height: 200px;
	text-align: center;
	color: #999;
	z-index: -1;
}

@media (max-width: 767px){
	body{
		width: 100%;
		overflow-x: hidden;
	}
	#section1{
		padding-top: 50px;
		height: 350px;
	}
	.section2-content{
		padding: 0;
	}
	.section2-content .heading{
		height: 24px;
		line-height: 24px;
		font-size: 32px;
		margin:auto 40px;
	}
	.section2-content p{
		font-size: 12px;
	}
	.image-cate{
		font-size: 16px;
		padding: 5px 10px;
		margin-right: 60px;
		margin-top: 50px;
	}
	.image-row{
		height: auto;
		width: 310px;
		margin:auto;
	}
	.image-column{
		height: 100px;
		width: 100px;
	}
	.image-column:before{
		font-size: 12px;
		line-height: 100px;
	}
	.image-table, .image-row, .image-column{
		border: 5px solid #FFF;
	}
	.image-list-right{
		display: flex;
		flex-wrap: wrap;
	}
	.image-item{
		width: 160px;
	}
	.image:after{
		width: 160px;
		height: 104px;
		line-height: 104px;
		font-size: 14px;
	}
	.image{
		width: 160px;
		height: 104px;
	}
	.image-item a{
		font-size: 14px;
	}
	.image-item span{
		font-size: 12px;
	}
	.section1-row{
		height: 300px;
	}
	.section1-row img{
		margin:0 -15px;
	}
	#section1:after{
		bottom: -1px;
	}
}


/*modify ninja*/
#ninja-slider{
	background: #191919f2;
}
#ninja-slider.fullscreen .slider-inner{
	max-width: 1170px;
}
#ninja-slider .slider-inner{
	padding: 100px 0!important;
}
#ninja-slider .ns-img{
	width: 60%;
	background-position: center left;
}
#ninja-slider .caption{
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	color: #333;
	background:#FFF;
}
#ninja-slider .caption h3{
	margin-top: 80px;
	font-size: 40px;
	font-weight: bold;
	font-family: 'TradeGothicLTCom-BdCn20';
	text-transform: uppercase;
	text-align: left;
}
#ninja-slider .caption p{
	margin: 15px 0;
	font-family: 'GillSansInfantStd';
	font-size: 16px;
	text-align: justify;
}
#ninja-slider-prev, #ninja-slider-next{
	top: 50%;
}
@media (max-width: 767px){
	#ninja-slider .ns-img{
		width: 100%;
	}
	#ninja-slider .caption{
		width: 100%;
		height: auto;
		top: 98%;
		right: unset;
		transform: translateY(-100px);
	}
	#ninja-slider .slider-inner{
		padding: 0;
		padding-bottom: 100px!important;
	}
	#ninja-slider .caption h3{
		margin-top: 10px;
		font-size: 24px;
	}
	#ninja-slider .caption p{
		margin:0;
		font-size: 12px;
}

@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) {
	#logo{
		display: none;
	}
	#section1 {
		background-position: -510px 0px !important;
	}  
	.section1-content {
		top: 55% !important;
	}
	#intro-search {
		top: 25px !important;
	}
	.section1-content p {
		background: #FFF;
		padding: 10px;
		margin-top:0 !important;
	}
	.section1-content .heading {
	    background: #FFF;
		height: 52px !important;
		line-height: 52px !important;
		font-family: 'TradeGothicLTCom-BdCn20';
		font-size: 30px !important;
		text-transform: uppercase;
		display: inline-block;
		margin: 0;
		border: 3px solid #FFF;
		padding: 0px 5px !important;
		white-space: pre;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	#section1 {
		
	} 
	#intro-search {
		top: 20px !important;
	}
}