#mn-noithatngocanh-product-cat {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Conv_Roboto'; }
  #mn-noithatngocanh-product-cat .section-title {
    font-family: 'Conv_UTM Avo';
    font-weight: 700;
    font-size: 26px;
    color: #4bae1a;
    text-transform: uppercase;
    margin-bottom: 35px; }
  #mn-noithatngocanh-product-cat .category-box {
    display: flex;
    margin-bottom: 25px;
    position: relative; }
    #mn-noithatngocanh-product-cat .category-box .box-left {
      z-index: 2;
      background-color: #4a5128;
      flex-basis: 14%;
      position: relative;
      min-height: 70px; }
      #mn-noithatngocanh-product-cat .category-box .box-left .icon {
        z-index: 1;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        width: 58px;
        height: 58px;
        border: 2px solid #4a5128;
        background-image: linear-gradient(#fdfaa0, #fdde40); }
    #mn-noithatngocanh-product-cat .category-box .box-right {
      background-image: linear-gradient(#fdfaa0, #fdde40);
      flex-basis: 86%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 30px;
      position: relative;
      z-index: 1; }
      #mn-noithatngocanh-product-cat .category-box .box-right:after {
        transition: 0.3s width;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        background-color: #4a5128;
        z-index: -1; }
      #mn-noithatngocanh-product-cat .category-box .box-right .box-title {
        width: 100%;
        height: 100%; }
        #mn-noithatngocanh-product-cat .category-box .box-right .box-title a {
          font-weight: 500;
          font-size: 20px;
          color: #422700;
          text-transform: uppercase;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
    #mn-noithatngocanh-product-cat .category-box:hover .box-right:after {
      transition: 0.3s width;
      width: 100%; }
    #mn-noithatngocanh-product-cat .category-box:hover .box-right .box-title a {
      color: #fdfaa0; }

/*# sourceMappingURL=style.css.map */
