@media all and (min-width: 0) {
  body {
    background-color: #FFF; }

  .slide-news {
    background-color: #DCDCDD; }
    .slide-news .cate-news li {
      padding: 0 12px;
      height: 54px;
      display: flex;
      align-items: center;
      background-image: url(../image/news/line.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 1px auto; }
      .slide-news .cate-news li.first {
        padding-left: 0; }
      .slide-news .cate-news li.last {
        padding-right: 0;
        background-image: none; }
      .slide-news .cate-news li a {
        font-size: 13px;
        color: #7E7E7E;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 5px;
        height: 31px;
        display: flex;
        align-items: center; }
      .slide-news .cate-news li:hover a {
        background-color: #F15928;
        color: #FFF;
        border-radius: 4px; }

  main .left {
    padding: 14px 11px 0 11px; }
    main .left h2 {
      font-size: 15px;
      text-transform: uppercase;
      color: #F15928;
      border-bottom: 2px solid #F15928;
      padding-bottom: 12px; }
    main .left ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 10px 0 0 0; }
      main .left ul li {
        width: calc(50% - 29px);
        background-color: #F1F1F1;
        border-radius: 5px;
        margin-bottom: 4px;
        padding: 6px 12px; }
        main .left ul li:hover {
          background-color: #F15928; }
          main .left ul li:hover a {
            color: #FFF; }
        main .left ul li a {
          text-decoration: none;
          font-size: 14px;
          color: #000; }
  main .right {
    padding: 0 11px; }
    main .right .news-list ul {
      list-style: none; }
      main .right .news-list ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid #e6e6e6;
        padding: 10px 0 26px 0; }
        main .right .news-list ul li:first-child {
          border-top: none;
          padding-bottom: 10px; }
          main .right .news-list ul li:first-child .hinh {
            width: 100%; }
          main .right .news-list ul li:first-child .thong-tin {
            width: 100%; }
            main .right .news-list ul li:first-child .thong-tin p {
              -webkit-line-clamp: 200; }
        main .right .news-list ul li .hinh {
          width: 161px; }
          main .right .news-list ul li .hinh img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 6px;
            margin-top: 3px; }
        main .right .news-list ul li .thong-tin {
          width: calc(100% - 172px); }
          main .right .news-list ul li .thong-tin h2 {
            line-height: 0.9;
            margin-bottom: 9px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
            main .right .news-list ul li .thong-tin h2 a {
              text-decoration: none;
              font-size: 14px;
              color: #000; }
              main .right .news-list ul li .thong-tin h2 a:hover {
                color: #F15928; }
          main .right .news-list ul li .thong-tin p {
            font-size: 14px;
            line-height: 18px;
            text-align: justify;
            color: #58595B;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
    main .right .news-list .load-more {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 42px; }
      main .right .news-list .load-more span {
        height: 31px;
        background-color: #F15928;
        border-radius: 6px;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #FFF;
        padding: 0 32px; }
    main .right .moi-nhieu {
      padding: 14px 0 0 0; }
      main .right .moi-nhieu h2 {
        font-size: 15px;
        text-transform: uppercase;
        color: #F15928;
        border-bottom: 2px solid #F15928;
        padding-bottom: 12px; }
      main .right .moi-nhieu ul {
        list-style: none;
        margin-bottom: 20px; }
        main .right .moi-nhieu ul li {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          border-top: 1px solid #e6e6e6;
          padding: 10px 0; }
          main .right .moi-nhieu ul li .hinh {
            width: 161px; }
            main .right .moi-nhieu ul li .hinh img {
              width: 100%;
              height: auto;
              display: block;
              border-radius: 6px;
              margin-top: 3px; }
          main .right .moi-nhieu ul li .thong-tin {
            width: calc(100% - 172px); }
            main .right .moi-nhieu ul li .thong-tin h3 {
              line-height: 0.9;
              margin-bottom: 9px;
              font-weight: normal; }
              main .right .moi-nhieu ul li .thong-tin h3 a {
                text-decoration: none;
                font-size: 14px;
                color: #000; }
                main .right .moi-nhieu ul li .thong-tin h3 a:hover {
                  color: #F15928; }
  main article {
    padding: 17px 0 0 0; }
    main article img.dai-dien {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 17px; }
    main article h1 {
      font-size: 25px;
      line-height: 31px;
      color: #F15928;
      margin-bottom: 21px; }
    main article h2 {
      font-size: 18px;
      color: #58595B;
      line-height: 1.1;
      margin-bottom: 5px; }
    main article p {
      font-size: 14px;
      line-height: 23px;
      color: #58595B;
      margin-bottom: 14px;
      text-align: justify; }
      main article p img {
        width: 100% !important;
        height: auto !important;
        display: block; } }
@media all and (min-width: 521px) {
  .slide-news {
    width: 520px;
    margin: auto; }

  main .left {
    padding-left: 0;
    padding-right: 0; }
  main .right {
    padding: 0; } }
@media all and (min-width: 1201px) {
  body {
    background-color: #FFF; }

  nav.active .parent {
    display: block; }
  nav .parent {
    display: none; }

  .slide-news {
    width: 1200px;
    background-color: transparent;
    border-bottom: 1px solid #CFCDCD;
    padding-bottom: 9px; }
    .slide-news .cate-news li {
      padding: 0 12px;
      height: 31px; }

  main {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    main .left {
      width: 289px;
      padding-top: 23px; }
      main .left .wrap {
        position: sticky;
        top: 0; }
      main .left ul li {
        width: 100%; }
    main .right {
      width: 900px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 13px; }
      main .right .news-list {
        width: 665px; }
      main .right .moi-nhieu {
        width: 217px;
        margin-top: -4px; }
        main .right .moi-nhieu ul li {
          border-top: none;
          padding-bottom: 0; }
          main .right .moi-nhieu ul li .hinh {
            width: 100%; }
          main .right .moi-nhieu ul li .thong-tin {
            width: 100%; }
            main .right .moi-nhieu ul li .thong-tin h3 {
              margin-bottom: 0; }
    main article p img {
      width: 80% !important;
      margin: auto; } }

/*# sourceMappingURL=loai-tin.css.map */
