:root {
  --Grey-Color-Black: #212121;
  --Primary-Color-main: #008d45;
  --Second-Color-blue: #314d8e;
  --Second-Color-Red: #e5322b;
}

.uk-slidenav {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 0 5px;
}

.gallery-list .uk-slide-active > * {
  position: relative;
  z-index: 333;
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  vertical-align: middle;
}

.tm-header .uk-margin-auto-left > div {
  margin-left: -74px;
}
.tm-header .uk-margin-auto-left > div > div {
  padding-left: 74px;
}
.tm-header .tm-headerbar {
  border-bottom: 1px solid #ebf6f0;
}

.tm-header .uk-nav-secondary > li > a {
  transition: all 0.2s;
}
.tm-header .uk-nav-secondary > li > a:hover {
  padding-left: 16px;
}

.row-breadcrumbs {
  padding: 16px 0;
}

.ju-breadcrumbs {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* #tm-dialog-mobile{} */
#tm-dialog-mobile .menu-item a span.uk-nav-parent-icon {
  display: none;
}

/* #tm-dialog-mobile .uk-offcanvas-bar {
  padding-top: 416px;
}

#tm-dialog-mobile .uk-offcanvas-bar > .uk-margin-auto-bottom > .uk-grid {
  margin-left: 0;
}
#tm-dialog-mobile .uk-offcanvas-bar > .uk-margin-auto-bottom > .uk-grid > * {
  padding-left: 0;
}
#tm-dialog-mobile
  .uk-offcanvas-bar
  > .uk-margin-auto-bottom
  > .uk-grid
  > *:nth-child(2) {
  margin-top: 0;
}
#tm-dialog-mobile
  .uk-offcanvas-bar
  > .uk-margin-auto-bottom
  > .uk-grid
  > *:nth-child(2)
  > .uk-panel {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

/* button uk-modal-close-outside css */
.uk-modal-close-outside.ju-custom {
  display: flex;
  font-size: 16px;
  gap: 2px;
  align-items: center;

  right: 0;
  top: -8px;
  transform: translate(0%, -100%);
}

/* Menu Giới thiệu */
.menu-gioithieu {
  width: 282px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.08);
}

.menu-gioithieu > ul.uk-nav > li:nth-child(n + 2) {
  margin-top: 7px;
}

.menu-gioithieu > ul.uk-nav > li > a {
  padding: 8px;
  border-radius: 8px;

  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}

.menu-gioithieu > ul.uk-nav > li > a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.834 14.1663L15.0007 9.99967L10.834 5.83301' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 14.1663L9.16667 9.99967L5 5.83301' stroke='%23212121' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.menu-gioithieu > ul.uk-nav > li.uk-active > a::before,
.menu-gioithieu > ul.uk-nav > li:hover > a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.834 14.1663L15.0007 9.99967L10.834 5.83301' stroke='%23008D45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 14.1663L9.16667 9.99967L5 5.83301' stroke='%23008D45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.menu-gioithieu li {
  position: relative;
}

.menu-gioithieu .uk-nav-parent-icon {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.menu-gioithieu > ul.uk-nav > li:hover .uk-nav-parent-icon {
  color: var(--Primary-Color-main);
}

.menu-gioithieu ul.uk-nav-sub {
  padding: 0 0 0 8px;
}
.menu-gioithieu ul.uk-nav-sub > li > a {
  font-size: 16px;
  padding: 8px 16px;
  transition: 0.2s;
}
.menu-gioithieu ul.uk-nav-sub > li:hover > a,
.menu-gioithieu ul.uk-nav-sub > li.uk-ac-tive > a {
  color: var(--Primary-Color-main);
  background: #ebf6f0;
  text-decoration: underline;
  padding-left: 20px;
}

/* menu giới thiệu mobile */
#menu-gt-mobile > ul > li {
  border-bottom: 1px solid rgba(0, 141, 69, 0.2);
}

#menu-gt-mobile li {
  position: relative;
}

#menu-gt-mobile > ul > li > a {
  padding: 14px 16px;

  color: #666;
  font-weight: 500;
}
#menu-gt-mobile > ul > li.uk-active > a {
  color: var(--Primary-Color-main);
}

#menu-gt-mobile .uk-nav-parent-icon {
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

