/*
Theme Name: Thai PBS Public Info
Theme URI: https://www.thaipbs.or.th/publicinfo
Author: Tannysoft
Author URI: https://www.tannysoft.com
Description: a theme for https://www.thaipbs.or.th/publicinfo
Version: 1.4.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tpbs-publicinfo
Tags: featured-images, custom-menu
*/

body {
  font-family: sukhumvit_settext, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.content-item.-same {
  /*
  display: table;
  */
  display: block;
  position: relative;
}

.content-item.-same [class*="col-"] {
  float: none;
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: top;
}

.content-item.-same .pic img {
  width: 100%;
}

.content-item.-same .info {
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .content-item.-same [class*="col-"] {
    display: block;
  }
  .content-item.-same .info {
    position: relative;
  }
}

.pull-right {
  float: right;
}

.dropdown-menu>li>a {
  line-height: 2em;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #E94E34;
  font-family: 'sukhumvit_setsemi_bold';
}

.section-content-block a,
.section-content a {
  color: #333;
}

/* Header
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.header > .navbar {
  height: 50px;
  margin-bottom: 0;
  padding-right: 20px;
  border: 0;
  background-color: #E94E34;
  border-radius: 0;
}

@media (max-width: 480px) {
  .header > .navbar {
    padding-right: 0;
  }
}

.header > .navbar .navbar-nav > li > a {
  padding-left: 7px;
  padding-right: 7px;
  color: white;
}

.header > .navbar .navbar-nav > li > a:active, .header > .navbar .navbar-nav > li > a:hover {
  background-color: #525252;
}

.header > .navbar .nav .open > a,
.header > .navbar .nav .open > a:hover,
.header > .navbar .nav .open > a:focus {
  background-color: #525252;
  border: 0;
}

.header > .navbar li .dropdown-menu {
  padding: 0;
}

.header > .navbar li .dropdown-menu > li {
  border-top: 1px solid #525252;
}

.header > .navbar li .dropdown-menu > li:first-child {
  border-top: 0;
}

.header > .navbar li .dropdown-menu > li > a {
  padding: 10px;
  background-color: #414141;
  color: white;
}

.header > .navbar li .dropdown-menu > li > a:hover {
  background-color: #343434;
}

@media screen and (max-width: 767px) {
  .header .navbar-header {
    float: left;
  }
}

.header .navbar-header img {
  position: relative;
  top: -9px;
}

@media (max-width: 1050px) {
  .header .search-input {
    display: none;
  }
}

.header .search-input > .form-group {
  position: relative;
  padding-top: 3px;
}

.header .search-input > .form-group > .form-control {
  height: 28px;
}

.header .search-input > .form-group > .icon-search {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #D0021B;
}

.header .fa-line {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(img/line-icon.png) center no-repeat;
}

.header .social-sharing {
  height: 50px;
}

.header .social-sharing > li {
  position: relative;
}

.header .social-sharing > li > a {
  padding: 13px 7px;
  font-size: 24px;
}

.header .social-sharing > li:last-child {
  padding-left: 10px;
}

.header .social-sharing > li:last-child:before {
  content: '';
  position: absolute;
  height: 24px;
  top: 14px;
  left: 4px;
  border-left: 1px solid #FDFDFD;
}

/* header-mobile-menu
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.header-mobile-menu {
  display: none;
  margin-right: 1px;
}

.header-mobile-menu > .item-menu .caret {
  transition: .2s;
}

.header-mobile-menu > .item-menu > .active .caret {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .header-mobile-menu {
    float: right;
    margin: 0;
    overflow: hidden;
  }
  .header-mobile-menu > li {
    float: left;
  }
  .header-mobile-menu > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .header-mobile-menu > li {
    border-left: 1px solid rgba(255, 255, 255, 0.37);
  }
}

@media screen and (max-width: 991px) {
  .header-mobile-menu > li > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .header-mobile-menu {
    display: block;
  }
  .header-mobile-menu > .item-user,
  .header-mobile-menu > .item-menu {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-mobile-menu > .item-user,
  .header-mobile-menu > .item-menu {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #main-top-nav {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  #main-top-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10000;
    background-color: #1F1F1F;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  #main-top-nav {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #main-top-nav .main-nav-list {
    float: none !important;
    min-width: 380px;
    margin: 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  #main-top-nav .main-nav-list {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  #main-top-nav .main-nav-list > li {
    float: none;
    display: block;
    border-bottom: 1px solid #858585;
  }
  #main-top-nav .main-nav-list > li > a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-top-nav .main-nav-list > .menu-list-item > .dropdown-menu {
    position: static;
    width: 100%;
    float: none;
    border: 0;
  }
  #main-top-nav .main-nav-list > .menu-list-item > .dropdown-menu > li > a {
    padding-left: 20px;
  }
  #main-top-nav .social-sharing {
    float: none !important;
    min-width: 380px;
    margin: 0;
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  #main-top-nav .social-sharing {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  #main-top-nav .social-sharing > li {
    display: inline-block;
    margin-right: 10px;
    height: 50px;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  #main-top-nav .social-sharing > li {
    margin-right: 2px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #main-top-nav .social-sharing > li:last-child {
    margin-right: 0;
  }
  #main-top-nav .social-sharing > li.user {
    display: none;
  }
}

/* Main top nav mobile search
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.main-top-nav-mobile-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19999;
  width: 100%;
  height: 50px;
  padding: 7px 10px;
  background-color: #E94E34;
  opacity: 0;
  transform: translateY(-100%);
  transition: .2s;
}

.main-top-nav-mobile-search.active {
  transform: translateY(0);
  opacity: 1;
}

.main-top-nav-mobile-search > form {
  padding-right: 80px;
}

.main-top-nav-mobile-search > form > .input-search {
  display: block;
  width: 100%;
  height: 33px;
  border: 0;
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
  outline: none;
}

.main-top-nav-mobile-search > form > .input-search::-webkit-input-placeholder {
  color: #F6F6F6;
}

.main-top-nav-mobile-search > form > .input-search::-moz-placeholder {
  color: #F6F6F6;
}

.main-top-nav-mobile-search > form > .input-search:-ms-input-placeholder {
  color: #F6F6F6;
}

.main-top-nav-mobile-search > form > .input-search:-moz-placeholder {
  color: #F6F6F6;
}

.main-top-nav-mobile-search > form > .icon-search {
  position: absolute;
  top: 0;
  right: 50px;
  width: 40px;
  height: 50px;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 50px;
}

.main-top-nav-mobile-search > form > .close-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid white;
  color: white;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}

/* Org - Header
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.org-header {
  height: 670px;
  background: url(img/head-bg.jpg) center top no-repeat #000;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .org-header {
    height: auto;
    min-height: 500px;
  }
}

/* Org - Header:top
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.org-header-top {
  position: relative;
  background-color: rgba(11, 4, 2, 0.5);
}

@media screen and (max-width: 991px) {
  .org-header-top {
    background-color: #0B0402;
  }
}

.org-header-logo {
  padding: 48px 0;
}

@media screen and (max-width: 991px) {
  .org-header-logo {
    padding: 20px;
  }
}

.org-header-logo > .menu-bar {
  display: none;
  position: relative;
  top: -6px;
  float: right;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .org-header-logo > .menu-bar {
    display: block;
  }
}

.org-header-logo > .title {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 20px;
}


@media screen and (max-width: 991px) {
  .org-header-logo > .title img {
    max-width: 80px;
  }
  .org-header-logo > .title {
    display: inline-block;
    text-align: left;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .org-header-logo > .title > .logo {
    width: 100px;
  }
}

.org-header-logo > .title > .text {
  display: inline-block;
  position: relative;
  margin-left: 48px;
  font-family: 'sukhumvit_setmedium';
  font-size: 1em;
  line-height: 1.5em;
  vertical-align: top;
}

@media screen and (max-width: 991px) {
  .org-header-logo > .title > .text {
    margin-left: 19px;
  }
}

.org-header-logo > .title > .text:after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 1px;
  height: 43px;
  margin-top: -6px;
  margin-right: 24px;
  background-color: white;
}

@media screen and (max-width: 991px) {
  .org-header-logo > .title > .text:after {
    height: 30px;
    margin-right: 10px;
  }
}

/* Org - Header:menu
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.org-header-menu {
  padding: 18px 0;
  border-top: 2px solid rgba(237, 80, 49, 0.5);
  text-align: center;
}

@media (min-width: 992px) {
  .org-header-menu {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .org-header-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    width: 80%;
    padding: 0;
    border-top: 0;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .org-header-menu {
    background-color: #EFEFEF;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .org-header-menu {
    width: 100%;
  }
}

.org-header-menu > .menu-list {
  margin: 0;
  padding: 0;
}

.org-header-menu > .menu-list > li {
  display: inline-block;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .org-header-menu > .menu-list > li {
    display: block;
    margin-right: 0;
    text-align: left;
  }
}

.org-header-menu > .menu-list > li:last-child {
  margin-right: 0;
}

.org-header-menu > .menu-list > li > a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: color .2s;
}

.org-header-menu > .menu-list > li > a .fa {
  margin-left: 4px;
  font-size: .9em;
}

.org-header-menu > .menu-list > li.open > a .fa-caret-down:before {
  content: "\f0d8";
}

@media screen and (max-width: 991px) {
  .org-header-menu > .menu-list > li > a {
    display: block;
    padding: 10px 20px 10px 17px;
    color: #252525;
    border-top: 1px solid white;
    border-left: 3px solid transparent;
  }
  .org-header-menu > .menu-list > li > a:hover {
    border-left: 3px solid #FE5000;
    background: #FFEFE8;
  }
}

.org-header-menu > .menu-list > li > a:hover {
  color: #E94E34;
}

.org-header-menu > .menu-list > .menu-list-item {
  position: relative;
}

@media screen and (max-width: 991px) {
  .org-header-menu > .menu-list > .menu-list-item:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    transition: .2s;
  }
  .org-header-menu > .menu-list > .menu-list-item.open:after {
    transform: rotate(180deg);
  }
}

/* org-header-menu-dropdown-menu
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.org-header-menu-dropdown-menu {
  min-width: 250px;
  margin-top: 17px;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .org-header-menu-dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
  }
}

.org-header-menu-dropdown-menu .caret-up {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: 18px;
  margin-left: 2px;
  border-bottom: 12px solid white;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

@media screen and (max-width: 991px) {
  .org-header-menu-dropdown-menu .caret-up {
    display: none;
  }
}

.org-header-menu-dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

@media screen and (max-width: 991px) {
  .org-header-menu-dropdown-menu.dropdown-menu-right {
    right: auto;
  }
}

.org-header-menu-dropdown-menu.dropdown-menu-right .caret-up {
  left: auto;
  right: 18px;
}

.org-header-menu-dropdown-menu.-two-col {
  min-width: 500px;
}

@media screen and (max-width: 991px) {
  .org-header-menu-dropdown-menu.-two-col {
    min-width: 0;
  }
}

.org-header-menu-dropdown-menu.-two-col .org-header-menu-sub-nav-col {
  float: left;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .org-header-menu-dropdown-menu.-two-col .org-header-menu-sub-nav-col {
    float: none;
    width: 100%;
  }
}

.org-header-menu-dropdown-menu.-three-col {
  min-width: 750px;
}

@media screen and (max-width: 991px) {
  .org-header-menu-dropdown-menu.-three-col {
    min-width: 0;
  }
}

.org-header-menu-dropdown-menu.-three-col .org-header-menu-sub-nav-col {
  float: left;
  width: 33.3333%;
}

@media screen and (max-width: 991px) {
  .org-header-menu-dropdown-menu.-three-col .org-header-menu-sub-nav-col {
    float: none;
    width: 100%;
  }
}

.org-header-menu-sub-nav {
  overflow: hidden;
}

.org-header-menu-sub-nav-col {
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .org-header-menu-sub-nav-col {
    margin-top: 20px;
    margin-left: 20px;
    padding: 0;
  }
}

.org-header-menu-sub-nav-col > .title {
  margin: 0 0 20px 0;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .org-header-menu-sub-nav-col > .title {
    margin-bottom: 10px;
  }
}

.org-header-menu-sub-nav-col > .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.org-header-menu-sub-nav-col > .list > li {
  line-height: 2em;
}

@media screen and (max-width: 991px) {
  .org-header-menu-sub-nav-col > .list > li {
    padding: 5px 0;
    border-bottom: 1px solid white;
  }
  .org-header-menu-sub-nav-col > .list > li:last-child {
    border-bottom: 0;
  }
}

.org-header-menu-sub-nav-col > .list > li > a {
  color: black;
}

/* Org - Header:vision
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.org-header-vision {
  padding-top: 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .org-header-vision {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.org-header-vision > .text-block {
  margin-bottom: 12px;
}

.org-header-vision > .text-block:last-child {
  margin-bottom: 0;
}

.org-header-vision > .text-block > .text {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: white;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 38px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .org-header-vision > .text-block > .text {
    font-size: 24px;
  }
}

.org-header-vision > .text-block > .text:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  height: 23px;
  margin-top: -23px;
  margin-left: -20px;
  width: calc(100% + 40px);
  background: url(img/pattern-grey.png);
  opacity: .65;
}

@media screen and (max-width: 767px) {
  .org-header-vision > .text-block > .text:after {
    display: none;
  }
}

/* Main content
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.main-content {
  position: relative;
  margin-top: -150px;
}

@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 0;
  }
}

/* section-content-wrapper
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media screen and (max-width: 767px) {
  .section-content-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* section-content-block
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.section-content-block {
  padding: 50px;
  margin-bottom: 20px;
  background-color: white;
}

@media screen and (max-width: 991px) {
  .section-content-block {
    padding: 20px;
  }
}

/* section-content-block:header
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.section-content-block-header {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section-content-block-header {
    display: block;
  }
}

.section-content-block-header > .title {
  display: table-cell;
  width: 1%;
  margin: 0 0 50px 0;
  font-size: 28px;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .section-content-block-header > .title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    white-space: normal;
  }
}

.section-content-block-header > .pattern {
  display: table-cell;
  width: 99%;
  padding-left: 80px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .section-content-block-header > .pattern {
    display: none;
  }
}

.section-content-block-header > .pattern:before {
  content: '';
  position: relative;
  right: 15px;
  display: block;
  width: calc(100% - 20px);
  height: 18px;
  background: url(img/pattern-grey.png);
}

.section-content-block-header > .pattern:after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 4px;
  margin-left: 20px;
  background-color: #F8632F;
}

.section-content-block-header > .read-all {
  display: table-cell;
  width: 1%;
  padding-left: 30px;
  color: #F55D3C;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .section-content-block-header > .read-all {
    display: block;
    width: 100%;
    padding-left: 0;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .section-content-block-header > .read-all {
    text-align: right;
  }
}

.section-content-pattern-bg {
  padding: 50px 0;
  background: url(img/pattern-grey.png);
}

.section-content-pattern-bg .section-content-block {
  margin-bottom: 0;
  background-color: transparent;
}

.section-content-grey-bg {
  padding: 50px 0;
  background: url(img/bg-grey-background.png);
}

.section-content-grey-bg .section-content-block {
  background-color: transparent;
}

/* card-content-wrapper
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-content-wrapper {
  margin-bottom: -50px;
}

/* card-content
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-content {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #E0E0E0;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .card-content {
    margin-bottom: 80px;
  }
}

/* card-content:image
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-content-image > img {
  width: 100%;
}

/* card-content:title
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-content-title {
  position: relative;
  background-color: white;
}

.card-content-title > .read-more {
  position: relative;
  float: right;
  padding: 0 12px 0 20px;
  background-color: #F55D3C;
  color: white;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
}

.card-content-title > .read-more > .icon {
  position: relative;
  top: 6px;
  margin-left: 10px;
  font-size: 32px;
}

.card-content-title > .read-more:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-bottom: 50px solid #F55D3C;
}

@media screen and (max-width: 767px) {
  .card-content-title > .read-more {
    position: absolute;
    top: 100%;
    right: 0;
  }
  .card-content-title > .read-more:before {
    display: none;
  }
}

.card-content-title > .title {
  padding: 11px 150px 11px 15px;
  margin: 0;
  font-weight: normal;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .card-content-title > .title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* card-content-wrapper-xs
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-content-wrapper-xs {
  margin-bottom: -50px;
}

.card-content-wrapper-xs .card-content-title > .title {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .card-content-wrapper-xs .card-content {
    margin-bottom: 50px;
  }
}

/* card-news
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-news {
  border: 1px solid #E0E0E0;
  background-color: white;
}

/* card-news-image
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-news-image {
  position: relative;
}

.card-news-image > .img-responsive {
  width: 100%;
}

.card-news-image > .news-label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 12px;
  background-color: #F55D3C;
  color: white;
  font-size: 14px;
}

/* card-news-body
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-news-body {
  position: relative;
  padding: 30px;
}

.card-news-body > .title {
  margin: 0 0 20px 0;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
}

.card-news-body > .detail {
  margin: 0 0 30px 0;
  color: #525252;
  font-size: 14px;
  line-height: 1.5em;
}

.card-news-body > .date {
  color: #525252;
  font-size: 14px;
}

.card-news-body > .read-more {
  position: relative;
  float: right;
  padding: 0 12px 0 20px;
  background-color: #F55D3C;
  color: white;
  font-size: 18px;
  line-height: 50px;
  text-decoration: none;
  float: none;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.card-news-body > .read-more > .icon {
  position: relative;
  top: 6px;
  margin-left: 10px;
  font-size: 32px;
}

.card-news-body > .read-more:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-bottom: 50px solid #F55D3C;
}

/* card-news-main
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@media screen and (max-width: 991px) {
  .card-news-main {
    margin-bottom: 60px;
  }
}

/* card-news-xs
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.card-news-xs {
  margin-bottom: 20px;
  min-height: 300px;
  border: 0;
  background-color: transparent;
}

.page-template-page-home .card-news-xs {
  min-height: 285px;
}

.card-news-xs .card-news-body {
  padding: 0;
}

.card-news-xs .card-news-body > .title {
  margin: 15px 0;
  max-height: 73px;
  overflow: hidden;
  font-size: 16px;
}

/* Footer
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.footer {
  background-color: white;
}

/* Footer go to top
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.footer-go-to-top {
  display: block;
  border-bottom: 4px solid #F55D3C;
  padding: 10px 0;
  background-color: #FCEDE8;
  color: #F55D3C;
  transition: .2s;
}

.footer-go-to-top:hover {
  background-color: #FC6C41;
  color: white;
  text-decoration: none;
}

.footer-go-to-top .text {
  font-weight: bold;
  font-size: 18px;
}

.footer-go-to-top .icon {
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-size: 24px;
}

/* Footer content
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.footer-content {
  padding: 80px 0;
  background-color: white;
}

.footer-content .more-link {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .footer-content .more-link {
    margin-top: 0;
  }
  .footer-content .more-link > .footer-content-col {
    margin-bottom: 40px;
  }
  .footer-content .more-link > .footer-content-col:last-child {
    margin-bottom: 0;
  }
}

/* Footer bottom
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.footer-bottom {
  padding: 32px 0;
  background-color: #F55D3C;
  color: white;
  font-size: 14px;
}

.footer-bottom .logo {
  display: inline-block;
  margin-right: 20px;
}

.footer-content-col {
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-content-col > a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-content-col.-big-col {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .footer-content-col.-big-col > .content {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .footer-content-col.-small-col {
    margin-bottom: 80px;
  }
  .footer-content-col.-small-col:nth-child(2n) {
    clear: left;
  }
}

.footer-content-col > .full-logo {
  position: absolute;
  top: 0;
  left: 10px;
  width: 72px;
}

.footer-content-col > .contact {
  max-width: 320px;
  padding-left: 90px;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7em;
}

@media screen and (max-width: 767px) {
  .footer-content-col > .contact {
    font-size: 18px;
    max-width: none;
  }
}

.footer-content-col > .contact > .tel {
  display: block;
  margin-top: 30px;
  font-weight: normal;
}

.footer-content-col > .title {
  margin: 0;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .footer-content-col > .title {
    font-size: 18px;
  }
}

.footer-content-col > .list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-content-col > .list > li {
  margin-top: 20px;
}

.footer-content-col > .list > li > a {
  color: #242424;
}

@media screen and (max-width: 767px) {
  .footer-content-col > .list > li > a {
    font-size: 18px;
  }
}

.footer-content-col > .single-link {
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 16px;
  font-weight: normal;
  color: #242424;
}

@media screen and (max-width: 767px) {
  .footer-content-col > .single-link {
    font-size: 18px;
  }
}

.footer .menu-list {
  list-style: none;
  padding: 0;
}

.footer .menu-list .menu-item-home {
  display: none;
}

.footer .menu-list li {
  display: inline-block;
  vertical-align: top;
}

.footer .menu-list > li {
  width: 32%;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .footer .menu-list > li {
    width: 100%;
    margin-right: 0;
  }
}

.footer .menu-list > li > a {
  margin: 0;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

.footer .menu-list .sub-menu {
  padding-left: 0;
}

.footer .menu-list .sub-menu > li {
  margin-top: 15px;
}

.footer .menu-list .sub-menu > li:last-child {
  margin-bottom: 40px;
}

.footer .menu-list .sub-menu > li > a {
  font-size: .9em;
  color: #242424;
}


/* Footer bottom col icons
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.footer-bottom-col-icons {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-bottom-col-icons {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F68971;
    text-align: left;
  }
  .footer-bottom-col-icons > .go-to-top {
    float: right;
  }
}

.footer-bottom-col-icons > .icon {
  color: white;
  font-size: 16px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .footer-bottom-col-icons > .icon {
    font-size: 24px;
  }
}

.footer-bottom-col-icons > .icon:first-child {
  margin-left: 0;
}

.footer-bottom-col-icons > .go-to-top {
  margin-left: 20px;
  color: white;
  font-size: 20px;
  opacity: .2;
}

/* ----- custom ----- */

.skip-link {
  display: none;
}

.site-description {
  display: none;
}

.site-title {
  display: none;
}

.page-template .org-header,
.page-template-default .org-header,
.category .org-header,
.search .org-header {
  height: 325px;
}

.page-template-page-home .org-header {
  height: 670px;
}

.page-template .main-content,
.page-template-default .main-content,
.category .main-content,
.search .main-content {
  margin-top: -125px;
}

@media screen and (max-width: 767px) {
  .page-template .main-content,
  .page-template-default .main-content,
  .category .main-content,
  .search .main-content {
    margin-top: -155px;
  }
  .page-template-page-home .org-header {
    height: 325px;
  }
}

.page-template .entry-content,
.page-template-default .entry-content,
.category .center-content,
.search .center-content {
  margin-top: 100px;
  margin-bottom: 80px;
}

.page-template .entry-title,
.page-template-default .entry-title,
.category .entry-title,
.search .entry-title {
  color: #fff;
  font-family: 'sukhumvit_setsemi_bold';/*
  text-shadow: 3px 3px 10px rgba(0, 0, 0,0.58);*/
}

.page-template #breadcrumbs,
.page-template-default #breadcrumbs,
.category #breadcrumbs,
.search #breadcrumbs {
  color: #fff;
}

