@charset "utf-8";
.main-banner8 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 120px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.main-banner8:before {
  content: "";
  background-image: url(../i/kappa-dish.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 10%;
  top: 176px;
  width: 456px;
  height: 289px;
}
.main-banner8:after {
  content: "";
  background-image: url(../i/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 267px;
  height: 532px;
}
.main-banner8 h3 {text-align: right; color: #03a4ed;}
.main-banner8 .hr1 {height:6px;background:url(../i/hr1.png) repeat-x 0 0;border:0;margin-top:10px;margin-bottom:15px}
