/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/v1/cssjs/Poppins-Regular.otf)format('otf');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/v1/cssjs/Poppins-Regular.otf) format('otf');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/v1/cssjs/Poppins-Regular.otf) format('otf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ! Base */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-smooth: always;
    scroll-behavior: smooth;
    scroll-padding-top: 45px;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    text-align: left;
    background-color: var(--white);
    min-width: 320px;
}

aside::-webkit-scrollbar {
    display: none;
}

aside {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.opening-sidebar {
    overflow: hidden;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    overflow: visible;
    border: 0;
    width: 100%;
    background-color: #d5dbe0;
    height: 1px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: var(--primary);
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    max-height: 600px;
    background-color: rgb(246, 246, 246);
    margin-bottom: 1em;
    padding: 12px;
    width: auto;
    overflow: auto;
    border-radius: 3px;
}

/*pre {*/
/*    margin-top: 0;*/
/*    margin-bottom: 1rem;*/
/*    overflow: auto;*/
/*    -ms-overflow-style: scrollbar;*/
/*}*/

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    border-radius: 8px;
}

svg:not(:root) {
    overflow: unset;
    width: 20px;
    height: 20px;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button:focus,
input:focus {
    outline: none;
}

input[name="keyword"] {
    border: none;
    border-bottom: 1px solid var(--primary);
    height: 40px;
    transition: all 0.2s ease-in-out;
}

input[name="keyword"]:focus {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button,
.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

*[data-micromodal-trigger] {
    cursor: pointer;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.section {
    /* // leave room for the "scroll track" */
    padding: 0 3rem;
    /* // required to make sure the `absolute` positioning of */
    /* // the anchor wrapper is indeed `relative` to this element vs. the body */
    position: relative;
    max-width: 50rem;
    margin: 2rem auto;
}



.content {
    flex: 1;
    margin-top: 45px;
    /* transition: margin-left 0.1s ease-in-out; */
}

.content img {
    max-width: 100%;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.col-11 {
    width: 84%;
    padding: 5px;
}

.col-10 {
    width: 77%;
    padding: 5px;
}

.col-2 {
    width: 20%;
    padding: 5px;
}

.col-1 {
    width: 15%;
    padding: 5px;
}

.col-12,
.col-8,
.col-6,
.col-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.relative {
    position: relative;
}




/* ! Small smart phone */
@media screen and (min-width: 240px) {
}


/* ! Ipad portrait(768 x 1024) */
@media screen and (min-width: 768px) {

}

/* ! Ipad landscape(1024 x 768) */
@media screen and (min-width: 1024px) {

    .col-11 {
        width: 91%;
        padding: 5px;
    }

    .col-10 {
        width: 83%;
        padding: 5px;
    }

    .col-8 {
        width: 66%;
        padding: 5px;
    }

    .col-6 {
        width: 50%;
        padding: 5px;
    }

    .col-4 {
        width: 33%;
        padding: 5px;
    }

    .col-2 {
        width: 16%;
        padding: 5px;
    }

    .col-1 {
        width: 8%;
        padding: 5px;
    }

}

/* ---Container------ */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
/* -----Flex------ */
.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-flex-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

/*-----end flex-------*/


/* ------ magin ---- -*/
.mr-15 {
    margin-right: 30px;
}
.mx-15{
    margin: 15px 0;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-10{
    margin-bottom: 10px;
}
/*----------End margin--------*/
/* -------Breadcrumb------ */
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--black);
}
/*-------------end breadcrumb ---- -- ----*/


/*-------card----------------*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 1.5em;
}
.card .card-image{
    max-width: 300px;
    min-width: 300px;
    min-height: 220px;
    max-height: 220px;
    width: 300px;
    height: 220px;
    overflow: hidden;
    border-radius: 15px;
}
.card .card-image:hover img{
    transform: scale(1.2);
    transition: all 0.4s linear;
}
.card .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .card-title{
    font-size: 24px;
    color: var(--dark);

}
.card .card-title:hover{
    text-decoration: none;
    color: var(--blue);
}
.card .card-content .card-author img{
    width :30px;
    height: 30px;
    object-fit: cover;
}
.card .card-content .card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card .card-content .card-description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card .card-content .card-author .name{
    font-size: 15px;
}
.card .card-content .card-extras{
    font-size: 15px;
}
/* ! Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 7;
}

.navbar {
    padding: 0 15px;
    position: relative;
    height: 100%;
    background-color: var(--primary);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.navbar__left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 145px;
}

.navbar__left .sidebar-toggler-desktop {
    display: none;
}

.navbar-brand {
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: var(--white);
}

.navbar-brand:hover {
    color: var(--white);
    text-decoration: none;
}

.navbar-brand img {
    height: 30px;
}

.navbar-brand .logo {
    background: var(--white);
    color: var(--primary);
    font-size: 21px;
    font-weight: 800;
    border-radius: 2px;
    /*    margin: 0 5px 2px 0;*/
    padding: 2px 5px 4px;
    vertical-align: middle;
    line-height: 1;
}

/* .navbar-brand .logo { */
/*     vertical-align: middle; */
/*     height: 20px; */
/*     width: 20px; */
/*     margin: 0 5px 2px 0; */
/* } */

.navbar__right {
    height: 100%;
    display: flex;
    align-items: center;
}

.navlink-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.navlink-wrapper a {
    color: var(--white);
    font-size: 14px;
    margin-left: 10px;
    padding: 4px 7px;
    font-weight: 600;
}

.navlink-wrapper a:hover {
    text-decoration: none;
    background-color: var(--white);
    color: var(--primary);
    border-radius: 5px;
}

.navlink-wrapper a > * {
    vertical-align: middle;
}

.navlink-wrapper a svg {
    width: 16px;
    height: 16px;
}

.navlink-wrapper a span {
    display: none;
}



/* ! Footer */
.footer {
    background: #e5e5e5 none repeat scroll 0 0;
    transition: margin-left 0.2s linear;
    display: flex;
    flex-direction: column;
    z-index: 5;
    border-top: 15px solid var(--white);
}

.footer iframe {
    max-width: 100%;
}

.footer-item {
    padding: 10px 10px 0 10px;
}

.footer-item .collapsible {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.footer-item .content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    font-size: 13px;
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.footer-item .content li a {
    color: var(--dark);
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content;
    display: inline-block;
    max-width: 100%;
}

.footer-bottom {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-bottom > * {
    text-align: center;
}


/*////*/
#go-to-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    margin: 0;
    border: 0;
    padding: 10px;
    width: 40px;
    height: 40px;
    z-index: 7;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: bottom .2s linear;
}
.detail-thumbnail{
    width: 500px;
    height: 300px;
    object-fit:cover;
    margin-right: auto;
    margin-left: auto;

}
.detail-title h1{
    font-size: 24px;
}
.detail-row{}
@media screen and (max-width: 768px) {
    .card{
        padding: 1em;
    }
    .card .d-flex{
        flex-direction: column;
    }
    .card .card-image{
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        height: 230px;
        margin-right: 0px;
        margin-bottom: 10px;

    }
    .breadcrumb{
        display: inline-block;
    }
    .breadcrumb .breadcrumb-item{
        display: initial;
    }

}



/*-----Paging------*/
.news__paging {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .news__paging {
        flex-direction: row;
    }
}

.news__paging-title {
    font-size: 0.875rem;
    color: rgb(107, 112, 121);
}

.news__page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 2.1rem;
    border-radius: 0.25rem;
    background-color: rgb(255 255 255);
    box-shadow: 0 0.8rem 2rem rgb(90 97 129 / 5%);
}

.news__page-numbers, .news__page-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem;
    font-size: 0.875rem;
    cursor: pointer;
}

.news__page-btn,
.news__page-numbers:hover {
    color: var(--blue);
}

.news__page-numbers,
.news__page-btn {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.25rem;
}

.news__page-numbers.active {
    color: rgb(255, 255, 255);
    background: var(--blue);
    font-weight: 600;
    border: 1px solid var(--white);
}
.toc-wrapper fieldset .news__toc  li{
    line-height: 2.5em;
}
.detail-content{
    text-align: justify;
}
.detail-content .image{
    display: flex;
    justify-content:center;
    margin: auto;
}
.detail-content .image-style-side{
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: auto;
}
.toc-wrapper fieldset legend{
    color: #000000 !important;
}
@media screen and (max-width: 576px) {
    .breadcrumb{
        padding: 1px;
    }
    .breadcrumb .breadcrumb-item a {
        display: inline-block;
        padding: 14px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0rem;
        padding-left: 0rem;
    }
    .breadcrumb .breadcrumb-item.active a {
        display: inline-block;
        padding: 14px;
    }
}