.menu_item {
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    background: #DBFFDB;
    float: left;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px 0px 20px;
    font-weight: bold;
    text-align: left;
}

/*
.menu_item:hover {
    background: #B1E4B1; 
    text-decoration: none;  
    background: #B1E4B1; 
    color: #fff;
}
*/

/*
.active {
    background: #C9E68A;
}
*/

.active {
	background: #C9E68A url(img/bg_menu.png) center right no-repeat!important;
	border: 1px solid #ccc;
}

#menu a {
    color: #fff;
}

.menu_item {
    width: 99%;
    height: 35px;
    float: left;
    border-radius: 8px;
    margin-top: 2px;
    background: #B1E4B1 url(img/bg_menu.png) center right no-repeat;
    box-shadow: 0 1px #ffffff inset, 0 1px 3px rgb(34 25 25 / 40%);
}

.menu_item:hover {
    transition-timing-function: ease-out;
	transition-duration: 500ms;
	background: #C9E68A url(img/bg_menu.png) center right no-repeat;
	cursor: pointer;	
    text-decoration: none;
}

.menu_item a {
    text-decoration: none;
    padding: 8px 0px 8px 20px;
    float: left;
    color: #fff;
    width: 90%;
    height: 90%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 0 1px rgb(34 25 25 / 40%);
}


.slide {
    width: 798px;
    display: block;
    margin: 0 auto;
/*
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
*/
}

.bx-viewport {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.slide .slider-st1 .item-slider {
    position: relative;
}

.space {
    width: 798px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

#header {
    width: 798px;
    height: auto;
    display: block;
    margin: 0 auto;
/*
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;   
*/
}

#logo {
	width: 100%;
	height: auto;	
	text-align: center;
	padding-bottom: 10px;   
}
#logo img {
	width: 40%;
	height: auto;
	text-align: center;
     float: left;
}

#tel {
    
}