main .contentNew {
  display: flex;
  margin-top: 1.25rem;
}
main .contentNew .leftCotnent {
  width: calc(100% - 20rem);
  border-radius: 0.75rem;
  border: 1px solid var(--white-3, #ECF2F7);
  padding: 1.75rem 1.25rem 2rem 1.25rem;
}
main .contentNew .leftCotnent .titleNew {
  color: var(--black-1, #061020);
  font-family: "Semi";
  font-size: 1.75rem;
  line-height: 130%;
  letter-spacing: 0rem;
  margin-bottom: 0.75rem;
}
main .contentNew .leftCotnent .athor-time {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--white-3, #ECF2F7);
}
main .contentNew .leftCotnent .athor-time .athor {
  color: var(--black-3, #6D727C);
  font-size: 1rem;
  font-style: normal;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0rem;
}
main .contentNew .leftCotnent .athor-time .spantime {
  margin-left: 1.25rem;
  color: var(--black-3, #6D727C);
  font-size: 1rem;
  font-style: normal;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0rem;
  position: relative;
  padding-left: 20px;
}
main .contentNew .leftCotnent .athor-time .spantime svg {
  position: absolute;
  top: 2px;
  left: 0px;
}
main .contentNew .leftCotnent .nd {
  margin-top: 1rem;
  color: var(--black-1, #061020);
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ECF2F7;
  margin-bottom: 1px;
}
main .contentNew .leftCotnent .nd .document {
  padding: 1.16rem 0rem;
  margin: 0.2rem 0px 1rem;
}
main .contentNew .leftCotnent .nd .document a {
  padding: 1.16rem 1.25rem;
  border-radius: 0.5rem;
  border: 2px solid var(--main-1, #293A8E);
  background: var(--white-1, #FFF);
}
main .contentNew .leftCotnent .nd .document a span {
  color: var(--main-1, #293A8E);
  text-align: center;
  font-family: "Medium";
  font-size: 1rem;
  font-style: normal;
  line-height: 95.5%; /* 0.955rem */
  text-transform: uppercase;
  position: relative;
  padding-left: 1.5rem;
}
main .contentNew .leftCotnent .nd .document a span svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
main .contentNew .leftCotnent .nd p {
  margin-bottom: 10px;
}
main .contentNew .leftCotnent .nd ul {
  padding-left: 20px;
}
main .contentNew .leftCotnent .nd img {
  max-width: 100%;
  margin: auto !important;
}
main .contentNew .leftCotnent .share {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .contentNew .leftCotnent .share p {
  color: var(--black-3, #6D727C);
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0rem;
  margin-bottom: 0px;
}
main .contentNew .leftCotnent .share a {
  margin-left: 0.75rem;
}
main .contentNew .rightCotnent {
  width: 20rem;
  padding-left: 1.25rem;
}
main .contentNew .rightCotnent .relateTo {
  margin-bottom: 1.5rem;
}
main .contentNew .rightCotnent h3 {
  color: var(--black-1, #061020);
  font-family: "Medium";
  font-size: 1.25rem;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0rem;
}
main .contentNew .rightCotnent .itemRelated {
  margin-top: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid var(--white-3, #ECF2F7);
  background: var(--white-1, #FFF);
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  display: flex;
}
main .contentNew .rightCotnent .itemRelated .leftItemRelated {
  width: 6.875rem;
}
main .contentNew .rightCotnent .itemRelated .leftItemRelated a {
  border-radius: 0.5rem;
  display: block;
  overflow: hidden;
}
main .contentNew .rightCotnent .itemRelated .leftItemRelated a img {
  max-width: 100%;
  border-radius: 0.5rem;
  transition: transform 0.3s ease;
}
main .contentNew .rightCotnent .itemRelated .rightItemRelated {
  padding-left: 0.5rem;
  width: calc(100% - 6.875rem);
}
main .contentNew .rightCotnent .itemRelated .rightItemRelated .titleRelated {
  overflow: hidden;
  color: var(--black-1, #061020);
  text-overflow: ellipsis;
  font-family: "Medium";
  font-size: 0.875rem;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0rem;
  margin-bottom: 0.19rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 36px;
}
main .contentNew .rightCotnent .itemRelated .rightItemRelated .summary {
  overflow: hidden;
  color: var(--black-3, #6D727C);
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 130%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 31px;
}
main .contentNew .rightCotnent .itemRelated:hover .leftItemRelated a img {
  transform: scale(1.5) rotate(12deg);
}
main .contentNew .rightCotnent .itemRelated:hover .rightItemRelated .titleRelated {
  color: var(--main-1);
}
main .contentNewMobile {
  display: none;
}

.banner h1 {
  opacity: 0;
}

@media screen and (max-width: 992px) {
  main .banner h1 {
    font-family: "Medium";
    font-size: 1.375rem;
  }
  main .contentNew {
    display: block;
  }
  main .contentNew .leftCotnent {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  main .contentNew .leftCotnent .titleNew {
    font-size: 1.25rem;
  }
  main .contentNew .rightCotnent {
    width: 100%;
    padding-left: 0px;
  }
  main .contentNew .rightCotnent .itemRelated7 {
    display: none;
  }
  main .contentNew .rightCotnent .itemRelated8 {
    display: none;
  }
  main .breadcrumb .breadcrumbPc {
    display: none;
  }
  main .breadcrumb .breadcrumbMobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nameMobile {
    display: none !important;
  }
  main {
    padding-top: 0rem;
  }
  main .contentNew .rightCotnent {
    display: none;
  }
  main .contentNewMobile {
    margin-bottom: 2rem;
    display: block;
  }
  main .contentNewMobile .rightCotnent {
    display: block;
  }
}
.scrollCategoryMobile {
  background: #fff;
  padding: 1rem;
}
.scrollCategoryMobile button {
  border-radius: 6.25rem;
  background: var(--white-3, #ECF2F7);
  width: 100%;
  text-align: left;
  border: unset;
  padding: 0px;
  display: flex;
  height: 2.5rem;
  align-items: center;
  padding: 0px 1rem 0px 1.25rem;
}
.scrollCategoryMobile button span {
  display: block;
  position: relative;
  color: var(--main-1, #293A8E);
  font-family: "Semi";
  font-size: 1.125rem;
  font-style: normal;
  line-height: 130%;
  text-align: left;
  width: 100%;
}
.scrollCategoryMobile button span svg {
  position: absolute;
  top: 0px;
  right: 0px;
}
.scrollCategoryMobile button:hover {
  background: var(--white-3, #ECF2F7);
}
.scrollCategoryMobile button:focus {
  background: var(--white-3, #ECF2F7);
}
.scrollCategoryMobile button:active {
  background: var(--white-3, #ECF2F7) !important;
}

.scrollCategoryMobile {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: none;
}

.scrollCategoryMobileTop {
  animation-name: exampletop;
  animation-duration: 0.3s;
  top: 0px;
}

@keyframes exampletop {
  from {
    top: 53px;
  }
  to {
    top: 0px;
  }
}
.scrollCategoryMobileBottom {
  animation-name: examplecategory;
  animation-duration: 0.3s;
  top: 53px;
}

@keyframes examplecategory {
  from {
    top: 0px;
  }
  to {
    top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .scrollCategoryMobile {
    display: block;
  }
  .containerNewsHot .scrollCategory {
    display: none;
  }
  .newsHot {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .nameMobileH1 {
    display: none !important;
  }
  .breadcrumbContainer {
    display: none;
  }
  .containerNewsHot .listPostCategory .itemPostCategory h2 {
    font-size: 1.5rem;
  }
  main .contentNew {
    padding-top: 1.5rem;
  }
}
#exampleScrollCategory .modal-dialog {
  width: 95%;
  max-width: 95%;
  margin-top: 4rem;
}
#exampleScrollCategory .modal-dialog .modal-content {
  position: relative;
  border-radius: 1.25rem;
}
#exampleScrollCategory .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -35px;
  right: 0px;
  opacity: 1;
  background: unset;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body p {
  border-radius: 6.25rem;
  background: var(--main-1);
  position: relative;
  padding: 0.56rem 2.3rem 0.56rem 1.25rem;
  margin-bottom: 0.5rem;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body p span {
  color: var(--white-1);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body p svg {
  position: absolute;
  top: 10px;
  right: 12px;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body a {
  color: var(--black-1, #061020);
  font-size: 1.125rem;
  font-style: normal;
  line-height: 130%;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  display: block;
  border-top: 1px solid var(--black-4, #BABABA);
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body a:last-child {
  border-bottom: 1px solid var(--black-4, #BABABA);
  margin-bottom: 1rem;
}

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