/* 
    Document   : main
    Created on : 1 ก.ค. 2556, 11:49:24
    Author     : Administrator
    Description:
    Purpose of the stylesheet follows.
*/
@charset "UTF-8";
/*
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
*/
@viewport {
  width: device-width;
}


* {
  list-style-type: none;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




::selection {
  background-color: rgb(51, 0, 0);
  color: white;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Open Sans", "Mitr", sans-serif;
  color: rgba(83, 83, 83, 0.52);
  font-size: 13px;
  font-weight: normal;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Open Sans", "Mitr", sans-serif;
  color: rgba(83, 83, 83, 0.52);
  font-size: 13px;
  font-weight: normal;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Open Sans", "Mitr", sans-serif;
  color: rgba(83, 83, 83, 0.52);
  font-size: 13px;
  font-weight: normal;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Open Sans", "Mitr", sans-serif;
  color: rgba(83, 83, 83, 0.52);
  font-size: 13px;
  font-weight: normal;
}

div,
table,
td,
tr {
  margin: 0;
  padding: 0;
}

root {
  display: block;
}

html {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", "Mitr", sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}
@media (max-width: 1200px) {
}

.makets,
img {
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.totop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  z-index: 999999;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.totop:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.totop.tt-hide {
  display: none;
}

.totop.tt-show {
  display: block;
}

a {
  text-decoration: none !important;
  color: #ea1d27;
  transition: 0.2s ease-in-out;
}

a:active,
a:focus,
a:hover {
  text-decoration: none !important;
  color: #000;
}
p {
  word-wrap: break-word;
}
/*==========================================DEFUALT*/

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.line {
  border: none;
  background: #ccc;
  width: 100%;
  height: 1px;
}

.lines {
  border: none;
  background: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-center {
  text-align: center !important;
}

.txt-just {
  text-align: justify !important;
}

.unbold {
  font-weight: normal !important;
}

.pdlr {
  padding-left: 10px;
  padding-right: 10px;
}

.nopadding {
  padding: 0;
}

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

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.mgb-15 {
  margin-bottom: 15px;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/*==========================================COLOR*/

.gray_cl {
  color: #929292;
}

.white {
  color: rgba(255, 255, 255, 0.8);
}

.red {
  color: red;
}

.blue {
  color: #3198d3;
}

.redxl {
  color: #c43442;
}

.bg_gray {
  background: #fff;
}

.wow {
  visibility: hidden;
}

.display-hide {
  display: none;
}

.b_test {
  border: 1px solid red;
}

.set_blue {
  color: #2ec0dd !important;
}

.set_red {
  color: #ea1d27 !important;
}

.set_green {
  color: #8dc73f !important;
}

/*==========================================MARGIN*/

.mgt-0 {
  margin-top: 0 !important;
}

.mgt-5 {
  margin-top: 5px !important;
}

.mgt-10 {
  margin-top: 10px !important;
}

.mgt-15 {
  margin-top: 15px !important;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgt-25 {
  margin-top: 25px !important;
}

.mgt-30 {
  margin-top: 30px !important;
}

.mgt-35 {
  margin-top: 35px !important;
}

.mgt-40 {
  margin-top: 40px !important;
}

.mgt-45 {
  margin-top: 45px !important;
}

.mgt-50 {
  margin-top: 50px !important;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.mgb-5 {
  margin-bottom: 5px !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}

.mgb-15 {
  margin-bottom: 15px !important;
}

.mgb-20 {
  margin-bottom: 20px !important;
}

.mgb-25 {
  margin-bottom: 25px !important;
}

.mgb-30 {
  margin-bottom: 30px !important;
}

.mgb-35 {
  margin-bottom: 35px !important;
}

.mgb-40 {
  margin-bottom: 40px !important;
}

.mgb-45 {
  margin-bottom: 45px !important;
}

.mgb-50 {
  margin-bottom: 50px !important;
}

/*==========================================PADDING*/
.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* search bar */
.top-searchbar {
  display: none;
  position: absolute;
  min-height: 40px;
  background: #ea1d27;
  color: #fff;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.top-searchbar .box-search {
  margin: 2px 3px;
}

.top-searchbar .btn-search {
  color: #fff;
  background: #666;
}

/* news ticker */
.news_ticker {
  position: relative;
  min-height: 40px;
  background: #ea1d27;
  color: #fff;
  padding: 0;
  z-index: 0;
}

.news_ticker .title {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding: 10px 0;
}

.news_ticker marquee {
  margin: 0;
  padding: 0;
  height: 35px;
}

.news_ticker ul {
  display: block;
}

.news_ticker ul li {
  display: inline-block;
  padding: 7px 0;
  margin-right: 100px;
}

.news_ticker ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: normal;
  text-decoration: underline;
}

.news_ticker ul li a:hover {
  text-decoration: underline;
  color: yellow;
}
@media (max-width: 768px) {
  .news_ticker .title {
    text-align: left;
  }
}

/*add drop */
.adddrop {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -webkit-transition: opacity 0.17s ease-in-out;
  -moz-transition: opacity 0.17s ease-in-out;
  -ms-transition: opacity 0.17s ease-in-out;
  -o-transition: opacity 0.17s ease-in-out;
  transition: opacity 0.17s ease-in-out;
}

.adddrop:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
}

.addbox-shadow {
  -webkit-box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.05);
}

/* tophead */
.tophead {
  position: relative;
  padding: 20px 0;
}

/* menu top */
.menu_top {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu_top > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.menu_top > li > a {
  display: block;
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  padding: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}

.menu_top > li a:hover {
  color: #aa1d27;
}

.menu_top > li:after {
  content: " ";
  margin-left: 10px;
  margin-right: 10px;
}

.menu_top > li > ul {
  border-top: 2px solid #000;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px 10px;
  margin-top: 10px;
  text-align: left;
  -webkit-border-radius: 7px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 7px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-radius: 7px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 999;
}

.menu_top > li:hover > ul {
  display: block;
}

.menu_top > li > ul > li:not(:last-child) {
  display: block;
  border-bottom: 1px solid #aa1d27;
}

.menu_top > li > ul > li a {
  color: #000;
  display: block;
  padding: 0 5px;
  line-height: 35px;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}

.menu_top > li > ul > li a:hover {
  padding-left: 10px;
}

/* top_sysnc */
.top_sysnc {
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .menu_top > li {
    line-height: 14px;
    padding: 0;
  }
  .menu_top > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu_top > li > ul > li a {
    display: block;
    line-height: 30px !important;
  }
}

/* language box */
.und {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #7f7f7f;
  padding: 2px 0 4px;
  margin: auto;
  text-align: left;
  margin-left: 25px;
  min-width: 120px;
}

.und > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
  color: #226490;
  width: auto !important;
}

.und > a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.und > a > span {
  margin-left: 5px;
}

.und > a:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin-left: 10px;
  line-height: 1.2;
}

.und > .selectbox {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0;
  left: 0;
  text-align: left;
  z-index: 9999 !important;
}

.und > .selectbox > a {
  display: block;
  font-size: 12px;
  padding: 0 5px;
  font-weight: 500;
  line-height: 30px;
  background: #fff;
  color: #205680;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.und > .selectbox > a > span {
  margin-left: 5px;
}

.und > .selectbox > a.active,
.und > .selectbox > a:hover {
  background: #e5e5e5;
}

.und:hover .selectbox {
  display: block;
}
@media (max-width: 768px) {
  .menu_top,
  top_sysnc {
    text-align: center;
  }

  .menu_top {
    display: block;
    margin: 0 auto;
  }

  .menu_top li a {
    margin: 0;
    line-height: 12px;
    font-size: 12px;
  }

  .menu_top li:after {
    margin-left: 5px;
    margin-right: 5px;
  }

  .und {
    display: block;
    float: right;
    margin-top: 7px;
  }

  .tophead {
    margin: 0 auto;
    padding: 10px 0;
  }
}

/* slideNews */
.news-ads {
  margin: 0;
  padding: 0;
}

.news-ads .ads1 {
  min-height: 130px;
  /*background: url('../images/ads_min.png') center center no-repeat;*/
  background-size: cover;
}

.slideNews {
  background: url("../images/bg_banner.jpg") center center no-repeat;
  min-height: 130px;
  background-size: cover;
}

.slideNews.min {
  min-height: 0;
}

.slideNews .news-item {
  padding: 10px 50px;
}

.news-ads.long .ads1 {
  min-height: 313px;
  /*background: url('../images/ads.jpg') center center no-repeat;*/
  background-size: cover;
}


@media (max-width: 306px) {
    .doctor-lounge-img img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 305px) {
    .doctor-lounge-img {
        text-align:center !important;
    }
}

@media (max-width: 340px) {
    .news-ads.long .ads1 {
        min-height : 345px !important;
    }
}
@media (min-width: 341px) and (max-width: 360px) {
    .news-ads.long .ads1 {
        min-height : 370px !important;
    }
}
@media (min-width: 361px) and (max-width: 390px) {
    .news-ads.long .ads1 {
        min-height : 400px !important;
    }
}
@media (min-width: 391px) and (max-width: 430px) {
    .news-ads.long .ads1 {
        min-height : 440px !important;
    }
}

@media (min-width: 431px) and (max-width: 460px) {
    .news-ads.long .ads1 {
        min-height : 460px !important;
    }
}

@media (min-width: 461px) and (max-width: 510px) {
    .news-ads.long .ads1 {
        min-height : 540px !important;
    }
}



@media (max-width: 300px) {
    .news-ads.long .ads1 {
        min-height : 305px !important;
    }
}


.slideNews.long {
  background: url("../images/bg_banner.jpg") center center no-repeat;
  min-height: 313px;
  background-size: cover;
}

.slideNews.long .news-item {
  padding: 30px 50px;
}

.slideNews .news-item .author {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 15px;
}

.slideNews .news-item .date {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 15px;
  margin-bottom: 5px;
}

.slideNews .news-item .title {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #ea1d27;
  line-height: 30px;
  margin: 15px auto;
}

.slideNews .news-item .title a {
  color: #ea1d27;
  text-decoration: none;
}

.slideNews .news-item .title a:active,
.slideNews .news-item .title a:focus,
.slideNews .news-item .title a:hover {
  color: #000;
  text-decoration: none;
}

.medical_img {
    width: 300px;
    
  }
  
.slideNews .news-item .detail {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 18px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .slideNews .news-item .detail {
    padding-bottom: 25px;
    
  }
  
  .mobile_view_trending_news {
    display: flex;
    flex-direction: column-reverse;
  }
  
  #sst-1.sst-has-labels .sst-btn {
      display:inline-block !important;
  }
  
  #sst-1 .sst-total {
      max-width:100% !important;
      display:list-item !important;
  }
  .news-ads.long .ads1 {
      min-height:405px;
  }
  .medical_journal {
    margin-top: 20px;
    
  }
  .medical_img {
    width: 100%;
    
  }
}

.slideNews .news-item .category {
  margin: 0 auto;
}

.slideNews .news-item .category a {
  color: #20409a;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.slideNews .news-item .category a:hover {
  color: #ea1d27;
}

.slideNews .news-item .category a::after {
  content: " / ";
  margin: auto 3px;
  line-height: 15px;
  vertical-align: middle;
}

.slideNews .news-item .category a:last-child::after {
  content: "";
  margin: auto 0;
}

.slideNews .news-item .loadpdf {
  margin: 5px auto;
  vertical-align: middle;
}

.slideNews .news-item .loadpdf .text {
  font-size: 12px;
}

.slideNews .news-item .loadpdf .pdflist {
  margin: 0 auto;
  padding: 0;
}

.slideNews .news-item .loadpdf .pdflist li {
  margin: 2px auto;
}
@media (max-width: 768px) {
  .news-ads .ads1 {
    width: 100%;
    /*min-height: 450px;*/
    height: auto;
    margin: auto;
    background-size: 100% auto;
  }
  .body-sec {
      margin: 40px auto !important;
  }
}

/* body sec */
.body-sec {
  display: block;
  margin: 40px -30px 40px 0px;
  padding: 0;
}

.body-sec.min {
  display: block;
  margin: 10px auto 40px auto;
  padding: 0;
}

/* news list */
.newslist {
  display: block;
  margin: 0 auto;
  padding: 0 0 100px;
}

.newslist .items {
  display: block;
  background: url("../images/bg_dash.png") bottom left repeat-x;
  padding: 5px 0 10px;
}

.newslist .items .head {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 10px auto 5px;
}

.newslist .items .head a {
  color: #000;
}

.newslist .items .head a:hover {
  color: #ea1d27;
}

.newslist .items .author {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  margin: 5px auto;
}

.newslist .items .detail {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.newslist .items .detail img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.newslist .items .readmore a {
  font-family: "Open Sans", "Mitr", sans-serif;
  color: #ea1d27;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  margin: 10px auto;
}

.newslist .items .readmore a:hover {
  color: #000;
}

.newslist .items.noborder {
  background: none;
}

.newslist .items .detail.setlinh {
  line-height: 22px;
}

.newslist .items .detail ul {
  display: block !important;
  list-style-type: disc !important;
  margin-left: 25px !important;
  margin-top: 25px !important;
}

.newslist .items .detail ul li {
  list-style-type: disc !important;
  margin-left: 25px !important;
}

/* whats trending */
.whatstrend {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #cccccc;
}

.whatstrend .inner {
  padding: 20px 40px;
}

.whatstrend .inner h4 {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  color: #ea1d27;
  font-weight: 700;
  margin: 0 auto 15px;
}

.whattrend-list {
  display: block;
  padding: 0;
}

.whattrend-list .items {
  background: url("../images/bg_dash.png") left bottom repeat-x;
  padding: 16px 0;
}

.whattrend-list .items .img img {
  width: 100%;
  height: auto;
}

.whattrend-list .items .title {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 5px auto 2px;
}

.whattrend-list .items .title a {
  color: #000;
}

.whattrend-list .items .title a:hover {
  color: #ea1d27;
}

.whattrend-list .items .author {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.whatstrend .inner .alltrending {
  display: block;
  margin: 15px auto 0;
}

.whatstrend .inner .alltrending a {
  color: #ea1d27;
  font-weight: 700;
}

.whatstrend .inner .alltrending a:hover {
  color: #000;
}
@media (max-width: 768px) {
  .whatstrend {
    margin-top: 15px;
  }
}

/* related news */
.relatednews {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.relatednews .inner {
  padding: 20px 0;
}

.relatednews .inner h4 {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  color: #20409a;
  font-weight: 700;
  margin: 0 auto 15px;
}

.relatednews .inner ul li {
  line-height: 20px;
  margin: 15px auto;
}

.relatednews .inner ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #ea1d27;
  text-decoration: none;
}

.relatednews .inner ul li a:hover {
  color: #000;
  text-decoration: underline !important;
}

.relatednews .inner .adsimg {
  display: block;
  margin: 20px auto;
}

.relatednews .inner .adsimg img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

/* -----------------------*/

.topfooter {
  width: 100%;
  height: 8px;
  background: url("../images/color_bottombar.png") left center repeat-x;
  padding: 0;
  margin: 10px auto 0;
}

.footer {
  width: 100%;
  background: #f7f7f7;
  padding: 40px 0;
}

.footer .hbold {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ea1d27;
  margin: 15px auto 0;
}

.footer .info {
  padding: 10px 0;
  font-family: "Open Sans", "Mitr", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.footer .inline a {
  display: inline-block;
  margin: 10px 5px;
}

.footer .cptext .copy_text {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 50px;
  text-align: center;
}

.footer .cptext a {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.footer .mk-center {
  text-align: center;
}

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

.footer ul {
  margin: 5px 0;
  padding: 0;
}

.footer ul li {
  line-height: 20px;
}

.footer ul li a {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
}

.footer ul li a:hover {
  color: #ea1d27;
  text-decoration: underline;
}

.footer ul.social li {
  padding-left: 35px;
  line-height: 30px;
}

.footer ul.social li.fa {
  background: url("../images/footer_facebook.png") 8px 4px no-repeat;
}

.footer ul.social li.yt {
  background: url("../images/footer_youtube.png") 2px 4px no-repeat;
}

.footer ul.social li.it {
  background: url("../images/footer_instra.png") 2px 4px no-repeat;
}

.footer ul.social li.li {
  background: url("../images/footer_line.png") 2px 4px no-repeat;
}

.cropinfo {
}

.cropinfo h3 {
  font-family: "Roboto Condensed", "Kanit", sans-serif;
  font-size: 24px;
  color: #135383;
  font-weight: 600;
  margin: 15px auto;
}

.cropinfo .locainfo {
  margin: 7px auto 15px;
  min-height: 50px;
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  padding-left: 60px;
  background: url("../images/footer_location_icon.png") 15px 0 no-repeat;
}

.cropinfo .phoneinfo {
  margin: 5px auto 10px;
  min-height: 35px;
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 60px;
  background: url("../images/footer_phone_icon.png") 15px 0 no-repeat;
}

.cropinfo .phoneinfo a {
  color: #135383;
}

.cropinfo .faxinfo {
  margin: 5px auto 10px;
  min-height: 35px;
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 60px;
  background: url("../images/footer_fax_icon.png") 15px 0 no-repeat;
}

.cropinfo .faxinfo a {
  color: #135383;
}

.cropinfo .mailinfo {
  margin: 5px auto 10px;
  min-height: 35px;
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-left: 60px;
  background: url("../images/footer_mail_icon.png") 15px 0 no-repeat;
}

.cropinfo .mailinfo a {
  color: #e76160;
}

.cropinfo a:hover {
  color: #feb603;
}

.footer .copyline {
  width: 100%;
  height: auto;
  padding: 5px 0;
  line-height: 35px;
  font-size: 13px;
}

.footer .copyline a {
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
}

.footer .copyline .credit {
  text-align: right;
}

.footer .social_link {
  display: inline-block;
  margin: 10px auto;
  padding: 0 5px;
}

.footer .social_link li {
  display: inline-block;
  margin: 5px;
}

.footer .line-footer {
  height: 1px;
  background: url("../images/bg_dash.png") center center repeat-x;
  margin: 15px auto;
}

.footer .listlink {
  text-align: center;
}

.footer .listlink a {
  display: inline-block;
  margin: 10px;
}

/* footer newsletter */
.footer .newsletter {
  margin: 0 auto 25px;
  background: url("../images/newsletter_icon.png") left center no-repeat;
  min-height: 60px;
  padding-left: 100px;
  padding-top: 5px;
}

.footer .newsletter .headtop {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.footer .newsletter .headtop span {
  font-weight: 600;
  color: #ea1d27;
}

.footer .newsletter .info-text {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #ea1d27;
}

/* -----------------------*/
.search_box_footer {
  display: block;
  margin: 10px auto 5px;
}

.search_box_footer .boxinputRd .form-control {
  height: 50px;
  line-height: 40px;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border: 0 solid #000000;
  padding-left: 20px;
}

.search_box_footer .boxinputRd .btn {
  height: 50px;
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 7px 25px;
  font-weight: 500;
  background: #ea1d27;
  color: #fff;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  border: 0 solid #000000;
}
@media (max-width: 991px) {
  .bc-box {
    background: none;
    padding: 0;
  }

  .bc-box:after {
    content: "";
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .links {
    padding-bottom: 10px;
  }

  .footer .copyline,
  .footer .copyline .credit {
    text-align: center;
  }
}

.highlight-text {
  background: #fbd2d4;
}

/* logo-sec */
.logo-sec {
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 15px 0 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.logo-sec.noborder {
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 15px 0 0;
  border-top: none;
  border-bottom: none;
}

.logo-sec .items {
  display: inline-block;
  width: 100px;
  height: 50px;
  max-width: 100px;
  max-height: 50px;
  margin: 10px;
}

.logo-sec .items img {
  display: inline-block;
  max-height: 100%;
}

.present-text {
  text-transform: uppercase;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  color: #999;
  margin: 0 auto;
}

.present-text-big {
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 auto 15px auto;
}

.contactus {
  display: block;
}

.contactus .h3 {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  color: #000;
  margin: 0 auto;
}

.contactus .de {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  margin: 5px auto;
}

.contact-set {
  margin: 10px auto;
}

.item-set {
  margin: 20px auto;
}

.item-set .top {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.item-set .phone {
  margin: 10px auto 0;
  padding-left: 40px;
  line-height: 30px;
  background: url("../images/icon_phone.png") 10px center no-repeat;
}

.item-set .email {
  padding-left: 40px;
  line-height: 30px;
  background: url("../images/icon_email.png") 5px center no-repeat;
}

.header-top {
  padding: 5px;
  height: auto;
  background: #191919;
}

.select-category {
  width: 100%;
  padding: 5px 10px;
  background: #191919;
  color: rgba(255, 255, 255, 0.8);
  border: none;
}

.select-category > .sloption::hover {
  background: #ea1d27;
}

.select-category > .sloption,
.select-category > .sloption:selected {
  color: rgba(255, 255, 255, 0.6) !important;
  background: #ea1d27;
}

/* pagnition */
.pagination {
  border-color: #ea1d27;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination.min a {
  color: black;
  float: left;
  padding: 4px 6px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #ea1d27;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ea1d27;
  color: #fff;
}

.docitem-list {
  margin: 50px auto 70px;
}

.docitem-list .item {
  padding: 25px 0;
}

.docitem-list .item:nth-child(odd) {
  background: url("../images/bottom_dash.png") bottom left repeat-x,
    url("../images/right_dash.png") right top repeat-y;
}
.docitem-list .item:nth-child(even) {
  background: url("../images/bottom_dash.png") bottom left repeat-x;
}

.docitem-list .item img:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.docitem-list .item img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.docitem-list .item .link {
  font-weight: normal;
}

.docitem-list.x3 .item {
  padding: 15px;
  background: url("../images/bottom_dash.png") bottom left repeat-x,
    url("../images/right_dash.png") right top repeat-y;
}

.docitem-list.x3 .item:nth-child(3n + 0) {
  background: url("../images/bottom_dash.png") bottom left repeat-x, none;
}

.docitem-list.x3 .item .detail {
  margin: 10px auto;
}

.docitem-list.x3 .item a {
  color: #000;
  font-weight: 600;
}

.docitem-list.x3 .item a:hover {
  color: #ea1d27;
}

.docitem-list.minlh .item .title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .docitem-list .item {
    background: url("../images/bottom_dash.png") bottom left repeat-x;
  }
  .docitem-list .item:nth-child(odd) {
    background: url("../images/bottom_dash.png") bottom left repeat-x;
  }
  .docitem-list .item:nth-child(even) {
    background: url("../images/bottom_dash.png") bottom left repeat-x;
  }
}

.docitem-list .item .date {
  font-size: 12px;
  color: #666;
}

.docitem-list .item .title {
  font-size: 20px;
  color: #000;
  line-height: 25px;
}

.docitem-list .item .name {
  font-size: 14px;
  color: #ea1d27;
  font-weight: 600;
  line-height: 25px;
  margin: 5px auto;
}

.docitem-list .item .subde {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}

.search-bar {
  background: #bababa;
  text-align: center;
  padding: 5px;
}

.right-interview {
  margin: 0 auto 50px auto;
}
.right-interview .show-name {
  margin: 10px auto 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.other-inter {
  margin: 35px auto;
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}
.other-inter .top {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ea1d27;
  line-height: 20px;
  text-transform: uppercase;
}
.other-inter .item {
  margin-top: 25px;
  padding-bottom: 10px;
  background: url("../images/bottom_dash.png") bottom left repeat-x;
}
.other-inter .item:last-child {
  background: none;
}
.other-inter .headling {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 18px;
  margin: 10px auto 5px auto;
}
.other-inter .name {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 15px;
}
.other-inter .specialist {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 15px;
}

.hospital-list {
  margin: 35px auto;
}
.hospital-list .item {
  background: url("../images/bottom_dash.png") bottom left repeat-x,
    url("../images/right_dash.png") right top repeat-y;
  padding: 5px 15px;
}
.hospital-list .item.noborder {
  background: none;
}
.hospital-list .item:nth-child(4n + 0) {
  background: url("../images/bottom_dash.png") bottom left repeat-x, none;
}
.hospital-list .item .image {
  display: block;
  margin: 10px auto;
}
.hospital-list .item .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}
.hospital-list .item .name a {
  color: #000;
}
.hospital-list .item .name a:hover {
  color: #ea1d27;
}
.hospital-list .item ul {
  padding: 10px 15px;
}
.hospital-list .item ul li {
  padding-left: 30px;
  line-height: 25px;
}
.hospital-list .item ul li.loca {
  background: url("../images/loca_icon.png") 5px 4px no-repeat;
}
.hospital-list .item ul li.phone {
  background: url("../images/phone_icon.png") 5px 4px no-repeat;
}
.hospital-list .item ul li.mail {
  background: url("../images/mail_icon.png") 5px 4px no-repeat;
}
.hospital-list .item ul li.web {
  background: url("../images/home_icon.png") 5px 4px no-repeat;
}
.hospital-list .item ul li.hospi {
  background: url("../images/hospi_icon.png") 5px 4px no-repeat;
}

.hospital-list .item ul li.bed {
  background: url("../images/hospital-bed.png") 5px 4px no-repeat;
}

.hospital-list .item ul li.ins {
  background: url("../images/medical-insurance.png") 5px 4px no-repeat;
}

.hospital-list .item ul li.remark {
  background: url("../images/add-comment-button.png") 5px 4px no-repeat;
}

.hospital-list * {
  word-wrap: break-word;
}
.hospital-list.doctor .item .name {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 5px auto;
  padding-left: 0;
  padding-right: 0;
}
.hospital-list.doctor .item ul {
  padding: 10px 0;
}
.hospital-list.doctor .item ul li {
  line-height: 20px;
}

.doctor-listitem.top .doctor_name {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 24px;
}

.doctor-listitem.top .titles {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hospital-list .item:nth-child(2n + 0) {
    background: url("../images/bottom_dash.png") bottom left repeat-x, none;
  }
  .hospital-list.doctor .item {
    background: url("../images/bottom_dash.png") bottom left repeat-x, none;
  }
}

.month-select {
  display: block;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 20px;
}

.month-select .item {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #d2d2d2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px auto;
}

.month-select .item:hover,
.month-select .item.active {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background: #ea1d27;
}

.month-select .item a {
  display: block;
}

.months-select {
  display: block;
  margin: 5px auto;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.months-select .item {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 3px 5px;
  margin: 5px 5px;
  color: #666;
}

.months-select .item a {
  display: block;
  color: #666;
}

.months-select .item:hover a,
.months-select .item.active a {
  color: #fff;
}

.months-select .item:hover,
.months-select .item.active {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  color: #fff;
  background: #ea1d27;
}

.topic_list {
  margin: 15px auto 50px auto;
}
.topic_list .items {
  margin: 5px auto;
  padding: 7px 5px;
  background: url("../images/bottom_dash.png") bottom left repeat-x;
}
.topic_list .items .item-group {
  float: left;
  width: 93%;
}
.topic_list .items .icon-show {
  float: left;
  width: 7%;
  text-align: center;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 6px;
}
.topic_list .items .icon-show .fa {
  font-family: "FontAwesome";
  font-size: 30px;
  content: "\f0e5";
  color: #ea1d27;
  vertical-align: middle;
  text-align: center;
}
.topic_list .items .head {
  width: auto;
  font-size: 14px;
  font-weight: bold;
}
.topic_list .items .head a {
  color: #000;
}
.topic_list .items .head a:hover {
  color: #ea1d27;
}
.topic_list .items .detail {
  font-size: 13px;
}

.vline {
  vertical-align: middle;
  line-height: 25px;
}

@media (max-width: 768px) {
  .topic_list .items .item-group {
    width: 85%;
  }
  .topic_list .items .icon-show {
    width: 15%;
  }
  .topic_list .items .icon-show .fa {
    font-size: 24px;
  }
  .vline {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.btn-thaimed-none {
  border: none;
  background: #333;
  color: #fff;
  text-align: center;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-thaimed {
  border: none;
  background: #ea1d27;
  color: #fff;
  text-align: center;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-thaimed:hover,
.btn-thaimed:focus,
.btn-thaimed:active,
.btn-thaimed-none:hover,
.btn-thaimed-none:focus,
.btn-thaimed-none:active {
  color: #fff;
  outline: none;
  background: #ea1d27;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.btn-success {
  background: #8dc73f;
  color: #fff;
  text-align: center;
  outline: none;
}

.colorgraph {
  height: 5px;
  border-top: 0;
  border-radius: 5px;
  background: #999;
  /*
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
*/
}
.form-lre h3,
.form-lre h2 {
  margin: 5px auto;
}

.list-comment {
  margin: 15px auto;
}
.list-comment .items {
  margin: 5px auto;
  padding: 6px 5px;
  background: url("../images/bottom_dash.png") bottom left repeat-x;
}

.list-comment .items .det {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
}

.list-comment .items .det img {
  max-width: 100%;
}

.list-comment .items .info {
  font-size: 13px;
  padding: 10px 0;
}

.btn-round {
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.table-thmed > thead {
  background: #ea1d27;
  color: #fff;
}
.table-thmed > thead > th {
  font-weight: 600 !important;
}
.table-thmed > tbody > tr > td {
  font-size: 14px;
}
.total_rec {
  line-height: 30px;
  font-size: 14px;
}
.panel-group .panel-red {
  background: #ea1d27 !important;
  color: #fff !important;
  font-weight: 600;
  border: 1px solid red !important;
}
.panel-group .panel-red a,
.panel-group .panel-red a:hover {
  color: #fff;
}

.atozlist {
  margin: 50px auto;
  padding-left: 35px;
  padding-right: 35px;
}

.atozlist ul {
  padding: 5px 5px 5px 20px;
  list-style-type: disc;
}
.atozlist ul li {
  list-style-type: disc;
  line-height: 20px;
  padding: 0;
}
.atozlist ul li a {
  color: #333;
}
.atozlist ul li a:hover {
  color: #ea1d27;
}

.atozlist ul li > ul {
  display: none;
  margin: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
}
.atozlist ul li > ul li {
  list-style-type: none;
  /*
  background: url('../images/color_bullet_arrow.gif') left center no-repeat;
  */
  padding-left: 15px;
}

.atozlist.drugs ul li {
  list-style-type: none;
  margin: 0;
  padding: 1px;
}
.atozlist.drugs ul li .inner {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px;
}
.atozlist.drugs ul li:nth-child(odd) .inner {
  background: #efefef;
}
.atozlist.drugs ul li:nth-child(even) .inner {
  background: #f7f7f7;
}

.devices_list {
  margin: 50px auto;
}
.devices_list .item {
}
.devices_list .item .inner {
  border: 1px solid #ccc;
}
.devices_list .item .inner .img {
  padding-left: 0;
  padding-right: 0;
}
.devices_list .item .inner .det {
  background: #ececec;
  padding: 15px;
}
.request-quote {
  background: #ea1d27;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 1px 2px 5px rgba(192, 74, 74, 0.7);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.request-quote .small {
  font-size: 10px;
  line-height: 12px;
  padding: 5px 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.request-quote:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #ea1d27;
  border-color: #ea1d27;
}

.request-quote:hover .small {
  color: #ea1d27;
}

.doctor-search {
  margin: 0 auto;
  padding: 0;
}

.doctor-search h3 {
  line-height: 35px;
}

.result-box {
  background: #ea1d27;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}

.doctor-listitem {
  margin: 10px auto;
  padding: 15px 0;
  border: 1px solid #d7d7d7;
}

.doctor-listitem .doctor_name {
  font-size: 20px;
  color: #000;
}

.doctor-listitem .doctor_name a {
  color: #000;
}

.doctor-listitem .doctor_name a:hover {
  color: #ea1d27;
}

.doctor-listitem .titles {
  color: #ea1d27;
  font-weight: bold;
  font-size: 14px;
}
.doctor-listitem .values {
  color: #000;
  font-weight: normal;
  padding-left: 6px;
  padding-right: 6px;
}
.doctor-listitem p {
  line-height: 1.5;
}
.doctor-listitem hr {
  margin: 12px auto;
}

.trend_menu {
  display: block;
  margin: 10px auto;
}
.trend_menu .t-menu-item {
  clear: both;
  padding-left: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 60px;
}
.trend_menu .t-menu-item a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 80px;
}
.trend_menu .t-menu-item a:hover {
  color: #ea1d27;
}
.trend_menu .t-menu-item.st1 {
  background: url("../images/bg_dash.png") bottom left repeat-x,
    url("../images/hicon_1.png") left center no-repeat;
}
.trend_menu .t-menu-item.st2 {
  background: url("../images/bg_dash.png") bottom left repeat-x,
    url("../images/hicon_2.png") left center no-repeat;
}
.trend_menu .t-menu-item.st3 {
  background: url("../images/bg_dash.png") bottom left repeat-x,
    url("../images/hicon_3.png") left center no-repeat;
}
.trend_menu .t-menu-item.st4 {
  background: url("../images/bg_dash.png") bottom left repeat-x,
    url("../images/hicon_4.png") left center no-repeat;
}
.trend_menu .t-menu-item.st5 {
  background: url("../images/bg_dash.png") bottom left repeat-x,
    url("../images/hicon_5.png") left center no-repeat;
}
.trend_menu .t-menu-item.st6 {
  background: url("../images/bg_dash.png") bottom left repeat-x,
    url("../images/hicon_6.png") left center no-repeat;
}
.trend_menu .t-menu-item.st7 {
  background: url("../images/bg_dash.png") bottom left repeat-x,
    url("../images/hicon_7.png") left center no-repeat;
}

#hellobar-bar {
  width: 100%;
  margin: 0;
  height: 40px;
  display: table;
  font-size: 18px;
  font-weight: 400;
  padding: 0.33em 0.5em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background-color: #ea1d27;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
}
#hellobar-bar.regular {
  height: 40px;
  font-size: 14px;
  padding: 0.2em 0.5em;
}
.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.hb-text-wrapper {
  margin-right: 0.67em;
  display: inline-block;
  line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
#hellobar-bar .hb-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #ffffff;
  background-color: #22af73;
  border-color: #22af73;
}
.hb-cta-button {
  opacity: 1;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 3px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}
.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}
.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}
.hb-close-wrapper .icon-close {
  font-size: 14px;
  top: 12px;
  right: 25px;
  width: 15px;
  height: 15px;
  opacity: 0.3;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}

.no-shape {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.events-show {
  margin: 15px auto;
}
.events-show .e-item {
  margin: 10px auto;
  padding: 15px 0px;
  border: 1px solid #c3c3c3;
}
.events-show .e-item h3 {
  font-size: 28px;
}
.events-show .e-item .link_hotel {
  margin: 10px auto;
  display: inline-block;
}
.events-show .e-item .link_hotel a {
  margin-right: 3px;
}
.events-show .e-item .link_hotel .btn-events {
  background: #fff;
  color: #ed1d1d;
  border: 1px solid #ed1d1d;
}
.events-show .e-item .link_hotel .btn-events:hover {
  background: #ed1d1d;
  color: #fff;
  border: 1px solid #ed1d1d;
}
.events-show .e-item .link_socials {
  display: inline-block;
  margin: 10px auto;
}

.events-show .e-item .link_socials a {
  display: inline-block;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  background: #999;
  color: #fff;
  margin-right: 3px;
}
.events-show .e-item .link_socials a:hover {
  background: #ed1d1d;
  color: #fff;
}

/* new forum sys */
.no-margin-top {
  margin-top: 0 !important;
}
.forum-root {
  display: block;
}
.forum-block {
  margin: 10px auto;
  margin-bottom: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.forum-block.min {
  margin-bottom: 0;
}
.no-topic-data {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  padding: 20px;
  font-style: italic;
}
.forum-title {
  background: #ed1d1d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
.forum-t-det {
  padding: 0 15px;
}
.frm-icon {
  margin: 5px auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #e7e7e7;
  color: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
}
.frm-icon i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.forum-t-det .frm-top {
  font-size: 18px;
}
.forum-t-det .frm-top a,
.forum-t-det .frm-last-topic a {
  color: #ed1d1d;
}
.forum-t-det .frm-top a:hover,
.forum-t-det .frm-last-topic a:hover {
  text-decoration: underline !important;
}
.forum-t-det .frm-dep {
  font-size: 14px;
}
.forum-t-det .frm-post-no {
  margin: 10px auto 0 auto;
  color: #ed1d1d;
  font-size: 18px;
}
.forum-t-det .frm-post-txt {
  margin-top: 0;
  margin-bottom: 10px;
}
.forum-t-det .frm-post-by {
  font-size: 13px;
}
.forum-t-det .frm-post-pass {
  font-size: 12px;
  color: rgba(0, 0, 0, 0, 2);
}
.forum-t-det .row-item {
  padding: 15px;
}
.forum-t-det .row-item.min {
  padding: 12px 10px;
}
.forum-t-det .row-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.forum-t-det .topic-top a {
  color: #ed1d1d;
  font-size: 14px;
}
.forum-t-det .topic-top a:hover {
  color: #ed1d1d;
  text-decoration: underline !important;
}
.forum-t-det .topic-post-data {
  font-size: 13px;
}
.forum-t-det .topic-post-data span {
  color: #ed1d1d;
}
.forum-t-det .topic-dep {
  font-size: 13px;
  color: #666;
}
.forum-t-det .topic-dep span {
  color: #000;
}
.forum-body {
  margin-bottom: 25px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.forum-body .body-right {
  padding: 10px 15px 15px 15px;
}
.forum-body .body-right .top_line {
  line-height: 30px;
  color: #ea1d27;
}
.forum-body .body-right .detail {
  font-size: 14px;
  line-height: 24px;
  margin: 10px auto;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}
.forum-body .body-right .detail a {
  color: #ea1d27 !important;
}
.forum-body .body-right .detail a:hover {
  text-decoration: underline !important;
}
.forum-body .body-right .detail img {
  max-width: 100%;
  height: auto;
}
.forum-body .profile {
  text-align: center;
  padding: 15px;
  padding-bottom: 30px;
}
.forum-body .profile h4 {
  font-size: 18px;
  font-weight: bold;
}
.forum-body .profile .avatar-img img {
  max-width: 80px;
}
.forum-body .profile .classme {
  font-size: 14px;
}
.forum-body .badge {
  border-radius: 10px;
  padding: 4px 10px;
}
.forum-body .badge-danger {
  background: #ea1d27;
  color: #fff;
}
.img-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.tag.label-info {
  color: #fff;
  background: #ea1d27;
}

.crownd-form .top_title {
  font-size: 2.6em;
  font-weight: 600;
}

.crownd-form .sub_title {
  font-size: 1.2em;
  line-height: 24px;
  margin-bottom: 40px;
}

.crownd-form .row {
  margin-bottom: 40px;
}

.crownd-form .form-group {
  margin: 10px auto;
}

.crownd-form label {
  font-size: 18px;
  line-height: 25px;
  margin: 0 auto;
}

.crownd-form input.form-control,
.crownd-form textarea.form-control {
  padding: 20px 10px !important;
  font-size: 16px;
  z-index: 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.crownd-form .btn-circle {
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}

.crownd-form select.form-control,
.crownd-form select {
  height: 42px !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.crownd-form .input-group-addon {
  background: #ea1d27;
  color: #fff;
  border-color: #ea1d27;
}

.crownd-form .sub_text {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  margin-bottom: 10px;
}

.crownd-form .help-block {
  line-height: 30px;
  font-size: 14px;
  color: #999;
}

.crownd-form .has-error .form-control {
  border-color: #ea1d27;
}
.green {
  color: #32cd32;
}

.orange {
  color: #ffcc00;
}

.crowd-category {
  margin: auto;
  padding: 0;
}
.crowd-category li {
  line-height: 25px;
  padding: 5px 4px;
  border-bottom: 1px dotted #e8e8e8;
}
.crowd-category li a {
  display: block;
  padding: 4px 13px 4px 8px;
  color: #444;
}
.crowd-category li .fa {
  margin-right: 3px;
}

.crowd-category li.active {
  color: #fff;
}
.crowd-category li.active a {
  display: inline;
  background: #ea1d27;
  color: #fff;
  padding: 4px 8px 4px 8px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.crowd-category li a:hover {
  padding-left: 11px;
  transition: all 0.2s ease-in-out;
  color: #ea1d27;
}
.crowd-category li.active a:hover {
  color: #fff;
}

.funding_list {
  margin: 20px auto;
}
.funding_list .fund-item {
  border: 1px solid #d7d7d7;
  margin-bottom: 40px;
  transition: all 0.1s ease-out;
}
.funding_list .fund-item:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transition: all 0.1s ease-in;
}
.funding_list .fund-item .det-box {
  padding: 10px 20px;
}
.funding_list .fund-item .det-box .funding-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #d7d7d7;
  color: #ea1d27;
}
.funding_list .fund-item .det-box .title-box {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 8px 0;
}
.funding_list .fund-item .det-box .tagline {
  color: #222;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  padding: 0px 0;
}

.funding_list .fund-item .det-box .category {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 0;
}

.funding_list .fund-item .det-box .dateleft {
  margin: 10px auto 0 auto;
  color: #222;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  padding: 0px 0;
}

.showprice {
  color: #333;
}
.showprice .price {
  font-size: 16px;
  font-weight: 600;
}
.showprice small {
  color: #999;
  font-weight: 400;
  vertical-align: baseline;
}
.progress {
  margin: 5px auto;
  background: rgba(245, 245, 245, 1);
  border: 0px solid #ea1d27;
  border-radius: 25px;
  height: 10px;
}
.thaimed-progress {
  background: #ea1d27;
}

.crowd-detail {
  padding: 50px 0;
}

.crowd-detail .funding_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  border-bottom: 1px solid #d7d7d7;
  color: #ea1d27;
}
.crowd-detail .campaign_text {
  padding: 15px 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #222;
}

.crowd-detail .campaign_tag {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222;
}

.crowd-detail .campaign_by {
  margin: 30px auto;
}

.crowd-detail .campaign_by .owner {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666;
}
.crowd-detail .campaign_by .name {
  margin-top: 7px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.crowd-detail .campaign_by .email {
  line-height: 20px;
  padding: 0;
  margin: 0 auto;
}
.crowd-detail .campaign_by .email a {
  font-size: 14px;
  font-weight: 400;
}

.crowd-detail .showprice {
  color: #333;
}
.crowd-detail .showprice .price {
  font-size: 18px;
  font-weight: 600;
}
.crowd-detail .showprice small {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  vertical-align: baseline;
}
.crowd-detail .progress {
  margin: 5px auto;
  background: rgba(245, 245, 245, 1);
  border: 0px solid #ea1d27;
  border-radius: 25px;
  height: 15px;
}
.crowd-detail .thaimed-progress {
  background: #ea1d27;
}

.crowd-detail .btnbox {
  margin: 40px auto 10px auto;
}
.btn-circle {
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
}
.tabbable-custom {
  margin-bottom: 15px;
  padding: 0px;
  overflow: hidden;
}
.tabbable-custom > .nav-tabs {
  border: none;
  margin: 0px;
  border-bottom: 1px solid #c9c9c9;
}
.tabbable-custom > .nav-tabs > li {
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  outline: none;
}
.tabbable-custom > .nav-tabs > li > a {
  font-size: 18px;
  outline: none;
  border: none;
  color: #444;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tabbable-custom > .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}
.tabbable-custom > .nav-tabs > li.active {
  margin-top: 0;
  position: relative;
  border-bottom: 5px solid #ea1d27;
}
.tabbable-custom > .nav-tabs > li.active > a {
  font-size: 18px;
  border-top: none !important;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
.tabbable-custom > .nav-tabs > li.active > a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
.tabbable-custom > .tab-content {
  padding: 30px 15px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.medtips-law {
  font-size: 18px;
  font-weight: bold;
}
.medtips-law a {
  color: #000;
}
.medtips-law a:hover {
  color: #ea1d27;
}

.showtoken {
  margin: 0 auto;
  margin-bottom: 20px;
}

.showtoken h3 {
  margin: 0 auto;
}

.list-token {
  margin: 5px auto;
}
.list-token .item-set {
  padding: 10px;
}

.list-token .item-set .imgs {
  border: 1px solid #d7d7d7;
  max-width: 100px;
  margin: auto;
}

.list-token .item-set .imgs:hover {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #ea1d27;
  cursor: pointer;
}

.list-token .item-set .name {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding: 10px 5px;
}

.box-select-token {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .box-select-token {
    padding: 15px;
  }
}

.box-select-token h3 {
  margin: 0 auto;
  font-size: 24px;
  line-height: 30px;
}

.box-select-token h4 {
  margin: 10px auto;
  font-size: 14px;
  line-height: 20px;
}

.list-token-sl {
  margin: 0 auto;
}
.list-token-sl .item-set {
  margin: 5px auto;
  padding: 10px 5px;
  border: 3px solid #b2b2b2;
}

.list-token-sl .item-set .imgs {
  border: 0px solid #d7d7d7;
  max-width: 80px;
  margin: auto;
}

.list-token-sl .item-set:hover,
.list-token-sl .item-set.active {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #ea1d27;
  cursor: pointer;
}

.list-token-sl .item-set .name {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
}

.app_list {
  margin: 0 auto;
}

.app_list .item {
  padding: 12px;
  text-align: center;
}

.app_list .item .img {
  margin: auto;
}

.app_list .item .name {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}

.app_list .item a {
  font-weight: bold;
}

/* date picker */
.datepicker {
  border-radius: 0;
  padding: 5px 10px;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover,
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-image: none;
  background-color: #ea1d27 !important;
  color: #fff !important;
}


.datepicker table tr td.today:hover:hover {
  border: none;
  color: #fff !important;
}

.no-resizer {
  resize: none !important;
}

.person_listing a:hover {
  color: #ea1d27;
}

.person_listing {
  margin: 20px auto;
}

.person_listing .voing_item {
  margin: 10px auto;
}

.person_listing .voing_item .vote_no {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -10px;
  right: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  z-index: 99;
  background: #ffffff;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border: 2px solid #ea1d27;
}

.person_listing .voing_item .image {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  background: #000;
}

.person_listing .voing_item .image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.person_listing .voing_item .name {
  padding-top: 15px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ea1d27;
}

.person_listing .voing_item .cate {
  padding-top: 5px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.person_listing .voing_item .point {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.submittedby {
  line-height: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #444;
}

.btn-aristo a {
  font-family: "Open Sans", "Mitr", sans-serif;
  display: block;
  background-color: rgba(57,12,62,1);
  height: 100%;
  color: #fff;
  line-height: 24px;
  padding: 20px 15px;
  margin: 10px;
  text-align: center;
  font-weight: 600;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.btn-aristo a span {
  font-family: "Open Sans", "Mitr", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: yellow;
}

.btn-aristo a:hover {
  background-color: rgba(57,12,62,0.90);
}

.covid-top {
    text-align: center;
    width: 100%;
    position: relative;
    background-color: #110080;
    margin: 20px auto;
    padding: 12px;
    font-size: 25px;
}

.covid-top:before {
    content: "";
    position: absolute;
    left: 20%;
    top: -4px;
    height: 0px;
    width: 80%;
    border-top: 4px solid #ea1d27;
}

.covid-top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 80%;
    border-bottom: 4px solid #ea1d27;
}
.covid-top a{
    color:#ffffff !important;
}
.mostreaddes .img {
    /*display:block;
    margin:auto;*/
    width:80%;
}
.like_article,.view_article {
    cursor:pointer;
}