body {
    background-color: #ffffff;
    font-family: "Taviraj", sans-serif !important ;
    font-size: 17px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 0.95px;
    color: #696969;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Kanit, sans-serif;
    font-weight: 300;
    color: #004486;
}
.ml-1 {
    margin-left: 10px;
}
.ml-3 {
    margin-left: 30px;
}
.mr-3 {
    margin-right: 30px;
}
.ml-5 {
    margin-left: 50px;
}
b, strong {
  font-weight: 400;
}
/* .tag {
    margin-top: 10px;
} */
 p {
  font-family: "Taviraj", sans-serif !important ;
  word-wrap: break-word;
  letter-spacing: 0.85px;
  font-size: 17px;
  line-height: 28px;
 }
 p.tag {
  margin-bottom: 5px !important
 }
.tag a {
    font-size: 15px;
    color: #004486;
    text-decoration: none;
    font-weight: 200;
}
.tag a:hover {
    color: #027BFF;
    text-decoration: none;
}
a {
    color: #004486;
    text-decoration: none;
    word-wrap: break-word;
}
a:hover {
    color: #027BFF;
    text-decoration: none;
}
hr {
    margin: 20px 0;
    color: #004486;
    background-color: currentColor;
    opacity: 0.75
}
.view-grid {
    text-align: right;
}
.bi {
  font-size: 22px;
  font-weight: 500;
}
h2 .bi {
  font-size: 24px;
  font-weight: 500;
  padding-right: 10px;
}
.text-right {
    text-align: right;
    margin-right: 50px;
}
.clear-fix {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .text-right {
    text-align: right;
    margin-right: 20px;
}
} 

/* Button
------------------------------------- */
.custom-btn {
  width: 130px;
  height: 40px;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 300;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-8 {
  background-color: #2c92ff;
  background-image: linear-gradient(315deg, #2c92ff 0%, #004486 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #004486;
  transition: all 0.3s ease;
}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background: transparent;
}
.btn-8 span:hover{
  color: #004486;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #004486;
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}



/* Nav
------------------------------------- */
nav {
  font-family: Kanit, sans-serif;
}
.navbar-brand {
    margin-right: 10px;
}
.navbar-brand img {
    width: 100%;
    max-width: 50px;
}
nav.bg-blue {
    /* background-color: #013165; */
    background-color: #ffffff;
}
.navbar-toggler {
  background-color: #cbcbcb;
}
a.nav-link {
    color: #013165;
    text-decoration: none;
    font-weight: 300;
    margin-right: 20px;
}
a.nav-link.lang {
    margin-right: 0px;
}
a.nav-link:hover, a.nav-link.active, a.nav-link.show {
    /* color: rgba(255,255,255,0.7); */
    /* color: rgba(10,89,225,0.9); */
    color: #027BFF !important;
    text-decoration: none;
}
.concept-logo {
    width: 100%;
    max-width: 70px;
    /* background-color: #eaeaea; */
}
.site-title {
    /* color: #ffffff; */
    color: #013165;
    font-size: 18px;
    font-weight: 300;
    padding: 0 40px 0 10px;
}
.menu-right {
    width: 20%;
}
@media only screen and (max-width: 767px) {
  .menu-right {
    width: 100%;
  }
  .navbar>.container-fluid{
    justify-content: center;
  }
} 
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-right {
    width: 100%;
  }
  .navbar>.container-fluid{
    justify-content: center;
  }
} 
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .menu-right {
    width: 100%;
  }
} 


/* Banner
------------------------------------- */
.banner {
    position: relative;
    height: 650px;
    /* background-color: #222222; */
  }
