#main-content > .body {
  padding: 30px 0 50px; }
  #main-content > .body > .container > .top .top-news-carousel {
    margin-bottom: 30px; }
    #main-content > .body > .container > .top .top-news-carousel .item {
      position: relative;
      height: 375px; }
      #main-content > .body > .container > .top .top-news-carousel .item > a > img {
        min-width: 100%;
        min-height: 100%; }
      #main-content > .body > .container > .top .top-news-carousel .item > .title-block {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        border-top: 2px solid #005d8c; }
        #main-content > .body > .container > .top .top-news-carousel .item > .title-block > div {
          position: relative;
          width: 80%; }
          #main-content > .body > .container > .top .top-news-carousel .item > .title-block > div > p.category {
            color: #fff;
            position: absolute;
            background: #005d8c;
            top: -1em;
            left: 20px;
            padding: 5px 10px;
            border-radius: 5px; }
          #main-content > .body > .container > .top .top-news-carousel .item > .title-block > div > div {
            padding: 30px 0 20px 20px; }
          #main-content > .body > .container > .top .top-news-carousel .item > .title-block > div > div > a.title {
              text-decoration: none;
          }
            #main-content > .body > .container > .top .top-news-carousel .item > .title-block > div > div > a.title > h3 {
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              max-height: 3em;
              line-height: 1.5em;
              box-sizing: content-box;
              height: auto;
              color: #fff;
              font-weight: bold;
              font-size: 20px;
              margin-bottom: 10px;
              display: block; }
    #main-content > .body > .container > .top .top-news-carousel .owl-nav {
      position: absolute;
      right: 20px;
      bottom: 20px;
      width: 80px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      #main-content > .body > .container > .top .top-news-carousel .owl-nav > button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #005d8c;
        color: #fff;
        outline: none;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #main-content > .body > .container > .top .top-news-carousel .owl-nav > button:hover {
          background: #fff; }
          #main-content > .body > .container > .top .top-news-carousel .owl-nav > button:hover > span {
            color: #000; }
        #main-content > .body > .container > .top .top-news-carousel .owl-nav > button > span {
          font-size: 30px;
          position: absolute;
          top: -10px;
          left: 10px; }
  #main-content > .body > .container > .top .top-news {
    border-radius: 8px;
    overflow: hidden;
    height: 375px;
    margin-bottom: 30px; }
    #main-content > .body > .container > .top .top-news > .header {
      background: #005d8c;
      height: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      #main-content > .body > .container > .top .top-news > .header > .wrapper {
        padding: 10px 12px;
        background: #004e75;
        height: 100%; }
        #main-content > .body > .container > .top .top-news > .header > .wrapper > img {
          min-width: 0;
          min-height: 0; }
      #main-content > .body > .container > .top .top-news > .header > .title {
        padding: 10px; }
        #main-content > .body > .container > .top .top-news > .header > .title > h2 {
          margin: 0;
          color: #fff;
          font-size: 20px;
          font-weight: bold; }
    #main-content > .body > .container > .top .top-news > .body {
      padding: 0 15px 0;
      background: #fcfcfc;
      border: 1px solid #eeeeee;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      height: calc(375px - 50px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -moz-justify-content: space-around;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      #main-content > .body > .container > .top .top-news > .body > .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row; }
        #main-content > .body > .container > .top .top-news > .body > .item > .thumbnail-wrapper {
          overflow: hidden;
          border-radius: 5px;
          margin-right: 10px;
          width: 140px;
          height: 80px;
          max-width: 50%; }
          @media screen and (min-width: 992px) and (max-width: 1199.8px) {
            #main-content > .body > .container > .top .top-news > .body > .item > .thumbnail-wrapper {
              width: 100px; } }
          #main-content > .body > .container > .top .top-news > .body > .item > .thumbnail-wrapper > a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%; }
            #main-content > .body > .container > .top .top-news > .body > .item > .thumbnail-wrapper > a > img {
              width: 100%;
              min-height: 100%; }
        #main-content > .body > .container > .top .top-news > .body > .item > .title {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          flex-direction: column;
          -moz-justify-content: center;
          -webkit-justify-content: center;
          justify-content: center;
          flex: 1; }
          #main-content > .body > .container > .top .top-news > .body > .item > .title > a {
            color: #000;
            text-decoration: none;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 4.5em;
            line-height: 1.5em;
            box-sizing: content-box;
            height: auto; }
            #main-content > .body > .container > .top .top-news > .body > .item > .title > a:hover {
              color: #005d8c; }
          #main-content > .body > .container > .top .top-news > .body > .item > .title > p.date {
            margin: 5px 0 0;
            color: #999999; }
            #main-content > .body > .container > .top .top-news > .body > .item > .title > p.date:before {
              content: url(/Content/img/date-1.png); }
  #main-content > .body > .container > .news-list > div > .lg-item {
    background-color: #f5faff;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e4e3e3;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    margin-bottom: 30px; }
    #main-content > .body > .container > .news-list > div > .lg-item > .thumbnail-wrapper {
      overflow: hidden;
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 200px; }
      #main-content > .body > .container > .news-list > div > .lg-item > .thumbnail-wrapper img {
        min-height: 100%;
        min-width: 100%; }
      #main-content > .body > .container > .news-list > div > .lg-item > .thumbnail-wrapper > div.category {
        position: absolute;
        bottom: 3px;
        left: 0; }
        #main-content > .body > .container > .news-list > div > .lg-item > .thumbnail-wrapper > div.category > a {
          margin: 0;
          color: #fff;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          max-height: 1.5em;
          line-height: 1.5em;
          box-sizing: content-box;
          height: 1.5em;
          text-transform: uppercase;
          font-size: 13px;
        padding: 10px 15px 7px;
        }
      #main-content > .body > .container > .news-list > div > .lg-item > .thumbnail-wrapper > div.line {
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 3px; }
    #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .title {
      padding: 15px 20px; }
    #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .title > a {
        text-decoration: none;
    }
      #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .title > a > h3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 3em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 3em;
        font-weight: bold;
        font-size: 16px;
        color: #000;
        text-decoration: none; }
        #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .title > a:hover > h3 {
          color: #005d8c;
          cursor: pointer; }
      #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .title > p.date {
        color: #a9a9a9;
        margin-top: 10px;
        margin-bottom: 0; }
        #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .title > p.date:before {
          content: url(/Content/img/date-1.png); }
    #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .content {
      padding: 0px 20px 20px; }
      #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .content > p:first-child {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: 4.5em;
        margin: 0; }
      #main-content > .body > .container > .news-list > div > .lg-item > div:last-child > .content > p:last-child {
        display: none; }
    @media screen and (max-width: 767.8px) {
      #main-content > .body > .container > .news-list > div > .lg-item > .title > a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 3em;
        line-height: 1.5em;
        box-sizing: content-box;
        height: auto; } }
    #main-content > .body > .container > .news-list > div > .lg-item > .title > p.date:before {
      content: url(/Content/img/date-1.png); }

/*# sourceMappingURL=TinTuc-TrangChu.css.map */
