@font-face {
    font-family: 'THSarabunNew';
    src: url('../fonts/THSarabunNew.eot');
    src: url('../fonts/THSarabunNew.eot?#iefix') format('embedded-opentype'),
         url('../fonts/THSarabunNew.woff') format('woff'),
         url('../fonts/THSarabunNew.ttf')  format('truetype'),
         url('../fonts/THSarabunNew.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: THSarabunNew, Open Sans, sans-serif;
  font-weight: 400;
}

.img-inline {
    display: inline;
}

#sp-main-body {
    padding: 25px 0px 25px 0px;
}

div.is-sticky .sp-default-logo { 
    max-height: 30px;
}

.highlight img {
    width: 100%;
}

#sp-top-bar {
    padding: 4px 0;
}

.sp-megamenu-parent >li >a {
    padding: 0 8px;
}


.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
}



body {
    font-size: 220%;
    line-height: 26px;
}

#sp-menu {
    padding: 0px 15px 0px 0px;
}

.article-info >dd {
    font-size: 20px;
}

h4 {
    font-size: 22px;
}

h3 {
    font-weight: bold;
}

.newstitle {
    padding:5px 0px 5px 0px;
}

.page-header {
    padding-bottom: 5px;
}

.sppb-btn {
    font-size: 20px;
}

.sppb-alert {
    margin-bottom: 10px;
}

.sppb-row .sppb-col-sm-1,
.sppb-row .sppb-col-sm-2,
.sppb-row .sppb-col-sm-3,
.sppb-row .sppb-col-sm-4,
.sppb-row .sppb-col-sm-5,
.sppb-row .sppb-col-sm-6,
.sppb-row .sppb-col-sm-7,
.sppb-row .sppb-col-sm-8,
.sppb-row .sppb-col-sm-9,
.sppb-row .sppb-col-sm-10,
.sppb-row .sppb-col-sm-11,
.sppb-row .sppb-col-sm-12{
  padding-left: 5px;
  padding-right: 5px;
}

img {
  display: inline-block;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 20px;
}

.btn {
    font-size: 20px;
}

.chzn-container {
    font-size: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  font-size: 18px !important;
}

.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;

}
.hr-line{
  width: 95%;
  margin: auto;
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 15px 10px;
    width: 95%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
    font-size: 1.25em;

}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 90%; 
   padding: auto;
   
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
   background-color: #f5f5f3;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 10px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}