/* -----------------------------------------------
Basic Setting
------------------------------------------------- */
/*--- Font ---*/
/*--- Path of Image ---*/
/*--- Breakpoints Media Query ---*/
/*--- Link ---*/
/* -----------------------------------------------
Color Classes
------------------------------------------------- */
body {
  font-family: "Thonburi", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5em;
  color: #333;
  word-wrap: break-word;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "kanit", "thunburi", sans-serif;
  margin: 0 0 20px;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  font-size: 2.6666666667em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 1.6666666667em;
}

h4 {
  font-size: 1.2666666667em;
}

h5 {
  font-size: 1.4666666667em;
}

h6 {
  font-size: 1.4666666667em;
}

.h1 {
  font-size: 2.6666666667em;
}

.h2 {
  font-size: 2.4em;
}

.h3 {
  font-size: 1.6666666667em;
}

.h4 {
  font-size: 1.2666666667em;
}

.h5 {
  font-size: 1.4666666667em;
}

.h6 {
  font-size: 1.4666666667em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.3333333333em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1.2em;
  }
}
a {
  word-break: break-word;
  color: #EC8223;
}
a:hover, a:focus, a:active {
  color: #c17b3b;
  text-decoration: underline;
}

ul, ol {
  margin: 0;
}

hr {
  border-color: #EFEFEF;
}

