@charset "utf-8";

/* CSS Document */


/*body {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}*/
body 

.h-title {
    overflow: hidden;
    text-align: center;
}

.h-title span {
    position: relative;
    font-size: 22px;
}

.h-title span:before,
.h-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.0em;
    height: .1em;
    /* border-top: 1px solid crimson;
  border-bottom: 1px solid crimson;*/
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 200em;
}

.h-title span:before {
    right: 100%;
    margin-right: .5em;
}

.h-title span:after {
    left: 100%;
    margin-left: .5em;
}

.headline1 {
    font-family: 'thaisans_neuebold', sans-serif;
    border-bottom: 1px dashed #aaa;
    border-left: 7px solid #aaa;
    border-left: 7px solid rgba(0, 0, 0, .2);
    margin: 0 -15px 15px -22px;
    padding: 5px 15px;
}

.headline2 {
    border-bottom: 1px solid #aaa;
    margin: 15px 0;
    padding: 5px 0;
    position: relative;
}

.headline2:before,
.headline2:after {
    content: '';
    border-right: 20px solid #fff;
    border-top: 15px solid #aaa;
    bottom: -15px;
    position: absolute;
    left: 25px;
}

.headline2:after {
    border-top-color: #fff;
    border-right-color: transparent;
    bottom: -13px;
    left: 26px;
}

.headline3 {
    position: relative;
    margin-left: -22px;
    /* 15px padding + 7px border ribbon shadow*/
    margin-right: -22px;
    padding: 15px;
    background: #e5e5e5;
    background: linear-gradient(#f5f5f5, #e5e5e5);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .8) inset;
    text-shadow: 0 1px 0 #fff;
}

.headline3:before,
.headline3:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
    border-top: 6px solid #555;
    border-left: 6px solid transparent;
}

.headline3:before {
    border-top: 6px solid #555;
    border-right: 6px solid transparent;
    border-left: none;
    left: auto;
    right: 0;
    bottom: -6px;
}