.page-template #breadcrumbs a,
.page-template-default #breadcrumbs a,
.category #breadcrumbs a,
.search #breadcrumbs a {
  color: #fff;
}

.page-template #breadcrumbs i,
.page-template-default #breadcrumbs i,
.category #breadcrumbs i,
.search #breadcrumbs i {
  color: #fff;
}

.page-template-page-news .section-content-wrapper {
  padding-bottom: 40px;
  border-bottom: 4px solid #F6F6F6;
}

.pnews-list {
  margin-top: 60px;
}

.pnews-list .seed-col a {
  display: block;
  background-color: #F6F6F6;
  transition: 300ms;
}

.pnews-list .seed-col a:hover {
  background-color: #FFEBE1;
  box-shadow: -1px 0 8px 0 rgba(234,88,17,0.18);
}

.pnews-list .seed-col {
  margin-bottom: 15px;
}

.pnews-list .entry-title {
  margin-top: 20px!important;
  margin-right: 15px;
  font-size: 18px;
  line-height: 26px;
  text-shadow: none;
  color: #000;
}

.page-template-page-parent .pnews-list .entry-title {
  margin-top: 10px;
  margin-right: 0;
}

.pnews-list .pmeta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .pnews-list .entry-title {
    margin-left: 15px;
    margin-bottom: 3px;
  }
  .pnews-list .pmeta {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 15px 15px;
  }
}

