@charset "UTF-8";
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

h1,
h2,
h3,
p {
  margin: 0; }

img {
  max-width: 100%;
  display: block;
  margin: auto; }

a {
  text-decoration: none; }

html {
  font-size: 10px;
  background: #fff; }

body {
  max-width: 600px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5; }

.mainTit {
  text-align: center; }
  .mainTit label {
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #088359; }
  .mainTit .duongke {
    width: 150px;
    height: 2px;
    background: #1fb06b;
    margin: auto;
    margin-top: 5px; }
    .mainTit .duongke .duongke2 {
      width: 50%;
      height: 100%;
      background: #ddba19; }
  .mainTit p {
    margin-top: 1rem; }
    .mainTit p b {
      color: red; }

header .heaTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #0c9d6b;
  width: 100%;
  max-width: 600px; }
  header .heaTop .heaLogo {
    background: #088359;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1rem;
    padding: 1rem;
    aspect-ratio: 1 / 1;
    height: 55px; }
  header .heaTop .heaName {
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    font-weight: bold;
    font-style: italic;
    flex-grow: 1;
    margin: 0 2rem;
    margin-left: 3rem;
    padding: 3px 2px; }
    header .heaTop .heaName span {
      color: red; }
header .heaBtn {
  padding: 1rem;
  background: #fff;
  width: 100%;
  float: left; }
  header .heaBtn ul {
    display: flex;
    justify-content: space-between; }
    header .heaBtn ul li {
      width: 48%; }

.banner {
  width: 100%;
  text-align: center; }

.heaNav {
  width: 100%;
  float: left;
  background: #088359;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .heaNav ul li {
    width: 25%;
    float: left;
    border-left: 1px solid #fff;
    text-align: center;
    padding: 3px 0; }
    .heaNav ul li:first-child {
      border-left: none; }
    .heaNav ul li a {
      color: #fff; }

.homeCat {
  width: 100%;
  float: left;
  padding: 1rem 1rem 2rem 1rem; }
  .homeCat .homeCatM {
    width: 100%;
    float: left;
    margin-top: 2rem; }
    .homeCat .homeCatM ul.homeCatList {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .homeCat .homeCatM ul.homeCatList li {
        width: calc(50% - 1rem);
        margin: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1rem; }
        .homeCat .homeCatM ul.homeCatList li:hover .homeCatIco {
          background: #088359;
          color: #fff; }
          .homeCat .homeCatM ul.homeCatList li:hover .homeCatIco img {
            filter: brightness(0) invert(1); }
        .homeCat .homeCatM ul.homeCatList li:hover .homeCatName {
          color: #088359; }
        .homeCat .homeCatM ul.homeCatList li a {
          display: flex;
          width: 100%;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
        .homeCat .homeCatM ul.homeCatList li .homeCatIco {
          border-top-right-radius: 20px;
          border-bottom-left-radius: 20px;
          border: 2px solid #088359;
          width: 100%;
          aspect-ratio: 1/1;
          margin-top: 1rem;
          justify-items: center;
          width: 100%;
          display: flex;
          padding: 1.5rem;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
          .homeCat .homeCatM ul.homeCatList li .homeCatIco img {
            margin: auto;
            min-width: 30px;
            max-width: 60%; }
        .homeCat .homeCatM ul.homeCatList li .homeCatName {
          text-align: center;
          margin-top: 1rem;
          color: #000000;
          text-transform: uppercase;
          font-weight: bold; }

.itemBtn {
  width: 100%;
  float: left; }
  .itemBtn ul {
    display: flex;
    justify-content: space-between; }
    .itemBtn ul li {
      width: 48%;
      display: flex;
      align-items: center;
      justify-content: center; }

.quytrinh {
  width: 100%;
  float: left;
  background: #088359;
  padding: 2rem 1rem; }
  .quytrinh .mainTit label {
    color: #fff; }
  .quytrinh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem; }
    .quytrinh ul li {
      width: 47%;
      margin: 1rem 0; }
      .quytrinh ul li .quytrinhM {
        border: 1px solid #fff;
        padding: 1rem;
        border-radius: 1rem;
        background: #0c9d6b;
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1; }
        .quytrinh ul li .quytrinhM .quytrinhM2 {
          width: 100%;
          height: 100%;
          border-radius: 1rem;
          background: #fff;
          position: absolute;
          top: 5px;
          left: 5px;
          overflow: hidden; }
          .quytrinh ul li .quytrinhM .quytrinhM2 .quytrinhC {
            display: flex;
            align-items: center;
            padding-left: 5px; }
            .quytrinh ul li .quytrinhM .quytrinhM2 .quytrinhC .quytrinhStt {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 20%;
              aspect-ratio: 1/1;
              border-radius: 100%;
              background-image: linear-gradient(to right, #088359, #02ba52);
              color: #fff;
              font-weight: bold; }
            .quytrinh ul li .quytrinhM .quytrinhM2 .quytrinhC .quytrinhName {
              font-weight: bold;
              text-transform: uppercase;
              color: #088359;
              padding-left: 5px; }

.question {
  width: 100%;
  float: left;
  padding: 2rem 1rem; }
  .question ul li {
    background: #0c9d6b;
    margin: 10px 0;
    padding: 5px;
    color: #fff; }
    .question ul li a {
      color: #fff; }
  .question .questionBtn {
    text-align: center; }
    .question .questionBtn img {
      max-width: 80%;
      margin: auto; }

.binhluan {
  width: 100%;
  float: left;
  padding: 2rem 0;
  background: #e9f1f2; }
  .binhluan .mainTit {
    background: #088359;
    padding: 1rem 0; }
    .binhluan .mainTit label {
      color: #fff; }
  .binhluan .binhluanC {
    margin-top: 2rem;
    padding: 1rem; }
  .binhluan .binhluanM {
    background: #fff;
    padding: 1rem;
    border: 1px solid #088359;
    border-radius: 1rem; }
    .binhluan .binhluanM .binhluanTit p {
      font-weight: bold; }
    .binhluan .binhluanM .binhluanTit span {
      font-weight: bold; }
    .binhluan .binhluanM .binhluanTit label {
      text-transform: uppercase;
      font-weight: bold;
      color: #088359; }
    .binhluan .binhluanM .binhluanStar {
      margin-top: 1rem; }
    .binhluan .binhluanM .binhluanInfo {
      margin-top: 1rem;
      display: flex;
      justify-items: center; }
      .binhluan .binhluanM .binhluanInfo .binhluanName {
        margin-left: 10px; }
        .binhluan .binhluanM .binhluanInfo .binhluanName p {
          color: #f6a60e; }
    .binhluan .binhluanM .binhluanTxt {
      border-top: 1px solid #ccc;
      margin-top: 1rem;
      padding-top: 1rem; }
  .binhluan .uudiem img {
    width: 100%; }
  .binhluan .uudiemC {
    width: 100%;
    float: left;
    background: url(../images/uudiem_bg.jpg);
    background-size: contain; }
    .binhluan .uudiemC ul {
      margin-top: 2rem;
      padding: 1rem; }
      .binhluan .uudiemC ul li {
        background-image: linear-gradient(to right, #088359, #00bc4d);
        padding: 0.5rem;
        border-radius: 3rem;
        display: flex;
        align-items: center;
        margin: 1rem 0; }
        .binhluan .uudiemC ul li .uudiemStt {
          height: 100%;
          aspect-ratio: 1/1;
          border: 1px solid #fff;
          color: #fff;
          font-weight: bold;
          font-size: 22px;
          min-width: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 100%; }
        .binhluan .uudiemC ul li .uudiemTxt {
          color: #fff;
          padding-left: 5px; }

.Btn1 {
  text-align: center;
  margin-top: 1rem; }
  .Btn1 a {
    background: linear-gradient(#d14040, #951d21);
    padding: 5px 15px;
    border-radius: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff; }

.phuongcham {
  width: 100%;
  float: left;
  padding: 1rem; }
  .phuongcham .mainTit label {
    color: red; }
  .phuongcham .phuongchamTit {
    text-transform: uppercase;
    font-weight: bold;
    color: #088359;
    text-align: center;
    background: linear-gradient(90deg, #088359, #01b84c, #088359);
    /* màu gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .phuongcham .phuongchamTxt {
    text-align: center;
    margin-top: 1rem; }
  .phuongcham .phuongchamC {
    margin-top: 2rem;
    border: 1px dashed #088359;
    padding: 1rem;
    border-radius: 1rem;
    text-align: justify; }
    .phuongcham .phuongchamC b {
      color: red; }
    .phuongcham .phuongchamC span {
      font-weight: bold;
      background: linear-gradient(90deg, #088359, #01b84c, #088359);
      /* màu gradient */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .phuongcham .phuongchamC span i {
        font-size: 24px; }
  .phuongcham .itemBtn {
    margin-top: 2rem; }

.dkOnline {
  width: 100%;
  float: left;
  padding: 1rem; }
  .dkOnline .mainTit label {
    color: red;
    font-weight: bold;
    text-shadow: 0px 5px 5px #999999; }
  .dkOnline .dkOnlineImg {
    background-image: linear-gradient(to bottom, #fff, #e6f0ef); }

.dkForm {
  width: 100%;
  float: left;
  background: #0c9d6b;
  padding: 2rem 1rem; }
  .dkForm .mainTit label {
    color: red;
    text-shadow: 0px 2px 2px #fff; }
  .dkForm .dkFormM input {
    margin: 1rem 0;
    border-radius: 3rem;
    font-size: 15px;
    background: #5ac7a1; }
  .dkForm .dkFormM button {
    background: none;
    border: none; }
    .dkForm .dkFormM button img {
      max-width: 50%; }
  .dkForm .dkFormM .dkFormBm {
    text-align: center;
    color: #fff;
    font-weight: bold; }

.homeNews {
  width: 100%;
  float: left;
  padding: 1rem;
  margin-top: 1rem; }
  .homeNews .homeNewsC {
    margin-top: 1rem; }
    .homeNews .homeNewsC ul li {
      width: 100%;
      float: left;
      margin-top: 1rem;
      border-bottom: 1px dotted #ccc;
      padding-bottom: 1rem; }
      .homeNews .homeNewsC ul li:last-child {
        border-bottom: none; }
      .homeNews .homeNewsC ul li .newsImg {
        width: 30%;
        float: left;
        text-align: center;
        border-radius: 1rem; }
      .homeNews .homeNewsC ul li .homeNewsM {
        width: 70%;
        float: left;
        padding-left: 1rem; }
        .homeNews .homeNewsC ul li .homeNewsM .newsName h3 {
          color: #000000; }

.colorRed {
  color: #ef1515; }

.colorBlue {
  color: #088359; }

footer {
  background: #088359;
  width: 100%;
  float: left;
  padding: 1rem;
  position: relative;
  padding-bottom: 4rem; }
  footer .timeWork {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    color: #088359; }
    footer .timeWork .colorRed {
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase; }
    footer .timeWork .colorBlue {
      color: #088359;
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase; }
  footer .foo2 {
    margin-top: 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem; }
    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 {
    width: 100%;
    float: left;
    margin-top: 2rem; }
    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; }

.fooFix {
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 1000; }
  .fooFix ul {
    display: flex; }

/*
detailLh
*/
.detailLh {
  width: 100%;
  float: left; }
  .detailLh .detailLh1 {
    color: red; }
    .detailLh .detailLh1 ul {
      display: flex;
      justify-content: space-between;
      margin-top: 1rem; }
  .detailLh .detailLh2 {
    border: 1px dashed #088359;
    padding: 1rem;
    border-radius: 1rem;
    margin-top: 2rem; }
    .detailLh .detailLh2 ul li {
      margin: 0.3rem 0; }
      .detailLh .detailLh2 ul li i.ico {
        background: #088359;
        color: #fff;
        padding: 3px;
        font-style: unset;
        font-family: arial;
        width: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px; }

.baiTest {
  width: 100%;
  float: left;
  padding: 1rem;
  background-image: linear-gradient(to right, #088359, #00c04d);
  margin-top: 2rem;
  border-radius: 1rem; }
  .baiTest .baiTestLabel {
    background: linear-gradient(to bottom, #ffd23a, #fff24f 70%);
    -webkit-background-clip: text;
    /* cho Chrome, Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px; }
  .baiTest .baiTestDes {
    color: #fff;
    text-align: center; }
  .baiTest .baiTestCauhoi {
    background: #fff;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    height: 100%; }
    .baiTest .baiTestCauhoi .baiTestCauhoiStt {
      float: left; }
      .baiTest .baiTestCauhoi .baiTestCauhoiStt div {
        width: 100%;
        border-radius: 2rem;
        background: #088359;
        color: #fff;
        text-align: center; }
    .baiTest .baiTestCauhoi .baiTestCauhoiM {
      float: left;
      padding-left: 5px; }
  .baiTest input[name='dienthoai'] {
    width: 100%;
    border-radius: 2rem;
    border: none;
    margin-top: 1rem; }
  .baiTest .baiTestBtn {
    display: flex;
    margin-top: 2rem;
    justify-content: space-between; }
    .baiTest .baiTestBtn .btn {
      border: 1px solid #000000;
      border-radius: 2rem;
      font-size: 15px;
      font-weight: bold; }
    .baiTest .baiTestBtn button {
      background-image: linear-gradient(to right, #ffc12f, #fff24f);
      color: #088359; }
    .baiTest .baiTestBtn a {
      background-image: linear-gradient(to right, #00bf4d, #088359);
      color: #fff; }
  .baiTest .owl-carousel .owl-nav {
    font-size: 30px;
    text-align: center; }
    .baiTest .owl-carousel .owl-nav button {
      margin: 0 1rem; }
  .baiTest .owl-carousel .owl-dots {
    display: none; }
  .baiTest .owl-carousel .owl-stage {
    height: 100%;
    display: flex; }

/*# sourceMappingURL=style.css.map */
