@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");
/* @import url("../../fonts/DB\ Ozone/DB Ozone X v3.2.ttf"); */

@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.active.show::after,
.navbar-nav .nav-link.show:hover::after,
.navbar-nav .nav-link.show.show::after,
.nav-link:hover::after,
.nav-link.show::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; }

.form-select {
  appearance: none; }
  .form-select option {
    background-color: white;
    color: #006664; }
    .form-select option:hover, .form-select option:checked {
      background-color: #006664 !important;
      color: #fff; }

select:focus > option:checked {
  background-color: #006664 !important; }

.btn {
  border: 1px solid #e9f3f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  --bs-btn-padding-x: 15px;
  --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; }

.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: 400; }

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-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-lime-green {
  color: rgba(178, 187, 28, 1); }

.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; }

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-5line {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -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; }
  @media (min-width: 992px) {
    .block-nav {
      margin-bottom: -45px; } }

.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;
  border-bottom: 1px solid #fff; }
  .navbar .navbar-toggler {
    background-color: #fff; }
  .navbar .main-menu .nav-link {
    height: 44px; }
    @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.show, .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: 50px;
  padding-bottom: 50px;
  background: url("../images/web/bgfooter1.png") right top;
  background-size: 100% 100%; }
  footer::before, footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2; }
  @media (min-width: 576px) {
    footer::before {
      left: 0;
      top: 0;
      /* background-image: url("../images/web/bgfooter2.png"); */
      z-index: -1; } }

@media screen and (max-width: 1199.98px) {
  body::before, body::after {
    display: none; } }
.block-banner {
  background: url("../images/web/Journal.jpg");
  background-size: 100% 100%;
  /* keep width auto and stretch vertically */
  /* 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: 307px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 992px) {
      .block-banner .box-detail {
        margin-top: 45px; } }
    .block-banner .box-detail h3 {
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      line-height: 50px; }
    @media (max-width: 575.98px) {
      .block-banner .box-detail h3 {
        font-size: 30px; } }
    .block-banner .box-detail .box-logo img {
      max-width: 90px; }
  .block-banner .box-search .input-group {
    border-radius: 0 !important;
    overflow: hidden;
    border: 1px solid #fff; }
    @media (max-width: 575.98px) {
      .block-banner .box-search .input-group {
        border: none; } }
  .block-banner .box-search .form-control {
    padding: 0;
    border: none;
    background-color: transparent; }
  .block-banner .box-search select {
    max-width: 200px;
    height: 45px;
    padding-left: 15px !important;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    background-image: url(../images/icons/caret-down-fill.png); }
    .block-banner .box-search select option {
      padding: 10px;
      color: #fff;
      background-color: #006664; }
    .block-banner .box-search select option:hover {
      background-color: #f0f0f0; }
    @media (max-width: 575.98px) {
      .block-banner .box-search select {
        border: 1px solid #fff !important; } }
  .block-banner .box-search #textSearch {
    width: 100%;
    border: none;
    height: 45px;
    padding-left: 15px !important;
    color: #fff;
    border-radius: 0;
    border-left: 1px solid #fff;
    margin-left: 1px;
    background-color: transparent;
    position: relative; }
    @media (max-width: 575.98px) {
      .block-banner .box-search #textSearch {
        border-left: 0;
        border: 1px solid #fff;
        margin-top: 15px; } }
    .block-banner .box-search #textSearch::placeholder {
      color: #fff;
      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: #fff;
    width: 40px;
    min-height: 45px;
    padding: 0; }
  .block-banner .box-search .btn-banner {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    border: none;
    height: 47px;
    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: 55px;
      bottom: auto;
      border: none; } }

.textSearch {
  position: relative; }
  .textSearch .clear-text {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    display: none; }

.book-list .box-list {
  border: 1px solid #d9d9d9;
  margin-bottom: 15px; }
  .book-list .box-list .tbl-list td {
    font-weight: 500; }
    .book-list .box-list .tbl-list td a {
      font-weight: 500; }
  .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;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .book-list .box-list .box-list-title {
        align-items: start;
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .book-list .box-list .box-list-title {
        display: block;
        text-align: center; } }
    .book-list .box-list .box-list-title .btn-title {
      width: 46px;
      height: 46px;
      position: relative; }
      @media (max-width: 767.98px) {
        .book-list .box-list .box-list-title .btn-title {
          position: absolute;
          top: 10px;
          right: 10px; } }
      .book-list .box-list .box-list-title .btn-title::after {
        content: "";
        background: url(../images/icons/PlusLg.png) no-repeat;
        display: block;
        width: 46px;
        height: 46px; }
    .book-list .box-list .box-list-title.active .btn-title::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-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: 125px; }
  .box-book .box-book-bottom {
    margin: 10px 15px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9; }

@media (min-width: 992px) {
  .title-category span {
    display: block;
    width: 100%; } }

.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; }

.top-lang:hover::after {
  color: #006664; }

@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 .btn-white {
  padding: 10px 30px; }
.block-search .box-search .input-group {
  border-radius: 0 !important;
  border-color: #006664 !important; }
.block-search .box-search .form-control {
  padding: 0;
  border: none; }
.block-search .box-search select {
  max-width: 200px;
  height: 50px;
  padding-left: 15px !important;
  color: #006664; }
.block-search .box-search #textSearch {
  width: 90%;
  border: none;
  height: 50px;
  padding-left: 15px !important;
  color: #006664;
  border-radius: 0;
  border-left: 1px solid #006664; }
  .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: 50%;
  transform: translate(0, -50%);
  width: 40px;
  min-height: 40px; }
  .block-search .box-search .btn-search .tooltip-text {
    position: absolute;
    top: -35px;
    /* Position the tooltip below the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    /* Tooltip background */
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    /* Initially hidden */
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease; }
  .block-search .box-search .btn-search:hover .tooltip-text {
    opacity: 1;
    /* Show tooltip */
    visibility: visible; }
