
.container-f-7 {
  background-color: #153040;
  background: #041c2a url(img-bg/main5-1.png) 55% 70%;
  padding-top: 1rem;
  background-blend-mode: difference;
  }

.container-f-8 {
 padding: 19px 1px 19px 1px;
 background: #081c25 url(img-bg/bg0-00.jpg) 1% 1% no-repeat;
 background-color: #0c3868;
 background-position: top;
 }

.container-f-9 {
 padding: 19px 1px 19px 1px;
 background: #081c25 url(img-bg/bg6-01.jpg) 1% 1% no-repeat;
 background-color: #003342;
 background-position: top;
 /* background-attachment: fixed; */
 }

/*==================     Banner    ======================*/

.bt-5rem{margin-bottom:3rem;}
.banner_wr {
  position: relative;
  min-height: 308px;
}

.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
 list-style:none
}
.banner:before, .banner:after {
  display: table;
  /* content: ""; */
  line-height: 0;
}
.banner:after {
  clear: both;
}
.banner li {
  position: relative;
  margin-top: 30px;
  width: 25%;
  height: 358px;
  padding: 25px 29px 20px;
  float: left;
  color: #fff;
  background: #62bfe6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 400px;
}
.banner li:hover {
  margin-top: -20px;
  height: 450px;
  padding-bottom: 50px;
}
.banner li {
  font-size: 14px;
  line-height: 1;
  color: inherit;
}
.banner li a {
  /* position: absolute; */
  bottom: 20px;
  right: -30px;
}
.banner li a:before {
  font-family: "FontAwesome";
  font-size: 19px;
  line-height: 1;
  color: inherit;
  /* content: ""; */
}
.banner li a:hover {
  opacity: .7;
}
.banner li:hover a {
  right: 30px;
}
.banner li:nth-child(1) {
  background: #57aacd;
}
.banner li:nth-child(2) {
  background: #55b0d6;
}
.banner li:nth-child(3) {
  background: #5bb7de;
}
.banner h3 {
  color: #fff;
}
.banner p {
  line-height: 28px;
  color: #fff;
}
.banner {
  margin-top: 17px;
}
.banner {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .banner {
    position: static;
    padding-left: .2rem;
  }
  .banner li {
    width: 50%;
    margin-top: 0;
  }
  .banner li a {
    right: 30px;
  }
  .banner li:hover {
    height: 358px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner li {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .banner li a {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }
  .banner li:hover {
    height: auto;
    margin-top: 20px;
  }
}

