/**
 * BoojJot theme for reveal.js.
 *
 * Copyright (c) 2015, Sungsit Sawaiwan (https://sungsit.com | gibbozer [at] gmail [dot] com).
 *
 */
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);

@font-face {
    font-family: "BoonJot";
    src: url(../fonts/woff2-otf/BoonJot-Regular.woff2) format("woff2"), url(../fonts/woff-otf/BoonJot-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BoonJot";
    src: url(../fonts/woff2-otf/BoonJot-Italic.woff2) format("woff2"), url(../fonts/woff-otf/BoonJot-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}

section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
    color: #fff;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: 'BoonJot', sans-serif;
    font-size: 16px;
    color: #5B5B5B;
}

button {
    font-family: 'BoonJot', sans-serif;
    ;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    color: #222222;
    font-weight: bold;
    font-family: 'BoonJot', sans-serif;
    ;
}

h1 {
    font-size: 3em;
    font-family: 'BoonJot', sans-serif;
    ;
}

h2 {
    font-size: 2.8em;
    font-family: 'BoonJot', sans-serif;
    ;
}

h3 {
    font-size: 1.6em;
    font-family: 'BoonJot', sans-serif;
    ;
}

h4 {
    font-size: 1.3em;
    font-family: 'BoonJot', sans-serif;
    ;
}

h5 {
    font-size: 1em;
    font-family: 'BoonJot', sans-serif;
    ;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
    font-family: 'BoonJot', sans-serif;
    ;
}

a:hover {
    text-decoration: none;
}

#wrapper {
    padding-bottom: 50px;
}

/* Header */

#header-wrapper {
    overflow: hidden;
    background: #3367d6;
    /*Color BG Header*/
}

#header {
    overflow: hidden;
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    padding: 0px 0px;
}

/* Logo */

#logo {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}


#logo h1 {
    line-height: 65px;
    letter-spacing: 1px;
    font-size: 2.2em;
}

#logo h1 a {
    color: #FFFFFF;
}

#logo p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-style: italic;
    color: #8E8E8E;
}

#logo p a {
    color: #8E8E8E;
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #12212F;
}

/* Splash */

#splash {
    width: 960px;
    height: 300px;
    margin: 0px auto;
}

/* Search */

#search {
    float: right;
    width: 280px;
    height: 60px;
    padding: 20px 0px 0px 0px;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #E7EBED;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px BoonJot, Helvetica, sans-serif;
    color: #5D781D;
}

#search-submit {
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}

/* Page */

#page {
    width: 100%;
    margin: 0 auto;
    padding: 20px 60px 20px 60px;
    background: #FFFFFF;
}

/* Content */

#content {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.post {
    overflow: hidden;
    margin-bottom: 20px;
}

.post .title {
    padding: 7px 0px 40px 0px;
    letter-spacing: -1px;
}

.post .title a {
    border: none;
    text-decoration: none;
    color: #222222;
}

.post .meta {
    margin-bottom: 30px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}

.post .meta .date {
    float: left;
}

.post .meta .posted {
    float: right;
}



.post .entry {
    padding: 0px 0px 40px 0px;
    text-align: justify;
}

.links {
    padding-top: 20px;
    margin-bottom: 30px;
}

.more {
    display: block;
    float: left;
    width: 180px;
    padding: 5px 5px;
    margin-right: 10px;
    background: #B50D0D;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.comments {
    display: block;
    float: left;
    width: 88px;
    padding: 5px 5px;
    background: #B50D0D;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

/* Sidebar */

#sidebar {
    margin: 20px;
    padding: 10px 10px 10px 10px;
    background: #F0F0F0;
    border-radius: 15px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 10px;
}

#sidebar li li {
    line-height: 35px;
    border-bottom: 1px solid #E7EBED;
    margin: 0px 0px;
    border-left: none;
}

#sidebar li li span {
    display: block;
    margin-top: 0px;
    padding: 0;
    font-size: 16px;
    font-style: italic;
}

#sidebar li li a {
    padding: 0px 20px 20px 20px;
    color: blue;
}

