body {
  margin: 0;
  background-color: #000;
  font-family: "Noto Sans Thai Looped", sans-serif;
  line-height: 1.3;
  font-size: 13px;
  word-break: break-word;
  color: #f0e6d2;
}
a {
  color: #cdbe91;
  text-decoration: none;
}
a:hover {
  color: #f0e6d2;
}
header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
    user-select: none;
    backdrop-filter: blur(10px);
    background-image: linear-gradient(#010a13, transparent);
    padding-bottom: 1px;
}
header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #ffffff4d 25%, #ffffff4d 75%, rgba(255, 255, 255, 0.00) 100%);
}
.kc-wd {
    max-width: 1350px;
    margin: auto;
}
header .kc-wd {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.kc-hd-lg {
    display: flex;
    align-items: center;
}
.kc-hd-lg img {
    display: block;
    height: 60px;
}
.kc-hd-mn ul {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 15px;
    text-transform: uppercase;
    height: 100%;
}
.kc-hd-mn ul li {
    list-style: none;
    position: relative;
}
.kc-hd-mn ul li:before {
    background-image: linear-gradient(transparent 40%, rgb(240 230 210 / 25%));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .7s;
}
.kc-hd-mn ul li:hover:before {
    opacity: 1;
    transition: opacity .2s;
}
.kc-hd-mn ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
.kc-mn-vo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}
.kc-hd-mn svg {
    fill: #f0e6d2;
    height: 30px;
    margin-top: 5px;
    transition: fill 0.3s ease-in-out;
}
.kc-hd-mn svg .cls-2 {
    fill: none;
}
.kc-hd-mn ul li a:hover svg {
    fill: #cdbe91;
}