/* ==========================================================================
   Global
   ========================================================================== */

/**
 * Body
 */

body {
    font-family: 'Roboto', sans-serif;
    color: #5c5c5c;
    background: #fff;
    padding: 0 0 20px 0;
}

/**
 * Links
 */

a {
    text-decoration: none;
    color: #222;
    -webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
}

a:hover,
a:active {
    color: #111;
    text-decoration: none;
}

/* ==========================================================================
   General
   ========================================================================== */




@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;

}

/**
 * Wrappers and containers
 */

#page-outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#page-inner-wrap {
    position: relative;
    width: 100%;
}

.relative {
    position: relative;
}

.container {
    padding: 0;
}

.index_m30 { margin-bottom: 30px; }

.container  .img-responsive {
    display: block;
	width: 100%;
    max-height: inherit;
	margin: 0 auto;

}
@media (min-width: 768px) { .container  .data_detail .img-responsive { 
	max-width: 680px;
	}   
}


#page-content {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 #ccc;
    box-shadow: 0 0 12px 0 #ccc;
}

.ie8 #page-content {
    border: 1px solid #e3e3e3;
    margin: 30px -1px 0 -1px;
}

.theme-unboxed #page-content {
    margin-top: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-unboxed #page-content {
    margin-top: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main {
    padding: 10px;
}
#main.wide {
    float: none;
    width: 100%;
}
#page-content.left-sidebar #main,
#page-content.right-sidebar #main,
#page-content.hide-sidebar #main {
    padding: 25px;
}

#page-content.hide-sidebar #main {
    float: none;
    width: 100%;
}

.sidebar-mid {
    padding: 15px;
    
}

#sidebar {
	border-left: #ddd 1px solid;
	background-color:#555;
}

.sidebar {
    color: #bbb;
    padding: 15px;

}

.section-full {
    margin: 0 -15px 0 -15px;
    padding: 45px 15px 0 15px;
}

.section-full-even {
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 0 15px;
}

.theme-unboxed .section-full {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 992px) {

    .tbl-row {
        display: table-row;
    }

    .tbl-cell {
        display: table-cell;
    }

}

/**
 * Visual Composer
 */

.wpb_row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}

.vc_spacer {
    display: block;
    clear: both;
}


/**
 * Article elements
 */

article {
    position: relative;
    margin-bottom: 25px;
}

article.blog-posts {
    margin-bottom: 50px;
}

.theme,
.theme:visited,
.article-post-content .theme {
    position: absolute;
    top: 10px;
    left: 0;
    font: 700 12px/25px 'Roboto Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #444;
    padding: 0 10px;
}

.theme:hover,
.article-post-content .theme:hover {
    color: #fff;
    opacity: 0.8;
}

.overlay {
    position: absolute;
    color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 0px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don'tsupport rgba */
    background: rgba(0, 0, 0, .5);
}

#slider-carousel .overlay {
    padding: 12px 15px;
}

#slider-carousel .large .overlay {
    padding: 15px 20px;
}

.large .overlay {
    padding: 15px 20px;
}

.overlay h1,
.overlay h2,
.overlay h3 {
    margin: 0;
}

.overlay h1 {
    font-size: 24px;
    padding: 5px;
    color: #fff !important;
}

.overlay p {
    margin: 6px 0 0 0;
    opacity: 0.8;
}

.overlay a {
    color: #fff;
}

.overlay .breadcrumb {
    color: #aaa;
    padding: 0;
}

.overlay .breadcrumb a {
    color: #cbcbcb;
}

.overlay .sharing {
    position: absolute;
    font-size: 14px;
    right: 25px;
    bottom: 36px;
}

.overlay .sharing a {
    margin-left: 12px;
    opacity: 0.6;
}

.overlay .sharing a:hover {
    opacity: 1.0;
}

.featured-caption {
    float: right;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin: -15px 10px 0 0;
}

.loop-page-2 .featured-caption {
    float: none;
    text-align: right;
    margin: -15px 10px 20px 0;
}

.overlay .featured-caption {
    position: absolute;
    color: #fff;
    float: none;
    right: 25px;
    bottom: 12px;
    opacity: 0.6;
    margin: 0;
}


/**
 * Lazy Load
 */

.miptheme-lazy {
    display: none;
}


/**
 * Separators
 */

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

.separator-right {
    border-right: 1px solid #e3e3e3;
}

.separator-bottom {
    border-bottom: 1px solid #e3e3e3;
}


/**
 * Ratings
 */

span.stars {
    position: relative;
    display: inline-block;
    width: 71px;
    height: 13px;
    margin-top: 10px;
    background: url(images/stars.png) no-repeat 0% 100%;
}

span.stars span {
    position: absolute;
    left: 0;
    top: 1px;
    height: 13px;
    background: url(images/stars.png) no-repeat 0 0;
}

.sidebar span.stars,
.cat-reviews span.stars,
.woocommerce.news-lay-2 span.stars {
    background-position: 0px -13px;
}

.sidebar span.stars span,
.cat-reviews span.stars span {
    top: 0;
}

.sidebar-mid span.stars,
.cat-reviews span.stars,
.woocommerce span.stars {
    margin-top: 0;
}

span.stars-lg {
    position: relative;
    display: inline-block;
    width: 91px;
    height: 18px;
    margin-bottom: 5px;
    background: url(images/stars-large.png) no-repeat 0% 100%;
}

span.stars-dark {
    background-position: 0 -18px;
}


span.stars-lg span {
    position: absolute;
    left: 0;
    top: 1px;
    height: 18px;
    background: url(images/stars-large.png) no-repeat 0 0;
}


/**
 * Buttons and forms
 */

.show-more {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #444;
    border: none;
    padding: 0 40px;
    margin: 10px 0 50px 0;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

#page-content .show-more:hover {
    background: #444;
}

.error {
    font-weight: 400;
    color: red;
    margin-top: 5px;
}

a:hover i.fa-twitter {
    color: #55acee;
}

a:hover i.fa-facebook,
a:hover i.fa-facebook-square {
    color: #3b5998;
}

a:hover i.fa-linkedin,
a:hover i.fa-linkedin-square {
    color: #0073b2;
}

a:hover i.fa-pinterest,
a:hover i.fa-pinterest-square {
    color: #cb2028;
}

a:hover i.fa-google-plus,
a:hover i.fa-google-plus-square {
    color: #d73d32;
}

a:hover i.fa-vimeo,
a:hover i.fa-vimeo-square {
    color: #44bbff;
}

a:hover i.fa-flickr {
    color: #128fdc;
}

a:hover i.fa-instagram {
    color: #125688;
}

a:hover i.fa-dribbble {
    color: #ea4c89;
}

a:hover i.fa-behance {
    color: #1769ff;
}

a:hover i.fa-tumblr,
a:hover i.fa-tumblr-square {
    color: #34465e;
}

a:hover i.fa-reddit {
    color: #ff4322;
}

a:hover i.fa-vk {
    color: #4c75a3;
}

a:hover i.fa-tencent-weibo {
    color: #599ed7;
}

a:hover i.fa-weixin {
    color: #93d034;
}

a:hover i.fa-qq {
    color: #4391fd;
}

a:hover i.fa-rss {
    color: #fb7629;
}

a:hover i.fa-youtube {
    color: #cc181e;
}

a.btn-fa-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ededed;
    font-size: 24px;
    color: #777;
    border-radius: 3px;
}

a.btn-fa-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    background-color: #ededed;
    font-size: 24px;
    color: #777;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
}

a.btn-fa-icon:hover {
    background-color: #444;
    color: #fff;
}

a.more-link {
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    background: #777;
    margin-top: 10px;
    text-transform: uppercase;
}

a.more-link:after {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: 10px;
}

a.more-link:hover {
    background: #444;
}


/**
 * Pagination
 */

.post-pagination {
    position: relative;
    padding: 20px 0;
    font-size:12px;
    line-height: 20px;
    text-align: center;
}

.post-pagination span,
.post-pagination a {
    display:inline-block;
    line-height: 28px;
    width: auto;
    min-width: 28px;
    text-align: center;
    margin: 2px;
    text-decoration:none;
    color: #444;
    background: #fff;
    border: 1px solid #ccc;
}

.post-pagination span.info {
    position: absolute;
    left: 0;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    border: none;
}

.post-pagination span.bullets {
    border: none;
    font-weight: 700;
    color: #aaa;
}

.post-pagination span.next,
.post-pagination span.previous {
    float: left;
    border: none;
    margin: 0;
    text-align: left;
}

.post-pagination span.next {
    float: right;
}

.post-pagination span.next a,
.post-pagination span.previous a {
    display: block;
    position: relative;
    padding: 0 12px;
    min-width: 125px;
    text-align: right;
}

.post-pagination span.next a {
    text-align: left;
}

.post-pagination span.next a i.fa,
.post-pagination span.previous a i.fa {
    position: absolute;
    line-height: 30px;
}

.post-pagination span.next a i.fa {
    right: 12px;
}

.post-pagination span.previous a i.fa {
    left: 12px;
}