@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: -10px; }
  .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;
  border: 1px solid #006664;
  height: 36px;
  min-width: 250px;
  opacity: 0.5; }

.filter-container {
  border: 1px solid #d9d9d9;
  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; }
.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 {
  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-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: 1px solid #e9f3f2;
  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 {
  border: 1px solid #d9d9d9;
  padding: 15px;
  margin-bottom: 30px; }

.box-content-list {
  background: #fff;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9; }
  .box-content-list .box-content-top {
    background: linear-gradient(278.57deg, #000c92 0%, #010757 76.88%);
    padding: 20px;
    position: relative; }
  .box-content-list:nth-child(odd) .box-content-top {
    background: linear-gradient(278.57deg, #11727c 0%, #0d383d 76.88%); }
  .box-content-list .box-content-center {
    margin: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9; }
  .box-content-list .box-content-bottom {
    margin: 0 15px 15px; }
  .box-content-list .box-img img {
    width: 65px;
    height: 96px; }
  .box-content-list .number {
    text-align: center; }
  .box-content-list .form-check {
    padding-left: 0; }
    @media (max-width: 767.98px) {
      .box-content-list .form-check {
        position: absolute;
        left: 20px;
        top: 20px; } }
  .box-content-list .form-check-input {
    border-radius: 0; }
  @media (min-width: 992px) {
    .box-content-list .box-detail h3 {
      height: 57px;
      margin-bottom: 48px; } }

.bg-light-green {
  background-color: #e9f3f2; }

.input-page {
  border: 1px solid #006664;
  width: 40px;
  height: 30px;
  font-size: 16px;
  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;
  font-weight: bold; }
  .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 {
      display: flex;
      justify-content: end;
  }

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

  .icon-h {
    width: 46px;
    height: 46px;
  }

  .icon-h img {
    width: 22px;
    height: 22px;
  }

  .block-banner .box-search .btn-search {
    top: 15px;
  }

  .group-adv-search .select-adv-search,
  .group-adv-search .input-text-adv-search {
      max-width: 100%;
      width: 100%;
  }

  .group-adv-search .input-text-adv-search {
      border-left: 0 !important;
  }

  .group-adv-search {
      flex-direction: column;
  }

  .box-second-adv-search {
      margin-bottom: 1rem;
  }
  .box-second-adv-search .padding-lr-025 {
      padding: 0 !important;
  }

}

/* jQuery UI Icons Fix */
.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;
}

/* Show datepicker navigation buttons */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	display: block !important;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block !important;
}

/* Hide dropdown selects and show title */
.ui-datepicker .ui-datepicker-title select {
	/* display: none !important; */
}

.ui-datepicker .ui-datepicker-title {
	text-align: center;
	font-weight: bold;
}

/* Header and Navigation Styles */
.box-nav {
    font-size: 16px;
}

.btn-banner {
    width: 170px !important;
}

.show:not(.dropdown-menu, .tooltip) {
	width: 100%;
	height: 100%;
}

header .block-nav * {
	font-size: 16px;
}

/* Override font sizes */
/* .font-14 {
	font-size: 16px;
}

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

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

.font-20 {
	font-size: 22px;
} */

#staticBackdropLogin .btn-block {
  font-size: 14px;
}

/* Header positioning when no menus */
.header-top {
	z-index: 15;
	position: relative;
	background-color: var(--bs-body-bg);
}

.block-banner {
	z-index: 10;
	position: relative;
}

/* Desktop menu styles */
@media (min-width: 768px) {
	.main-menu .dropdown:hover>.dropdown-menu {
		display: block;
	}

	.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-link {
		padding: 10px 20px;
	}
}

@media (max-width: 768px) {
	.navbar .main-menu .nav-link {
		height: 44px;
	}

	.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;
	}

	.navbar .navbar-collapse {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Utility classes */
.toggle-password {
    position: absolute;
    bottom: 12px;
	right: 25px;
    cursor: pointer;
}

.d-contents {
	display: contents;
}

.nav-link.dropdown-toggle.active::after {
	color: #fff;
}

/* Alert and suggestion styles */
.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 styles */
.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 styles */
#modal-1 .modal-header,
#modal-2 .modal-header {
	background-color: #498a7f;
	color: #FFF;
}

/* Select2 styles */
.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-text .input-agrovoc-icon {
	border: none;
	padding: 0;
	padding-left: 10px;
}

.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;
	}
}