.banner .banner-image {
    position: absolute;
    width: 100%;
    height: 650px;
}
.banner .banner-image img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    mix-blend-mode: normal;   
}
.banner .text-wrapper {
    width: 80%;
    left: 10%;
    right: 10%;
    position: relative;
    padding-top: 200px;
    text-align: center;
    display: flex;
}
.banner .inner-text-wrapper {
    width: 100%;
    padding: 30px;
    /* background: rgba(0, 0, 0, 0.1); */
    /* background: rgba(255, 255, 255, 0.1); */
}
.banner .site-name h1 {
    letter-spacing: 2px;
    font-size: 50px;
    margin: 0;
    text-align: center;
    color: #ffffff;
}
.banner .site-name h2 {
    letter-spacing: 2px;
    font-size: 40px;
    margin: 0;
    text-align: center;
    color: #ffffff;
}
.banner .site-name h4 {
    letter-spacing: 2px;
    font-size: 28px;
    margin: 0 0 10px;
    text-align: center;
    color: #ffffff;
}
.banner .site-name a {
    color: #fff;
    text-decoration: none;
}
.banner .site-tagline {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .banner {
        height: 600px;
    }
    .banner .banner-image {
        height: 600px;
    }
    .banner .banner-image img {
        height: 600px;
    }
    .banner .text-wrapper {
        width: 80%;
        left: 10%;
        right: 10%;
        padding-top: 150px;
    }
    .banner .inner-text-wrapper {
        width: 100%;
        padding: 15px;
    }
    .banner .site-name h1 {
        letter-spacing: 0.5px;
        font-size: 32px;
    }
    .banner .site-name h2 {
        letter-spacing: 0.5px;
        font-size: 28px;
    }
    .banner .site-name h4 {
        letter-spacing: 0.5px;
        font-size: 18px;
    }
    .banner .site-tagline {
        color: #ffffff;
        letter-spacing: 0.5px;
        font-size: 18px;
        font-weight: 300;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banner {
        height: 600px;
    }
    .banner .banner-image {
        height: 600px;
    }
    .banner .banner-image img {
        height: 600px;
    }
    .banner .text-wrapper {
        width: 80%;
        left: 10%;
        right: 10%;
        padding-top: 150px;
    }
    .banner .inner-text-wrapper {
        width: 100%;
        padding: 15px;
    }
    .banner .site-name h1 {
        letter-spacing: 0.5px;
        font-size: 42px;
    }
    .banner .site-name h2 {
        letter-spacing: 0.5px;
        font-size: 34px;
    }
    .banner .site-name h4 {
        letter-spacing: 0.5px;
        font-size: 24px;
    }
    .banner .site-tagline {
        color: #ffffff;
        letter-spacing: 0.5px;
        font-size: 18px;
        font-weight: 300;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .banner {
        height: 600px;
    }
    .banner .banner-image {
        height: 600px;
    }
    .banner .banner-image img {
        height: 600px;
    }
    .banner .text-wrapper {
        width: 80%;
        left: 10%;
        right: 10%;
        padding-top: 120px;
    }
    .banner .inner-text-wrapper {
        padding: 15px;
    }
    .banner .site-name h1 {
        letter-spacing: 0.5px;
        font-size: 48px;
    }
    .banner .site-name h2 {
        letter-spacing: 0.5px;
        font-size: 36px;
    }
    .banner .site-name h4 {
        letter-spacing: 0.5px;
        font-size: 24px;
    }
    .banner .site-tagline {
        color: #ffffff;
        letter-spacing: 0.5px;
        font-size: 18px;
        font-weight: 300;
        margin: 0 auto;
    }
}



/* Intro
-------------------------------------- */
#slide .intro {
  display: grid;
  margin-top:80px;
  width: 100%;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
#slide .intro-text img {
  width: 85%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
#slide .intro-list {
  margin-left: 30px;
}
#slide .intro-list ul {
  list-style: none;
  padding-left: 0;
}
#slide .intro-list li {
  display: block;
}
div.intro-item {
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
  /* cursor: pointer; */
  transition: 0.2s;
  padding: 20px 30px;
  border: 1px solid #ffffff;
  text-align: left;
  margin: 10px 0;
}
.intro-text h2 {
  font-size: 34px;
}



/* Summary Content
-------------------------------- */
.summary {
  display: grid;
  margin-top:80px;
  margin-bottom:50px;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}
.summary-card {
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  /* cursor: pointer; */
  transition: 0.2s;
  padding: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 10px 0;
}
/* .summary-card:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */
.summary-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary-card i {
  padding-right: 20px;
}
.summary-text {
  text-align: center;
  vertical-align: middle;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .summary {
    margin-top:10px;
    margin-bottom:80px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
  }
  .summary-text h2 {
    font-size: 30px;
  }
  .summary-text h5 {
    font-size: 25px;
  }
   .summary-card h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .summary {
    margin-top:0px;
    margin-bottom:80px;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr))
  }
  .summary-card h2 {
    font-size: 22px;
  }
  .summary-text h2 {
    font-size: 25px;
  }
  .summary-text h5 {
    font-size: 18px;
  }
  .summary-card i {
  padding-right: 5px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .summary {
    margin-top:80px;
    margin-bottom:80px;
  }
}