#menu-gt-mobile > ul.uk-nav > li:hover .uk-nav-parent-icon {
  color: var(--Primary-Color-main);
}

#menu-gt-mobile .uk-nav-sub {
  margin-top: 22px;
  padding: 0 0 0 40px;
}
#menu-gt-mobile .uk-nav-sub > li > a {
  padding: 13px 0;
  font-size: 18px;
}

/* Popup gian đoạn */
.item-popup-gt {
  display: none;
}
.item-popup-gt.uk-open {
  display: flex;
}
.item-popup-gt > div {
  flex: unset;
  margin: auto;
  padding: 24px;
  border-radius: 16px;
  width: 894px;
}
.item-popup-gt > div > div .uk-width-auto\@s {
  padding-top: 144px;
  width: 50%;
}
.item-popup-gt .el-meta {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.8px;

  position: absolute;
  left: 0px;
  top: 0px;
}

.item-popup-gt.odd .el-meta {
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Primary-Color-main, #008d45);
}
.item-popup-gt.even .el-meta {
  color: var(--Primary-Color-main);
}

.item-popup-gt .uk-padding {
  padding: 24px 16px;
}

.item-popup-gt .el-content {
  margin-top: 24px;
  color: var(--Grey-Color-Black);
  font-size: 16px;
  padding-right: 11px;

  max-height: 425px;
  overflow-y: auto;
}

.item-popup-gt .el-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #f3f3f3;
}

.item-popup-gt .el-content::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.item-popup-gt .el-content::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 10px;
}

.item-popup-gt p {
  margin: 0 0 16px 0;
}
.item-popup-gt * + p {
  margin-top: 16px;
}

/* Page Video */
.video-list > div.uk-grid-margin,
.gallery-list > div.uk-grid-margin {
  margin-top: 24px;
}
.video-item a {
  display: block;
  width: 100%;
  text-decoration: none;

  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 10px 20px -10px rgba(50, 50, 93, 0.25);
  padding: 12px;
  box-sizing: border-box;
}
.ju-image img {
  aspect-ratio: 250 / 142;
  width: 100%;
  height: auto;
}
.ju-image {
  border-radius: 8px;
  width: 100%;
}
.video-item .ju-image::before {
  content: "";
  width: 32px;
  height: 32px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath opacity='0.8' d='M12 11.72V20.28C12 20.92 12.28 21.3867 12.84 21.68C13.4 21.9733 13.9467 21.9467 14.48 21.6L21.12 17.36C21.6267 17.0667 21.88 16.6133 21.88 16C21.88 15.3867 21.6267 14.9333 21.12 14.64L14.48 10.4C13.9467 10.0533 13.4 10.0267 12.84 10.32C12.28 10.6133 12 11.08 12 11.72ZM16 32C13.7867 32 11.7067 31.5797 9.76 30.7392C7.81333 29.8987 6.12 28.7589 4.68 27.32C3.24 25.88 2.10027 24.1867 1.2608 22.24C0.421333 20.2933 0.00106667 18.2133 0 16C0 13.7867 0.420267 11.7067 1.2608 9.76C2.10133 7.81333 3.24107 6.12 4.68 4.68C6.12 3.24 7.81333 2.10027 9.76 1.2608C11.7067 0.421333 13.7867 0.00106667 16 0C18.2133 0 20.2933 0.420267 22.24 1.2608C24.1867 2.10133 25.88 3.24107 27.32 4.68C28.76 6.12 29.9003 7.81333 30.7408 9.76C31.5813 11.7067 32.0011 13.7867 32 16C32 18.2133 31.5797 20.2933 30.7392 22.24C29.8987 24.1867 28.7589 25.88 27.32 27.32C25.88 28.76 24.1867 29.9003 22.24 30.7408C20.2933 31.5813 18.2133 32.0011 16 32ZM16 28.8C19.5467 28.8 22.5669 27.5536 25.0608 25.0608C27.5547 22.568 28.8011 19.5477 28.8 16C28.8 12.4533 27.5536 9.43307 25.0608 6.9392C22.568 4.44533 19.5477 3.19893 16 3.2C12.4533 3.2 9.43307 4.4464 6.9392 6.9392C4.44533 9.432 3.19893 12.4523 3.2 16C3.2 19.5467 4.4464 22.5669 6.9392 25.0608C9.432 27.5547 12.4523 28.8011 16 28.8Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-item .ju-image img {
  width: 100%;
}
.ju-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 0;

  transition: 0.15s;
}
.video-item a:hover .ju-title {
  color: var(--Primary-Color-main);
}
.ju-date {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.ju-pagination {
  justify-content: center;
  margin-top: 32px;
}

/* Hình ảnh */
.gallery-card {
  display: block;
  width: 100%;
  text-decoration: none;

  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 10px 20px -10px rgba(50, 50, 93, 0.25);
  padding: 12px;
  box-sizing: border-box;

  cursor: pointer;
}
.gallery-card:hover .ju-title {
  color: var(--Primary-Color-main);
}
.gallery-small {
  margin-top: 8px;
  margin-left: -3px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery-small > * {
  padding-left: 3px;
}
.gallery-small img {
  width: 100%;
  aspect-ratio: 60 / 43;
  object-fit: cover;
  border-radius: 4px;
}
.gallery-small > span {
  font-size: 14px;
  color: #fff;
  text-wrap: nowrap;
  border-radius: 4px;
  background: #00000080;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  right: 0;
  top: 0;

  aspect-ratio: 60 / 43;
  height: 100%;
  width: auto;
}

.ju-slider-modal {
  height: 80vh;
}
.ju-slider-modal img {
  width: auto;
  max-height: 100%;
}
.ju-slider-modal > div,
.ju-slider-modal > div > div,
.ju-slider-modal > div > div > div {
  height: 100%;
}
.modal-slider .element-bar-custom {
  margin-top: 24px;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.301);

  position: relative;
}
.modal-slider .bar-percent {
  width: 10%;
  height: 3px;
  background: #fff;
  transition: 0.2s;

  position: absolute;
  top: 0;
  left: 0;
}

#table-vanban {
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  overflow-y: auto;

  width: 869px;
}
#table-vanban .css-child-width:first-child > div {
  background: #ebf6f0;
}

