:root {
  --color-btn: #028cde;
  --color-select: #ffffff;
  --color-cm-main: #edf2f7;
  --color-active: #12ca3b;
  --color-hr: #d9d9d9;
  --color-star-evalue: #cccccc;
  --color-admin: #008aff;
  --color-star: #f99f1b;
  --color-star-hover: #ffc107;
  --color-star-checked: rgba(255, 220, 115, 0.6705882353);
  --color-star-check-full: #ffc107;
  --color-user-name: #0171b2;
  --color-btn-green: #549900;
  --color-star-evalued: #f59e0b;
  --color-star-evalued-start: #eeb95c;
  --color-fetch-more: #f59e0b;
  --color-background: #f8f9fa;
  --color-time: #646464;
  --color-star-evalue-commnet: #eef0f3;
}

.comment-box {
  padding: 20px 0px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.user-rating {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.comment-box__title {
  font-size: 1.625rem;
  font-weight: bold;
}

.comment-box__percent > p {
  flex: 1;
}

.comment-box__percent {
  margin: 16px 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.comment-line {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 1px dashed var(--color-hr);
}

/* SCORE */

.comment-box__score {
  display: flex;
  flex-wrap: wrap;
  align-items: self-end;
}

.comment-score-big {
  font-size: 60px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1;
}

.comment-name-score {
  font-weight: 500;
}

.comment-rating-label {
  margin-left: 1.5rem;
}

.comment-score-big__rating i {
  color: var(--color-active);
  font-size: 1.6rem;
}

.comment-score-max {
  font-size: 0.875rem;
}

.comment-total-rating {
  color: var(--color-hr);
}

/* END SCORE */
/* Evalue */
.rating-list {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.rating-list > ul li p:nth-child(3) {
  min-width: 70px;
}

.rating-list__item {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: var(--color-star-evalue-commnet);
  border-radius: 20px;
  flex: 1;
  max-width: 85%;
}

.rating-list__item .progress-bar {
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-btn);
  text-align: center;
  white-space: nowrap;
  width: var(--percent);
  animation: growth 1s ease-in-out;
  background: linear-gradient(
    to right,
    var(--color-star-evalued-start),
    var(--color-star-evalued)
  );
}

.rating-list li {
  display: flex;
  align-items: center;
}

.rating-list li:not(:last-child) {
  margin-bottom: 0.875rem;
}

.rating-list li .rating {
  margin: 0px 15px;
}

.rating-list li .rating span {
  font-size: 16px;
}

@keyframes growth {
  from {
    width: 0%;
  }

  to {
    width: calc(var(--percent));
  }
}

/* .comment-box__list .no-result {
    padding: 16px 0;
}

.comment-box__list {
    margin: 24px 0;
} */

.comment-box__content {
  background: var(--color-background);
  border-radius: 0.75rem;
  padding: 1.5rem 2.5rem;
}

.comment-item__top {
  display: flex;
  flex-wrap: wrap;
  /* box-shadow: 0 2px 4px #f0f2f5; */
  border-radius: 10px;
}

.comment-item__img img {
  width: 100%;
  overflow: hidden;
  margin-right: 1rem;
}

.user-info__name {
  font-size: 1rem;
  line-height: 1;
  margin-right: 1rem;
}
.comment-item {
  background-color: #f9f9f9;
  padding: 10px 10px 5px 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.comment-item__info .name {
  font-weight: bold;
}
.comment-item__img {
  width: 48px;
  position: relative;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 2px 3px 6px #f0f2f5;
  background-position: center;
}

p.comment-box__title:first-letter {
  text-transform: uppercase;
}

.comment-user__info {
  margin-bottom: 0.875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.comment-item__type {
  color: var(--color-star-evalue);
  margin-right: 16px;
}

.comment-item__info {
  flex: 1;
}

.comment-item__content {
  margin-top: 3px;
  line-height: 1.3;
  word-break: break-all;
}

.rating-score .rating {
  font-size: 1.125rem;
}

.rating-score .score-big {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
  color: var(--color-user-name);
}

.rating-score .score-big i {
  color: var(--color-star);
}

.rating-score {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 20%;
  border-radius: 4px;
}

.comment-box__form-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 100%;
  margin-top: 10px;
  box-shadow: 2px 3px 3px #f0f2f5;
  background-position: center;
}

.comment-img__item img {
  width: 100%;
  height: 100%;
}

.comment-item__imgs {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  /* grid-template-columns: repeat( auto-fit, minmax(120px, 1fr) ); */
  grid-gap: 10px;
}

.comment-box__form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.comment-childs {
  padding-left: 64px;
  margin-bottom: 1rem;
  position: relative;
}
.comment-childs .comment-item {
  position: relative;
}

/* .comment-childs .comment-item::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 2px;
    left: -20px;
    top: 50%;
    border: 2px solid #f0f2f5;
    border-bottom-left-radius: 5px;
    border-top: none;
    border-right: none;
    z-index: 2;
} */

/* .comment-childs::after {
    content: "";
    background: #b6b6b6;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 27px;
    top: -12px;
} */

.comment-childs .user-info__name {
  flex: 1;
}

.comment-childs .comment-item .comment-item__top {
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.05);
}
.comment-childs .comment-item {
  box-shadow: none;
  padding: 0 !important;
  margin-bottom: 8px;
}

[button-show-reply][show],
[button-show-reply][show] svg path,
[button-show-reply]:hover svg path {
  color: var(--color-btn);
  stroke: var(--color-btn);
  transition: 0.3s;
}

[like-comment].like,
[like-comment].like svg path {
  color: var(--color-btn);
  stroke: var(--color-btn);
}
.rep-comment .group-form {
  width: 100%;
}

.rep-comment button {
  font-size: 90%;
}

.rep-comment {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  transition: all 100ms;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 10px;
}

.rep-comment .hide {
  display: none;
}
.show-form-rep .hide {
  display: block !important;
}
.show-form-rep .rep-comment {
  width: 100%;
}

.formComment {
  flex: 1 1 auto;
  max-width: 100%;
}

.formComment textarea:focus {
  border: 1px solid var(--color-cm-main);
  box-shadow: 0 3px 6px var(--color-cm-main);
}

.formComment textarea {
  outline: none;
  width: 100%;
  border: 1px solid var(--color-star-evalue);
  border-radius: 5px;
  padding: 16px 12px;
  transition: all 0.3s;
}

.formComment__action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.formComment__action label span {
  margin-left: 12px;
}

.formComment__action label {
  color: var(--color-active);
  background: var(--color-btn);
  padding: 0.625rem 1.25rem;
  border: 1px solid var(--color-active);
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
}

.formComment__action label:hover {
  background: var(--color-active);
  color: var(--color-btn);
}

.formComment__action label:active {
  transform: scale(1.02);
}

.formComment__action input {
  display: none;
}

.formComment__action .btn:active {
  transform: scale(1.02);
}

.formComment__action .btn {
  padding: 0.325rem 1.25rem;
  border-radius: 5px;
  transition: all 0.3s;
  color: var(--color-active);
  border: 1px solid var(--color-active);
  background: var(--color-btn);
  cursor: pointer;
}

.formComment__action .btn:hover {
  background: var(--color-active);
  color: var(--color-btn);
  border: none;
}

.btn--green {
  background: var(--color-btn-green);
}

.btn--orange:hover {
  background: var(--color-btn-green);
  color: white;
  border: 1px solid transparent;
}

.btn--orange {
  border: 1px solid var(--color-cm-main);
  color: var(--color-cm-main);
}

.btn--orange:hover {
  background: var(--color-cm-main);
  color: white;
  border: 1px solid transparent;
}

.comment-item__datetime {
  font-size: 0.875rem;
  color: var(--color-time);
  font-weight: 400;
}

.comment-user__info.admin .user-info__name:after {
  content: "QTV";
  margin-left: 12px;
  font-size: 0.675rem;
  padding: 4px;
}

/* Công tắc quản trị */
.switch-item {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 48px;
}

.switch-item input {
  display: none;
}

.slider-item {
  background-color: var(--color-star-evalue);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider-item:before {
  background-color: var(--color-btn);
  bottom: 4px;
  content: "";
  height: 16px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 16px;
}

input:checked + .slider-item {
  background-color: var(--color-star-check-full);
  border-color: var(--color-star-check-full);
  box-shadow: 0.2px 0.2px 2px 2px var(--color-star-check-full),
    0.2px 0.2px 2px 2px var(--color-star-checked);
}

input:checked + .slider-item:before {
  transform: translateX(26px);
}

.slider-item.round {
  border-radius: 34px;
}

.slider-item.round:before {
  border-radius: 50%;
}

button.more-comment--child {
  margin-left: 64px;
}
/* COMMENT_FILTER */
.comment-sort select option {
  background: var(--color-select);
}

.comment-sort select {
  background: var(--color-btn);
  border: 1px solid var(--color-active);
  color: var(--color-active);
  padding: 0.125rem 2.5rem;
  border-radius: 5px;
}

.comment-sort::placeholder {
  background: var(--color-cm-main);
}

.comment-sort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.comment-box__filter {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
  flex-wrap: wrap;
}

.comment-box__filter p {
  font-weight: bold;
  margin-right: 1.25rem;
  white-space: nowrap;
}

.comment-filter__lists {
  display: flex;
  overflow: auto;
}

.comment-filter__lists label ~ label {
  margin-left: 16px;
}

.comment-filter__lists label {
  white-space: nowrap;
  padding: 6px 24px;
  border: 1px solid transparent;
  border-radius: 36px;
  cursor: pointer;
  color: #888888;
  background: var(--color-star-evalue-commnet);
  transition: background 0.2s, color 0.2s;
  will-change: border, background, color;
}

.comment-filter__lists input:checked + label {
  border: 1px solid var(--color-active);
  background: var(--color-active);
  color: var(--color-btn);
}

.comment-filter__lists::-webkit-scrollbar {
  height: 8px;
}

.comment-filter__lists::-webkit-scrollbar-thumb {
  background: var(--color-cm-main);
  border-radius: 5px;
  margin-top: 12px;
}

/* End comment filter */

/* Like Comment */
.comment-action {
  display: block;
  flex-wrap: wrap;
}

.comment-action .btn-like-comment.like {
  background: var(--color-active);
}

.img-product {
  display: block;
  flex: 0 0 20%;
}

.content-plus-comment {
  color: var(--color-active);
  font-weight: normal;
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0;
}

/* STYLE THREE */
.comment-box__score[three] {
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--color-hr);
}

.comment-box__score[three] .rating-score {
  width: 25%;
  padding: 0;
}

.comment-box__score[three] .rating-list {
  padding: 20px;
  border: 1px solid var(--color-hr);
  border-top: none;
  border-bottom: none;
}

/* END STYLE THREE*/

@media (max-width: 1600px) {
  .rating-list li .rating span {
    font-size: 0.975rem;
  }
}

@media (max-width: 1366px) {
  .rating-list li .rating span {
    font-size: 0.875rem;
  }
}

@media (max-width: 1200px) {
  .comment-box__percent > p {
    flex: 0 0 30%;
  }
}

@media (max-width: 991px) {
  .comment-box__content {
    padding: 0;
  }

  .comment-item__imgs .comment-item__img {
    width: 56px;
    padding-bottom: 56px;
  }

  .rating-list li .rating span {
    font-size: 0.625rem;
  }
}

@media (max-width: 767px) {
  .comment-box__score[three] .rating-score {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .comment-box__score[three] .rating-list {
    border: none;
    border-top: 1px solid var(--color-hr);
    padding: 10px 0;
    margin-top: 10px;
  }

  .comment-box__score[three] button {
    display: none;
  }
}
@media (max-width: 575px) {
  .rating {
    font-size: 0.875rem;
  }

  .rating-score {
    border-right: none;
    padding: 16px;
  }

  .rating-list {
    margin-left: 0;
  }

  .rating-list__item {
    height: 0.675rem;
  }

  .rating-score {
    width: 100%;
    margin: 12px 0;
    border-radius: 5px;
  }

  .comment-item__img {
    margin-right: 10px;
  }

  .content-plus-comment {
    width: 100%;
    margin: 6px 0;
  }
}

@media (max-width: 480px) {
  .formComment__action .btn {
    padding: 0.4rem 1.25rem;
  }

  .formComment__action label {
    height: 2rem;
    padding: 0.4rem 1.25rem;
    display: flex;
    align-items: center;
  }

  .rating-list li .rating {
    margin: 0 8px;
  }

  .comment-item__img {
    width: 60px;
    height: 60px;
  }

  .comment-item__type {
    font-size: 12px;
  }

  .comment-user__info {
    margin-bottom: 2px;
  }
}

@media (max-width: 380px) {
  .rep-comment button,
  .formComment__action label,
  .formComment__action .btn {
    padding: 0.5rem 0.675rem;
  }

  .rep-comment button,
  .formComment__action label,
  .formComment__action .btn,
  .formComment textarea {
    font-size: 0.775rem;
  }

  .rating {
    font-size: 0.725rem;
  }

  .comment-box__title {
    font-size: 1.125rem;
  }

  div.user-rating {
    margin: 12px 0;
  }

  .rating-list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .comment-img__label {
    padding: 3px 10px !important;
  }

  label.star {
    font-size: 1.3rem;
  }

  .comment-item__datetime {
    font-size: 0.75rem;
  }

  .comment-box__form-img {
    width: 48px;
    height: 48px;
    padding-bottom: 48px;
  }

  .comment-child__item {
    margin-left: 12px;
  }

  .comment-item__img {
    width: 32px;
    height: 32px;
  }

  .formComment textarea {
    padding: 8px 12px;
  }
}

@media (max-width: 320px) {
  .comment-user__info.admin .user-info__name:after {
    margin-left: 4px;
    padding: 2px 4px;
    font-size: 0.675rem;
  }

  .comment-item__top .comment-item__datetime {
    font-size: 12px;
    margin-top: 5px;
  }
}

[comment-skeleton] {
  overflow: hidden;
  position: relative;
  background: #f0f2f5 !important;
  border-color: #f0f2f5 !important;
}

[comment-skeleton]::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f2f5;
  position: absolute;
  border-radius: inherit;
  border-color: #f0f2f5;
  z-index: 10;
}

[comment-skeleton]::after {
  content: "";
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0;
  right: 0 !important;
  bottom: 0 !important;
  padding: inherit !important;
  border: initial !important;
  border-radius: 0 !important;
  border-color: #f0f2f5 !important;
  transform: initial !important;
  background: linear-gradient(to right, #f0f2f5, white, #f0f2f5);
  position: absolute;
  animation: toRight 1s infinite alternate;
  z-index: 10;
}

@keyframes toRight {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

.ms-2 {
  margin-left: 8px;
}
.d-flex {
  display: flex !important;
}
.hide {
}

.rating-list__star-percent {
  margin: 0;
  flex: 0 0 40px;
  display: flex;
}

.inline {
  display: inline-block;
}
.flex-fill {
  flex: 1 1 0;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.news-content-block .info-author {
  color: #737373;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-author .author-name {
  font-weight: bold;
  font-size: 24px;
  color: #027580;
}
.news-content-block .author-name {
  color: #027580;
}
.company-information .author-name {
  color: #027580;
}
.company-information {
  max-width: 90%;
  margin: 5% auto;
  padding: 20px;
  background-color: #ffffff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.company-information .company-name {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #007580;
}

/*.main-article {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.first-article {*/
/*    flex: 1;*/
/*    margin-right: 20px;*/
/*}*/

/*.first-article img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.all-categories-container .article-grid {
  display: flex;
  flex-wrap: wrap;
}

.article {
  flex: 1 0 22%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.article img {
  width: 100%;
  height: auto;
}

.category-line {
  border: 0.8px solid #ccc;
  margin: 20px 0;
}
.hot-new__content {
  justify-content: center;
  max-height: 6.2em;
  overflow: hidden;
  position: relative;
  color: #454545;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.hot-new__title {
  justify-content: center;
  max-height: 4.2em;
  overflow: hidden;
  position: relative;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.module-new__content .box-new-item {
  border-right: 1px solid #ebebeb;
}
@media (max-width: 766px) {
  .module-new__content .box-new-item {
    border-right: none;
  }
}
.box-item-news .dot-before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #8b8b8b;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
  color: #454545;
}
.box-item-news .new-title {
  margin-left: 5px;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  justify-content: center;
  max-height: 4.2em;
  overflow: hidden;
  position: relative;
}
.list-news {
  display: none;
}
.news-line {
  border: 0.8px solid #ccc;
  margin: 15px 0;
}
.box-item-news .active-list {
  display: block;
}
.button-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-button,
.hot-button {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  position: relative;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}
.box-item-news {
  padding-left: 20px;
  padding-right: 10px;
}
.news-container {
  border: 0.8px solid #ccc;
  margin-bottom: 30px;
}
.border-bottom-button {
  border-bottom: 2px solid var(--color-active);
}
.category-name {
  text-align: center;
}
.category-name-button {
  border-bottom: 2px solid var(--color-active);
}
.hot-new {
  cursor: pointer;
}
.hot-new:hover {
  color: var(--color-active);
}

.new-hot-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.new-hot-first {
  grid-column: span 2;
  border-right: 1px solid #ebebeb;
}
.hot-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hot-first {
  grid-column: span 2;
}
.hot-container-detail {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.related-articles {
  background-color: rgb(245 245 245);
}
.title-category-detail {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px !important;
}
.title-category-detail-line {
  border-bottom: 1px solid #007580;
  width: 25%;
}
.title-category-detail span {
  margin-bottom: 16px;
  border: 0 !important;
  padding: 0 !important;
  color: #007580 !important;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .hot-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .hot-first {
    grid-column: span 1;
  }
  .hot-container-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
  }
}

.new-hot-container .first-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.category_hot-new__content {
  justify-content: center;
  overflow: hidden;
  position: relative;
  color: #454545;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.info-author .google-news {
  background: #ebebeb;
  display: block;
  border-radius: 24px;
  font-size: 13px;
  color: #666;
  padding: 0 12px;
  float: right;
  margin-left: 8px;
}
.info-author .google-news a {
  color: #007580;
}
.all-categories-container .categories {
  display: flex;
  flex: 5;
  overflow-x: auto;
}

.all-categories-container .category {
  white-space: nowrap;
  margin-right: 10px;
  padding: 4px 16px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 14px;
  color: #0098d1;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.all-categories-container .category:last-child {
  margin-right: 0;
}

.all-categories-container .category:hover {
  background-color: #e0e0e0;
}
.all-categories-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0;
}
.all-categories-container .all-categories-container__name {
  grid-column: span 1;
}
.all-categories-container .container__name {
  color: #808080;
}
.info-author .news-block__date {
  display: inline-flex;
  align-items: center;
}
.info-author .google-news-link {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .info-author .google-news-link {
    float: left;
    display: block;
    align-items: center;
  }
}
.info-author .google-news-link img {
  height: 20px;
  position: relative;
  margin-top: unset;
  width: unset;
}
@media (max-width: 1023px) {
  .box-content-block {
    order: 2;
  }
  .news-content-block {
    order: 1;
  }
}
@media (min-width: 1023px) {
  .box-content-detail {
    position: sticky;
    top: 150px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .box-content-detail {
    position: sticky;
    top: 100px;
    padding-bottom: 100px;
  }
}
.box-content-detail .list-library {
  padding: 15px 0;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.box-content-detail #toc_container {
  /* border-radius: 15px; */
  /* border: 1px dashed #007580 !important; */
  /* background: white !important; */
  /* padding: 5px 0 !important; */
  transition: margin-top 0.3s ease;
}
.box-content-detail .toc_list {
  margin-top: 10px !important;
  color: #007580 !important;
  max-height: 250px;
  overflow-x: auto;
}

@media (max-width: 1023px) {
  .box-content-detail .toc_list {
    max-height: 383px;
  }
}
.box-content-detail .toc_list li {
  font-weight: 500 !important;
  font-size: 16px !important;
}

.module-new__content .news-content-block {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 24px;
  background: #ffffff !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border-radius: 16px;
}

.module-new__content .title-all {
  color: #007580 !important;
  line-height: 49px;
  font-size: 24px;
  margin-bottom: 16px !important;
}

.do-not-miss .box-category-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.do-not-miss .box-category-title {
  font-weight: 700;
  line-height: 30px;
  color: #292929;
  display: inline-block;
  border-bottom: 1px solid #0098d1;
}
.do-not-miss .list-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
}

.do-not-miss .box-category-item {
  padding: 20px 0;
  display: flex;
  margin-right: 10px;
}
.do-not-miss .box-category-content__border {
  border-bottom: 1px solid #eae2e2;
}

.do-not-miss .item-number {
  width: 76px;
  font-weight: 400;
  font-size: 60px;
  line-height: 60%;
  color: #292929;
  font-family: Georgia, serif;
}
.do-not-miss .box-category-content {
  width: calc(100% - 76px);
}
.do-not-miss .box-title-text {
  height: auto;
}

.do-not-miss .box-title-text .box-category-link-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #292929;
  font-family: Georgia, serif;
}

.do-not-miss .box-title-text .box-category-link-title:hover {
  color: var(--color-active);
}

.hot-container-detail-most-view {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}

.hot-container-detail-most-view .hot-container-detail-most-view-item {
  background-color: white;
  padding-bottom: 20px;
}

.latest-news {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.latest-news-item {
  counter-increment: step;
  position: relative;
  padding: 15px 15px 15px 50px;
  border-radius: 5px;
}

.latest-news-item:nth-child(odd) {
  background: #f4f6fa;
}

.latest-news-item:before {
  content: counter(step, decimal);
  font-size: 32px;
  color: #adadad;
  position: absolute;
  top: 50%;
  left: 15px;
  line-height: 1;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin-top: -20px;
}
.latest-news .latest-news-item span:hover {
  cursor: pointer;
  color: var(--color-active);
}
.latest-news-title {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
  clear: both;
}
.latest-news-main-title {
  position: relative;
  font-family: Arial, Arial, sans-serif;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-top-right-radius: 6px;
  background-color: var(--color-active);
  display: inline-block;
}
.latest-news-inner-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-top: 9px solid;
  border-top-color: var(--color-active);
}
.latest-news-list {
  max-height: 300px;
  overflow-x: hidden;
  background-color: white;
}
.author-latest-news-list {
  background-color: white;
}
.author-latest-news-item {
  counter-increment: step;
  position: relative;
  padding: 15px 15px 15px 50px;
  border-radius: 5px;
}

.author-latest-news-item:nth-child(odd) {
  background: #f4f6fa;
}

.author-latest-news-item:before {
  content: counter(step, decimal);
  font-size: 32px;
  color: #adadad;
  position: absolute;
  top: 50%;
  left: 15px;
  line-height: 1;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin-top: -20px;
}
.author-latest-news-list .author-latest-news-item span:hover {
  cursor: pointer;
  color: var(--color-active);
}
.author-latest-news-item .author-name {
  text-transform: uppercase;
  color: #ff9900;
  font-size: 15px;
}
.section__multimedia {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  box-sizing: border-box;
  padding: 32px 0;
  /* background: url(/uploads/demo/bg-speaking.jpg); */
  background-size: cover;
  zoom: 85%;
}
.section__multimedia .box-category-top {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__multimedia .box-category-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.section__multimedia .box-category-menu {
  display: flex;
}
.section__multimedia .box-category-menu-item {
  display: block;
  padding-right: 24px;
  margin-right: 24px;
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.menu-border-right {
  border-right: 1px solid #29a8d8;
}
.section__multimedia .box-category-middle {
  display: flex;
}
.section__multimedia .item-first {
  width: 480px;
  margin-right: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.section__multimedia .box-category-sapo {
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.section__multimedia .box-category-link-with-avatar {
  margin-bottom: 8px;
  height: 100px !important;
}
.section__multimedia .box-title-text {
  height: auto;
}
.section__multimedia .box-category-link-title {
  overflow: hidden;
  max-height: 150px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  display: block;
}
.section__multimedia .item-related {
  height: fit-content;
  width: calc(100% - 512px);
  display: flex;
  flex-wrap: wrap;
}
.section__multimedia .box-category-item {
  margin-bottom: 15px;
  width: calc(30% - 10px);
  margin-right: 30px;
}
.list-video-new-hot-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.list-video-new-hot-first {
  grid-column: span 3;
}
.list-video-new-hot-container .first-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.list-video-category_hot-new__content {
  justify-content: center;
  overflow: hidden;
  position: relative;
  color: #454545;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.list-video-new-hot-after {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.list-video-box-category-top .box-category-title {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  border-bottom: 1px solid #0098d1;
}
.detail-video {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  box-sizing: border-box;
  padding: 32px 0;
  background: url(/uploads/demo/bg-speaking.jpg);
  background-size: cover;
}
.detail-video-title {
  display: flex;
  justify-content: center;
}
.detail-video-title-item {
  width: 60%;
}
.detail-audio-title-item {
  width: 100%;
}

.comment-box__content input,
.comment-box__content textarea {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
}

.comment-box__content button {
  border-radius: 23px;
  background: linear-gradient(180deg, #01b355 -65.8%, #0d9494 160.83%);
  box-shadow: 2px 8px 32px 0 rgba(40, 167, 69, 0.4);
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0.75rem 2.5rem;
  overflow: hidden;
}

.comment-box__content button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #01b355;
  transition: height 0.3s ease-in-out;
  z-index: -1;
}
.comment-box__content button:hover::before {
  height: 100%;
}
