@import url("../../fontawesome-free-6.4.2-web/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "DB Ozone";
  src: url("../../fonts/DB Ozone/DB Ozone X Med v3.2.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; 
  font-display: swap;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px; } }
/* .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../layout/images/icons/arrow-right.png") no-repeat;
  margin-right: 10px; } */
  
  .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
  }

.breadcrumb-item {
  display: flex;
  align-items: center; }

.breadcrumb {
  --bs-breadcrumb-item-active-color: #006664; }
  .breadcrumb a {
    color: #1E1E1E; }

.navbar {
  --bs-navbar-nav-link-padding-x: 30px; }

.form-select {
  border: 1px solid #006664;
  color: #006664;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../../layout/images/icons/icon-select.png");
  background-size: auto; }

.btn {
  border: 1px solid #006664;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  --bs-btn-padding-x: 25px; }
  .btn.btn-submit {
    color: #fff;
    background: #006664; }
  .btn.btn-reset {
    color: #006664; }
  .btn.active, .btn:hover {
    color: #fff !important;
    background: #006664 !important; }

.btn-light-green {
  background: #b2bb1c;
  color: #1E1E1E;
  border-color: #b2bb1c; }

.btn-related {
  color: #1E1E1E;
  border-color: #b2bb1c;
  font-size: 16px; }
  .btn-related.active, .btn-related:hover {
    color: #1E1E1E !important;
    background: #b2bb1c !important;
    border-color: #b2bb1c; }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #006664;
  --bs-btn-border-color: #006664;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #146b42;
  --bs-btn-hover-border-color: #146b42;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146b42;
  --bs-btn-active-border-color: #146b42;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #006664;
  --bs-btn-disabled-border-color: #006664; }

.form-check {
  display: block;
  min-height: 27px;
  padding-left: 35px;
  margin-bottom: 5px; }

.form-check .form-check-input {
  float: left;
  margin-left: -35px; }

.form-check-input {
  width: 20px;
  height: 20px;
  border: var(--bs-border-width) solid #b2bb1c; }

.form-check-input:checked {
  background-color: #b2bb1c;
  border-color: #b2bb1c; }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link::after {
  color: #006664; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  /* vertical-align: .255em; */
  vertical-align: .055em;
  content: "";
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: rgba(217, 217, 217, 0.65);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  right: -25px; }
  .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    height: 50px;
    width: 50px;
    font-size: 38px;
    color: #006664;
    display: flex;
    text-align: center;
    justify-items: center;
    align-items: center;
    justify-content: center; }

.owl-carousel .owl-nav button.owl-prev {
  left: -25px; }

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #006664;
  color: #fff; }

.breadcrumb {
  --bs-breadcrumb-divider-color: #006664;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis; }

::placeholder {
  color: #006664;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #006664; }

a {
  color: #006664; }

.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal; }

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal; }

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal; }

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal; }

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal; }

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal; }

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal; }

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal; }

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal; }

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic; }

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic; }

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic; }

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic; }

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic; }

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic; }

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic; }

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic; }

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic; }

* {
  font-family: "Kanit", sans-serif;
  /* font-family: "DB Ozone", sans-serif; */
  font-weight: 300; }

a {
  text-decoration: none; }

