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, #0b6eae, #24a3b1);
  color: #fff;
  padding: 5px 0; }
  header .hea1 .hea1M {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .hea1 .hea1M input {
      border-top-left-radius: 18px !important;
      border-bottom-left-radius: 18px !important; }
    header .hea1 .hea1M .hea1Search {
      background: #28a7f0;
      border-top-right-radius: 18px;
      border-bottom-right-radius: 18px;
      border: 1px solid #28a7f0; }
header .hea2 {
  padding: 5px 0; }
  header .hea2 .hea2M {
    display: flex;
    justify-content: space-between;
    align-items: center; }
header .hea2 .hea2M a img{
    max-width: 220px;
}
    header .hea2 .hea2M b {
      color: #0b6eae; }
    header .hea2 .hea2M .hea2Item {
      display: flex; }
      header .hea2 .hea2M .hea2Item .hea2ItemIco {
        font-size: 30px;
        color: #0b6eae;
        padding-right: 1rem; }
header .hea2 .hea2M .hea2Item .hea2ItemM p{
    font-size: 13px;
}
header .menu input {
    border-top-left-radius: 18px !important;
    border-bottom-left-radius: 18px !important; }
header .menu .hea2Search {
    background: #28a7f0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border: 1px solid #28a7f0; }
header .menu {
  background: #0E75AE;
  float: left;
  width: 100%;
  display: flex; }
  header .menu ul.lv1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
      color: #fff;
  }
    header .menu ul.lv1 li.lv1 {
      float: left;
      text-transform: uppercase;
      height: 68px;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: 0 10px;
      position: relative; }
      header .menu ul.lv1 li.lv1.active a {
          color: #FFF400;
      }
      header .menu ul.lv1 li.lv1:hover ul.ul_lv2 {
        display: block; }
      header .menu ul.lv1 li.lv1 a {
        text-transform: uppercase;
        color: #fff;
        text-decoration: none; }
      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; }
header .menu ul.lv1 li.lv1 ul.ul_lv2 li.li_lv2 a{
    color: #3f3f3f;
}

.banner {
  width: 100%;
  float: left; }

.mainTit {
  text-align: center; }
  .mainTit label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
  color: #0b6eae;
  }
.mainTit p{
    margin-top: 3rem;
}
  .mainTit .mainTitIcon {
    width: 150px;
    border-top: 1px solid;
    margin: auto;
    position: relative;
    margin-top: 2rem; }
    .mainTit .mainTitIcon .mainTitIcon2 {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin-top: -15px;
      position: absolute;
      background: #fff;
      left: 50%;
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .mainTit .mainTitIcon .mainTitIcon2 .mainTitIcon3 {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #3f3f3f;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, 25%);
        transform: translate(-50%, 25%); }
        .mainTit .mainTitIcon .mainTitIcon2 .mainTitIcon3 .mainTitIcon4 {
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-image: linear-gradient(to right, #0b6eae, #24a3b1);
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.about {
  width: 100%;
  float: left;
    padding: 3rem 0;
}
  .about .mainItem {
    position: relative; }
  .about .cats {
      margin-top: 3rem;
    background-image: linear-gradient(to right, #0b6eae, #24a3b1);
    border-radius: 20px;
    padding: 3rem 0;
    width: 100%;
    float: left; }
    .about .cats ul {
      display: flex;
      justify-content: space-between; }
      .about .cats ul li {
        width: 16.66%;
        text-align: center;
        display: flex;
        justify-content: center; }
        .about .cats ul li a {
          color: #fff; }
          .about .cats ul li a .catsName {
            margin-top: 1rem;
            font-size: 18px; }
  .about .aboutM {
    width: 100%;
    float: left;
    margin: 5rem 0;
    display: flex;}
    .about .aboutM .aboutImg {
      width: 40%;
      float: left;
      padding-left: 3rem; }
    .about .aboutM .aboutTxt {
      width: 60%;
      float: left;
        height: 100%;
      padding: 1rem 3rem;
        border: 2px solid #3f3f3f;
        border-radius: 1rem;
    }
      .about .aboutM .aboutTxt label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 25px; }
      .about .aboutM .aboutTxt p {
        margin-top: 1rem;
        line-height: 1.8; }
.tachai{

}
.tachai .mainTit Label{
    color: #0E75AE;
;
}
.tachaiM{
    width:100%;
    float: left;
    margin-top: 2rem;
}
.tachaiM ul{
    display: flex;
    justify-content: space-between;
}
.tachaiM ul li{
width: 23%;
    display: flex;
    flex-direction: column;
}
.tachaiM ul li .tachaiImg img{
    width: 100%;
}
.tachaiM ul li .tachaiName{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1rem 0;
    min-height: 40px;
}
.tachaiM ul li .tachaiTxt{
    text-align: justify;
}
.taisao{
    width: 100%;
    float: left;
    padding: 5rem 0;
}
.taisao .taisaoM{
    display: flex;
    margin-top: 5rem;
}
.taisao .taisaoM .taisaoM1{
    width: 30%;
}
.taisao .taisaoM .taisaoM1 ul{
    display: flex;
    flex-direction: column;
}
.taisao .taisaoM .taisaoM1 ul li{
    background: linear-gradient(90deg, #0B6EAE 0%, #23A2B1 100%);
    padding: 1rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    flex:1;
    margin: 2rem 0;
}
.taisao .taisaoM .taisaoM1 ul li .taisaoIco{

}
.taisao .taisaoM .taisaoM1 ul li .taisaoTxt{
    color: #fff;
    margin-left: 1rem;
}
.taisao .taisaoM .taisaoM2{
    width: 40%;
    text-align: center;
}
.taisao .taisaoM .taisaoM2 .taisaoBtn ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.taisao .taisaoM .taisaoM2 .taisaoBtn ul li{
    width: 40%;
    margin: 1rem;
}
.taisao .taisaoM .taisaoM2 .taisaoBtn ul li a{
    display: block;
    border-radius: 3px;
    background: #0E75AE;
    color: #fff;
    padding: 1rem;
}

/*.homeTv {
  width: 100%;
  float: left;
  background-image: linear-gradient(to right, #0b6eae, #24a3b1);
  padding: 5rem 0; }
  .homeTv ul {
    display: flex; }
    .homeTv ul li {
      width: 25%;
      float: left; }
      .homeTv ul li .homeTvIco {
        text-align: center; }
      .homeTv ul li .homeTvName {
        text-align: center;
        color: #fff;
        margin-top: 2rem; }*/

.quytrinh{
width: 100%;
    float: left;
}
.quytrinhList{
    margin-top: 3rem;
}
.quytrinhStt {
    text-align: center;
    position: relative;
}
.quytrinhStt2{
    position: relative;
    top: -30px;
    border-radius: 50%;
    border: 1px solid #eee;
    width: 60px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
}
.quytrinhStt3{
    width: 80%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #0b6eae;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color:#0b6eae ;
}
.quytrinhTit{
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1rem 0;
}
.quytrinh ul.quytrinhList{
    display: flex;
    justify-content: space-between;
}
.quytrinh ul.quytrinhList > li{
    width: 32%;
}
.quytrinh ul.quytrinhC{
    padding-left: 3rem;
}
.quytrinh ul.quytrinhC li::before{
    content: url("../images/quytrinh_ico_check.png");
    padding-right: 5px;
}
.csvc {
  width: 100%;
  float: left;
    background: linear-gradient(180deg, #0C70AF 0%, #229FB1 100%);
    padding: 5rem 0;
  padding-top: 9rem;
}
.csvc .mainTit label{
    color: #FFE600;
}
  .csvc .mainTit p {
    margin-top: 3rem;
      color: #fff;
  }
  .csvc ul {
    margin-top: 3rem; }
    .csvc ul li {
      width: calc(25% - 15px);
      float: left;
      margin-left: 20px;
      margin-top: 20px; }
.csvc ul li:nth-child(4n + 1) {
        margin-left: 0; }
.csvc ul li .csvcImg{

}
.csvc ul li .csvcImg img{
    margin: 0;
    width: 100%;
}
.csvc ul li .csvcTit{
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 8px;
}
.homeNews{
    width: 100%;
    float: left;
}
.homeNews ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}
.homeNews ul li{
    display: flex;
    width: 48%;
    margin: 1rem;
}
.homeNews ul li .homeNewsImg{
    width: 40%;
    float: left;
}
.homeNews ul li .homeNewsC{
    width: 60%;
    float: left;
    padding-left: 2rem;
}
.homeNews ul li .homeNewsC .homeNewsName a:hover{
    color:#0C70AF ;
}
.homeNews ul li .homeNewsC .homeNewsName h3{
    font-weight:bold;
    font-size: 13px;
}
.homeNews ul li .homeNewsC .homeNewsTxt{
    margin-top: 1rem;
}
.binhluan {
  width: 100%;
  float: left;
  padding: 5rem 0; }
  .binhluan .binhluanM {
    margin-top: 5rem; }
    .binhluan .binhluanM .binhluanItem {
      background: #e3f5ff;
      border: 1px dashed #3f3f3f;
      border-radius: 20px;
      padding: 15px;
      position: relative;
      margin-bottom: 30px; }
      .binhluan .binhluanM .binhluanItem::after {
        content: url(../images/ico_dauphay.png);
        bottom: 0;
        right: 0;
        position: absolute;
        margin-bottom: -28px;
        margin-right: 30px; }
      .binhluan .binhluanM .binhluanItem .binhluanTxt {
        text-align: center;
        border-bottom: 1px dashed #3f3f3f;
        padding-bottom: 15px;
        margin-bottom: 15px; }
      .binhluan .binhluanM .binhluanItem .binhluanC {
        display: flex;
        align-items: center; }
        .binhluan .binhluanM .binhluanItem .binhluanC .binhluanIco {
          width: 80px;
          height: 80px;
          border-radius: 50%; }
        .binhluan .binhluanM .binhluanItem .binhluanC .binhluanName {
          padding-left: 15px;
          color: #0b6eae; }
          .binhluan .binhluanM .binhluanItem .binhluanC .binhluanName label {
            text-transform: uppercase;
            font-weight: bold; }

.homeDh {
  width: 100%;
  float: left;
  padding-top: 5rem;
  background: url(../images/homedk_bg.png); }
  .homeDh .homeDhM {
    display: flex;
    justify-content: center; }
  .homeDh .formDh {
    width: 35%;
    float: right;
    padding: 3rem 15px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    margin-bottom: 5rem; }
    .homeDh .formDh form p {
      margin-top: 20px; }
    .homeDh .formDh form input,
    .homeDh .formDh form textarea {
      width: 100%;
      border-radius: 10px;
      border: 1px solid #ccc;
      padding: 5px; }
    .homeDh .formDh form input {
      height: 40px; }
    .homeDh .formDh form textarea {
      height: 90px; }
    .homeDh .formDh form button {
      background-image: linear-gradient(to right, #0b6eae, #24a3b1);
      padding: 10px 20px;
      border: none;
      border-radius: 20px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
  .homeDh .homeDhImg {
    width: 35%;
    float: left;
    padding-left: 30px;
    position: relative; }
    .homeDh .homeDhImg .homeDhImg2 {
      position: absolute;
      height: 100%; }
      .homeDh .homeDhImg .homeDhImg2 img {
        height: 100%; }

footer {
  width: 100%;
  float: left; }
  footer .fooContact {
    width: 100%;
    float: left;
    background: #0b6eae;
    padding: 1.5rem 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
    footer .fooContact ul {
      display: flex;
      justify-content: space-between; }
      footer .fooContact ul li {
        color: #fff;
        padding: 8px 20px;
          border-left: 2px solid #fff;
          padding-left: 5rem;
      }
footer .fooContact ul li:first-child{
    border-left: none;
}
        footer .fooContact ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff; }
        footer .fooContact ul li .fooContactIco {
          font-size: 30px; }
        footer .fooContact ul li .fooContactC {
          padding-left: 20px;
            text-transform: uppercase;
        }
          footer .fooContact ul li .fooContactC b {
            font-size: 18px;
              color: #FFF4C3;
          ;
          }
  footer .fooM {
    background-image: linear-gradient(to right, #0b6eae, #24a3b1);
    width: 100%;
    float: left;
    padding: 3rem 0;
    color: #fff; }
    footer .fooM .mainItem {
      display: flex; }
    footer .fooM .fooTit {
      margin-bottom: 5rem; }
      footer .fooM .fooTit label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        color: #fff; }
      footer .fooM .fooTit .fooBoder {
        position: relative;
        height: 2px;
        width: 100%;
        background: #fff; }
        footer .fooM .fooTit .fooBoder .fooBoder2 {
          position: absolute;
          width: 100px;
          height: 100%;
          left: 0;
          background: #00c9c3; }
    footer .fooM .foo1 {
      width: 40%;
    }
footer .fooM .foo2 {
    width: 60%;
}
      footer .fooM .foo1:nth-child(3n + 2),
      footer .fooM .foo2:nth-child(3n + 2),
      footer .fooM .foo3:nth-child(3n + 2) {
        margin: 0 3.5%; }
    footer .fooM .foo1 ul li {
      display: flex;
      align-items: center;
      margin-top: 1rem; }
      footer .fooM .foo1 ul li .foo1Ico {
        width: 40px;
        margin-right: 15px;
        font-size: 20px; }
      footer .foo1 .fooTime{
          width: 100%;
          margin-top: 2rem;
          border: 1px solid #fff;
          border-radius: 5px;
          padding: 1rem;
          text-align: center;
      }
footer .foo1 .fooTime label{
    color: #FFF400;
    text-transform: uppercase;
    font-size: 20px;
}
    footer .fooM .foo2 ul li a {
      color: #fff; }
      footer .fooM .foo2 ul li a::before {
        content: ">> "; }
  footer .fooNote {
    width: 100%;
    float: left;
    background: #e7d0c3;
    padding: 2rem;
    text-align: center; }
    footer .fooNote p {
      width: 60%;
      margin: auto; }

/*# sourceMappingURL=style.css.map */
