
/* NEWS PAGE */
.news__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
  }
  
  .news__container .news__item:hover {
    cursor: pointer;
  }
  
  .news__container .news__item:hover .news__item__content {
    background-color: #f0e117;
  }
  
  .news__container .news__item:hover h2,
  .news__container .news__item:hover p {
    color: #2b2700;
  }
  
  .news__container img {
    width: 100%;
    height: 205px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .news__container .news__item__content {
    padding: 20px 17px;
    background-color: #003e17;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 0px 0px 2px 2px;
  }
  
  .news__container .news__item__content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #f2f3f3;
  }
  .news__container .news__item a {color: #f2f3f3;text-decoration: none;}
  
  .news__container .news__item__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.5;
    margin: 0;
  }
  
  .news__container .news__item__content--active {
    background: #f0e117;
  }
  
  .news__container .news__item__content--active h2 {
    color: #2b2700;
  }
  
  .news__container .news__item__content--active p {
    color: #2b2700;
  }
  .news__container .news__item:hover a, .news__container .news__item:hover p {
    color: #2b2700;
  }
  
  
  
  /* NEWS PAGE */
  
  /**********chi tiet tin tuc*********/
  .trade__detail {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 9fr 3fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .trade__detail .trade__detail__container .trade__detail__title h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #f2f3f3;
    margin: 0;
  }
  .trade__detail .trade__detail__container .trade__detail__title span {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #f2f3f3;
  }
  .trade__detail .trade__detail__container .trade__detail__content {
    margin-top: 15px;
    padding: 30px 30px 20px 30px;
    background: #1f1f1f;
    border-radius: 2px;
  }
  .trade__detail .trade__detail__container .trade__detail__content h2,
  .trade__detail .trade__detail__container .trade__detail__content p,
  .trade__detail
    .trade__detail__container
    .trade__detail__content
    .trade__images {
    margin-bottom: 15px;
  }
  .trade__detail__content {color: #fff;line-height: 1.8;}
  .trade__detail .trade__detail__container .trade__detail__content span {
    margin-bottom: 20px;
  }
  .trade__detail .trade__detail__container .trade__detail__content h1,.trade__detail .trade__detail__container .trade__detail__content h2,.trade__detail .trade__detail__container .trade__detail__content h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 30px;
    color: #38b001;
  }
  .trade__detail
    .trade__detail__container
    .trade__detail__content
    .trade__images {
    width: 100%;
    max-height: 440px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .trade__detail .trade__detail__container .trade__detail__content li::marker {
    color: #fff;
  }
  .trade__detail
    .trade__detail__container
    .trade__detail__content
    .highlight__title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 25px;
    color: #f2f3f3;
    gap: 3px;
  }
  .trade__detail
    .trade__detail__container
    .trade__detail__content
    .highlight__title
    p {
    color: #f9e914;
    margin: 0;
  }
  .trade__detail
    .trade__detail__container
    .trade__detail__content
    .highlight__title
    span {
    margin-bottom: 0;
  }
  
  .trade__comment {
    margin-top: 30px;
  }
  .trade__comment .match__header {
    margin-bottom: 15px;
  }
  .trade__comment .trade__comment__container img {
    width: 100%;
  }
  
  .trade__detail__tag {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    gap: 20px;
  }
  .trade__detail__tag h3 {
    min-width: 70px;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #f2f3f3;
  }
  .trade__detail__tag .row {
    gap: 8px;
  }
  .trade__detail__tag .row .trade__tag {
    padding: 6px 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #f2f3f3;
    background: rgba(0, 112, 54, 0.4);
    border-radius: 2px;
  }
  
  .trade__detail__more {
    row-gap: 15px;
  }
  .trade__detail__more .trade__more__container {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .trade__detail__more .trade__item {
    display: flex;
    text-decoration: none;
  }
  .trade__detail__more .trade__item img {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .trade__detail__more .trade__item .trade__item__content {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #003e17;
    padding: 15px !important;
    flex: 1;
  }
  .trade__detail__more .trade__item .trade__item__content h2 {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #f2f3f3;
  }
  .trade__detail__more .trade__item:hover .trade__item__content {
    cursor: pointer;
    background-color: #f0e117;
  }
  .trade__detail__more .trade__item:hover .trade__item__content h2 {
    color: #2b2700;
  }
  
  .trade__link {
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .trade__choose {
    gap: 16px;
    margin-bottom: 15px;
  }
  
  .trade__choose img {
    width: 6px;
  }
  
  .trade__choose p {
    margin: 0 !important;
  }
  
  .trade__option {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #f2f3f3;
    margin-bottom: 15px;
  }
  
  /* End chi tiet tin tuc */
  @media screen and (max-width: 500px) {
    .news__container,.trade__detail {
      grid-template-columns: 1fr;
    }
    .news__item {
      display: block;
      height: auto;
    }
    .news__item img {
      width: 100% !important;
      height: 200px;
      -o-object-fit: cover;
      object-fit: cover;
    }
    .news__item .news__item__content {
      height: auto;
      display: flex;
      align-items: center;
    }
    .news__item .news__item__content {
      padding: 15px !important;
    }
    .news__item .news__item__content h2 {
      font-size: 14px !important;
      line-height: 22px !important;
      margin: 0;
    }
    .news__item .news__item__content p {
      display: none;
    }
    .news__item .news__item__content .skew {
      display: none;
    }
  }
  @media screen and (min-width: 500px) and (max-width: 768px) {
    .news__container {
      grid-template-columns: 1fr 1fr;
    }
    .news__container .news__item img {
      height: 175px;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .news__container {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .news__container .news__item img {
      height: 190px;
    }
  }