.post-pagination a:hover,
.post-pagination .current{
    background: #444;
    border-color: #444;
    color: #fff;
}

#page-content .head-image,
#page-content .head-video {
    position: relative;
}

.article-post .head-image,
.article-post .head-video {
    
}

/**
 * General - Media Queries
 */

@media (min-width: 768px) {

    #main {
        padding: 15px;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main {
        padding: 30px;
    }

    .section-full {
        margin: 0 -20px 0 -20px;
        padding: 45px 15px 0 20px;
    }

    .section-full-even {
        margin: 0 -15px 0 -20px;
        padding: 15px 15px 0 20px;
    }

    .overlay .breadcrumb {
        margin: 0 0 0 10px;
    }

    .overlay h1 {
        margin: 0 5px;
    }

    .article-post .head-image.pull-left {
        margin: 5px 25px 20px 0;
    }

    .article-post .head-image.pull-right {
        margin: 5px 0 20px 25px;
    }

}

@media (min-width: 992px) {

    #page-content {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    #page-content.hide-sidebar {
        min-height: 500px;
    }

    #page-content.has-breaking-news {
        display: block;
    }

    #page-content .head-image,
    #page-content .head-video {
        display: table-caption;
    }

    #page-content article.article-post .head-image,
    #page-content article.article-post .head-video,
    #page-content.has-breaking-news .head-image,
    #page-content.has-breaking-news .head-video {
        display: block;
    }

    #page-content .head-image-parallax {
        height: 480px;
        background-size: cover;
        background-position: 50% 0;
    }

    #page-content .head-image-parallax img {
        display: none;
    }

    #main {
        display: table-cell;
        vertical-align: top;
        width: 640px;
        max-width: 640px;
        padding: 20px;
    }

    #page-content.multi-sidebar #main {
        width: 477px;
        max-width: 477px;
    }

    #page-content.left-sidebar #main {
        float: right;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main  {
        padding: 20px 20px 0 20px;
    }

    .theme-unboxed #main {
        padding: 0 0 20px 0;
    }

    .theme-unboxed #page-content.right-sidebar #main,
    .theme-unboxed #page-content.multi-sidebar #main {
        padding-left: 0 !important;
    }

    .theme-unboxed #page-content.left-sidebar #main {
        padding-right: 0 !important;
    }

    .theme-unboxed #page-content.mid-left #main  {
        padding-right: 20px;
    }

    #page-content.left-sidebar #main.article .row,
    #page-content.right-sidebar #main.article .row,
    #page-content.hide-sidebar #main.article .row
    #page-content.left-sidebar #main .row .row,
    #page-content.right-sidebar #main .row .row,
    #page-content.hide-sidebar #main .row .row  {
        padding: 0;
    }

    #main.article {
        padding: 15px;
    }

    #sidebar-mid {
        display: table-cell;
        vertical-align: top;
        width: 163px;
        max-width: 163px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid #e3e3e3;
    }

    #page-content.mid-left #sidebar-mid {
        border-left: none;
        border-right: 1px solid #e3e3e3;
    }

    .theme-unboxed #page-content.mid-left #sidebar-mid {
        padding-left: 0 !important;
        border-right: none;
    }

    #sidebar {
        display: table-cell;
        vertical-align: top;
        width: 330px;
        max-width: 330px;
    }

    .sidebar-no-padding #sidebar {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

    .sidebar-no-padding .loop-page-3 #main,
    .sidebar-no-padding .loop-page-3 #sidebar-mid,
    .sidebar-no-padding .loop-page-3 #sidebar,
    .sidebar-no-padding .loop-page-4 #main,
    .sidebar-no-padding .loop-page-4 #sidebar-mid,
    .sidebar-no-padding .loop-page-4 #sidebar {
        padding-top: 25px !important;
    }

    .theme-unboxed #sidebar-mid {
        padding-top: 0;
    }

    .theme-unboxed #sidebar-mid,
    .theme-unboxed #sidebar {
        border: none;
    }

    .overlay h1 {
        font-size: 36px;
        padding:  5px 350px 15px 15px;
    }

    .overlay .breadcrumb {
        margin: 10px 0 0 20px;
    }

    #page-content.left-sidebar .section-full,
    #page-content.right-sidebar .section-full {
        margin-right: -19px;
    }

}

@media (min-width: 1170px) {

    .section-full {
        padding: 45px 25px 0 25px;
    }

    .section-full-even {
        margin: 0 -25px 0 -25px;
        padding: 15px 15px 0 25px;
    }

    #page-content.right-sidebar .section-full {
        margin-right: -24px;
        margin-left: -25px;
    }

    #page-content.left-sidebar .section-full {
        margin-right: -25px;
        margin-left: -24px;
    }

}

@media (min-width: 1200px) {

    #main {
        width: 820px;
        max-width: 820px;
        padding: 25px;
    }

    #page-content.multi-sidebar #main {
        width: 610px;
        max-width: 610px;
    }

    #main.article {
        padding: 25px;
    }

    #page-content.left-sidebar #main,
    #page-content.right-sidebar #main,
    #page-content.hide-sidebar #main  {
        padding: 25px 25px 0 25px;
    }

    .theme-unboxed #page-content.right-sidebar #main {
        padding: 0 25px 25px 0 !important;
    }

    .theme-unboxed #page-content.left-sidebar #main {
        padding: 0 0 25px 25px !important;
    }

    .theme-unboxed #page-content.mid-left #main  {
        padding-right: 25px !important;
    }

    .theme-unboxed #page-content.loop-page-3 #main,
    .theme-unboxed #page-content.loop-page-3 #sidebar-mid,
    .theme-unboxed #page-content.loop-page-3 #sidebar,
    .theme-unboxed #page-content.loop-page-4 #main,
    .theme-unboxed #page-content.loop-page-4 #sidebar-mid,
    .theme-unboxed #page-content.loop-page-4 #sidebar {
        padding-top: 25px !important;
    }

    #sidebar-mid {
        width: 210px;
        max-width: 210px;
        padding: 25px;
    }

    .theme-unboxed #page-content.mid-left #sidebar-mid {
        width: 185px;
        max-width: 185px;
    }

    #sidebar {
        width: 350px;
        max-width: 350px;
        padding: 25px;
    }

    .section-full {
       margin: 0 -25px 0 -25px;
    }

}


/**
 * Margins and paddings
 */

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



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

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

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.icon-padding {
    position: relative;
    padding-left: 30px;
}

.icon-padding i.fa {
    position: absolute;
    top: 4px;
    left: 0;
}

form .control-full {
    width: 100% !important;
}

form.form-search .form-group {
    margin-bottom: 10px;
}



/* ==========================================================================
   Header mobile
   ========================================================================== */

/**
 * Header mobile
 */

#page-header-mobile {
	font-family: 'THSarabunNew', sans-serif;
    border-top: 3px solid #d08529;
	background-color: #222;
		
    min-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    z-index: 3;
}

#page-header-mobile .row.affix {
   
	position:fixed;
    width: 100%;
    z-index: 3;
	    border-top: 3px solid #d08529;
	background-color: #222;
    top: 0 !important;
    height: 50px;

	
	
}

#page-header-mobile .row.affix.adminbar {
    top: 46px !important;
}

#search-form-mobile {
    position: relative;
    z-index: 99;
}


/**
 * Branding
 */
#page-header-mobile .ad-mobile-top {
    margin: -10px -15px 0 -15px;
    padding: 10px 0;
    text-align: center;
}

#page-header-mobile .ad-mobile-top img,
#page-header-mobile .ad-mobile-top iframe {
    display: block;
    margin: 0 auto !important;
}

/**
 * Branding
 */

#page-header-mobile .logo {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}


/**
 * Navigation
 */

#page-header-mobile a {
    color: #eee;
}

#page-header-mobile a:hover {
    color: #fff;
}

#page-header-mobile span.glyphicon {
    font-size: 24px;
    margin-top: 9px;
}

#page-header-mobile nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 18px;
  top: 0;
  width: 20em;
  z-index: 2000;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

body.nav-expanded #page-header-mobile nav {
  right: 0;
}

#page-header-mobile #sidr li a span.glyphicon {
    font-size: 14px;
    margin-top: 0px;
    padding: 0;
    line-height: 48px;
    border: none;
}

#mobile-menu ul li a {
	font-family: 'THSarabunNew', sans-serif;
    border-left: 3px solid #222;
	font-size: 16px;
}

#mobile-menu ul li a.mm-subopen {
    border-left: none;
}

#mobile-menu ul li a:hover {
    background: #222;
}

#mobile-menu ul li span.glyphicon {
    float: right;
    margin: 2px 4px;
}

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

  #wpadminbar {
    position: fixed;
  }

}

/* ==========================================================================
   Header desktop
   ========================================================================== */

/**
 * Header desktop
 */

#page-header h1 {
    color:  #fff;
    margin: 0;
}

#sticky-header.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#sticky-header.adminbar {
    top: 32px;
}

/**
 * Top Navigation
 */

#top-navigation {
	 font-family: 'THSarabunNew', sans-serif;
    position: relative;
    height: 30px;
    background: #333 ;
	overflow: hidden;
	
}

