@charset "utf-8";
/*****************************************************************************
CSS only for /lifesolutions/about/global-network/index.html
*****************************************************************************/
	
.fixed {
    position: fixed;
    top: 48px;
    padding: 0;
    width: 966px;
    z-index:1;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
	
	.fixed {
    position: fixed;
    top: 0px;
    padding: 0;
    width: 100%;
	display: none;
}
}
/* .kv_block
-----------------------------------------*/

.kv_block{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: url('../img/img_05.jpg') 0 24% no-repeat;
    background-size: cover;
	height: 500px;
}

.kv_block_inner {
    margin: 0 auto;
    padding: 0;
    text-align: right;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

.kv_block_title {
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.2;
	text-align:left;
	margin-left:auto;
	width: 540px;
}

.kv_block_title {
	color: #FFF;
}

@media screen and (max-width:967px) {
.kv_block {
    width: 100%;
    position: relative;
    background: url('../img/img_05.jpg') 0 24% no-repeat;
    background-size: cover;
	height: 400px;
}

.kv_block_title{
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
    font-weight: 800;
	line-height: 1.2;
	text-align:left;
	margin-left:20px;
}
}

@media screen and (max-width:640px) {
	
.kv_block {
    width: 100%;
    position: relative;
    background: url('../img/img_05.jpg') 0 24% no-repeat;
    background-size: cover;
	height: 300px;
}
	
.kv_block_title{
	font-size: 8vw;
	margin: 0 20px;
	color: #FFF;
}
	
}

/* .lead_block
-----------------------------------------*/

.lead_block {
	padding: 3em 0;
	text-align: center;
}

.lead_block h2 {
	font-size: 2.25em;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}

.lead_block p {
	font-size: 1.125em;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	line-height: 1.6;
	text-align: center;
}

.nav_fixed{
	background:  #FFF;
}

.lead_block ul {
	margin: 10px auto;
	text-align: center;
	width: auto;
	display: table;
}

.lead_block ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 184px;
	border-right: 1px solid #000;
	padding: 10px 0;
	font-size: 1em;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.lead_block ul li:first-child {
	border-left: 1px solid #000;
}

.lead_block ul li a {
	color: #000 !important;
	transition: 1.0s ;
}

.lead_block ul li a:hover {
	text-decoration: none;
	opacity: 0.5 ;
}


@media only screen and (max-width:640px) and (max-device-width:1280px) {
.lead_block h2 {
	font-size: 6vw;
}

.lead_block p {
	font-size: 4vw;
	text-align: left;
	margin: 0 20px;
}

.lead_block ul {
	margin: 10px auto;
	width: auto;
	display: block;
}

.lead_block ul li {
	width: auto;
	display: block;
	border-right: none;
	position: relative;
	padding: 0px 0;
	font-size:  4.6vw;
	margin-bottom: 1em;
}

.lead_block ul li:first-child {
	border-left: none;
}

.lead_block ul li a:after{
	color:#000;
	content: " \f107";
	font-family: FontAwesome;
	font-size:120%;
	margin: 0 0 0;
	}
}

/* .list_block
-----------------------------------------*/
.list_block {
    
}

.list_block h3 {
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
    font-weight: 900;
	line-height: 1.6;
	border-bottom: 4px solid #000;
	margin-bottom: 1em;
}

.list_block ul {
	margin-bottom: 1.6em;
	display: flex;
	flex-wrap: wrap;
}

.list_block ul li {
	width: 48%;
	margin-bottom: 1em;
	font-size: 0.88em;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	line-height: 1.6;
}

.list_block ul li a {
	color: #000 !important;
}

.list_block ul li a:hover {
	color: #666 !important;
	text-decoration: none!important;
}

.list_block ul li a:after{
	display:inline-block;
	content: "";
	width: 15px;
	height: 15px;
    background: url('../img/icon_blank.png') 0 0 no-repeat;
	margin-left: 10px;
	}

.list_block ul li:nth-child(odd){
	margin-right: 4%;
}

.list_block ul li i {
	margin-left: 10px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
.list_block {
    padding-top: 250px;
    margin-top: -250px;
}
.list_block h3 {
	font-size: 6vw;
}

.list_block h4 {
	font-size: 5vw;
}
.list_block ul li {
	width: 100%;
	font-size: 4vw;
	line-height: 1.4;
	margin-bottom: 0.6em;
}

.list_block ul li:nth-child(odd){
	margin-right: 0%;
}
}