/*custom font*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Siemreap&family=Moul&family=Noto+Serif+Khmer:wght@100..900&display=swap");

:root {
  --web-white: #fff;
  --web-white-500: #f5f5f5;
  --web-grey: #dddddd;
  --web-black: #000;
  --web-blue-100: #03acf2;
  --web-blue-500: #009dde;
  --web-gold-100: #e5a60d;
  --web-gold-500: #c3972a;
  --bs-border-color: var(--web-gold-500);
  --bs-dropdown-link-active-bg: var(--web-white-500) !important;
}
.modal-backdrop {
  --bs-backdrop-bg: rgb(17, 24, 39);
  --bs-backdrop-opacity: 0.7;
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c3972a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
/*basic reset*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-family: "Roboto", serif, "Siemreap", serif;
  color: var(--web-black);
  /* -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}
/* .container {
	max-width: unset;
	width: min(100% - 15px,1980px);
	margin-inline: auto;
} */
nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif, "Hanuman", cursive;
  font-weight: bold;
}
a,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}
hr {
  background: #dedede;
}
b,
strong {
  font-weight: 700;
}
.f-700 {
  font-weight: 700;
}
.page {
  margin-bottom: 25px;
}
.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}
.f-11 {
  font-size: 11px;
}
.f20 {
  font-size: 20px !important;
}
.f23 {
  font-size: 23px !important;
}
.f25 {
  font-size: 25px;
}
.font-moul {
  font-family: "Roboto", serif, "Moul", serif;
  font-weight: 400;
  font-style: normal;
}
.dis-scroll {
  overflow: hidden;
  width: unset;
  height: unset;
}
.body-overlay {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s ease;
  cursor: url(../img/close.png) 15 15, default;
}
.navbar-fixed-top {
  position: fixed !important;
}
.js-preloader {
  /* You must change postion:relative; for position:fixed;  */
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes dot8567 {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dots723423 {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #e75e8d;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot8567 2.8s infinite;
  animation: dot8567 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots723423 2.8s infinite;
  animation: dots723423 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #e75e8d;
  border-radius: 50%;
}

.block-content {
  padding: 20px;
  background: var(--default-background-color);
  overflow: hidden;
  width: 100%;
}
.serch-box-active {
  background: var(--default-background-color);
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.bg-body-menu {
  background: var(--default-background-color);
}
.nav-link {
  --bs-nav-link-color: var(--web-gold-500);
}
.navbar-expand-xl .navbar-nav .nav-link {
  --bs-navbar-nav-link-padding-x: 15px;
  --bs-nav-link-padding-x: 10px;
  --bs-nav-link-font-size: 14px;
  --bs-nav-link-padding-y: 3px;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item.dropdown .dropdown-item.active {
  background-color: transparent;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus,
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: var(--web-white-500);
}
/* .navbar-nav .nav-item.dropdown .dropdown-item:focus, */
/* .navbar-nav .nav-item.dropdown .dropdown-item.active, */
.navbar-nav .nav-item.dropdown .dropdown-item:hover,
.navbar-nav .nav-item:hover > .nav-link,
.navbar-nav .nav-item .nav-link.active {
  color: var(--web-gold-500);
  /* background-color: var(--web-gold-100); */
  /* border-radius: 4px; */
  overflow: hidden;
}

.navbar-nav .nav-item.dropdown .dropdown-item,
.navbar-nav .nav-item.dropdown .dropdown-item {
  /* padding: 7px 15px; */
  font-size: clamp(14px, 0.6vw, 20px);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    /* border-bottom: dotted 1px #666; */
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav .nav-item.dropdown .dropdown-item:focus,
  .navbar-nav .nav-item.dropdown .dropdown-item:hover,
  .navbar-nav .nav-item.dropdown .dropdown-item.active,
  .navbar-nav .nav-item:hover .nav-link,
  .navbar-nav .nav-item .nav-link.active {
    color: var(--default-color-2);
    background: #fff;
  }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 15px;
  }
  .dropdown .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 30px;
  }
  .dropdown .dropdown .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 45px;
  }
}
.icon_search {
  display: none;
}
.icon_search + form button.close_search_icon {
  display: none;
  min-width: 50px;
}
.icon_search + form button.close_search_icon i {
  font-size: 21px;
}
@media (min-width: 992px) {
  .navbar-nav > .nav-item:not(:last-child) > .nav-link {
    border-right: solid 1px var(--web-gold-500);
  }
  .icon_search {
    display: block;
  }
  .icon_search + form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all;
    z-index: -1;
  }
  .icon_search + form input,
  .icon_search + form button {
    transition: none !important;
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .icon_search.active + form {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .icon_search.active + form button.close_search_icon {
    display: block;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    display: none;
  }
  /* .navbar-nav .nav-item.dropdown .dropdown-menu.show, */
  .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    /* background: var(--default-background-color-1); */
    /* border-color: var(--default-background-color-1); */
  }
  .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
  }
  .navbar-nav .nav-link {
    border-bottom: 0;
    /* text-align: center; */
  }
  .navbar-nav .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .navbar-nav .dropdown .dropdown .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}

