@charset "utf-8";
/* CSS Document */




.box_intro_about{
position:relative;
z-index:1;
border:0px dashed #FF9900;
height: auto;
margin-top:120px;
margin-bottom:40px;
}



.box_partner_about{
position:relative;
z-index:1;
border:0px dashed #FF9900;
height: auto;
background:#f0f5fd; 

}

.micro_kon{
width:100%;
margin-left:auto;
margin-right:auto;
border:0px dashed #FF0000;
position:relative;

}

/* ---------------------------------------------Box */


.box_about_BBa{
  border:0px dashed #FF0000;
  position:relative;
}


.box_about_AAb{
border:0px dashed #FF0000;
position:relative;
}


.box_about_AAba{
min-height:200px;
position:relative;
padding-top:20px;
border:1px dashed #FF0000;
}

.mgl5{margin-left:5%;}

.mgb20{margin-bottom:20px;}








/* Responsive */
 /* Media Query for Mobile Devices */
@media all and (max-width: 480px) {

.box_slider_about{
margin-top:0px;
height:150px;
overflow:hidden;

}

.box_intro_about{
border:0px dashed #FF9900;
height: auto;
margin-top:20px;
margin-bottom:20px;

}

.mgl5{margin-left:0;}

.mgb20{margin-bottom:0;}
}
          
        /* Media Query for low resolution  Tablets, Ipads */
@media all and (min-width: 481px) and (max-width: 767px) {

.box_slider_about{
margin-top:0px;
height:150px;
overflow:hidden;

}

.box_intro_about{
border:0px dashed #FF9900;
height: auto;
margin-top:20px;
margin-bottom:20px;

}

.mgl5{margin-left:0;}
.mgb20{margin-bottom:0;}
}
          
        /* Media Query for Tablets Ipads portrait mode */
@media all and (min-width: 768px) and (max-width: 1024px){


.box_slider_about{
margin-top:0px;
height:150px;
overflow:hidden;

}

.box_intro_about{
border:0px dashed #FF9900;
height: auto;
margin-top:40px;
margin-bottom:40px;

}

.mgl5{margin-left:0;}

.mgb20{margin-bottom:20px;}


}
          
        /* Media Query for Laptops and Desktops */
@media all and (min-width: 1025px) and (max-width: 1280px){
}
          
        /* Media Query for Large screens */
@media all and (min-width: 1281px) {
}
		
	
