* {
  box-sizing: border-box; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

h1,
h2,
h3,
p {
  margin: 0; }

img {
  max-width: 100%;
  display: block; }

a {
  text-decoration: none; }

html {
  font-size: 10px;
  background: #fff; }

body {
  margin: auto;
  font-size: 16px;
  line-height: 1.5; }

.mainItem {
  width: 1200px;
  margin: auto; }

.mainTit {
  text-align: center; }
  .mainTit label {
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #0d74b9; }
  .mainTit .duongke {
    width: 100px;
    height: 2px;
    background: #dba627;
    margin: auto;
    margin-top: 5px; }
  .mainTit p {
    margin-top: 1rem; }

.owl-stage {
  display: flex; }
  .owl-stage .item {
    height: 100%; }

.mainTit {
  text-transform: uppercase; }

header .heaTop {
  width: 100%;
  float: left;
  padding: 1rem 0;
  overflow: hidden; }
  header .heaTop .heaTopM {
    display: flex;
    height: 5rem;
    justify-content: space-between; }
    header .heaTop .heaTopM .heaTopLogo .heaTopLogo2 {
      display: flex;
      align-items: center; }
      header .heaTop .heaTopM .heaTopLogo .heaTopLogo2 img {
        max-width: 60px; }
      header .heaTop .heaTopM .heaTopLogo .heaTopLogo2 label {
        padding-left: 1rem;
        color: #0d74b9;
        font-weight: bold; }
    header .heaTop .heaTopM .heaTopPhone,
    header .heaTop .heaTopM .heaTopAddress {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: 2rem; }
    header .heaTop .heaTopM .heaTopInfo {
      display: flex;
      align-content: space-between;
      padding-left: 1rem;
      padding: 1rem 3rem;
      border-radius: 3rem;
      color: #0d74b9; }
    header .heaTop .heaTopM .heaTopIco {
      font-size: 25px;
      display: flex; }
      header .heaTop .heaTopM .heaTopIco img {
        max-width: 35px; }
      header .heaTop .heaTopM .heaTopIco span {
        font-size: 15px; }
    header .heaTop .heaTopM .heaTopC {
      padding-left: 0.5rem; }
  header .heaTop img {
    max-height: 100%; }
header .heaMenu {
  background: #0d74b9;
  width: 100%;
  float: left;
  margin-bottom: 1rem; }
  header .heaMenu .heaMenuCat {
    width: 100%;
    float: left;
    background: #b4d93e; }
    header .heaMenu .heaMenuCat .menuLiLv1 {
      flex: 1; }
      header .heaMenu .heaMenuCat .menuLiLv1 span {
        margin-left: 1rem; }
      header .heaMenu .heaMenuCat .menuLiLv1 .menuUlLv2 {
        width: 100% !important; }
  header .heaMenu .heaMenuM {
    width: 50%;
    float: left; }
  header .heaMenu .heaMenuHang {
    width: 25%;
    float: left;
    padding: 10px;
    background: #b4d93e; }
    header .heaMenu .heaMenuHang label {
      font-weight: bold;
      color: #fff; }
header .menuk {
  display: flex;
  align-items: center;
  width: 100%;
  float: left; }
  header .menuk a {
    color: #fff;
    font-weight: bold; }
  header .menuk span {
    color: #fff;
    font-weight: bold;
    cursor: pointer; }
  header .menuk i {
    color: #fff; }
  header .menuk .menu1 {
    flex: 1; }
    header .menuk .menu1 .menuUlLv1 {
      display: flex;
      align-items: center;
      position: relative;
      z-index: 9999;
      justify-content: space-around; }
      header .menuk .menu1 .menuUlLv1 li {
        padding: 10px 0px 10px 0px; }
      header .menuk .menu1 .menuUlLv1 .menuUlLv2,
      header .menuk .menu1 .menuUlLv1 .menuUlLv3 {
        display: none; }
      header .menuk .menu1 .menuUlLv1 li.menuLiLv1:hover {
        background: #b4d93e; }
        header .menuk .menu1 .menuUlLv1 li.menuLiLv1:hover .menuUlLv2 {
          display: block; }
      header .menuk .menu1 .menuUlLv1 .menuUlLv2 {
        background: #b4d93e;
        position: absolute;
        top: 100%;
        width: 230px; }
        header .menuk .menu1 .menuUlLv1 .menuUlLv2 .menuLiLv2 {
          position: relative;
          background: linear-gradient(to left, #b4d93e 50%, #0d74b9 50%) right;
          transition: background 0.2s ease-in-out;
          background-size: 200% 100%;
          padding-left: 1rem; }
          header .menuk .menu1 .menuUlLv1 .menuUlLv2 .menuLiLv2:hover {
            background-color: #ccc;
            background-position: left; }
            header .menuk .menu1 .menuUlLv1 .menuUlLv2 .menuLiLv2:hover .menuUlLv3 {
              display: block; }
        header .menuk .menu1 .menuUlLv1 .menuUlLv2 .menuUlLv3 {
          position: absolute;
          left: 100%;
          min-width: 260px;
          top: 0;
          background: #5299f0; }
          header .menuk .menu1 .menuUlLv1 .menuUlLv2 .menuUlLv3 li {
            border-bottom: 1px dashed #ccc;
            position: relative;
            background: linear-gradient(to left, #1673e3 50%, #5299f0 50%) right;
            transition: background 0.2s ease-in-out;
            background-size: 200% 100%; }
            header .menuk .menu1 .menuUlLv1 .menuUlLv2 .menuUlLv3 li:hover {
              background-color: #5299f0;
              background-position: left; }
              header .menuk .menu1 .menuUlLv1 .menuUlLv2 .menuUlLv3 li:hover a {
                font-size: 14px; }
header .heaC {
  width: 100%;
  float: left; }
  header .heaC .heaM {
    display: flex;
    flex-wrap: wrap; }
    header .heaC .heaM .heaCat ul {
      border: 1px solid #ccc; }
      header .heaC .heaM .heaCat ul li {
        border-bottom: 1px solid #ccc;
        padding: 10px 0 10px 10px; }
        header .heaC .heaM .heaCat ul li:last-child {
          border-bottom: none; }
        header .heaC .heaM .heaCat ul li a:hover {
          color: #0d74b9; }
        header .heaC .heaM .heaCat ul li h2 {
          font-size: 15px; }
    header .heaC .heaM .heaCat .heaCatTv {
      background: linear-gradient(to right, #e74815, #ef5d2e, #f55c2b, #f76d2f, #ed7914);
      display: flex;
      color: #fff;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      margin-top: 15px; }
      header .heaC .heaM .heaCat .heaCatTv .heaCatTvIcon {
        font-size: 40px; }
      header .heaC .heaM .heaCat .heaCatTv .heaCatTvC {
        padding-left: 20px; }
    header .heaC .heaM .heaBanner img {
      width: 100%; }
    header .heaC .heaM .heaHang ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      header .heaC .heaM .heaHang ul li {
        display: flex;
        align-items: center;
        width: 33%;
        padding: 1rem;
        border-bottom: 1px solid #ccc;
        aspect-ratio: 1; }
        header .heaC .heaM .heaHang ul li:nth-child(3n + 2) {
          border-left: 1px solid #ccc;
          border-right: 1px solid #ccc; }
        header .heaC .heaM .heaHang ul li img {
          width: 100%; }

.banner {
  width: 100%;
  float: left;
  text-align: center; }

.homeCat {
  width: 100%;
  float: left;
  padding: 1rem 1rem 0 1rem; }
  .homeCat .homeCatM {
    width: 100%;
    float: left;
    margin-top: 2rem; }
    .homeCat .homeCatM ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .homeCat .homeCatM ul li {
        border-radius: 10px;
        border: 0.5px solid #0d74b9;
        width: calc(25% - 1rem);
        margin: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 1rem; }
        .homeCat .homeCatM ul li:hover {
          background: #0d74b9;
          color: #fff; }
          .homeCat .homeCatM ul li:hover .homeCatName {
            color: #fff; }
        .homeCat .homeCatM ul li a {
          display: flex;
          width: 100%;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
        .homeCat .homeCatM ul li .homeCatIco {
          margin-top: 1rem;
          justify-items: center;
          width: 35%;
          aspect-ratio: 1 / 1;
          background: #f0f0f0;
          border-radius: 100%;
          display: flex;
          padding: 1.5rem;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
          .homeCat .homeCatM ul li .homeCatIco img {
            margin: auto;
            min-width: 30px;
            width: 80%; }
        .homeCat .homeCatM ul li .homeCatName {
          text-align: center;
          margin-top: 1rem;
          color: #000000;
          text-transform: uppercase;
          font-weight: bold; }

.homeNewsAdvance {
  width: 100%;
  float: left;
  margin-top: 1rem; }
  .homeNewsAdvance .homeNewsC {
    margin-top: 2px; }
    .homeNewsAdvance .homeNewsC h3 {
      font-size: 16px;
      font-weight: bold; }
    .homeNewsAdvance .homeNewsC .homeNewsAdvanceItem {
      padding: 1rem;
      border: 1px solid #ccc;
      height: 100%; }
      .homeNewsAdvance .homeNewsC .homeNewsAdvanceItem .newsImg {
        text-align: center;
        border-radius: 1rem;
        line-height: 0; }
      .homeNewsAdvance .homeNewsC .homeNewsAdvanceItem a {
        color: #0d74b9; }
        .homeNewsAdvance .homeNewsC .homeNewsAdvanceItem a:hover {
          color: #b4d93e; }
      .homeNewsAdvance .homeNewsC .homeNewsAdvanceItem .newsName {
        text-align: center; }
        .homeNewsAdvance .homeNewsC .homeNewsAdvanceItem .newsName h3 {
          font-weight: normal; }

.homeSanpham {
  width: 100%;
  float: left;
  padding-top: 2rem; }
  .homeSanpham .container-fluid {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .homeSanpham .container-fluid .col-xxl-2 {
      margin-top: 8px;
      margin-bottom: 8px; }
      .homeSanpham .container-fluid .col-xxl-2 .spItem {
        border: 1px solid #ccc;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%; }
        .homeSanpham .container-fluid .col-xxl-2 .spItem .spImg {
          padding: 1rem;
          aspect-ratio: 1;
          overflow: hidden; }
          .homeSanpham .container-fluid .col-xxl-2 .spItem .spImg img {
            height: 100%; }
        .homeSanpham .container-fluid .col-xxl-2 .spItem .spName {
          font-weight: bold;
          text-transform: capitalize;
          padding: 1rem;
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          flex: 1;
          flex-grow: 1;
          flex-shrink: 1; }
          .homeSanpham .container-fluid .col-xxl-2 .spItem .spName a {
            color: #000000; }
            .homeSanpham .container-fluid .col-xxl-2 .spItem .spName a:hover {
              color: #b4d93e; }
        .homeSanpham .container-fluid .col-xxl-2 .spItem .spInfo {
          display: flex;
          justify-content: space-between;
          padding: 1rem; }
          .homeSanpham .container-fluid .col-xxl-2 .spItem .spInfo .spPrice {
            color: #0d74b9; }
          .homeSanpham .container-fluid .col-xxl-2 .spItem .spInfo .spDetail {
            text-transform: uppercase;
            font-size: 13px; }
        .homeSanpham .container-fluid .col-xxl-2 .spItem > div {
          position: relative;
          z-index: 999; }

.fooBtn {
  background: #0d74b9;
  border: 1px solid #b4d93e;
  padding: 1rem 0;
  width: 100%;
  float: left;
  border-top: 5px solid #b4d93e; }
  .fooBtn a {
    color: #fff; }
  .fooBtn ul {
    display: flex;
    justify-items: center;
    flex-wrap: wrap; }
    .fooBtn ul li {
      width: 33%;
      border-left: 2px solid #fff;
      justify-content: center;
      display: flex; }
      .fooBtn ul li:first-child {
        border-left: none; }
      .fooBtn ul li a {
        display: flex;
        color: #fff !important; }
      .fooBtn ul li .fooBtnIco {
        color: #fff !important;
        text-decoration: none;
        fill: #fff; }
        .fooBtn ul li .fooBtnIco:visited,
        .fooBtn ul li .fooBtnIco :active {
          color: #fff; }
        .fooBtn ul li .fooBtnIco::before {
          color: #fff !important;
          fill: #fff !important;
          stroke: #fff !important; }
      .fooBtn ul li .fooBtnTxt {
        margin-left: 1rem; }
        .fooBtn ul li .fooBtnTxt label {
          color: #fff; }
        .fooBtn ul li .fooBtnTxt p {
          color: #fff4c3;
          text-transform: uppercase; }

footer {
  background: #edf8fe;
  width: 100%;
  float: left;
  padding: 3rem 0;
  position: relative;
  color: #000000; }
  footer a {
    color: #000000; }
  footer .fooLogo {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem; }
    footer .fooLogo .fooLogo1 img {
      max-height: 80px; }
    footer .fooLogo .fooLogo2 {
      padding-left: 3rem; }
      footer .fooLogo .fooLogo2 label {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 3rem; }
  footer .fooTit {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 2rem; }
  footer .foo1 ul li img {
    max-width: 120px; }
  footer .foo2 ul li {
    padding: .5rem 0; }

/*# sourceMappingURL=style.css.map */
