.text-primary {
    color: #1567a1;
}

.text-danger {
    color: #a91e23;
}

.text-default {
    color: #4e4e4e;
}

.text-secondary {
    color: #555;
}

a.primary {
    color: #0625cb;
}

a.primary:visited,
a.primary:active {
    color: #0d232e;
}
.fs-60,
.content_container .fs-60 ,
input[type=button].fs-60 ,
input[type=submit].fs-60 {
    font-size: 3.75rem;
}

.fs-48,
.content_container .fs-48 ,
input[type=button].fs-48 ,
input[type=submit].fs-48 {
    font-size: 3rem;
}

.fs-36,
.content_container .fs-36 ,
input[type=button].fs-36 ,
input[type=submit].fs-36 {
    font-size: 2.25rem;
}

.fs-32,
.content_container .fs-32 ,
input[type=button].fs-32 ,
input[type=submit].fs-32 {
    font-size: 2rem;
}

.fs-24,
.content_container .fs-24 ,
input[type=button].fs-24 ,
input[type=submit].fs-24 {
    font-size: 1.25rem;
}

.fs-20,
.content_container .fs-20 ,
input[type=button].fs-20 ,
input[type=submit].fs-20 {
    font-size: 1.25rem;
}

.fs-18,
.content_container .fs-18 ,
input[type=button].fs-18 ,
input[type=submit].fs-18 {
    font-size: 1.125rem;
}

.fs-16,
.content_container .fs-16 ,
input[type=button].fs-16 ,
input[type=submit].fs-16 {
    font-size: 1rem;
}

.fs-14,
.content_container .fs-14 ,
input[type=button].fs-14 ,
input[type=submit].fs-14 {
    font-size: 0.875rem;
}

.fs-12,
.content_container .fs-12 ,
input[type=button].fs-12 ,
input[type=submit].fs-12 {
    font-size: 0.75rem;
}

.fs-10,
.content_container .fs-10 ,
input[type=button].fs-10 ,
input[type=submit].fs-10 {
    font-size: 0.625rem;
}

.fs-9,
.content_container .fs-9 ,
input[type=button].fs-9 ,
input[type=submit].fs-9 {
    font-size: 0.5625rem;
}

.fs-8,
.content_container .fs-8 ,
input[type=button].fs-8 ,
input[type=submit].fs-8 {
    font-size: 0.5rem;
}
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-v-flex {
    display       : flex;
    flex-direction: column;
}

.di-block {
    display: inline-block;
}

.di-flex {
    display: inline-flex;
}

.di-v-flex {
    display       : inline-flex;
    flex-direction: column;
}

.spacer {
    flex: 1;
}

.m-auto {
    margin: auto;
}

.mx-auto {
    margin-left : auto;
    margin-right: auto;
}