#sidebar h2 {
    height: 60px;
    padding: 10px 10px 10px 20px;
    letter-spacing: 1px;
    font-size: 2em;
    color: #222222;
}

#sidebar p {
    margin: 0 0px;
    padding: 0px 30px 20px 30px;
}

#sidebar a {
    border: none;
}

#sidebar a:hover {
    text-decoration: underline;
}


#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Three Column Footer Content */

#footer-content {
    overflow: hidden;
    margin: 0px auto;
    padding: 50px 0px;
    color: #FFFFFF;
}

#footer-content h2 {
    color: #FFFFFF;
}


#footer-bg {
    overflow: hidden;
    padding: 30px 0px;
    background: #E8E8E8;
}

#footer-content h2 {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    font-size: 26px;
    color: #FFFFFF;
}

#footer-content #fbox1 {
    float: left;
    width: 300px;
    margin-right: 50px;
}

#footer-content #fbox2 {
    float: left;
    width: 300px;
}

#footer-content #fbox3 {
    float: right;
    width: 300px;
}



#column1 {
    float: left;
    width: 290px;
    margin-right: 30px;
}

#column2 {
    float: left;
    width: 280px;
}

#column3 {
    float: right;
    width: 260px;
}

/* Footer */

#footer {
    height: 90px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    background: black;
}

#footer p {
    margin: 0;
    letter-spacing: 1px;
    line-height: normal;
    text-align: left;
    color: white;
}

#footer a {
    color: #FFBDBD;
}

#footer a:hover {
    color: white;
    text-decoration: underline;
}

#banner {
    margin: 0px auto;
    width: 1000px;
    height: 440px;
}


.list-style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-style1 a {
    color: #7F7F7F;
}

/** LIST STYLE 1 */

ul.style1 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul.style1 li {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #162738;
    line-height: 160%;
}

ul.style1 a {
    display: block;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #93B2A0;
}

ul.style1 a:hover {
    text-decoration: underline;
}

ul.style1 .first {
    border-top: none;
    padding-top: 0px;
}

#featured-content {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    padding: 30px 30px 30px 30px;
}

#featured-content h2 {
    padding: 0px 0px 20px 0px;
    font-size: 30px;
}

#featured-content #column1 {
    float: left;
    width: 300px;
    margin-right: 50px;
}

#featured-content #column2 {
    float: left;
    width: 300px;
}

#featured-content #column3 {
    float: right;
    width: 300px;
}

.button a {
    display: block;
    float: left;
    width: 88px;
    padding: 5px 5px;
    margin-right: 10px;
    background: #B50D0D;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

.row::after {
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.header {
    background: #3367d6;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}

/* ID Menu */

#menu ul {
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
    padding: 0px 0px 0px 0px;
}

#menu a {
    display: block;
    margin-right: 1px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

#menu a:hover {
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #244893;
}

.menu a:hover {
    text-decoration: none;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    font-size: 16px;
    padding: 8px;
    margin-bottom: 0px;
}

.menu li:hover {
    background-color: #FFFFFF;
}

.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

th, td {
    /*padding: .5em 2.8em;*/
    vertical-align: top;
    border-bottom: 1px solid #222222;
}

.table-responsive {
    align-content: center;
    margin-left: 0px;
    margin-right: 30px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

/* The container */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


@media only screen and (min-width: 600px) {

    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 1024px) {

    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-sm:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-size: 18px;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 5px 5px 5px 5px;
    line-height: 2;
    border-radius: 0.4rem;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-dm:hover {
    color: #000000;
    background-color: #1BEF3B;
    border-color: #0C6C1B;
}

.btn-dm, .btn-group-dm>.btn {
    padding: 5px 5px 5px 5px;
    line-height: 2;
    border-radius: 0.4rem;
    font-size: 16px;
    text-align: center;
    color: #000000;
    background-color: #32DA56;
    border-color: #83E397;
}

#sidebar-login {
    margin: 20px;
    padding: 10px 10px 10px 10px;
    background: #509f15;
    border-radius: 15px;
    font-size: 20px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    /*padding: 0.75rem;*/
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #000;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #000;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca;
}

.table-dark a:hover {
    color: white;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
    color: #fff;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
    color: #fff;
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}