@charset "utf-8";
/* CSS Document */
.banr_section2 .about_content_section {
    width: 67% !important;
}
.banr_section2 .abot_side_bar {
    width: 30% !important;
}
.banr_section2 .content_section .bimit h1.about_text {
    margin-bottom: 28px;
}
.banr_section2 .side_bar .bimit ul li {
    background-image: none;
}
.banr_section2 .abot_side_bar .adress p {
    color: #000000;
    font-weight: 500;
    padding-left: 30px;
	background-repeat:no-repeat;
}
.banr_section2 .abot_side_bar .adress p.phone {
    background-image: url("../images/phone.png");
	background-position: 0 center;
}
.banr_section2 .abot_side_bar .adress p.mail {
    background-image: url("../images/mail.png");
	background-position: 0 center;
}
.banr_section2 .abot_side_bar .adress p.location{
    background-image: url("../images/location.png");
	background-position:0 5px;
}
.banr_section2 .side_bar .bimit .map {
    border: 1px solid #D5D5D5;
    padding: 3px;
	display:inline-block;
}
.banr_section2 .content_section .bimit .knowledge_table table {
    color: #000;
    font-size: 14px;
	font-weight:500;
}
.banr_section2 .content_section .bimit .knowledge_table label{
	font-size:14px;
	color:#000;
}
.banr_section2 .content_section .bimit .knowledge_table .form div{
	margin:9px 0;
}
.banr_section2 .content_section .bimit .knowledge_table .form div div{
	margin:0;
}
.banr_section2 .content_section .bimit .knowledge_table input[type="text"],
.banr_section2 .content_section .bimit .knowledge_table textarea {
	font-family: font-family: 'Roboto', sans-serif;
    border: 1px solid #d2d2d2;
    background-color: #FFFFFF;
    border-image: none;
    border-radius: 0;
    color: #666666;
    font-size: 15px;
    padding: 7px;
    width: 48%;
}
.banr_section2 .content_section .bimit .knowledge_table textarea{
		font-family: font-family: 'Roboto', sans-serif;
    border: 1px solid #c0c0c0;
    background-color: #FFFFFF;
    border-image: none;
    border-radius: 0;
    color: #666666;
    font-size: 15px;
    padding: 7px;
}
.banr_section2 .content_section .bimit .knowledge_table input[type="submit"]{
	background-image: url("../images/submit.png");
    border: 0 none;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 14px 7px 53px;
}
.knowledge_table table {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.banr_section2 .content_section .bimit .post_coment > a{
    background: #31b24b; /* Old browsers */
	background: -moz-linear-gradient(top, #31b24b 0%, #2ba143 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31b24b), color-stop(100%,#2ba143)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #31b24b 0%,#2ba143 100%); /* IE10+ */
	background: linear-gradient(to bottom, #31b24b 0%,#2ba143 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b24b', endColorstr='#2ba143',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 2px;
    text-align: center;
}
.banr_section2 .content_section .bimit .post_coment > a .read_more_border1{
    border-right: 1px solid #38D156;
    display: inline-block;
    padding: 5px 13px 10px;
}
.banr_section2 .content_section .bimit .post_coment > a .read_more_border2 {
    border-left: 1px solid #208632;
    display: inline-block;
    padding: 5px 13px;
}