*
{
	margin: 0;padding: 0;
	
	font-family: Roboto;
}
img
{
	max-width: 100%;
}
body
{
	font-family: Roboto;
	font-size: 15px;
}
header
{
	position: relative;
}
.bg-header
{
	height: 475px;
	width: 100%;
	background: #005c66;
	position: absolute;z-index: -1;
	
}
.bg-img
{
	background-image: url('../images/pharma.jpg');
	opacity: 0.25;
	position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-top
{
	padding-top: 40px;
}
.main
{
	max-width: 1320px;
	margin: auto;
}
.header-top .main
{
	display: flex;justify-content: flex-end;
}
.header-login
{
	height: 35px;
	background: #87B049;
	line-height: 1.5;
	color: #FFF;
	display: flex;align-items: center;
	position: relative;
}
.upcom-date {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: unset!important;
    text-transform: unset!important;
}
.header-show
{
	display: flex;align-items: center;
}
.header-show.active + .form-login
{
	display: block;
}
.header-login_text
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
	padding:0 12px;
	max-width: 500px;
}
.header-login_btn
{
	width: 45px;height: 35px;
	background: #73963E;
	font-size: 14px;line-height: 14px;
	display: flex;align-items: center;justify-content: center;
	text-align: center;
}
.header-login_btn svg
{
	width: 20px;
}
.join:hover .header-login_btn
{
	background: none;
}
.header-login.active .form-login
{
	display: block;
}
.header-show.active .header-login_btn
{
	transform: rotate(180deg);
}
.form-login
{
	position: absolute;top: 100%;right: 0;
	padding: 15px; background: #FFF;
	z-index: 111;
	display: none;
	width: 320px;
}
.form-label
{
	display: flex;justify-content: space-between;
	align-items: center;
	white-space: nowrap;

}
.form-label a
{
	color: #448940;
	font-size: 13px;
	font-weight: bold;
}
.form-label a:hover 
{
	color: #87B049;
}
.form-login label
{
	color: #005d66;
	font-weight: bold;
	font-size: 13px;
	margin: 0;

}
.svg20  svg
{
	height: 20px;

}
.svg-green svg
{
	fill:  #448940;
}
.form-input input
{
	margin-top: 10px;
	width: 100%;
	border:none;
	outline: 0;
	background:#F0F0F0;
	height: 36px;
	padding: 0 10px;
}
.form-submit button
{
	display: flex;align-items: center;
	
	border:none;
	background: #87B049;
	font-weight: bold;color: #FFF;
}
.form-submit button .text
{
	padding: 0 30px;
}
.form-submit button .svg
{
	background: #73963E;
	height: 45px;width: 45px;
	display: flex;align-items: center;justify-content: center;
	fill: #FFFF;
}
.form-submit button:hover .svg
{
	background: none;
}
.form-text
{
	color: #333;
	margin-top: 15px;
	font-size: 15px;
}
.form-text a
{
	color: #448940;
	font-size: 13px;
	font-weight: bold;
}
.form-text a:hover
{
	color: #87B049;
}
.mt-10
{
	margin-top: 10px;
}
.ml-10
{
	margin-left: 10px;
}
.header-search form
{
	display: flex;align-items: center;
}
.header-search input
{
	height: 35px;
	width: 250px;border:none;
	background: #FFF;
	outline: 0;
	padding: 0 10px;
}
.header-search button
{
	height: 35px;
	width: 45px;
	position: relative;
	border:none;
	
	background: none;
	outline: 0;
	color: #FFF;
	padding:6 10px;
}
.header-search button:after
{
	background: #0062a3;
	width: 100%;height: 100%;
	position: absolute;top: 0;left: 0;
	z-index: 1;
	content: "";
	opacity: 0.5;

}
.header-search button:before
{
	background: #000;
	width: 100%;height: 100%;
	position: absolute;top: 0;left: 0;
	z-index: 2;
	content: "";
	opacity: 0.4;

}
.header-search button i
{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 2;
}
.header-menu
{

}
.header-menu .main
{
	
	
	border-bottom: 1px solid #5D979D;
	display: flex;justify-content: space-between;
}
.logo 
{
	/*height: 60px;*/

}
.logo img
{
	/*max-height: 60px;*/
	max-width: 300px;
}
.header-menu .menu
{
	margin-top: 12px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.menu-li
{
	position: relative;
}
.menu-li-text
{

	height: 48px;
	line-height: 48px;
	padding: 0 15px;
}
.menu-li-text a
{
	color: #FFF;
	font-weight: 500;
}
.menu-li-text i{
    color: #fff;
}
.menu-li-text a:hover
{
	text-decoration: none;
}
.menu-li:hover
{
	background: #FFF;
}
.menu-li:hover a
{
	color: #005d66;
}
.menu-li:hover .menu-child
{
	display: block;
}
.menu-child
{
	position: absolute;top: 100%;left: 0;
	min-width: 300px;
	display: none;
	background: #FFF;
	padding:  6px 0;
	z-index: 10;
}
.menu-child.right
{
	right: 0 !important;
	left: auto;
}
.child-li
{
    padding: 10px 20px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1rem;
    line-height: 25px;
}

a 
{
	color: #333; 

}
a:hover
{
	text-decoration: none;
}
.menu-child a:last-child .child-li
{
	border:none;
}
.menu-child .child-li{
    font-weight: 400;
    /*border: none;*/
    color: #171616;
    
}
.menu-child a child-li{
    /*border-top: 1px solid #eee;*/
        /*font-size: 1rem;*/
        /*line-height: unset!important;*/
}
.menu-li:last-child .menu-child
{
    left: -146px;
}
.child-li:hover
{
	background: #F6F4F1;
}
.menu-child.menu-child-show-right
{
	right: 100%;
	left: auto;
	border-right: 1px solid #d3d3d3;
}
.menu-child_doubble
{
	position: absolute;
	top: 100%;left:-301px;
	display: none;
	z-index: 2;
}

.menu-child_doubble_li
{
	min-width: 300px;
	background: #FFF;
}
.bd-l
{
	border-left: 1px solid #d3d3d3;
}
.menu-child_doubble_title
{
	padding: 10px 12px;
	font-weight: bold;
	color: #005d66;
}
.menu-child_doubble_li a:last-child .child-li
{
	border: none;
}
.menu-child_doubble-left
{
	position: absolute;
	top: 100%;
	display: flex;
	right: 0;
	z-index: 2;
	display: none;
}
.menu-li:hover .menu-child_doubble,.menu-li:hover .menu-child_doubble-left
{
	display: flex;
}
.header-mb
{
	display: none;
}
.header-mb_bg
{
	padding: 15px;
	background: #005C66;
	transition: 0.2s;
}
.header-mb-top
{

	display: flex;
	align-items: center;justify-content: space-between;

}
.header-mb_bg.active 
{
	height: 200px;
}
.header-mb-bar .bar
{
	width: 25px;height: 3px;background: #FFF;
	margin:4px 0;
}
.header-mb-bar
{
	background: none;border:none;
	padding: 12px 0;
	outline: 0 !important;
	
}
.header-mb-bar .bar
{
	transition: 0.2s;
}
.header-mb-bar.active
{

}
.header-mb-bar.active .bar:nth-child(2)
{
	opacity: 0;
}
.header-mb-bar.active .bar:nth-child(1)
{
	transform:translate3d(3px,6px,0) rotate(135deg);

	
}
.header-mb-bar.active .bar:nth-child(3)
{
	transform: translate3d(3px,-8px,0) rotate(-135deg);
}
.header-mb-form 
{
	margin-top: 10px;
}
.header-mb-form .header-search input
{
	border:1px solid #d3d3d3;
}
.flex-center
{
	display: flex;align-items: center;justify-content: center;
}
.mb-10
{
	margin-bottom: 10px;
}
.form-login-title
{
	display: flex;align-items: center;
	border-bottom: 1px solid #d3d3d3;
	background: #FDFBF8;
	display: none;
}
.form-login-title button
{
	width: 45px;height: 45px;
	border:none;
	background: none;
	border-right: 1px solid #d3d3d3;
}
.form-login-title .text
{
	font-weight: bold;color: #87B049;
	padding-left: 15px;
}
.header-mb-bot
{
	display: none;
}
.header-mb-bot.active
{
	display: block;
}
.menu-mb
{
	
	overflow: auto;
	height: 400px;
}
.list-menu
{

}
.menu-mb-li
{
	padding: 10px 20px;
	border-top: 1px solid #d3d3d3;
	font-size: 16px;
	padding-right: 0;
	display: flex;align-items: center;justify-content: space-between;
}
.menu-mb-li button
{
	border:none;background: none;
	width: 50px;
	outline: 0 !important;
	color: #333;
}
.menu-mb-li button i
{
	transform: rotate(-90deg);
}
.menu-mb-li.active
{
	border-left: 4px solid #87B049;
}
.menu-mb-li.active > button >i 
{
	transform: rotate(0deg);
}
.menu-mb-child
{
	/*padding: 0 30px;*/
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	border-left: 1px solid #d3d3d3;
	display: none;
}
.menu-mb-li.active + .menu-mb-child
{
	display: block;
}
.menu-mb-child_li
{
	padding: 6px 0;
}
@media only screen and (max-width: 1024px)
{

}
@media only screen and (max-width: 1000px)
{
	.bg-header
	{
		display: none;
	}
	.header-pc
	{
		display: none;
	}
	header
	{
		padding: 0 15px;
	}
	.header-mb
	{
		display: block;
		
	}

}
@media only screen and (max-width: 1000px) and (min-width: 769px)
{
	.header-mb-form
	{
		display: flex;flex-direction: row-reverse;
		justify-content: center;
	}
	.header-mb-bot-form
	{
		display: flex;
	}
	.header-mb-bot-form >div
	{
		margin-right: 10px;
	}
	.form-login
	{
		right: auto;left: 0;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
		border:1px solid #d3d3d3;
	}
}
@media only screen and (max-width: 768px)
{
	.header-mb-bot .form-login
	{
		position: fixed;bottom: 0;width: 100%;
		top: auto;
		right: auto;
		left: 0;
		padding: 0;
		background: #FFF;
		z-index: 111;
	}
	.form-login-title
	{
		display: flex;
	}
	.form-login-mb
	{
		padding: 20px;
		background: #FFF;
	}
	.form-login
	{
		height: 100%;
	}
}