body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(151, 0, 0, 0.842);
  background-color: #CCCCCC; }

body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

body::-webkit-scrollbar-thumb {
  background-color: #FFF;
  background-image: -webkit-linear-gradient(90deg, #09003a 0%, #002363 25%, transparent 100%, #920097 75%, transparent); }

.row {
  margin: 0; }

.container-fluid {
  /************************************ last news********************************/ }
  .container-fluid .row .content-title-div {
    padding: 10px;
    text-align: center;
    background-color: ghostwhite; }
    .container-fluid .row .content-title-div .content-title {
      text-align: right;
      padding: 15px;
      left: 5px;
      display: inline-block;
      position: relative; }
      .container-fluid .row .content-title-div .content-title::before {
        position: absolute;
        content: "";
        display: block;
        bottom: -5px;
        left: 10%;
        width: 80%;
        height: 3px;
        background-color: #b6b900; }
  .container-fluid .row .pagecontent {
    width: 100%;
    text-align: right;
    padding: 15px;
    position: relative; }
    .container-fluid .row .pagecontent img {
      max-width: 100%; }
  .container-fluid ul {
    min-height: 600px;
    width: 100%;
    position: relative;
    top: 4px;
    right: 0px; }
    .container-fluid ul .searchtitle {
      text-align: right;
      padding: 10px;
      font-size: 25px;
      margin: 20px 0 20px 0;
      color: #4b4b4b; }
    .container-fluid ul li {
      float: right;
      height: 200px;
      list-style: none;
      width: 33.333333%;
      border: 2px solid white;
      position: relative;
      overflow: hidden; }
      .container-fluid ul li:first-child {
        background-color: #00bebe;
        height: 400px;
        width: 66.666667%; }
      .container-fluid ul li:hover .img-a div img {
        -webkit-filter: contrast(110%) brightness(100%);
        /* Safari 6.0 - 9.0 */
        filter: contrast(110%) brightness(100%);
        transform: scale(1.05); }
      .container-fluid ul li .new-category {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background-color: #b6b900;
        border-radius: 10px;
        padding: 7px;
        text-decoration: none;
        color: white;
        font-size: 13px;
        font-weight: 700; }
      .container-fluid ul li .new-title, .container-fluid ul 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;
        overflow: hidden; }
      .container-fluid ul li .big-new-title {
        font-size: 15pt; }
      .container-fluid ul li .img-a {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
        background-color: yellow; }
        .container-fluid ul 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 .sidebar {
    background-color: #1d1d1d;
    height: auto;
    margin-top: 4px;
    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;
        max-height: 64px;
        overflow: hidden; }
        .container-fluid .sidebar a .sidebar-item .img-contnr {
          min-height: 50px;
          width: 60px;
          float: right;
          position: relative;
          background-color: brown; }
          .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 .corona-div {
    margin-top: 60px;
    background-color: #292d3d;
    width: calc(100% - 10px);
    margin-right: 5px;
    text-align: center;
    justify-content: center;
    position: relative; }
    .container-fluid .corona-div .date {
      color: #424242;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 5px;
      font-weight: 400;
      background-color: #ffffff;
      border-top-right-radius: 10px;
      border-bottom: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6; }
    .container-fluid .corona-div .corona-title {
      text-align: center;
      color: white;
      padding: 10px;
      font-size: 25pt; }
    .container-fluid .corona-div .corona-info {
      width: 100%;
      min-height: 200px;
      text-align: center; }
      .container-fluid .corona-div .corona-info .row div.col-lg-4 {
        padding: 20px;
        min-height: 120px;
        text-align: right;
        margin-bottom: 10px; }
        .container-fluid .corona-div .corona-info .row div.col-lg-4 img {
          position: absolute; }
        .container-fluid .corona-div .corona-info .row div.col-lg-4 .info {
          position: relative;
          color: white;
          text-align: center;
          margin: 5px 100px 0 0;
          padding: 15px; }
          .container-fluid .corona-div .corona-info .row div.col-lg-4 .info .corona-subtitle {
            font-size: 18pt;
            font-weight: 800; }
          .container-fluid .corona-div .corona-info .row div.col-lg-4 .info .corona-number {
            font-size: 22pt;
            font-weight: 900;
            top: -20px; }
        .container-fluid .corona-div .corona-info .row div.col-lg-4 .info.lbordr {
          border-left: 1px solid #b9b9b9; }
  .container-fluid .last-news {
    width: 100%;
    padding: 0px;
    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;
      overflow: hidden; }
      .container-fluid .last-news a:hover {
        color: #6d6d6d; }
      .container-fluid .last-news a .new-div {
        overflow: hidden;
        max-height: 200px; }
        .container-fluid .last-news a .new-div img {
          -webkit-filter: contrast(95%);
          /* Safari 6.0 - 9.0 */
          filter: contrast(90%);
          transition-duration: 300ms;
          height: 200px; }
        .container-fluid .last-news a .new-div:hover img {
          -webkit-filter: contrast(110%);
          /* Safari 6.0 - 9.0 */
          filter: contrast(110%);
          transform: scale(1.05); }
      .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=content.css.map */
