#home_info,
.box_mid {
  /*   margin-left: 17px;
     margin-right: 17px;*/
}

#container {
  padding: 0px;
  margin: 0px;
  min-height: 0px;
}

section .title_section {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  section .title_section {
    font-size: 24px;
  }
}
section .title_section:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #41c8f3;
  margin: auto;
  display: block;
  margin-top: 20px;
}
@media (max-width: 999px) {
  section .title_section:after {
    margin-top: 15px;
  }
}

section.section_about {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 999px) {
  section.section_about {
    display: none;
  }
}
section.section_about .content {
  max-width: 1170px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section_about .content p {
  line-height: 28px;
  padding: 0px;
  font-size: 17px;
}
section.section_about .content .fl {
  width: 48%;
}
@media (max-width: 499px) {
  section.section_about .content .fl {
    width: 100%;
    margin-bottom: 11px;
  }
}
section.section_about .content .fr {
  width: 52%;
  padding-left: 28px;
}
@media (max-width: 499px) {
  section.section_about .content .fr {
    width: 100%;
    padding-left: 0px;
  }
}
section.section_about .content .fr .short {
  text-align: justify;
}
section.section_about .btn_about {
  margin-top: 9px;
  text-align: left;
}
section.section_about .btn_about a {
  background: #41a9e0;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding: 8px 32px;
  font-weight: bold;
}

section.section_product {
  background: url("../images/bg_product.png");
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  section.section_product {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
section.section_product .title_section {
  margin-bottom: 30px;
  color: #035f97;
}
@media (max-width: 767px) {
  section.section_product .title_section {
    padding-top: 15px;
  }
}
section.section_product .title_section:after {
  background: #035f97;
  border: 1px solid rgba(62, 149, 183, 0.6588235294);
}
section.section_product .text_short {
  max-width: 868px;
  text-align: center;
  margin: auto;
  margin-bottom: 6px;
}
section.section_product .text_short p {
  line-height: 28px;
}
section.section_product .btn_product_all {
  text-align: center;
}
section.section_product .btn_product_all a {
  color: #01578c;
  font-weight: 400;
  text-decoration: underline;
}
section.section_product .resp-tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 43px;
  margin-bottom: 65px;
  padding-left: 0;
}
@media (max-width: 767px) {
  section.section_product .resp-tablist {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
section.section_product .resp-tablist .resp-tablistItem {
  border: 1px solid #0369a7;
  color: #035f97;
  border-radius: 18px;
  padding: 5px 40px;
  font-size: 14px;
  margin-right: 9px;
  margin-bottom: 11px;
  -webkit-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}
@media (max-width: 999px) {
  section.section_product .resp-tablist .resp-tablistItem {
    padding: 3px 9px;
    margin-bottom: 15px;
  }
}
section.section_product .resp-tablist .resp-tablistItem.resp-tablistItem__active, section.section_product .resp-tablist .resp-tablistItem:hover {
  background: #035f97;
  color: #fff;
}
section.section_product .resp-tabDrop {
  display: none !important;
}
section.section_product #tabs .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section_product #tabs .content .item {
  padding: 0px 20px;
  margin-bottom: 40px;
  width: 33.3333%;
}
@media (max-width: 499px) {
  section.section_product #tabs .content .item {
    width: 100%;
  }
}
section.section_product #tabs .content .item .img {
  text-align: center;
  margin-bottom: 20px;
}
section.section_product #tabs .content .item a.title {
  display: block;
  text-align: center;
  color: #233563;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

section.section_ad {
  margin-bottom: 0;
}

section.section_project {
  background: url("../images/bg_project_focus.png");
  background-size: cover;
  padding-top: 50px;
}
section.section_project .list_item_project .item .wrap {
  background: none;
}

.box_mid .box_mid-title:after {
  height: 4px;
  width: 100px;
}