/* Datepicker Styles - Based on meeting/css/style.css */
.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;
}

/* Ensure month and year dropdowns are visible */
.ui-datepicker select {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: white !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    margin: 0 2px !important;
    font-family: "Kanit", sans-serif !important;
    font-size: 14px !important;
}

.ui-datepicker select:focus {
    outline: none !important;
    border-color: #006664 !important;
    box-shadow: 0 0 0 2px rgba(0, 102, 100, 0.2) !important;
}

/* Datepicker input styles */
.datepicker {
    cursor: pointer;
    background: white;
}

.datepicker:focus {
    border-color: #006664;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 100, 0.25);
}

/* Fix banner z-index issue */
.block-banner {
    z-index: 10 !important;
}

.header-top {
    z-index: 15 !important;
}

/* Ensure datepicker appears above banner */
.ui-datepicker {
    z-index: 999999 !important;
}


.input-index.input-group-text.raduis-input-agrovoc.input-agrovoc-icon.show-icon-advsearch {
  background: transparent;
  border-radius: 0 !important;
  position: absolute;
  right: 35px;
  top: 0;
  color: #fff;
  width: 40px;
  min-height: 45px;
  padding: 0;
  border: none;
}



.block-banner .box-search #textSearch {
  width: 75%;
}


.modal-advanced-search .border-input-group {
  border: 1px solid #1c6664 !important;
}
.modal-advanced-search .select-adv-search {
  max-width: 190px;
}