#top-navigation .container {
    position: relative;
	background: #333 ;
}

#top-navigation ul {
    padding: 0;
    margin: 0;
}

#top-navigation ul li {
    list-style: none;
    float: left;
}

#top-navigation ul li:first-child {
    border-left: none;
}

#top-navigation ul li a,
#top-navigation ul li.date span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    color: #bcbcbc;
    padding: 0 15px;
}

#top-navigation ul li.date span {
    color: #fff;
}

#top-navigation ul li.date.first span {
    padding-left: 5px;
    margin-right: 15px;
}

#top-navigation ul li.date.last {
    float: right;
}

#top-navigation ul li.date.last span {
    padding-right: 5px;
    margin-left: 15px;
}

#top-navigation ul li.options {
    float: right;
    margin-left: 10px;
}

#top-navigation ul li.options a {
    display: inline-block;
    padding: 0 5px;
    margin-left: 6px;
}

#top-navigation ul li.options span {
    margin-right: 5px;
}

#top-navigation ul li a:hover {
    color: #fff;
}

#top-navigation ul ul {
    display: none;
    position: absolute;
    top: 30px;
    
    background: #3a3a3a;
}

#top-navigation ul li:hover > ul {
    display: block;
}

#top-navigation ul ul li {
    position: relative;
    float: none;
    min-width: 140px;
    border: none;
}

#top-navigation ul ul li:first-child {
    padding-top: 3px;
}

#top-navigation ul ul li ul {
    top: 0;
    left: 140px;
}

#top-navigation ul ul li a {
    color: #bcbcbc;
    line-height: 26px;
}

#top-navigation ul li.soc-media {
    float: right;
    border: none;
}

#top-navigation ul li.soc-media a {
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    font-weight: bold;
}




/**
 * Branding
 */

#header-branding {
    position: relative;
    height: 120px;
     background: #fff; /* background Header*/
    border-top: 5px solid #3a3a3a;
    overflow: hidden;
    z-index: 3;

}

#header-branding .no-container {
    padding-left: 15px;
    padding-right: 15px;
}

#page-header.has-top-menu #header-branding {
    border-top-width: 1px;
}

#page-header .container #header-branding .container {
    padding: 0 6px 0 15px;
}

#header-branding h1,
#header-branding div.logo {
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 0 6px;
}

#header-branding h1 span {
    display: none;
}

#header-branding.header-layout-2 .text-right {
    padding-right: 30px;
}

#header-branding.header-layout-3 {
    height: 105px;
}

#header-branding.header-layout-3 h1,
#header-branding.header-layout-3 div.logo {
    height: 90px;
}

#header-branding.header-layout-4 h1,
#header-branding.header-layout-5 h1,
#header-branding.header-layout-4 div.logo,
#header-branding.header-layout-5 div.logo {
    justify-content: center;
}

#header-branding.header-layout-5 .col-sm-4.text-left,
#header-branding.header-layout-5 .col-sm-4.text-right {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

#header-branding.header-layout-5 .col-sm-4.text-right {
    justify-content: flex-end;
    padding-right: 30px;
}

#header-branding.header-layout-7 {
    height: 150px;
}

#header-branding.header-layout-7 h1 {
    text-align: center;
}

#header-branding.header-layout-4 h1 a,
#header-branding.header-layout-7 h1 a,
#header-branding.header-layout-4 .logo a,
#header-branding.header-layout-7 .logo a {
    margin: 0 auto;
}

#header-branding.header-layout-7 .weather {
    margin-top: 0;
}

/**
 * Widgetized Header
 */

#header-branding.header-widget {
    height: auto !important;
}


/**
 * Search
 */

#header-branding #search-form {
    width: 360px;
    height: 45px;
    border: 3px solid #4a4a4a;
    text-align: left;
    margin-top: 22px;
    padding: 0 10px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow:inset 0 3px 0 0 #3d3d3d;
    box-shadow:inset 0 3px 0 0 #3d3d3d;
    overflow: hidden;
}

#header-branding .text-right #search-form {
    float: right;
}

#header-branding #search-form input {
    line-height: 36px;
    height: 36px;
    color: #999;
    background: transparent;
    border: none;
    width: 300px;
    padding: 0 5px;
}


#header-branding #search-form button {
    line-height: 36px;
    height: 36px;
    color: #a1a1a1;
    background: transparent;
    border: none;
    width: 30px;
}

/**
 * Weather
 */


#header-branding .weather {
    position: relative;
    display: inline-block;
    padding: 0 45px 0 0;
    margin-top: 15px;
}
@media (min-width: 992px) {  #header-branding .weather img{ width: 620px; height: 77px; }     }
@media (min-width: 1200px) { #header-branding .weather img{width: 728px; height: 90px;}   }
/**
 * Banner
 */

#header-branding .banner-src {
    margin-top: 3px;
    max-height: 90px;
}

#header-branding .banner-src img {
    width: 100%;
    max-width: 728px;
    max-height: 90px;
    height: auto;
}

#header-branding .banner-src iframe {
    width: 100%;
    max-height: 90px;
    height: auto;
}


/**
 * Navigation
 */

#header-navigation {
    position: relative;
    height: 51px;
    background: #333333;

	/* background-image: url(../../images/bg/nav_bg.png); */
    z-index: 3;
	border-bottom: #D08529 3px solid;
}

#header-navigation .container {
    position: relative;

	

}

#header-navigation ul {
    padding: 0px;
   
 
}

#header-navigation ul ul {
    margin-top: 0;
		border-bottom: #ff333 3px solid;
}

#header-navigation ul li {
    position: static;
    list-style: none;
    float: left;
}

#header-navigation ul li a {
    display: block;
    font-size: 14px !important;
	
	font-weight: bolder;
	line-height: 48px;
    color: #efefef;
	text-shadow: 1px 1px 1px #333333;
    text-transform: uppercase;
}

#header-navigation ul li li a {
    border-top: none;
}

#header-navigation ul li.current a,
#header-navigation ul li.current-menu-item a,
#header-navigation ul li a:hover,
#header-navigation ul li:hover a,
#header-navigation ul li a:focus {
    background: #222;
}

#header-navigation ul li li a:hover {
    background: #333;
}

#header-navigation ul li.options {
    float: right;
    padding-right: 10px;
}

#header-navigation ul li.options a {
    display: inline-block;
    font-size: 12px;
    color: #eee;
    padding: 0 10px;
    border: none;
}

#header-navigation ul li.options a span.glyphicon,
#header-navigation ul li.soc-media a span.glyphicon {
    padding-right: 8px;
    color: #eee;
}

#header-navigation ul li.options a:hover,
#header-navigation ul li.options a:hover span {
    background: none;
    color: #fff;
}

#header-navigation ul li.soc-media .dropnav-container ul.dropnav-menu li {
    position: relative;
    min-width: 120px;
}

#header-navigation ul li.soc-media .dropnav-container ul.dropnav-menu li a {
    display: block;
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: none;
}

#header-navigation ul li.search-nav a {
    display: inline-block;
    font-size: 12px;
    color: #eee;
    padding: 0 22px;
    border: none;
}

#header-navigation ul li.soc-media,
#header-navigation ul li.search-nav {
    float: right;
}

#header-navigation ul li.search-nav a span.glyphicon {
    padding-right: 0;
    color: #eee;
	
}

#header-navigation ul li.search-nav .dropdown-menu {
    background: #333333; 
    padding: 12px  15px 12px  15px;
    margin-top: -2px;
	border-bottom: #111111 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	
}

#header-navigation ul li.search-nav .dropdown-menu input {
    display: inline-block;
    color: #444;
    width: 274px;
    line-height: 32px;
    height: 32px;
    padding: 4px;
    background: #fff;
    border: none;
}

#header-navigation ul li.search-nav .dropdown-menu button.btn {
    color: #eee;
	background:#D08529;

}
#header-navigation ul li.search-nav .dropdown-menu button.btn:hover { background:#333333; }

#header-navigation ul li.search-nav.open>a,
#header-navigation ul li.search-nav.open>a:focus {
    background: #222;
	
}

#header-navigation ul li.soc-media a {
    display: inline-block;
    font-size: 12px;
    color: #efefef;
    line-height: 50px;
    padding: 0 15px;
    border: none;
    min-width: 120px;
}

#header-navigation li.soc-links a:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
}

#header-navigation li.soc-facebook a:before {
    content: '\f09a';
}

#header-navigation li.soc-twitter a:before {
    content: '\f099';
}

#header-navigation li.soc-google a:before {
    content: '\f0d5';
}

#header-navigation li.soc-linkedin a:before {
    content: '\f0e1';
}

#header-navigation li.soc-pinterest a:before {
    content: '\f0d2';
}

#header-navigation li.soc-flickr a:before {
    content: '\f16e';
}

#header-navigation li.soc-youtube a:before {
    content: '\f167';
}

#header-navigation li.soc-vimeo a:before {
    content: '\f194';
}

#header-navigation li.soc-instagram a:before {
    content: '\f16d';
}

