<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 0) {
  .table-scroll {
    overflow-x: auto; }

  table {
    width: 100% !important; }
    table tr {
      border: 1px solid #000;
      border-collapse: collapse; }
      table tr td {
        border: 1px solid #000;
        border-collapse: collapse;
        padding: 5px 10px;
        border-spacing: 0; }

  .tin-tuc-cate {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 14px 12px; }
    .tin-tuc-cate .back-home {
      width: 50px;
      height: 40px;
      border: 0.5px solid #2264D1;
      box-sizing: border-box;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .tin-tuc-cate .cate {
      width: calc(100% - 55px);
      height: 100%; }
      .tin-tuc-cate .cate ul {
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
        filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.06)); }
        .tin-tuc-cate .cate ul li {
          display: inline-block;
          height: 40px;
          line-height: 40px;
          padding: 0 20px; }
          .tin-tuc-cate .cate ul li.active a {
            color: red; }
          .tin-tuc-cate .cate ul li a {
            text-decoration: none;
            font-size: 14px;
            color: #5A5B6A; }

  .news-more {
    display: none; }

  article {
    width: calc(100% - 20px);
    margin: auto;
    box-sizing: border-box;
    border-top: 1px solid #CCC; }
    article h1 {
      font-size: 22px;
      color: #000;
      padding-top: 5px; }
    article .time {
      font-size: 15px;
      color: #c6c6c6; }
    article iframe {
      width: 100%;
      height: 200px;
      margin-top: 10px;
      margin-bottom: 10px; }
    article p {
      text-align: justify;
      line-height: 1.3;
      color: #000;
      font-size: 15px !important;
      margin-bottom: 10px; }
      article p img {
        width: 100% !important;
        height: auto !important;
        margin: auto; }
      article p a {
        color: #0066FF;
        text-decoration: none; }
        article p a:hover {
          color: #70a1ff; }
    article .youtube {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      height: 0;
      margin-top: -12px;
      margin-bottom: 20px; }
      article .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    article .youtube-doc {
      position: relative;
      width: 50%;
      padding-bottom: 88.89%;
      height: 0;
      margin: auto;
      margin-top: -12px;
      margin-bottom: 20px; }
      article .youtube-doc iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; }
    article ul, article ol {
      padding: 0 20px 15px 20px; }
      article ul li, article ol li {
        list-style: disc;
        color: #000;
        font-size: 15px !important;
        line-height: 1.3; }
        article ul li a, article ol li a {
          text-decoration: none;
          color: #0066FF; }
          article ul li a:hover, article ol li a:hover {
            color: #70a1ff; }
    article h2 {
      font-size: 22px !important;
      color: #000;
      margin-bottom: 5px;
      padding-top: 5px; }
    article h3 {
      font-size: 22px !important;
      padding-bottom: 5px; }
    article h4 {
      text-align: center !important;
      color: #1abc9c;
      margin-top: -8px;
      font-size: 15px;
      margin-bottom: 10px; }
      article h4 a {
        text-decoration: none;
        color: #70a1ff; }
    article div.pro-insert {
      border: 1px solid #ececec;
      margin-bottom: 15px;
      background-color: #FFF; }
      article div.pro-insert .grid-picture {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        article div.pro-insert .grid-picture .grid-trai {
          width: 100%;
          padding-top: 10px;
          padding-bottom: 10px; }
          article div.pro-insert .grid-picture .grid-trai img {
            width: calc(100% - 20px);
            margin: auto;
            display: block;
            cursor: pointer; }
        article div.pro-insert .grid-picture .grid-phai {
          width: 100%;
          padding-left: 10px;
          padding-right: 10px;
          justify-content: space-between;
          display: grid;
          grid-template-columns: repeat(auto-fill, calc(33% - 5px));
          position: relative; }
          article div.pro-insert .grid-picture .grid-phai img {
            width: 100%;
            height: auto;
            display: block;
            cursor: pointer; }
          article div.pro-insert .grid-picture .grid-phai .so-hinh-an {
            width: calc(33.33% - 15px);
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            position: absolute;
            top: 0;
            right: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer; }
      article div.pro-insert .grid-picture-full img {
        width: 100%;
        height: auto;
        display: block; }
      article div.pro-insert .product-wrap a {
        text-decoration: none; }
      article div.pro-insert .product-wrap img {
        width: 170px;
        float: left;
        height: auto;
        margin: 10px; }
      article div.pro-insert .product-wrap .pro-info {
        width: calc(100% - 190px);
        padding: 10px 10px 20px 0;
        float: left; }
        article div.pro-insert .product-wrap .pro-info p {
          padding: 0;
          margin: 0; }
          article div.pro-insert .product-wrap .pro-info p.name {
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 5px;
            text-align: left; }
            article div.pro-insert .product-wrap .pro-info p.name a {
              color: #000; }
          article div.pro-insert .product-wrap .pro-info p.price {
            font-size: 14px;
            padding: 0 0 5px 0; }
            article div.pro-insert .product-wrap .pro-info p.price span {
              color: #bf081f; }
              article div.pro-insert .product-wrap .pro-info p.price span.big {
                font-weight: bold;
                font-size: 25px; }
          article div.pro-insert .product-wrap .pro-info p.promotion {
            width: 100%;
            padding-bottom: 3px; }
        article div.pro-insert .product-wrap .pro-info .break {
          width: 100%;
          height: 20px !important;
          border-top: 1px solid #ECECEC; }
        article div.pro-insert .product-wrap .pro-info a {
          text-decoration: none;
          color: #FFF; }
        article div.pro-insert .product-wrap .pro-info .view-pro {
          background: #f89406;
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f76b1c), to(#f89406));
          background: -webkit-linear-gradient(top, #f89406, #f76b1c);
          background: -moz-linear-gradient(top, #f89406, #f76b1c);
          background: -ms-linear-gradient(top, #f89406, #f76b1c);
          background: -o-linear-gradient(top, #f89406, #f76b1c);
          padding: 8px 30px 9px 30px;
          border-radius: 5px; }
    article div.show-menu p {
      display: none; }
    article div.smenu-wrap {
      background-color: rgba(120, 224, 143, 0.3) !important;
      border: 1px solid #78e08f;
      border-radius: 3px;
      padding: 10px 0;
      margin-bottom: 10px; }
      article div.smenu-wrap h2 {
        font-weight: normal;
        font-size: 14px !important;
        line-height: 1.5;
        color: #1677F0;
        padding: 0 10px 0 10px;
        cursor: pointer;
        margin-bottom: 0; }
        article div.smenu-wrap h2.tit {
          font-weight: bold;
          color: #000;
          cursor: auto;
          font-size: 18px !important; }
        article div.smenu-wrap h2.clickScroll:hover {
          color: #f0932b; }
        article div.smenu-wrap h2.clickScrollSub {
          padding-left: 25px;
          position: relative; }
          article div.smenu-wrap h2.clickScrollSub:hover {
            color: #f0932b; }
          article div.smenu-wrap h2.clickScrollSub:before {
            content: "";
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 100%;
            position: absolute;
            top: 10px;
            left: 14px;
            background-color: #1677F0; }
    article div.frame-link {
      background: rgba(120, 224, 143, 0.3) !important;
      border: 1px solid #78e08f !important;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 3px; }
      article div.frame-link ul {
        padding-bottom: 0; }
      article div.frame-link a {
        text-decoration: none; }

  .sanpham-tintuc {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px; }
    .sanpham-tintuc div {
      padding: 0;
      list-style: none;
      justify-content: space-between; }
      .sanpham-tintuc div.product {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0px 10px 0px !important;
        justify-content: space-between; }
        .sanpham-tintuc div.product div.product-item {
          margin: 0 0 10px 0; }
      .sanpham-tintuc div div.product-item {
        padding: 0 5px;
        width: calc(50% - 5px);
        list-style: none;
        padding-bottom: 20px !important; }
        .sanpham-tintuc div div.product-item .gia p.gia-goc {
          margin-bottom: 0; }
        .sanpham-tintuc div div.product-item .vs {
          display: none !important; }

  #photobook {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999; }
    #photobook .close-slide {
      width: 60px;
      position: absolute;
      top: 20px;
      right: 20px; }
    #photobook .fotorama {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: #000; } }
@media all and (min-width: 521px) {
  .tin-tuc-cate {
    width: 520px;
    margin: auto;
    padding-left: 0; } }
@media all and (min-width: 720px) {
  article {
    width: calc(100% - 20px); }
    article h1 {
      font-size: 44px; }
    article .time {
      font-size: 30px; }
    article p {
      line-height: 1.4;
      font-size: 30px !important; }
    article ul li, article ol li {
      font-size: 30px !important;
      line-height: 1.4; }
    article h2 {
      font-size: 50px !important; }
    article h3 {
      font-size: 44px !important; }
    article h4 {
      font-size: 30px; }
    article div.pro-insert {
      border: 1px solid #ececec; }
      article div.pro-insert img {
        width: 340px; }
      article div.pro-insert .pro-info {
        width: calc(100% - 360px); }
        article div.pro-insert .pro-info p.name {
          font-size: 32px; }
        article div.pro-insert .pro-info p.price {
          font-size: 28px; }
          article div.pro-insert .pro-info p.price span.big {
            font-size: 50px; }
    article div.smenu-wrap h2 {
      font-size: 28px !important;
      line-height: 1.4; }
      article div.smenu-wrap h2.tit {
        font-size: 36px !important; } }
@media all and (min-width: 1201px) {
  body {
    background: #F6F7FB; }

  .layout-top {
    height: 192.5px; }

  nav {
    display: none; }

  .tin-tuc-cate {
    width: 100%;
    background: #393939;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    align-items: center;
    justify-content: center; }
    .tin-tuc-cate .back-home {
      width: 36px;
      height: 36px;
      background-color: #FFF;
      border: none; }
    .tin-tuc-cate .cate {
      width: auto; }
      .tin-tuc-cate .cate ul li {
        padding: 0 18.2px; }
        .tin-tuc-cate .cate ul li:last-child {
          padding-right: 0; }
        .tin-tuc-cate .cate ul li a {
          color: #FFF; }
          .tin-tuc-cate .cate ul li a:hover {
            color: red; }

  #desktop {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #desktop .left-main {
      width: 760px;
      margin: 0 40px 0 0;
      padding: 10px 0 0 0; }
    #desktop .right-main {
      width: 390px;
      padding: 20px 0 0 0; }
      #desktop .right-main ul {
        width: 100%; }
        #desktop .right-main ul li {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin-bottom: 10px; }
          #desktop .right-main ul li .hinh-anh {
            width: 107px; }
            #desktop .right-main ul li .hinh-anh img {
              width: 100%;
              height: auto;
              display: block; }
          #desktop .right-main ul li .noi-dung {
            width: calc(100% - 117px); }
            #desktop .right-main ul li .noi-dung h3 {
              font-size: 16px;
              font-weight: normal; }
              #desktop .right-main ul li .noi-dung h3 a {
                text-decoration: none;
                color: #000; }
                #desktop .right-main ul li .noi-dung h3 a:hover {
                  color: #06f; }

  .news-more {
    width: 100%;
    position: sticky;
    top: 0;
    display: block; }
    .news-more h2.title {
      margin: 0;
      font-size: 25px;
      color: #282A6D;
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 10px;
      width: 100%; }
      .news-more h2.title:before {
        width: 100px;
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        border-bottom: 1px solid #282A6D; }
    .news-more ul li {
      font-size: 15px;
      line-height: 20px; }
      .news-more ul li:last-child {
        border-bottom: 1px solid #F5F7FB; }

  article {
    border-top: none;
    border-bottom: none;
    width: 100%; }
    article h1 {
      font-size: 30px;
      font-weight: bold; }
    article h2 {
      font-size: 22px !important; }
    article h3 {
      font-size: 18px !important; }
    article p {
      font-size: 16px !important; }
    article ul li, article ol li {
      font-size: 16px !important; }
    article div.pro-insert img {
      width: 170px; }
    article div.pro-insert .pro-info {
      width: calc(100% - 190px); }
      article div.pro-insert .pro-info p.name {
        font-size: 20px; }
      article div.pro-insert .pro-info p.price {
        font-size: 28px; }
        article div.pro-insert .pro-info p.price span.big {
          font-size: 25px; }
    article div.smenu-wrap {
      background-color: #dbedf9;
      border: 1px solid #c7e4f4;
      border-radius: 3px;
      padding: 10px 0;
      margin-bottom: 10px; }
      article div.smenu-wrap h2 {
        font-weight: normal;
        font-size: 16px !important;
        line-height: 1.5;
        color: #1677F0;
        padding: 0 10px 0 10px;
        cursor: pointer;
        margin-bottom: 0; }
        article div.smenu-wrap h2.tit {
          font-weight: bold;
          color: #000;
          cursor: auto;
          font-size: 20px !important; }

  .sanpham-tintuc {
    padding: 0; }
    .sanpham-tintuc div {
      width: 100%; }
      .sanpham-tintuc div.no-scroll {
        margin: 0 0px 10px 0px !important;
        display: grid;
        grid-template-columns: repeat(auto-fill, 248px);
        justify-content: space-between;
        flex-wrap: wrap; }
        .sanpham-tintuc div.no-scroll div.product-item {
          margin: 0 0 10px 0; }
      .sanpham-tintuc div div.product-item {
        padding: 0 5px;
        width: auto;
        margin-bottom: 10px; }

  footer {
    border-top: 1px solid #ECECEC;
    margin-top: 20px; } }

/*# sourceMappingURL=news.css.map */
</pre></body></html>