.banner{
	position: relative;
	max-height: 80%;
}
#main-swiper img{
	width: 100%;
	/* height: calc(100vh - 138px); */
	height: auto;
}

.dialog {
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -450px;
	max-height: calc(100% - 90px);
	width: 900px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	border-radius: 5px;
	overflow-y: auto;
}
#dialog-box{
	position: fixed;
	z-index: 9999;
	background: rgb(0,0,0,0.3);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: none;

}
.dialog label{
	font-size: 22px;
	margin-top: 22px;
	font-weight: 400!important;
	color: #555;

}
.concat-form{
	padding:  20px 20px 40px;
	border-bottom: 1px solid #e5e5e5;

}
.send{
	background: rgb(126, 140, 116) ;
	color: #fff;
	padding: 10px 20px;
}
.send:hover {
	background-color: rgba(19, 1, 1, 0.3);
	color: #333;
}
.close-btn{
	margin: 20px;
}
.agree-info{
	padding-top: 20px ;
}
.agree-info span,.agree-info a{
	vertical-align: top;
	font-size: 22px;
	color: #555;
}
.agree-info a{
	color: #333;
}
.agree-info input{
	margin-top: 7px;
	vertical-align: top;

}
.dialog-title{
	min-height: 54px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

.close{
	font-size: 32px;
}
.concat-us-txt{
font-size: 17px !important;
line-height: 1.5;
margin:1em 0;
}
.concat-us{
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
	font-weight:400;
	display:flex;
	align-items: center;
	justify-content: space-between;
	background-color: #bec4bc;

}
.concat-us span{
	color: #000;
	flex: 1;
	padding-left: 10px;
}
.concat-us i{
	background-color: rgba(255,255,255,0.8);
	height: 100%;
	width: 50px;
	top:0;
	line-height: 40px;
	text-align: center;
	font-size: 17px!important;

}
.slider-box{
	position: absolute;
	z-index: 5;
	width: 100%;
	bottom: 0;
	color: #fff;
	overflow: hidden;
}
.slider-box .b1{
	background-color: rgb(100, 135, 152);
}
.slider-box .b2{
	background-color: rgb(207, 129, 73);
}
.slider-box .b3{
	background-color: rgb(113, 136, 73);
}
.slider-box .b1, .slider-box .b2, .slider-box .b3{
	cursor: pointer;
}
.slider-box .title{
	padding: 20px 0;
	text-align: center;
	font-size: 1.8rem;
	word-break: normal;
}
.slider-box .flex-end{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end; /* Safari */ 
	align-items: flex-end;
}
@media (max-width: 900px){
	.slider-box .flex-end{
		display: block !important;
	}
}
@media (max-width: 1000px){
	.slider-box{
		position: relative;
	}
}
.btn-down{
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-30px);
	width: 56px;
	height: 65px;
	border-radius: 25px;
	background-color: #ffffff;
	z-index: 4;
	animation: float 2s ease-in-out infinite;
	cursor: pointer;
}
@-webkit-keyframes float{
	0{
		bottom: 120px;
	}
	50%{bottom: 140px;}
	100%{bottom: 120px;}
}
@keyframes float{
	0{
		bottom: 120px;
	}
	50%{bottom: 140px;}
	100%{bottom: 120px;}
}
.btn-down i{
	color: #d4d4d4;
	font-size: 48px !important;
	margin-left: 4px;
	font-weight: bold;
}
.txt-panel{
	padding: 0 40px;
	display: none;
	/* height: 0; */
}
.line{
	width: 80%;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
	margin: 30px 0 20px 20px;
}
.txt-panel h4{
	margin-bottom: 0;
	font-size: 1.8rem;
}
.txt-panel a{
	display: block;
	padding-bottom: 30px;
	color: #fff;
}
.slideUp{
	animation: show .5s ease forwards;
}
@keyframes show{
	100%{height: 311px;}
}
.slideDown{
	animation: hide .5s ease forwards;
}
@keyframes hide{
	0%{height: 311px;}
	100%{height: 0;}
}
.sec h4{
	font-size: 2.2rem;
	color: #7e8c74;
	margin: 70px 0 25px 0;
}
.news-box{
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	margin-bottom: 20px;
}
a.img{
	width: 100%;
	overflow: hidden;
}
a.img img{
	width: 100%;
}
.news-box img{
	transition: all .5s ease;
}
.news-box img:hover{
	transform: scale(1.1);
}
.news-content{
	font-size: 1.8rem;
	padding: 25px;
	color: #545454;
	display: flex;
	flex-direction: column; 
	box-sizing: border-box;
}
.news-content .content{
	margin-bottom: 20px;
}
.news-title{
	font-weight: bold;
	color: #000;
	font-size: 2rem;
	margin-bottom: 10px;
}
.news-line{
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
}
.sec3{
	background-color: rgba(126,140,116,0.1);
	padding: 50px 15px;
	margin-top: 5%;
	overflow: hidden;
}
.sec3 .news-box{
	border-top: 40px solid rgb(113, 136, 73);
}
.news-box{
	display: block;
	width: calc(33.3333% - 30px);
	margin: 15px;
	box-sizing: border-box;
	position: relative;
}
.sec3 .news-box{
	width: calc(50% - 30px);
}
@media (max-width: 1200px){
	.news-box{
		width: calc(50% - 30px);
	}
}
@media (max-width: 768px){
	.news-box{
		width: calc(100% - 30px);
	}
	.sec3 .news-box{
		width: calc(100% - 30px);
	}
}
.news-dec{
	margin-bottom: 30px;
}
.read-more{
	font-size: 1.4rem;
	margin-top: auto;
	color: #545454;
	position: absolute;
	bottom: 30px;
}
.img{
	border-bottom: 1px solid #eee;
}
.news-content a:hover{
	color: #7e8c74;
}
.sec-row{
	margin: 0 -30px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;"
}
.lipoid .row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;"
}
@media (max-width: 1400px){
	.lipoid .row{
		margin: 0 15px;
	}
}
.sec2-title{
	font-size: 2rem;
}
.font18{
	color: #737373;
}
.color-g{
	color: rgb(126, 140, 116);
	line-height: 3rem;
	margin: 20px 0;
}
.more-posts{
	text-align: center;
	font-size: 2.2rem;
	margin-top: 3%;
	text-transform: uppercase;
}
.fixed-bg{
	height: 100vh;
	background-image: url(../img/lipoid-home-parallax-1-scaled.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.lipoid{
	margin: 80px 0 60px 0;
}
.url-txt{
	font-size: 2rem;
	color: rgb(110, 126, 80);
	border: 1px solid rgb(110, 126, 80);
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.bg-url{
	font-size: 2.2rem;
	background-color: rgb(110, 126, 80);
	text-align: center;
	letter-spacing: .4px;
	margin-bottom: 20px;
	border: 3px solid rgb(110, 126, 80);
}
.bg-url a{
	color: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	
}