#table-vanban .css-child-width:first-child > div > div {
  color: var(--Grey-Color-Black);
  font-size: 16px;
  padding: 15px 10px;
  text-align: center;
  box-sizing: border-box;
}
#table-vanban .css-child-width:first-child > div:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
#table-vanban .css-child-width:not(:first-child) {
  border-top: 1px solid #e4e4e4;
}
#table-vanban .css-child-width:not(:first-child) > div {
  padding: 13px 10px;
}
#table-vanban .css-child-width:not(:first-child) > div > div {
  color: var(--Grey-Color-Black);
  font-size: 18px;
  font-weight: 500;
  text-align: center;

  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.css-child-width > div:nth-child(1) {
  width: 55px;
}
.css-child-width > div:nth-child(2) {
  width: 115px;
}
.css-child-width > div:nth-child(3) {
  width: 128px;
}
.css-child-width > div:nth-child(4) {
  width: 149px;
}
.btn-download a::before {
  content: unset;
}

#dichvu-table,
#daotao-table {
  border: 1px solid #e4e4e4;
  border-radius: 16px 16px 0 0;
  width: 1200px;
  box-sizing: border-box;
}
#dichvu_table .dichvu_header:first-child,
#daotao-table .daotao_header:first-child {
  border-radius: 16px 16px 0 0;
}
#dichvu_table .dichvu_header:nth-child(2) > div,
#daotao-table .daotao_header:nth-child(2) > div {
  padding: 11px 9px;
}
.dichvu_header,
.daotao_header {
  display: flex;
  background: #f3f3f3;
  border-bottom: 1px solid #e4e4e4;
}
.dichvu_header > *,
.daotao_header > * {
  padding: 16px 9px;
  box-sizing: border-box;
  text-align: center;

  color: var(--Grey-Color-Black);
  font-size: 16px;
}
.dichvu_header > *:not(:last-child),
.daotao_header > *:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
.dichvu_body > .ju-row:not(:last-child),
.daotao_body > .ju-row:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}
.ju-row {
  display: flex;
}
.ju-row > * {
  padding: 16px 9px;
  box-sizing: border-box;
  text-align: center;

  color: var(--Grey-Color-Black);
  font-size: 16px;
}
.ju-row > *:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
#dichvu-table > form > div:nth-child(1) {
  border-radius: 16px 16px 0 0;
}
.dichvu_header > :nth-child(1),
.dichvu_body .ju-row > :nth-child(1) {
  width: 78px;
}
.dichvu_header > :nth-child(2),
.dichvu_body .ju-row > :nth-child(2) {
  width: 162px;
}
.dichvu_header > :nth-child(3),
.dichvu_body .ju-row > :nth-child(3) {
  width: 170px;
}
.dichvu_header > :nth-child(4),
.dichvu_body .ju-row > :nth-child(4) {
  flex-grow: 999;
  text-align: left !important;
}
.dichvu_header > :nth-child(5),
.dichvu_header > :nth-child(6),
.dichvu_header > :nth-child(7),
.dichvu_body .ju-row > :nth-child(5),
.dichvu_body .ju-row > :nth-child(6),
.dichvu_body .ju-row > :nth-child(7) {
  width: 180px;
}