.pnews-list .pmeta .pmeta-category {
  display: inline-block;
  color: #F55D3C;
  font-family: 'sukhumvit_settext';
}

.pnews-list .pmeta .pmeta-date {
  margin-left: 14px;
  display: inline-block;
  color: #8E8E8E;
  font-family: 'sukhumvit_settext';
}

.pnews-list .news-right .widget:first-child .widget-title {
  padding: 7px 15px;
  background-color: #EE5233;
  color: #fff;
}

.pnews-list .news-right .widget:first-child .line {
  height: 2px;
  background-color: #EE5233;
}

.widget-area .widget-title {
  position: relative;
  padding: 0 0 7px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  font-family: 'sukhumvit_setsemi_bold';
}

.widget-area .widget-title:after {
  position: absolute;
  width: 100%;
  bottom: -1px;
  content: '';
  border-bottom: 1px solid #EE5233;
  display: block;
  z-index: 1;
}

.widget-area .line {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  display: block;
}

.widget-area ul {
  background-color: #F6F6F6;
}

.widget-area ul li a {
  display: block;
  padding: 15px;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #D6CDC9;
}

.widget-area .card-content-wrapper {
  margin-top: 10px;
}
/*
.widget_tpbs_latest_widget .widget-title {
  padding: 7px 15px;
  background-color: #EE5233;
  color: #fff;
}

.widget_tpbs_latest_widget .widget-title:after {
  border: none;
}

.widget_tpbs_latest_widget .line {
  height: 2px;
  background-color: #EE5233;
}*/

