@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/*@import url('https://fonts.googleapis.com/css2?family=Trirong:wght@100;400&display=swap');*/
/** { font-family: 'Trirong', serif;  }*/
/* Header  --- */
* {font-family: 'K2D', sans-serif; }

h1,h2,h3, h4 { color:#1a80b6;}
h5 { color:#333;}
.syn-font { font-family:'Trirong',serif; }
.syn-font-blue { color:#1a80b6; }
.syn-font-orange { color:#f38e20; }

.text-justify { text-align: justify;  text-justify: inter-word }
.text-indent { text-indent:30px; }

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}



.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.bg-header { 
   --bs-bg-opacity: 1;
 /* background-color: #1a80b6 !important;*/
  background:#00a0dc url('../images/bg-header.png') repeat-x;
}

.bg-main { background:url('../images/bg-cover.png') repeat-x; background-position:top 100px }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.text-active-header {
  --bs-text-opacity: 1;
 /* color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;*/
 color: #fff78b !important;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}


.home-vdo-auto-scroll {position:relative;margin-top:.5rem; height:400px; overflow:auto; }

.breadcrumb-item a {
  text-decoration:none;
  color:#1a80b6;
}
.breadcrumb-item a:hover {
  text-decoration:underline;
}


/* End of Header  --- */

     .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      /* nav item link menu */
      .boxHoverUp { 
        transform:translate3d(0, 0, 0);
         transition:all 0.9s;
       }
       .boxHoverUp:hover { 
         transform:translate3d(0, -1.5rem, 0);
         transition:all 0.9s;
       }

       .nav-item a { 
        transform:translate3d(0, 0, 0);
         transition:all 0.5s;
       }
      .nav-item a:hover { 
        transform:translate3d(0, -0.6rem, 0);
        transition:all 0.9s;
      }