@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------*/
/*---sec_why_us-------------------------------------------------------------*/

div#sec_why_us{
	width: 100%;
}

/*---map_image-------------------------------------------------------------*/

div#sec_why_us div#map_image{
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
div#sec_why_us div#map_image p{

-webkit-flex: 1;
flex: 1;
}

/* 
div#sec_why_us div#map_image a{
  width: 30%;
  text-align: center;
  margin-top: 10px;
}
div#sec_why_us div#map_image a:hover{
  opacity:0.8;
} */

div#sec_why_us img.mapimg{
  max-width:100%;
  max-height:auto;
  margin-bottom:0px;
}

/*----------------------------------------------------------------*/
/*---sec_testimonials-------------------------------------------------------------*/

div#sec_testimonials{
}

div#sec_testimonials div.cnt_detail{
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px #dbdbdb dashed;
}
div#sec_testimonials div.cnt_detail div.text{
  margin-top: 10px;
}