.widget_tpbs_latest_widget .entry-title {
  margin-top: 0;
  font-family: sukhumvit_setsemi_bold;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.widget_tpbs_latest_widget .pic {
  padding-right: 0;
}

.widget_tpbs_latest_widget .entry-title a {
  color: #333;
}

.widget_tpbs_latest_widget .entry-meta .byline {
  display: none;
}

.widget_tpbs_latest_widget .entry-meta .cat-links {
  display: none;
}

.widget_tpbs_latest_widget .latest-container {
  background-color: #FAFAFA;
  margin-bottom: 30px;
  padding: 10px 0 0;
}

.widget_tpbs_latest_widget .latest-container .seed-col {
  margin-bottom: 10px;
  padding: 15px 15px 25px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.widget_tpbs_latest_widget .card-content {
  margin-bottom: 60px;
}

.news-right ul li {
  display: block;
  width: 100%;
}


.news-right ul li a {
  padding-right: 30px;
  white-space: normal;
  position: relative;
  background-color: #F6F6F6;
}

.news-right ul li a b.fa {
  margin-left: 3px;
  font-size: .9em;
}

.news-right ul li a:hover {
  background-color: #EE5233;
  color: #fff;
}

.news-right ul li a .caret {
  position: absolute;
  right: 15px;
  top: 23px;
}

.news-right ul.depth_0 li a .caret {
  top: 16px;
}

.news-right ul li.current-menu-item {
  background-color: #EE5233;
}

.news-right ul li.current-menu-item a,
.widget-area ul li.current-cat a {
  background-color: #EE5233;
  color: #fff;
}

.news-right ul li.menu-item-has-children.current-menu-item {
  background-color: transparent;
}

.news-right ul li.menu-item-has-children.current-menu-item a {
  background-color: transparent;
  color: #333;
}

.news-right ul li.menu-item-has-children.current-menu-item a .fa {
  margin-left: 3px;
  font-size: .9em;
}

.news-right ul li.open a .fa-caret-down:before {
  content: "\f0d8";
}

/*
.news-right ul li.current-page-ancestor a {
  background-color: #EE5233;
}

.news-right ul li.current-page-ancestor > a {
  color: #fff;
}
*/
.news-right ul li.current-page-ancestor.dropdown {
  border-bottom: 1px solid #D6CDC9;
  border-right: 1px solid #D6CDC9;
  border-left: 1px solid #D6CDC9;
}

.news-right ul li.current-page-ancestor.dropdown:first-child {
  border-top: 1px solid #D6CDC9;
}

.news-right ul li.current-page-ancestor.dropdown.menu-item-has-children {
  border: 0;
}

.news-right ul li.current-page-ancestor.dropdown.menu-item-has-children a {
  background-color: transparent;
  color: #333;
}

.news-right ul li.current-page-ancestor.dropdown.menu-item-has-children a:hover {
  background-color: #EE5233;
  color: #fff;
}

.news-right ul li.current-page-ancestor.dropdown.menu-item-has-children.active .dropdown-menu li.current-menu-item a {
  color: #232323;
}

.news-right ul li.current-page-ancestor.dropdown.menu-item-has-children.active .dropdown-menu li.current-menu-item a:hover {
  background-color: #EE5233;
}

.news-right ul li.current-page-ancestor.dropdown .dropdown-menu {
  display: block;
  position: relative;
  box-shadow: none;
  margin: 0;
  border-bottom: 0;
}

.news-right ul li.dropdown ul.dropdown-menu li a {
  border-top: 0;
  border-bottom: 0;
  font-family: 'sukhumvit_settext';
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  margin-left: 0;
  font-size: 14px;
  line-height: 21px;
}

.news-right ul li.dropdown ul.dropdown-menu ul.dropdown-menu.depth_1 li a {
  padding-left: 50px;
  color: #999;
}

.news-right ul li.dropdown ul.dropdown-menu ul.dropdown-menu.depth_1 li a:hover {
  color: #fff;
}

.news-right .nav .open>a, .news-right .nav .open>a:focus, .news-right .nav .open>a:hover {
  border-color: #EE5233;
  background-color: #EE5233;
  color: #fff;
}

/*
.news-right ul.dropdown-menu li a .caret {
  display: none;
}*/

.news-right .caret-up {
  display: none;
}

.news-right .dropdown-menu {
  width: 100%;
  border: 0;
  box-shadow: none;
  position: relative;
  border-bottom: 1px solid #D6CDC9;
}

.news-right .dropdown-menu li.active > a,
.news-right .dropdown-menu li.active > a:focus,
.news-right .dropdown-menu li.active > a:hover {
  background-color: #EE5233;
  color: #fff;
}

.news-right .dropdown-menu.sub-menu {
  display: block;
  margin-top: 0;
  position: relative;
  margin: 0;
  box-shadow: none;
  border-bottom: 0;
}

.news-right .dropdown-menu.sub-menu li a {
  padding: 3px 30px;
}

.tagcloud {
  margin-top: 15px;
}

.tagcloud a {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #F0F0F0;
  color: #999;
  font-size: 12px!important;
}

#breadcrumbs a {
  padding-left: 5px;
  padding-right: 5px;
}

#breadcrumbs .breadcrumb_last {
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'sukhumvit_setsemi_bold';
}

