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, #22c1e9, #0d74b9);
  color: #fff;
  padding: 5px 0; }
  header .hea1 .hea1M {
    display: flex;
    justify-content: space-between;
    align-items: center;
      font-size: 13px;
  }
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: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
      font-weight: bold;
  }
    header .menu ul.lv1 li.lv1 {
      float: left;
      color: #3f3f3f;
      height: 68px;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: 0 10px;
      position: relative; }
header .menu ul.lv1 li.lv1.drodow span.icoMuiten{
    transform: rotate(90deg);
    font-size: 25px;
    padding-left: 20px;
    margin-top: -18px;
}
      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 {
        color: #3f3f3f;
        text-decoration: none; }
      header .menu ul.lv1 li.lv1 .btnPhone {
          background: #0d74b9;
          border-radius: 5px;
          padding: 4px 15px;
          color: #fff;
          font-weight: bold;
          font-size: 20px;}
      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; }

.mainTit {
  text-align: center; }
  .mainTit label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px; }
  .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, #22c1e9, #0d74b9);
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.BtnDk {
  background: #0d74b9;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 13px 30px;
  font-size: 18px; }

.about {
  width: 100%;
  float: left;
  background: #f2f2f2;
  padding-bottom: 3rem; }
  .about .mainItem {
    position: relative; }
  .about .aboutM {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding-top: 5rem; }
    .about .aboutM .aboutImg {
      width: 45%;
      float: left;}
    .about .aboutM .aboutTxt {
      width: 55%;
      float: left;
      padding: 0 3rem; }
      .about .aboutM .aboutTxt label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 25px;
        color: #0d74b9; }
      .about .aboutM .aboutTxt .aboutDongke {
        width: 200px;
        height: 3px;
        background: #0d74b9;
          margin-top: 1rem;
      }
      .about .aboutM .aboutTxt ul {
        margin-top: 3rem; }
        .about .aboutM .aboutTxt ul li {
          margin-top: 1rem;
          line-height: 2.2; }
.about .aboutM .aboutTxt ul li:before{
    content: '●';
    font-size: 15px;
    padding-right: 8px;
}

