* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
}

html{
	scroll-behavior: smooth;
}
body {
	width: 100%;
	min-height: 100vh;
	background-repeat: repeat;
	background-size: auto auto;
	background-attachment: fixed;
}
.content {
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
	display: block;
}
img{
	object-fit: cover;
}

/* Header ad slot */
.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	background-color: #F8F8F8;
	margin: 10px 0 0px;
}

/* Footer fixed ad slot */
.postionFixed {
	width: 100%;
	min-height: 60px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8F8;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.footer {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 30px 0 20px;
		font-size: 14px;
		color: #FFFFFF;
		background-color: #7a2d08;
		margin-top: 40px;
		line-height: 1.8;
		font-family: "times new roman";
		border-top: 3px solid #5a1f06;
	}
.footer-copyright {
	font-size: 15px;
	margin-bottom: 15px;
	opacity: 0.95;
}
.about {
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.about>a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	padding: 5px 15px;
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
}

.about>a:hover {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.15);
}

.about>a:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: -2px;
	color: rgba(255, 255, 255, 0.4);
}

.ad {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;

}

.adv {
	text-align: center;
	color: gray;
	font-size: 13px;
	line-height: 1.5;
	border-bottom: 1px solid gainsboro;
	width: 100%;

}
@media (max-width: 1000px) {
	
	.header {
		width: 100%;
		height: auto;
		position: sticky;
		top: 0px;
		bottom: auto;
		z-index: 9999;
		box-shadow: 0px 0px 10px gray;
		background-color: #fff;
	
	}
	.header-box{
		width: 100%;
		height: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.h-title{
		width: 70%;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		color: #FFFFFF;
		
	}
	.h-title img{
		width: 100%;
		height: 60px;
		object-fit: contain;
		display: block;
	}
	.h2-box{
		width: 100%;
		background-color: #FFFFFF;
	}
	.menu{
		width: 7%;
		height: 35px;
		display: block;
	}
	#del{
		width: 8%;
		height: 25px;
		position: absolute;
		top: 23px;
		left: 4%;
		display: none;
	}
	
	.search-img{
		width: 7%;
		object-fit: contain;
		height: 35px;
	}
	.search-img2{
		display: none;
	}
	.menu_list{
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: 100vh;
		padding: 10px 0;
		flex-wrap: wrap;
		/* border-top: 1px solid gainsboro; */
		background-color: #FFFFFF;
		display: none;
		position: absolute;
		
		align-content: flex-start;
		z-index: 9999;
		
	}
	.menu_list a{
		width: 90%;
		display: block;
		font-size: 16px;
		font-weight: 400;
		line-height: 2.5;
		text-decoration: none;
		border-bottom: 1px solid #7a2d08;;
		font-family: "times new roman";
		color: #333;
	}
	/* .menu_list a:nth-last-of-type(1){
		border: none;
	} */
	.seachdiv {
		width: 96%;
		height: 100vh;
		position: absolute;
		z-index: 999;
		margin: 0 auto;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-content: flex-start;
		border-top: 2px solid  #7a2d08;
		padding: 10px 2%;;
		display: none;
	}
	.ts{
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid  #7a2d08;
		position: absolute;
		top: -10px;
		right: 10px;
		
	}
	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 40px;
		width: 80%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 1em;
		background-color: #FFFFFF;
		border: 1px solid gainsboro;
	} 
	.seach-img {
		width: 15%;
		height: 40px;
		background-color: #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.seach-img img {
		width: 30px;
		height: 30px;
		
	}
	.logo{
		width: 85%;
		height: 110px;
		margin: 15px auto;
	}
	.logo img{
		width: 100%;
		height: 100%;
	}
	.banner{
		width: 100%;
		height: auto;
		padding: 15px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.b-box{
		width: 90%;
		height: auto;
		margin: 10px auto 0;
	}
	.b1-box{
		width: 100%;
		height: auto;
		position: relative;
	}
	.b1-box img{
		width: 100%;
		height: 260px;
		display: block;
	}
	.b-text{
		width: 100%;
		height:100%;
		background-color: rgba(0,0,0,0.3);
		position: absolute;
		top: 0;
	}
	
	.b-text p{
		width: 90%;
		height: auto;
		line-height: 1.5;
		margin: 10px auto 0;
		font-size: 18px;
		font-weight: 600;
		color: #FFFFFF;
		
	}
	.b-flex{
		width: 100%;
		height: auto;
	}
	.b2-box{
		width: 90%;
		height: auto;
		margin: 3px auto 0;
		position: relative;
	}
	.b2-box img{
		width: 100%;
		height: 200px;
		display: block;
	}
	.p2{
		font-size: 15px !important;
	}
	
	
	

}

@media (min-width: 1000px){
	.header {
		width: 80%;
		height: auto;
		padding: 0 10%;
		/* position: relative; */
		background-color: #FFFFFF;
		margin: auto;     
		border-bottom: 2px solid gainsboro;
	}
	.h-box{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: relative;
		/* background-color: pink; */
	}
	.header-box{
		width: 15%;
		/* background-color: #000000; */
	}
	#menu{
		display: none;
	}
	.search-img{
		display: none;
	}
	.h-title{
		font-size: 25px;
		color: #000000;
		font-weight: 600;
		text-align: center;
	}
	.h-title img{
		width: 100%;
		height: 100%;
		vertical-align: middle;
	}
	.h2-box{
		width: 80%;
		height: 70px;
		/* padding: 10px 0; */
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
	.search-img{
		width: 7%;
		height: 25px;
	}
	#del{
		display: none !important;
	}
	.search-img2{
		width: 35px;
		height: 35px;
	}
	.menu_list{
		display: block !important;
		display: flex !important;
		justify-content: space-around;
		align-items: center;
		width: 70%;
		height: auto;
		padding: 5px 0;
		
	}
	.menu_list a{
		width: auto;
		display: block;
		height: 60px;
		font-size: 22px;
		font-weight: 400;
		text-align: center;
		line-height: 60px;
		text-decoration: none;
		font-family: "times new roman";
		border-bottom: 3px solid transparent;
		/* border-bottom: 1px solid gainsboro; */
		color: #000000;
	}
	/* .menu_list a:nth-of-type(1){
		color: #7a2d08;
		border-bottom: 3px solid #7a2d08;
	} */
	.menu_list a:hover{
		border-bottom: 3px solid #7a2d08;
		color: #7a2d08;
	}
	.seachdiv {
		width: 400px;
		height: 40px;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid gainsboro;
		border-top: 3px solid  #7a2d08;
		padding: 15px 10px;
		display: none;
		position: absolute;
		top: 60px;
		right: 7%;
		z-index: 999;
		
	
	}
	.ts{
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid  #7a2d08;
		position: absolute;
		top: -10px;
		right: 20px;
		
	}
	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 80%;
		font-size: 14px;
		/* margin: 0 auto; */
		text-indent: 2em;
		background-color: #FFFFFF;
		border: 1px solid gainsboro;
	} 
	.seach-img {
		width: 20%;
		height: 100%;
		background-color: #7a2d08;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.seach-img img {
		width: 30px;
		height: 30px;
		
	}
	
	
}
 