.single .org-header {
  height: 186px;
}

.single .main-content {
  margin-top: 0;
}

.single #breadcrumbs {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #EC5031;
}

@media screen and (max-width: 767px) {
  .single .org-header {
    height: 64px;
    min-height: inherit;
  }
  .single #breadcrumbs {
    display: none;
  }
}

.single #breadcrumbs a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #EC5031;
}

.single #breadcrumbs .breadcrumb_last {
  padding-left: 10px;
  padding-right: 10px;
}

.single .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 32px;
  line-height: 47px;
  color: #242424;
  border-bottom: 1px solid #F76140;
}

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

  .single .entry-header .entry-title {
    margin-top: 15px;
    font-size: 28px;
    line-height: 34px;
  }

}

.single .entry-meta {
  margin-bottom: 20px;
  font-size: .8em;
  color: #999;
}

.single .entry-meta > span {
  margin-right: 10px;
}

.single .entry-meta > span i {
  margin-right: 5px;
}

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

.single .entry-content {
  margin-bottom: 40px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .single .entry-content iframe {
    height: 550px;
  }
}

.single .single-media {
  margin-top: 26px;
  margin-bottom: 30px;
}

.single .single-media img {
  width: 100%;
}

.entry-content h1,h2,h3,h4,h5,h6 {
  font-family: 'sukhumvit_setsemi_bold';
}