.my-auto {
    margin-top   : auto;
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.m-0 {
    margin: 0;
}

.mx-0 {
    margin-left : 0;
    margin-right: 0;
}

.my-0 {
    margin-top   : 0;
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.p-0 {
    padding: 0;
}

.px-0 {
    padding-left : 0;
    padding-right: 0;
}

.py-0 {
    padding-top   : 0;
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.px-3 {
    padding-left : 1em;
    padding-right: 1em;
}

.py-3 {
    padding-top   : 1em;
    padding-bottom: 1em;
}

.pl-3 {
    padding-left: 1em;
}

.pr-3 {
    padding-right: 1em;
}

.pt-3 {
    padding-top: 1em;
}

.pb-3 {
    padding-bottom: 1em;
}

.px-2 {
    padding-left : 0.5em;
    padding-right: 0.5em;
}

.py-2 {
    padding-top   : 0.5em;
    padding-bottom: 0.5em;
}

.pl-2 {
    padding-left: 0.5em;
}

.pr-2 {
    padding-right: 0.5em;
}

.pt-2 {
    padding-top: 0.5em;
}

.pb-2 {
    padding-bottom: 0.5em;
}

.px-1 {
    padding-left : 0.25em;
    padding-right: 0.25em;
}

.py-1 {
    padding-top   : 0.25em;
    padding-bottom: 0.25em;
}

.pl-1 {
    padding-left: 0.25em;
}

.pr-1 {
    padding-right: 0.25em;
}

.pt-1 {
    padding-top: 0.25em;
}

.pb-1 {
    padding-bottom: 0.25em;
}

.my-3 {
    margin-top   : 1em;
    margin-bottom: 1em;
}

.ml-3 {
    margin-left: 1em;
}

.mr-3 {
    margin-right: 1em;
}

.mt-3 {
    margin-top: 1em;
}

.mb-3 {
    margin-bottom: 1em;
}

.mx-2 {
    margin-left : 0.5em;
    margin-right: 0.5em;
}

.my-2 {
    margin-top   : 0.5em;
    margin-bottom: 0.5em;
}

.ml-2 {
    margin-left: 0.5em;
}

.mr-2 {
    margin-right: 0.5em;
}

.mt-2 {
    margin-top: 0.5em;
}

.mb-2 {
    margin-bottom: 0.5em;
}

.mx-1 {
    margin-left : 0.25em;
    margin-right: 0.25em;
}

.my-1 {
    margin-top   : 0.25em;
    margin-bottom: 0.25em;
}

.ml-1 {
    margin-left: 0.25em;
}

.mr-1 {
    margin-right: 0.25em;
}

.mt-1 {
    margin-top: 0.25em;
}

.mb-1 {
    margin-bottom: 0.25em;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

@media (min-width: 769px) {
    .m-show {
        display: none;
    }
}

@media (max-width: 768px) {
    .m-hide {
        display: none;
    }
}

.blur-overlay {
    /* position: absolute; */
    /* left    : 0; */
    /* top     : 0; */
    /* right   : 0; */
    /* bottom  : 0; */
    /*  background: black;
    filter        : blur(0.5em);
    -o-filter     : blur(0.5em);
    -ms-filter    : blur(0.5em);
    -moz-filter   : blur(0.5em);
    -webkit-filter: blur(0.5em); */
    backdrop-filter: blur(0.5em);
}body {
    margin          : 0;
    padding         : 0;
    background-color: #abaaaa;
    text-align      : initial;
    overflow        : hidden auto;
    clear           : both;
}

*:focus,
*:focus-visible,
*:focus-within {
    outline      : none !important;
    outline-style: hidden !important;
    outline-width: 0 !important;
    outline-color: rgba(255, 255, 255, 0) !important;
}

.scrollbar.scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollbar.scroll-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollbar.scroll-both {
    overflow: auto;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.josefin-sans {
    font-family: 'Josefin Sans', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

a:visited.back,
a:active.back,
a.back {
    text-decoration: underline;
    color: #0000EE;
}

a:hover.back {
    color: #a91e23;
}

.btn,
input[type=button].btn,
input[type=submit].btn,
input[type=reset].btn,
a.btn {
    border    : none;
    background: none;
    padding   : 0.1875em 1em;
}

.btn.btn-sm,
input[type=button].btn.btn-sm,
input[type=submit].btn.btn-sm,
input[type=reset].btn.btn-sm,
a.btn.btn-sm {
    padding: 1px 0.7em;
    font-size: 12px;
}
.btn-cancel {
    color: #1567a1!important;
    text-decoration: underline!important;
}

.btn-outline-rounded,
input[type=button].btn-outline-rounded,
input[type=submit].btn-outline-rounded,
input[type=reset].btn-outline-rounded,
a.btn-outline-rounded {
    border       : solid 1px;
    border-radius: 1em;
    font-weight: bold;
}

.btn-outline-rounded.btn-primary,
input[type=button].btn-outline-rounded.btn-primary,
input[type=submit].btn-outline-rounded.btn-primary,
input[type=reset].btn-outline-rounded.btn-primary,
a.btn-outline-rounded.btn-primary {
    border-color: #1567a1;
    color       : #1567a1;
}

.btn-outline-rounded.btn-primary:active,
input[type=button].btn-outline-rounded.btn-primary:active,
input[type=submit].btn-outline-rounded.btn-primary:active,
input[type=reset].btn-outline-rounded.btn-primary:active,
a.btn-outline-rounded.btn-primary:active,
.btn-outline-rounded.btn-primary:hover,
input[type=button].btn-outline-rounded.btn-primary:hover,
input[type=submit].btn-outline-rounded.btn-primary:hover,
input[type=reset].btn-outline-rounded.btn-primary:hover,
a.btn-outline-rounded.btn-primary:hover {
    background-color: rgb(21, 103, 161, 0.2);
}

.btn-rounded,
input[type=button].btn-rounded,
input[type=submit].btn-rounded,
input[type=reset].btn-rounded,
a.btn-rounded {
    border-radius: 1em;
}

.btn-rounded.btn-primary,
input[type=button].btn-rounded.btn-primary,
input[type=submit].btn-rounded.btn-primary,
input[type=reset].btn-rounded.btn-primary,
a.btn-rounded.btn-primary { 
    background-color: #1567a1;
    color           : white;
}

.btn-rounded.btn-danger,
input[type=button].btn-rounded.btn-danger,
input[type=submit].btn-rounded.btn-danger,
input[type=reset].btn-rounded.btn-danger,
a.btn-rounded.btn-danger {
    background-color: #a91e23;
    color           : white;
}

.btn-rounded.btn-danger:active,
input[type=button].btn-rounded.btn-danger:active,
input[type=submit].btn-rounded.btn-danger:active,
input[type=reset].btn-rounded.btn-danger:active,
a.btn-rounded.btn-danger:active,
.btn-rounded.btn-danger:hover,
input[type=button].btn-rounded.btn-danger:hover,
input[type=submit].btn-rounded.btn-danger:hover,
input[type=reset].btn-rounded.btn-danger:hover,
a.btn-rounded.btn-danger:hover {
    background-color: #8d1418;
}

input[type=text].txt-rounded,
input[type=color].txt-rounded,
input[type=date].txt-rounded,
input[type=datetime].txt-rounded,
input[type=datetime-local].txt-rounded,
input[type=email].txt-rounded,
input[type=file].txt-rounded,
input[type=month].txt-rounded,
input[type=number].txt-rounded,
input[type=password].txt-rounded,
input[type=range].txt-rounded,
input[type=search].txt-rounded,
input[type=tel].txt-rounded,
input[type=time].txt-rounded,
input[type=url].txt-rounded,
input[type=week].txt-rounded,
textarea.txt-rounded {
    margin       : 0.25em;
    padding      : 0.1875em 1em;
    border-radius: 1em;
    border       : inset 1px white;
    box-shadow   : 0 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
    animation    : 0.5s input-in;
}

input[type=text].txt-primary,
input[type=color].txt-primary,
input[type=date].txt-primary,
input[type=datetime].txt-primary,
input[type=datetime-local].txt-primary,
input[type=email].txt-primary,
input[type=file].txt-primary,
input[type=month].txt-primary,
input[type=number].txt-primary,
input[type=password].txt-primary,
input[type=range].txt-primary,
input[type=search].txt-primary,
input[type=tel].txt-primary,
input[type=time].txt-primary,
input[type=url].txt-primary,
input[type=week].txt-primary,
textarea.txt-primary {
    border: inset 1px #1567a1;
}

input[type=text].txt-rounded:focus,
input[type=text].txt-rounded:hover,
input[type=color].txt-rounded:focus,
input[type=color].txt-rounded:hover,
input[type=date].txt-rounded:focus,
input[type=date].txt-rounded:hover,
input[type=datetime].txt-rounded:focus,
input[type=datetime].txt-rounded:hover,
input[type=datetime-local].txt-rounded:focus,
input[type=datetime-local].txt-rounded:hover,
input[type=email].txt-rounded:focus,
input[type=email].txt-rounded:hover,
input[type=file].txt-rounded:focus,
input[type=file].txt-rounded:hover,
input[type=month].txt-rounded:focus,
input[type=month].txt-rounded:hover,
input[type=number].txt-rounded:focus,
input[type=number].txt-rounded:hover,
input[type=password].txt-rounded:focus,
input[type=password].txt-rounded:hover,
input[type=range].txt-rounded:focus,
input[type=range].txt-rounded:hover,
input[type=search].txt-rounded:focus,
input[type=search].txt-rounded:hover,
input[type=tel].txt-rounded:focus,
input[type=tel].txt-rounded:hover,
input[type=time].txt-rounded:focus,
input[type=time].txt-rounded:hover,
input[type=url].txt-rounded:focus,
input[type=url].txt-rounded:hover,
input[type=week].txt-rounded:focus,
input[type=week].txt-rounded:hover,
textarea.txt-rounded:focus,
textarea.txt-rounded:hover {
    box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
    animation : 0.5s input-out;
}

.center {
    justify-content: center;
    text-align     : center;
}

.box {
    display: flex;
    padding: 1em 1.25em;
}

.box-white {
    background-color: white;
}

.box-shadow {
    box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
}

.orderwindow_php-tab-nav {
    /*display        : flex;*/
    justify-content: center;
    overflow-wrap  : normal;
}

a.orderwindow_php-tab {
    display         : inline-flex;
    background-color: #f1f2e2;
    border          : solid 1px #f1f2e2;
    color           : #bebcad;
    margin          : 0 0.125em;
    padding         : 0.5em 2em;
}

a.orderwindow_php-tab.tab-selected {
    background-color: white;
    color           : #656565;
    border          : solid 1px #8c8d7d;
}

a.orderwindow_php-tab.top-tab.tab-selected {
    border-bottom: solid 1px white;
    border-radius: 0.375em 0.375em 0 0;
}

a.orderwindow_php-tab.bottom-tab.tab-selected {
    border-top   : solid 1px white;
    border-radius: 0 0 0.375em 0.375em;
}

.copy-button {
    z-index        : 0;
    float          : left;
    left           : 0;
    margin-top     : 1.875em;
    margin-left    : -4.4625em;
    width          : 3.7375em;
    color          : white;
    cursor         : pointer;
    background     : #136887;
    text-decoration: none;
    cursor         : pointer;
    display        : inline-block;
    text-align     : center;
    font-size      : 0.875em;
    padding        : 0.1875em;
}

body {
    font-size: 16px;
}

.kis-board-area {
    /* width : 65em; */
    width           : 81.25em;
    margin          : 0 auto;
    background-color: white;
}

.kis-container,
#main_container {
    /* max-width   : 60em; */
    max-width: 75em;
    margin   : auto;
}

#main_container {
    width           : 75em;
    background-color: #fffba7;
    min-height      : calc(100vh - 23.9375em);
}

.content_container {
    width     : 100%;
    background: none;
}

.login-panel {
    margin             : 3.125em auto;
    /* border          : 1px solid gray; */
    background-color   : white;
    padding            : 1em;
    width              : 31.25em;
    box-shadow         : 0 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
}

.login-panel #txtusername,
.login-panel #txtpassword {
    width: 50%;
}

.content_container h1,
h1 {
    font-family    : 'Josefin Sans', sans-serif;
    font-size      : 2.25em;
    text-transform : uppercase;
    color          : #1567a1;
    display        : flex;
    text-align     : center;
    font-weight    : bold;
    margin         : 0 auto; 
    padding        : 0.75em 0;
    justify-content: center;
}
.content_container h3,
h3 {
    font-family    : 'Josefin Sans', sans-serif;
    font-size      : 1.25em;
    text-transform : uppercase;
    color          : #1567a1;
    display        : flex;
    text-align     : center;
    font-weight    : bold;
    padding        : 0;
    margin         : 0.75em auto;
    justify-content: center;
}

td.calendar_days {
    padding: 0.5em;
}

td.dayofmonthtd {
    padding: 0.01em;
}

/* gluten page style */
.new-content{
    padding:24px 32px;
    padding-top: 9px;
    margin-bottom: 32px;
}
@media (min-width:769px) {

    body::-webkit-scrollbar-track,
    .scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(237, 237, 237, 0.3);
        background-color  : rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar,
    .scrollbar::-webkit-scrollbar {
        width           : 8px;
        height          : 8px;
        background-color: #EDEDEC;
    }

    body::-webkit-scrollbar-thumb,
    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #323230;
    }
}

/* ************ Laptop from 1041 ~ 1440 ************** */
@media (max-width: 1440px) and (min-width: 1041px) {

    .kis-board-area {
        width: 65em;
    }

    .kis-container {
        max-width: 60em;
    }

    #main_container {
        max-width: 60em;
    }

}

/* ************ Laptop from 769 ~ 1040 ************** */
@media (max-width: 1040px) and (min-width: 769px) {

    body {
        font-size: 14px;
    }

    .kis-board-area {
        width           : 100vw;
        margin          : 0 auto;
        background-color: white;
    }

    .kis-container,
    #main_container {
        width    : 88.666667%;
        max-width: 60em;
        margin   : 0 auto;
    }

    #main_container {
        background-color: #fffba7;
        min-height      : calc(100vh - 23.9375em);
    }

    .content_container {
        /* width     : 1000px; */
        background: none;
    }

    .dayofmonthtd select {
        width: 120px;
    }

}

/* ************ Mobile less than 768 ************** */
@media (max-width: 769px) {
    body {
        font-size: 16px;
    }

    /* .kis-container,
    #main_container {
        width: 100%;
    }

 */
    #main_container {
        min-height : calc(100vh - 5.125em);
        padding-top: 5.125em;
        width      : 100%;
    }

    .content_container {
        width: 100%;
    }

    .content_container #content {
        /* background-color: #e7f3f7; */
        margin          : 1em !important;
        padding         : 0.75em;
    }

    .kis-board-area {
        width: 100vw;
    }

    .kis-board-area.orderwindow {
        min-width: 820px;
    }

    .login-panel {
        margin : 3em auto;
        padding: 1em;
        width  : calc(100vw - 80px);
    }

    .login-panel #txtusername,
    .login-panel #txtpassword {
        width: 90%;
    }

    .box {
        padding: 0.5em 0.75em;
    }

    /* #orderwindow_php-calendar-table{
        zoom: 0.4;
    } */

    /* #orderwindow_php-calendar-table #orderwindow_php-table-top {
        zoom: 1.3;
    } */

    /* #orderwindow_php-calendar-table #orderwindow_php-table-body #dayofmonthtd,
    #orderwindow_php-calendar-table #orderwindow_php-table-body #orderwindow_php-empty-td{
        zoom: 0.4;
    } */
}

/* ************ Animation ************** */
@keyframes input-in {
    0% {
        box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
        color     : #333333;
    }

    100% {
        box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
        color     : #787878;
    }
}

@keyframes input-out {
    0% {
        box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
        color     : #787878;
    }

    100% {
        box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
        color     : #333333;
    }
}

@keyframes btn-in {
    0% {
        color           : yellow;
        background-color: #7a1114;
    }

    100% {
        color           : white;
        background-color: #a81e22;
    }
}

@keyframes btn-out {
    0% {
        color           : white;
        background-color: #a81e22;
    }

    100% {
        color           : yellow;
        background-color: #7a1114;
    }
}

@keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.edit-profile span.heading {
    font-size: 18px;
}

.edit-profile input[type=button], .edit-profile input[type=submit], .edit-profile input[type=text], .edit-profile select {
    padding-left: 5px;
}

@media(max-width:768px){
    .new-content{
      padding:12px 0px!important;
    }
    #content{
      padding:0px 6px!important;
      margin:0!important;
    }
    tbody{
      font-size: 12px!important;
    }
    table{
      width: 95%!important;
    }
    /*table tr td:nth-child(1){
      width: 30%!important;
    }
    table tr td:nth-child(2){
      width: 70%!important;
    }*/
    .new-content img{
        width: 100%!important;
        height:unset!important;
        text-align: center;
    }
    .footer-link img{
        display: block;
        margin: 0;
    }
    .cart-window, .cart-window .btn {
        font-size: 12px!important;
    }

    .content_container h1, h1 {
        font-size: 1.5em;
    }

    table#cartwindow_php-table tr td:nth-child(1){
        width: 10%!important;
    }
    table#cartwindow_php-table tr td:nth-child(2){
        width: 10%!important;
    }
    table#cartwindow_php-table tr td:nth-child(3){
        width: 60%!important;
    }

    .checkout-choice, .checkout-choice .btn {
        font-size: 12px!important;
    }

    .checkout-choice form, .checkout-choice span.text-secondary {
        width: 95%!important;
    }

    .checkout-choice table tr td:nth-child(1){
        width: 45%!important;
    }

    .transaction-details {
        width: 95%!important;
        margin: auto;
    }

    .transaction-details table {
        width: 100%!important;
    }

    .transaction-details table tr td:nth-child(1){
        width: 20%!important;
    }

    .transaction-details table tr td:nth-child(2), .transaction-details table tr td:nth-child(3){
        width: 40%!important;
    }

    .transaction-details .btn-print{
       /*margin-top: 10px;*/
    }

    .transaction-details .btn-cancel {
        margin-top: 15px;
    }

    .edit-profile table{
        width: 100% !important;
    }

    .edit-profile input[type=button] {
        font-size: 12px;
    }

    .edit-profile .btn, .edit-profile input[type=button].btn, .edit-profile input[type=submit].btn, .edit-profile input[type=reset].btn, .edit-profile a.btn {
        padding: 0.1875em 0.7em;
    }

    .edit-profile span.heading {
        font-size: 14px;
        font-weight: 600;
    }


    #orderwindow_php-calendar-table{
        width: 100% !important;
    }
    #orderwindow_php-calendar-table tbody{
        font-size: 10px !important;
    }
    .orderwindow_php-nav a {
        font-size: 14px;
    }
    #calendarcurrentmonth {
        font-size: 14px;
    }
    .calendar_days {
        font-size: 10px !important;
    }
    a.lunchserversignup{
        padding: 0.1875em 0.7em;
        font-size: 10px;
    }
    a.lunchserverpay {
        font-size: 10px;
    }
  }
  @media(max-width:476px){
    .new-content input[type='text'], .new-content input[type='password'], .new-content input[type='email']{
      max-width: 200px;
    }

    .edit-profile tbody{
        font-size: 11px !important;
    }
    
    .edit-profile span.heading {
        font-size: 12px;
    }

    .edit-profile input[type=button], .edit-profile input[type=submit], .edit-profile input[type=text], .edit-profile select {
        font-size: 11px;
        padding-left: 5px;
    }
  }
  @media(max-width:390px){
    .edit-profile tbody{
        font-size: 10px !important;
    }
    
    .edit-profile span.heading {
        font-size: 11px;
    }

    .edit-profile input[type=button], .edit-profile input[type=submit], .edit-profile input[type=text], .edit-profile select {
        font-size: 10px;
    }
  }.kis-footer {
    display            : flex;
    background-color   : #00244d;
    color              : white;
    min-height         : 7.5em;
    padding-bottom     : 0.75em;
    padding-top        : 3em;
    /* width           : 65em; */
    /* width              : 81.25em; */
    width: 100%;
    margin             : 0 auto;
}

.kis-footer .footer-link img {
    height         : 2.2125em;
    object-fit     : contain;
    object-position: center;
}

.kis-footer .footer-link img:first-child {
    margin-right: 3em;
}

.kis-footer .footer-menu {
    display: inline-flex;
    margin : 1em auto;
}

.kis-footer .footer-menu li {
    list-style: none;
    margin    : 0 1em;
}

.kis-footer .footer-menu li a {
    color: white;
}

.kis-footer .footer-menu li a:hover {
    color: yellow;
}

.footer-links {
    display: flex;
}

.footer-links>a {
    display: inline-block;
    width  : 25%;
}

.footer-links>a>.footer-link-image {
    display : flex;
    width   : 15em;
    height  : 11.25em;
    margin  : 0;
    padding : 0;
    overflow: hidden;
}

.footer-links>a>.footer-link-image>img {
    display        : flex;
    width          : 15em;
    height         : 11.25em;
    margin         : 0;
    object-fit     : cover;
    object-position: center;
    animation      : 0.5s footer-link-out-image;
}

.footer-links>a:hover>.footer-link-image>img {
    animation: 0.5s footer-link-in-image;
    width    : 16.25em;
    height   : 12.1875em;
    margin   : -0.5em -0.625em;
}

.footer-links>a>.footer-link-title {
    display         : flex;
    width           : 100%;
    height          : 1.875em;
    margin-top      : -1.875em;
    color           : white;
    background-color: rgba(0, 0, 0, 0.3);
    mix-blend-mode  : luminosity;
    font-size       : 1.125em;
    justify-content : center;
    align-items     : center;
    animation       : 0.5s footer-link-out-title;
}

.footer-links>a:hover>.footer-link-title {
    background-color: rgba(0, 0, 0, 0.7);
    animation       : 0.5s footer-link-in-title;
}

@keyframes footer-link-in-image {
    0% {
        width : 15em;
        height: 11.25em;
        margin: 0;
    }

    100% {
        width : 16.25em;
        height: 12.1875em;
        margin: -0.5em -0.625em;
    }
}

@keyframes footer-link-out-image {
    0% {
        width : 16.25em;
        height: 12.1875em;
        margin: -0.5em -0.625em;
    }

    100% {
        width : 15em;
        height: 11.25em;
        margin: 0;
    }
}

@keyframes footer-link-in-title {
    0% {
        background-color: rgba(0, 0, 0, 0.3);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@keyframes footer-link-out-title {
    0% {
        background-color: rgba(0, 0, 0, 0.7);
    }

    100% {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

/* ************ Laptop from 1041 ~ 1440 ************** */
@media (max-width: 1440px) and (min-width: 1041px) {

    .kis-footer {
        width: 65em;
    }

}


/* ************ Laptop from 769 ~ 1040 ************** */
@media (max-width: 1040px){
    .kis-footer {
        display         : flex;
        background-color: #00244d;
        color           : white;
        min-height      : 7.5em;
        padding-bottom  : 0.75em;
        padding-top     : 3em;
        width           : 100vw;
        margin          : 0 auto;
    }

}
.footer-link {
    display: flex;
    justify-content: center;
}
.footer-link > div{
    margin:6px 12px;
}
.kis-footer .footer-link img:first-child{
    margin: 0;
}
/* ************ Mobile less than 768 ************** */
@media (max-width: 768px) {
    /* .kis-footer {
        display: none;
    } */
    .footer-link{
        display: flex;
        justify-content: center;
    }
    .kis-footer .footer-menu{
        font-size: 10px!important;
    }
    
}
@media(max-width:594px){
    .footer-link img {
        display: block;
        margin: 0;
    }
    .kis-footer .footer-menu {
        display: block;
        
    }
    .kis-footer .footer-menu li{
        font-size: 13px;
        padding:6px 0px;
    }
    .copy-right > span{
        display: block;
        text-align: center;
    }
}.kis-header {
    display: flex;
    width  : 100%;
    height : 4.4375em;
    margin : 0 auto;
    padding: 1.4375em 0;
}

.kis-header .logo-block {
    display: inline-flex;
}

.kis-header .logo-block img {
    max-height: 5.25em;
    object-fit: contain;
}

.kis-header .nav-m-block {
    display: none;
}

.kis-header .nav-block {
    display       : flex;
    flex-direction: column;
}

.kis-header .nav-top-block {
    display    : flex;
    margin-left: auto;
}

.kis-header .nav-top-menu {
    display    : inline-flex;
    margin-left: auto;
}

.kis-header .nav-top-menu li {
    list-style: none;
    cursor    : pointer;
}

.kis-header .nav-top-menu li.spilter::after {
    font-size: 0.875em;
    content  : '|';
    color    : #1567a1;
    margin   : 0 0.625em;
}

.kis-header .nav-top-menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size  : 0.75em;
    color      : #1567a1;
}

.kis-header .nav-top-menu li.selected a,
.kis-header .nav-top-menu li:hover a {
    color: #00A3C7;
}

.kis-header .input-username,
.kis-header .input-password,
.kis-header .btn-login {
    width        : 6.25em;
    height       : 1.5em;
    border       : none;
    margin-left  : 2em;
    border-radius: 0.75em;
    font-family  : 'Poppins', sans-serif;
    font-size    : 0.875em;
}

.kis-header .input-username,
.kis-header .input-password {
    padding  : 0 0.625em;
    width    : 9.375em;
    outline  : none;
    font-size: 0.8125em;

    box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
    color     : #787878;
    animation : 0.5s input-in;
}

.kis-header .input-username:focus,
.kis-header .input-password:focus,
.kis-header .input-username:hover,
.kis-header .input-password:hover {
    box-shadow: 0 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
    color     : #333333;
    animation : 0.5s input-out;
}

.kis-header .btn-login,
.kis-header #login_button {
    color           : white;
    background-color: #a81e22;
    cursor          : pointer;
    animation       : 0.5s btn-in;
    padding         : 0;
    font-size       : 0.875em;
    margin          : 0 0 0 2em;
}

.kis-header .btn-login:hover,
.kis-header .btn-login:focus,
.kis-header #login_button:hover,
.kis-header #login_button:focus {
    color           : yellow;
    background-color: #7a1114;
    animation       : 0.5s btn-out;
}

.kis-header .nav-bottom-block {
    display   : flex;
    margin-top: auto;
}

.kis-header .nav-bottom-block .nav-main-menu {
    display: flex;
}

.kis-header .nav-bottom-block .nav-main-menu>li {
    list-style     : none;
    margin-left    : 1.375em;
    cursor         : pointer;
    text-align     : right;
    display        : inline-flex;
    justify-content: right;
    position       : relative;
}

.kis-header .nav-bottom-block .nav-main-menu>li>a {
    font-family   : 'Poppins', sans-serif;
    font-weight   : bold;
    font-size     : 0.875em;
    line-height   : 1.1em;
    letter-spacing: 0.125em;
    color         : #1567a1;
    border-bottom : solid 1px rgba(128, 208, 227, 0);
    margin-bottom : 0.3125em;
    overflow      : hidden;
    white-space   : nowrap;
}

.kis-header .nav-bottom-block .nav-main-menu>li.selected>a,
.kis-header .nav-bottom-block .nav-main-menu>li:hover>a {
    color        : #a91e23;
    border-bottom: solid 1px #a91e23;
}

.kis-header .nav-bottom-block .nav-main-menu>li .menu-sub {
    display         : none;
    background-color: #ffffff;
    position        : absolute;
    box-shadow      : 0px 0.25em 0.25em rgba(0, 0, 0, 0.25);
    padding         : 0.125em 0.3125em;
    margin-top      : 1.0625em;
    z-index         : 100;
}

.kis-header .nav-bottom-block .nav-main-menu>li:hover .menu-sub {
    display: flex;
    right  : 0;
}

.kis-header .nav-bottom-block .nav-main-menu>li .menu-sub li {
    list-style : none;
    cursor     : pointer;
    white-space: nowrap;
}

.kis-header .nav-bottom-block .nav-main-menu>li .menu-sub li>a {
    display       : block;
    text-align    : right;
    font-family   : 'Poppins', sans-serif;
    font-weight   : 300;
    font-size     : 0.75em;
    letter-spacing: 0.125em;
    color         : #1567a1;
    padding       : 0.375em 0;
    width         : 100%;
}

.kis-header .nav-bottom-block .nav-main-menu>li .menu-sub li.spilter::after {
    content         : '';
    display         : flex;
    background-color: #1567a1;
    height          : 1px;
}

.kis-header .nav-bottom-block .nav-main-menu>li .menu-sub li.selected>a,
.kis-header .nav-bottom-block .nav-main-menu>li .menu-sub li:hover>a {
    color: #a91e23;
}

/* ************ Laptop from 769 ~ 1040 ************** */
@media (max-width: 1040px) and (min-width: 769px) {

    .kis-header .nav-m-block {
        display: none;
    }

    .kis-header .input-username,
    .kis-header .input-password {
        width: 10em;
    }

    .kis-header .nav-block {
        display       : flex;
        flex-direction: column;
    }

    .kis-header .logo-block img {
        max-width: 15em;
    }

}

/* ************ Mobile less than 768 ************** */
@media (max-width: 768px) {
    .kis-header .nav-block {
        display: none;
    }

    .kis-header {
        position      : absolute;
        width         : 100%;
        background    : #f5f5f5;
        padding       : 0;
        height        : 5.125em;
        margin        : 0;
        box-shadow    : 0 0 0.25em 0.25em rgb(0 0 0 / 5%);
        display       : flex;
        flex-direction: column;
        overflow      : hidden;
        z-index       : 10;
    }

    .kis-header.m-nav-menu-show,
    .kis-header.m-nav-login-show {
        background: none;
        height    : 100vh;
    }

    .kis-header .nav-m-block {
        display    : flex;
        min-height : 5.125em;
        z-index    : 10;
        background : none;
        align-items: center;
    }

    .kis-header .nav-m-block .m-nav-menu-btn::after {
        content  : '\2261';
        font-size: 2em;
        padding  : 0.5em;
        color    : #1567a1;
    }

    .kis-header.m-nav-menu-show .nav-m-block .m-nav-menu-btn::after,
    .kis-header.m-nav-login-show .nav-m-block .m-nav-menu-btn::after {
        content    : '\2573';
        font-size  : 1.25em;
        padding    : 1em;
        font-weight: bold;
    }

    .kis-header .nav-m-menu {
        overflow  : hidden;
        height    : 0;
        z-index   : 10;
        background: none;
        animation : m-nav-show-in 0.5s;
    }

    .kis-header .nav-m-login {
        overflow  : hidden;
        height    : 0;
        z-index   : 10;
        background: none;
        animation : m-nav-show-in 0.5s;
    }

    .kis-header.m-nav-menu-show .nav-m-menu {
        height   : calc(100vh - 5.125em);
        animation: m-nav-show-out 0.5s;
    }

    .kis-header.m-nav-login-show .nav-m-login {
        height   : calc(100vh - 5.125em);
        animation: m-nav-show-out 0.5s;
    }

    .kis-header .blur-overlay {
        display      : none;
        width        : 100vw;
        height       : 100vh;
        margin-bottom: -100vh;
        opacity      : 0;
        animation    : fade-in 0.5s;
    }

    .kis-header.m-nav-menu-show .blur-overlay,
    .kis-header.m-nav-login-show .blur-overlay {
        display   : flex;
        position  : fixed;
        left      : 0;
        right     : 0;
        top       : 0;
        bottom    : 0;
        background: rgba(255, 255, 255, 0.7);
        opacity   : 1;
        animation : fade-out 0.5s;
    }

    .kis-header .nav-m-block .logo-block {
        margin-left: 0;
        animation  : m-logo-block-fly-in 0.5s;
    }

    .kis-header.m-nav-menu-show .nav-m-block .logo-block,
    .kis-header.m-nav-login-show .nav-m-block .logo-block {
        margin-left: 40vw;
        animation  : m-logo-block-fly-out 0.5s;
    }

    .kis-header .nav-m-block .logo-block img {
        max-width : 40vw;
        max-height: 4em;
    }

    .kis-header .nav-m-block .btn-login {
        margin-left : auto;
        margin-right: 1em;
        opacity     : 1;
        animation   : fade-out 0.5s;
    }

    .kis-header.m-nav-menu-show .nav-m-block .btn-login,
    .kis-header.m-nav-login-show .nav-m-block .btn-login {
        opacity  : 0;
        animation: fade-in 0.5s;
    }

    .kis-header.m-nav-login-show .nav-m-login input[type=submit],
    .kis-header.m-nav-login-show .nav-m-login input[type=button] {
        padding: 0.5em 1em;
    }

    .kis-header .nav-m-menu {
        margin: 0 1em;
    }

    .kis-header .nav-m-menu li {
        margin: 0.5em 0;
    }

    .kis-header .nav-m-menu li a {
        font-family: 'Poppins', sans-serif;
        color      : #1567a1;
        font-size  : 1.2em;
        font-weight: bold;
        padding    : 0.25em;
    }

    .kis-header .nav-m-menu li.child-menu a {
        font-weight: inherit;
        margin-left: 2em;
    }

    .kis-header .nav-m-menu li.profile-menu a {
        font-weight: inherit;
        font-size  : 1em;
    }

    @keyframes m-logo-block-fly-in {
        0% {
            margin-left: 40vw;
        }

        100% {
            margin-left: 0;
        }
    }

    @keyframes m-logo-block-fly-out {
        0% {
            margin-left: 0;
        }

        100% {
            margin-left: 40vw;
        }
    }

    @keyframes m-nav-show-in {
        0% {
            height: calc(100vh - 5.125em);
        }

        100% {
            height: 0;
        }
    }

    @keyframes m-nav-show-out {
        0% {
            height: 0;
        }

        100% {
            height: calc(100vh - 5.125em);
        }
    }
}