.services {
  width: 100%;
  float: left;
  background-image: linear-gradient(to right, #fff, #fff);
  padding: 5rem 0; }
  .services .mainTit label {
    color: #0d74b9; }
  .services .mainTit .mainTitIcon {
    border-color: #0d74b9; }
    .services .mainTit .mainTitIcon .mainTitIcon2 {
      background-color: #fff; }
      .services .mainTit .mainTitIcon .mainTitIcon2 .mainTitIcon3 {
        border-color: #0d74b9; }
        .services .mainTit .mainTitIcon .mainTitIcon2 .mainTitIcon3 .mainTitIcon4 {
          background: #0d74b9; }
  .services .mainTit p {
    margin-top: 3rem;
    text-align: center; }
  .services .servicesM {
    margin-top: 5rem; }
    .services .servicesM .servicesItem {
      background: #0d74b9;
      padding-bottom: 2rem;
      height: 100%; }
.services .servicesM .owl-item:nth-child(2n) .servicesItem{
    background: #a1bc00;
}
      .services .servicesM .servicesItem .servicesC {
        padding: 15px;
        color: #fff; }
        .services .servicesM .servicesItem .servicesC .servicesName {
          color: #3f3f3f;
          text-align: center; }
          .services .servicesM .servicesItem .servicesC .servicesName label {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 22px;
            color: #fff; }
        .services .servicesM .servicesItem .servicesC .servicesDes {
          text-align: center;
          padding-top: 2rem; }
    .services .servicesM .owl-stage {
      display: flex; }

.doctor {
  width: 100%;
  float: left;
  padding-bottom: 5rem; }
  .doctor .mainTit label {
    color: #0d74b9; }
  .doctor .mainTit .mainTitIcon {
    border-color: #0d74b9; }
    .doctor .mainTit .mainTitIcon .mainTitIcon3 {
      border-color: #0d74b9; }
  .doctor .doctorM {
    width: 100%;
    float: left;
    margin-top: 5rem;
    display: flex;
    justify-content: space-between; }
    .doctor .doctorM .doctorItem {
      width: 48%;
      float: left; }
      .doctor .doctorM .doctorItem .doctorAbout {
        border-left: 1px solid #0d74b9;
        padding-left: 15px;
        margin-top: 3rem; }
        .doctor .doctorM .doctorItem .doctorAbout label {
          color: #0d74b9;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 18px; }
        .doctor .doctorM .doctorItem .doctorAbout p {
          margin-top: 2rem; }
      .doctor .doctorM .doctorItem .doctorBtn {
        width: 100%;
        float: left;
        margin-top: 4rem; }

.lydo {
  width: 100%;
  float: left;
  padding: 5rem 0;
  background: #0d74b9; }
  .lydo .mainTit label {
    color: #b4d93e; }
  .lydo .mainTit .mainTitIcon {
    border-color: #b4d93e; }
    .lydo .mainTit .mainTitIcon .mainTitIcon2 {
      background: #0d74b9; }
    .lydo .mainTit .mainTitIcon .mainTitIcon3 {
      border-color: #b4d93e; }
      .lydo .mainTit .mainTitIcon .mainTitIcon3 .mainTitIcon4 {
        background: #b4d93e; }
  .lydo .lydoM {
    margin-top: 5rem; }
    .lydo .lydoM ul.lydoC {
      display: flex; }
      .lydo .lydoM ul.lydoC li.lydoCLi {
        width: 33.33%; }
        .lydo .lydoM ul.lydoC li.lydoCLi:nth-child(1) .lydoIco {
          margin-left: 2rem; }
        .lydo .lydoM ul.lydoC li.lydoCLi:nth-child(2) {
          padding: 0 3rem; }
          .lydo .lydoM ul.lydoC li.lydoCLi:nth-child(2) .lydoImg {
            width: 100%;
            padding-top: 100%;
            position: relative; }
            .lydo .lydoM ul.lydoC li.lydoCLi:nth-child(2) .lydoImg .lydoImg2 {
              position: absolute;
              width: 100%;
              height: 100%;
              border-radius: 50%;
              border: 1px solid #fff;
              padding: 15px;
              top: 0; }
        .lydo .lydoM ul.lydoC li.lydoCLi:nth-child(3) .lydoIco {
          margin-right: 2rem; }
.lydo .lydoM ul.lydoC1.lydoC1Right .lydoTxt{
text-align: right;
}
    .lydo .lydoM ul.lydoC1 li {
      display: flex;
      margin: 3rem 0;
        align-items: center;
    }
      .lydo .lydoM ul.lydoC1 li .lydoTxt {
        text-align: justify;
        color: #fff; }
        .lydo .lydoM ul.lydoC1 li .lydoTxt .stt {
          font-size: 24px;
          font-weight: bold; }
      .lydo .lydoM ul.lydoC1 li .lydoIco {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .lydo .lydoM ul.lydoC1 li .lydoIco .lydoIco2 {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          padding: 10px; }

.csvc {
  width: 100%;
  float: left;
  padding: 5rem 0;
  padding-top: 9rem;
  background: #f1f1f1; }
  .csvc .mainTit label {
    color: #0d74b9; }
  .csvc .mainTit p {
    margin-top: 3rem; }
  .csvc .csvcM {
    text-align: center;
    margin-top: 4rem; }

.binhluan {
  width: 100%;
  float: left;
  padding: 5rem 0; }
  .binhluan .binhluanM {
    margin-top: 5rem; }
    .binhluan .binhluanM .binhluanItem {
      background: #0d74b9;
      border-radius: 20px;
      padding: 15px;
      padding-top: 50px;
      position: relative;
      margin-bottom: 30px;
      color: #fff;
      height: 100%; }
      .binhluan .binhluanM .binhluanItem::after {
        content: url(../images/ico_dauphay.png);
        position: absolute;
        margin-bottom: -28px;
        margin-right: 30px;
        top: -25px;
        left: 43%; }
      .binhluan .binhluanM .binhluanItem .binhluanTxt {
        text-align: center;
        border-bottom: 1px dashed #fff;
        padding-bottom: 40px;
        margin-bottom: 28px;
          line-height: 2;
          height: 170px;
      }
      .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: #22c1e9; }
          .binhluan .binhluanM .binhluanItem .binhluanC .binhluanName label {
            text-transform: uppercase;
            font-weight: bold;
            color: #b4d93e; }
.binhluan .binhluanM .binhluanItem .binhluanC .binhluanName p{
    color: #fff;
    font-style: italic;
    font-size: 13px;
}
    .binhluan .binhluanM .owl-stage {
      display: flex; }
      .binhluan .binhluanM .owl-stage .owl-item {
        padding-top: 30px; }

.news {
  width: 100%;
  float: left;
  background: #e5e5e5;
  padding: 5rem 0; }
  .news .mainTit label {
    color: #0d74b9; }
  .news .newsM {
    margin-top: 5rem; }
    .news .newsM .newsItem .newsImg {
      text-align: center;
        height: 220px;
        overflow: hidden;
    }
    .news .newsM .newsItem .newsName {
      margin-top: 15px; }
      .news .newsM .newsItem .newsName h3 {
        font-weight: bold;
        font-size: 16px; }
    .news .newsM .newsItem .newsDes {
      margin-top: 15px; }
      .news .newsM .newsItem .newsDes a {
        color: #0d74b9; }

.question {
  width: 100%;
  float: left;
  padding: 5rem 0; }
  .question ul {
    width: 100%;
    float: left;
    margin-top: 4rem; }
    .question ul li {
      display: flex;
      margin-top: 20px; }
      .question ul li .questionIco {
        width: 10%;
        float: left; }
        .question ul li .questionIco img {
          width: 50px; }
      .question ul li .questionC {
        width: 90%;
        float: left; }
        .question ul li .questionC .questionName {
          font-weight: bold; }
        .question ul li .questionC .questionDes {
          margin-top: 15px; }

footer {
  width: 100%;
  float: left; }
  footer .fooContact {
    width: 100%;
    float: left;
    background: #0d74b9;
    padding: 3rem 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;
        border-radius: 20px;
        padding: 8px 20px; }
        footer .fooContact ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff; }
        footer .fooContact ul li .fooContactIco {
          font-size: 40px; }
        footer .fooContact ul li .fooContactC {
          padding-left: 20px; }
          footer .fooContact ul li .fooContactC b {
            font-size: 20px; }
  footer .fooDuongke {
    width: 100%;
    float: left;
    height: 15px;
    background: #b4d93e; }
  footer .fooM {
    background-image: linear-gradient(to right, #f2f2f2, #f2f2f2);
    width: 100%;
    float: left;
    padding: 3rem 0; }
    footer .fooM .mainItem {
      display: flex; }
    footer .fooM .fooTit {
      margin-bottom: 5rem; }
      footer .fooM .fooTit label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px; }
      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,
    footer .fooM .foo2,
    footer .fooM .foo3 {
      width: 31%; }
      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;
        flex-wrap: wrap;
      align-items: center;
      margin-top: 1.5rem; }
      footer .fooM .foo1 ul li .foo1Ico {
        width: 40px;
          float: left;
        margin-right: 15px;
        font-size: 30px; }
      footer .fooM .foo1 ul li label {
        font-weight: bold;
          width: calc(100% - 55px);
      }
footer .fooM .foo2{
    padding-left: 80px;
}
    footer .fooM .foo2 ul li {
      margin-top: 10px; }
      footer .fooM .foo2 ul li a::before {
        content: ">> "; }
    footer .fooM .foo3 ul {
      display: flex; }
      footer .fooM .foo3 ul li {
        margin: 0 5px; }
  footer .fooCopyright {
    width: 100%;
    float: left;
    padding: 2rem;
    text-align: center;
    border-top: 1px solid;
    margin-top: 3rem; }
    footer .fooCopyright p {
      width: 60%;
      margin: auto; }

/*# sourceMappingURL=style.css.map */