#header-navigation li.soc-dribbble a:before {
    content: '\f17d';
}

#header-navigation li.soc-behance a:before {
    content: '\f1b4';
}

#header-navigation li.soc-tumblr a:before {
    content: '\f173';
}

#header-navigation li.soc-reddit a:before {
    content: '\f1a1';
}

#header-navigation li.soc-vkontakte a:before {
    content: '\f189';
}

#header-navigation li.soc-weibo a:before {
    content: '\f1d5';
}

#header-navigation li.soc-wechat a:before {
    content: '\f1d7';
}

#header-navigation li.soc-qq a:before {
    content: '\f1d6';
}

#header-navigation li.soc-rss a:before {
    content: '\f09e';
}

#header-navigation li.soc-facebook a:hover {
    background: #3b5998;
}

#header-navigation li.soc-twitter a:hover {
    background: #55acee;
}

#header-navigation li.soc-google a:hover {
    background: #d73d32;
}

#header-navigation li.soc-linkedin a:hover {
    background: #0073b2;
}

#header-navigation li.soc-pinterest a:hover {
    background: #cb2028;
}

#header-navigation li.soc-flickr a:hover {
    background: #128fdc;
}

#header-navigation li.soc-youtube a:hover {
    background: #cc181e;
}

#header-navigation li.soc-vimeo a:hover {
    background: #44bbff;
}

#header-navigation li.soc-instagram a:hover {
    background: #125688;
}

#header-navigation li.soc-dribbble a:hover {
    background: #ea4c89;
}

#header-navigation li.soc-behance a:hover {
    background: #1769ff;
}

#header-navigation li.soc-tumblr a:hover {
    background: #6383a8;
}

#header-navigation li.soc-reddit a:hover {
    background: #ff4322;
}

#header-navigation li.soc-vkontakte a:hover {
    background: #34465e;
}

#header-navigation li.soc-weibo a:hover {
    background: #599ed7;
}

#header-navigation li.soc-wechat a:hover {
    background: #93d034;
}

#header-navigation li.soc-qq a:hover {
    background: #4391fd;
}

#header-navigation li.soc-rss a:hover {
    background: #fb7629;
}

/**
 * Subnav - full size menu
 */

#header-navigation .subnav-container {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 51px;

    width: 750px;
    height: 260px;
    overflow: hidden;
    background: #222;
}

#header-navigation ul.subnav-menu {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 200px;
    height: 240px;
    background: #444;
    padding: 15px 0;
}

#header-navigation ul.subnav-menu li {
    float: none;
    border: none;
    width: 200px;
}

#header-navigation ul.subnav-menu li a {
    display: block;
    text-align: right;
    padding: 0 20px;
    line-height: 30px;
    border: none;
    background: #444;
}

#header-navigation ul.subnav-menu li.current a,
#header-navigation ul.subnav-menu li a:hover {
    background: #222;
}

#header-navigation .subnav-posts {
    display: none;
    position: absolute;
    width: 520px;
    left: 220px;
    top: 25px;
}

#header-navigation ul li li.current .subnav-posts,
#header-navigation ul li li:hover .subnav-posts,
#header-navigation ul li li a:hover .subnav-posts {
    display: block;
}

#header-navigation ul li .subnav-posts a {
    line-height: 14px;
    font-weight: 400;
    display: inline;
    text-transform: none;
    padding: 0;
    border-top: none;
}

#header-navigation .subnav-posts article {
    width: 150px;
    float: left;
    margin-left: 30px;
}

#header-navigation .subnav-posts article img {
    width: 150px;
}

#header-navigation .subnav-posts article:first-child {
    margin-left: 0;
}

#header-navigation .subnav-posts article h3 {
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
    margin: 8px 0 0 0;
}

#header-navigation .subnav-full .subnav-posts {
    display: block;
    width: 100%;
    left: 0;
    padding: 5px 0 0 5px;
}

#header-navigation .subnav-full .subnav-posts article {
    margin-left: 35px;
}

/**
 * Dropnav - regular drop down menu
 */

#header-navigation .dropnav-container {
    display: none;
    position: absolute;
    top: 48px;
    z-index: 10;
    background: #3f3f3f;
    margin: 0px;;
}

#header-navigation .dropnav-container ul {
    background: #3f3f3f;
}

#header-navigation .dropnav-container ul.dropnav-menu li {
    position: relative;
    float: none;
    min-width: 200px;

  
}

#header-navigation .dropnav-container ul.dropnav-menu li a {
    color: #fff;
    line-height: 18px;
    padding-top: 11px;
    padding-bottom: 8px;
}

#header-navigation .dropnav-container ul.dropnav-menu li:hover ul {
    display: block;
}

#header-navigation .dropnav-container ul.dropnav-menu li a i.fa {
    float: right;
    line-height: 18px;
}

#header-navigation .dropnav-container ul.dropnav-menu ul {
    display: none;
    position: absolute;
    top: -1px;
    left: 200px;
    z-index: 100;
}


/**
 * Sub navigation - categories
 */

#header-navigation-sub nav {
    height: 50px;
    overflow: hidden;
    background: #222;
}

#header-navigation-sub nav ul {
    list-style: none;
    padding: 0;
}

#header-navigation-sub nav ul li {
    float: left;
    margin: 0 10px 0 25px;
}

#header-navigation-sub nav ul li a {
    font: 700 14px/50px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

#header-navigation-sub nav ul li.current-cat a,
#header-navigation-sub nav ul li a:hover {
    color: #999;
}


/**
 * Quicklinks
 */

#header-quicklinks.full-width {
    background: #de5b47;
    position: relative;
    z-index: 1;
}

#header-quicklinks nav {
    height: 40px;
    overflow: hidden;
    background: #de5b47;
}

#header-quicklinks nav ul {
    list-style: none;
    padding: 0;
}

#header-quicklinks nav ul li {
    float: left;
    margin: 0 0 0 20px;
}

#header-quicklinks nav ul li a {
    font: 400 14px/40px 'Roboto', sans-serif;
    color: #fff;
    padding: 0;
}

#header-quicklinks nav ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 7px;
}

#header-quicklinks nav ul li a:hover {
    color: #f3d5d1;
    background: none;
}

/**
 * Media Queries
 */

@media (min-width: 992px) {

    #header-navigation ul li a {
        font-size: 13px;
        padding: 0 18px;
    }

    #header-navigation .subnav-container {
        width: 970px;
    }

    #header-navigation ul.subnav-menu {
        width: 250px;
    }

    #header-navigation ul.subnav-menu li {
        width: 249px;
    }

    #header-navigation .subnav-posts {
        left: 280px;
        width: 650px;
    }

    #header-navigation .subnav-posts article {
        width: 190px;
    }

    #header-navigation .subnav-posts article:last-child {
        display: none;
    }


    #header-navigation .subnav-posts article img {
        width: 190px;
    }


    #header-navigation #menu {
        position: relative;
		font-family: 'THSarabunNew', sans-serif;
    }

    #header-navigation #menu span.sticky-logo {
        position: absolute;
        display: block;
        height: 48px;
        opacity: 0;
        transform: rotateX(0deg);
    }

    .affix #header-navigation #menu span.sticky-logo {
        opacity: 1;
        transform: rotateX(0deg);
        transition: all .1s ease-out;
    }

}

@media (min-width: 1170px) {

    #header-navigation ul li a {
        font-size: 14px;
        padding: 0 20px;
    }

    #header-navigation .subnav-container {
        width: 1170px;
    }

    #header-navigation .subnav-posts {
        width: 850px;
    }

    #header-navigation .subnav-posts article:last-child {
        display: block;
    }

    #header-navigation .dropnav-container ul.dropnav-menu li {
        min-width: 240px;
    }

    #header-navigation .dropnav-container ul.dropnav-menu ul {
        left: 240px;
    }

}

/* ==========================================================================
   Slider
   ========================================================================== */

/**
 * Slider
 */

#page-slider {
    position: relative;
    margin-top: 1px;
}

#page-slider .row {
    float: left;
}

#page-slider .row .row {
    float: none;
}

#page-slider .col-sm-8 {
    padding-right: 1px;
}

#page-slider .col-sm-8 article {
    margin: 0 0 1px 0;
}

#page-slider .col-sm-4 article {
    margin: 1px 0 0 0;
}

#page-slider .col-sm-4 article:first-child {
    margin-top: 0;
}

#page-slider .col-sm-8 article .overlay p {
    display: none;
}

#page-slider.slider-layout-3 article,
#page-slider.slider-layout-4 article,
#page-slider.slider-layout-5 article {
    margin-bottom: 1px;
}

#page-slider .slider-nav {
    display: none;
    position: absolute;
    width: 750px;
    top: 205px;
}

#page-slider .slider-nav a {
    position: absolute;
    left: 10px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}

#page-slider .slider-nav a.next {
    left: auto;
    right: 10px;
}

#page-slider.slider-layout-3 .slider-nav {
    top: 245px;
}

#page-slider.slider-layout-5 .slider-nav {
    top: 220px;
}


/**
 * Media Queries
 */

