.row {
  margin: 0; }

.container-fluid {
  width: 100%;
  min-height: 305px;
  position: relative;
  /************************************ important news********************************/
  /************************************ last news********************************/ }
  .container-fluid .nonews {
    padding: 10px;
    font-size: 25pt;
    margin-top: 15px;
    color: #636363; }
  .container-fluid .content .row {
    margin-top: 2%; }
    .container-fluid .content .row .searchtitle {
      text-align: right;
      padding: 10px;
      font-size: 25px;
      margin: 20px 0 20px 0;
      color: #4b4b4b; }
    .container-fluid .content .row .content-title-div {
      padding: 10px;
      text-align: right;
      background-color: ghostwhite; }
      .container-fluid .content .row .content-title-div .content-title {
        text-align: right;
        padding: 15px;
        left: 5px;
        display: inline-block;
        position: relative; }
        .container-fluid .content .row .content-title-div .content-title::before {
          position: absolute;
          content: "";
          display: block;
          top: 0;
          right: 0;
          width: 10px;
          height: 100%;
          background-color: #b6b900; }
    .container-fluid .content .row li {
      float: right;
      height: 200px;
      list-style: none;
      width: 100%;
      border: 2px solid white;
      position: relative;
      margin-top: 10px; }
      .container-fluid .content .row li:hover .img-a div img {
        -webkit-filter: contrast(110%) brightness(100%);
        /* Safari 6.0 - 9.0 */
        filter: contrast(110%) brightness(100%); }
      .container-fluid .content .row li .new-category {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        background-color: #b6b900;
        border-radius: 10px;
        padding: 7px;
        text-decoration: none;
        color: white;
        font-size: 13px;
        font-weight: 700; }
      .container-fluid .content .row li .new-title, .container-fluid .content .row li .big-new-title {
        position: absolute;
        bottom: 1%;
        right: 0;
        padding: 10px;
        background: linear-gradient(to top, black, rgba(255, 255, 255, 0.062));
        text-align: right;
        text-decoration: none;
        color: white;
        width: 100%;
        font-size: 12pt; }
      .container-fluid .content .row li .big-new-title {
        font-size: 15pt; }
      .container-fluid .content .row li .img-a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        background-color: yellow; }
        .container-fluid .content .row li .img-a div img {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%;
          -webkit-filter: contrast(95%) brightness(95%);
          /* Safari 6.0 - 9.0 */
          filter: contrast(90%) brightness(95%);
          transition-duration: 300ms; }
    .container-fluid .content .row .big {
      height: 300px; }
  .container-fluid .sidebar {
    background-color: #1d1d1d;
    height: auto;
    margin-top: 5%;
    padding: 10px;
    color: white;
    overflow: hidden; }
    .container-fluid .sidebar .sidebar-title {
      display: block;
      text-align: right;
      padding-bottom: 12px;
      font-weight: 600;
      position: relative;
      padding: 0 15px 0 0; }
      .container-fluid .sidebar .sidebar-title::before {
        position: absolute;
        content: "";
        display: block;
        top: 10%;
        right: 0;
        width: 8px;
        height: 80%;
        background-color: #b6b900; }
    .container-fluid .sidebar a {
      text-decoration: none;
      margin-top: 10px;
      display: block;
      color: white;
      min-height: auto;
      transition-duration: 200ms; }
      .container-fluid .sidebar a:nth-child(even) {
        background-color: #303030; }
      .container-fluid .sidebar a:hover {
        background-color: #5a5a5a; }
      .container-fluid .sidebar a .sidebar-item {
        position: relative;
        text-align: right;
        min-height: 50px; }
        .container-fluid .sidebar a .sidebar-item .img-contnr {
          min-height: 50px;
          width: 60px;
          float: right;
          position: relative; }
          .container-fluid .sidebar a .sidebar-item .img-contnr img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%; }
        .container-fluid .sidebar a .sidebar-item p {
          overflow: hidden;
          font-size: 13px;
          width: calc(100% - 60px);
          padding: 5px; }
  .container-fluid .imprtnt-news {
    width: 100%;
    padding: 10px;
    margin-top: 60px;
    text-align: center; }
    .container-fluid .imprtnt-news .title {
      text-align: right;
      border-bottom: 4px solid #009255;
      border-right: 4px solid #009255;
      border-radius: 15px;
      padding: 10px; }
    .container-fluid .imprtnt-news .item {
      text-decoration: none;
      margin-top: 10px;
      display: block;
      color: black;
      min-height: auto;
      padding: 0;
      transition-duration: 200ms;
      background-color: #d2d2ff; }
      .container-fluid .imprtnt-news .item:nth-child(odd) {
        background-color: #b3b3ff; }
      .container-fluid .imprtnt-news .item:hover {
        background-color: #181891;
        color: white; }
        .container-fluid .imprtnt-news .item:hover .img-contnr img {
          -webkit-filter: contrast(110%) brightness(110%);
          /* Safari 6.0 - 9.0 */
          filter: contrast(110%) brightness(110%); }
      .container-fluid .imprtnt-news .item .img-contnr {
        float: right;
        position: relative;
        background-color: #ce9300;
        margin-right: 0;
        height: 100%;
        width: 140px; }
        .container-fluid .imprtnt-news .item .img-contnr img {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 100%;
          transition-duration: 200ms; }
      .container-fluid .imprtnt-news .item p {
        overflow: hidden;
        font-size: 13pt;
        width: calc(100% - 140px);
        padding: 8px 10px 8px 8px;
        text-align: right; }
  .container-fluid .last-news {
    width: 100%;
    padding: 10px;
    margin-top: 60px;
    text-align: center; }
    .container-fluid .last-news .title {
      text-align: right;
      border-bottom: 4px solid #009255;
      border-right: 4px solid #009255;
      border-radius: 15px;
      padding: 10px; }
    .container-fluid .last-news a {
      margin-top: 10px;
      color: black;
      text-decoration: none;
      text-align: right;
      display: block;
      transition: all 400ms ease-in-out; }
      .container-fluid .last-news a:hover {
        color: #6d6d6d; }
      .container-fluid .last-news a:hover .new-div img {
        -webkit-filter: contrast(110%) brightness(110%);
        /* Safari 6.0 - 9.0 */
        filter: contrast(110%) brightness(110%);
        transition: all 400ms ease-in-out; }
      .container-fluid .last-news a .new {
        float: right; }

@media screen and (max-width: 1100px) {
  .container-fluid ul li {
    width: 50%; }
    .container-fluid ul li:first-child {
      width: 100%; } }

/*# sourceMappingURL=category_content.css.map */