.grid-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-footer-container > * {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .grid-footer-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*----------------------------------------*/
/*  12. News & Event Page
/*----------------------------------------*/
.post-article .post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  color: var(--default-color-2);
  font-size: clamp(15px, 17px, 30px);
  margin: 0;
}
.post-article .post-published {
  color: #999;
  margin: 5px 0;
}
.post-article .post-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-height: 1.71;
  color: #666;
  font-size: 13px;
}
.view {
  position: relative;
  overflow: hidden;
  /* cursor: default; */
}
.zoom img,
.zoom video {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view img,
.view video {
  display: block;
  position: relative;
}
.zoom:hover img,
.zoom:hover video {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-article:hover .post-title {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .post-article .post-title {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    font-size: clamp(10px, 14px, 30px);
  }
  .post-article.related-post .post-title {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    font-size: clamp(10px, 2.5vw, 30px);
  }
  .post-article .post-excerpt {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: clamp(10px, 14px, 30px);
  }
}

.section-title {
  color: var(--default-color-11);
  font-size: clamp(10px, 16px, 30px);
}
.law-regular-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.law-regular-box .law-regular-content {
  position: absolute;
  bottom: 0;
  padding: 20px 20px 15px;
  z-index: 99;
  color: #fff;
}
.law-regular-box .law-regular-content .law-regular-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.71;
  font-size: clamp(10px, 14px, 30px);
}
.law-regular-box .law-regular-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
}
.law-regular-box .law-regular-box-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent 50%, #000 90%);
  opacity: 0.6;
  transition: opacity 0.3s;
}
.law-regular-box:hover .law-regular-box-overlay:after {
  opacity: 0.9;
}
.external-link ol li {
  padding: 10px;
  transition: 200ms ease-in-out !important;
}
.external-link ol li {
  border-bottom: 1px solid #dadada !important;
}
.post-article-detail-title {
  line-height: 1.71;
  font-size: clamp(18px, 2.5vw, 30px);
}

.icon_search {
  padding: 0.5rem;
  font-size: 15px;
  color: #363636;
}

/*btn to top*/

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  z-index: 3;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transform: rotate(45deg);
  bottom: -70px;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.back-to-top .btn-transparent {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: #064db0 !important;
  border-radius: 50%;
}
.back-to-top i {
  color: #fff;
  font-size: 24px;
  line-height: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.back-to-top .btn-transparent:hover {
  color: #fff;
  background: #fd9a57 !important;
}
/*End scroll top*/

.nav-menu {
  background: var(--web-white);
}
.president-speeches .readmore {
  --bs-btn-border-color: var(--web-gold-500);
  --bs-btn-bg: var(--web-gold-500);
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--web-gold-500);
  --bs-btn-hover-color: var(--web-gold-500);
}
.activities .loadmore {
  --bs-btn-border-color: var(--web-gold-500);
  --bs-btn-bg: var(--web-gold-500);
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--web-gold-500);
  --bs-btn-hover-color: var(--web-gold-500);
}
.president-speeches .speeches {
  font-size: clamp(10px, 0.5rem, 12px);
}
.activities .activity .activity-title,
.activities .activity .activity-publish-date {
  font-size: clamp(12px, 0.5rem, 14px);
}
@media (min-width: 1400px) {
  .custome-navbar img {
    max-height: 80px !important;
  }
}
@media (min-width: 1200px) {
  .custome-navbar {
    width: auto !important;
  }
  .president-speeches .speeches {
    line-height: 2 !important;
  }
  .president-speeches .readmore {
    --bs-btn-border-color: var(--web-gold-500);
    --bs-btn-bg: var(--web-gold-500);
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--web-gold-500);
    --bs-btn-hover-color: var(--web-gold-500);
  }
  .activities .loadmore {
    --bs-btn-border-color: var(--web-gold-500);
    --bs-btn-bg: var(--web-gold-500);
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--web-gold-500);
    --bs-btn-hover-color: var(--web-gold-500);
  }
  .president-speeches .speeches {
    font-size: clamp(12px, 1.5rem, 14px);
  }
  .activities .activity .activity-title,
  .activities .activity .activity-publish-date {
    font-size: clamp(12px, 1.5rem, 14px);
  }
  .activities .activity .activity-title {
    min-height: 83px;
  }
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4,
.line-clamp-5,
.line-clamp-6,
.line-clamp-7,
.line-clamp-8,
.line-clamp-9,
.line-clamp-10,
.line-clamp-15 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-1 {
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  line-clamp: 5;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  line-clamp: 6;
  -webkit-line-clamp: 6;
}
.line-clamp-7 {
  line-clamp: 7;
  -webkit-line-clamp: 7;
}
.line-clamp-8 {
  line-clamp: 8;
  -webkit-line-clamp: 8;
}
.line-clamp-9 {
  line-clamp: 9;
  -webkit-line-clamp: 9;
}
.line-clamp-10 {
  line-clamp: 10;
  -webkit-line-clamp: 10;
}
.line-clamp-15 {
  line-clamp: 15;
  -webkit-line-clamp: 15;
}
.bakc-application {
  background: var(--web-gold-500);
}

