body {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.coso {
  cursor: pointer;
}
.logo {
  width: 70px;
  height: 70px;
}
.bg-info-custom {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,107,219,1) 0%, rgba(0,88,180,1) 100%); 
}

.bg-warning-custom {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(254,185,82,1) 0%, rgba(233,143,11,1) 100%);  
}

.bg-success-custom {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(32,221,209,1) 0%, rgba(1,179,183,1) 100%);
}

.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-28 {
  font-size: 28px !important;
}

.search_option {
  font-size: 18px;
}
.search_option .form-check-inline input, .search_option .form-check-inline label {
  cursor: pointer;
}

.custom-container {
  padding-left: 140px;
  padding-right: 140px;
}
img {
  max-width: 100%;
  height: auto;
}

tr {
  border-color: #ddd !important;
}

.header-wrapper {
  background-image: url("/static/public/img/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
}
.navbar .header {
  padding-left: 150px;
  padding-right: 150px;
}
.header-wrapper .navbar-nav .nav-link,
.header-wrapper .navbar-nav .nav-link.show,
.header-wrapper-category .navbar-nav .nav-link,
.header-wrapper-category .navbar-nav .nav-link.show
 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.list-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 90%;
}
.item-wrapper {
  background: #2ea8ff;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30px;
  min-height: 43px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.item-wrapper:hover {
  background: #219bf2;
  color: #ffffff;
  cursor: pointer;
}

.item-wrapper:active, .item-wrapper.active {
  background: #ffffff;
  color: #219bf2;
}

.content-banner {
  height: 100%;
  max-width: 1256px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.input-search {
  margin-bottom: 10px;
  justify-content: center !important;
}
.input-search input {
  width: 876px;
  height: 56px;
  display: flex;
  /* align-content: center; */
  box-shadow: 0px 24px 34px 0px #2527700d;
  border-radius: 62px !important;
  outline: none;
  border: 0;
  padding-left: 20px;
}
.btn-login {
  background: #00ebcc;
  outline: none;
  border-radius: 68px;
  color: #000000;
  padding: 15px 25px;
  border: 0;
}
.header-title h1 {
  color: #ffffff;
}
.view-all {
  color: #777e90;
}
.content-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-primary {
  font-weight: bold;
  font-size: 28px;
  color: #005ff0;
  margin: 15px 0;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    max-height: 3em;
}
.content-number {
  color: #ffffff;
  background: #00b69f;
  padding: 5px;
  width: 120px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}
.item-facility .item-image {
  border-radius: 20px;
}
.image-hopital {
  flex: 0 0 auto;
}
.card-item {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
}
.card-item .title-primary {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
.card-item .number-rating {
  font-size: 28px;
}
.text-hidden {
  max-width: 400px;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  max-height: 4em;
}
.rating {
  display: flex;
  gap: 15px;
}
.based-on {
  color: #777e90;
  font-size: 14px;
}
.number-rating {
  font-size: 35px;
  color: #141416;
  font-weight: 600;
}
.box-wrapper-facility {
  display: flex;
  gap: 54px;
}
.certification {
  display: flex;
  gap: 3px;
  background: #fff4e3;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #f8dcad;
}
.content-facility {
  padding-left: 15px;
  /* padding-right: 20px; */
  padding-bottom: 15px;
}
.text-facility {
  color: #965f00;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-certification {
  color: #965f00;
}
.wrapper-page {
  padding-top: 10px;
  padding-bottom: 15px;
}
.wrapper-slide {
  position: relative;
}
.line {
  border: 1px dashed #cfd1db;
  width: 100%;
  margin: 12px 0;
}

.workplace-environment-survey {
  background-image: url("/static/public/img/banner-main-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 575px;
  width: 100%;
}
.item-box-survey {
  padding: 16px 0;
}
.item-hopital-date {
  color: #3d4351;
}
.item-hopital {
  align-content: center;
}
.workplace-environment-survey .item-hopital .title-primary {
  font-size: 18px;
  margin-bottom: 15px;
}
.text-card {
  color: #141416;
}
.card-inventory {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  min-height: 200px;
}
.card-inventory-ykhoa {
  background: #ffffff;
  padding: 5px;
  border-radius: 12px;
  min-height: 145px;
  padding-left: 0px;
}
.view-all {
  min-width: fit-content;
}

.masonry-container-cl-2 {
  column-count: 2; /* Mặc định 2 cột */
  column-gap: 1rem; /* Khoảng cách giữa các cột */
}

.masonry-container {
  column-count: 3; /* Mặc định 3 cột */
  column-gap: 1rem; /* Khoảng cách giữa các cột */
}
.masonry-container .card {
  display: inline-block;
  width: 100%; /* Đảm bảo card chiếm toàn bộ chiều rộng cột */
  margin-bottom: 1rem; /* Khoảng cách giữa các card */
}

.masonry-container-cl-2 .card {
  display: inline-block;
  width: 100%; /* Đảm bảo card chiếm toàn bộ chiều rộng cột */
  margin-bottom: 1rem; /* Khoảng cách giữa các card */
}

.wrapper-slide {
  background-image: url("/static/public/img/banner-main-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 373px;
  width: 100%;
  border-radius: 20px;
}
.box-look-up .title-look-up {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
}

.box-look-up p {
  font-weight: 500;
  color: #ffffff;
}
.box-slide {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* .look-up-slide {
  max-width: 1200px;
} */
.look-up-slide .slick-prev:before {
  content: "<";
  color: #005ff0;
}
.look-up-slide .slick-next:before {
  content: ">";
  color: #005ff0;
}
.slick-next:before,
.slick-prev:before {
  font-family: initial;
  line-height: initial;
  -webkit-font-smoothing: initial;
  font-weight: bold;
  opacity: inherit;
  /* margin-top: -2px; */
  font-size: 20px;
}
.text-gray {
  color: #777e90;
}
.look-up-slide .slick-arrow {
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  box-shadow: 0px 10.63px 21.27px 0px #0000000f;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.level-quality-test .title-primary {
  font-size: 20px;
}
.level-quality-test .title-level {
  color: #777e90;
}
.level-quality-test .title-level span {
  color: #090909;
}

.checkbox-lg {
  scale: 1.5;
}
.divider {
  width: 2px;
  background-color: black;
  height: 100%;
}
.column {
  padding: 20px;
}

.min-height-235 {
  min-height: 235px;
}
.min-height-335 {
  min-height: 335px;
}
.min-height-220 {
  min-height: 220px;
}
.footer {
  background-image: url("/static/public/img/footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-footer {
  margin: 12px 0 20px;
}

.table-category table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

.table-category table thead, .table-category table thead th {
  background-color: #005ff0;
  color: white;
  border-left-top-radius: 8px;
  border-right-top-radius: 8px;
}

.table-category th,
td {
  padding: 10px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}
.wrapper-filter .item-select select,
.wrapper-filter .item-input input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 62px;
  border: 1px solid #e3e1e1;
  outline: none;
  padding: 0 20px;
}
.wrapper-filter .item-button {
  display: flex;
  align-items: center;
}
.cursor-pointer {
  cursor: pointer;
}
/* .content-primary {
  margin-bottom: 25px;
} */
.wrapper-filter .item-button span {
  margin: 0 20px;
}
.text-green {
  color: #00d447;
}
.box-item-inventory .card-inventory {
  padding-top: 0;
  padding-bottom: 0;
}
.wrapper-filter .item-button button {
  border: 1px solid #e3e1e1;
  border-radius: 62px;
  height: 50px;
}
.item-delete-filter {
  padding: 12px;
  background: #ffffff;
}
.item-data {
  width: 170px;
  background: #f5f4f4;
}
.image-slide {
  flex: 0 0 auto;
}

.slider-look-up .card-slide {
  display: flex;
  gap: 10px;
  
}
.slider-look-up .card {
  padding: 25px 15px;
  margin: 0 10px;
}
.slick-slide {
  min-height: 158px;
}
.text-slide {
  color: #005ff0;
  font-weight: bold;
  font-size: 20px;
}
.title-slide {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  max-height: 3em;
  margin: 0;
}
.table-category tbody tr:nth-child(odd) {
  background-color: white;
}

.table-category tbody tr:nth-child(even) {
  background-color: #f1f8ff;
}

/* Xóa border */
.table-category table,
th,
td {
  border: none;
}


.containers {
  display: flex; 
}

.col-1 {
  flex: 1.5;
  display: flex; 
  justify-content: center; 
  align-items: stretch; 
  max-width: 100%; 
}

.item-banner {
  max-width: 100%; 
  height: auto; 
}

.col-2 {
  flex: 1.5; 
  padding: 10px;
}

.cards {
  margin-bottom: 20px; 
}

.icon-default-big {
  font-size: 100px;
}
.icon-default {
  font-size: 40px;
}
.form-check-input:checked {
  border-color: #dde2ea;
}

.title1 {
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  
}
.title2, .title3 {
  font-size: 25px;
  text-transform: uppercase;
}

.search-input-category {
  border: #ddd solid 1px !important;
}


.input-search .btn-close {
  right: 2%;
  position: absolute;
  padding-top: 30px;
  opacity: 0.6;
}
.input-search .btn-close:hover {
  opacity: 1;
}

.search-sum-close {
  right: 2%;
  cursor: pointer;
  z-index: 100;
  opacity: 0.6;
  font-size: 16pt;
  padding-top: 16px;

}
.search-sum-close:hover {
  opacity: 1;
}

.header-wrapper-category {
  background-image: url('/static/public/img/footer.webp');
  background-repeat: no-repeat;
  background-size: cover;
  height: 90px;
  width: 100%;
}


@media (max-width: 1580px) {
  .custom-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .content-banner{
    padding: 60px 20px 20px 20px
    
  }
  .input-search{
    width: 70%;
  }
  .input-search input{
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .custom-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-wrapper .navbar-nav .nav-link, .header-wrapper .navbar-nav .nav-link.show{
    font-size: 16px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .content-primary{
    flex-wrap: wrap;
  }
  .item-select, .item-input, .item-button{
    margin-bottom: 15px;
  }
  .content-primary{
    margin-bottom: 10px;
  }
  .masonry-container {
    column-count: 2; /* Mặc định 3 cột */
    column-gap: 1rem; /* Khoảng cách giữa các cột */
  }
  

}
@media (min-width: 992px) {
  .modal-lg, .modal-xl{
    --bs-modal-width: 90%;
  }
}
@media (max-width: 767px) {
  .masonry-container,.masonry-container-cl-2  {
    column-count: 1; /* Mặc định 3 cột */
    column-gap: 1rem; /* Khoảng cách giữa các cột */
  }
  .custom-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-wrapper-category {
    background-image: url('/static/public/img/footer.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 73px;
    width: 100%;
  }
  .content-number {
    width: 85px;
    padding: 2px;
    font-size: 14px;
  }
  .number-rating{
    font-size: 30px;
  }
  .card {
    --bs-card-border-color : transparent;
    --bs-card-spacer-x: 0.3rem;
  }
  .modal {
    --bs-modal-padding: 0.2rem;

  }
  .content-facility {
    padding-bottom: 0px;
  }
  .btn-dmkt {
    padding: 3px;
    font-size: 14px;
    text-align: center;
    text-wrap: nowrap;
  }
  .border-end{
    border-right: 0 !important;
  }
  .wrapper-page{
    /* padding-top: 40px; */
    padding-bottom: 40px;
  }
  .line{
    margin: 20px 0;
  }
  .table-category{
    overflow-x: auto;
  }
  .list-item-wrapper {
    max-width: 100%;
    gap: 10px;
  }
  .item-wrapper {
    min-height: 30px;
    padding: 0 10px;
    font-size: 16px;
  }
  .search_option {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .search_option .form-check-inline {
    min-width: 120px;
    font-size: 15px;
    cursor: pointer;
  }
  .title-header {
   font-size: 16px;

  }
  .title1 {
      text-transform: uppercase;
      font-size: 30px;
      display: block;
  }
  .title2 {
      text-transform: uppercase;
      font-size: 24px;
  }
  .title3 {
      text-transform: capitalize;
      font-size: 24px;
      display: none;
  }
  .font-24 {
    font-size: 20px !important;
  }
  .font-26 {
    font-size: 22px !important;
  }
  .font-22 {
    font-size: 18px !important;
  }
  .content-facility {
    padding-left: 3px;
  }
  .title-primary {
    font-size: 20px;
  }
  .card-item .title-primary {
    font-size: 18px;
  }
  .icon-default-big {
    font-size: 70px;
  }
  .icon-default {
    font-size: 30px;
  }
  .logo {
    max-width: 60px;
  }
  .btn-login {
    padding: 10px 10px;
    font-size: 14px;
    display: none;
  }
  .navbar-toggler {
      margin-top: 5px;
      border-color: rgba(255, 255, 255, 0.5);
      color: transparent;
      
  }
  .navbar-toggler-icon {
    width: 1.1em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");


  }
  .title-look-up{
    font-size: 20px;
  }
  .box-look-up .title-look-up {
    font-size: 20px;
  }
  .content-banner{
    padding: 60px 10px 20px 10px
    
  }
  .input-search {
    width: 95%;
  }
  .input-search input {
    height: 45px !important;

  }
  .search-sum-close {
    padding-top: 12px;
  }
  .input-search .btn-close {
    padding-top: 22px;
  }
}

@media (max-width: 575px) {
  .custom-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .box-slide{
    padding: 10px;
  }
  .title-header {
    font-size: 14px;
   }
  .slider-look-up .card{
    padding: 20px;
  }
  .title-look-up{
    font-size: 28px;
  }
  .containers{
    flex-wrap: wrap;
  }
  .col-1{
    flex: 100%;
    padding: 0 0 20px;
    
  }
  .col-2{
    flex: 100%;
    padding: 0;
    margin-top: 25px;
  }
 
}

.hospital-card {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 1px;
  /* width: 555px;  */
}

.card-title-custom {
  /* font-size: 0.9rem !important;     */
  font-family: Roboto, sans-serif!important;
  margin-bottom: 10px;
  color: #005ff0 !important;
  text-align: justify !important;
  line-height: 22px;
  font-weight: 600;
}
.text-primary {
  color: #005ff0 !important;
}

.logo-list {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 2px;
}

.rating {
  display: flex;
  align-items: center;
  margin-top: 0;
  font-family: Roboto, sans-serif !important;
  color: #ffb54a;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  /* width: 70%; */
}

.rating-value {
  font-size: 1.2em;
  margin-right: 10px;
}
.checked {
  color: orange;
}

.font-icon-star {
  font-size: 50px;
}

* {
  box-sizing: border-box;
}

.rating-detail {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating-detail > input {
  display: none;
}

.rating-detail > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating-detail > input:checked ~ label,
.rating-detail > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating-detail > input:not(:checked) ~ label:hover,
.rating-detail > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.emoji-wrapper:after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.emoji > svg {
  margin: 15px 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}
#rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}
#rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}
#rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}
#rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}

.feedback {
  max-width: auto;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.chitiet-btn {
  background-color: #fff;
  padding: 10px 16px;
  border: 1px solid #00bfff;
  border-radius: 30px;
  color: #00bfff;
  cursor: pointer;
  margin-right: 10px;
  width: 167px;
  font-weight: 500px;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s ease;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}

.danhgia-btn {
  background-color: #00bfff;
  padding: 10px 16px;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
  width: 167px;
  font-weight: 500px;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s ease;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}

.stars i {
  color: #ff9f43;
  margin: 5px;
}

.active-menu {
  background-color: #0000ff !important;
  color: white !important;
  box-shadow: 15px 15px 20px white;
}

.qr_cn {
  text-align: center;
}

.qr_cn p {
  margin-top: 20px;
}

.qr_cn p img {
  max-width: 200px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.qr_cn h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.qr_cn h4 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.dn_txt {
  margin-top: 50px;
  text-align: center;
}

.dn_txt a {
  color: #339dff;
}

.about {
  color: #000;
  line-height: 24px;
  padding: 70px 0;
  background: url(../images/bg_contemt.png) no-repeat center 0;
}

.img_mobile {
  margin-top: -90%;
  max-width: 100%;
}

.contact {
  text-align: center;
  min-height: 400px;
}

.contact p {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 20px;
  margin: 20px auto 0;
  max-width: 900px;
  line-height: 30px;
}

.d_wrap {
  background: #fff;
  padding-bottom: 50px;
}

.d_wrap ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  box-sizing: border-box;
}

.d_wrap ul li {
  float: left;
  margin-top: 40px;
  width: 48%;
  background: #ebebeb url(../images/ico_pdf.png) no-repeat 20px 20px;
  background-size: 80px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #d7d7d7;
  padding: 20px 20px 20px 120px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

/* 
.d_wrap ul li:nth-child(3){
  background: #ebebeb url(../images/ico_video.png) no-repeat 20px 20px;
  background-size: 80px;
} */
.d_wrap ul li img {
  max-width: 100%;
}

.d_wrap ul li:nth-child(2n) {
  float: right;
}

.d_wrap ul li a {
  margin-top: 10px;
  display: block;
}

.d_wrap ul li p {
  min-height: 66px;
  display: flex;
  align-items: center;
}

.qa {
  padding: 30px;
}

.qa h5 {
  border-top: 1px solid #eee8ea;
  color: #333333;
  font-size: 15px;
  font-weight: 550;
  padding: 15px 0 15px 30px;
  background: url(../../images/ico_remove.png) no-repeat 0 10px;
  cursor: pointer;
}

.qa h5.collapsed {
  background: url(../../images/ico_plus.png) no-repeat 0 10px;
}

.qa div div {
  font-size: 15px;
  text-align: justify !important;
  color: #000;
  line-height: 24px;
  padding: 0 0 15px 30px;
}

.lh_txt {
  text-transform: none !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 24px !important;
  margin-top: 30px !important;
}

.txt_note {
  text-align: center;
  color: #ec3d00;
  padding: 15px 0;
  line-height: 24px;
  margin: 0 auto;
  max-width: 880px;
}

.txt_note a {
  color: #ec3d00;
}

.privacy h3 {
  font-weight: 700;
  font-size: 18px;
  color: #005799;
  margin-top: 30px;
}

.privacy h4 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  padding-left: 10px;
}

.privacy p {
  text-align: left !important;
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.privacy ul li {
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  text-indent: -10px;
  padding-left: 30px;
}

.header-table {
  background-color: #007bff !important; /* Nền xanh */
  color: white !important;             /* Chữ trắng */
  text-align: center;       /* Canh giữa */
  vertical-align: middle;
}

.rate-list {
  margin-top: 20px
}

.rate-list .number-star {
  /* margin-left: 5px; */
  text-align: left;
  width: 35px
}

.rate-list .timeline-star {
  background-color: #eee;
  border-radius: 20px;
  height: 6px;
  position: relative;
  width: calc(100% - 60px)
}

.rate-list .timing {
  background-color: #ff9f00;
  border-radius: 20px;
  left: 0;
  height: 6px;
  position: absolute;
  top: 0
}

.star-rating {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-left: 10px;
}

.rate-list li {
  margin-bottom: 10px; /* Add spacing between list items */
}
.rate-list li:last-child {
  margin-bottom: 0; /* Remove spacing after the last item */
}
.space-rating-star{
  margin-left:4px;
}
h3.sh_faq {
  color: #0090dd;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.pagination-right {
  display: flex;
  justify-content: flex-end;
}

.table-mobile td {
  padding: 8px;
  border: 1px solid #ddd;
}

.table-mobile .table-thead {
  color: #6c757d; /* Header text color */
  font-size: 0.875rem; /* Smaller font */
  margin-bottom: 0px; /* Space between header and value */
}

@media (max-width: 768px) {
  .table-mobile td {
      padding: 5px; /* Spacing for cleaner layout */
      border: none; /* Remove borders for mobile */
  }
  .btn-export-dmkt {
    display: none !important;
  }
  .table-mobile tr {
      border-bottom: 1px solid #ddd; /* Separate rows visually */
  }

  .table-mobile td .table-thead {
      display: block; /* Display header above value */
      margin-bottom: 4px;
      font-weight: bold;
  }

  .flex-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }
  
}

.card-item-custom-mb{
  border-radius: 8px;
  border: 1px solid rgb(231, 234, 237);
  margin-bottom: 10px;
}
