@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Khmer:wght@100..900&display=swap');
/* Video Gallery */

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}
.video-carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.youtube-holder {
    width: calc(290px - 2rem);
}




@media (min-width: 1400px) {
    .youtube-holder {
        width: calc(1092px - 2rem);
    }
}
@media (min-width: 1200px) {
    .youtube-holder {
        width: calc(1092px - 2rem);
    }
}
@media (min-width: 992px) {
    .youtube-holder {
        width: calc(579px - 2rem);
    }
}

@media (min-width: 768px) {
    .youtube-holder {
        width: calc(614px - 2rem);
    }
}
@media (min-width: 576px) {
    .youtube-holder {
        width: calc(395px - 2rem);
    }
}

body{
    font-family: Montserrat, sans-serif, Noto Sans Khmer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: Montserrat, sans-serif, Noto Sans Khmer;
}
#page #wrapper-navbar nav .menu-bar #km .navbar-collapse a {
    font-size: 1rem;
}
#wrapper-navbar nav .menu-bar #km .navbar-collapse a{
    letter-spacing: normal
}
.btn-lang-group{
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 11px;
    margin-top: 30px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-bottom: none;
}
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
