html {
  font-size: 10px; }

body {
  font-size: 16px;
  font-family: arial; }

.body_bg {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  display: none; }

.body_bg.active {
  display: block; }

/*Genneral*/
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #3f3f3f; }

img {
  max-width: 100%; }

h3 {
  font-size: 16px; }

h2 {
  font-size: 18px; }

p {
  margin-bottom: 0; }

.owl-nav {
  display: none; }

/*End Genneral*/
.mainItem {
  width: 1200px;
  margin: auto; }

header .hea1 {
  width: 100%;
  background-image: linear-gradient(to right, #87e8f1, #87e8f1);
  color: #3f3f3f;
  padding: 5px 0; }
  header .hea1 .hea1M {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .hea1 .hea1M img {
      filter: brightness(0) invert(1); }
header .menu {
  background: #fff;
  float: left;
  width: 100%;
  display: flex;
  padding-top: 10px; }
  header .menu .menuLogo {
    width: 20%;
    float: left; }
  header .menu ul.lv1 {
    width: 80%;
    float: left;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .menu ul.lv1 li.lv1 {
      float: left;
      color: #3f3f3f;
      height: 68px;
      align-items: center;
      justify-content: center;
      text-align: center;
      display: flex;
      padding: 0 10px;
      position: relative;
      color: #446ba4; }
      header .menu ul.lv1 li.lv1.active {
        background: #fff; }
      header .menu ul.lv1 li.lv1:hover ul.ul_lv2 {
        display: block; }
      header .menu ul.lv1 li.lv1 a {
        text-transform: uppercase;
        color: #3f3f3f;
        text-decoration: none; }
      header .menu ul.lv1 li.lv1 .btnPhone {
        background: #446ba4;
        border-radius: 5px;
        padding: 2px 5px;
        color: #fff;
        font-weight: bold;
        font-size: 16px; }
      header .menu ul.lv1 li.lv1 ul.ul_lv2 {
        position: absolute;
        top: 100%;
        width: 230px;
        display: none;
        z-index: 9999;
        font-size: 14px;
        background: #fff; }
        header .menu ul.lv1 li.lv1 ul.ul_lv2 li.li_lv2 {
          padding: 9px 0 9px 5px; }
          header .menu ul.lv1 li.lv1 ul.ul_lv2 li.li_lv2:hover {
            background: #ccc; }

.banner {
  width: 100%;
  float: left; }
.banner .carousel-item{
    position: relative;
}
.banner .bannerForm{
    position: absolute;
    top:calc(50% - 325px);
    right: 8%;
    width: 20%;
}
.banner .uudaiForm {
    background: #3b69b2;
    width: 100%;
    float: left;
    padding: 25px; }
.banner .uudaiForm input, .banner .uudaiForm textarea {
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 2px 10px; }
.banner .uudaiForm i {
    color: #fff; }
.banner .uudaiForm p {
    margin: 10px 0; }
.banner .uudaiForm .send {
    background: #f8991d;
    color: #fff;
    font-weight: bold; }

.goikham {
  padding: 3rem 0;
  width: 100%;
  float: left; }
  .goikham .goikhamM {
    width: 80%;
    margin: auto; }
    .goikham .goikhamM .goikhamImg {
      text-align: center; }
    .goikham .goikhamM .goikhamTxt {
      margin-top: 2rem;
      text-align: center; }

.mainTit {
  text-align: center;
  width: 100%;
  float: left; }
  .mainTit label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    color: #446ba4; }

.btnMain {
  border: 1px solid #446ba4;
  border-radius: 30px;
  padding: 5px;
  display: inline-block;
    width: 200px;
}
  .btnMain .btnMain2 {
    background: #446ba4;
    padding: 5px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
    font-size: 20px; }
    .btnMain .btnMain2::before {
      content: ''; }

.btnMainColor2 {
  border: 1px solid #0a97d0; }
  .btnMainColor2 .btnMain2 {
    background: #0a97d0; }

.taisao {
  width: 100%;
  float: left;
  background: url(../images/taisao_bg.jpg);
  padding: 3rem 0; }
  .taisao .taisaoM {
    margin-top: 3rem;
    width: 100%;
    float: left; }
    .taisao .taisaoM .taisaoYoutube {
      width: 100%;
      aspect-ratio: 16/9;
      position: relative; }
      .taisao .taisaoM .taisaoYoutube .taisaoYoutube2 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0; }
    .taisao .taisaoM .taisaoText {
      width: 100%;
      margin-top: 3rem;
      text-align: justify; }
    .taisao .taisaoM .taisaoImg {
      width: 100%;
      aspect-ratio: 16/9;
      overflow: hidden; }

.dnbs {
  width: 100%;
  float: left;
  padding: 4rem 0;
  background: url(../images/taisao_bg.jpg);
  margin-top: 5rem; }
  .dnbs .mainTit {
    color: #446ba4; }
    .dnbs .mainTit p i {
      font-size: 20px;
      font-weight: bold; }
  .dnbs .dnbsM {
    margin-top: 3rem; }
  .dnbs .dnbsBtn {
    margin-top: 3rem;
    text-align: center; }

.phauthuat {
  width: 100%;
  float: left;
  padding: 4rem 0;
  background: url(../images/phauthuat_bg.jpg); }
  .phauthuat .phauthuatM {
    margin-top: 3rem; }
    .phauthuat .phauthuatM .phauthuatName {
      margin-top: 2rem;
      font-weight: bold;
      font-size: 22px;
      color: #446ba4;
      text-transform: uppercase;
      text-align: center; }

.visao {
  width: 100%;
  float: left;
  padding: 5rem 0;
  margin-top: 5rem;
  background: url(../images/visao_bg.jpg); }
  .visao .mainTit label {
    color: #0a97d0; }
  .visao .visaoM {
    margin-top: 4rem; }
    .visao .visaoM ul {
      width: 50%; }
      .visao .visaoM ul li {
        background: #3b69b2;
        border-radius: 50px;
        display: flex;
        align-items: center;
        padding: 10px;
        margin: 13px 0; }
        .visao .visaoM ul li:nth-child(2n) {
          background: #0a97d0; }
          .visao .visaoM ul li:nth-child(2n) .stt {
            color: #0a97d0; }
        .visao .visaoM ul li .stt {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: bold;
          font-size: 30px;
          color: #3b69b2; }
        .visao .visaoM ul li .visaoTxt {
          width: calc(100% - 50px);
          padding: 0 20px;
          color: #fff; }

.camnhan {
  width: 100%;
  float: left;
  padding: 5rem 0;
  margin-top: 5rem;
  background: url(../images/camnhan_bg.jpg); }
  .camnhan .camnhanM {
    margin-top: 4rem; }
    .camnhan .camnhanM .camnhanYoutube {
      width: 100%;
      aspect-ratio: 16/9; }
    .camnhan .camnhanM .camnhanTxt {
      text-align: justify;
      margin-top: 3rem; }
    .camnhan .camnhanM .camnhanImg {
      padding-left: 3rem; }

.uudai {
  width: 100%;
  float: left;
  padding-top: 5rem;
  margin-top: 5rem;
  background: url(../images/uudai_bg.jpg); }
  .uudai .uudaiTxt {
    display: block;
    margin-top: 3rem;
    float: left; }
  .uudai .uudaiM {
    padding-bottom: 20rem; }
  .uudai .uudaiImg {
    margin-top: 20rem;
    position: relative;
    width: 100%;
    float: left;
    height: 100%; }
    .uudai .uudaiImg .uudaiImg2 {
      position: absolute;
      bottom: 0;
      width: 100%; }
  .uudai .uudaiForm {
    background: #3b69b2;
    width: 100%;
    float: left;
    padding: 25px; }
    .uudai .uudaiForm input, .uudai .uudaiForm textarea {
      width: 90%;
        font-size: 14px;
      border-radius: 20px;
      border: none;
      padding: 2px 10px; }
    .uudai .uudaiForm i {
      color: #fff; }
    .uudai .uudaiForm p {
      margin: 10px 0;
        text-align: center;
    }
    .uudai .uudaiForm .send {
      background: #f8991d;
      color: #fff;
      font-weight: bold; }

footer {
  width: 100%;
  float: left;
  padding-top: 3rem; }
  footer p {
    margin: 5px 0; }
  footer .foo1 .fooLogo {
    margin-bottom: 2rem; }
  footer .foo2 .mainTit {
    text-align: left;
    margin-bottom: 2rem; }

/*# sourceMappingURL=style.css.map */