.daotao_body .ju-row > * {
  text-align: left;
  display: flex;
  align-items: center;
}
.daotao_body .ju-row > * a {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.daotao_body .ju-row > * a:hover {
  color: var(--Primary-Color-main);
  text-decoration: unset;
}
.daotao_header > :nth-child(1),
.daotao_body .ju-row > :nth-child(1) {
  width: 60px;
  justify-content: center;
}
.daotao_header > :nth-child(2),
.daotao_body .ju-row > :nth-child(2) {
  width: 162px;
}
.daotao_header > :nth-child(3),
.daotao_body .ju-row > :nth-child(3) {
  width: 170px;
}
.daotao_header > :nth-child(4),
.daotao_body .ju-row > :nth-child(4) {
  flex-grow: 999;
}
.daotao_header > :nth-child(5),
.daotao_body .ju-row > :nth-child(5) {
  width: 152px;
  justify-content: center;
}
.daotao_header > :nth-child(6),
.daotao_body .ju-row > :nth-child(6) {
  width: 136px;
}
.daotao_header > :nth-child(7),
.daotao_body .ju-row > :nth-child(7) {
  width: 164px;
}
.daotao_header > :nth-child(8),
.daotao_body .ju-row > :nth-child(8) {
  width: 107px;
}
#daotao-table .uk-button-primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  padding: 0 12px;
}
.table-custom .uk-input {
  height: 36px;
  background: #e4e4e4;
  border-radius: 8px;
  font-size: 16px;
}
.table-custom .uk-input::placeholder {
  color: #666;
}
.daotao_header .uk-input:hover {
  table-custom-color: var(--Primary-Color-main);
}
.table-custom .uk-input:hover::placeholder {
  color: var(--Grey-Color-Black);
}
.table-custom .uk-select {
  height: 36px !important;
  background: #e4e4e4;
  border-radius: 8px;
  font-size: 16px;
  color: #666;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.5 7L4.5 7L10 13L15.5 7Z' fill='%23666666'/%3E%3C/svg%3E") !important;
  background-position: 95% 50% !important;
}
.table-custom .uk-select:hover {
  border-color: var(--Primary-Color-main);
}
.table-custom .uk-input:hover::placeholder {
  color: var(--Grey-Color-Black);
}

.filter-loai-benh .item {
  cursor: pointer;
  transition: all .3s;
  text-decoration: unset;
}
.filter-loai-benh .item:hover,.filter-loai-benh .item.uk-active {
  border-color: #008d45;
  background: #008d45;
  color: #fff;
}



@media (max-width: 959px) {
  .row-breadcrumbs {
    margin-top: 16px !important;
  }
  .item-popup-gt {
    padding: 40px 15px;
  }
}

@media (max-width: 639px) {
  .item-popup-gt > div {
    padding: 32px 16px;
    height: 100%;
  }
  .item-popup-gt > div > div.uk-panel {
    max-height: 100%;
    overflow-y: auto;
  }
  .item-popup-gt .uk-padding {
    padding: 0;
  }
  .item-popup-gt > div > div .uk-width-auto\@s {
    width: 100%;
  }
  .item-popup-gt .el-image {
    width: 100%;
  }
  .item-popup-gt .el-content {
    max-height: unset;
    overflow-y: unset;
  }
}
