.bread_crumps {
	background-color: #00923f;
	color: white;
	padding: 20px 10%;
}

.bread_crumps span {
	font-weight: bold;
}

.bread_crumps  h1 {
	letter-spacing: 2px;
	font-size: 30px;
	margin-bottom: 20px;
}


ul.bread_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
}

ul.bread_menu li a {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.about_dry {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 98%;
	margin: 0 auto;
	justify-content: space-between;
}

section.about_section_dry {
	width: 70%;
	margin-top: 32px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
	border-radius: 10px;
}

aside.list_service {
	width: 360px;
	margin-right: 30px;
}

.about_section_dry_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 20px;
}
.inner_text_dry {
	box-sizing: border-box;
	padding: 2% 40px 0;
	width: 60%;
	line-height: 26px;
	font-size: 18px;
	text-indent: 26px;
	color: #3f3e3ede;
}
.inner_img_dry {
	width: 40%;
	height: 40%;
}

.inner_img_dry img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.inner_about_dry {
	width: 90%;
	margin-top: 40px;
}

.inner_about_dry h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: white;
	letter-spacing: 2px;
	background-color: #00923f;
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
}





.inner_about_dry p {
	text-indent: 20px;
	line-height: 28px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 20px;
	padding-right: 14px;
	font-size: 16px;
}

.wrapper_order {
	width: 96% !important;
	margin: 70px auto 0 !important;
}

ul.list_hidden_services {
	overflow: hidden;
	height: auto;
}

#order_service {
	background-color: #00923f;
    font-size: 24px;
    color: white;
   	border-radius: 6px;
   	width: 174px;
   	padding: 12px 0;
   	cursor: pointer;
   	margin-top: 40px;
   	text-transform: uppercase;

}

/* Block Navagation */
.more_short_info {
	display: none;
}
#more_info {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*padding-right: 20px;*/
	font-weight: bold;
    color: white;
    letter-spacing: 2px;
    background-color: #00923f;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
    display: block;
    width: 90%;
}
.more_short_info ul li {
	margin-top: 14px;
	padding-left: 20px;
	padding-right: 4px;
	line-height: 40px;
	font-weight: bold;
	color: #3f3e3ede;
	font-size: 16px;
	cursor: pointer;
}
#span_arrow_more {
	/*background-color: #00923f;*/
    padding-left: 2px;
    border-radius: 50%;
    color: #00923f;
    font-weight: bold;
    margin-left: 3px;
    font-size: 16px;
}

.inner_img_about { 
	display: none;
	width: 100%;
	height: auto;
}
.inner_img_about img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1100px) {
	/* List Menu */
	ul.list_hidden_services {
		height: 0;
	}
	.about_dry {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
	aside.list_service {
		width: 60%;
		order: 2;
	}
	section.about_section_dry {
		width: 80%;
	}
	
}

@media screen and (max-width: 768px) { 
	/* Inner Block Img */
	.inner_about_dry {
		width: 100%;
		margin-top: 20px;
	}
	.inner_about_dry h1 {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.inner_img_about { 
		display: block;
	}
	.more_short_info {
		display: block;
	}
	aside.list_service {
		width: 90%;
		margin: 40px 0;
	}
	.inner_img_dry img {
		border-top-right-radius: 10px;
    	border-bottom-right-radius: 0;
	}
	/* Aside */
	.about_section_dry_inner {
		flex-direction: column;

	}
	
	.about_dry {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		/* align-items: center; */
	}
	aside.list_service {
		width: 60%;
		margin-left: 0;
	}
	section.about_section_dry {
		width: 80%;
		
	}
	.inner_img_dry {
		width: 100%;
		height: 100%;
	}

	.inner_text_dry {
		padding: 16px 25px;
		width: 100%;
	}
	.inner_about_dry h1 {
		font-size: 16px;
	}
	.wrapper_order {
		width: 90% !important;
		margin-top: 0 !important; 
	}
}

@media screen and (max-width: 520px) {
	
	section.about_section_dry {
		width: 90%;
	}
	.bread_crumps {
		padding: 20px 2%;
		font-size: 14px;
	}
	.bread_crumps h1 {
		padding-left: 4px;
		font-size: 20px;
	}
	aside.list_service {
		width: 90%;
	}
} 