@media screen and (max-width: 3000px) and (min-width: 900px) {
.container {
width: 1000px;
}
}
.site-header {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.81) !important;
    background-color: #fff0;
}

    /*-----------------------------------------mob--------------------------*/  
@media only screen and (max-width: 900px){
.site-logo img {
    float: inherit !important;
    height: auto !important;
    padding: 5px 5px 5px 0px !important;
    width: 100% !important;
    margin: 0px !important;
}
.site.-header-mobile-fixed .site-header {
    height: auto !important;
   position: absolute !important;
}
.site-toggle {
    position: initial !important;
    z-index: 9 !important;
    float: right !important;
  margin-top: 20px;
}
 .site-logo {
    float: left;
   margin-top: -30px;
    width: 90%;
}
}

div#sb-site {
    background-image: url(../2019/02/BG.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 900px){
.site-header {
    background-color: #000;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.4) !important;
}
.sb-slidebar.sb-active {
    width: 170px;
}
.site-toggle b {
    display: none;
}
.mob {
    display: none;
}
}
.site-toggle b {
    display: none;
}
.site-mobile-navigation {
    width: 150px;
}
.site-toggle i > span {
    background: white;
}
[class^="si-"], [class*=" si-"] {
    font-size: 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: ufa24hrs;
    text-shadow: 0px 0px 1px #000000;
    border-left: 1px solid #ffffff12;
    border-right: 1px solid #ffffff12;
    width: 121px;
    text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    border-left: 1px solid #ffffff12;
    border-right: 1px solid #ffffff12;
    background: #ffffff3d;
}
table {
    width: 100%;
}
.main-header {
    background-color: #0000;
    margin-bottom: 20px;
}
.main-title {
    font-size: 4vw;
    padding: 17px;
    color: black;
    text-shadow: 1px 1px 2px #000000;
    text-align: center;
    background-image: url(../2019/02/tab2.png);
    background-position: top;
    background-size: cover;
}
@media only screen and (max-width: 900px){
.main-title {
    font-size: 40px;
    display: inherit;
    vertical-align: inherit;
}
}
/*--------------------------------------
.main-title {
    display: none;
}
.main-header {
    margin-bottom: 0px;
}
--------------------------------------------*/
.content-area {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 0px;
}
h1,h2,h3,h4,h5,p {
    margin: 0px;
    font-family: ufa24hrs;
}
h1 {
    font-size: 60px;
    line-height: 50px;
}
h2 {
    font-size: 45px;
    line-height: 40px;
}
h3 {
    font-size: 30px;
    line-height: 30px;
}
h4 {
    font-size: 25px;
    line-height: 25px;
}
h5 {
    font-size: 20px;
    line-height: 20px;
}
@media only screen and (max-width: 900px){
h1 {
    font-size: 40px;
    line-height: 40px;
}
  h2 {
    font-size: 30px;
    line-height: 25px;
}
h3 {
    font-size: 25px;
    line-height: 25px;
}
h4 {
    font-size: 20px;
    line-height: 20px;
}
}
/*?????form?????????????*/
button, input, select, textarea, label {
    width: 80%;
    background: #ffffff00;
    border: 0px solid #ffffff00;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #de0001;
    color: white !important;
    padding: 5px;
    border: 1px solid #0000005e;   
    width: 140px;
}
.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
}
ol {
    padding-left: 1.6em;
    text-indent: 0;
    margin: 0px;
}
ul {
    padding-left: 1.5em;
    text-indent: 0;
    margin: 0px;
}
.text-gar {
    background: -webkit-linear-gradient(#ca962e, #fff, #cd962b, #a78233);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-border-gar {
    background: linear-gradient(to top left, #f8ecdb, #7f663c, #ae8f71, #f8ecdb, #7f663c, #f8ecdb, #7f663c, #ae8f71, #f8ecdb, #7f663c, #f8ecdb);
}
.link-re {
    border-radius: 5px;
    background: linear-gradient(to bottom, #967820, #eeee64, #967820);
    text-shadow: 0px 0px 1px #000000;
    padding: 2px;
}
.logo-home-link {
    height: 45px;
    padding: 0px 10px;
}
@media only screen and (max-width: 900px){
.logo-home-link {
    height: 45px;
    padding: 10px;
     display: table-cell;
    vertical-align: middle;
    background: linear-gradient(to bottom, #967820, #eeee64, #967820);
}
}
/*-----------------------------------------Hover----------------------------------*/
.azoomout {
    opacity: 0;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.2s;
    -moz-transition: 0.23s;
    -o-transition: 0.23s;
    transition: 0.23s;
}
.azoomout:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    z-index: 999;
}
/*-----------------------------


/*-----------------------------------------บทความ----------------------------------*/
h1.main-title-blog {
    padding-top: 30px;
    color: white;
}

.page-content, .entry-content, .entry-summary {
    color: white;
}

span.posted-on {
    display: none;
}
span.author.vcard {
    display: none;
}
.widget .content-item .entry-title {
    font-size: 1.8em;
}
a {
    color: #ffffff;
}
.content-item .entry-summary p {
  font-size: 22px;
}


.entry-meta a {
    color: #9a9a9a;
}

.entry-meta {
    color: brown;
}
/*------------------------------------------*/
div#pg-488-0 {
    display: contents;
}