.drop-shadow-md,
.drop-shadow-sm {
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px #00000054)
    drop-shadow(0 2px 2px #0000000f);
}

.parttern {
  width: 18px;
  position: relative;
  display: flex;
  margin: 0 auto;
  height: 18px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}
.parttern:before,
.parttern:after {
  position: absolute;
  content: "";
  width: 65px;
  height: 4px;
  background: var(--web-gold-500);
  top: 50%;
  transform: translateY(-50%);
}
.parttern:before {
  left: -68px;
}
.parttern:after {
  right: -68px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--web-gold-500);
}
.owl-theme .owl-dots .owl-dot span {
  height: 5px;
  width: 5px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--web-gold-500);
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  background: var(--web-white);
  border-radius: 6px;
  border: solid 1px #ddd;
}

.marquee p {
  display: block;
  padding: 15px;
  padding-left: 100%;
  text-indent: 0;
  white-space: nowrap;
  animation: marquee 160s linear infinite;
  font-size: clamp(12px, 2.5rem, 14px);
  margin-bottom: 0;
}
.marquee ul:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/*----------------------------------------*/
/*  12. News & Event Page
/*----------------------------------------*/
article.post {
  position: relative;
  margin-bottom: 15px;
}
article.post .entry-content {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 0;
}
article.post .entry-date {
  margin: 5px 0;
  font-style: italic;
  color: #909090;
}
article.post .entry-content .content-blog {
  padding: 0 20px;
}
article.post .entry-title {
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  margin-top: 10px;
}
article.post .entry-excerpt {
  line-height: 25px;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 15px;
  color: #545050;
}
article.post .entry-content .post-cat {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0 0 0;
}
article.post .entry-content .post-cat a {
  background: #af212b;
  padding: 2px 8px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  article.post .entry-content {
    display: -webkit-grid;
    display: -webkit-grid;
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 274px 1fr;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  article.post .entry-content {
    display: -webkit-grid;
    display: -webkit-grid;
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 200px 1fr;
  }
}
.post-preview {
  position: relative;
}
.entry-content-wrapper .entry-title {
  /* font-size: 25px; */
  font-weight: 600;
  padding: 30px 0 5px;
  line-height: 1.5;
  font-size: clamp(16px, 2.5vw, 1.25rem);
}
.entry-content-wrapper .entry-content {
  font-size: clamp(14px, 2.5vw, 14px);
  line-height: 2;
}
.entry-action {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.entry-action li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 1em;
  color: #999;
  margin-right: 15px;
}
.entry-action li:last-child {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.media-body .entry-title {
  margin: -3px 0 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333333;
}
.media-post-layout .media {
  margin-top: 25px;
}
.media-post-layout .media:first-child {
  margin-top: 0;
}

.album_post .album_item {
  background: #ffffff;
  border: #e6e6e6 1px solid;
  padding: 9px;
  cursor: pointer;
}
.album_post .album_item .album_cover,
.grid_gallery_item_cover {
  position: relative;
  overflow: hidden;
  display: block;
  color: inherit;
}
.grid_gallery_item_cover {
  aspect-ratio: 1;
}
.grid_gallery_item_cover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.album_post .album_item .album_cover .gallery_fadder,
.grid_gallery_item_cover .gallery_fadder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 15;
  background: rgba(255, 255, 255, 0);
  transition: background 250ms;
  -webkit-transition: background 250ms;
}
.album_post .album_item .album_cover .gallery_ico,
.grid_gallery_item_cover .gallery_ico {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 30px;
  opacity: 0;
  width: 100%;
  text-align: center;
  color: #393939;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  z-index: 17;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transition: all 250ms;
  -webkit-transition: all 250ms;
}
.album_post .album_item .album_cover:hover .gallery_fadder,
.grid_gallery_item_cover:hover .gallery_fadder {
  background: rgba(255, 255, 255, 0.3);
}
.album_post .album_item .album_cover:hover .gallery_ico,
.grid_gallery_item_cover:hover .gallery_ico {
  opacity: 0.999;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.album_post .album_pseudo1 {
  display: block;
  margin: 0 3px 0 3px;
  border-top: none;
  height: 4px;
  background: #ffffff;
  border: #e6e6e6 1px solid;
}
.album_post .album_pseudo2 {
  display: block;
  margin: 0 6px 0 6px;
  border-top: none;
  height: 4px;
  background: #ffffff;
  border: #e6e6e6 1px solid;
}
.album_post .album_item .album_item_content .album_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 11px;
  margin: 0;
}
.album_post .album_item .album_item_content .album_counter {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 5px 11px;
  margin: 0;
  text-align: right;
  border-top: solid 1px #b38184;
}

.is_masonry .grid_gallery_item {
  width: calc(100% / 6);
  float: left;
  padding-right: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .is_masonry .grid_gallery_item {
    width: calc(100% / 3);
  }
}
.grid-list-wrapper .grid-list-table {
  display: none;
}
.grid-view-icon-search {
  left: 0;
}
.form-search-book {
  display: none;
}
@media screen and (min-width: 567px) {
  .grid-list-wrapper .grid-list-sm-down {
    display: none;
  }
  .grid-list-wrapper .grid-list-table {
    display: block;
  }
  .form-search-book {
    display: block;
  }
  .grid-view-icon-search {
    display: none;
  }
}

.masonry-container {
  column-count: 5; /* Number of columns */
  column-gap: 16px; /* Spacing between columns */
}

.masonry-item {
  break-inside: avoid-column; /* Prevent items from breaking */
  margin-bottom: 16px; /* Spacing between rows */
  background: #eee;
  border-radius: 16px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  position: relative;
  overflow: hidden;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.masonry-item .gallery_fadder {
  background: rgba(0, 0, 0, 0.5);
}
.masonry-item .gallery_fadder,
.masonry-item .gallery_ico {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
  line-height: 30px;
  font-size: 30px;
  opacity: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  z-index: 17;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transition: all 250ms;
  -webkit-transition: all 250ms;
}

.masonry-item:hover .gallery_fadder,
.masonry-item:hover .gallery_ico {
  opacity: 0.999;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

@media screen and (max-width: 567px) {
  .masonry-container {
    column-count: 3; /* Number of columns */
    column-gap: 16px; /* Spacing between columns */
  }
}

iframe {
  min-width: 800px;
}

.hexagon {
  height: 200px; /* adjust to control the size  */
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: #3b8686;
}

.corner-only {
  --s: 50px; /* size of the corners */
  border: 8px solid #b38184;
  padding: 10px;
  background: #f2f2f2 content-box;
  mask: conic-gradient(#000 0 0) content-box,
    conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 /
      calc(100% - var(--s)) calc(100% - var(--s));
}

.wavy-circle {
  --s: 300px; /* adjust to control the size */

  width: var(--s);
  aspect-ratio: 1;
  --g: /calc(var(--s) * 0.198) calc(var(--s) * 0.198) radial-gradient(
      50% 50%,
      #000 99%,
      #0000 101%
    ) no-repeat;
  mask: calc(50% + var(--s) * 0.373) calc(50% + var(--s) * 0) var(--g),
    calc(50% + var(--s) * 0.301) calc(50% + var(--s) * 0.219) var(--g),
    calc(50% + var(--s) * 0.115) calc(50% + var(--s) * 0.354) var(--g),
    calc(50% + var(--s) * -0.115) calc(50% + var(--s) * 0.354) var(--g),
    calc(50% + var(--s) * -0.301) calc(50% + var(--s) * 0.219) var(--g),
    calc(50% + var(--s) * -0.373) calc(50% + var(--s) * 0) var(--g),
    calc(50% + var(--s) * -0.301) calc(50% + var(--s) * -0.219) var(--g),
    calc(50% + var(--s) * -0.115) calc(50% + var(--s) * -0.354) var(--g),
    calc(50% + var(--s) * 0.115) calc(50% + var(--s) * -0.354) var(--g),
    calc(50% + var(--s) * 0.301) calc(50% + var(--s) * -0.219) var(--g),
    radial-gradient(calc(var(--s) * 0.438), #000 99%, #0000 101%) subtract,
    calc(50% + var(--s) * 0.49) calc(50% + var(--s) * 0.159) var(--g),
    calc(50% + var(--s) * 0.303) calc(50% + var(--s) * 0.417) var(--g),
    calc(50% + var(--s) * 0) calc(50% + var(--s) * 0.515) var(--g),
    calc(50% + var(--s) * -0.303) calc(50% + var(--s) * 0.417) var(--g),
    calc(50% + var(--s) * -0.49) calc(50% + var(--s) * 0.159) var(--g),
    calc(50% + var(--s) * -0.49) calc(50% + var(--s) * -0.159) var(--g),
    calc(50% + var(--s) * -0.303) calc(50% + var(--s) * -0.417) var(--g),
    calc(50% + var(--s) * 0) calc(50% + var(--s) * -0.515) var(--g),
    calc(50% + var(--s) * 0.303) calc(50% + var(--s) * -0.417) var(--g),
    calc(50% + var(--s) * 0.49) calc(50% + var(--s) * -0.159) var(--g);
}

.stamp {
  --r: 7px; /* control the radius */

  /* height: 250px; */
  aspect-ratio: 1.5;
  padding: calc(2 * var(--r));
  background: #b38184;
  mask: radial-gradient(var(--r), #0000 97%, #000) round calc(-1.5 * var(--r))
      calc(-1.5 * var(--r)) / calc(3 * var(--r)) calc(3 * var(--r)),
    linear-gradient(#000 0 0) no-repeat 50% / calc(100% - 3 * var(--r))
      calc(100% - 3 * var(--r));
}

@media screen and (max-width: 1200px) {
  .search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0 !important;
    opacity: 0;
  }
  .search-box.show {
    opacity: 1;
    padding: 15px !important;
    display: flex !important;
    gap: 5px !important;
  }
  .search-box.show .languages,
  .search-box.show .social-network {
    display: none !important;
  }
  .search-box .search {
    width: 100%;
  }
}
.myslider .image-content {
  position: relative;
}
.myslider .image-content .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  inset: 0;
}
.myslider .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.mask {
  position: absolute;
  inset: 0;
  display: flex;
  place-items: center;
  z-index: 2;
}

.president-speeches .intro p {
  margin-bottom: 10px;
}

@media screen and (max-width: 756px) {
  .president-speeches .intro * {
    font-size: clamp(1vw, 2vw + 1rem, 2.4vw) !important;
    margin-bottom: 5px !important;
  }
}
.mode-group {
  transition: opacity 0.2s ease-in-out;
}
.mode-group:hover,
.mode-group.active {
  opacity: 1 !important;
}

.words {
  height: 500px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.alphabet-list button.active {
  background: var(--web-grey);
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.input-form-search svg {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  height: 1.25rem;
  color: rgb(156 163 175 / 1);
  transform: translate(0, -50%) rotate(0) skewY(0) scaleX(1) scaleY(1);
}
.input-form-search input {
  padding: 0.75rem;
  padding-left: 2.5rem;
  border-width: 1px;
  border-radius: 0.75rem;
}

.word-list {
  min-height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
.word-item {
  color: var(--web-gold-500);
  padding: 0.75rem;
  border-bottom: solid 1px #c3972a3f;
  border-radius: 0.5rem;
  cursor: pointer;
  transition-duration: 150ms;
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.word-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.word-content {
  display: flex;
}
.word-content .word-list {
  width: 100%;
}
.word-content .word-detail:not(:empty) ~ .word-list {
  width: 300px;
}

.hidden {
  display: none;
}

#loading-indicator {
  position: fixed;
  align-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(17, 24, 39, 0.7);
  color: var(--web-white);
}
.spinner {
  width: 50px;
  height: 50px;
}

.khmer-font {
  font-family: "Roboto", serif, "Noto Serif Khmer", serif;
}
.mode-group {
  max-width: 300px;
}
.mode-box {
  display: flex;
  align-items: center;
}
.mode-box .image-content {
  width: 60px;
}
.mode-box .title-conten {
  width: calc(100% - 60px);
}
@media screen and (max-width: 576px) {
  .mode-group {
    width: auto;
  }
}
