html {
  font-size: 10px; }

body {
  font-size: 16px;
  font-family: arial;
  line-height: 1.5; }

*,
::after,
::before {
  box-sizing: border-box; }

h1, h2, h3 {
  margin: 0; }

.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; }

.mainTit {
  text-align: center;
  margin-bottom: 3rem; }
  .mainTit label {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px; }
  .mainTit .duongke {
    width: 100px;
    border-top: 1px solid #000;
    margin: auto;
    margin-top: 5px; }
  .mainTit span {
    font-size: 20px; }
  .mainTit p {
    font-size: 30px;
    color: #cc833d;
    margin-top: 1rem; }

header .hea1 {
  width: 100%;
  background-image: linear-gradient(to right, #f4e6d0, #f4e6d0);
  color: #3f3f3f;
  padding: 5px 0; }
  header .hea1 .hea1M {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .hea1 .hea1M label {
      display: flex;
      align-items: center; }
    header .hea1 .hea1M svg {
      width: 20px;
      padding-right: 10px; }
header .hea2 {
  padding: 5px 0; }
  header .hea2 .hea2M {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .hea2 .hea2M b {
      color: #fff; }
    header .hea2 .hea2M .input-group {
      font-size: 15px;
      display: flex;
      height: 35px; }
    header .hea2 .hea2M .hea2Item {
      display: flex; }
      header .hea2 .hea2M .hea2Item .hea2ItemM input {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border: 1px solid #ccc;
        width: 300px;
        text-indent: 15px; }
      header .hea2 .hea2M .hea2Item .hea2ItemM button {
        height: 100%;
        width: 35px;
        background: #fdb518;
        border: none;
        color: #fff;
        display: flex;
        align-items: center;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #ccc; }
      header .hea2 .hea2M .hea2Item .hea2ItemIco {
        padding-right: 1rem;
        display: flex; }
        header .hea2 .hea2M .hea2Item .hea2ItemIco .btnPhone {
          color: #fdb518;
          display: flex;
          align-items: center;
          margin: 0 10px; }
          header .hea2 .hea2M .hea2Item .hea2ItemIco .btnPhone:nth-child(2) {
            margin-left: 3rem; }
          header .hea2 .hea2M .hea2Item .hea2ItemIco .btnPhone svg {
            width: 40px;
            padding-right: 10px; }
          header .hea2 .hea2M .hea2Item .hea2ItemIco .btnPhone .btnPhoneText {
            color: #000; }
            header .hea2 .hea2M .hea2Item .hea2ItemIco .btnPhone .btnPhoneText p {
              margin-top: 0;
              font-size: 15px; }
            header .hea2 .hea2M .hea2Item .hea2ItemIco .btnPhone .btnPhoneText b {
              color: #000; }
header .menu {
  background: #fdb518;
  float: left;
  width: 100%;
  display: flex; }
  header .menu ul.lv1 {
    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;
      font-weight: bold; }
      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 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;
          border-bottom: 1px solid #ccc; }
          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 {
            text-transform: none; }

.banner {
  width: 100%;
  float: left; }

.aboutHome {
  width: 100%;
  float: left;
  background: #f2f1f1;
  padding: 5rem 0; }
  .aboutHome .mainTit {
    text-align: left; }
  .aboutHome .aboutM {
    display: flex; }
  .aboutHome .aboutItem {
    width: 50%; }
    .aboutHome .aboutItem .aboutDes {
      line-height: 1.5; }
    .aboutHome .aboutItem ul {
      margin-top: 4rem; }
      .aboutHome .aboutItem ul li {
        margin: 10px 0; }
        .aboutHome .aboutItem ul li span {
          color: #cc833d;
          font-size: 25px; }
  .aboutHome .aboutItem2 {
    padding-left: 50px; }

.services {
  width: 100%;
  float: left;
  padding: 5rem 0; }
  .services .servicesM .serviceItem {
    padding: 15px;
    text-align: center;
    border: 1px solid #cc833d;
    height: 100%; }
    .services .servicesM .serviceItem:hover {
      background: #cc833d;
      color: #fff; }
      .services .servicesM .serviceItem:hover .serviceIco img {
        filter: invert(100%);
        -webkit-filter: invert(100%); }
      .services .servicesM .serviceItem:hover .serviceName span {
        border-color: #fff; }
    .services .servicesM .serviceItem .serviceIco img {
      width: auto;
      margin: auto; }
    .services .servicesM .serviceItem .serviceName {
      font-size: 20px; }
      .services .servicesM .serviceItem .serviceName span {
        width: 80px;
        border-top: 1px solid #cc833d;
        display: inline-block; }
    .services .servicesM .serviceItem .serviceDes {
      margin-top: 1rem; }
  .services .servicesM .owl-stage {
    display: flex; }
    .services .servicesM .owl-stage .owl-item {
      padding: 15px 0; }

.products {
  width: 100%;
  float: left;
  padding: 2rem 0; }
  .products .productsM ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
    .products .productsM ul li {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      text-align: center;
      font-size: 18px;
      padding: 15px;
      width: 28%; }
      .products .productsM ul li .productName {
        margin-top: 1rem; }
      .products .productsM ul li .productPrice {
        color: #cc833d;
        margin-top: 1rem;
        font-size: 25px; }

.reasons {
  width: 100%;
  float: left;
  padding: 5rem 0; }
  .reasons .reasonsM {
    margin-top: 3rem;
    width: 100%;
    float: left; }
    .reasons .reasonsM ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .reasons .reasonsM ul li {
        width: calc(33% - 20px);
        margin: 20px 0; }
        .reasons .reasonsM ul li .reasonImg img {
          width: 100%; }
        .reasons .reasonsM ul li .reasonName {
          text-align: center;
          font-weight: bold;
          font-size: 18px;
          margin: 2rem 0; }
        .reasons .reasonsM ul li .reasonDes {
          line-height: 1.5; }

.thongke {
  width: 100%;
  float: left;
  padding: 5rem 0;
  background: #fdb518; }
  .thongke .thongkeM ul {
    display: flex;
    justify-content: space-between; }
    .thongke .thongkeM ul li .thongkeItem {
      display: flex;
      align-items: center; }
      .thongke .thongkeM ul li .thongkeItem .thongkeIco {
        width: 60px;
        border-radius: 50%;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1; }
        .thongke .thongkeM ul li .thongkeItem .thongkeIco img {
          -webkit-filter: invert(100%);
          /* Safari/Chrome */
          filter: invert(100%); }
      .thongke .thongkeM ul li .thongkeItem .thongkeC {
        color: #000;
        margin-left: 2rem; }
        .thongke .thongkeM ul li .thongkeItem .thongkeC .thongkeNumber {
          font-weight: bold;
          font-size: 35px; }
        .thongke .thongkeM ul li .thongkeItem .thongkeC .thongkeTxt {
          text-transform: uppercase; }

.csvc {
  width: 100%;
  float: left;
  padding: 5rem 0; }

.binhluan {
  width: 100%;
  float: left;
  padding: 3rem 0; }
  .binhluan .binhluanM {
    margin-top: 2rem;
    width: 100%;
    float: left; }
    .binhluan .binhluanM ul {
      display: flex;
      justify-content: space-between; }
      .binhluan .binhluanM ul li {
        width: 47%; }
        .binhluan .binhluanM ul li .binhluanItem {
          text-align: center;
          height: 100%;
          display: flex;
          flex-direction: column; }
          .binhluan .binhluanM ul li .binhluanItem .binhluanTxt {
            border: 1px solid #cc833d;
            padding: 15px;
            border-radius: 20px;
            padding-bottom: 70px;
            flex-grow: 1; }
            .binhluan .binhluanM ul li .binhluanItem .binhluanTxt label {
              font-size: 36px;
              color: #cc833d;
              font-weight: bold; }
          .binhluan .binhluanM ul li .binhluanItem .binhluanIfo {
            position: relative;
            margin-top: -60px; }
            .binhluan .binhluanM ul li .binhluanItem .binhluanIfo .binhluanAvatar {
              display: inline-block;
              margin: 10px;
              border-radius: 50%;
              box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; }
            .binhluan .binhluanM ul li .binhluanItem .binhluanIfo .binhluanName {
              font-weight: bold;
              margin: 1rem 0; }

.nguyentac {
  width: 100%;
  float: left;
  background: #cc833d;
  color: #fff;
  display: flex;
  align-items: center; }
  .nguyentac .nguyentacItem {
    width: 50%; }
    .nguyentac .nguyentacItem img {
      width: 100%; }
    .nguyentac .nguyentacItem .nguyentacM {
      width: 600px;
      float: right; }
      .nguyentac .nguyentacItem .nguyentacM ul li {
        display: flex;
        align-items: center;
        margin: 20px 0;
        padding-right: 30px; }
        .nguyentac .nguyentacItem .nguyentacM ul li .nguyentacStt {
          width: 50px;
          height: 50px;
          background: #fff;
          color: #cc833d;
          border-radius: 50%;
          font-weight: bold;
          font-size: 30px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .nguyentac .nguyentacItem .nguyentacM ul li .nguyentacTxt {
          padding-left: 2rem; }

.news {
  width: 100%;
  float: left;
  padding: 5rem 0; }
  .news .newsM {
    width: 100%;
    float: left;
    margin-top: 2rem; }
    .news .newsM .newItem {
      margin: 20px 0; }
      .news .newsM .newItem .newsImg {
        height: 215px;
        max-height: 250px;
        overflow: hidden; }
      .news .newsM .newItem .newsName {
        margin: 2rem 0; }
        .news .newsM .newItem .newsName a {
          font-weight: bold; }
      .news .newsM .newItem .newsDes {
        margin: 1rem 0; }
      .news .newsM .newItem .newViewMore {
        font-weight: bold;
        text-transform: uppercase; }

footer {
  width: 100%;
  float: left;
  padding: 5rem 0;
  background: #232323;
  color: #fff; }
  footer .mainTit {
    text-align: left; }
  footer a {
    color: #fff; }
  footer .fooM {
    display: flex; }
    footer .fooM .foo1,
    footer .fooM .foo2,
    footer .fooM .foo3 {
      width: 33.33%; }
    footer .fooM .foo2 {
      padding: 0 30px; }
      footer .fooM .foo2 ul li {
        margin: 8px 0; }
        footer .fooM .foo2 ul li a::before {
          content: ">> ";
          margin-right: 5px; }
    footer .fooM .foo3 ul {
      display: flex; }
      footer .fooM .foo3 ul li {
        margin: 0 5px; }
    footer .fooM .foo3 .fooMaps {
      width: 100%;
      height: 200px;
      float: left;
      padding: 10px;
      overflow: hidden;
      border: 1px solid #fff;
      margin-top: 2rem; }
      footer .fooM .foo3 .fooMaps .fooMaps2 {
        width: 100%;
        height: 100%;
        overflow: hidden; }

/*# sourceMappingURL=style.css.map */