.entry-content .news-left {
  font-family: 'th-sarabun-new';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8em;
}

.entry-content .news-left h1:first-child {
  margin-top: 0;
}

.entry-content .news-left h2:first-child {
  margin-top: 0;
}

.entry-content .news-left h3:first-child {
  margin-top: 0;
}

.entry-content .news-left h4:first-child {
  margin-top: 0;
}

.entry-content .news-left h5:first-child {
  margin-top: 0;
}

.entry-content .news-left h6:first-child {
  margin-top: 0;
}

.news-left label {
  display: block;
}

.news-left .wpcf7 input {
  width: 100%;
}

.news-left .wpcf7-checkbox input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-top: 8px;
}

.news-left .wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 7px;
  margin-top: 0;
  padding-top: 0;
  vertical-align: top;
}

.news-left .wpcf7-checkbox span.wpcf7-list-item.first {
  margin-left: 0;
}

.news-left .wpcf7 input[type="submit"] {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 3px 40px;
  background-color: #F55D3C;
  border: 0;
  color: #fff;
  font-family: 'sukhumvit_setsemi_bold';
  font-size: 1.3em;
}

.news-left textarea {
  width: 100%;
  border-color: #dfdfdf;
}

.tpbs-search {
  position: relative;
}

.tpbs-search .input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #E94E34;
}

