@charset "UTF-8";
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, #e6e6e6, #e6e6e6);
  color: #fff;
  padding: 5px 0; }
  header .hea1 .hea1M {
    display: flex;
    justify-content: space-between;
    align-items: center; }
header .menu {
  background: #036060;
  float: left;
  width: 100%;
  display: flex; }
  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;
      text-transform: uppercase;
      height: 68px;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: 0 10px;
      position: relative;
      color: #fff; }
      header .menu ul.lv1 li.lv1.active {
        background: #f2ac16; }
      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 .icoMuiten {
        padding-left: 5px; }
      header .menu ul.lv1 li.lv1 ul.ul_lv2 {
        position: absolute;
        top: 100%;
        width: 230px;
        display: none;
        z-index: 9999;
        font-size: 14px;
        background: #036060; }
        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: #f2ac16; }

.banner {
  width: 100%;
  float: left; }

.mainTit {
  text-align: center; }
  .mainTit label {
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #f2ad1d; }
  .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, #036060, #f2ac16);
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.BtnDk {
  background: #f2ac16;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 13px 30px;
  font-size: 18px; }

.Btn1 {
  text-align: center;
  margin-top: 1rem; }
  .Btn1 a {
    background: linear-gradient(to right, #f4cb5d, #fa9e27);
    padding: 5px 15px;
    border-radius: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #036060;
    border-top: 2px solid #f2ac16; }
    .Btn1 a:hover {
      color: #fff; }

.about {
  width: 100%;
  float: left;
  padding: 4rem 0; }
  .about .mainTit {
    margin-bottom: 2rem; }
    .about .mainTit label {
      color: #f2ac16; }
  .about .aboutM {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center; }
    .about .aboutM .aboutC {
      padding-left: 2rem;
      flex: 1; }
      .about .aboutM .aboutC .Btn1 {
        margin-top: 2rem; }
    .about .aboutM .aboutImg {
      margin-top: 1rem;
      text-align: center;
      width: 40%; }
    .about .aboutM p {
      text-align: justify;
      margin-bottom: 1rem; }

.about2 {
  width: 100%;
  float: left;
  margin-top: 2rem;
  padding: 4rem 1rem;
  background: #036060;
  border-top: 4px solid #003f3f;
  color: #fff; }
  .about2 .mainTit label {
    color: #fff; }
  .about2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem; }
    .about2 ul li {
      border: 1px solid #fff;
      border-radius: 0.5rem;
      padding: 0.5rem;
      margin-left: 4rem;
      margin-bottom: 1rem;
      width: calc(25% - 3rem); }
      .about2 ul li:nth-child(4n + 1) {
        margin-left: 0; }
      .about2 ul li .about2Item {
        background: #fff;
        padding: 0.5rem;
        border-radius: 0.5rem;
        height: 100%; }
        .about2 ul li .about2Item .about2Ico {
          background-image: linear-gradient(to right, #f4ca5c, #f2ac16);
          padding: 1rem;
          aspect-ratio: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 100%;
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3); }
        .about2 ul li .about2Item .about2Name {
          text-align: center;
          margin-top: 1rem;
          color: #036060; }

.homeSolieu {
  width: 100%;
  float: left;
  background: #eeeeee;
  padding: 4rem; }
  .homeSolieu ul {
    display: flex; }
    .homeSolieu ul li {
      border: 2px solid #fff;
      border-radius: 10px;
      padding: 1rem;
      margin: 1rem 0;
      width: 100%;
      float: left;
      display: flex;
      align-items: center;
      margin-left: 3rem; }
      .homeSolieu ul li:first-child {
        margin-left: 0; }
      .homeSolieu ul li .homeSolieuItem {
        display: flex; }
      .homeSolieu ul li .homeSolieuIco {
        aspect-ratio: 1;
        border: 1px solid #f2ac16;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%; }
      .homeSolieu ul li .homeSolieuC {
        padding-left: 2rem; }
        .homeSolieu ul li .homeSolieuC b {
          color: #036060;
          text-transform: uppercase;
          font-size: 22px; }
        .homeSolieu ul li .homeSolieuC p {
          font-weight: bold;
          text-transform: uppercase; }

.dichvu {
  width: 100%;
  float: left;
  padding: 4rem 1rem; }
  .dichvu .mainTit label {
    display: inline;
    background: #f7efe0;
    border-radius: 3rem;
    padding: 1rem 2rem; }
  .dichvu ul {
    width: 100%;
    float: left;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap; }
    .dichvu ul li {
      width: calc(33% - 2rem);
      margin-bottom: 2rem;
      margin-left: 3rem; }
      .dichvu ul li:nth-child(3n + 1) {
        margin-left: 0; }
.dichvu ul li .dichvuImg{
    overflow: hidden;
}
      .dichvu ul li .dichvuImg img {
        width: 100%;
        max-width: 100%; }
      .dichvu ul li .dichvuName {
        color: #036060;
        text-align: center;
        margin-top: 1rem;
        font-weight: bold; }

.hotro {
  width: 100%;
  float: left;
  padding: 3rem;
  background: url(../images/hotro_bg.jpg);
  display: flex;
  align-items: center; }
  .hotro .hotroM {
    display: flex;
    justify-content: space-between; }
  .hotro .hotro1 label {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold; }
  .hotro .hotro1 p {
    margin: 1rem 0; }
  .hotro .hotro1 a {
    color: #f2ac16;
    text-transform: uppercase;
    font-weight: bold; }

.question {
  width: 100%;
  float: left;
  padding: 3rem 1rem; }
  .question ul {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap; }
    .question ul li {
      display: flex;
      background: #f7efe0;
      border-radius: 1rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
      padding: 1rem;
      width: calc(50% - 2rem);
      margin-left: 4rem; }
      .question ul li:nth-child(2n + 1) {
        margin-left: 0; }
      .question ul li .questionStt label {
        font-size: 4rem;
        color: #f2ac16;
        font-size: 15rem;
        line-height: 1;
        font-weight: bold; }
      .question ul li .questionM {
        padding-left: 2rem; }
        .question ul li .questionM .questionTit {
          display: flex;
          align-items: center; }
          .question ul li .questionM .questionTit .questionName {
            padding-left: 1rem;
            text-transform: uppercase;
            color: #036060;
            font-weight: bold; }
        .question ul li .questionM .questionTxt {
          margin-top: 1rem;
          text-align: justify; }

.homeUs {
  width: 100%;
  float: left;
  padding: 3rem 1rem; }
  .homeUs .homeUsItem {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem;
    border-bottom: 5px solid #036060;
    border-radius: 1rem; }
    .homeUs .homeUsItem .homeUsName {
      margin-top: 1rem;
      text-align: center;
      font-weight: bold; }
    .homeUs .homeUsItem .homeUsTxt {
      text-align: justify;
      margin-top: 1rem; }
    .homeUs .homeUsItem .Btn1 {
      margin: 2rem 0; }
  .homeUs .owl-stage {
    padding-top: 3rem; }

.binhluan {
  width: 100%;
  float: left;
  padding: 4rem 0;
  background: #eee; }
  .binhluan .binhluanC {
    margin-top: 2rem;
    padding: 1rem; }
    .binhluan .binhluanC .carousel-indicators {
      bottom: -2rem !important; }
    .binhluan .binhluanC .carousel-indicators [data-bs-target] {
      background: #f2ac16;
      border: none; }
.binhluan .binhluanM{
    display: flex;
}
  .binhluan .binhluanM .binhluanInfo {
    margin-top: 1rem;
    justify-items: center;
      width: 30%;
  }
    .binhluan .binhluanM .binhluanInfo .binhluanAvatar {
      border-radius: 100%;
      padding: 5px;
      aspect-ratio: 1;
      border: 1px solid #f2ac16; }
    .binhluan .binhluanM .binhluanInfo .binhluanName {
      margin-left: 10px;
      margin-top: 1rem; }
      .binhluan .binhluanM .binhluanInfo .binhluanName label {
        text-transform: uppercase;
        font-weight: bold; }
  .binhluan .binhluanM .binhluanTxt {
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: justify; }

.dkOnline {
  width: 100%;
  float: left;
  padding: 3rem 1rem;
  background: #f6f6f6; }
  .dkOnline .dkOnlineM {
    display: flex;
    flex-wrap: wrap; }
    .dkOnline .dkOnlineM .dkOnline1 {
      width: 30%; }
      .dkOnline .dkOnlineM .dkOnline1 .dkOnlineImg {
        margin-top: 2rem;
        text-align: center; }
    .dkOnline .dkOnlineM .dkOnline2 {
      width: 70%;
      padding-left: 3rem; }
  .dkOnline .mainTit label {
    background: linear-gradient(to right, #036060, #249b8f);
    background: -webkit-linear-gradient(to right, #036060, #249b8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold; }
  .dkOnline ul li {
    margin: 1rem 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .dkOnline ul li .dkOnlineIco {
      width: 20%; }
    .dkOnline ul li .dkOnlineC {
      padding-left: 1rem;
      flex: 1; }
      .dkOnline ul li .dkOnlineC .dkOnlineCTit {
        color: red;
        font-weight: bold; }

.dkForm {
  width: 100%;
  float: left;
  background: #fff;
  padding: 6rem 4rem;
  margin-top: 2rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .dkForm .mainTit label {
    color: red;
    text-shadow: 0px 2px 2px #fff; }
  .dkForm .dkFormM input,
  .dkForm .dkFormM textarea {
    margin: 2rem 0;
    border-radius: 1rem;
    font-size: 15px;
    background: #f1efef;
    min-height: 6rem; }
  .dkForm .dkFormM button {
    background: none;
    border: none;
    margin-top: 2rem; }
    .dkForm .dkFormM button img {
      max-width: 50%; }
  .dkForm .dkFormM .dkFormBm {
    text-align: center;
    font-weight: bold; }

footer {
  background: #036060;
  width: 100%;
  float: left;
  padding: 1rem;
  position: relative;
  padding-bottom: 4rem; }
  footer .fooM {
    display: flex;
    padding-top: 2rem; }
  footer .fooTit {
    margin-bottom: 1rem; }
    footer .fooTit .fooTitName {
      color: #f2ac16; }
    footer .fooTit .fooTitDuongke {
      width: 3rem;
      height: 2px;
      background: #fff; }
  footer .foo2 p {
    color: #fff;
    margin-bottom: 1rem; }
    footer .foo2 p img {
      margin-right: 5px;
      float: left; }
    footer .foo2 p i {
      font-family: Arial, Helvetica, sans-serif;
      color: #fff;
      width: 25px;
      display: inline-flex; }
  footer .foo3 {
    padding: 0 3rem; }
    footer .foo3 .foo3Tit {
      border: 1px solid #fff;
      padding: 1rem;
      border-radius: 1rem;
      font-weight: bold;
      font-size: 18px;
      display: inline-block;
      color: #fff; }
    footer .foo3 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 1rem; }
      footer .foo3 ul li {
        width: 48%;
        margin: 0.5rem 0; }
        footer .foo3 ul li a {
          color: #fff; }
          footer .foo3 ul li a::before {
            content: '⯈';
            padding-right: 3px; }

/*# sourceMappingURL=style.css.map */
