
 

  .f3cla {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .f3clatitle {
    width: 100%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .f3clatitlebody {
    color: #ffffff;
    width: var(--max);
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
  }

  .f3clatitlebodytitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .f3clatitlebodylang {
    width: auto;
    margin: -5px 0px -5px 0px;
  }

  .f3clatitlebodylang ul {
    display: flex;
    gap: 5px;
  }

  .f3clabody {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 5px 0px;
  }

  .f3clamenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
  }

  .f3clamenulist {
    width: calc(100% - 20px);
    background-color: #82a237;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .f3clamenubody {
    width: 100%;
    background-color: #82a237;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .f3clamenulist ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
  }

  .f3clamenulist ul a {
    padding: 10px;
    font-size: 16px;
    color: #ffffff !important;
    border-bottom: 1px solid transparent;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
  }

  .f3clamenulist ul a:hover {
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000 !important;
    cursor: pointer;
  }

  .f3clamenulist ul a.f3cla-menu-list-active {
    color: #000000 !important;
  }

  .f3cla-menu-list-active {
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000 !important;
    border-bottom: 1px solid #000000 !important;
    cursor: pointer;
  }

  .f3clamenulistbody {
    width: 100%;
  }

  @media screen and (min-width: 1024px) {
    .f3clabodylogo {
      height: 100px;
      max-width: 90vw;
      max-height: 100px;
    }
  }

  @media screen and (max-width: 1024px) {
    .f3clamenu {
      overflow-x: auto;
    }

    .f3clamenulist ul {
      flex-direction: row;
    }

    .f3clabodylogo {
      width: 50vw;
      max-width: 50vw;
      max-height: 100px;
    }
  }

  @media screen and (max-width: 768px) {
    .f3clamenulist ul a {
      font-size: 14px;
    }
  }


  .caq12 {
    width: 100%;
    margin: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .caq12containertitle {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }

  .caq12containerlist {
    padding: 10px;
    display: flex;
    border-radius: 8px;
    border-bottom: solid 1px #ddd;
    gap: 20px;
    transition: background-color 0.3s ease;
  }

  .caq12containerlist>div {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #444;
  }

  .caq12containerlist:hover {
    background-color: #f9f9f9;
    border-bottom-color: #1e3046;
  }

  .caq12container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .caq12containerbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .caq12body {
    width: calc(var(--max) - 40px);
    background-color: #ebebeb;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px;
  }

  .caq12containerlist>span {
    font-size: 24px;
    color: #1e3046;
  }

  @media screen and (max-width: 1024px) {
    .caq12body {
      width: 100%;
      padding: 20px;
      flex-direction: column;
    }

    .caq12containerbody {
      padding: 15px;
    }
  }


  .zoom-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200;
    width: 100%;
  }
  .zoom-icon {
    font-size: 250px !important;
    color: #333;
    animation: pulse 2s infinite;
    opacity: 0.5;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .yi1ii-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--max);
  }
  .yi1ii-body-chile {
    padding: 20px;
    display: flex;
    align-items: top;
    justify-content: left;
    flex-direction: column;
    position: absolute;
  }
  .yi1ii-body-chile > div {
    width: 100% !important;
  }
  .yi1ii2 {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
  }
  .yi1ii {
    display: flex;
    flex-direction: column;
  }
  .yi1ii > svg {
    width: 100vw;
  }
  .yi1iibotton {
    transform: scaleY(-1);
    margin-bottom: -1px;
  }
  .yi1ii-svg {
    fill: #fff;
  }
  .yi1ii-bg {
    background-image: url("/img/bi4hta/map.png?v={{random}}") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media screen and (max-width: 1024px) {
  }


  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: 250px;
  }

  .footer {
    position: relative;
    background: #82a237;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  } 

  .menu__link {
    font-size: 1.2rem;
    color: #fff !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p { 
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2382a237;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

