﻿@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.mediacdn.vn/fonts/Roboto-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto-Regular.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("https://static.mediacdn.vn/fonts/Roboto/Roboto-SemiBold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto/Roboto-SemiBold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto/Roboto-SemiBold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto/Roboto-SemiBold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("https://static.mediacdn.vn/fonts/Roboto-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Roboto-Medium.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Roboto-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Roboto-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
.tto-stock {
  font-family: Roboto, sans-serif;
}
.tto-stock *,
.tto-stock ::after,
.tto-stock ::before {
  box-sizing: border-box;
}
.tto-stock .img-resize {
  display: block;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.tto-stock .img-resize:before {
  padding-bottom: 62.5%; /* 16:10 */
  content: "";
  display: block;
}
.tto-stock .img-resize img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.tto-stock h2.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #222;
}
.tto-stock h2.title a {
  color: #222;
}
.tto-stock .flex {
  display: flex;
}
.tto-stock button {
  font-family: Roboto, sans-serif;
  cursor: pointer;
  border: none;
  padding: 0;
}
.tto-stock .text-red {
  color: #ff4242;
}
.tto-stock .text-green {
  color: #34c85e;
}
.tto-stock .text-violet {
  color: #d32ead;
}
.tto-stock .mb-6 {
  margin-bottom: 24px;
}
.tto-stock .gap-6 {
  gap: 24px;
}
.tto-stock .gap-4 {
  gap: 16px;
}
.tto-stock .border-b {
  border-bottom: 1px dashed #ddd;
}
.tto-stock .pb-8 {
  padding-bottom: 32px !important;
}
.tto-stock .gap-1 {
  gap: 4px;
}
.tto-stock .items-center {
  align-items: center;
}
.tto-stock .btn-viewmore {
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  background: #fafafc;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #8f8f8f;
}
.tto-stock .hidden_tab {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.tto-stock .hidden_tab > * {
  height: 0;
  overflow: hidden;
  z-index: 0;
  visibility: hidden;
}
.tto-stock .show_tab {
  opacity: 1;
  height: auto;
  z-index: 90;
  transform: translateY(0);
  transition: 0.6s;
  visibility: visible;
}
.tto-stock .show_tab > * {
  height: auto;
  z-index: 9;
  visibility: visible;
}
.tto-stock .border-t {
  border-top: 1px dashed #ddd;
}
.tto-stock .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1310px;
}
.tto-stock ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tto-stock a {
  text-decoration: none;
  color: #666666;
  outline: none;
}
.tto-stock a:hover {
  text-decoration: none;
}
.tto-stock p {
  margin: 0;
}
.tto-stock h1,
.tto-stock h2,
.tto-stock h3,
.tto-stock h4,
.tto-stock h5 {
  margin: 0;
}
.tto-stock .box-header {
  text-align: center;
  padding: 24px 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 24px;
}
.tto-stock .box-header .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  gap: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  color: #222;
}
.tto-stock .box-header .title::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #ed1c24;
}
.tto-stock .box-header .category {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.tto-stock .box-header .category a {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #222222;
}
.tto-stock .box-news {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.tto-stock .box-index {
  position: relative;
  padding: 16px 16px 0;
}
.tto-stock .box-index .title {
  margin-bottom: 16px;
}
.tto-stock .box-index .swiper-index {
  padding-bottom: 16px;
  border-bottom: 1px dashed #767676;
}
.tto-stock .box-index .swiper-index-next,
.tto-stock .box-index .swiper-index-prev {
  width: 24px;
  height: 24px;
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/next.svg") no-repeat 0 0/contain;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.tto-stock .box-index .swiper-index-next.swiper-button-disabled,
.tto-stock .box-index .swiper-index-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.tto-stock .box-index .swiper-index-next {
  right: -12px;
}
.tto-stock .box-index .swiper-index-prev {
  left: -12px;
  transform: translateY(-50%) rotate(180deg);
}
.tto-stock .box-table {
  padding: 16px;
  display: flex;
}
.tto-stock .box-table .title {
  line-height: 32px;
}
.tto-stock .box-table .tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.tto-stock .box-table .tabs .btn-tab {
  padding: 9px;
  border: 1px solid #767676;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #767676;
}
.tto-stock .box-table .tabs .btn-tab.active {
  border-color: #34c85e;
  color: #34c85e;
}
.tto-stock .box-table .top-stock-table {
  padding-right: 16px;
  width: 568px;
}
.tto-stock .box-table .top-stock-table .tabs button {
  flex: 1;
}
.tto-stock .box-table .search-table {
  padding-left: 16px;
  border-left: 1px dashed #767676;
  flex: 1;
}
.tto-stock .box-table .search-table .tabs {
  justify-content: flex-end;
}
.tto-stock .box-table .form-search {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.tto-stock .box-table .form-search input {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 32px;
  width: 360px;
  background: #fafafc;
  padding: 0 8px;
}
.tto-stock .box-table .form-search input::-moz-placeholder {
  color: #bebebe;
}
.tto-stock .box-table .form-search input::placeholder {
  color: #bebebe;
}
.tto-stock .box-table .form-search .btn-submit {
  width: 139px;
  height: 32px;
  background: #ff4242;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #fff;
  line-height: 100%;
  font-size: 14px;
}
.tto-stock .box-table .table {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.tto-stock .box-table table {
  width: 100%;
  border-collapse: collapse;
}
.tto-stock .box-table table th {
  padding: 16px;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  background: #fafafc;
}
.tto-stock .box-table table td {
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.tto-stock .box-table table tbody tr {
  border-top: 1px solid #ddd;
}
.tto-stock .box-table .icon-up,
.tto-stock .box-table .icon-down {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
}
.tto-stock .box-table .icon-up {
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/up.svg") no-repeat 0 0/contain;
}
.tto-stock .box-table .icon-down {
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/down.svg") no-repeat 0 0/contain;
}
.tto-stock .box-chart-stock {
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tto-stock .box-chart-stock .swiper-stock {
  flex: 1;
}
.tto-stock .box-chart-stock .swiper-stock .swiper-slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background: #fafafc;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.tto-stock .box-chart-stock .swiper-stock .icon {
  width: 11px;
  height: 9px;
}
.tto-stock .box-chart-stock .swiper-stock .icon.up {
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/icon-up.svg") no-repeat 0 0/contain;
}
.tto-stock .box-chart-stock .swiper-stock .icon.down {
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/icon-down.svg") no-repeat 0 0/contain;
}
.tto-stock .box-chart-stock .swiper-stock .icon.ce {
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/icon-ce.svg") no-repeat 0 0/contain;
}
.tto-stock .market-news {
  padding: 8px 0 16px;
  margin-bottom: 24px;
}
.tto-stock .market-news .title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 32px;
  padding-left: 11px;
  border-left: 3px solid #ed1c24;
}
.tto-stock .market-news .title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dddddd;
}
.tto-stock .market-news .flex > div {
  flex: 1;
}
.tto-stock .box-new {
  padding: 8px 0 16px;
  margin-bottom: 24px;
}
.tto-stock .box-new .title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 32px;
  padding-left: 11px;
  border-left: 3px solid #ed1c24;
}
.tto-stock .box-new .title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dddddd;
}
.tto-stock .box-ads {
  width: 300px;
}

.box-category .box-category-title {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 32px;
  padding-left: 11px;
  border-left: 3px solid #ED1C24;
  color: #222;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.box-category .box-category-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #DDDDDD;
}
.box-category[data-layout="100"] {
  width: 300px;
}
.box-category[data-layout="100"] .box-category-middle > * + * {
  margin-top: 24px;
  padding-top: 23px;
  border-top: 1px dashed #DDDDDD;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item:first-child, .box-category[data-layout="100"] .box-category-middle .box-category-item:last-child {
  flex-direction: column;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar, .box-category[data-layout="100"] .box-category-middle .box-category-item:last-child .box-category-link-with-avatar {
  width: 100%;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item:first-child .box-category-content, .box-category[data-layout="100"] .box-category-middle .box-category-item:last-child .box-category-content {
  width: 100%;
  padding: 16px 0 0;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 146px;
}
@media (max-width: 767px) {
  .box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 100%;
  }
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 146px);
  padding-left: 8px;
}
@media (max-width: 767px) {
  .box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-content {
    width: 100%;
    padding: 16px 0 0;
  }
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  overflow: hidden;
  color: var(--Grey-1, #222);
  max-height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}
.box-category[data-layout="101"] {
  flex: 1;
  padding: 0 24px;
}
.box-category[data-layout="101"] .box-category-middle > * + * {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #DDDDDD;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item:first-child {
  flex-direction: column;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar {
  width: 100%;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item:first-child .box-category-content {
  width: 100%;
  padding: 16px 0 0;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item:first-child .box-content-title {
  margin-bottom: 16px;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item:first-child .box-category-sapo {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #565656;
  overflow: hidden;
  max-height: 75px;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item:first-child .box-category-link-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #222222;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 160px;
}
@media (max-width: 767px) {
  .box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 100%;
  }
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 160px);
  padding-left: 16px;
}
@media (max-width: 767px) {
  .box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-content {
    width: 100%;
    padding: 16px 0 0;
  }
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  color: var(--Grey-1, #222);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}
.box-category[data-layout="102"] {
  width: 300px;
}
.box-category[data-layout="102"] .box-category-middle > * + * {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #DDDDDD;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item:first-child, .box-category[data-layout="102"] .box-category-middle .box-category-item:nth-child(2) {
  flex-direction: column;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar, .box-category[data-layout="102"] .box-category-middle .box-category-item:nth-child(2) .box-category-link-with-avatar {
  width: 100%;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item:first-child .box-category-content, .box-category[data-layout="102"] .box-category-middle .box-category-item:nth-child(2) .box-category-content {
  width: 100%;
  padding: 16px 0 0;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 146px;
}
@media (max-width: 767px) {
  .box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 100%;
  }
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 146px);
  padding-left: 8px;
}
@media (max-width: 767px) {
  .box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-content {
    width: 100%;
    padding: 16px 0 0;
  }
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  overflow: hidden;
  color: var(--Grey-1, #222);
  max-height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}
.box-category[data-layout="104"] {
  flex: 1;
}
.box-category[data-layout="104"] .box-category-middle > * + * {
  margin-top: 24px;
  padding-top: 23px;
  border-top: 1px dashed #DDDDDD;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item:first-child {
  flex-direction: column;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar {
  width: 100%;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item:first-child .box-category-content {
  width: 100%;
  padding: 16px 0 0;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 160px;
}
@media (max-width: 767px) {
  .box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 100%;
  }
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 160px);
  padding-left: 16px;
}
@media (max-width: 767px) {
  .box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-content {
    width: 100%;
    padding: 16px 0 0;
  }
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  overflow: hidden;
  color: var(--Grey-1, #222);
  max-height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="104"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}
.box-category[data-layout="105"] .box-category-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
  max-width: 846px;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar {
  width: 100%;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item:first-child .box-category-link-title {
  line-height: 30px;
  font-size: 22px;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item:first-child .box-category-sapo {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 25px;
  color: #565656;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 100%;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 16px;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  color: var(--Grey-1, #222);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="105"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}
.box-category[data-layout="106"] {
  flex: 1;
}
.box-category[data-layout="106"] .box-category-middle > * + * {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #DDDDDD;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item:first-child {
  flex-direction: column;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar {
  width: 100%;
  display: block;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item:first-child .box-category-content {
  width: 100%;
  padding: 16px 0 0;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  display: none;
}
@media (max-width: 767px) {
  .box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    width: 100%;
  }
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  overflow: hidden;
  color: var(--Grey-1, #222);
  max-height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="106"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}
.box-category[data-layout="107"] .box-category-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.box-category[data-layout="107"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="107"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 16px;
}
.box-category[data-layout="107"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="107"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  overflow: hidden;
  color: var(--Grey-1, #222);
  max-height: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.box-category[data-layout="107"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="107"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="107"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}
.box-category[data-layout="108"] {
  flex: 1;
  background: linear-gradient(104.45deg, rgba(70, 150, 49, 0.2) 0.01%, rgba(164, 207, 56, 0.2) 100.02%);
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 24px 16px;
  max-width: 964px;
}
.box-category[data-layout="108"] .box-category-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 24px;
}
.box-category[data-layout="108"] .box-category-top .box-category-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #222;
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 8px;
  border-bottom: 3px solid #ED1C29;
  border-left: none;
  padding-left: 0;
}
.box-category[data-layout="108"] .box-category-top::after, .box-category[data-layout="108"] .box-category-top::before {
  content: "";
  flex: 1;
  max-width: 293px;
  height: 1px;
  background: #757575;
  margin: 0 16px;
}
.box-category[data-layout="108"] .box-category-middle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.box-category[data-layout="108"] .box-category-middle > * + * {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #DDDDDD;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item {
  display: flex;
  flex-direction: row-reverse;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item:first-child {
  grid-row: 1/5;
  flex-direction: column;
  min-width: 504px;
  padding-top: 0;
  margin-top: 0;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar {
  width: 100%;
  margin-bottom: 16px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item:first-child .box-category-link-with-avatar[data-newstype="2"]::after {
  width: 40px;
  height: 40px;
  bottom: 16px;
  left: 16px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item:first-child .box-category-link-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item:first-child .box-category-content {
  width: 100%;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item:first-child .box-category-sapo {
  display: block;
  margin-top: 16px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 142px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-link-with-avatar[data-newstype="2"]::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/play.png") no-repeat 0 0/contain;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 8px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-content {
  width: calc(100% - 142px);
  padding-right: 8px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-title-text {
  margin-bottom: 0px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  color: var(--Grey-1, #222);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
  color: #565656;
  font-size: 18px;
  line-height: 25px;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}/*# sourceMappingURL=styles.css.map */

 .box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    border-radius: 8px;
    overflow: hidden;
}
  .box-category[data-layout="102"] .box-category-middle .box-category-item .box-category-link-with-avatar {
    border-radius: 8px;
    overflow: hidden;
}
 .box-category[data-layout="108"] .box-category-middle .box-category-item .box-category-link-with-avatar::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://static.mediacdn.vn/tuoitre/images/stock/play.png") no-repeat 0 0/contain;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
 .box-category[data-layout="108"] .box-category-middle .box-category-item .time{
    display: none;
}
 .icon-live {
    background: #f00;
    border-radius: 4px;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0;
    margin-right: 4px;
    padding-left: 15px;
    position: absolute;
    top: 8px;
    left: 8px;
}.icon-live:before {
    content: "";
    position: absolute;
    display: block;
    left: 2px;
    top: 3px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #fff;
    animation: pulse 1.25s 
cubic-bezier(.215, .61, .355, 1) infinite;
}.icon-live:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
    animation: circle 1.25s 
cubic-bezier(.455, .03, .515, .955) -.4s infinite;
}