/* list stiped */
.thlr-stiped {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thlr-stiped > li {
  padding: 1.25rem;
  margin: 0 0 1rem;
  border: 1px solid #e9ecef;
}
.thlr-stiped > li:last-child {
  margin-bottom: 0;
}
.thlr-stiped .title {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.5em;
}
.thlr-stiped > li:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.thlr-stiped > li > ul {
  padding-left: 1.5rem;
}

.thlr-stiped.-collapsable > li {
  padding: 0;
}
.thlr-stiped.-collapsable > li > a {
  color: #333333;
  padding: 1.25rem;
}
.thlr-stiped.-collapsable > li > a:hover, .thlr-stiped.-collapsable > li > a:focus, .thlr-stiped.-collapsable > li > a:visited {
  text-decoration: none;
  color: #333333;
}

.thlr-stiped._lawsuit-list li {
  padding: 0.5rem 1.25rem;
}

.dropdown-toggle.-collapsable {
  position: relative;
  color: #333333;
}
.dropdown-toggle.-collapsable:after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
.dropdown-toggle.-collapsable:hover {
  cursor: pointer;
}

/* table */
.table-tlhr {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1333333333em;
}
.table-tlhr thead th {
  color: #fff;
  font-weight: 400;
}
.table-tlhr tbody {
  background: #fff;
}
.table-tlhr tbody th {
  font-weight: 300;
  padding: 0.5rem;
}
.table-tlhr tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-tlhr tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-tlhr th .active {
  background: #EC8223;
  padding: 0.5rem;
  position: relative;
  width: 97%;
}
.table-tlhr th .active .triangle {
  position: absolute;
  width: 0;
  border-style: solid;
  border-width: 13px 13px 13px 0;
  border-color: transparent #e9ecef transparent transparent;
  right: -23px;
  top: 8px;
}
@media (max-width: 768px) {
  .table-tlhr th .active .triangle {
    right: -17px;
  }
}
@media (max-width: 767px) {
  .table-tlhr th .active .triangle {
    display: none;
  }
}
.table-tlhr th .active .triangle .empty {
  position: absolute;
  /* top: 9px; */
  left: 2px;
  top: -12px;
  width: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #fff transparent transparent;
}

/* -----------------------------------------------
Example Font Face
------------------------------------------------- */
/**
 * Config $font-path: '../fonts/' in _var.scss
 *
 * Use font-face @mixin font-face($family,$src,$style,$weight);
 *
 * Example 4 font weight
 * Font-weights: (Light: 300, Regular: 400, Medium: 500, SemiBold: 600, Bold: 700);
 *
 * @include font-face('Kanit', $font-path, $style: 300, $weight: normal);
 * @include font-face('Kanit', $font-path, $style: 400, $weight: normal);
 * @include font-face('Kanit', $font-path, $style: 500, $weight: normal);
 * @include font-face('Kanit', $font-path, $style: 600, $weight: normal);
 * @include font-face('Kanit', $font-path, $style: 700, $weight: normal);
 */
/*
How to use font face
------------------------------------------------- */
/**
 * .foo {
 *     font-family: Kanit;
 *     font-weight: 300; // Defualt
 * }
 * .bar {
 *     font-family: Kanit;
 *     font-weight: 600;
 * }
 */
/* This stylesheet generated by Transfonter (https://transfonter.org) on November 13, 2017 4:41 AM */
/* -----------------------------------------------
Basic Setting
------------------------------------------------- */
/*--- Font ---*/
/*--- Path of Image ---*/
/*--- Breakpoints Media Query ---*/
/*--- Link ---*/
/* -----------------------------------------------
Color Classes
------------------------------------------------- */
@font-face {
  font-family: "WDBBangna";
  src: url("../fonts/hinted-subset-WDBBangna.eot"), url("../fonts/hinted-subset-WDBBangna.ttf") format("truetype"), url("../fonts/hinted-subset-WDBBangna.svg#WDBBangna") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "THSarabunNew";
  src: url("../fonts/thsarabunnew-webfont.eot");
  src: url("../fonts/thsarabunnew-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thsarabunnew-webfont.woff") format("woff"), url("../fonts/thsarabunnew-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "THSarabunNew";
  src: url("../fonts/thsarabunnew_bolditalic-webfont.eot");
  src: url("../fonts/thsarabunnew_bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thsarabunnew_bolditalic-webfont.woff") format("woff"), url("../fonts/thsarabunnew_bolditalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "THSarabunNew";
  src: url("../fonts/thsarabunnew_italic-webfont.eot");
  src: url("../fonts/thsarabunnew_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thsarabunnew_italic-webfont.woff") format("woff"), url("../fonts/thsarabunnew_italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "THSarabunNew";
  src: url("../fonts/thsarabunnew_bold-webfont.eot");
  src: url("../fonts/thsarabunnew_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/thsarabunnew_bold-webfont.woff") format("woff"), url("../fonts/thsarabunnew_bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.text-color {
  color: #333;
}

.font-heading {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
}

/* -----------------------------------------------
Font Size Classes
------------------------------------------------- */
._fs-18 {
  font-size: 1.2em;
}

._fs-20 {
  font-size: 1.3333333333em;
}

._fs-22 {
  font-size: 1.4666666667em;
}

._fs-24 {
  font-size: 1.6em;
}

._fs-26 {
  font-size: 1.7333333333em;
}

._fs-28 {
  font-size: 1.8666666667em;
}

._fs-30 {
  font-size: 2em;
}

._fs-32 {
  font-size: 2.1333333333em;
}

._fs-34 {
  font-size: 2.2666666667em;
}

._fs-36 {
  font-size: 2.4em;
}

._fs-38 {
  font-size: 2.5333333333em;
}

._fs-40 {
  font-size: 2.6666666667em;
}

._fs-42 {
  font-size: 2.8em;
}

/* -----------------------------------------------
Font Size Classes
------------------------------------------------- */
._fw-exli {
  font-weight: 200;
}

._fw-li {
  font-weight: 300;
}

._fw-reg {
  font-weight: 400;
}

._fw-med {
  font-weight: 500;
}

._fw-semibd {
  font-weight: 600;
}

._fw-bd, .infographic-page .item-info > .desc > .amount > .number {
  font-weight: 700;
}

._fw-exbd {
  font-weight: 800;
}

/*--- Line Height ---*/
._lh1 {
  line-height: 1em;
}

._lh1-2 {
  line-height: 1.2em;
}

._lh1-4 {
  line-height: 1.4em;
}

._lh1-5 {
  line-height: 1.5em;
}

._lh1-7 {
  line-height: 1.7em;
}

/* -----------------------------------------------
Padding Classes
------------------------------------------------- */
/**
 *
 * pa = padding
 * pt = padding-top
 * pb = padding-bottom
 * pl = padding-left
 * pr = padding-right
 *
 */
._pa-10 {
  padding: 10px;
}

._pa-15 {
  padding: 15px;
}

._pa-20 {
  padding: 20px;
}

._pa-25 {
  padding: 25px;
}

._pa-30 {
  padding: 30px;
}

._pa-35 {
  padding: 35px;
}

._pa-40 {
  padding: 40px;
}

._pt-15 {
  padding-top: 15px;
}

._pt-20 {
  padding-top: 20px;
}

._pt-25 {
  padding-top: 25px;
}

._pt-30 {
  padding-top: 30px;
}

._pt-35 {
  padding-top: 35px;
}

._pt-40 {
  padding-top: 40px;
}

._pt-50 {
  padding-top: 50px;
}

._pt-60 {
  padding-top: 60px;
}

._pt-70 {
  padding-top: 70px;
}

._pb-15 {
  padding-bottom: 15px;
}

._pb-20 {
  padding-bottom: 20px;
}

._pb-25 {
  padding-bottom: 25px;
}

._pb-30 {
  padding-bottom: 30px;
}

._pb-35 {
  padding-bottom: 35px;
}

._pb-40 {
  padding-bottom: 40px;
}

._pb-50 {
  padding-bottom: 50px;
}

._pb-60 {
  padding-bottom: 60px;
}

._pb-70 {
  padding-bottom: 70px;
}

/* -----------------------------------------------
Margin Classes
------------------------------------------------- */
/**
 *
 * ma = margin
 * mt = margin-top
 * mb = margin-bottom
 * ml = margin-left
 * mr = margin-right
 *
 */
._ma-0 {
  margin: 0;
}

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

._mt-10 {
  margin-top: 10px;
}

._mt-20 {
  margin-top: 20px;
}

._mt-30 {
  margin-top: 30px;
}

._mt-40 {
  margin-top: 40px;
}

._mt-50 {
  margin-top: 50px;
}

._mt-60 {
  margin-top: 60px;
}

._mt-70 {
  margin-top: 70px;
}

._mt-80 {
  margin-top: 80px;
}

._mt-90 {
  margin-top: 90px;
}

._mt-100 {
  margin-top: 100px;
}

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

._mb-10 {
  margin-bottom: 10px;
}

._mb-20 {
  margin-bottom: 20px;
}

._mb-30 {
  margin-bottom: 30px;
}

._mb-40 {
  margin-bottom: 40px;
}

._mb-50 {
  margin-bottom: 50px;
}

._mb-60 {
  margin-bottom: 60px;
}

._mb-70 {
  margin-bottom: 70px;
}

._mb-80 {
  margin-bottom: 80px;
}

._mb-90 {
  margin-bottom: 90px;
}

._mb-100 {
  margin-bottom: 100px;
}

._ml-10 {
  margin-left: 10px;
}

._ml-20 {
  margin-left: 20px;
}

._ml-70 {
  margin-left: 70px;
}

/* -----------------------------------------------
Border Radius  Classes
------------------------------------------------- */
._br-100 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

._br-2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

._br-3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

._br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

/* -----------------------------------------------
Width Classes
------------------------------------------------- */
._w-100 {
  width: 100px;
}

._w-120 {
  width: 120px;
}

._w-140 {
  width: 140px;
}

._w-160 {
  width: 160px;
}

/* -----------------------------------------------
Display Classes
------------------------------------------------- */
._block {
  display: block !important;
}

._inline {
  display: inline;
}

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

._clearfix:before, ._clearfix:after {
  content: " ";
  display: table;
}
._clearfix:after {
  clear: both;
}

/* -----------------------------------------------
Color Classes
------------------------------------------------- */
._bg-darkbrown {
  background: #736B60;
}

._bg-darkgreen {
  background: #1B6D68;
}

._bg-darkblue {
  background: #091D24;
}

._bg-lightbrown {
  background: #736B61;
}

._bg-lightgreen {
  background: #72BF9D;
}

._bg-lightgray {
  background: #f8f8f8;
}

._bg-cream {
  background: #EDE7DA;
}

._bg-orange {
  background: #EC8223;
}

._bg-gray {
  background: #EFEFEF;
}

._bg-green {
  background: #72BF9D;
}

._bg-white {
  background: #fff;
}

._bg-black {
  background: #091D24;
}

._bg-brown {
  background: #4B4237;
}

/* -----------------------------------------------
Text Color Classes
------------------------------------------------- */
._text-brown {
  color: #4B4237;
}

._text-darkbrown {
  color: #736B60;
}

._text-darkgreen {
  color: #1B6D68;
}

._text-darkblue {
  color: #091D24;
}

._text-lightbrown {
  color: #736B61;
}

._text-lightgreen {
  color: #72BF9D;
}

._text-lightgray {
  color: #F8F8F8;
}

._text-cream {
  color: #EDE7DA;
}

._text-orange {
  color: #EC8223;
}

._text-gray {
  color: #EFEFEF;
}

._text-green {
  color: #72BF9D;
}

._text-white {
  color: #fff;
}

._text-black, .infographic-page .link a:hover, .infographic-page .item-info > .desc > .amount > .number {
  color: #091D24;
}

/* -----------------------------------------------
Level Color Classes
------------------------------------------------- */
.-lv1 {
  background-color: #1B4D4C !important;
}

.-lv2 {
  background-color: #21736C !important;
}

.-lv3 {
  background-color: #C0C05A !important;
}

.-lv4 {
  background-color: #F6C02D !important;
}

.-lv5 {
  background-color: #EF9526 !important;
}

.-lv6 {
  background-color: #ED6920 !important;
}

.-lv7 {
  background-color: #EF4F1E !important;
}

.hide {
  display: none !important;
}

@media (min-width: 768px) {
  .how-long > .glyphicon + label {
    margin-left: 24px;
  }
}

.glyphicon {
  position: relative;
  top: 5px;
  right: 4px;
  display: inline-block;
  margin-left: -22px;
}
.glyphicon:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/icon-calendar.svg") transparent no-repeat center;
  background-size: contain;
}

.-border-left {
  border-left: 1px solid #EFEFEF;
}

.header-info {
  background: #EDE7DA;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 2px 10px;
}

.-border-top {
  border-top: 2px solid #D2D2D2;
}

.rounded-pill {
  border-radius: 50rem !important;
}

/*----------------------------------
Component : header
Element :
By :
----------------------------------*/
header {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-weight: 300;
  font-size: 17px;
}

.header .navbar {
  padding: 1rem 0;
}
@media (max-width: 480px) {
  .header .navbar {
    justify-content: center;
  }
}

/*----------------------------------
Component : Toggle Menu
Element :
By :
----------------------------------*/
.navbar-light .navbar-toggler {
  font-weight: 300;
  color: #fff;
  border: 1px solid #979797;
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar-light .navbar-toggler {
    position: absolute;
    top: 1.25rem;
    right: 0;
  }
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  margin-left: 5px;
}

/*----------------------------------
Component : Header Title
Element :
By :
----------------------------------*/
.header-title {
  color: #fff;
}
.header-title .page-title {
  font-size: 2.2666666667em;
  font-family: "WDBBangna", "THSarabunNew", "Thonburi", Arial, sans-serif;
}

footer {
  font-size: 0.9333333333em;
  color: #6A6A6A;
  background: #EDE7DA;
}

@media (min-width: 576px) {
  .footer-right {
    text-align: right;
  }
}
main {
  background: #EDE7DA;
}

.content {
  background: #fff;
}

.sidebar {
  background: #F9F8F4;
}
.sidebar .card .card-body {
  padding: 1rem 0;
  border-bottom: 1px solid #EFEFEF;
}

/*----------------------------------
Component : -
Variants : -
By : -
----------------------------------*/
.text-muted {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1;
  color: #000 !important;
}
.text-muted .label {
  display: block;
  font-weight: 90%;
}

.tooltip.invert .tooltip-inner {
  padding: 10px 20px;
  color: #000;
  background: #fff;
}

/* -----------------------------------------------
// Default Button
------------------------------------------------- */
.btn {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-weight: 300;
  background: #555048;
  border: 1px solid #555048;
  color: #fff;
}
.btn:hover, .btn:focus, .btn:active {
  cursor: pointer;
  text-decoration: none;
  background-position: 0;
  background-size: 0;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* -----------------------------------------------
// Solid Button
------------------------------------------------- */
.btn-solid, .btn-primary {
  background: #EC8223;
  border-color: #EC8223;
  color: #fff;
  transition: all 0;
}
.btn-solid:hover, .btn-solid.active, .btn-solid:focus, .btn-solid:active, .btn-primary:hover, .btn-primary.active, .btn-primary:focus, .btn-primary:active {
  background: #fff;
  border-color: #EC8223;
  color: #EC8223;
}

/* -----------------------------------------------
// Outline Button
------------------------------------------------- */
.btn-xs {
  font-size: 13px;
  padding: 2px 6px;
}

/* -----------------------------------------------
// Default Form
------------------------------------------------- */
.hasDatepicker {
  background: #fff;
  padding: 0.375rem 0.75rem;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.header_filter .form-group label {
  font-weight: bold;
  width: 70px;
}

.filter-all {
  margin: 15px 0;
}

/* -----------------------------------------------
// Search form
------------------------------------------------- */
.public_search {
  max-height: 600px;
  margin-bottom: 5rem;
  position: relative;
  box-sizing: content-box;
  padding: 24px 0 16px 16px;
  background-color: #EFEFEF;
  border: 1px solid #D2D2D2;
}
.public_search .stat-box {
  background-color: #FFFFFF;
}
.public_search hr {
  border-color: #D2D2D2;
}
.public_search > form {
  padding-right: 20px;
  max-height: 600px;
  overflow-y: scroll;
}
.public_search > form > .row {
  margin-left: 0;
  margin-right: 0;
}
.public_search > form > .row > .col-xs-6 {
  width: 100%;
}
.public_search #search {
  position: absolute;
  width: 120px;
  z-index: 999;
  bottom: -70px;
  right: 0;
}
.public_search > form {
  /* Track */
  /* Handle */
}
@media (max-width: 767px) {
  .public_search > form label {
    display: block;
    line-height: 2em;
    margin: 0.5rem 0;
  }
}
.public_search > form::-webkit-scrollbar {
  width: 10px;
}
.public_search > form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.public_search > form::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #EC8223;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

/* -----------------------------------------------
// Search header
------------------------------------------------- */
.field-search {
  margin-right: 0.15rem !important;
  color: #fff;
  font-weight: 300;
  background: #555048;
  border-color: #555048;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.field-search::placeholder {
  color: #fff;
}

.link-advsearch {
  text-decoration: underline;
  margin: 0 0.5rem;
}

/* -----------------------------------------------
// Advance Search
------------------------------------------------- */
/* -----------------------------------------------
// Search Section
------------------------------------------------- */
.search-section {
  background: #fff;
}

.result-search {
  background: #EFEFEF;
}

.card {
  border: none;
  margin: 0 0 1rem;
}

.stat-box {
  padding: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  background-color: #FAFAFA;
}
.stat-box h4 {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
}
.stat-box .select-tool-wrapper {
  float: right;
  margin-top: 6px;
}
@media (max-width: 479px) {
  .stat-box .select-tool-wrapper {
    float: none;
    margin-bottom: 6px;
  }
}
.stat-box ul.list-unstyled > li {
  width: 100%;
  float: left;
}
@media (min-width: 321px) and (max-width: 768px) {
  .stat-box ul.list-unstyled.-four-column > li {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .stat-box ul.list-unstyled.-four-column > li {
    width: 33.3333%;
  }
}
@media (min-width: 1025px) {
  .stat-box ul.list-unstyled.-four-column > li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .stat-box ul.list-unstyled.-three-column > li {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .stat-box ul.list-unstyled.-two-column > li {
    width: 50%;
  }
}
.stat-box ul.list-unstyled.-short > li {
  margin-right: 30px;
}
.stat-box .select-tool {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
.stat-box .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.stat-box > .form-group > label {
  font-family: "kanit", "thunburi", sans-serif;
  font-size: 1.26667em;
  font-weight: 500;
}
.stat-box #chargeArea {
  padding: 0 15px;
}
.stat-box #chargeArea > .form-group {
  width: 100%;
}
.stat-box #chargeArea > .form-group > label {
  font-weight: bold;
}

.dropdown {
  margin-bottom: 8px;
}
.dropdown .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown .dropdown-menu > li > a:hover {
  background-color: #D2D2D2;
  cursor: pointer;
}

.form-group.-charge ul > li.is-children {
  float: none;
  padding-left: 20px;
}

.form-group.-charge ul > li.is-grand-children {
  float: none;
  padding-left: 40px;
}

/* -----------------------------------------------
// Navigation Tab Menu
------------------------------------------------- */
.nav-tabs {
  margin: 0 1rem;
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  border-bottom: 0;
}
.nav-tabs .nav-link {
  width: 100%;
  font-size: 0.9em;
  max-width: 140px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0.5rem 0.5rem;
  color: #000;
  background-color: #894C07;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:active {
  color: #000;
  background-color: #EDE7DA;
  border-color: #EDE7DA;
}

@media (min-width: 768px) {
  .nav-tabs .nav-link {
    font-size: 1em;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.nav-default.nav-tabs {
  font-size: 1.0666666667em;
}
@media (min-width: 576px) {
  .nav-default.nav-tabs .nav-link {
    font-size: 1.2em;
    min-width: 185px;
  }
}

/* -----------------------------------------------
// Card Default
------------------------------------------------- */
.card {
  border: none;
  margin: 0 0 1rem;
}
.card .card-title {
  font-size: 1.4666666667em;
  font-weight: 500;
}
.card .card-text {
  font-size: 1.1333333333em;
  font-weight: 300;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .card .card-text {
    font-size: 1em;
  }
}
.card .card-text .title {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
}
@media (max-width: 767px) {
  .card .card-body {
    padding: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .card .card-body {
    padding: 0.75rem;
  }
}

/* -----------------------------------------------
// Card for thlr
------------------------------------------------- */
.card-thlr.no-bg {
  background: transparent;
}
.card-thlr .card-label:not(:first-of-type) {
  margin-top: 1rem;
}
.card-thlr .card-header {
  padding: 0.5rem 1rem;
  font-size: 1.4em;
  font-weight: 300;
  color: #fff;
}
.card-thlr .card-heading {
  font-size: 1.6em;
  margin-bottom: 0.5rem;
}
.card-thlr .card-title {
  font-size: 1.1333333333em;
  font-weight: 600;
}
.card-thlr .card-name {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-size: 1.0666666667em;
  font-weight: 300;
}
@media (min-width: 769px) {
  .card-thlr .card-name {
    font-size: 1.2em;
  }
}
.card-thlr .card-box > .item {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  text-align: center;
  font-size: 1.5333333333em;
  width: 100%;
  padding: 2em 0;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .card-thlr .card-box > .item {
    margin: 1rem 0;
  }
}
.card-thlr .card-bg {
  background: #f8f8f8;
  padding: 1.5rem 0.5rem;
}
.card-thlr .card-bg:not(:last-child) {
  margin-bottom: 1.5rem;
}

.card-lawsuit {
  border: 1px solid #EFEFEF;
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1333333333em;
}
.card-lawsuit .card-lawsuit-header {
  color: #fff;
  font-weight: 400;
  padding: 10px;
}
.card-lawsuit .lawsuit-tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-lawsuit .lawsuit-tab-nav .show-update-info {
  padding: 0.5rem;
  position: relative;
}
.card-lawsuit .lawsuit-tab-nav .show-update-info:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.card-lawsuit .lawsuit-tab-nav .show-update-info:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.card-lawsuit .lawsuit-tab-nav .show-update-info.active {
  text-decoration: none;
  background: #EC8223;
  color: #000;
}
.card-lawsuit .lawsuit-tab-nav .show-update-info.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #EC8223;
  z-index: 1;
}
.card-lawsuit .lawsuit-tab-content {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-lawsuit .lawsuit-tab-content .charge-info {
  padding: 15px;
  border-right: 1px solid #EFEFEF;
}
.card-lawsuit .lawsuit-tab-content .charge-info ul {
  padding: 0 1rem;
}
.card-lawsuit .lawsuit-tab-content .lawsuit-info {
  padding: 15px;
}

.is_punishment-label {
  font-size: 0.8em;
  line-height: 1.5;
}

/* -----------------------------------------------
// Tag Default
------------------------------------------------- */
.keyword {
  overflow: hidden;
}

.badge {
  padding: 0.5em;
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-size: 1.0666666667em;
  font-weight: 300;
  display: inline-block;
}
.badge > .close {
  font-size: 1.3333333333em;
  color: #EC8223;
  opacity: 0.8;
  float: none;
}

.badge-tlhr {
  margin-bottom: 0.5rem;
  background: #FFE1BE;
  color: #EC8223;
}

/* -----------------------------------------------
// Pagination
------------------------------------------------- */
.pagination {
  font-size: 0.9rem;
  padding: 1rem 0;
}

.page-link {
  color: #EC8223;
  padding: 0.5rem 0.75rem;
}
.page-link:hover, .page-link:focus {
  color: #EC8223;
  background-color: #EC8223;
  color: #fff;
  border: 1px solid #EC8223;
}

.page-item.active .page-link {
  border-color: transparent;
  background-color: #EC8223;
  color: #fff;
}

/* -----------------------------------------------
// Stat Default
------------------------------------------------- */
.stat-section {
  background: #000;
  width: 100%;
  min-height: 500px;
}
.stat-section .heading {
  font-family: "WDBBangna", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-size: 1.3333333333em;
  color: #fff;
}
@media (min-width: 481px) {
  .stat-section .heading {
    font-size: 1.6em;
  }
}
.stat-section .remark {
  color: #fff;
}
.stat-section .remark .level {
  margin-right: 0.25rem;
  display: inline-block;
  width: 17px;
  height: 19px;
}
.stat-section .remark .level:first-child {
  margin-left: 0.25rem;
}

@media (min-width: 768px) {
  .stat-action {
    text-align: right;
  }
}
.stat-action .btn {
  padding: 10px 10px 8px 40px;
  position: relative;
  color: #808080;
  font-size: 0.9333333333em;
}
@media (min-width: 481px) {
  .stat-action .btn {
    font-size: 1.2em;
  }
}
.stat-action .btn.btn-stat:before {
  background: url("../images/icon-stat.svg") no-repeat center;
}
.stat-action .btn.btn-stat.active:before, .stat-action .btn.btn-stat:hover:before {
  background: url("../images/icon-stat-hover.svg") no-repeat center;
}
.stat-action .btn:before {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background: url("../images/icon-map.svg") no-repeat center;
  width: 30px;
  height: 28px;
}
.stat-action .btn.active, .stat-action .btn:hover {
  background: #EC8223;
  border: 1px solid #EC8223;
  color: #000;
}
.stat-action .btn.active:before, .stat-action .btn:hover:before {
  background: url("../images/icon-map-hover.svg") no-repeat center;
}

.stat-tab-content {
  display: none;
  overflow: hidden;
  height: 500px;
  position: relative;
}
.stat-tab-content.active {
  display: block;
}
.stat-tab-content .instruction {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.stat-tab-content .instruction.active {
  display: block;
}

.stat-table {
  color: #fff;
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  border: 1px solid #000;
}
.stat-table .no-bg {
  background: transparent;
}
.stat-table tr, .stat-table td, .stat-table th {
  border: 1px solid #000;
}
.stat-table td, .stat-table th {
  width: 35px;
  height: 30px;
  text-align: center;
  background: #091D24;
}
.stat-table td.month, .stat-table th.month {
  background: #183944;
  width: 50px;
}
.stat-table td .year, .stat-table th .year {
  font-size: 1.4em;
  transform: rotate(270deg);
  display: inline-block;
  width: 50px;
}
.stat-table .-star {
  background: url("../images/icon-star.svg") no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

.timeline-form-wrapper ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.timeline-form-wrapper ul li {
  font-size: 13px;
  width: 100%;
}
@media (min-width: 992px) {
  .timeline-form-wrapper ul li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .timeline-form-wrapper ul li {
    width: 33.3333%;
  }
}
.timeline-form-wrapper ul li label {
  margin-bottom: 0.3rem;
}

.summary-form-wrapper .form-row {
  background-color: #FFFFFF;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  padding: 15px 15px 0 15px;
}
.summary-form-wrapper .form-row.show {
  display: flex;
}

.input-group .form-control:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.input-group .fa-calendar-alt {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 999;
  right: 10px;
}

/* -----------------------------------------------
// Accordion collape
------------------------------------------------- */
#accordion .card-tab:nth-of-type(odd) .card-header {
  background: rgba(255, 255, 255, 0.05);
}
#accordion .card-tab:nth-of-type(even) .card-header {
  background: rgba(0, 0, 0, 0.05);
}
#accordion .card-tab .card-header {
  padding: 0;
}
#accordion .card-tab .card-header a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}
#accordion .card-tab .card-header a:hover, #accordion .card-tab .card-header a:focus, #accordion .card-tab .card-header a:active, #accordion .card-tab .card-header a[aria-expanded=true] {
  color: #000;
  background: #EC8223;
}
#accordion .card-tab .card-header .collapse.show > .card-header {
  background-color: #42DCA3;
}

.tooltip-inner {
  padding: 15px 8px;
}

.stat-progress.-charge .stat-progress-item {
  margin-bottom: 0;
}
.stat-progress.-charge .stat-progress-item.child-item {
  background-color: #e1d8c4;
  padding: 0.25rem;
}
.stat-progress.-charge .stat-progress-item.has-child + .btn {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  background-color: #736B60;
}
.stat-progress.-charge .stat-progress-item.has-child + .btn:focus {
  outline: none;
  box-shadow: none;
  color: #FFFFFF;
}
.stat-progress.-charge .collapse {
  display: block !important;
  padding-bottom: 40px;
  height: 115px;
  overflow: hidden;
}
.stat-progress.-charge .collapse .btn {
  width: 100%;
}
.stat-progress.-charge .collapsing {
  display: block !important;
  min-height: 115px;
}
.stat-progress.-charge .collapsing .btn {
  width: 100%;
}
.stat-progress.-charge .collapse.show {
  height: auto;
}

.stat-progress-item.-charges .badge {
  background-color: #EC8223;
  color: white;
}

/*----------------------------------
Component : Summary Section
Element :
----------------------------------*/
.summary-section .heading {
  font-family: "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}
.summary-section .title {
  font-family: "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-size: 1.0666666667em;
  line-height: 1.2em;
  font-weight: 600;
}
.summary-section .number {
  font-family: "kanit", "THSarabunNew", "Thonburi", Arial, sans-serif;
  font-weight: 600;
  color: #4B4237;
}

.summary-section {
  /* sumary row */
  /* large number-lg */
}
.summary-section .summary-header .heading {
  margin: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #736B60;
}
@media (min-width: 768px) {
  .summary-section .summary-detail {
    border-top: 1px solid #736B60;
    padding-top: 1rem;
    margin: 0;
  }
}
.summary-section .number-lg .number {
  font-size: 70px;
  line-height: 0.5em;
  color: #EC8223;
}
@media (min-width: 1025px) {
  .summary-section .number-lg .number {
    font-size: 105px;
  }
}

/*----------------------------------
Component : summary-section
Element :Progress Bar
----------------------------------*/
.stat-progress .stat-progress-item {
  margin-bottom: 1rem;
}
.stat-progress .progress {
  background-color: #fff;
  border-radius: 0;
  height: 0.75rem;
}
.stat-progress .progress-bar.bg-success {
  background-color: #72BF9D !important;
}
.stat-progress .stat-progress-item.indent-si > .title,
.stat-progress .stat-progress-item.indent-si > .row > .col-3 {
  padding-left: 1em;
}
.stat-progress .stat-progress-item.indent-si:last-child {
  margin-bottom: 50px;
}
.stat-progress .stat-progress-item.no-indent {
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}

.text-cl-lightgreen {
  color: #72BF9D;
}

.infographic-page .collect-date .date {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .infographic-page .collect-date .date {
    font-size: 24px;
  }
}
.infographic-page .collect-date .note {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .infographic-page .collect-date .note {
    font-size: 18px;
  }
}
.infographic-page .section {
  border-bottom: 5px solid #EC8223;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .infographic-page .section.--first {
    margin-top: -6rem;
  }
}
.infographic-page .items {
  display: flex;
  flex-wrap: wrap;
}
.infographic-page .items.__margin-negative {
  margin-top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .infographic-page .items.__margin-negative {
    margin-top: -3.5rem;
  }
}
.infographic-page .items.--col-2 > .item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .infographic-page .items.--col-2 > .item {
    width: 50%;
  }
}
.infographic-page .items.--col-2 > .item > .item-info {
  height: 100%;
}
.infographic-page .items.--col-1 {
  flex-direction: column;
}
.infographic-page .items.--col-1 > .item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.infographic-page .items.--col-1.--col-1-row {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .infographic-page .items.--col-1.--col-1-row {
    flex-direction: row;
  }
}
.infographic-page .items.--col-1.--col-1-row > .item {
  flex: 0 0 50%;
}
@media screen and (min-width: 992px) {
  .infographic-page .items.--col-1.--col-1-row > .item {
    flex: 0 0 100%;
  }
}
.infographic-page .items > .item {
  padding: 0.5rem;
}
.infographic-page .item-info {
  display: flex;
  align-items: stretch;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .infographic-page .item-info {
    max-width: 370px;
  }
}
.infographic-page .item.--withPicture .item-info {
  margin-top: -2.75rem;
}
.infographic-page .item-info > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #EC8223;
  border-right: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  min-width: 140px;
}
.infographic-page .item-info > .icon > img {
  max-height: 100px;
}
.infographic-page .item-info > .desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.infographic-page .item-info > .desc > .amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
}
.infographic-page .item-info > .desc > .amount > .number {
  font-size: 4.3333333333em;
  line-height: 1;
  padding: 0.5rem 0;
}
.infographic-page .item-info > .desc > .amount > .number.__small {
  font-size: 3.3333333333em;
}
@media screen and (min-width: 992px) {
  .infographic-page .item-info > .desc > .amount > .number.__small {
    font-size: 4.3333333333em;
  }
}
.infographic-page .item-info > .desc > .amount > .number .unit {
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 15px;
  padding: 0;
}
.infographic-page .item-info > .desc > .amount > .number .unit.medium {
  font-size: 13px;
}
.infographic-page .item-info > .desc > .amount > .number .unit.long {
  width: auto;
  border-radius: 15px !important;
  padding: 0 0.5rem;
}
.infographic-page .item-info > .desc > .name {
  flex-grow: 1;
  line-height: 1.2;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
}
@media screen and (min-width: 768px) {
  .infographic-page.lawsuit .section.--first {
    margin-top: -5rem;
  }
}
.infographic-page.lawsuit .item-info > .desc > .name {
  min-height: 70px;
}

.section.map .quote {
  padding: 2rem 0;
}
.section.map .quote > img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section.map .quote > img {
    left: 10%;
  }
}
.section.map .quote > div {
  position: relative;
  z-index: 2;
}
.section.map .quote > div > img {
  width: 100px;
}
@media screen and (min-width: 992px) {
  .section.map .quote > div > img {
    width: 140px;
  }
}
.section.map ._fs-70 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .section.map ._fs-70 {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  .section.map ._fs-70 {
    font-size: 70px;
  }
}
.section.map ._fs-100 {
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .section.map ._fs-100 {
    font-size: 70px;
  }
}
@media screen and (min-width: 992px) {
  .section.map ._fs-100 {
    font-size: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