/* Slick Slide
-------------------------------------- */
#slide .image-wrapper {
    position: relative;
    text-align: center;
    padding: 0px;
}
h1.section-title {
  font-size: 52px;
}
.image-text-wrapper {
    width: 100%;
    height: 100%;
    padding: 5px;
}
.slick-slide img {
    filter: contrast(100%);
    transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.slick-slide img:hover {
    filter: contrast(70%);
    transform: scale(1.1);
    transition: all 300ms ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
} 
.name {
    position: relative;
    font-size: 16px;
    display: inline-block;
}
.name:after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #000;
    bottom: -4px;
    left: 0;
}
.box {
    position: relative;
    max-height: 400px;
    border-radius: 4px;
    overflow: hidden;
}
.box .hide {
    opacity: 0;
}
.box .frame {
    position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box h2, .box h4 {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.box h4 {
    bottom: 30%;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 0 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.box:hover {
    transition: all 0.3s ease-in-out;
}
.box:hover:before {
    transition: all 0.3s ease-in-out;
}
.box img {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 230px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.box img:hover {
    transition: all 0.3s ease-in-out;
}
.box img:after {
    content: "";
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.6); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.box img:hover {
    transition: all 0.3s ease-in-out;
}
  
.zoom-in h2 {
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    margin: 0;
}
.zoom-in p {
    text-align: center;
    top: calc(50% + 40px);
    transition: all 0.3s ease;
    transform: scale(1.8);
    opacity: 0;
}
.zoom-in:hover img {
    transform: scale(1.1);
    filter: grayscale(100%);
}
.zoom-in:hover p {
    transform: scale(1);
    transition: all 0.3s ease;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
  .box img {
    max-height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    
}



/* Banner Search Box
----------------------------------- */
.banner-search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #027BFF;
  border-right: none;
  padding: 5px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.searchTerm:focus {
  color: #027BFF;
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid #027BFF;
  background: #027BFF;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
button svg {
  padding-top: 5px;
}
.wrap {
  margin-top: 50px;
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    
}




/* Search Box - Index Page
----------------------------------- */
#index-search {
    padding-top: 80px;
}
.form-group {
    background-color: #027BFF;
    padding: 2px;
    border-radius: 5px;
    margin: 10px 5px;
}
.has-search .form-control {
    padding-left: 30px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 40px;
    padding-top: 7px;
    text-align: center;
    pointer-events: none;
    color: #9b9b9b;
}
/* select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 3px;
  font-size: 18px;
  height: 50px;
  margin: 10px 5px;
  outline: 0;
  padding: 0 20px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
} */
select.file-type {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  font-size: 18px;
  height: 42px;
  margin: 12px 5px 0 5px;
  outline: 0;
  padding: 5px 20px;
  width: 100%;
  /* background-color: #ffffff; */
  /* color: #9b9b9b; */
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}
label {
  display: block;
  /* font-size: 21px; */
  margin: 20px 0 15px 0;
}
label.light {
  font-weight: 200;
  display: inline;
} 
.select2-container .select2-search--inline .select2-search__field {
  height: 22px;
}
@media only screen and (min-width: 1024px) {
  #index-search {
    display: none;
  }
}



/* Search Button
---------------------------------- */
.button-ok {
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0 15px;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border: 1px solid #0050a0;
  border-radius: 8px;
  padding: 5px 16px;
  background-color: #0050a0;
  background-image: radial-gradient(75% 25% at 50% 5%, rgba(255, 255, 255, 0.2), transparent);
  color: #ffffff;
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  transition-property: border-color, transform, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.55, 1, 0.15, 1);
  will-change: transform;
  cursor: pointer;
}

.button-ok:focus {
  outline-style: solid;
  outline-color: transparent;
}

@media (hover: hover) {
  .button-ok:hover {
    border-color: #027BFF;
    transform: scale(1.04);
    background-color: #027BFF;
  }
}
.button-ok:focus-visible {
  border-color: #027BFF;
  transform: scale(1.04);
  background-color: #027BFF;
  text-decoration-line: underline;
  text-decoration-thickness: 0.0625em;
  text-underline-offset: 0.125em;
}
.button-ok:active {
  border-color: #027BFF;
  transform: scale(0.96);
  background-color: #027BFF;
  background-image: radial-gradient(75% 25% at 50% 95%, rgba(255, 255, 255, 0.2), transparent)
}

.button-no {
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  border: 1px solid #515151;
  border-radius: 8px;
  padding: 5px 16px;
  background-color: #515151;
  background-image: radial-gradient(75% 25% at 50% 5%, rgba(255, 255, 255, 0.2), transparent);
  color: #fafafa;
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  transition-property: border-color, transform, background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.55, 1, 0.15, 1);
  will-change: transform;
  cursor: pointer;
}

.button-no:focus {
  outline-style: solid;
  outline-color: transparent;
}

@media (hover: hover) {
  .button-no:hover {
    border-color: #2f2f2f;
    transform: scale(1.04);
    background-color: #2f2f2f;
  }
}
.button-no:focus-visible {
  border-color: #2f2f2f;
  transform: scale(1.04);
  background-color: #2f2f2f;
  text-decoration-line: underline;
  text-decoration-thickness: 0.0625em;
  text-underline-offset: 0.125em;
}
.button-no:active {
  border-color: #2f2f2f;
  transform: scale(0.96);
  background-color: #2f2f2f;
  background-image: radial-gradient(75% 25% at 50% 95%, rgba(255, 255, 255, 0.2), transparent)
}



/* Breadcrumb
-------------------------------------- */
#breadcrumb {
    padding: 40px 0;
}
.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem 0 0 0;
    list-style: none;
}
.breadcrumb-list li {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.breadcrumb-item a {
    color: #004486;
    font-weight: 300;
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: #027BFF;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #027BFF;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    display: inline-block;
    padding: 0 0.5rem;
    color: #004486;
}


/* Footer
------------------------------------- */
footer ul {
  font-family: Kanit, sans-serif !important ;
  margin: 0px;
  padding: 0px;
}
div.footer-address ul li {
  display: grid;
  list-style: none;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0px;
  width: 100%;
  color: #013165;
}
.footer-section {
  /* background: #151414; */
  background: #ffffff;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #013165;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  /* color: #9d9d9d; */
  color: #013165;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo img {
  max-width: 80px;
  padding-right: 10px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  /* color: #9d9d9d; */
  color: #013165;
  line-height: 28px;
}
.footer-social-icon span {
  color: #013165;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #013165;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-widget-heading h3 {
  color: #013165;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #027BFF;
}
.footer-widget {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.footer-widget-org {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.footer-widget ul li{
  list-style: none;
  margin-bottom: 12px;
  font-size: 16px;
}
.footer-widget ul li a:hover {
  color: #027BFF;
}
.footer-widget ul li a {
  /* color: #9d9d9d; */
  color: #013165;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #013165;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #027BFF;
  padding: 13px 20px;
  border: 1px solid #027BFF;
  top: 0;
}
.subscribe-form button i {
  color: #013165;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  font-family: Kanit, sans-serif !important ;
  /* color: #9d9d9d; */
  color: #ffffff;
}
.copyright-text p a {
  color: #027BFF;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #027BFF;
}
.footer-menu li a {
  font-size: 14px;
  /* color: #878787; */
  color: #013165;
}


/* Page Title
-------------------------------------- */
.page-title {
    position: relative;
    height: 400px;
    /* background-color: #222; */
    color: #ffffff;
  }
.page-title .page-title-image {
    position: absolute;
    width: 100%;
    height: 400px;
}
.page-title .page-title-image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    /* filter: contrast(0.7); */
}
.page-title .title-wrapper {
    width: 80%;
    left: 10%;
    right: 10%;
    position: relative;
    padding-top: 160px;
    /* padding-bottom: 150px; */
}
.page-title .inner-title-wrapper {
    width: 100%;
    padding: 30px;
}
.page-title .title-name h1 {
    letter-spacing: 2px;
    font-size: 60px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: center;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .page-title .title-name h1 {
    margin-top: 20%;
    font-size: 32px;
  }
}


/* Accordion
------------------------------------- */
.accordion .accordion-item {
  border: none;
}
.accordion-item button {
  border-radius: 5px;
  background-color: #2c92ff;
  color: #ffffff;
  border: none
}
.accordion .accordion-item button[aria-expanded=true] {
  border: none;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #ffffff;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #ffffff;
  /* border: 1px solid #ffffff; */
}
.accordion button .accordion-title {
  padding: 15px;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 50;
  width: 22px;
  height: 22px;
  /* border: 1px solid; 
  border-radius: 22px;*/
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #ffffff;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  background: none;
  padding: 10px;
}
.accordion .accordion-content p {
  color: #696969;
  font-size: 18px;
}
.accordion .accordion-content img {
  padding-bottom: 20px;
}
.col-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.col-content .col-item {
    flex: 1 1 calc(50% - 20px);
    padding: 5px 20px;
}
.col-content .row-item {
    flex: 1 1 calc(100% - 20px);
    padding: 5px 20px;
}



/* Accordion with Nesting for Series
------------------------------------ */
.acc-nesting ul {
  list-style: none;
  padding-left: 15px;
}
.acc-nesting ul .inner {
  padding-left: 15px;
  overflow: hidden;
  display: none;
}
.acc-nesting ul li {
  margin: 0.5em 0;
}
.acc-nesting ul li a.toggle {
  width: 100%;
  height: fit-content;
  display: block;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #004486;
  color: #004486;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
.acc-nesting ul li a.toggle:hover {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #004486;
}
 .acc-nesting .accordion svg {
  margin: 5px 0 0 15px;
  left: 20px;
  right: auto;
  font-size: 16px;
}
/*
.acc-nesting .accordion li.toggle i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} */


/* Series Content - Accordion
------------------------------------- */
.series-container {
    background-color: #f6f6f6;
}
.series-content {
    padding: 30px 0px;
}
.series-acc-container {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.series-group {
    border: 1px solid #004486;
    margin-bottom: 10px;
    background-color: #ffffff;
}
.series-acc-container .series-body {
    width: 98%;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 28px;
    padding: 0 20px;
    box-sizing: border-box;
    transition: 0.5s;
    overflow: hidden;
}  
.series-acc-container label {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 15px;
    width: 100%;
    color: #4a4a4a;
    font-weight: 400;
    box-sizing: border-box;
    z-index: 100;
} 
.series-acc-container input {
    display: none;
}  
.series-acc-container label:before {
    font-family: "FontAwesome";
    content: "\f067";
    font-weight: bolder;
    float: left;
    padding-right: 15px;
}  
.series-acc-container input:checked + label {
    background-color: rgba(255, 255, 255, 0.15);
}  
.series-acc-container input:checked + label:before {
    font-family: "FontAwesome";
    content: "\f00d";
    transition: 0.5s;
}  
.series-acc-container input:checked ~ .series-body {
    height: auto;
    color: #4a4a4a;
    font-size: 16px;
    padding: 20px;
    transition: 0.5s;
}
.series-col-content {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}
.series-col-content .series-col-item {
    flex: 1 1 calc(50% - 20px);
    padding: 5px 20px;
}
.series-col-content .series-row-item {
    flex: 1 1 calc(100% - 20px);
    padding: 5px 20px;
}


/* Back To TOP
----------------------------- */
#bttbutton {
    display: inline-block;
    background-color: #004486;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#bttbutton::after {
    /* content: "\f077";
    font-family: FontAwesome; */
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
}
#bttbutton svg {
    font-size: 45px;
    color: #fff;
} 
#bttbutton:hover {
    cursor: pointer;
    background-color: #2c92ff;
}
#bttbutton:active {
    background-color: #2c92ff;
}
#bttbutton.show {
    opacity: 1;
    visibility: visible;
}



