* {
  font-family: Roboto;
  margin: 0;
  padding: 0; }

.bold-text {
  font-weight: bold; }

.img-responsive {
  width: 100%; }

.container {
  width: 80%;
  margin: 0 auto; }

.banner {
  background-image: url(../img/nen.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
  color: #275b9c;
  padding-bottom: 3em; }
  .banner .col-head {
    background-color: white;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 100px; }
    .banner .col-head .cont-head h4 {
      font-size: 155%;
      text-transform: uppercase;
      font-weight: bold; }
    .banner .col-head .cont-head a {
      margin-left: 5px; }
    .banner .col-head .cont-head a:hover {
      text-decoration: none; }
  .banner .banner-it {
    width: 57%;
    margin: 0 auto;
    margin-top: 8em; }
  .banner .section1 {
    margin-top: 7em;
    background-color: white;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    color: #000c45; }
    .banner .section1 .item {
      padding-top: 2em;
      padding-bottom: 2em;
      vertical-align: middle;
      position: relative; }
      .banner .section1 .item .number {
        display: inline-block;
        float: left;
        width: 25%;
        font-size: 9em;
        border-radius: 8px;
        text-align: center;
        margin-top: 15px;
        font-weight: bold; }
      .banner .section1 .item .decor {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0; }
        .banner .section1 .item .decor img {
          height: 100%; }
      .banner .section1 .item .number:before {
        border-right: 35px solid red;
        border-bottom: 86px solid transparent;
        border-top: 86px solid transparent;
        content: "";
        height: 80%;
        left: -19px;
        position: absolute;
        top: 19px;
        width: 0; }
      .banner .section1 .item .content {
        vertical-align: middle;
        height: 100%;
        display: inline-block;
        width: 70%;
        text-align: left;
        padding-left: 2.5em;
        min-height: 215px;
        font-size: 250%; }
      .banner .section1 .item .cont-2 {
        font-size: 109%;
        padding-top: 1.5em; }
        .banner .section1 .item .cont-2 span {
          font-weight: bold;
          font-size: 120%; }
        .banner .section1 .item .cont-2 ol li {
          list-style-type: none;
          font-weight: normal; }
          .banner .section1 .item .cont-2 ol li span {
            font-weight: bold;
            font-size: 110%;
            margin-left: -1em; }
      .banner .section1 .item .cont-1 {
        line-height: 200px;
        font-weight: bold; }
      .banner .section1 .item .cont-3 {
        padding-top: 3em; }
    .banner .section1 .item-0 {
      background-color: white; }
      .banner .section1 .item-0 .number {
        color: #000c45;
        background-color: #ffd900; }
      .banner .section1 .item-0 .number:before {
        border-right: 35px solid #ffd900; }
    .banner .section1 .item-1 {
      background-color: #ffd900; }
      .banner .section1 .item-1 .number {
        color: #ffd900;
        background-color: #000c45; }
      .banner .section1 .item-1 .number:before {
        border-right: 35px solid #000c45; }
    .banner .section1 div.befor {
      color: white;
      background-color: #00207b;
      text-align: center;
      text-transform: uppercase;
      position: absolute;
      top: -50px;
      width: 33%;
      left: 33%;
      height: 50px;
      line-height: 50px;
      font-size: 150%;
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .banner .section-after {
    margin-top: 2em; }
    .banner .section-after .row {
      margin-left: -30px;
      margin-right: -30px; }

footer {
  background-color: #323644;
  min-height: 300px;
  padding-top: 23px;
  color: white; }
  footer .icon-container {
    margin-top: -3em;
    float: right;
    margin-right: 3em; }
  footer .icon {
    margin-right: 26px; }
  footer .section_lienhe {
    margin-bottom: 2em; }
    footer .section_lienhe p {
      color: #323644;
      font-size: 30px;
      font-weight: bold; }
    footer .section_lienhe span {
      border-bottom: 4px solid #f65959;
      padding-bottom: 2px;
      color: #323644; }
  footer .col_footer1 {
    border-left: 4px solid #f65959; }
    footer .col_footer1 p {
      font-size: 18px;
      color: white;
      padding-left: 15px;
      padding-top: 0px; }
      footer .col_footer1 p span {
        color: white; }
  footer .lienhe {
    color: white;
    font-size: 25px;
    color: white;
    margin-bottom: 1em;
    font-weight: bold;
    padding-left: 15px; }
  footer .col_footer2 p.text-title {
    color: #f65959;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: bold; }
  footer .col_footer2 p {
    color: white; }
