@charset "UTF-8";
main {
  padding-top: 48px;
}
main .grid_detail_new {
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 40px;
}
main .grid_detail_new .detail_new-left .title_new {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
}
main .grid_detail_new .detail_new-left .created_share {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
main .grid_detail_new .detail_new-left .created_share .created_catname {
  display: flex;
  align-items: center;
  gap: 8px;
}
main .grid_detail_new .detail_new-left .created_share .created_catname .created_time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: rgb(89, 89, 89);
}
main .grid_detail_new .detail_new-left .created_share .created_catname .cat_name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: rgb(28, 175, 71);
}
main .grid_detail_new .detail_new-left .created_share .share_box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: rgb(117, 117, 117);
}
main .grid_detail_new .detail_new-left .content_box {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(235, 235, 235);
  font-family: "Gotham", sans-serif !important;
}
main .grid_detail_new .detail_new-left .content_box ul {
  list-style: inherit;
  padding-left: 2rem;
}
main .grid_detail_new .detail_new-left .content_box p, main .grid_detail_new .detail_new-left .content_box span {
  font-size: 15px !important;
  line-height: 24px;
}
main .grid_detail_new .detail_new-left .content_box img {
  display: block;
  margin: 1em auto;
  max-width: 880px;
  height: auto !important;
  max-width: 100%;
}
@media (max-width: 768px) {
  main .grid_detail_new .detail_new-left .content_box img {
    width: auto !important;
    max-height: 100%;
    max-width: 100% !important;
  }
}
main .grid_detail_new .detail_new-left .other_news {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 12px;
}
main .grid_detail_new .detail_new-left .other_news .item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 17px;
  margin-left: 0;
}
main .grid_detail_new .detail_new-left .other_news .item .title:hover {
  color: #2a3f82;
}
main .grid_detail_new .detail_new-left .other_news .image {
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f2f2;
}
main .grid_detail_new .detail_new-left .other_news .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main .grid_detail_new .detail_new-left .other_news .title {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .grid_detail_new .block_right .h3_title_block {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  main .grid_detail_new .block_right .h3_title_block {
    text-align: center;
  }
}
main .grid_detail_new .block_right .list_new_small {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
main .grid_detail_new .block_right .list_new_small .item_new_small {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 12px;
}
main .grid_detail_new .block_right .list_new_small .item_new_small .img_box {
  width: 100%;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 768px) {
  main .grid_detail_new .block_right .list_new_small .item_new_small .img_box {
    max-height: 100% !important;
  }
}
main .grid_detail_new .block_right .list_new_small .item_new_small .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .grid_detail_new .block_right .list_new_small .item_new_small .title_new {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 1000px) {
  main .grid_detail_new {
    display: block;
  }
  main .grid_detail_new .block_right .list_new_small .item_new_small {
    grid-template-columns: 160px auto;
  }
}
@media (max-width: 1000px) and (max-height: 768px) {
  main .grid_detail_new .block_right .list_new_small .item_new_small {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 1000px) and (max-width: 500px) {
  main .grid_detail_new .detail_new-left .title_new {
    font-size: 28px;
    line-height: 32px;
  }
  main .grid_detail_new .detail_new-left .created_share {
    display: grid;
  }
  main .grid_detail_new .detail_new-left .created_share .created_catname {
    display: grid;
  }
  main .grid_detail_new .detail_new-left .created_share .share_box {
    margin-top: 8px;
  }
}
figure table {
  width: 100%;
  border: 1px solid #ccc;
}
figure table thead tr th {
  background: #0f6299 !important;
  font-weight: 700;
  text-transform: inherit;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10; /* để nổi lên trên */
}
figure table tr td:first-child {
  text-align: left;
}
figure table tr td {
  text-align: center;
  padding: 15px 5px;
  border: 1px solid #c8c0c0;
}
figure table tr td.bg-ghi {
  background-color: #feaf27;
  color: #111;
}
figure table tr td:nth-child(6) a {
  background: #0f6299;
  padding: 4px 12px 7px 10px;
  border-radius: 10px;
  font-size: 11px;
  color: #ffffff;
}
figure table tr td.new-source-row-data {
  background: #d9d9d9;
}
figure tr.main-area {
  background: #123e84;
  color: #fff;
}
figure tr.odd, figure tr.odd.even {
  background: #e4e4e4;
}
figure tr.odd td:nth-child(2), figure tr.odd.even td:nth-child(2) {
  text-align: left;
  font-weight: 600;
}
figure tr.even {
  background: #f8f5f0;
}
figure tr.even td:nth-child(2) {
  text-align: left;
  font-weight: 600;
}
figure td.name {
  text-align: left;
  font-weight: 600;
}
figure thead tr:first-child th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
figure .search-table {
  color: #111;
  padding: 3px;
}
figure thead tr:nth-child(2) th {
  position: sticky;
  top: 40px; /* chiều cao hàng 1 */
  z-index: 9;
  background: #fff;
}
figure button#search-button {
  background: #e69643;
  padding: 8px;
}

#price-table-content {
  overflow-x: auto;
}

#price-table-content table {
  width: 100%;
  border-collapse: collapse;
}

/* Desktop */
#price-table-content table {
  min-width: 700px;
}

.table {
  margin: 20px auto;
}

.detail_new-left .content_box figure.image img {
  max-width: 990px;
}

/*# sourceMappingURL=detail.css.map */