.tpbs-search .submit {
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #E94E34;
}

/* ----- archive all ----- */

.archive .content-area .seed-col,
.search .content-area .seed-col {
  background: #ebebeb;
	padding: 30px;
	margin: 0 0 30px;
}

.page-template-page-parent .content-area .seed-col a {
  padding: 30px;
  margin: 0 0 30px;
}

.archive .content-area .seed-col .content-item.-has-thumbnail .pic,
.search .content-area .seed-col .content-item.-has-thumbnail .pic {
  width: 31%;
  float: left;
}
.archive .content-area .seed-col .content-item.-has-thumbnail .pic img,
.search .content-area .seed-col .content-item.-has-thumbnail .pic img {
  width: 100%;
  padding-right: 15px;
}
.archive .content-area .seed-col .content-item.-has-thumbnail .info,
.search .content-area .seed-col .content-item.-has-thumbnail .info {
  width: 69%;
  float: left;
}

.archive.category-1 .content-area .seed-col .content-item.-has-thumbnail .pic {
  display: none;
}
.archive.category-1 .content-area .seed-col .content-item.-has-thumbnail .pic img {
  width: 100%;
  padding: 0;
}
.archive.category-1 .content-area .seed-col .content-item.-has-thumbnail .info {
  width: 100%;
  float: none;
}

