.tin-tuc {
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tin-tuc {
    margin-top: 80px;
  }
}
.tin-tuc .breadcrumb {
  justify-content: flex-start;
  margin: 20px 0 20px !important;
}
.tin-tuc .block:nth-child(2) .describe {
  color: #009e49;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px; /* 207.692% */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(2) .describe {
    display: none;
  }
}
.tin-tuc .block:nth-child(2) .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(2) .title {
    text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
    font-size: 32px;
    line-height: 27px; /* 84.375% */
  }
}
.tin-tuc .block:nth-child(2) .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(2) .content {
    display: none;
  }
}
.tin-tuc .block:nth-child(2) .content__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 242px;
  flex-shrink: 0;
}
.tin-tuc .block:nth-child(2) .content__item:hover img {
  scale: 1.1;
}
.tin-tuc .block:nth-child(2) .content__item--image-box {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.tin-tuc .block:nth-child(2) .content__item--image-box img {
  transition: 0.2s scale linear;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tin-tuc .block:nth-child(2) .content__item--image-box .filter-color {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.61%, #1c1c1c 90.35%);
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
}
.tin-tuc .block:nth-child(2) .content__item--content {
  position: absolute;
  bottom: 0;
  padding: 0 16px 23px;
}
.tin-tuc .block:nth-child(2) .content__item--content .info-cpn {
  margin-top: 16px;
  color: #fff;
}
.tin-tuc .block:nth-child(2) .content__item a {
  margin: 0;
  color: #fff;
  display: block;
}
.tin-tuc .block:nth-child(2) .content__item a:hover {
  text-decoration: unset;
}
.tin-tuc .block:nth-child(2) .content__item--title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.tin-tuc .block:nth-child(2) .content__item:nth-child(1) {
  grid-row: span 2;
  width: 100%;
  height: 508px;
  flex-shrink: 0;
}
.tin-tuc .block:nth-child(2) .content__item:nth-child(1) .content__item--image-box {
  height: 100%;
}
.tin-tuc .block:nth-child(2) .content__item:nth-child(1) .content__item--image-box .filter-color {
  background: linear-gradient(180deg, rgba(5, 102, 50, 0) 36.61%, #056632 90.35%);
  position: absolute;
  height: 100%;
}
.tin-tuc .block:nth-child(2) .content__item:nth-child(1) .content__item--image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tin-tuc .block:nth-child(2) .content__item:nth-child(1) .content__item--content {
  padding: 0 34px 25px;
}
.tin-tuc .block:nth-child(2) .content__item:nth-child(1) .content__item--title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.tin-tuc .block:nth-child(2) .content__item:nth-child(1) .content__item--description {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; /* 160% */
  margin-top: 8px;
}
.tin-tuc .block:nth-child(3) {
  padding-top: 44px;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(3) {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  .tin-tuc .block:nth-child(3) {
    padding-bottom: 47px;
  }
}
.tin-tuc .block:nth-child(3) .tab__head {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .tin-tuc .block:nth-child(3) .tab__head {
    overflow-x: scroll;
    justify-content: unset;
  }
}
.tin-tuc .block:nth-child(3) .tab__head--item {
  padding: 0 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px; /* 207.692% */
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 24px;
  flex-shrink: 0;
}
.tin-tuc .block:nth-child(3) .tab__head--item a {
  color: #000;
}
.tin-tuc .block:nth-child(3) .tab__head--item a:hover {
  text-decoration: unset;
  color: #009e49;
}
@media (max-width: 768px) {
  .tin-tuc .block:nth-child(3) .tab__head--item:nth-child(1) {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .tin-tuc .block:nth-child(3) .tab__head--item {
    height: 30px;
  }
}
.tin-tuc .block:nth-child(3) .tab__head--item.--active, .tin-tuc .block:nth-child(3) .tab__head--item:hover {
  border-radius: 300px;
  background: #e2fac5;
  color: #009e49;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px; /* 207.692% */
  text-transform: uppercase;
}
.tin-tuc .block:nth-child(3) .tab__head--item.--active a, .tin-tuc .block:nth-child(3) .tab__head--item:hover a {
  color: #009e49;
}
.tin-tuc .block:nth-child(3) .tab__content {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(3) .tab__content {
    margin-top: 20px;
  }
}
.tin-tuc .block:nth-child(3) .tab__content--item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(3) .tab__content--item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tin-tuc .block:nth-child(3) .tab__content--item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(3) .tab__content--item .news-cpn {
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(3) .tab__content--item .news-cpn__image-box {
    max-width: 100%;
    height: 223px;
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .tin-tuc .block:nth-child(3) .tab__content--item .news-cpn__image-box img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tin-tuc .block:nth-child(3) .tab__content--item .news-cpn__image-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tin-tuc .block:nth-child(3) .tab__content--btn-box {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .tin-tuc .block:nth-child(3) .tab__content--btn-box {
    margin-top: 34px;
  }
}
.tin-tuc .block:nth-child(3) .tab__content--btn-box .btn-see-more-news {
  color: #056632;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px; /* 168.75% */
  border-radius: 200px;
  border: 1px solid #056632;
  max-width: 206px;
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .tin-tuc .block:nth-child(3) .tab__content--btn-box .btn-see-more-news {
    border: 1px solid transparent;
  }
}

/*# sourceMappingURL=tin-tuc.css.map*/