@media (min-width: 768px) {

    #page-slider .slider-nav {
        display: block;
    }

    #page-slider .col-sm-8 article,
    #page-slider .col-sm-3 article {
        height: 452px;
        margin: 0;
    }

    #page-slider .col-sm-8 article img,
    #page-slider .col-sm-3 article img {
        height: 452px;
    }

    #page-slider .col-sm-8 article .overlay p {
        display: block;
    }

    #page-slider .col-sm-4 {
        padding-left: 0px;
    }

    #page-slider .col-sm-4 article {
        height: 150px;
    }

    #page-slider .col-sm-4 article img {
        height: 150px;
    }

    #page-slider.slider-layout-2 .row {
        height: 452px;
        overflow: hidden;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 250px;
        height: 452px;
        padding-right: 1px;
        padding-left: 0;
    }

    #page-slider .col-sm-3:first-child {
        margin-left: 15px;
    }

    #page-slider.slider-layout-3 .row {
        height: 352px;
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-4 .row {
        height: 388px;
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 375px;
        height: 211px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 250px;
        height: 140px;
        padding-right: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 210px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article img {
        height: 210px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 140px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article img,
    #page-slider.slider-layout-4 .col-sm-4 article img {
        height: 140px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article.linkbox h2,
    #page-slider.slider-layout-4 .col-sm-4 article.linkbox h2 {
    }

    #page-slider.slider-layout-4 .col-sm-12 {
        padding: 0;
    }

    #page-slider.slider-layout-5 .row {
        overflow: hidden;
        margin: 0;
    }

    #page-slider.slider-layout-5 .col-sm-6 {
        padding-right: 1px;
        padding-bottom: 1px;
        padding-left: 0;
    }

    #page-slider.slider-layout-6 .row {
        height: 305px;
    }

    #page-slider.slider-layout-6 .slider-nav {
        top: 140px;
    }

}

@media (min-width: 992px) {

    #page-slider .col-sm-8 {
        width: 635px;
    }

    #page-slider .col-sm-4 {
        width: 365px;
    }

    #page-slider .slider-nav {
        width: 970px;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 242px;
    }

    #page-slider.slider-layout-3 .row {
        height: 408px;
    }

    #page-slider.slider-layout-4 .row {
        height: 488px;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 485px;
        height: 243px;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 323px;
        height: 165px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 242px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article img {
        height: 242px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 165px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article img,
    #page-slider.slider-layout-4 .col-sm-4 article img {
        height: 165px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article.linkbox h2,
    #page-slider.slider-layout-4 .col-sm-4 article.linkbox h2 {
        font-size: 23px;
        line-height: 30px;
    }

    #page-slider.slider-layout-6 .row {
        height: 398px;
    }

    #page-slider.slider-layout-6 .slider-nav {
        top: 195px;
    }

}

@media (min-width: 1200px) {

    #page-slider .col-sm-8 {
        width: 835px;
    }

    #page-slider .slider-nav {
        width: 1170px;
    }

    #page-slider.slider-layout-2 .col-sm-3 {
        width: 292px;
    }

    #page-slider.slider-layout-3 .row {
        height: 552px;
    }

    #page-slider.slider-layout-4 .row {
        height: 602px;
    }

    #page-slider.slider-layout-3 .col-sm-6 {
        width: 585px;
        height: 351px;
    }

    #page-slider.slider-layout-3 .col-sm-4,
    #page-slider.slider-layout-4 .col-sm-4 {
        width: 390px;
        height: 200px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article {
        height: 350px;
    }

    #page-slider.slider-layout-3 .col-sm-6 article img {
        height: 350px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article,
    #page-slider.slider-layout-4 .col-sm-4 article {
        height: 200px;
    }

    #page-slider.slider-layout-3 .col-sm-4 article img,
    #page-slider.slider-layout-4 .col-sm-4 article img {
        height: 200px;
    }

    #page-slider.slider-layout-5 .col-sm-6 {
        height: 480px;
    }

    #page-slider.slider-layout-5 .col-sm-6 .col-sm-6 {
        height: 240px;
    }

    #page-slider.slider-layout-6 .row {
        height: 480px;
    }

    #page-slider.slider-layout-6 .slider-nav {
        top: 235px;
    }

}

/* ==========================================================================
   Content
   ========================================================================== */

/**
 * Content
 */

#page-content header {
    position: relative;
}

#page-content header h2 {
	font-size: 18px;
	font-weight: 500;
	color: #222;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid;
	border-bottom-color: #DDDDDD !important;
}

#page-content header span.borderline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 3px;
	background-color: #D08529 !important;
}
#page-content header span.article-borderline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 3px;
	background-color:#18B6F3;
}
#page-content header span.lifestyle-borderline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 3px;
	background-color:#9306B3;
}
#page-content header span.news-borderline {
	
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 3px;
	background-color:#333333;
}

/**
 * Articles
 */

article.linkbox h2 {
	font-size:20px;
	padding:10px;
}

article.linkbox h3 {
	font-size:12px;
	padding:4px;
}

article.thumb h3 {
    font: 700 16px/20px 'Roboto Condensed', sans-serif;
    margin: 0 0 10px 0;
}

article span.text {
    font-size: 12px;
}

article.thumb span.published {
    margin-bottom: 10px;
}

article span.published {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
}

article span.published-time {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #bbb;
    text-transform: uppercase;
}

article.linkbox .postmeta {
    position: absolute;
    font-size: 12px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    opacity: 0.7;
    cursor: pointer;
}

article.linkbox .postmeta a {
    color: #fff;
    text-decoration: none;
}

article.linkbox .postmeta span {
    display: inline-block;
    margin: 0 6px;
}

article.linkbox .postmeta span:before {
    font-family: 'FontAwesome';
    margin-right: 8px;
}

article.linkbox.large .postmeta {
    left: 15px;
    bottom: 15px;
}

article.has-meta .overlay {
    padding-bottom: 35px;
}

article.large.has-meta .overlay {
    padding-bottom: 40px;
}

.fa-calendar:before {
    content: "\f133";
}

/**
 * Media Queries
 */

@media (min-width: 992px) {

}


/**
 * News Layouts
 */

.news-layout article {
    padding-bottom: 12px;
    margin-bottom: 10px;
    line-height: 18px;
    border-bottom: 1px solid #e3e3e3;
}

.news-layout article:last-child {
    border-bottom: none;
}

.news-layout article h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.news-layout article h3 a {
    color: #222;
}

.news-layout article h3 a:hover {
    text-decoration: underline;
}

.news-layout article img {
    float: left;
    margin: 3px 12px 3px 0;
}


/* news-lay-1 */

.news-lay-1 article h3 {
    margin: 0 0 5px 0;
}

.news-lay-1 span.published {
    margin: 0 0 5px 0;
}


/* news-lay-2 */

#page-content .news-lay-2 header h2 {
    color: #fff;
}

.news-lay-2 article {
    border: none;
    margin: 0;
}

.news-lay-2 article a h3 {
    text-align: center;
    color: #fff;
    margin-top: 5px;
}


/* news-lay-3 */

.news-lay-3 article h3 {
	 font-family: 'THSarabunNew', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 5px 0 0 0;
}


/**
 * Media Queries
 */

@media (min-width: 992px) {

    news-layout article h3 {
        font-size: 15px;
    }

    .article span.text {
        font-size: 13px;
    }

    .span.published {
        font-size: 11px;
    }

}

/**
 * Reviews
 */

article.review img {
    float: none;
}

.news-layout article.review h3 {
    text-align: center;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}


/**
 * Videos
 */

.cat-videos {
    margin-top: 1px;
    margin-bottom: 15px;
}
.cat-videos .col-sm-8 h2{
	font-size: 14px;
	padding: 8px;
}
.cat-videos .col-sm-4 h3{
	font-size: 14px;
	padding: 8px;
}

.cat-videos .col-sm-8 {
    margin-bottom: 15px;

}

.cat-videos .col-sm-8 article {
	
    margin: 0;
}

.cat-videos .col-sm-8 article img {

}

.cat-videos .col-sm-4 article {
margin-top: 1px;
margin-bottom: 15px;
}

.cat-videos .col-sm-4 article img {


}

.cat-videos .col-sm-4 article:first-child {
    margin-top: 0;
}

/**
 * Media Queries
 */

@media (min-width: 768px) {
.cat-videos .col-sm-8 {padding-right: 1px;margin-bottom: 0;}
.cat-videos .col-sm-4 { padding-left: 0px; }
	.cat-videos .col-sm-4 h3 { font-size: 12px; padding: 5px;}

}

@media (min-width: 992px) {
.cat-videos .col-sm-4 article.linkbox { margin-bottom:15px; } 
.cat-videos .col-sm-8 { width: 421px; margin-right: 15px;}
.cat-videos .col-sm-4 {width: 202px;}
}

@media (min-width: 1200px) {
.cat-videos .col-sm-8 {width:527px; margin-right: 15px;}
.cat-videos .col-sm-4 article.linkbox { margin-bottom:12px; } 
.cat-videos .col-sm-4 {width: 258px;}

}


