.text-gray-2 {
  color: #9c9c9c;
}

.text-dark {
  color: #111111;
}

.bg-dark-2 {
  background-color: #111111 !important;
}

/* .list-style-one {
  text-transform: uppercase;
} */

.list-style-one li img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.social-icon-one li img {
  width: 30px;
}

.main-header .header-lower .logo-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-text h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-header .btn-lag {
  position: relative;
  display: block;
  width: 49px;
  height: 49px;
  font-size: 18px;
  background: none;
  line-height: 49px;
  border-radius: 50px;
  color: #36398c;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #36398c;
  text-align: center;
}

.main-header .btn-lag:hover {
  color: var(--theme-color-white);
  border-color: #de1f28;
  background-color: #de1f28;
}

.header-search_btn a {
  font-size: 24px;
  font-weight: 300;
  background-color: #de1f28;
}

.header-search_btn a:hover {
  background-color: #36398c;
}

/* habout */

.about-section {
  background-color: #414143;
}

/* footer */

.social-icon-one-footer li {
  display: inline-block;
}

.social-icon-one-footer li img {
  width: 36px;
}

.main-footer .widgets-section .footer-info_list-2 {
  position: relative;
}

.main-footer .widgets-section .footer-info_list-2 li {
  position: relative;
  color: #c4c7cb;
  font-size: 16px;
  padding-right: 0;
  padding-bottom: 30px;
  /* text-transform: uppercase; */
}

.main-footer .widgets-section .footer-info_list-2 li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  color: var(--theme-color-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .widgets-section .footer-info_list-2 li a:hover {
  color: #de1f28;
}

.main-footer .widgets-section .newsletter-text-2 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 0;
}

.main-footer .footer-title-2 {
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--theme-color-white);
}

.social-icon-one-footer-2 li {
  display: inline-block;
}

.social-icon-one-footer-2 li img {
  width: 150px;
}

.custom-line {
  border: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 70%;
  margin: 10px auto;
}

.breadcrumb-main {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 8px 15px;
}

.page-breadcrumb li {
  color: #181d31;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #181d31;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #181d31;
}

.page-breadcrumb li a {
  color: #de1f28;
  font-weight: 500;
  text-transform: none;
}

.page-breadcrumb li a:hover {
  color: #de1f28;
}

.news-block_one .content .title-csr a {
  color: #111111;
  font-weight: 400;
  font-size: 30px;
}

.news-block_one .content .title-csr a:hover {
  color: #de1f28;
}

.info-csr {
  color: #111111;
  font-size: 20px;
}

.news-block_one .content .read-more-csr {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-top: 25px;
  display: block;
  color: #111111;
}

.document-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.document-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e7eb;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fff;
}

.doc-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.doc-icon {
  width: 32px;
  height: auto;
}

.doc-title {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
}

.doc-title small {
  color: #6b7280;
  font-weight: 400;
}

.btn-download {
  background: #de1f28;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn-download:hover {
  background: #e82731;
  color: white;
}

.accordion-box .block.bg-policy.active-block {
  background-color: #3b3b3d;
}

.accordion-box .block .acc-btn.text-policy.active {
  color: #fff;
}

/* project */
.title-projectdetail {
  font-size: 43px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5em;
  color: #353990 !important;
}

.accordion-box .block .acc-content.about-content {
  display: block !important;
}

/* Footer */

.footer-logo img {
  max-height: 180px;
}

@media (max-width: 991px) {
  .logo-text h1 {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .process-block_one .content .title {
    font-size: 16px;
  }
  .process-block_one .content .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .main-menu .navigation > li {
    margin-right: 20px;
  }

  .main-menu .navigation > li > a {
    font-size: 18px;
  }

  .main-header .header-lower .logo-box {
    padding: 15px 0px 15px;
  }

  .logo-text h1 {
    font-size: 18px;
  }

  .main-header .btn-lag {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .header-search_btn a {
    font-size: 18px;
    padding: 10px 30px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .process-block_one .content .title {
    font-size: 18px;
  }
  .process-block_one .content .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .main-menu .navigation > li {
    margin-right: 20px;
  }

  .main-menu .navigation > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .process-block_one .content .title {
    font-size: 18px;
  }
  .process-block_one .content .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .main-menu .navigation > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1500px) and (max-width: 1599px) {
  .main-menu .navigation > li > a {
    font-size: 20px;
  }
}

.input-file label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px;
}

.modal-content {
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.site-btn-effect {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background-color: #de1f28;
  border-radius: 0;
}

.site-btn-effect:hover {
  color: #de1f28;
  background-color: transparent;
  border:1px solid #de1f28;
}

.modal-dialog {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50%;
  }
  .modal {
    --bs-modal-margin: 5.75rem;
  }
}

/* cookie banner */

/* การตั้งค่าพื้นฐานของ Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  box-sizing: border-box;
  gap: 16px;
  border-top: 1px solid #eaeaea;
}

@media (min-width: 768px) {
  .cookie-banner {
    flex-direction: row;
    padding: 20px 40px;
  }
}

.cookie-content p {
  margin: 0;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
}

.cookie-content a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 600;
}

.cookie-content a:hover {
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
}

.btn:active {
  transform: scale(0.97);
}

.btn-accept {
  background-color: #de1f28; /* สีหลักของเว็บไซต์ */
  color: #ffffff;
}
.btn-accept:hover {
  color: #ffffff;
  background-color: #353990;
}

.btn-reject {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
}
.btn-reject:hover {
  background-color: #f5f5f5;
}

.cookie-banner.hidden {
  display: none !important;
}
