:root {
  --body-bg: #ffffff;
  --light-rgb: 255, 255, 255;
}

.bg-light-2 {
  background-color: var(--white);
}

b,
strong {
  font-weight: bold;
}

body{
  background-color: #f1f1f1;
  font-size: 20px;
  color:#6C757D;
}
div.mod-languages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.mod-languages li {
  margin: 0;
}

div.mod-languages ul.lang-inline li {
  display: inline-block;
}

div.mod-languages ul.lang-block li {
  display: block;
  padding: .5rem 0;
  text-align: start;
}

div.mod-languages ul li.lang-active {
  background-color: #f0f0f0;
}

div.mod-languages img {
  display: inline-block;
  border: none;
  width: 25px;
}

div.mod-languages a {
  padding: .5rem;
  text-decoration: none;
  line-height: 0;
}


.xirocontent .h1,
.xirocontent h1 {
  font-size: calc(1.475rem + 2.7vw)
}

@media (min-width:1200px) {

  .xirocontent .h1,
  .xirocontent h1 {
    font-size: 3.5rem
  }
}

.xirocontent .h2,
.xirocontent h2 {
  font-size: calc(1.425rem + 2.1vw)
}

@media (min-width:1200px) {

  .xirocontent .h2,
  .xirocontent h2 {
    font-size: 3rem
  }
}

.xirocontent .h3,
.xirocontent h3 {
  font-size: calc(1.31rem + .72vw)
}

@media (min-width:1200px) {

  .xirocontent .h3,
  .xirocontent h3 {
    font-size: 1.85rem
  }
}

.xirocontent .h4,
.xirocontent h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .xirocontent .h4,
  .xirocontent h4 {
    font-size: 1.5rem
  }
}

.xirocontent a {
  font-weight: 500;
  text-decoration: underline
}

.com-content-article h1 {
  font-size: calc(1rem + 2vw);
  font-weight: 700;
}

.com-content-article h2 {
  font-size: calc(0.7rem + 2vw);
}

.com-content-article h3 {
  font-size: calc(0.35rem + 1.2vw);
}

.luuyblock {
  border-radius: 12px;
  padding: 10px;
  border-left: 8px solid #f0ad4e;
  margin: 10px 0;
  background: #fff2cb;
}

lite-youtube {
  border: 8px solid #FF0000;
  border-radius: 18px;
  box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b;
}

.footer-bar {
  border-top: 1px solid #ffffff5e;
  margin-top: 1rem;
}

.footer {
  padding: 3rem 0 0rem;
  background-color: #2497bd;
}
.footer-bottom {
    padding: 16px 0;
    background: #1c2938;
    margin-top: 30px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
    gap: 10px;
}

.footer-social a {
  width: 130px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer h3 {
  margin-bottom: 20px;
}

/* top header */

.top-header {
  font-size: 14px;
  font-weight: 500;
  background: #2497bd;
}

.hours-section {
  color: white;
  padding: 8px 20px;
}

.contact-section {
  background-color: #2497bd;
  color: white;
  padding: 8px 20px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
}

.contact-item:hover {
  color: #122162;
}

.social-icons {
  display: flex;
  gap: 10px;

}

.social-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #1296bb;
  color: white;
  transform: translateY(-2px);
}

.page-contact .form-control,
.page-contact .form-control:focus {
  box-shadow: none;
}

.custom-form-contact {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
}

#cck1r_button_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.custom-form-contact .cck_form_button_submit {
  width: 86px;
  height: 46px;
  overflow: hidden;
}

.custom-form-contact .cck_form {
  margin-bottom: 16px;
}
.detail-block {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 1rem;
  border-radius: 0.25rem;
}

.bg-gradient-partner{
  background: linear-gradient(135deg, #ECF3FC, #FDECE2);
}

.text-module-title {
  text-transform: uppercase;
  color:#000;
  font-size: 2rem;
}
/*Product card---*/
.view-category .blog-item {
  overflow:  inherit;
}
.product-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.product-card .card-img-top {
    background-color: #dde3e3;
    padding: 5px;
}
.product-card .card-body {
    padding: 1rem;
}
.product-card .card-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.product-card .card-text {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 2rem;
}
@media (width >= 768px) {
  .product-card .card-img-top {
    padding: 40px;
  }
  .product-card .card-body {
      padding: 2rem;
  }
  .product-card .card-title {
      margin-bottom: 1rem;
  }
  .product-card .card-text {
      margin-bottom: 2rem;
  }
  .sitemenu-header .navbar-expand-md .navbar-nav .nav-link {
    padding:0 25px;
  }
}
.more-link {
    color: #1296bb;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}
.more-link:hover {
    color: #1296bb;
}
.section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .contact-info {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .social-icons {
    margin-left: 0;
  }

  .hours-section,
  .contact-section {
    text-align: center;
  }
}