@import url("../assets/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");

/* Fix jQuery UI Icons path */
.ui-icon {
    background-image: url("../../assets/img/ui-icons_444444_256x240.png") !important;
}

.ui-widget-header .ui-icon {
    background-image: url("../../assets/img/ui-icons_ffffff_256x240.png") !important;
}

/* Datepicker Header Background Color */
.ui-datepicker .ui-datepicker-header {
    background: #006664 !important;
    border-color: #006664 !important;
}

.ui-datepicker .ui-datepicker-title {
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-color: transparent !important;
    border-color: transparent !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

@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; 
}


@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("../images/icons/chevron-right.png") no-repeat;
  margin-right: 10px;
  margin-top: 4px; }

.breadcrumb-item {
  align-items: center; }

.breadcrumb {
  --bs-breadcrumb-item-active-color: #006664;
  flex-wrap: nowrap; }
  .breadcrumb a {
    color: #292d32; }

.breadcrumb-item + .breadcrumb-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none; }
  @media (max-width: 767.98px) {
    .breadcrumb-item + .breadcrumb-item {
      max-width: 300px; } }

.navbar {
  --bs-navbar-nav-link-padding-x: 30px; }

.navbar-nav .nav-link.active:hover::after,
.navbar-nav .nav-link.show:hover::after,
.nav-link:hover::after {
  color: #fff; }

.form-select {
  border: 1px solid #006664;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../images/icons/icon-select.png");
  background-size: auto;
  color: #006664; }

.btn {
  border: 1px solid #e9f3f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  --bs-btn-padding-x: 25px;
  --bs-btn-color: #006664;
  --bs-btn-bg: #e9f3f2; }
  .btn.btn-submit {
    color: #fff;
    background: #e9f3f2; }
  .btn.btn-reset {
    color: #006664; }
  .btn.active, .btn:hover {
    color: #fff !important;
    background: #006664 !important; }
  .btn-reset, .btn-reset:hover {
    background: #cbdfdd !important;
    border: 1px solid #cbdfdd !important;
    color: #006664 !important;
    border-radius: 50% !important;
    padding: 5px 6px !important;
  }

.btn-link-tag {
  --bs-btn-padding-x: 12px;
  --bs-btn-line-height: 10.5px; }

.btn-light-green {
  background: #e9f3f2;
  color: #292d32;
  border-color: #e9f3f2; }

.btn-related {
  color: #006664;
  border-color: #e9f3f2;
  font-size: 14px; }
  .btn-related.active, .btn-related:hover {
    color: #292d32 !important;
    background: #e9f3f2 !important;
    border-color: #e9f3f2; }

.btn-primary {
  --bs-btn-color: #006664;
  --bs-btn-bg: #e9f3f2;
  --bs-btn-border-color: #e9f3f2;
  --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: #006664;
  --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: #e9f3f2;
  --bs-btn-disabled-border-color: #e9f3f2; }

.btn-red {
  background: #f9e2e2;
  color: #d23a39;
  border-color: #f9e2e2; }
  .btn-red:hover {
    background: #d23a39 !important;
    color: #fff !important; }

.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 #006664; }

.form-check-input:checked {
  background-color: #006664;
  border-color: #006664; }

.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: 0.255em;
  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-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .breadcrumb::-webkit-scrollbar {
    display: none; }

::placeholder {
  color: #006664;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #006664; }

a {
  color: #006664; }

input:focus-visible {
  outline: none; }

.dropdown-more .dropdown-toggle::after {
  display: none; }
.dropdown-more .dropdown-menu {
  padding: 10px !important;
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0; }
  .dropdown-more .dropdown-menu a {
    border-bottom: 1px solid #d9d9d9 !important;
    font-weight: normal; }

.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; }

body {
  background: #fafcfe; }

.font-12 {
  font-size: 12px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px; }

.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-28 {
  font-size: 28px; }

.font-30 {
  font-size: 30px; }

.font-32 {
  font-size: 32px; }

.font-36 {
  font-size: 36px; }

.font-38 {
  font-size: 38px; }

.font-40 {
  font-size: 40px; }

.text-green {
  color: #006664; }

.text-black-green {
  color: #006664; }

.text-light-green {
  color: #0feee1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }

.text-blue {
  color: #006664; }

.text-gray {
  color: #707070; }

.text-yellow-green {
  color: #d1de00; }

.h-box {
  border-top: 5px solid #006664;
  padding: 10px 15px; }

.btn-white {
  border: 1px solid #006664;
  background: #fff; }

.btn-custom {
  color: #0ba277;
  border: 1px solid #0ba277;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px; }

.btn-light-green {
  background: rgba(0, 102, 100, 0.15); }

hr {
  background-color: #006664;
  /* Change to your desired color */
  height: 1px;
  /* Adjust thickness if needed */
  border: none;
  /* Remove default border */ }

.truncated-2line {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.truncated-1line {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -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; }

.truncated-6line {
  display: -webkit-box;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.header-top {
  color: #292d32;
  border-bottom: 1px solid #d9d9d9;
  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: #292d32; }
      .header-top .scale-menu .nav-link.active, .header-top .scale-menu .nav-link:hover {
        background: #e9f3f2;
        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; }
  .header-top .link-default {
    height: 40px; }

.block-nav {
  background-color: transparent;
  z-index: 11; }

.navbar-nav {
  --bs-nav-link-color: #292d32;
  --bs-nav-link-hover-color: #292d32; }

.navbar {
  --bs-navbar-active-color: #292d32;
  --bs-navbar-toggler-border-color: 0;
  margin: 0;
  padding: 0; }
  .navbar .navbar-toggler {
    background-color: #fff; }
  .navbar .main-menu .nav-link {
    height: 78px; }
    @media (max-width: 767.98px) {
      .navbar .main-menu .nav-link {
        padding-left: 10px; } }
    @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 {
      background: #006664;
      color: #fff; }

.box-search .frm-top-search {
  position: relative; }
  .box-search .frm-top-search .top-search {
    border: 1px solid #006664; }
  .box-search .frm-top-search .search-link {
    position: absolute;
    top: 5px;
    right: 10px; }
.box-search .search-link {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }
.box-search .frm-top-search {
  display: none; }
.box-search .frm-top-search.active {
  display: block; }
.box-search .bnt2.hidden {
  display: none; }
@media (max-width: 991.98px) {
  .box-search .frm-top-search {
    display: block; }
  .box-search .bnt2 {
    display: none; }
  .box-search .top-search {
    padding: 5px; }
  .box-search .frm-top-search .search-link {
    top: 10px; } }

footer {
  padding: 30px 0;
  color: #292d32; }
  @media screen and (max-width: 1199.98px) {
    footer {
      background: #e9f3f2; } }

.menu-toggle {
  border-bottom: 1px solid #006664;
  padding: 15px 0; }
  .menu-toggle ul {
    margin-top: 10px;
    display: none;
    margin-bottom: 0; }
    .menu-toggle ul li a {
      color: #292d32; }
  .menu-toggle > a {
    display: block;
    width: 100%; }
    .menu-toggle > a.no-active {
      background: url(../images/icons/down.png) no-repeat right 7px; }
    .menu-toggle > a.active {
      background: url(../images/icons/up.png) no-repeat right 7px; }
  .menu-toggle a {
    color: #292d32; }
    .menu-toggle a.active {
      color: #006664; }

footer {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../images/web/bgfooter1.png") center top no-repeat; }
  @media (max-width: 991.98px) {
    footer {
      background: #e9f3f2; } }

@media screen and (max-width: 1199.98px) {
  body::before, body::after {
    display: none; } }
.block-banner {
  background: url("../images/web/Proceeding.jpg");
  background-size: 100% 100%;
  /* background-size: auto; */
  padding: 15px 0;
  z-index: 10; }
  @media (max-width: 575.98px) {
    .block-banner {
      background-size: cover; } }
  .block-banner .box-detail {
    max-width: 100%;
    min-height: 357px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .block-banner .box-detail .text-box {
      padding: 20px;
      background: linear-gradient(90deg, #304a74 33%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 992px) {
      .block-banner .box-detail {
        margin-top: 45px; }
      .dropdown-menu[data-bs-popper] {
        left: -95px;
        }
      .navbar-expand-lg .navbar-nav .menu-lv-2 {
          left: -95px;
      }
    }
    .block-banner .box-detail h3 {
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .block-banner .box-detail .box-logo img {
      max-width: 90px; }
  .block-banner .box-search .input-group {
    border-radius: 0 !important;
    overflow: hidden;
    border: none; }
  .block-banner .box-search .form-control {
    padding: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.7); }
  .block-banner .box-search select {
    max-width: 200px;
    height: 45px;
    padding-left: 15px !important;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    color: #292d32;
    background-image: url(../images/icons/caret-down-fill.png); }
    .block-banner .box-search select option {
      padding: 10px;
      background-color: #006664; }
    .block-banner .box-search select option:hover {
      background-color: #f0f0f0; }
  .block-banner .box-search #textSearch {
    width: 100%;
    border: none;
    height: 45px;
    padding-left: 15px !important;
    color: #fff;
    border-radius: 0;
    border-left: 1px solid #9d9d9d;
    background: rgba(255, 255, 255, 0.7); }
    @media (max-width: 575.98px) {
      .block-banner .box-search #textSearch {
        border-left: 0;
        border-top: 1px solid #fff; } }
    .block-banner .box-search #textSearch::placeholder {
      color: #292d32;
      opacity: 1;
      /* Firefox */ }
    .block-banner .box-search #textSearch::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #006664; }
  .block-banner .box-search .btn-search {
    background: transparent;
    border-radius: 0 !important;
    position: absolute;
    right: 10px;
    top: 0;
    color: #292d32;
    width: 40px;
    min-height: 45px;
    padding: 0; }
  .block-banner .box-search .btn-banner {
    background: rgba(255, 255, 255, 0.7);
    color: #292d32 !important;
    border: none;
    height: 45px;
    width: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 575.98px) {
    .block-banner .box-search .form-select,
    .block-banner .box-search .textSearch {
      width: 100%;
      max-width: 100%; }
    .block-banner .box-search .btn-search {
      top: 45px;
      bottom: auto; } }

.book-list .box-list {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px; }
  .book-list .box-list .box-list-title {
    background: linear-gradient(278.57deg, #000c92 0%, #010757 76.88%);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 10px 25px 10px 25px;
    font-size: 20px;
    position: relative;
    cursor: pointer; }
    .book-list .box-list .box-list-title::after {
      content: "";
      background: url(../images/icons/PlusLg.png) no-repeat;
      display: block;
      position: absolute;
      width: 46px;
      height: 46px;
      right: 25px;
      top: 50%;
      transform: translate(0, -50%); }
    .book-list .box-list .box-list-title.active::after {
      background: url(../images/icons/Dash.png) no-repeat; }
  .book-list .box-list .box-list-content {
    padding: 25px;
    background: #fff; }
  .book-list .box-list:nth-child(even) .box-list-title {
    background: linear-gradient(278.57deg, #11727c 0%, #0d383d 76.88%); }

.block-top {
  background: linear-gradient(180deg, #E9F3F2 0%, #FFFFFF 100%); }

.block-catalog {
  /* background: url("../images/web/bgbanner.png") center top; */
  background-color: #DBF4EF;
 }

.box-catalog {
  border: 1px solid #006664;
  background: #fff;
  padding: 10px 15px;
  color: #292d32;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.bg-highlight {
  background: #f7f7f7;
  border-left: 6px solid #006664;
  padding: 10px; }

.block-title {
  background: #e9f3f2;
  padding: 25px 0; }

.headline {
  border-bottom: 1px solid #d9d9d9; }
  .headline .box-headline {
    border-bottom: 3px solid #b2bb1c;
    color: #006664;
    padding: 10px 15px;
    display: inline-block; }

@media (min-width: 1200px) {
  .box-home {
    border-right: 1px solid #d9d9d9; }
    .box-home:last-child {
      border: none; } }

.box-home-list {
  max-width: 290px; }
  .box-home-list .box-home-list-top {
    position: relative;
    background: #e9f3f2;
    margin-bottom: 10px; }
  .box-home-list .date {
    background: #ee5169;
    width: 80px;
    height: 20px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
    text-align: center; }

.block-article {
  background: url("../images/web/bgfooter1.png") right top no-repeat;
  background-size: auto 100%;
  transform: rotate(180deg); }
  .block-article > * {
    transform: rotate(-180deg); }

.box-book {
  border: 1px solid #d9d9d9; }
  .box-book .box-book-top {
    background: linear-gradient(278.57deg, #000c92 0%, #010757 76.88%);
    padding: 15px;
    color: #fff; }
    .box-book .box-book-top.bg-green {
      background: linear-gradient(278.57deg, #11727c 0%, #0d383d 76.88%); }
  .box-book .box-book-center {
    margin: 15px; }
    .box-book .box-book-center .detail {
      height: 145px; }
  .box-book .box-book-bottom {
    margin: 10px 15px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9; }

.icon-h {
  width: 68px;
  height: 68px;
  display: flex;
  background: #e9f3f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center; }

.circle {
  border-radius: 100%; }

.hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none; }

.show {
  visibility: visible;
  width: auto;
  height: auto;
  display: block; }

.btn-green {
  background-color: #006664;
  color: #fff; }

.box-tag .btn {
  margin-right: 10px;
  margin-bottom: 10px; }

.box-content-list {
  border-left: 10px solid #006664;
  padding: 15px 0; }

.category-top {
  background: #e9f3f2;
  border-left: 10px solid #006664; }

@media (max-width: 1199.98px) {
  .navbar {
    --bs-navbar-nav-link-padding-x: 20px; } }
.block-breadcrumb {
  background: #fff;
  padding: 10px 0; }
  .block-breadcrumb .breadcrumb {
    margin-bottom: 0; }

.block-search .box-search .btn {
  padding: 10px 30px; }
.block-search .box-search .input-group {
  border-radius: 0 !important;
  /* overflow: hidden; */
  border-color: #006664 !important;
  border: none !important;
  background-color: #e9f3f2; }
.block-search .box-search .form-control {
  padding: 0;
  border: none; }
.block-search .box-search select {
  max-width: 200px;
  height: 60px;
  padding-left: 15px !important;
  color: #006664; }
.block-search .box-search #textSearch {
  width: 90%;
  border: none;
  height: 60px;
  padding-left: 15px !important;
  color: #006664;
  border-radius: 0;
  border-left: 1px solid #006664;
  margin-left: 1px;
  background: #e9f3f2; }
  .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: transparent;
  color: #006664;
  border-radius: 10px !important;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  min-height: 40px; }
@media (max-width: 575.98px) {
  .block-search .box-search .input-group {
    border: transparent !important;
    padding: 2px; }
  .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: 13px; }
  .block-search .box-search .form-select {
    border: 1px solid #006664;
    margin-bottom: 10px;
    border-radius: 10px !important; }
  .block-search .box-search .textSearch {
    border: 1px solid #006664;
    border-radius: 10px !important;
    margin: 0 !important;
    padding: 1px 3px !important; }
    .block-search .box-search .textSearch #textSearch {
      border-left: 0; } }

.filter-select {
  height: 50px;
  width: 225px; }

.bg-default {
  background: #e8f2f0; }

.text-filter {
  border: 0;
  background: #e9f3f2;
  padding-left: 15px;
  height: 36px;
  min-width: 300px; }

.filter-container {
  padding: 20px; }

.box-filter h4 {
  font-size: 18px;
  font-weight: normal;
  color: #006664;
  cursor: pointer;
  width: 100%;
  display: block;
  border-top: 1px solid #d9d9d9;
  margin: 0;
  padding: 15px 0 15px 0;
  background: url(../images/icons/down.png) no-repeat 100%; }
.box-filter h4.open {
  background: url(../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 #d9d9d9;
  margin: 0;
  padding: 15px 0 0 0; }

/* .col-left {
  transition: 0.5s;
  display: none; }
  .col-left.active {
    display: block;
    transition: 0.5s; } */

.btn-filter .open {
  transition: transform 0.3s ease; }
.btn-filter .close {
  transform: rotate(180deg);
  transition: transform 0.3s ease; }

.tools-link .btn-tool-link, .tools-link .btn-tool-link-green {
  border-radius: 0;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #006664;
  background-color: #fff;
  border: 1px solid #006664; }
.tools-link .btn-tool-link-green {
  background-color: #e9f3f2;
  border: none; }
.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; }

.nav-pills {
  border-bottom: 3px solid #006664;
  text-align: center; }
  .nav-pills .nav-link {
    color: #006664;
    font-size: 18px;
    background: #e9f3f2;
    border-radius: 0;
    margin-bottom: 0;
    padding: 5px 40px;
    margin-right: 10px; }
    .nav-pills .nav-link.active {
      color: #fff;
      background-color: #006664; }

.box-default {
  margin-bottom: 30px; }

.box-content-list .form-check {
  padding-left: 0; }
.box-content-list .form-check-input {
  border-radius: 0; }

.bg-light-green {
  background-color: #e9f3f2; }

.input-page {
  border: 1px solid #006664;
  width: 40px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  background: transparent; }

.page-link:hover {
  opacity: 0.5; }

.btn-link-tag {
  color: #006664; }

.btn-green-light {
  border-color: #e9f3f2; }

.tbl-list tr td {
  padding: 5px 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;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .toggle-section i {
    margin-left: 10px; }

.image-container {
  position: relative;
  display: inline-block; }

.tooltip-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent; }

.image-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

@media (max-width: 575.98px) {
  .select-page {
    margin-top: 15px;
    width: 100%; } }
@media (max-width: 991.98px) {
  .frm-search2 {
    width: 100%; }

  .text-filter {
    min-width: 200px !important; } }
.block-detail-top {
  /* background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../images/web/bgdetail.png) top right no-repeat; */
  background-size: auto;
  background-position: top; }

.toggle-title {
  color: #006664;
  padding: 10px 0;
  font-weight: 500;
  background: url(../images/icons/down.png) no-repeat 100%; }
  .toggle-title.active {
    background: url(../images/icons/up.png) no-repeat 100%; }

.box-default-right {
  border-left: #006664 solid 3px;
  padding-left: 15px; }

.toggle-container {
  border-bottom: 1px solid #e9f3f2; }

.toggle-content {
  margin-top: 5px; }

.list-link a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #e9f3f2; }

.tbl-detail {
  max-width: 100%; }
  .tbl-detail tr td {
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
    word-break: break-word; }
    .tbl-detail tr td:first-child {
      font-weight: 400;
      vertical-align: top;
      padding-right: 15px;
      width: 120px;
      text-wrap-mode: nowrap; }
  .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;
  min-height: 177px; }
  .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: 16px;
  padding: 7px 0;
  border-bottom: 1px solid #d6d6d6; }

.btn-advSearch {
  background-color: #006664;
}
/*# sourceMappingURL=style.css.map */

.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;
}

.block-register {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px
}

/* Responsive Menu Styles */
@media (min-width: 768px) {
  .main-menu .dropdown:hover>.dropdown-menu {
    display: block;
    border: unset;
  }

  .main-menu .dropdown-right .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: .1rem;
    display: none;
  }

  .main-menu .dropdown-left .dropdown-menu {
    position: absolute;
    right: 100%;
    top: 0;
    margin-left: .1rem;
    display: none;
  }

  .main-menu .dropdown-toggle {
    cursor: pointer;
  }
}

@media (max-width: 992px) {
  .navbar .main-menu>.nav-item>.nav-link {
    padding: 10px;
  }
}
@media (max-width: 834px) {
  .main-menu .dropdown-left .dropdown-menu {
    /* position: absolute; */
    position: sticky;
  }
  .navbar .main-menu .nav-link {
    height: unset; }
}
@media (max-width: 768px) {
  .main-menu .mega-menu.dropdown .sub-menu-lv3 ul.dropdown-menu {
    display: block !important;
    height: auto;
    border: none;
    padding-left: 20px;
  }

  .navbar .main-menu .nav-link {
    height: 44px;
  }

  .main-menu .mega-menu.dropdown .dropdown-menu {
    border: none;
  }

  .box-nav .navbar-nav .dropdown-menu .dropdown-menu {
    display: block;
    border: none;
    margin-left: 15px;
  }

  .box-nav .navbar-nav .dropdown-menu.show {
    border-radius: 0;
    margin-top: 0;
  }

  /* .box-nav .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle {
    color: #006664;
  } */

  .box-nav .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle::after {
    display: none;
  }
}

.main-menu .mega-menu.dropdown {
  position: static;
}

.main-menu .mega-menu.dropdown .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}

.block-banner .box-search #textSearch {
  color: #111;
}

.show:not(.dropdown-menu) {
  width: 100%;
  height: 100%;
  /* height: auto; */
}

/* Additional Styles from Header */
#advanceSearch .form-control {
  border-radius: 0;
}

.btn-danger.btn:hover {
  color: var(--bs-btn-hover-color) !important;
  background-color: var(--bs-btn-hover-bg) !important;
}

header .header-nav * {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

/* .font-14 {
  font-size: 16px;
}

.font-16 {
  font-size: 18px;
}

.font-18 {
  font-size: 20px;
}

.font-20 {
  font-size: 22px;
} */

#togglePassword {
  position: absolute;
  top: 38px;
  right: 26px;
}

.d-contents {
  display: flex;
  justify-content: center;
  width: 100%;
}

.alert-suggest-agrovc {
  border: 1px solid #006664;
  border-radius: 8px;
}

.alert-suggest-agrovc .accordion-button {
  background-color: #e8f2f0;
}

.text-word {
  border: 1px solid #006666;
  padding: 4px 10px;
  border-radius: 4px;
}

.text-word a {
  cursor: pointer !important;
}

.text-word a:hover {
  border-bottom: 1px solid #006666;
}

.modal-body .progress {
  height: 25px;
}

.Search-box {
  width: 90%;
  border: none;
  height: 60px;
  padding-left: 15px !important;
  color: #006664;
  border-radius: 0;
  margin-left: 1px;
}

.Search-submit {
  background: #006664;
  border-radius: 10px !important;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
  width: 40px;
  min-height: 40px;
  padding: 0;
  border: none;
}

.btn-submit-modal2 {
  font-size: 18px;
  background: #006664;
  border-radius: 10px !important;
  right: 10px;
  top: 15px;
  color: #fff;
  width: 40px;
  min-height: 40px;
  padding: 0;
  border: none;
}

.btn-clear-modal2 {
  font-size: 18px;
  background: #dc3545;
  border-radius: 10px !important;
  right: 10px;
  top: 15px;
  color: #fff;
  width: 40px;
  min-height: 40px;
  padding: 0;
  border: none;
}

.main-agrovoc-icon {
  margin-right: 60px;
}

#modal-1 .modal-header,
#modal-2 .modal-header {
  background-color: #498a7f;
  color: #FFF;
}

.select2-container {
  text-align: left !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dee2e6 !important;
  height: 41px;
}

.select2-search__field::placeholder {
  color: #585c5e;
  font-size: 13px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  padding: 0px 10px 10px 10px;
}

.modal-backdrop ~ .fancybox-container.fancybox-is-open .fancybox-content {
  max-width: 600px;
  max-height: 600px;
}

.input-group-text .input-agrovoc-icon {
  border: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #006664;
  border-radius: 0px;
}

.input-group-append {
  border: 1px solid #1c6666;
  background: unset;
  border-left: unset;
  border-radius: 0px;
}

.input-group-append .input-agrovoc-icon {
  border: none;
}

@media (max-width: 1024px) {
  .select2-container {
    width: 91% !important;
  }
}

@media (max-width: 767px) {
  .select2-container {
    width: 80% !important;
  }
}