.headline4 {
    position: relative;
    border-color: #eee;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    background: #fff;
    margin: 0 0 15px -15px;
    padding: 5px 15px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.headline4:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    right: 15px;
    width: 70%;
    height: 10px;
    background: rgba(0, 0, 0, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
    transform: rotate(2deg);
}

.footer {
    color: #FFF;
    margin-top: 22px;
}

.footer .list li a{
    padding: 5px;
    color: #fff;
    margin: 0;
    font-size: 1.0em;
}
.footer .list li a:hover{
    color: #293C87;
    background: #fff;
    text-align: left;
    text-decoration: none;
}
.nav .navbar-nav {
    display: flex;
    float: none;
    justify-content: center;
}

.nav .navbar-collapse {
    text-align: center;
}
/* css for the shiny buttons */

.btn-bn {
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
    max-width: 230px;
    width: 100%;
    text-decoration: none;
}

.social {
    color: #fff;
    margin: 0;
    padding: 5px 10px;
}

.fb:hover {
    color: #43609C;
}

.tw:hover {
    color: #00BFFE;
    margin: 0;
    padding: 5px 10px;
}

.gg:hover {
    color: #D8432E;
    margin: 0;
    padding: 5px 10px;
}

.fr:hover {
    color: #FF0084;
    margin: 0;
    padding: 5px 10px;
}

.yt:hover {
    color: #F00;
    margin: 0;
    padding: 5px 10px;
}

.wp:hover {
    color: #245B88;
    margin: 0;
    padding: 5px 10px;
}

.social-ft {
    color: #fff;
    margin: 0;
    padding: 5px 8px;
}

.fb-ft:hover {
    color: #43609C;
    margin: 0;
    padding: 5px 8px;
}

.tw-ft:hover {
    color: #00BFFE;
    margin: 0;
    padding: 5px 8px;
}

.gg-ft:hover {
    color: #D8432E;
    margin: 0;
    padding: 5px 8px;
}

.fr-ft:hover {
    color: #FF0084;
    margin: 0;
    padding: 5px 8px;
}

.yt-ft:hover {
    color: #F00;
    margin: 0;
    padding: 5px 8px;
}

.wp-ft:hover {
    color: #245B88;
    margin: 0;
    padding: 5px 8px;
}

.brown {
    color: #434136;
    /*border: 2px #434136 solid;*/
    background: #D5D0C0;
}

.brown:hover {
    background-color: #434136;
    color: #fff;
    text-decoration: none;
}

.buttons {
    padding-top: 30px;
    /* text-align: center;*/
}

.bn-width {
    max-width: 350px;
    width: 100%;
    /* text-align: center;*/
}

.btn-bn-news {
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
    padding: 12px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.blue {
    color: #263988;
    border: 2px #263988 solid;
    background: #fff;
}

.blue:hover {
    background-color: #263988;
    color: #fff;
    text-decoration: none;
}

.white {
    color: #ffffff;
    font-size: 20px;
}

#top-link-block.affix-top {
    position: absolute;
    /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed;
    /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
}

.dept ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.dept li {
    list-style-type: circle;
}

.dept a:link,
.dept a:visited {
    display: block;
    width: 100%;
    color: #000000;
    background-color: #FFF;
    padding: 4px;
    text-decoration: none;
}

.dept a:hover,
.dept a:active {
    background: #337AB7;
    color: #fff;
}

.dept-bkk a:link,
.dept-bkk a:visited {
    display: block;
    width: 100%;
    color: #000000;
    background-color: #FFF;
    padding: 4px;
    text-decoration: none;
}

.dept-bkk a:hover,
.dept-bkk a:active {
    background: #000;
    color: #fff;
}


/*adminboard pic*/

.staffpic {
    width: 160px;
    height: 205px;
    background: url(images/bg1.gif) no-repeat;
    padding-top: 10px;
}

.headadmin {
    padding: 10px;
    font-weight: bold;
}

.staffpicsm {
    width: 136px;
    height: 174px;
    background: url(images/bg.gif) no-repeat;
    padding-top: 8px;
}


/*dropdown by Jay*/

.dropdown-menu {
    opacity: 1;
}

.dropdown-submenu {
    left: 100%;
    top: 100px;
}


/*news font color*/

.news-month {
    color: #CC3300;
}

.news-head {
    color: #090;
}


.responsive-table th, .responsive-table td {
    padding: 5px;
    border: solid 1px #ccc;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #253988;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    /*border: 1px solid #ccc;*/
  }
  .search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent; 
    box-shadow: none;
    display:block;
  }
  .search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
  }
  .search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
  }
  .search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
  }
  .search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
  }
  .search-form .form-group:hover,
  .search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
  }
  .search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
  }
  
/*Table*/

@media screen and (max-width:479px) {
    .flip-scroll {
        display: block;
        width: 100%;
    }
    .flip-scroll thead {
        display: block;
        float: left;
    }
    .flip-scroll thead th,
    .flip-scroll tbody td {
        line-height: 20px;
        text-align: center;
        padding: 10px;
    }
    .flip-scroll thead th {
        display: block;
    }
    .flip-scroll tbody {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .flip-scroll tbody tr {
        display: inline-block;
    }
    .flip-scroll tbody td {
        display: block;
    }
    .footer {
        text-align: center;
    }
}


/*Output*/

.output {
    counter-reset: step-counter;
}

.output .row {
    list-style-type: none;
    padding: 0;
}

.output li {
    line-height: 1.75em;
}

.output li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(223, 240, 216);
    color: #000;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

.output a {
    padding: 0 30px 0 10px;
}

#research {
  width: 100%;
  height: 30vh;
  position: relative;
    background: url(research/images/research_intro.jpg) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
    #research {
        background-attachment: fixed;
    }
}

.res_intro {
    background: rgba(0, 0, 0, 0.4);
  background-blend-mode: lighten;
  position: absolute;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
    padding: 0 15px;
}

.res_intro  h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}