@media screen and (max-width: 767px) {
  .archive .content-area .seed-col .content-item.-has-thumbnail .pic,
  .search .content-area .seed-col .content-item.-has-thumbnail .pic {
    width: 100%;
    float: none;
  }
  .archive .content-area .seed-col .content-item.-has-thumbnail .pic img,
  .search .content-area .seed-col .content-item.-has-thumbnail .pic img {
    width: 100%;
    padding-right: 0;
  }
  .archive .content-area .seed-col .content-item.-has-thumbnail .info,
  .search .content-area .seed-col .content-item.-has-thumbnail .info {
    width: 100%;
    float: none;
  }
}

.archive .content-area .seed-col .info .entry-meta,
.search .content-area .seed-col .info .entry-meta {
	display: block;
}
.archive .content-area .seed-col .info .entry-meta .cat-links,
.archive .content-area .seed-col .info .entry-meta .byline,
.archive .content-area .seed-col .info .entry-meta .posted-on .si-clock,
.search .content-area .seed-col .info .entry-meta .cat-links,
.search .content-area .seed-col .info .entry-meta .byline,
.search .content-area .seed-col .info .entry-meta .posted-on .si-clock{
	display: none;
}
.archive .content-area .seed-col .info .entry-meta .posted-on a,
.search .content-area .seed-col .info .entry-meta .posted-on a {
	color: #9e9e9e;
} 
.archive .content-area .seed-col .info h2,
.search .content-area .seed-col .info h2 {
	margin-top: 0;
	font-size: 20px;
	color: #000;
}

@media screen and (max-width: 767px) {
  .archive .content-area .seed-col .info h2,
  .search .content-area .seed-col .info h2 {
    margin-top: 15px;
  }
}

.archive .content-area .seed-col .info h2 a,
.search .content-area .seed-col .info h2 a {
	color: #000;
}
.archive .content-area .seed-col .info .entry-summary,
.search .content-area .seed-col .info .entry-summary {
	display: none;
}
.archive .content-area .seed-col .post:hover,
.search .content-area .seed-col .post:hover {
	background: #FCEDE8;	
}

/* ----- archive report ----- */

.archive.category-4 .content-area .seed-col {
	width: 31%;
    float: left;
    background: #ebebeb;
    padding: 15px;
    margin: 0 10px 15px 0;
    box-sizing: border-box;
}
.archive.category-4 .content-area .seed-col:hover{
	background: #FCEDE8;
}
.archive.category-4 .content-area .seed-col .content-item .pic {
  display: block;
  float: none;
  width: 100%;
}
.archive.category-4 .content-area .seed-col .content-item .pic img {
	float: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.archive.category-4 .content-area .seed-col .content-item .info {
  float: none;
  width: 100%;
}
.archive.category-4 .content-area .seed-col .info h2{
  margin-top: 15px;
	color: #000;
    font-size: 16px !important;
    line-height: 24px;
}
.archive.category-4 .content-area .seed-col .info h2 a{
	color: #000;
}
.archive.category-4 .content-area .seed-col .info .entry-meta{
	display: none !important;

}
.archive.category-4 .content-area .seed-col .info .entry-summary{
	display: none;
}

@media screen and (max-width: 767px) {
	.archive.category-4 .content-area .seed-col {
		width: 100%
	}
}

.committee_list {
  padding: 0 0 25px;
  list-style: none;
  /*border-bottom: 1px solid #D8D8D8;*/
}

.committee_list li.gallery-item {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.committee_list li {
  margin-bottom: 0;
}

.gallery-item {
  float: none;
  clear: both;
  text-align: left;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .gallery-item, .gallery-item.gallery-item__feature {
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .gallery-item {
      float: left;
      width: 50%;
  }
}

@media (min-width: 768px) {
  .gallery-item .item-content h2 {
      height: 44px;
      overflow: hidden;
  }
}

.committee_list li .committee_img {
  float: left;
  width: 68px;
  height: 90px;
  display: block;
}

.committee_list li .committee_detail {
  margin-left: 68px;
  padding-left: 15px;
  padding-top: 10px;
  display: block;
}

.committee_list li .committee_detail .committee_name {
  width: 100%;
  font-family: sukhumvit_settext;
  font-size: 1.4em;
  color: #1E1E1E;
  float: left;
  display: block;
}

.committee_list li .committee_detail .committee_position {
  width: 100%;
  font-family: sukhumvit_settext;
  font-size: 1.14em;
  color: #6C6C6C;
  float: left;
  display: block;
}
.readmore-btn {
  background: #fe5000;
  padding: 10px 85px;
  width: 100%;
  border: none;
  clear: both;
  margin-top: 30px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'sukhumvit_setsemi_bold';
  border: 1px solid #fe5000;
}
.readmore-btn:hover {
  border: 1px solid #fe5000;
  background-color: #fff;
  color: #fe5000;
}
.readmore-btn a{
  color:#fff;
  font-family: sukhumvit_settext;
}