.modal-advanced-search .input-text-adv-search {
  border-left: 1px solid #1c6664 !important;
}

.modal-advanced-search .box-second-adv-search {
  padding: 0;
  margin: 0;
}

.modal-advanced-search .box-second-adv-search > div:first-child {
  padding: 0px 4px 0px;
}

.modal-advanced-search .box-second-adv-search .form-select.select-cond {
  border: none !important;
  border-bottom: 1px solid #1c6664 !important;
}

.modal-advanced-search .input-adv-search {
  border: 1px solid #1c6664 !important;
}

.modal-advanced-search .btn-del-input:hover {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.modal-advanced-search .input-group-append .input-agrovoc-icon {
  background: none !important;
}

.modal-advanced-search .select2-container-sbs {
  flex-wrap: nowrap;
}

.modal-advanced-search .select2-container-sbs .select2 {
  border: 1px solid #1c6664 !important;
}

.modal-advanced-search .select2-container-sbs .select2-selection {
  border: none !important;
  padding-top: 6px;
}

.modal-advanced-search .select2-container-sbs .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}


.block-search .box-search .input-group .clear-button {
  border: none;
  color: #1c6664;
  background: none;
  font-size: 25px;
}

.modal-category-agriculture button {
  border-radius: 0;
}

.modal-category-agriculture .select2-container--default .select2-selection--multiple .select2-selection__choice,
.modal-category-agriculture .select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.modal-category-agriculture .select2-container--default .select2-selection--multiple .select2-selection__choice:active,
.modal-category-agriculture .select2-container--default .select2-selection--multiple .select2-selection__choice:focus {
  background: #e9f3f2;
}

.modal-authority .Search-text .textSearch {
  display: flex;
}

.modal-authority .Search-text .textSearch .Search-box {
  border: none;
  outline: 0;
  box-shadow: none;
}

.modal-authority .Search-text .textSearch .clear-button {
  border: none;
  background: none;
  color: #1c6664;
  font-size: 30px;
}

.block-nav {
  position: relative;
  z-index: 11;
}

.box-book .box-book-top {
  gap: 10px;
}

.box-book .box-book-top .img-top ,
.box-book .box-book-top .img-top > img {
  width: 76px;
}

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

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

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

.tbl-detail tr td:first-child {
    width: 200px !important;
    text-wrap: wrap !important;
}

.tbl-detail tr td {
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
    word-break: break-word;
}

.box-content-list .box-content-top {
  gap: 10px;
}

.block-title {
  background: linear-gradient(278.57deg, #11727c 0%, #0d383d 76.88%);
  padding: 1rem;
}


.custom-tooltip-textsearch {
  --bs-tooltip-bg: rgb(255, 255, 255);
  --bs-tooltip-color: #146664;
  --bs-tooltip-max-width: 380px;
}
.custom-tooltip-textsearch .tooltip-inner {
  font-size: 16px;
}

@media (max-width: 767px) {
  .box-book .box-book-top .img-top ,
  .box-book .box-book-top .img-top > img {
    width: 100%;
    max-width: 160px;
    height: auto;
  }

  .box-content-list .box-content-top {
    padding-top: 6px;
    padding-left: 50px;
  }

  .box-content-list .box-content-top h3 {
    line-height: 26px;
  }
}

@media (max-width: 575.98px) {
  .block-banner .box-search #textSearch {
    width: 100%;
  }

  .box-search .textSearch .show-icon-advsearch {
    top: 14px;
  }

  .modal-advanced-search .input-text-adv-search {
    border-left: none !important;
  }

  .modal-advanced-search .select-adv-search {
    max-width: 100%;
  }

  .input-index.input-group-text.raduis-input-agrovoc.input-agrovoc-icon.show-icon-advsearch {
    top: 14px;
  }

}