/* Index Album - Grid Card 
---------------------------- */
.index-grid {
  display: grid;
  margin-top:50px;
  width: 100%;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.index-grid .index-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
.index-grid .index-card:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.index-grid .index-card__img {
  display: block;
  width: 100%;
  /* max-width: 320px; */
  height: 100%;
  /* max-height: 300px; */
  object-fit: cover;
  aspect-ratio: 1;
}
.index-grid .index-card__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-row-gap: 5px;
  padding: 10px;
  height: 100%;
}
.index-grid .index-card__header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-grid .index-card__text {
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
  color: #004486;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-card__content .teaser {
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
  bottom: 0;
  padding: 0 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-card__text .bi {
  font-size: 17px;
}
.index-grid .index-card__btn {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #3363ff;
  background-color: #e6ecff;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
}
.index-grid .index-card__btn span {
  margin-left: 15px;
  transition: 0.2s;
}
.index-grid .index-card__btn:hover, .index-grid .index-card__btn:active {
  background-color: #dce4ff;
}
.index-rid .index-card__btn:hover span, .index-grid .index-card__btn:active span {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .index-grid {
    margin-top:10px;
  }
  .index-grid .index-card__img {
    max-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .index-grid {
    margin-top:10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .index-grid {
    margin-top:80px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}


/* Collections Page
----------------------------- */
.collections-grid-page {
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.hero-grid {
  position: relative;
  /* float: left; */
  overflow: hidden;
  /* background: #3085a3; */
  /* background: rgba(0, 0, 0, 0.5); */
  cursor: pointer;
  margin: 20px;
  /* max-width: 350px;
  max-height: 280px; 
  filter: contrast(0.7);*/
}

.hero-grid-image {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.2;
}

.hero-grid-content {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 25%;
  width: 100%;
}

.hero-grid-content::before,
.hero-grid-content::after {
  pointer-events: none;
}

.hero-grid-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.hero-grid-title {
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
  line-height: 1;
  color:#ffffff;
}
h2.hero-grid-title {
  font-size: 32px;
}

.hero-grid-title span {
  font-weight: 800;
}

.hero-tag {
  display: inline-block;
  font-size: 0.5em;
  padding: 0.5em;
  background: #fff;
  color: #000;
}

.hero-grid h2,
.hero-grid p {
  margin: 0;
}

.hero-grid p {
  letter-spacing: 1px;
  font-size: 68.5%;
  height: 2.25em;
  overflow: hidden;
}

.effect-image {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.effect-target {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.effect-target {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.effect-text {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.effect-move:hover .effect-image,
.effect-move:hover .effect-text {
  opacity: 1;
}

.effect-move:hover .effect-target,
.effect-move:hover .effect-image {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effect-move:hover .effect-text {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}



/* Collection Page - Series Item - Grid Card 
---------------------------- */
img.collection-thumbnail {
  width: 100%;
  height: 100%;
  /* max-width: 400px;
  height: 400px; */
  object-fit: cover;
  aspect-ratio: 1;
}
.series-grid {
  display: grid;
  /* width: 100%; */
  margin: 0 20px;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
.series-grid .series-item-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
.series-grid .series-item-card:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.series-grid .series-item-card__img {
  display: block;
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  aspect-ratio: 1;
}
.series-grid .series-item-card__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-row-gap: 5px;
  padding: 10px;
  height: 100%;
}
.series-grid .series-item-card__header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
h2.series-grid-title {
  font-size: 26px;
  color: #ffffff;
}
.series-grid .series-item-card__text {
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
  color: #ffffff;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.series-grid .series-item-card__btn {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #3363ff;
  background-color: #e6ecff;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
}
.series-grid .series--itemcard__btn span {
  margin-left: 15px;
  transition: 0.2s;
}
.series-grid .series-item-card__btn:hover, .series-grid .series-item-card__btn:active {
  background-color: #dce4ff;
}
.series-rid .series-item-card__btn:hover span, .series-grid .series-item-card__btn:active span {
  margin-left: 15px;
}
.series-effect-image {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.effect-move:hover .series-effect-image,
.effect-move:hover .effect-text {
  opacity: 1;
}

.effect-move:hover .effect-target,
.effect-move:hover .series-effect-image {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



/* Item List - List Card
------------------------------------ */
.item-list{
    margin: 15px 0;
}
.item-title {
  letter-spacing: 0.25px;
  line-height: 30px;
  color: #ffffff;
  bottom: 0;
  padding: 0 ;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-content {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 26px;
  bottom: 0;
  padding: 0 ;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.item-card-list {
  margin: 15px 0;
  height: auto;
  display: flex;
  /* box-shadow: 1px 3px 3px rgba(0, 10, 20, 0.06); */
}
.item-card-list img {
  width: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1 1 auto;
}
.item-card-list-body {
  width: 100%;
  max-height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 0 25px;
}
.item-card-list-body button {
  min-width: 8.3em;
  flex: none;
  align-self: flex-start;
  margin-top: auto;
  padding: 0.6em 1.2em;
  font-size: 0.92em;
  color: #404646;
  background: none;
  border: 0.5px solid #777;
  border-radius: 2px;
}
.item-card-list-body button:hover {
  border-color: #d099a0;
}

.item-card-list-text {
  position: relative;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0.8em 0;
  padding: 0;
}
.item-card-list-text h3, .item-card-list-text p {
  margin-top: 0;
}
h3.item-title {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .item-card-list {
    display: block;
  }
  .itemcard-list-body {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container-item.grid {
    display: grid;
    justify-content: center;
    align-content: start;
    grid-gap: 20px;
    grid-template: auto/repeat(auto-fill, minmax(400px, 400px));
}
  .item-card-list img {
    height: auto;
    width: 250px;
    -o-object-fit: cover;
      object-fit: cover;
    flex: 1 1 auto;
    padding-bottom: 15px;
  }
  .item-card-list-body {
    padding: 0 15px;
  }
}


/* Item - Video
------------------------------------- */
.item-video {
  margin: 0 0 15px 5px;
  border: 1px solid #efefef;
}
.item-video:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.item-video-card {
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
.item-video-card-text {
  padding: 20px 15px;
}
.item-video-card-text h2 { 
  color: #696969;
}
.item-video-card-text p {
  -moz-flex: 1 0 auto;
  flex: 0 0 auto;
  letter-spacing: 0.25px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
}



/* Stories Page
------------------------------------- */
.stories-grid {
  display: grid;
  margin-top:30px;
  width: 100%;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.stories-grid .stories-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
.stories-grid .stories-card:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.stories-grid .stories-card__img {
  display: block;
  width: 100%;
  /* max-width: 320px; */
  height: 100%;
  /* max-height: 220px; */
  object-fit: cover;
  aspect-ratio: 1;
}
.stories-grid .stories-card__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-row-gap: 5px;
  padding: 10px;
  height: 100%;
}
.stories-grid .stories-card__header {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.stories-grid .stories-card__text {
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
  color: #004486;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.stories-card__content .teaser {
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 26px;
  bottom: 0;
  padding: 0 15px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
div.teaser {
  font-family: "Taviraj", sans-serif !important ;
  font-size: 17px;
}
.stories-card__text .bi {
  font-size: 17px;
}
.stories-grid .stories-card__btn {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #3363ff;
  background-color: #e6ecff;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
}
.stories-grid .stories-card__btn span {
  margin-left: 15px;
  transition: 0.2s;
}
.stories-grid .index-card__btn:hover, .stories-grid .stories-card__btn:active {
  background-color: #dce4ff;
}
.stories-rid .stories-card__btn:hover span, .stories-grid .stories-card__btn:active span {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .stories-grid {
    margin-top:10px;
  }
  .stories-grid .stories-card__img {
    max-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .stories-grid {
    margin-top:10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .stories-grid {
    margin-top:80px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}



/* Stories Item Page
------------------------------------- */
.stories-teaser {
  padding-top: 10px;
}
.published-date {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}
.stories-content {
  background-color: #f6f6f6;
  padding: 30px;
}
.stories-content img {
  display:block;
  width: 100%;
  max-width: 600px;
  height: auto;  
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.stories-content iframe {
  display:block;
  width: 100%;
  max-width: 650px;
  height: 400px;  
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}



/* Related Content
------------------------------------- */
.relate-content {
  display: grid;
  margin: 0 20px;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.relate-content .relate-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}

.relate-content .relate-card:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



/* Team - Card
------------------------------------- */
.team {
  display: grid;
  margin: 0 20px;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.team-card {
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.1);
  border: 1;
  border-radius: 1rem;
  padding: 15px;
}
.team-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  max-height: fit-content;
}

.img-hover-zoom--colorize img {
  border-radius: 50%;
  width: 150px;
  height: auto;
  margin-top: 20px;
  padding: 1px;
  transition: transform 0.5s;
  filter: grayscale(100%);
}

.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}

.team-card h5 {
  overflow: hidden;
  height: 80px;
  font-weight: 300;
  font-size: 1rem;
}

.team-card h5 a {
  color: black;
  text-decoration: none;
}

.team-role {
  color: #7a7a7a;
}

.team-box {
  font-size: 16px;
  text-align: center;
  justify-content: center;
}

.team-fab {
  font-size: 1.5rem;
  color: darkgray;
  transition: transform 0.5s;
}

.team-fab:hover {
  color: black;
  transform: scale(1.1);
}

.team-card h2 {
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .img-hover-zoom--colorize img {
    width: 200px;
  }
}



/* Contact Page
------------------------------------- */
.contact {
  display: grid;
  margin: 0 20px;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.contact-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
}
.contact-address {
  width: 100%;
  padding: 20px 15px;
}





/* Tree List - Collections List 
------------------------------------ */
.tree {
  font-family: Kanit, sans-serif;
  --radius: 8px;
  --spacing: 30px;
}

.tree li {
  display: block;
  padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
  position: relative;
  line-height: 30px;
}

.tree ul {
  margin-left: calc(var(--radius) - var(--spacing));
  padding-left: 0;
}

.tree ul li {
  border-left: 1px solid #dddddd;
}
.tree ul li:last-child {
  border-color: transparent;
}
.tree ul li::before {
  /* border-width: 0 0 2px 0;
  border: solid #dddddd; */
  content: "";
  display: block;
  height: calc(var(--spacing) + 1px);
  left: -2px;
  position: absolute;
  top: calc(var(--spacing) / -2);
  width: calc(var(--spacing) + 2px);
}

.tree summary {
  cursor: pointer;
  display: block;
  font-weight: 300;
}
.tree summary::marker, .tree summary::-webkit-details-marker {
  display: none;
}
.tree summary:focus {
  outline: none;
}
.tree summary:focus-visible {
  outline: 1px dotted #000000;
}

.tree li::after,
.tree summary::before {
  background: #dddddd;
  border-radius: 50%;
  content: "";
  display: block;
  height: calc(2 * var(--radius));
  left: calc(var(--spacing) - var(--radius) - 1px);
  position: absolute;
  top: calc(var(--spacing) / 2 - var(--radius));
  width: calc(2 * var(--radius));
}

.tree summary::before {
  background: #669966 url("expand-collapse.svg") 0 0;
  z-index: 1;
}

.tree details[open] > summary::before {
  background-position: calc(-2 * var(--radius)) 0;
}



/* Checkbox
------------------------------------ */
ul.check-control {
  columns: 2 500px;
  list-style: none;
  vertical-align: top;
}
ul.check-control label {
  margin: 0 0 10px 0;
}
.check-control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.check-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.check-control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #b0b0b0;
}
.check-control:hover input ~ .check-control__indicator,
.check-control input:focus ~ .check-control__indicator {
  background: #ccc;
}
.check-control input:checked ~ .check-control__indicator {
  background: #2c92ff;
}
.check-control:hover input:not([disabled]):checked ~ .check-control__indicator,
.check-control input:checked:focus ~ .check-control__indicator {
  background: #2c92ff;
}
.check-control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.check-control input:checked ~ .check-control__indicator:after {
  display: block;
}
.check-control--checkbox .check-control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-control--checkbox input:disabled ~ .check-control__indicator:after {
  border-color: #7b7b7b;
}



/* Unite Gallery
----------------------------------- */
.ug-gallery-wrapper .ug-carousel-wrapper {
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  left: 0 !important;
}

.ug-thumbs-grid {
  left: 25px !important;
}

.ug-gallery-wrapper .ug-textpanel-title {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .ug-thumbs-grid {
  left: 0px !important;
}
}



/* Pagination
----------------------------- */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: fit-content;
  /* box-shadow: 0px 0.5vh 5px 0px rgba(0, 0, 0, 0.25); */
  max-width: 100%;
  margin: 15px auto;
  justify-content: center;
  align-items: center;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* .pagination li {
  background-color: #3e3e3e;
} */

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-left-width: 0;
  min-width: 44px;
  min-height: 44px;
  background-color:  #004486;
  color: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
  margin: 5px;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
}

.pagination li:not([class*="current"]) a:hover {
  /* background-color: rgba(255, 255, 255, 0.2); */
  background-color: #2c92ff;
  border-top-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.35);
}

.pagination li:not([class*="current"]) a:focus,
.pagination li:not([class*="current"]) a:active {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
  border-left-width: 1px;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li:first-of-type span,
.pagination li:last-of-type span,
.pagination li:nth-of-type(2) span,
.pagination li:nth-last-of-type(2) span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li:first-child a::before,
.pagination li:last-child a::after,
.pagination li:nth-of-type(2) a::before,
.pagination li:nth-last-of-type(2) a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li:first-child a::before,
.pagination li:last-child a::after {
  content: "\f100";
}

.pagination li:nth-of-type(2) a::before,
.pagination li:nth-last-of-type(2) a::after {
  content: "\f104";
}

.pagination li:last-child a::after,
.pagination li:nth-last-of-type(2) a::after {
  transform: rotate(180deg);
}

.pagination li.current a {
  padding-top: 0.25em;
  color: rgba(255, 255, 255, 1);
  background-color: #2c92ff;
  box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
  cursor: default;
  pointer-events: none;
}



/* Date Picker
------------------------------------- */
.datepicker-cell {
    color: #202020;
}
.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: #39393b;
}
.dow {
    color: #787878;
}



/* Download Button
------------------------------------ */
.dl-btn {
  margin-bottom: 30px;
}
.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #e1e1e1;
  
  margin-bottom: 15px;
  padding: calc(0.5em + var(--s)) calc(0.7em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#000000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #000000;
  outline-offset: .3em;
  font-size: 18px;
  letter-spacing: 0.5px;

  border: 0;
  text-align: left;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}




/* Table
------------------------------------ */
.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
.table>:not(caption)>*>* {
  background-color: transparent;
  color: #004486;
}
.table-row {
  display: table-row;
  background: #f6f6f6;
  text-align: left;
}
.table-row:nth-of-type(odd) {
  background: #e9e9e9;
  text-align: left;
}
.table-row.header {
  font-weight: 400;
  color: #ffffff;
  background: #004486;
  text-align: left;
}
.table-cell {
  padding: 6px 12px;
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .table {
    display: block;
  }
  .table-row {
    padding: 14px 0 7px;
    display: block;
  }
  .table-row.header {
    padding: 0;
    height: 6px;
  }
  .table-row.header .table-cell {
    display: none;
  }
  .table-row .table-cell {
    margin-bottom: 10px;
  }
  .table-row .table-cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }
  .table-cell {
    padding: 2px 16px;
    display: block;
  }
}



/* Ribbon - Search Result
------------------------------------ */
.ribbon {
  line-height: 0.8em;
  font-size: 18px;
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 300;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -1px;
  display: block;
  width: 92px;
  height: 80px;
  background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
  color: white;
  margin: 15px;
  float: left;
  padding-top: 1rem;
  position: relative;
  -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
  transform: translate3d(0, 0, 0);
}
.ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 1.5rem solid #CCCCCC;
  position: absolute;
  top: 80px;
  left: 0;
}
.ribbon.ribbon--red {
  background: linear-gradient(to bottom, #d3362d 0%, #e57368 100%);
}
.ribbon.ribbon--red:after {
  border-top: 1.5rem solid #E57368;
}
.ribbon.ribbon--orange {
  background: linear-gradient(to bottom, #e7711b 0%, #f7981d 100%);
}
.ribbon.ribbon--orange:after {
  border-top: 1.5rem solid #F7981D;
}
.ribbon.ribbon--yellow {
  background: linear-gradient(to bottom, #f1ca3a 0%, #f6eb3b 100%);
}
.ribbon.ribbon--yellow:after {
  border-top: 1.5rem solid #F6EB3B;
}
.ribbon.ribbon--green {
  background: linear-gradient(to bottom, #5f9654 0%, #65b045 100%);
}
.ribbon.ribbon--green:after {
  border-top: 1.5rem solid #65B045;
}
.ribbon.ribbon--blue {
  background: linear-gradient(to bottom, #1c91c0 0%, #11a9cc 100%);
}
.ribbon.ribbon--blue:after {
  border-top: 1.5rem solid #11A9CC;
}
.ribbon.ribbon--purple {
  background: linear-gradient(to bottom, #5c3292 0%, #7e3794 100%);
}
.ribbon.ribbon--purple:after {
  border-top: 1.5rem solid #7E3794;
}
@media only screen and (max-width: 767px) {
  .ribbon {
    width: 200px;
    height: 40px;
  }
  .ribbon:after {
    display: none;
  }
}




/* Ribbon - Related Content
------------------------------------ */
.related-ribbon {
  line-height: 0.8em;
  font-size: 18px;
  /* text-transform: uppercase; */
  text-align: center;
  font-weight: 300;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -1px;
  display: block;
  width: 106px;
  height: 80px;
  background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
  color: white;
  margin: 15px;
  float: left;
  padding-top: 1rem;
  position: relative;
  -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
  transform: translate3d(0, 0, 0);
}
.related-ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 1.5rem solid #CCCCCC;
  position: absolute;
  top: 80px;
  left: 0;
}
.related-ribbon.ribbon--red {
  background: linear-gradient(to bottom, #d3362d 0%, #e57368 100%);
}
.related-ribbon.ribbon--red:after {
  border-top: 1.5rem solid #E57368;
}
.related-ribbon.ribbon--orange {
  background: linear-gradient(to bottom, #e7711b 0%, #f7981d 100%);
}
.related-ribbon.ribbon--orange:after {
  border-top: 1.5rem solid #F7981D;
}
.related-ribbon.ribbon--yellow {
  background: linear-gradient(to bottom, #f1ca3a 0%, #f6eb3b 100%);
}
.related-ribbon.ribbon--yellow:after {
  border-top: 1.5rem solid #F6EB3B;
}
.related-ribbon.ribbon--green {
  background: linear-gradient(to bottom, #5f9654 0%, #65b045 100%);
}
.related-ribbon.ribbon--green:after {
  border-top: 1.5rem solid #65B045;
}
.related-ribbon.ribbon--blue {
  background: linear-gradient(to bottom, #1c91c0 0%, #11a9cc 100%);
}
.related-ribbon.ribbon--blue:after {
  border-top: 1.5rem solid #11A9CC;
}
.related-ribbon.ribbon--purple {
  background: linear-gradient(to bottom, #5c3292 0%, #7e3794 100%);
}
.related-ribbon.ribbon--purple:after {
  border-top: 1.5rem solid #7E3794;
}

@media only screen and (max-width: 767px) {
  .related-ribbon {
    width: 200px;
    height: 40px;
  }
  .related-ribbon:after {
    display: none;
  }
}


/* litebox Gallery - Kae */
.sl-wrapper .sl-navigation button {
  color: #ffffff;
}




/* 

ม่วงอ่อน  -  #A961F5
ม่วงเข้ม  -  #8E4DB3
เขียว  -  #29CEC0
ส้ม  - #F58402
น้ำตาล  -  #604D4D
เทาอ่อน  -  #F4F5F7
link #D46643;
link:hover #b54928;
*/