/**
 * Article page
 */
#article-post  {
font-family: 'THSarabunNew', sans-serif;
}
#article-post header {
    padding: 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dadada;
}


.container .d-breadcrumb { padding: 12px 0px 12px 10px; }
.breadcrumb {
    padding: 0px;
    margin: 0px;
    background: none;
}

#article-post header h1 {
    font-size: 22px;
	line-height:32px; 
	font-weight:bold;
    color:#333;
    margin: 5px 0px 0px 0px;
}


#article-post p {
    line-height: 24px;
    margin-bottom: 15px;
}

#article-post p.lead {
    font: 400 16px/24px 'Roboto Slab', serif;
    color: #222;
    margin-bottom: 25px;
}

/* Blockquote */

#article-post blockquote {
    position: relative;
    background: #f5f5f7;
    padding: 35px 80px 35px 70px;
    margin: 25px 0;
    border: none;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

#article-post blockquote footer {
   margin: 0;
   padding: 0;
   border: none;
}

#article-post blockquote p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    color: #222;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

#article-post blockquote:before {
    position: absolute;
    top: 20px;
    left: 25px;
    content: open-quote;
    font: 700 54px/54px Georgia, serif;
    color: #999;
}

#article-post blockquote:after {
    position: absolute;
    bottom: 10px;
    right: 25px;
    content: close-quote;
    font: 700 54px/54px Georgia, serif;
    color: #999;
}



/* Author box */

.author-box {
    position: relative;
    background: #f5f5f7;
    margin: 30px -10px;
    padding: 20px 10px 5px 10px;
    text-align: center;
}

.author-box img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.author-box .name {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

.author-box p a {
    display: inline-block;
    color: #828282;
    margin: 0 6px;
}

.author-box p a:hover {
    color: #222;
}


/* Highlights */

#article-post .row-highlights col-sm-9,
#article-post .row-highlights col-sm-3 {
    padding-top: 0;
}

#article-post .highlights h4 {
    font: 400 17px/17px 'Roboto Condensed', sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}


/**
 * Reviewa
 */


#article-post .review h4 {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadada;
}

#article-post .review ul {
    list-style: none;
    font-size: 13px;
    color: #777;
    padding: 0;
}

#article-post .review li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 25px;
}

#article-post .review li i.fa {
    position: absolute;
    font-size: 14px;
    top: 2px;
    left: 2px;
    color: #aaa;
}

#article-post .score-overall {
    background: #444;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
}

#article-post .score-number {
    display: block;
    font: 400 72px/72px 'Roboto Slab', serif;
    color: #fff;
}

#article-post .score-desc {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

#article-post .progress {
    background-color: #f5f5f7;
    box-shadow: none;
    height: 40px;
}

#article-post .progress-bar {
    line-height: 40px;
    box-shadow: none;
    background-color: #444;
    border-radius: 4px;
}

#article-post .progress-bar span {
    display: inline-block;
    font-weight: 700;
    font-family: "Roboto Sondensed",sans-serif;
    text-transform: uppercase;
    margin-left: 8px;
    line-height: 26px;
    margin-top: 7px;
}

#article-post .progress-bar span.skill-number {
    font-size: 14px;
    color: #444;
    background-color: #FFF;
    border-radius: 2px;
    padding: 3px 10px;
    line-height: 20px;
    margin-right: 5px;
}

/* Footer */

#article-post footer {
    border-top: 1px solid #dadada;
    padding: 15px 0 0 0;
    margin: 50px 0 0 0;
}

#article-post footer h3 {
    display: inline-block;
    font: 400 20px/24px 'Roboto Condensed', sans-serif;
    color: #222;
    margin: 0 30px 0 0;
}

#article-post footer a {
    color: #828282;
    margin: 0 6px;
}

#article-post footer a:hover {
    color: #222;
}

/**
 * Comments
 */

#article-comments {
    margin-bottom: 50px;
}

#comments-list {
    list-style: none;
    padding: 0;
}

#comments-list li {
    list-style: none;
    margin-bottom: 10px;
}

#comments-list li ul {
    padding: 0;
    margin: 10px 0 0 0;
}

#comments-list li .comment {
    position: relative;
}

#comments-list li .comment .user-avatar {
    display: none;
}

#comments-list li .comment-text {
    position: relative;
    line-height: 24px;
    padding: 25px;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#comments-list .author-comment .comment-text {
    background: #f1d7d7;
    border-color: #eac2c2;
}

#comments-list li .comment-text p {
    margin-bottom: 0;
}

#comments-list li .comment-text header {
    font: 400 14px/24px 'Roboto Condensed', sans-serif;
    color: #999;
    margin: 0 0 10px 0;
}

#comments-list li .comment-text header h5 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    padding: 0;
    margin: 0 15px 0 0;
}

#comments-list li .comment-text header .reply {
    color: #ef3434;
    text-transform: uppercase;
}


/**
 * Iframes
 */

#page-content .head-video iframe {
    display: block;
    width: 100%;
    min-height: 280px;
    border: none;
    margin: 0;
}

#main.article iframe {
    display: block;
	overflow:hidden;
	max-width:100% !important;
	margin-bottom: 15px;
    border: none;
}

/**
 * Gallery and Zoomix
 */

#sidebar-gallery a,
#article-gallery a {
    display: block;
    position: relative;
}

.zoomix {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 90;
  background: #000;
  opacity: 0;
  filter: alpha(opacity = 0);

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-backface-visibility: hidden;
}

.ie7 .zoomix{
  clear: both;
}

a:hover .zoomix {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity:0.4;
  filter: alpha(opacity = 50);
}

.zoomix .fa {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}


/**
 * Pagination
 */

.pagination > li > a, .pagination > li > span {
    padding: 8px 12px;
    color: #444;
    border-color: #ddd;
}


.pagination .current { background-color:#ddd; font-weight: bold;}


@media (min-width: 768px) { 
.pagination > li > a, .pagination > li > span {	
    padding: 8px 15px;
    color: #444;
    border-color: #ddd;
}
                                      }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #444;
    border-color: #444;
}



/**
 * Media Queries
 */

@media (min-width: 768px) {

    #page-content .head-video iframe {
        min-height: 400px;
    }

    .author-box {
        text-align: left;
        margin: 40px -15px 20px -15px;
        padding: 25px 30px 10px 185px;
    }

    .author-box img {
        position: absolute;
        top: 20px;
        left: 35px;
    }

    #article-post .score-overall {
        margin-bottom: 0px;
    }

    #article-post .row-highlights .col-sm-9 {
        border-right: 1px solid #e3e3e3;
    }

    #comments-list li {
        margin-bottom: 30px;
    }

    #comments-list li ul {
        margin: 30px 0 0 125px;
    }

    #comments-list li .comment {
        position: relative;
        padding-left: 125px;
    }

    #comments-list li .comment .user-avatar {
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
    }

    #comments-list li .comment-text:before {
        position: absolute;
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background: #fff;
        border-left: 1px solid #dadada;
        border-top: 1px solid #dadada;
        margin-left: -34px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #comments-list .author-comment .comment-text:before {
        background: #f1d7d7;
        border-color: #eac2c2;
    }

}

@media (min-width: 992px) {

    .author-box {
        margin: 35px -20px 35px -20px;
    }

    #article-post .row-highlights .col-sm-9 {
        padding-right: 15px;
    }

}

@media (min-width: 1200px) {

    #page-content .head-video iframe {
        min-height: 500px;
    }

    .author-box {
        margin-left: -25px;
        margin-right: -25px;
    }

    #article-post .row-highlights .col-sm-9 {
        padding-right: 25px;
    }

    #article-post .row-highlights .col-sm-3 {
        padding-left: 20px;
    }

}


/**
 * Archive page
 */

#archive-page.module-timeline article {
    padding-left: 290px;
    min-height: 230px;
}

#archive-page.module-timeline .input-append {
    position: relative;
    line-height: 30px;
    border-left: 1px solid #e3e3e3;
    height: 90px;
    margin: 30px 0 0 290px;
    padding-left: 25px;
}

#archive-page.module-timeline .input-append:before {
    position: absolute;
    content: "";
    top: 3px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: #444;
    border: 3px solid #fff;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

#archive-page.module-timeline .input-append input {
    width: 160px;
    font-size: 24px;
    padding: 0 5px;
    border: 1px solid #e3e3e3;
}

#archive-page.module-timeline .input-append .glyphicon {
    font-size: 24px;
    margin-left: 5px;
}

#archive-page.module-timeline article .cnt {
    border-color: #e3e3e3;
    min-height: 230px;
    padding-left: 25px;
}

#archive-page.module-timeline article:last-child .cnt {
    min-height: 190px;
}

#archive-page.module-timeline article h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px 0;
}

#archive-page.module-timeline article h3 a {
    color: #222;
}

#archive-page.module-timeline article h3 a:hover {
    text-decoration: underline;
}

#archive-page.module-timeline article span.text {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
}

#archive-page.module-timeline article img {
    position: absolute;
    top: 30px;
    left: 0;
    width: 265px;
    height: 160px;
}