.font-12 {
  font-size: 12px !important; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px !important; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

  .font-22 {
  font-size: 22px; }

.font-24 {
  font-size: 24px; }

.font-26 {
  font-size: 26px; }

.font-32 {
  font-size: 32px; }

.font-36 {
  font-size: 36px; }

.font-38 {
  font-size: 38px; }

.text-green {
  color: #006664; }

.text-black-green {
  color: #005b41; }

.text-light-green {
  color: #b2bb1c; }

.text-blue {
  color: #006664; }

.text-gray {
  color: #707070; }

.h-box {
  border-top: 5px solid #006664;
  padding: 10px 15px; }

.btn-custom {
  color: #0ba277;
  border: 1px solid #0ba277;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px; }

hr {
  background-color: #b2bb1c;
  /* Change to your desired color */
  height: 1px;
  /* Adjust thickness if needed */
  border: none;
  /* Remove default border */ }

.truncated-1line {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
.truncated-2line {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.truncated-3line {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
.truncated-4line {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }



.header-top {
  color: #1E1E1E;
  border-bottom: 1px solid #d9d9d9;
  /* padding: 15px 0;  */
  padding: 5px 0; 
  }
  .header-top .scale-menu {
    height: 40px; }
    .header-top .scale-menu .nav-link {
      padding: 0;
      padding-left: 15px;
      padding-right: 15px;
      height: 40px;
      display: flex;
      align-items: center;
      color: #1E1E1E;
      border-radius: 50%; }
      .header-top .scale-menu .nav-link.active, .header-top .scale-menu .nav-link:hover {
        background: rgba(0, 102, 100, 0.15);
        color: #006664; }
  .header-top .search-link, .header-top .lang-link {
    color: #006664;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
  .header-top .logo {
    /* max-width: 250px;  */
    max-width: 274px; 
    width: 274px; 
  }
  .logo-img {
    height: 70px !important;
  }

.block-nav {
  background-color: #fff; }

.navbar-nav {
  --bs-nav-link-color: #1E1E1E;
  --bs-nav-link-hover-color: #1E1E1E; }

.navbar {
  --bs-navbar-active-color: #1E1E1E;
  --bs-navbar-toggler-border-color: 0;
  margin: 0;
  padding: 0; }
  .navbar .navbar-toggler {
    background-color: #fff; }
  @media (min-width: 992px) {
    .navbar .main-menu .nav-link {
      display: flex;
      align-items: center; } }
  .navbar .main-menu .nav-link.active, .navbar .main-menu .nav-link:hover {
    border-bottom: 4px solid #0ba277; }

footer {
  background: linear-gradient(87deg, #E9F3F2 0%, #E1F2E5 50%, #DDF3D2 100%);
  border-bottom: 10px solid #006664;
  padding: 30px 0; }

.block-banner {
  /* background: url("../../layout/images/web/banner/BannerKUKR.webp") #272727 no-repeat top center; */
  /* background-size: 100%; */
  /* background-size: cover; */
  padding: 50px 0; }
  .block-banner .box-detail {
    width: 630px;
    max-width: 100%; }
    .block-banner .box-detail h3 {
      font-size: 34px;
      font-weight: 400; }
    .block-banner .box-detail h4 {
      font-size: 24px;
      font-weight: 400; }
    .block-banner .box-detail .box-logo img {
      max-width: 90px; }
  .block-banner .box-count {
    max-width: 425px; }
  .block-banner .box-search .input-group {
    border-radius: 5px !important;
    overflow: hidden; }
  .block-banner .box-search .form-control {
    padding: 0;
    border: none; }
  .block-banner .box-search select {
    max-width: 200px;
    height: 60px;
    padding-left: 15px !important; }
  .block-banner .box-search #textSearch {
    width: 100%;
    border: none;
    height: 60px;
    padding-left: 15px !important;
    color: #006664;
    border-radius: 0;
    border-left: 1px solid #006664;
    margin-left: 1px; }
    .block-banner .box-search #textSearch::placeholder {
      color: #006664;
      opacity: 1;
      /* Firefox */ }
    .block-banner .box-search #textSearch::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #006664; }
  .block-banner .box-search .btn-search {
    background: #006664;
    border-radius: 5px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    width: 40px;
    min-height: 40px; }
  @media (max-width: 575.98px) {
    .block-banner .box-search .form-select, .block-banner .box-search .textSearch {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .block-banner .box-search .btn-search {
      top: auto;
      bottom: 20px; } }

.circle {
  border-radius: 100%; }

.box-top-slide {
  position: relative; }
  .box-top-slide .owl-carousel .owl-stage-outer {
    border-radius: 20px; }

.wrap-box {
  padding: 30px;
  border-radius: 10px;
  background: rgba(232, 242, 240, 0.9); }

.box-category-list {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 10px;
  background: #fff; }
  .box-category-list:hover {
    border: 1px solid #006664; }
  .box-category-list .title-link {
    color: #292d32;
    font-size: 16px;
    display: block;
    padding: 5px 0;
    min-height: 60px; }
  .box-category-list img {
    width: auto !important; }
  .box-category-list .number {
    color: #b2bb1c; }

.owl-carousel .owl-item .box-category-list img {
  width: auto !important; }

.bg-custom-gradient {
  background: linear-gradient(269.42deg, rgba(233, 243, 242, 0) 0.5%, rgba(0, 102, 100, 0.455) 99.5%); }

.box-category {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .box-category div:nth-child(3n - 1) {
      margin-left: auto !important;
      margin-right: auto !important;
      display: flex;
      justify-content: center; }
    .box-category div:nth-child(3n) {
      display: flex;
      justify-content: end; } }
  .box-category a {
    display: block;
    padding: 30px;
    width: 390px;
    min-height: 206px;
    max-width: 100%;
    align-items: center;
    gap: 31px;
    border-radius: 5px;
    color: #1E1E1E;
    box-shadow: 0px 4px 10px 0px rgba(231, 231, 231, 0.6);
    background: linear-gradient(113.83deg, #f4fefb 0%, #eff8f3 100%);
    text-align: center;
    margin-bottom: 30px;
    color: #005b41;
    font-size: 24px; }
    .box-category a img {
      margin-bottom: 10px; }
    .box-category a:hover {
      background: rgba(53, 162, 11, 0.1); }

.book-list-slide {
  border-bottom: 1px solid #b2bb1c; }
  .book-list-slide .book-img {
    min-width: 110px; 
  }
  .book-list-slide .book-img img{
    height: 146px !important;
  }
  .book-list-slide .icon {
    width: 14px !important;
    height: 12px !important; }

.category-slide .owl-carousel .owl-nav button.owl-next, .category-slide .owl-carousel .owl-nav button.owl-prev {
  right: 0;
  top: -55px;
  background: rgba(0, 102, 100, 0.15);
  transition: 0.5s; }
  .category-slide .owl-carousel .owl-nav button.owl-next span, .category-slide .owl-carousel .owl-nav button.owl-prev span {
    color: #006664; }
  .category-slide .owl-carousel .owl-nav button.owl-next:hover, .category-slide .owl-carousel .owl-nav button.owl-prev:hover {
    background: #dfece9; }
    .category-slide .owl-carousel .owl-nav button.owl-next:hover span, .category-slide .owl-carousel .owl-nav button.owl-prev:hover span {
      color: #292d32; }
.category-slide .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 50px; }

.treebox-slide .owl-carousel .owl-nav button.owl-next, .treebox-slide .owl-carousel .owl-nav button.owl-prev {
  top: calc(50% - 25px);
  background-color: transparent;
  right: -35px; }
  .treebox-slide .owl-carousel .owl-nav button.owl-next span, .treebox-slide .owl-carousel .owl-nav button.owl-prev span {
    font-size: 48px;
    color: #b2bb1c;
    transition: 0.5s; }
  .treebox-slide .owl-carousel .owl-nav button.owl-next:hover span, .treebox-slide .owl-carousel .owl-nav button.owl-prev:hover span {
    opacity: .5; }
.treebox-slide .owl-carousel .owl-nav button.owl-prev {
  left: -35px; }

.owl-dots {
  text-align: center;
  margin-top: 15px; }
  .owl-dots .owl-dot {
    height: 12px;
    margin: 0 5px; }
    .owl-dots .owl-dot span {
      background: #fff;
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      border: 1px solid #b2bb1c; }
    .owl-dots .owl-dot.active span {
      background: #b2bb1c; }

.nav-pills {
  border-bottom: 1px solid #b2bb1c;
  text-align: center; }
  .nav-pills .nav-link {
    color: #006664;
    font-size: 24px;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px 30px; }
    .nav-pills .nav-link.active {
      color: #005b41;
      font-weight: 400;
      border-bottom: 4px solid #0ba277;
      background-color: transparent; }

.blue-card {
  background: rgba(0, 102, 100, 0.949);
  padding: 30px; }
  .blue-card .book-img {
    min-width: 140px; }
    .blue-card .book-img img {
      width: 100%; }

.book-link {
  max-width: 128px;
  border-bottom: 1px solid #b2bb1c; }
  .book-link .title-box {
    min-height: 80px;
    font-size: 16px; }
    .book-link .title-box a {
      color: #292d32; 
      font-weight: 500;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
    }

.box-tag-related-container .box-tag-related {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 100%;
  transition: 0.5s; }
  .box-tag-related-container .box-tag-related.collapsed {
    max-height: calc(10 * 40px);
    transition: 0.5s; }
.box-tag-related-container .see-more {
  margin-top: 10px; }

@media (max-width: 767.98px) {
  .tab-box .nav-pills {
    border-bottom: 1px solid #b2bb1c;
    text-align: left;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start !important; } }

@media (max-width: 1199.98px) {
  .navbar {
    --bs-navbar-nav-link-padding-x: 20px; } }
.block-breadcrumb {
  background: #e8f2f0;
  padding: 10px 0; }
  .block-breadcrumb .breadcrumb {
    margin-bottom: 0; }

.block-search .box-search .input-group {
  border-radius: 10px !important;
  overflow: hidden;
  border-color: #006664 !important; }
.block-search .box-search .form-control {
  padding: 0;
  border: none; }
.block-search .box-search select {
  max-width: 200px;
  height: 60px;
  padding-left: 15px !important; }
.block-search .box-search #textSearch {
  /* width: 100%; */
  width: 90%;
  border: none;
  height: 60px;
  padding-left: 15px !important;
  color: #006664;
  border-radius: 0;
  border-left: 1px solid #006664;
  margin-left: 1px; }
  .block-search .box-search #textSearch::placeholder {
    color: #006664;
    opacity: 1;
    /* Firefox */ }
  .block-search .box-search #textSearch::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #006664; }
.block-search .box-search .btn-search {
  background: #006664;
  border-radius: 10px !important;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  width: 40px;
  min-height: 40px; }
@media (max-width: 575.98px) {
  .block-search .box-search .form-select, .block-search .box-search .textSearch {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
  .block-search .box-search .btn-search {
    top: auto;
    bottom: 20px; } }

.filter-select {
  height: 50px;
  width: 225px; }

.bg-default {
  background: #e8f2f0; }

.text-filter {
  border: 1px solid #006664;
  height: 50px;
  /* background: url("../../layout/images/icons/search.png") #fff no-repeat calc(100% - 15px) 15px;  */
}

.btn-search-inresult {
  width: 30px;
  height: 30px;
  border-style: none;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  color: #006664;
  pointer-events: painted;
  top: 8px;
}

.box-filter h4 {
  font-size: 18px;
  font-weight: normal;
  color: #006664;
  cursor: pointer;
  width: 100%;
  display: block;
  border-top: 1px solid #b2bb1c;
  margin: 0;
  padding: 15px 0 15px 0;
  background: url(../../layout/images/icons/down.png) no-repeat 100%; }
.box-filter h4.no-children {
  background: none !important;
  cursor: default; }
.box-filter h4.open {
  background: url(../../layout/images/icons/up.png) no-repeat 100%; }
.box-filter .box-list .form-check {
  /* display: none;  */
  display: block; 
}
.box-filter .box-list .form-check:nth-child(-n+5) {
  display: block; }
.box-filter .box-list.expanded .form-check {
  display: block; }
.box-filter .filter-see-more {
  cursor: pointer;
  margin-bottom: 10px; }

.box-filter-button {
  border-top: 1px solid #b2bb1c;
  margin: 0;
  padding: 15px 0 15px 0; }

.tools-link .btn-tool-link {
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #006664; }
.tools-link .btn-tool-link:hover svg path {
    fill: #FFF; }
.tools-link .btn-link-default {
  border-radius: 10px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  color: #006664; }

.box-content-list {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .box-content-list .box-detail h3 {
      max-height: 81px; } }

.input-page {
  border-radius: 5px;
  border: 1px solid #006664;
  width: 40px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  background: transparent; }

.select-page .form-select {
  border-radius: 5px; }

.page-link:hover {
  opacity: .5; }

.btn-link-tag {
  color: #006664; }

.btn-green-light {
  border-color: #b2bb1c; }

.tbl-list tr td {
  padding: 10px 0; }
  .tbl-list tr td:first-child {
    color: #006664;
    vertical-align: top;
    padding-right: 15px;
    width: 120px; }
.tbl-list .btn-green-light {
  color: #545454;
  padding: 2px 15px;
  font-weight: 200; }
@media (max-width: 575.98px) {
  .tbl-list tr {
    display: block;
    margin-bottom: 10px; }
    .tbl-list tr td {
      display: block;
      width: 100%;
      padding: 0 0 5px 0; } }

.section-two {
  height: 0;
  /* Initially hidden */
  overflow: hidden; }

.section-two.active {
  height: auto;
  /* Show as flex when active */
  animation: fadeIn 0.3s ease-in-out; }

/* Smooth fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.toggle-section {
  cursor: pointer; }

@media (max-width: 575.98px) {
  .select-page {
    margin-top: 15px;
    width: 100%; }

  .number-result {
    margin-bottom: 15px; } }
.box-right {
  background: #e8f2f0;
  border-radius: 10px;
  padding: 20px; }

.toggle-title {
  color: #006664;
  padding: 10px 0;
  font-weight: 500;
  background: url(../../layout/images/icons/down.png) no-repeat 100%; }
  .toggle-title.active {
    background: url(../../layout/images/icons/up.png) no-repeat 100%; }

.toggle-container {
  border-bottom: 1px solid #b2bb1c; }

.toggle-content {
  margin-top: 5px; }

.list-link a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #b2bb1c; }

.tbl-detail tr td {
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6; }
  .tbl-detail tr td:first-child {
    color: #006664;
    vertical-align: top;
    padding-right: 15px;
    /* width: 120px;  */
    width: 200px; 
}
.tbl-detail .btn-green-light {
  color: #545454;
  padding: 2px 15px;
  font-weight: 200; }
@media (max-width: 575.98px) {
  .tbl-detail tr {
    display: block;
    margin-bottom: 10px; }
    .tbl-detail tr td {
      display: block;
      width: 100%;
      padding: 0 0 5px 0; }
      .tbl-detail tr td:first-child {
        border-bottom: 0; } }

.item-container .item {
  display: none;
  /* Hide all items by default */ }

.item-container .item.visible {
  display: block;
  /* Show only visible items */ }

.card-sum {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px; }

.box-date {
  width: 110px;
  height: 95px; }

.boxbox {
  border-radius: 10px;
  padding: 20px; }
  .boxbox .right {
    min-height: 125px; }

.box-green {
  background: #f1f8f4; }
  .box-green .sum-number {
    color: #59ad80; }

.box-blue {
  background: #f4f4fe; }
  .box-blue .sum-number {
    color: #6e6cf5; }

.box-red {
  background: #ffefef; }
  .box-red .sum-number {
    color: #ff5a5a; }

.box-link-dowload a {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #d6d6d6; }

.main-box.fix_cc{
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
}

.list_img span{
  font-size: 12px !important;
}

.block-cc img {
    width: 50px !important;
}

.cover-search {
  width: 105px !important;
}

/* Table Ku */
.head-table-ku th{
  background-color : #006664;
  color: #ffffff;
  text-align: center;
}

.table-ku thead th:first-child {
  border-top-left-radius: 10px;
}

.table-ku thead th:last-child {
  border-top-right-radius: 10px;
}

.table-ku tbody{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.table-ku tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-width: 0px;
}

.table-ku tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
  border-bottom-width: 0px;
}

/* Table Detail */
.head-table-detail th{
  background-color : #006664;
  color: #ffffff;
  text-align: center;
}

.table-detail thead th:first-child {
  border-top-left-radius: 10px;
}

.table-detail thead th:last-child {
  border-top-right-radius: 10px;
}

.table-detail tbody tr td {
  border: 1px solid #dee2e6;
}

.table-detail tfoot {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.table-detail tfoot td:first-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-width: 0px;
  background-color: #f7f7f7 !important;
}

.table-detail tfoot td:last-child {
  border-bottom-right-radius: 10px !important;
  border-bottom-width: 0px;
  background-color: #f7f7f7 !important;
}

/* Table Author */

.head-table-author th{
  background-color : #006664;
  color: #ffffff;
  text-align: center;
}

.table-author thead th:first-child {
  border-top-left-radius: 10px;
}

.table-author thead th:last-child {
  border-top-right-radius: 10px;
}

.table-author tbody{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.table-author tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-width: 0px;
}

.table-author tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
  border-bottom-width: 0px;
}

/* Table Stat */
.table-stat{
  margin-bottom: 0px;
}

.head-table-stat th{
  background-color : #006664;
  color: #ffffff;
  text-align: center;
}

.table-stat thead th:first-child {
  border-top-left-radius: 10px;
}

.table-stat thead th:last-child {
  border-top-right-radius: 10px;
}

.table-stat tbody{
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.table-stat tbody tr:last-child td {
  border-bottom-width: 0px;
}

.table-stat tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
  /* border-bottom-width: 0px; */
}

.table-stat tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px !important;
  /* border-bottom-width: 0px; */
}

.btn-author-work,
.btn-ku {
  background-color: #006664;
  color: #fff;
}

.btn-author-work:hover {
  color: #006664 !important;
  background: #fff !important;
  border-color: #006664 !important;
}

.pagination-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
  gap: 0.5rem; 
}

.pagination-filter .page-item .page-link{
  border-radius: 5px;
}

.pagination-filter .page-item .page-link{
  color: black;
}

.pagination-filter .page-item .page-link:hover{
  border-color: #006664;
  color: #006664;
}

.pagination-filter .page-item.active .page-link{
  background-color: #006664;
  border-color: #006664;
  color: #ffffff;
}

.block-author-bio,
.block-num-works,
.block-show-works,
.block-site-visitor,
.block-site-download {
  background: #E8F2F0E5;
  border-radius: 10px;
  padding: 10px;
}

.block-link-works {
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 35px;
}

.bio-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0px 20%;
  font-weight: 400;
}

.bio-content span{
  color: #006664;
  font-weight: 400;
}

.btn-author-export:hover svg path{
  fill: #ffffff !important;
}

.title-statistic{
  font-size: 18px;
  font-weight: 400;
}

.num-statistic{
  font-size: 30px;
  font-weight: 400;
  color: #006664;
}

/* .btn-search-stat1 {
  background: #006664;
  border: 1px solid #006664;
  color: #ffffff;
}
.btn-search-stat2 {
  background: #008381;
  border: 1px solid #008381;
  color: #ffffff;
}
.btn-search-stat3 {
  background: #00A09E;
  border: 1px solid #00A09E;
  color: #ffffff;
}
.btn-search-stat4 {
  background: #00BDBA;
  border: 1px solid #00BDBA;
  color: #ffffff;
}
.btn-search-stat5 {
  background: #00DBD7;
  border: 1px solid #00DBD7;
  color: #ffffff;
} */

.btn-search-stat30 {
  background: #002B29;
  border: 1px solid #002B29;
  color: #ffffff;
}
.btn-search-stat29 {
  background: #002F2E;
  border: 1px solid #002F2E;
  color: #ffffff;
}
.btn-search-stat28 {
  background: #003432;
  border: 1px solid #003432;
  color: #ffffff;
}
.btn-search-stat27 {
  background: #003937;
  border: 1px solid #003937;
  color: #ffffff;
}
.btn-search-stat26 {
  background: #003E3C;
  border: 1px solid #003E3C;
  color: #ffffff;
}
.btn-search-stat25 {
  background: #004240;
  border: 1px solid #004240;
  color: #ffffff;
}
.btn-search-stat24 {
  background: #004C4A;
  border: 1px solid #004C4A;
  color: #ffffff;
}
.btn-search-stat23 {
  background: #005350;
  border: 1px solid #005350;
  color: #ffffff;
}
.btn-search-stat22 {
  background: #005A57;
  border: 1px solid #005A57;
  color: #ffffff;
}
.btn-search-stat21 {
  background: #00625F;
  border: 1px solid #00625F;
  color: #ffffff;
}
.btn-search-stat20 {
  background: #006D6A;
  border: 1px solid #006D6A;
  color: #ffffff;
}
.btn-search-stat19 {
  background: #007672;
  border: 1px solid #007672;
  color: #ffffff;
}
.btn-search-stat18 {
  background: #007E7A;
  border: 1px solid #007E7A;
  color: #ffffff;
}
.btn-search-stat17 {
  background: #10817E;
  border: 1px solid #10817E;
  color: #ffffff;
}
.btn-search-stat16 {
  background: #139692;
  border: 1px solid #139692;
  color: #ffffff;
}
.btn-search-stat15 {
  background: #14A09B;
  border: 1px solid #14A09B;
  color: #ffffff;
}
.btn-search-stat14 {
  background: #15ACA6;
  border: 1px solid #15ACA6;
  color: #ffffff;
}
.btn-search-stat13 {
  background: #16B5B0;
  border: 1px solid #16B5B0;
  color: #ffffff;
}
.btn-search-stat12 {
  background: #18C1BB;
  border: 1px solid #18C1BB;
  color: #ffffff;
}
.btn-search-stat11 {
  background: #18C6C0;
  border: 1px solid #18C6C0;
  color: #ffffff;
}
.btn-search-stat10 {
  background: #1AD6CF;
  border: 1px solid #1AD6CF;
  color: #ffffff;
}
.btn-search-stat9 {
  background: #1BD7D1;
  border: 1px solid #1BD7D1;
  color: #ffffff;
}
.btn-search-stat8 {
  background: #20E3DD;
  border: 1px solid #20E3DD;
  color: #ffffff;
}
.btn-search-stat7 {
  background: #31E6DF;
  border: 1px solid #31E6DF;
  color: #ffffff;
}
.btn-search-stat6 {
  background: #42E8E2;
  border: 1px solid #42E8E2;
  color: #ffffff;
}
.btn-search-stat5 {
  background: #53EAE5;
  border: 1px solid #53EAE5;
  color: #ffffff;
}
.btn-search-stat4 {
  background: #64ECE7;
  border: 1px solid #64ECE7;
  color: #ffffff;
}
.btn-search-stat3 {
  background: #76EEEA;
  border: 1px solid #76EEEA;
  color: #ffffff;
}
.btn-search-stat2 {
  background: #87F0ED;
  border: 1px solid #87F0ED;
  color: #ffffff;
}
.btn-search-stat1 {
  background: #87F0ED;
  border: 1px solid #87F0ED;
  color: #ffffff;
}


.box-system-stat {
  width: 180px;
  height: 95px; 
}
.w-120 {
  width: 120px !important;
}

.border-danger {
  border-color: #dc3545;
}

.raduis-input-agrovoc {
  border-radius: 0px 5px 5px 0px;
}

.btn-danger:hover {
  color: #FFFFFF !important;
  background-color: #bb2d3b !important;
  border-color: #bb2d3b !important;
}

.cover-detail {
  width: 171px;
}

.expand_x {
  color: #9D9D9D;
}

.form-control.datepicker {
  border: 1px solid #006664;
  color: #006664;
}

.ui-widget-header {
  border: 1px solid #015656;
  background: #006665 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-widget-header .ui-icon {
  background-image: url(../img/ui-icons_ffffff_256x240.png);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c 50% top repeat-x;
  color: #363636;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.btn-reset {
  background: #cbdfdd;
  border: 1px solid #cbdfdd;
  color: #006664;
  border-radius: 50%;
  padding: 5px 6px;
}

.input-w-30 {
  width: 30% !important;
}

.tableFixHead { 
  overflow: auto;
  max-height: 450px; 
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.tableFixHead thead th { 
  position: sticky;
  top: 0;
  z-index: 1; 
}

.mt-title-topic-stat {
  margin-top: 7px;
}
.mt-table-topic-stat {
  margin-top: 22px;
}
.cursor-pointer {cursor: pointer;}

.clear-button {
  position: absolute;
  right: 65px;
  top: 45%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 30px;
  color: #888;
  cursor: pointer;
  padding: 0;
}

#staticModalGraphBackdrop .nav-tabs button.nav-link {
  color: #006666 !important;
  padding: 10px;
  font-size: 14px !important;
}

.border-left-unset {
  border-left: unset !important;
}

.btn-display-search {
  border-radius: 10px;
  padding: 4px 10px;
}
.btn-display-search:hover svg path {
  fill: #FFF;
}
.btn-display-search.active svg path {
  background-color: #006664;
  fill: #FFF;
}
.btn-doc {
  color: #545454;
  padding: 2px 15px;
  font-weight: 200;
}

.block-register {
  background-color: #E8F2F0E5;
  padding: 20px;
  border-radius: 20px;
}
.block-register .form-group input,
.block-register .form-group select {
  border-color : #006664;
}

.btn-register {
  width: 30% !important;
  background-color: #006664 !important;
  color: #fff;
}

.btn-cancle {
  width: 30% !important;
  background-color: #dc3545 !important;
  border-color: #dc3545;
  color: #fff;
}
.btn-cancle:hover {
  background-color: #b02a37 !important;
  border-color: #b02a37;
}

.block-language a:first-child {
  margin-right: -4px;
}
.link-language {
  background-color: #006664;
  padding: 6px 8px;
  color: #fff;
}
.link-language.active {
  background-color: #B2BB1C;
}
.banner-carousel-img-container {
  width: 100%;
  height: 400px;
}
.banner-carousel-img-container img {
  height: 337px;
  border-radius: 20px;
}

.document-box {
  background-color: #E8F2F0;
  padding: 1rem;
  border-radius: 14px;
}

.content-type-box {
  /* background-color: #E8F2F0; */
  padding: 1rem;
}

.text-lime-green {
  color: #B2BB1C;
}

.bottom-banner {
  padding: 2rem;
  background-color: rgba(0, 102, 100, 0.949);
}
.text-bottom-banner {
  font-size: 24px;
  font-weight: 500;
}


.search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
  padding-top: 3px;
  color: #006664;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 5px;
  border-radius: 50%;
}

.input-search {
  height: 30px;
  width: 30px;
  border-style: none;
  padding: 10px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  /* background-color: #35A20B; */
  /* background: rgba(139, 255, 222, 0.1); */
  background: unset !important;
  padding: 12px 12px 12px 18px;
  color:#006664;
}

.input-search::placeholder {
  color: #006664;
  letter-spacing: 2px;
}

.bg-unset {
  background: unset !important;
}

.btn-search {
  width: 30px;
  height: 30px;
  border-style: none;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #006664;
  pointer-events: painted;;  
}

.btn-search:focus ~ .input-search,
.btn-search.active ~ .input-search {
  width: 160px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid #006664;
}

.input-search:focus {
  width: 160px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid #006664;
}

.icon-search {
  margin-left: -1px;
}

.title-first-lastwork {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.author-first-lastwork {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cover-first-lastwork{
  width: 141px;
}
.font-17 {
  font-size: 17px;
}
.d-contents {
  display: contents;
}
.btn-book{
  border: 1px solid #FA9189;
  background-color: #FA9189;
  color: #9F1107;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-book-chapter{
  border: 1px solid #FCAE7C;
  background-color: #FCAE7C;
  color: #B94904;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-proceed{
  border: 1px solid #FFE699;
  background-color: #FFE699;
  color: #926D00;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-journal{
  border: 1px solid #F9FFB5;
  background-color: #F9FFB5;
  color: #8E9B00;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-multimedia{
  border: 1px solid #CAFFBF;
  background-color: #CAFFBF;
  color: #1A9E00;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-archives{
  border: 1px solid #B3F5BC;
  background-color: #B3F5BC;
  color: #118621;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-patent{
  border: 1px solid #D6F6FF;
  background-color: #D6F6FF;
  color: #0083A8;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-thesis{
  border: 1px solid #A0C4FF;
  background-color: #A0C4FF;
  color: #004FCF;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-dataset{
  border: 1px solid #E2CBF7;
  background-color: #E2CBF7;
  color: #731EC2;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}
.btn-other{
  border: 1px solid #D1BDFF;
  background-color: #D1BDFF;
  color: #621EFF;
  padding: 0px 25px;
  margin-bottom: 10px;
  cursor: default !important;
}

.alert_adv {
  background-color: #e8f2f0;
  border: 1px solid #006664;
  color: #000;
}
.alert-suggest a {
  border: 1px solid #006664;
  background-color: #e8f2f0 !important;
  color: #212529 !important;
  text-align: left;
  margin: 2px;
  white-space: normal;
  margin: 10px 5px;
  padding: 5px 10px;
  border-radius: 5px;
}

.bc-title{
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 85%; */

  display: block;
  white-space: nowrap;       /* ไม่ตัดบรรทัด */
  overflow: hidden;          /* ซ่อนเกิน */
  text-overflow: ellipsis;   /* ใส่ … */
  width: 85%;
}

.btn-add-input {
  background-color: #B2BB1C;
  border-color: #B2BB1C;
  border-radius: 10px;
  padding: 5px 15px;
  color: #fff;
}

.btn-del-input {
  background-color: #D15B47;
  border-color: #D15B47;
  border-radius: 10px;
  padding: 5px 15px;
  color: #fff;
}

.input-adv-search {
  border: 1px solid #006664;
}
.input-adv-search::placeholder {
  color: #599c9a;
}

.border-right-unset {
  border-right: unset !important;
}
.border-top-unset {
  border-top: unset !important;
}
.input-agrovoc-icon {
  border: 1px solid #1c6666;
  background: unset;
  border-left: unset;
}
.border-input-group {
  border: 1px solid #1c6664 !important;
}
.select-adv-search {
  max-width: 190px;
}
.input-text-adv-search {
  border-left: 1px solid #1c6664 !important;
}
.show-icon-advsearch {
  padding: 0px 0px 0px 10px;
  border: unset;
}
.padding-lr-025 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.select-cond{
  border: unset;
  border-bottom: 1px solid #006664;
}
.icon-digital-file{
  width: 20px;
}
input[type="password"]::-ms-reveal {
  display: none;
}
input[type="password"]::-ms-clear {
  display: none;
}
.toggle-password-profile {
  position: absolute;
  top: 39px;
  right: 25px;
  cursor: pointer;
}
.btn-not-hover {
  /* border: 1px solid #006664; */
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  --bs-btn-padding-x: 25px; 
}
.cursor-default {cursor: default;}
.cursor-default {cursor: default;}
.btn-link-default:hover svg g path,
.btn-export-search:hover svg g path{
  fill: #FFF;
}

.btn-more-author {
  border: unset;
  background-color: transparent;
  color: #006664;
  padding: 0px;
  font-weight: 400;
  font-size: 14px;
}

.btn-more-data {
  border: unset;
  background-color: transparent;
  color: #006664;
  padding: 0px;
  font-weight: 400;
  font-size: 14px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

.select2-container--default .select2-selection--single {
  height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #eaf4f1 !important;
  border: 1px solid #1c6664 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #1c6664 !important;
  color: #1c6664 !important;
}

/* .highlight_suggest {
  color: #006664;
} */
/*# sourceMappingURL=style.css.map */


@media (max-width: 768px) {
  .div-btn-filter{
    position: absolute;
    top: 8px;
    right: 0;
  }

  .col-left {
    margin-top: 35px;
  }

  .box-content-list .section-one .left {
    align-items: flex-start !important; 
  }
  .text-filter {
    margin-top: 25px;
  }

  .btn-search-inresult {
    top: 35px;
  }

}

@media (max-width: 576px) {
  .select-page {
      display: flex;
      justify-content: end;
  }

  .select-page .form-select {
      max-width: 140px;
  }
  .number-result {
      margin-bottom: 0;
  }

  .blue-card {
    align-items: center;
  }

  .blue-card .book-img {
      margin-right: 0 !important;
  }
  .blue-card .book-title {
      margin-top: 10px;
      text-align: center;
  }

  .blue-card .block-text {
      text-align: center;
  }
}

@media (max-width: 425px) {
  .filter-date .me-3 {
    width: 58px;
  }
  .block-search .box-search #textSearch {
    border-left: unset;
  }
  .block-search .box-search .textSearch {
    border-top: 1px solid #006664;
  }

  .div-btn-filter{
    position: absolute;
    top: 8px;
    right: 0;
  }

  .col-left {
    margin-top: 35px;
  }

  .box-content-list .section-one .left {
    align-items: flex-start !important; 
  }
  .text-filter {
    margin-top: 25px;
  }

  .btn-search-inresult {
    top: 35px;
  }

  .detail-img-center {
    text-align: center !important;
  }

  .bc-title {
    width: 60%;
  }
}