.block-page {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  padding: 40px 20px;
  max-width: 1276px;
  margin: 0 auto !important;
}

.shortcut-block {
  display: none;
}

/* .block-page .col-lg-9 {
  padding-right: 10px;
}

.block-page .col-lg-3 {
  padding-left: 10px;
} */

.block-page .right {
  display: none;
}

.p-0 {
  padding: 0 !important;
}

.block-page .page-news {
  display: block;
}

/* .block-page .left{ padding: 0} */
.block-page .page-news .news-popular {
  background-color: rgba(244, 244, 244, 1);
  padding: 20px;
}

.block-page .page-news .news-popular img {
  max-height: 219px;
  object-fit: cover;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 20px;
}

.block-page .page-news .news-popular .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}

.block-page .page-news .news-popular .content .title {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 12px;
}

.block-page .page-news .news-popular .content .title a {
  font-size: 20px;
  font-weight: 500;
  color: rgba(16, 32, 49, 1);
}

.block-page .page-news .news-popular .content .title a:hover {
  color: var(--primary-color);
}

.block-page .page-news .content .desc {
  margin-top: 12px;
  font-size: 16px;
  color: rgba(78, 92, 113, 1);
}

.block-page .page-news .news-popular .content .date {
  margin: 12px 0;
  font-weight: 400;
  font-size: 12px;
  color: rgba(78, 92, 113, 1);
}

.row {
  --bs-gutter-x: 0;
}

.block-page .page-news .page-list-news {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 12px;
  padding: 20px 0;
}

.content-area {
  width: 100%;
}

.block-page .page-news .page-list-news h3 {
  padding: 0;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 20px;
}

.block-page .page-news .page-list-news .items {
  display: flex;
  gap: 12px;
  flex-direction: column;
  border-bottom: 1px solid rgba(216, 216, 217, 1);
  padding: 0;
  margin-top: 20px;
}

.page-list-news .items:first-child {
  margin-top: 0;
}

.block-page .page-news .btn {
  width: 100%;
}

.block-page .page-news .page-list-news .content {}

.block-page .page-news .page-list-news .content .title {
  font-size: 16px;
  font-weight: 500;
  min-height: 48px;
}

.block-page .page-news .page-list-news .content .title a {
  color: black;
}

.block-page .page-news .page-list-news .content .title a:hover {
  color: var(--primary-color);
}

.block-page .page-news .page-list-news .content .date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(78, 92, 113, 1);
  margin-top: 8px;
  margin-bottom: 20px;
}

.as-mobile {
  display: block;
}

.as-desktop {
  display: none;
}

.block-page .page-news .btn button {
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  gap: 8px;
  color: var(--primary-color);
  justify-content: center;
  width: 100%;
}

.custom-element {
  width: 100%;
  margin: 20px 0;
  padding: 32px;
  background-repeat: no-repeat;
  background-image: url("../../../assets/img/bg-khao-sat.png");
}

.custom-element h2 {
  font-weight: 500;
  font-size: 24px;
  max-width: 412px;
}

.custom-element button {
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  background-color: var(--primary-color);
  margin-top: 32px;
}

.block-page .page-news .page-list-news .items a img {
  min-width: 100%;
}

@media (min-width: 575px) {
  .block-page .page-news .page-list-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;

  }

  .block-page .page-news .page-list-news .items {
    width: 48%;
  }

  .block-page .page-news .news-popular img {
    max-height: 500px;
    min-height: 500px;

  }

  .block-page .page-news .page-list-news .items a img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .block-page .page-news .page-list-news .content .date {
    margin-bottom: 0;
  }

  .block-page {
    padding: 68px 20px;
  }

  .block-page .page-news .page-list-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 14px;
  }

  .block-page .page-news .page-list-news .items a img {
    width: 100%;
    height: 193px;
    object-fit: cover;
  }

  .block-page .page-news .page-list-news .items {
    padding: 0;
    border: none;
    max-width: 32%;
  }

  .block-page .page-news .news-popular {
    flex-direction: row-reverse;
    gap: 24px;
    display: flex;
  }

  .block-page .page-news .news-popular img {
    margin: 0;
    width: 100%;
    min-height: 100%;
  }

  .as-mobile {
    display: none;
  }

  .as-desktop {
    display: block;
  }

  .block-page .page-news .news-popular a {
    min-width: 468px;
    min-height: 312px;
  }
}

.block-page .right {
  display: none;
}

@media (min-width: 991px) {
  .block-page {
    flex-direction: row;
  }

  .block-page .page-news {
    padding: 20px 0;
  }

  .block-page .right {
    display: block;
  }

  .block-page .page-news .page-list-news .items {
    max-width: 32%;
  }

  .block-page .page-news .page-list-news {
    padding: 20px 0;
    gap: 14px;
  }
}

@media (min-width: 1200px) {
  .block-page {
    margin: 0 auto;
  }

  .block-page .page-news .page-list-news h3 {
    margin-bottom: 20px;
  }

  .block-page .page-news .page-list-news .items a img {
    min-height: 193px;
    max-height: 193px;
    object-fit: cover;
  }

  .block-page .page-news {
    padding: 0;
    padding-right: 12px;

  }

  .block-page .page-news .page-list-news {
    padding: 0;
    justify-content: flex-start;
  }

  .block-page .page-news .page-list-news .items {
    flex: 0 0 calc(33.3333% - 0px);
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
  }

  .block-page .page-news .page-list-news .items:nth-child(3n) {
    padding: 0 12px;
  }

  .block-page {
    flex-direction: row;
  }

  .block-page .left {
    width: 70.3%;

  }

  .block-page .right {
    display: block;
    width: 20.7%;
    padding-top: 20px;
  }

  .px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .block-page {
    justify-content: flex-start;
  }
}