 

/*img begin*/
@media only screen and (max-width: 768px){
	img{ max-width:100%!important; float:none; margin:0; height:auto!important;}
}
/*img end*/



/*sy ban*/
@media only screen and (max-width: 1366px) and (min-width: 1025px){
	#c_static_001-16425798273030 .e_image-5 img{ width:80%}
#c_static_001-16425798273030.response-animated .e_image-5{ margin-top:10%}

#c_static_001-16425798251710 .e_container-3 .cbox-3-0{ margin-top:-44%}
#c_static_001-16425798251710 .e_image-5 img{    width: 80%;    float: right;}
#c_static_001-16425798251710.response-animated .e_richText-7{ margin-top:20px; margin-bottom:20px;}

#c_static_001-16425797867470 .e_image-5 img{width: 80%;}
#c_static_001-16425797867470 .e_container-3 .cbox-3-0{ margin-top:-44%}
#c_static_001-16425797867470.response-animated .e_richText-7{ margin-top:20px; margin-bottom:20px;}

}

  @-webkit-keyframes spin { 
    from {
      -webkit-transform: rotate(0deg);
    }
    to { 
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }