html {
    background-color: #383838;
}
body { font-size: 16px; }
body, h1, h2, h3, h4, h5, h6, p, blockquote, li, a {
    font-family: 'kanit', sans-serif !important;
}
a { color: inherit; }
a:hover { text-decoration: none; color: inherit; }
.show-on-scroll { visibility: hidden; opacity: 0; }
.scrolled .show-on-scroll { visibility: visible; opacity: 1; transition: opacity .3s; }
.box, .box-container { display: table; height: 100%; table-layout: fixed !important; width: 100%; background: #fff; }
.box-row { display: table-row; width: 100%; padding: 0; vertical-align: top; }
.box-cell { display: table-cell; padding: 0; vertical-align: inherit; border-color: rgba(0,0,0,.05); }
.container { max-width: 100%; }
.b-l-1 { border-left-width: 1px !important; border-left-style: solid !important; }
.m-y-2 { margin-top: 15px; margin-bottom: 15px; }
.navbar { background: #fff; }
.header.show-on-scroll, .header.has-transparent, .header.transparent {
    position: absolute;
}
.header, .header-wrapper {
     width: 100%;
     z-index: 30;
     position: relative;
     background-size: cover;
     background-position: 50% 0;
     transition: background-color .3s, opacity .3s;
    background-color: #FECA31;
    color: #000;
}
.scrolled .header-wrapper.stuck, .scrolled .header-shadow .header-wrapper, .scrolled .layout-shadow #wrapper {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
/*.scrolled .header-bg-color, .scrolled .header-wrapper {
    background-color: rgba(255,255,255,0.9);
}*/
.header.show-on-scroll, .stuck .header-main {
    height: 60px !important;
}
.header-main {
    z-index: 10;
    position: relative;
}
.header-main > div { margin-top: 8px; }
.stuck {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sticky-jump .stuck {
    animation: stuckMoveDown .6s;
}
.nav > li > a > i, .nav > li > div {
    vertical-align: middle;
    transition: color .3s;
    font-size: 20px;
}
.nav > li > div {
    padding: 6px 20px;
}
.nav > li > div > span {
    font-size: 16px;
}
.nav > li > a, .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    transition: color .3s;
    background: transparent;
}
.nav .open > a { background: transparent !important; }
.dropdown-menu { margin-left: 18px; padding: 0; background: #000; border: #000; }
.dropdown-menu a { color: #FECA31 !important; }
.dropdown-menu a.active, .dropdown-menu a:hover { color: #000 !important; background: #FECA31 !important; }
.scrolled .nav > li > a, .scrolled .nav > li > div { color: #000 !important; }
.uppercase { text-transform: uppercase; }
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.shade-top {
    opacity: .4;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 70%);
}
.show-on-home { display: none; }
.scrolled .hide-for-sticky {
    display: none;
}
#logo {
    width: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
#logo img { width: 100px; }
.absolute-footer {
    background-color: #383838;
    color: rgba(255,255,255,0.5);
    padding: 10px 0 15px;
    font-size: .9em;
}
.back-to-top.active {
    opacity: 1;
    transform: translateY(0);
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    border-radius: 999px !important;
    object-fit: cover;
    border: 2px solid rgb(119, 119, 119);
    width: 2.5em;
    height: 2.5em;
    text-align: center;
}
.back-to-top.active i {
    font-size: 1.5em;
    line-height: 1.4em;
    color: rgb(119, 119, 119);
    font-weight: bold;
}
.icon-box { padding-left: 75px !important; position: relative; }
.icon-box-img { border: 1px solid #fff; border-radius: 100%; margin-right: 15px; width: 60px; position: absolute; top: 30px; left: 0; }
.icon-box-img img {
    width: 60%;
    margin: 20%;
}
.btn-theme { background-color: #FECA31 !important; color: #000 !important; }
.section-page { padding-top: 70px; }


.card { position:relative; margin:.5rem 0 1rem 0; background-color:#fff; transition:box-shadow .25s; border-radius:2px; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); /*box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;*/ }


.item-list .card.item { padding: 10px; }

.item-list .link-all { margin: 15px 0; }
.item-list .item-title { font-weight: bold; font-size: 1.1em; margin: 5px 0; }