
body {
  color: #313e3b;
  background-color: #f8f8f8;
  font-family: 'Anuphan', sans-serif;
}
 /*html, body {
    font-size: 16px;
    font-family: "kittithada_roman_55_pregular";
    color: #666;
    line-height: 1em;
    background-color: #ffffff;
}*/
h1, .h1 {
  font-size: 36px; font-family: 'saochingcha', sans-serif;}

h2, .h2 {
  font-size: 30px; font-family: 'saochingcha', sans-serif;}

h3, .h3 {
  font-size: 24px; font-family: 'saochingcha', sans-serif;}

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; font-family: 'saochingcha', sans-serif;}

h6, .h6 {
  font-size: 12px; font-family: 'saochingcha', sans-serif;}

.s-title {
  color: #183153;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
}  
.header-wrapper{
  background-color: #f8f8f8;
  /*background-image: linear-gradient(rgb(87,171,255), rgb(38,147,255));
   background-image: linear-gradient(rgb(9, 47, 3), rgb(00,66,00));
  */
  /*background-image: linear-gradient(rgb(00, 116, 75), rgb(00, 116, 75));*/
  /*background-color: #0f61a9;*//*#FF69B4,151D30*/
  /*border-bottom: solid 3px #FF1493;*/
}
.header-wrapper .header-middle {    
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-wrapper .header-middle .logo {
    float: left;
   max-width: 600px;/*230*/
    width: 100%;
}

.bg-card-heading {
    background-color: #00744B!important;/*#007549, #63aff1*/
}

.bg-gray {
    background: #086AD8;
}

#mainmenu {
  margin-bottom: 30px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00744B;
    border-color: #00744B;
}

.list-group-item:hover {
    color: #444444;
    background-color: #daefef;/*2B9348,55A630,#c8e8c2*/
    border-color: #daefef;   
}

#boxcard{
  margin-top: 25px;
  margin-bottom: 25px;
}
#boxcard h4{
  color:#fff;
  font-family: 'saochingcha', sans-serif;
  margin-bottom: 0px;
}
.note
{
    text-align: center;
    /*height: 80px;*/
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
/*.form-control{
    border-radius:1.5rem;
}*/
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #00744B;/*#0062cc,007549*/
    color: #fff;
}
/*accordion faq*/


#faq .card {
  margin-bottom: 10px;
  border: 1px;
  border-radius: 0px;
}

#faq .card .card-header {
  border: 1px;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 0px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #daefef;/*#FFE472,E76F51*/
  color: #222;
 padding: 10px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f068";/*f107*/
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  background: #daefef;/*#A541BB,009B77,E9C46A,#C8E8C2*/
  color: #333333;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";/*f106*/
}

#faq .card .collapsing {
  background: #f8f8f8;/*#FFE472*/
  line-height: 30px;
}

#faq .card .collapse {
  border: 1px;
}

#faq .card .collapse.show {/*card body #FFE472*/
  background: #Ffffff;
  line-height: 30px;
  color: #222;
}

/*#faq .card .card-header .btn-header-link.bg-gray{
  background: #F8f8f8;
}*/
/*footer*/
footer {
  padding: 15px 5px;
  font-size: 14px;
  font-family: 'saochingcha', sans-serif;
  color:#fff;
  /*background-image: linear-gradient(rgb(87,171,255), rgb(38,147,255));*/
  background-image: linear-gradient(rgb(00, 116, 75), rgb(00, 116, 75));
  /*background-image: linear-gradient(rgb(87,171,255), rgb(38,147,255));*/
  /*background-color: #fff;*//*#007549,#009B77*/
}
/*
footer:before {
    content: "";
    position: absolute;
    margin-top: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(to right,#6fbe2e 19%,#00bbd6 43%,#0f61a9 57%,#5a39a0 81%);
}*/

/*footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}*/
/*footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #FF3A65;
    background: -webkit-linear-gradient(left, #FF3A65, #1f2f6a);
    background: linear-gradient(to right, #FF3A65, #1f2f6a);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}*/