#archive-page.module-timeline article span.published {
    width: 265px;
    top: 2px;
    font-size: 12px;
    color: #999;
}

#archive-page.module-timeline article span.category {
    font-size: 12px;
    line-height: 14px;
}

#archive-page.module-timeline article i.bullet {
    left: -10px;
    width: 20px;
    height: 20px;
    background: #444;
    border-color: #fff;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

/**
 * Author page
 */

#main.author {
    padding-top: 0;
}

#author-page .author-box {
    margin-top: 0;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar .row {
    margin: 0;
}


#sidebar header h2 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-color: #4e4e4e;
}

#sidebar header span.borderline {
    background: #fff;
}


/**
 * Timeline module
 */

.module-timeline {
    margin-bottom: 30px;
}

.module-timeline article {
    position: relative;
    padding-left: 80px;
    margin: 0;
}

.module-timeline article .cnt {
    position: relative;
    border-left: 1px solid #575757;
    padding: 20px 0 20px 20px;
}

.module-timeline article:last-child .cnt {
    padding-bottom: 0;
}

.module-timeline article span.published {
    position: absolute;
    width: 60px;
    text-align: right;
    left: 0;
    top: 2px;
    margin-top: 0;
    color: #999;
}

.module-timeline article span.published-time {
    position: absolute;
    width: 60px;
    text-align: right;
    left: 0;
    top: 16px;
}

.module-timeline article span.category {
    position: absolute;
    top: 2px;;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.module-timeline article h3 {
    font: 700 15px/18px 'Roboto Condensed', sans-serif;
    margin: 0;
}

.module-timeline article h3 a {
    color: #ccc;
}

.module-timeline article h3 a:hover {
    color: #fff;
}

.module-timeline article i.bullet {
    position: absolute;
    top: 0;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #444;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}


/**
 * Quote module
 */

#sidebar .module-quote {
    background: #8e6161;
    padding: 15px;
    margin: 0 -15px 1px -15px;
}

#sidebar .module-quote header h2 {
    border-color: #8e6161;
}

#sidebar blockquote {
    border: none;
    padding: 0 0 0 45px;
    margin: 0;
}

#sidebar blockquote p {
    font: italic 400 18px/24px 'Roboto Slab', serif;
    color: #fff;
    margin: 0 0 15px 0;
}

#sidebar blockquote footer {
    font-size: 13px;
    color: #ccaaaa;
}


/**
 * Singles module
 */

#sidebar .module-singles {
    background: #54878a;
    padding: 15px;
    margin: 0 -15px 1px -15px;
}

#sidebar .module-singles header h2 {
    border-color: #5d8d90;
}

#sidebar .module-singles ul {
    list-style: none;
    padding: 0;
}

#sidebar .module-singles ul li {
    border-top: 1px solid #769fa1;
    padding-top: 15px;
    margin-top: 15px;
}

#sidebar .module-singles ul li:first-child {
    border-top: none;
    margin-top: 0;
}

#sidebar .module-singles li .glyphicon {
    float: left;
    color: #9dc5c7;
    font-size: 28px;
    margin-right: 12px;
}

#sidebar .module-singles li a {
    display: block;
    font: 400 15px/18px 'Roboto Slab', serif;
    color: #fff;
}

#sidebar .module-singles li span.author {
    color: #9dc5c7;
}


/**
 * News module
 */

#sidebar .module-news {
    margin-bottom: 5px;
}

#sidebar .module-news article {
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #575757;
    min-height: 80px;
}

#sidebar .module-news article:first-child {
    padding-top: 0;
    border: none;
}

#sidebar .module-news article h3 {
    font: 13px 'Roboto Condensed', sans-serif;
    margin: 0;
    max-height: 65px;
    overflow: hidden;
}

#sidebar .module-news article h3 a {
    color: #ccc;
}

#sidebar .module-news article h3 a:hover {
    color: #fff;
}

#sidebar .module-news article span.published {
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #999;
    margin: 3px 0 6px 0;
}

#sidebar .module-news article span.published span.category {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #999;
}

#sidebar .module-news article img {
    display: block;
    float: left;
    margin-right: 12px;
}


/**
 * Photos module
 */

#sidebar .module-photos p {
    font-size: 13px;
}

#sidebar .module-photos .row img {
    width: 100%;
}

#sidebar .module-photos .col-xs-4 {
    padding: 0;
    border-left: 1px solid #444;
}

#sidebar .module-photos article {
    margin: 0 0 1px 0;
}

#sidebar .module-photos .col-xs-4:first-child {
    border-left: none;
}

#sidebar .module-photos article a {
    display: block;
    position: relative;
}


/**
 * Media Queries
 */
@media (min-width: 992px) {

    #sidebar .module-photos .col-xs-4:first-child img {
        width: 100px;
        height: 79px;
    }

}

@media (min-width: 1200px) {

    #sidebar .module-quote {
        padding: 20px 25px;
        margin: 0 -25px 1px -25px;
    }

    #sidebar .module-singles {
        padding: 20px 25px;
        margin: 0 -25px 1px -25px;
    }

}


/* ==========================================================================
   Footer
   ========================================================================== */

/**
 * Navigation
 */

#page-footer {
    position: relative;
		font-family: 'THSarabunNew', sans-serif;
}

#foot-menu {
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

#foot-menu ul {
    padding: 0;
}

#foot-menu ul li {
    list-style: none;
    float: left;
    margin-right: 1px;
}

#foot-menu ul li a {
    display: block;
    font-size: 14px;
    font-weight:bolder;
    line-height: 80px;
    color: #222;
    text-transform: uppercase;
    padding: 0 22px;
  
}

#foot-menu ul li.current a,
#foot-menu ul li a:hover {
    color: #999;
}

#foot-menu ul li.options {
    float: right;
    padding-right: 12px;
}

#foot-menu ul li.options a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 0 10px;
    border: none;
}

#foot-menu ul li.options a span.glyphicon {
    padding-left: 10px;
    color: #999;
}

#foot-menu ul li.options a:hover,
#foot-menu ul li.options a:hover span {
    color: #222;
}


/**
 * About
 */

#page-footer .about {
    color: #888;
    padding: 0 0 25px 0;
}

#page-footer .row {
    margin: 0;
}

#page-footer .about div {
    font-size: 14px;
    color: #888;
    margin-top: 30px;
}

#page-footer .about h3  {
	text-align:center;
}

#page-footer .about h4 {
    font-size: 14px;
	line-height: 22px;
    color: #444;
}

#page-footer .about a {
    color: #828282;
}

#page-footer .about a i.fa {
    margin-right: 10px;
}

#page-footer .about a:hover {
    color: #222;
}

#page-footer .about ul {
    list-style: none;
    padding: 0;
}

#page-footer .about ul li {
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

/**
 * Copyright
 */

#page-footer .copyright {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
}

#page-footer .copyright div {
    text-align: center;
}

#page-footer .copyright a {
    font-weight: 700;
    color: #444;
}


/**
 * Media Queries
 */

@media (min-width: 768px) {

    #page-footer .about div {
        margin-top: 15px;
    }

    #page-footer .about div:first-child {
        margin-top: 0;
    }

    #page-footer .copyright div {
        text-align: left;
    }

    #page-footer .copyright div.text-right {
        text-align: right;
    }

}

@media (min-width: 992px) {

    #page-footer .about h3 {
        text-align: center;

    }

    #page-footer .about div {
        padding: 0 20px 0 20px;
    }

    #page-footer .about div:first-child {
        padding-left: 5px;
    }

}


/* ==========================================================================
   Banners
   ========================================================================== */

/**
 * Banners
 */