.res_intro  h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
}
.bluehead {
  color: #0c2e8a;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 5px solid #607C01;
  margin-bottom: 35px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
    #research {
        height: 65vh;
    }
    .res_intro  h2 {
        font-size: 24px;
    }
    .res_intro  h3 {
        font-size: 16px;
    }
    #expertise .profile-image {
        margin: 0 auto;
        max-width: 200px;
    }
    #expertise .name {
        text-align: center;
    }
    .white {
        color: #ffffff;
        font-size: 20px;
    }
}

/* Expertise */

#expertise .profile-image {
    /*margin-right: 20px;*/
    width: 100% !important;
    height: 100% !important;
    /*    position: absolute;*/
}

#expertise h3 {
    font-family: 'Open Sans', sans-serif;
    border-bottom: 5px solid #99D9EA;
    font-size: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#expertise h1 {
    font-size: 1.5em;
    line-height: 1.5em;
}

#expertise p {
    font-size: 1em;
}

#expertise ul {
    list-style: none;
    padding-left: 10px;
    line-height: 25px;
}
#expertise .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#expertise .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#expertise .box .icon {
  float: left;
}

#expertise .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin: 34px;
}
#expertise .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#expertise .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.expert ul li {
    list-style: circle;
    margin: 0 15px;
}

.education ul li i {
    line-height: 25px;
    margin-right: 15px;
}

.contact-info ul li i {
    background: #99D9EA none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    text-align: center;
    width: 25px;
}


#admin {
    width: 100%;
    height: 35vh;
    position: relative;
    background: url(/images/admin/intro-background2.jpg) top center; /**/
    background-size: cover;
    
  }
  @media (min-width: 1024px) {
      #admin {
          background-attachment: fixed;
      }
  }
  
  .admin_intro {
    font-family: 'thaisans_neuebold', sans-serif;
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(0,0,0,0.5));
    /* background: rgba(255, 255, 255, 0.5); */
    background-blend-mode: darken;
    position: absolute;
    bottom: 0;
    /* top: 0; */
    /* left: 0; */
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
      padding: 0 15px;
  }
  
  .admin_intro  h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
  }
  
  .admin_intro  h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
  }
  
#intro {
    width: 100%;
    height: 40vh;
    position: relative;
    background: url(expertise/images/intro-background.jpg) top center;
    background-size: cover;
  }
  
  @media (min-width: 1024px) {
      #intro {
          background-attachment: fixed;
      }
  }
  
  .intro-content {
      background: rgba(0, 0, 0, 0.4);
    background-blend-mode: lighten;
    position: absolute;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
      padding: 0 15px;
  }
  
  .intro-content  h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 700;
  }
  
  .intro-content  h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 500;
  }
  
.highchart {
    height: 500px;
}
  @media (max-width: 767px) {
      #intro {
          height: 55vh;
      }
      .intro-content  h2 {
      font-size: 22px;
      margin-bottom: 5px;
    }
    .intro-content  h3 {
      font-size: 14px;
      margin-bottom: 5px;
    }
      #admin {
          height: 55vh;
      }
      .admin_intro  h2 {
      font-size: 22px;
      margin-bottom: 5px;
    }
    .admin_intro  h3 {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .highchart {
        height: 350px;
    }
  }
@media screen and (max-width:992px) {}

div.elsevier-rss-portlet h4 {
    display: none;
}

div.elsevier-rss-portlet ul {
    text-align: left;
}

.elsevier-rss-portlet ul li {
    margin: 0 0 1em !important;
}

@media print {
    a[href]:after {
        content: none
    }
}

	.font-dec, .font-reset, .font-inc {
    line-height: 10px;
    color: rgb(240, 240, 240);
    padding: 3px;
}
	.font-dec:hover, .font-reset:hover, .font-inc:hover {
		color: #fff;
		text-decoration: none;
	}
	.font-dec {
		font-size: 11px;
	}
	.font-reset {
		font-size: 14px;
	}
	.font-inc {
		font-size: 18px;
	}



@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
    
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
    
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    
}

.col-item:hover .info {
    background-color: #F5F5DC;
    
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
    
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 100px;
}
.controls
{
    margin-top: 20px;
    margin-bottom: 20px;

}
[data-slide="prev"]
{
    margin-right: 10px;
}