@charset "UTF-8";
.news_list_top {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .news_list_top {
      margin-bottom: 10px; } }

.news_list_body {
  margin-left: -13px;
  margin-right: -13px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media all and (max-width: 1200px) {
    .news_list_body {
      margin-left: -10px;
      margin-right: -10px; } }
  @media all and (max-width: 1200px) {
    .news_list_body {
      margin-left: -5px;
      margin-right: -5px; } }
  @media screen and (max-width: 768px) {
    .news_list_body {
      margin-bottom: 10px; } }
  .news_list_body .xemthem {
    width: 100%; }
    .news_list_body .xemthem a span {
      background: #fff; }
      .news_list_body .xemthem a span:hover {
        background: var(--main-color); }
    .news_list_body .xemthem a .icon {
      background: #f7f7f7; }
      .news_list_body .xemthem a .icon svg {
        fill: #f7f7f7; }
      .news_list_body .xemthem a .icon:hover {
        background: var(--main-color); }
        .news_list_body .xemthem a .icon:hover svg {
          fill: var(--main-color);
          background: #fff; }
  .news_list_body .news-item {
    float: left;
    width: calc(33.333% - 26px);
    margin: 0px 13px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden; }
    @media all and (max-width: 1200px) {
      .news_list_body .news-item {
        width: calc(33.333% - 20px);
        margin: 0px 10px; } }
    @media all and (max-width: 800px) {
      .news_list_body .news-item {
        width: calc(33.333% - 10px);
        margin: 0px 5px; } }
    .news_list_body .news-item:hover img {
      transition: 0.5s;
      transform: scale(1.1); }
  .news_list_body .readmore {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    font-style: italic; }
    @media all and (max-width: 800px) {
      .news_list_body .readmore {
        margin-top: 20px;
        margin-bottom: 15px; } }
    .news_list_body .readmore a {
      transition: 0.5s;
      color: #333333de; }
      .news_list_body .readmore a:hover {
        color: var(--main-color); }
  .news_list_body .img {
    position: relative;
    overflow: hidden; }
    .news_list_body .img a img {
      transition: 0.5s;
      width: 100%; }
    .news_list_body .img .time {
      position: absolute;
      bottom: 0px;
      left: 0px;
      color: #fff;
      padding: 10px 16px;
      background: var(--main-color); }
  .news_list_body .title {
    text-align: justify;
    padding: 10px 15px 0 15px; }
    @media all and (max-width: 600px) {
      .news_list_body .title {
        margin-top: 5px; } }
    .news_list_body .title .icon {
      width: 30px;
      float: left; }
      @media all and (max-width: 600px) {
        .news_list_body .title .icon {
          display: none; } }
      .news_list_body .title .icon svg {
        width: 30px;
        fill: var(--main-color); }
    .news_list_body .title .link {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* Số dòng muốn hiển thị */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media all and (max-width: 600px) {
        .news_list_body .title .link {
          width: 100%; } }
    .news_list_body .title a {
      font-size: 18px;
      color: #000; }
      @media screen and (max-width: 768px) {
        .news_list_body .title a {
          font-size: 16px;
          line-height: 22px; } }
  .news_list_body .summary {
    margin-top: 10px;
    color: #949494;
    line-height: 18px;
    margin-bottom: 20px; }
  .news_list_body .time {
    float: left;
    position: relative;
    padding-left: 20px;
    color: #949494; }
    .news_list_body .time svg {
      fill: #949494;
      width: 15px;
      height: 15px;
      position: absolute;
      left: 0;
      top: -1px; }
  .news_list_body .more {
    float: right;
    padding-left: 20px; }
    .news_list_body .more a {
      font-size: 14px;
      color: var(--main-color); }
      .news_list_body .more a span {
        color: #949494;
        font-size: 17px;
        letter-spacing: -2px;
        margin-right: 5px; }
  .news_list_body .time_more {
    background: #fafafa;
    margin: 0 -15px;
    padding: 15px 15px; }
  @media screen and (max-width: 768px) {
    .news_list_body {
      margin-left: -5px;
      margin-right: -5px; }
      .news_list_body .news-item {
        width: calc(50% - 10px);
        margin: 0px 5px; }
        .news_list_body .news-item:nth-child(3) {
          display: none; } }
  @media screen and (max-width: 500px) {
    .news_list_body {
      margin-left: 0px;
      margin-right: 0px; }
      .news_list_body .news-item {
        width: calc(100%);
        margin: 0px 0px;
        margin-bottom: 10px; }
        .news_list_body .news-item:nth-child(2) {
          margin-bottom: 0px; } }

/*# sourceMappingURL=column2.css.map */