.ad {
    text-align: center;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.ad .ad_head { display:block; background-color: #cccccc; color:#333333; font-size:10px; padding:2px 2px 0px 10px; text-align:left;}

.ad-separator {
    background: #383838;
    padding: 20px;
    margin: 0 -20px 20px -20px;
}

/**
 * Media Queries
 */

@media (min-width: 992px) {

    .ad-separator {
        padding: 15px;
        margin: 0 -15px 20px -15px;
    }
}

@media (min-width: 1200px) {

    .ad-separator {
        padding: 20px 25px;
        margin: 0 -25px 20px -25px;
    }
}







 .ads_article {
	display:block;
	margin:auto;
	overflow:hidden;
	width:300px;
	margin-bottom:12px;
}
 .ads_article .ad_head { display:block; background-color: #cccccc; color:#333333; font-size:10px; padding:2px 2px 0px 10px; text-align:left;}
.ads_article_100 {display:block; max-width:100%; height:100%;  margin:auto; margin-bottom:20px;}



/*  data_detail  */
#article-post .data_detail { font-size: 16px;}
#article-post .data_detail p { padding: 0px; border: 0px;  margin: 0px 0px 15px 0px; }
#article-post .data_detail div { padding: 0px; border: 0px;  margin: 0px 0px 15px 0px; }
#article-post .data_detail h1,h2,h3,h4,h5 {padding: 0px; border: 0px;  margin: 0px 0px 4px 0px; font-weight: bold; }
#article-post .data_detail h1 { font-size: 22px; line-height:34px;  color: #005B7F; }
#article-post .data_detail h2 { font-size: 20px; line-height:34px;  color: #005B7F; }
#article-post .data_detail h3 { font-size: 18px; line-height:34px;  color: #005B7F; } 
#article-post .data_detail h4 { font-size: 17px; line-height:34px;  color: #005B7F; }
/*  end data_detail  */



/* ads view*/

.AdsResponsive { margin:0 auto !important; margin-bottom: 20px !important; display: block; width: 300px; height: 250px; overflow: hidden;  }
@media(min-width: 340px) { .AdsResponsive { width: 336px; height: 280px;  } }
@media(min-width: 1200px) { .AdsResponsive { width: 728px; height: 90px; } }
 .AdsResponsive_head {margin:0 auto; display: block; font-size: 11px; width: 300px; padding: 0px; border: 0px;}
@media(min-width: 340px) {  .AdsResponsive_head { width: 336px;  } }
@media(min-width: 1200px) {  .AdsResponsive_head { width: 728px; } }


.ads_ViewTop { margin:0 auto; width: 320px; height: 100px; display: block; margin-bottom: 20px; overflow: hidden;  }
@media(min-width: 1200px) { .ads_ViewTop { width: 728px; height: 90px;  } }

.ads_ViewMiddle { margin:0 auto !important; margin-bottom: 20px !important; display: block; width: 300px; height: 250px; overflow: hidden; }
@media(min-width: 340px) { .ads_ViewMiddle { width: 336px; height: 280px;  } }

 .ViewMiddle_head {margin:0 auto; display: block; font-size: 11px; width: 300px; padding: 0px; border: 0px;}
@media(min-width: 340px) {  .ViewMiddle_head { width: 336px;  } }



.ads_ViewBottom { margin:0 auto !important; margin-bottom: 20px !important; display: block; width: 300px; height: 250px; overflow: hidden;  }
@media(min-width: 340px) { .ads_ViewBottom { width: 336px; height: 280px;  } }
@media(min-width: 1200px) { .ads_ViewBottom { width: 728px; height: 90px; } }
 .ViewBottom_head {display: block!important; margin:0 auto; margin-top: 20px !important;  font-size: 11px; width: 300px; padding: 0px; border: 0px;}
@media(min-width: 340px) {  .ViewBottom_head { width: 336px;  } }
@media(min-width: 1200px) {  .ViewBottom_head { width: 728px; } }
	
.ads_SidebarTop { margin:0 auto; display: block; margin-bottom: 20px; width: 300px; height: 250px;  overflow: hidden;}
@media(min-width: 992px) { .ads_SidebarTop { width: 300px; height: 600px; } }
/* end ads view*/












.fb-follow-box {
    position: relative;
    background: #f5f5f7;
    padding: 20px 10px 5px 10px;
    text-align: center;
}


.fb-follow-box p  {
    display: inline-block;
    color: #828282;
    margin: 0px 6px 0px 6px!important;
	padding-top: 10px;
}

.fb-follow-box p a:hover {
    color: #222;
}

@media (min-width: 992px) { .fb-follow-box {text-align: left; padding: 25px 25px 10px 25px; margin-left: -15px; margin-right: -15px;}}
@media (min-width: 1200px) { .fb-follow-box {margin-left: -25px; margin-right: -25px;}}



#index_headline { background-color: #333333; font-family: 'THSarabunNew', sans-serif; margin: -25px -25px 25px -25px;  padding: 25px 10px 0px 10px;}
#index_headline .txt_headline {height: 95px;  background-color:#eeeeee; padding: 0px 5px 0px 5px; overflow: hidden;}
#index_headline .sub_headline  {} 
#index_headline h3 { font-size:16px; padding-bottom: 10px; padding-top: 10px;  border-bottom: 1px solid #cccccc;}
#index_headline  .col-sm-2   { max-width: 50%; float: left; }
#index_headline .txt_headline {height: 95px;  background-color:#eeeeee; padding: 0px 5px 0px 5px; overflow: hidden;}
#index_headline  .col-sm-2 h3{ font-size: 13px; height: 65px; line-height: 18px; overflow: hidden; }
#index_headline  .sub_date   { font-size: 10px; margin: 0px; padding: 0px; overflow: hidden;}
@media(min-width: 768px) 
{
	#index_headline .sub_headline { display: none; }
}
@media(min-width: 768px) and (max-width: 992px)  { #index_headline .bxslider_headline { width: 100%; } }
	
	
@media(min-width: 992px) {
    #index_headline .sub_headline { display: block; }
	#index_headline .txt_headline { height: 80px; overflow: hidden;}
	#index_headline .col-sm-2 h3 { font-size: 10px; line-height: 15px; height: 55px;  }
	#index_headline .date_headline {  }
	
	}	
	
	
	
@media(min-width: 1200px) {
	#index_headline .txt_headline { height: 96px; overflow: hidden;}
	#index_headline .col-sm-2 h3 { font-size: 13px; line-height: 18px; height: 68px;  }
	#index_headline .date_headline {  }
	
	}

.line_view {}
@media(min-width: 768px) 
{
.line_view { display: none; }
}
/**
 * Entry Meta
 */

div.entry-meta {
    display: block;
    font-size: 13px;
    color: #999;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.entry-meta a {
    color: #999;
}

time.entry-date:before {
    font-family: "FontAwesome";
    content: '\f133';
    margin-right: 8px;
    margin-left: 1px;
}

span.entry-author:before {
    font-family: "FontAwesome";
    content: '\f044';
    margin-right: 8px;
}

span.entry-comments:before {
    font-family: "FontAwesome";
    content: '\f0e6';
    margin-right: 8px;
}

span.entry-categories:before {
    font-family: "FontAwesome";
    content: '\f07c';
    margin-right: 8px;
}

span.entry-views:before {
    font-family: "FontAwesome";
    content: '\f06e';
    margin-right: 8px;
}

span.entry-posts:before {
    font-family: "FontAwesome";
    content: '\f016';
    margin-right: 8px;
}

article.def-small figure.overlay,
article.def-small-two figure.overlay,
article.def-medium .col-xs-6 figure.overlay {
    margin-bottom: 0;
}

div.entry-meta span,
div.entry-meta time {
    margin-left: 15px;
}

div.entry-meta span:first-child,
div.entry-meta time:first-child {
    margin-left: 0;
}

.sidebar_hotnews {}









/* ========================================
	Light
=========================================== */
.tags_search {
	text-align: center;  
	margin-bottom: 100px; 
	width: 100%; 
	background-color: aquamarine;}
.tags_search .light input[type="text"] {
	font-size: 16px;
    border:  #1A7599 solid 1px;
    height: 45px;
    padding: 5px 14px ;
    width: 75%;
	max-width: 500px;


}
.tags_search .light input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    height: 45px;
    padding: 5px 14px;
    text-transform: uppercase;
}
.tags_search .light input[type="submit"]:hover {
  background-color: #333333;
}


.faq {
	font-family: 'THSarabunNew', sans-serif;
    font-size: 14px;
}
.faq h1{
   font-size: 22px;
    text-align: center;
    font-weight: 800;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #d08529;
    
}
.faq h2{
   font-size: 18px;
    font-weight:bold;
    margin: 0px 0px 10px 0px;
    color: #d08529;
    display: block;
    
}
.faq h3{
   font-size: 16px;
    font-weight:bold;
    margin: 0px 0px 10px 0px;
    color: #d08529;
    display: block;
    
}
.faq p{

    font-weight: 600;
    display: block;
    margin: 0px 0px 20px 0px;
    text-indent: 35px;

    
}

.faq ul{
    font-weight: 600;
    margin: 0px 0px 20px 15px;
    padding: 0px 0px 0px 0px;
    display: block;
}
.faq li{
    margin: 0px 0px 15px 30px;
    padding: 0px 0px 0px 0px;
    display: block;
    
}

.contect {
	font-family: 'THSarabunNew', sans-serif;
    font-size: 14px;
}
.contect h1{
   font-size: 22px;
    text-align: center;
    font-weight: 800;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #d08529;
    
}
.contect h2{
   font-size: 18px;
    font-weight:bold;
    margin: 0px 0px 10px 0px;
    color: #d08529;
    display: block;
    
}
.contect h3{
   font-size: 16px;
    font-weight:600;
    margin: 0px 0px 10px 30px;
    color: #d08529;
    display: block;

    
}
.contect p{

    font-weight: 600;
    display: block;
    margin: 0px 0px 20px 0px;
    text-indent: 35px;

    
}
.contect blockquote {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin: 0px 0px 20px 0px;
    font-style: italic;

    
}

.contect ul{
    font-weight: 600;
    margin: 0px 0px 20px 15px;
    padding: 0px 0px 0px 0px;
    display: block;
}
.contect li{
    margin: 0px 0px 15px 30px;
    padding: 0px 0px 0px 0px;
    display: block;
    
}
/* Info box */

.contect .info-box {
    display: block;
    background: #f5f5f7;
    margin: 20px 0;
    padding: 25px;
}



