@font-face {
font-family: "prompt";
src: url("http://sci.pit.ac.th/css/prompt/prompt.eot");
src: url("http://sci.pit.ac.th/css/prompt/prompt.woff") format("woff"),
url("http://sci.pit.ac.th/css/prompt/prompt.otf") format("opentype"),
url("http://sci.pit.ac.th/css/prompt/prompt.svg#filename") format("svg");
}
ol, ul {
    padding-left: 1rem;
}
body {
  padding:0; margin:0;
    background-image: url(../images/theme/full-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.navbar-nav > li {
    font-weight: 600;
    font-family: prompt;
}
.navbar-nav .nav-link.active .border_active{
	border-bottom: 2px solid #fff;
}
@media (min-width: 992px){
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
}
.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
}
.navbar-brand {
    display: none;
}
.navbar-brand img{
	max-width: 110px;
	width: 100%;
	margin:auto;
}
}
@media (max-width: 992px){
	.hidden-topbar {
	    display: none;
	}
	.navbar-collapse{
		padding-left: 7px;
	}
	.navbar-brand img{
		max-height: 80px;
		width: unset;
		margin:auto;
	}
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: #83C5E8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mini-box{
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.main-box{
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #fff;
}
.header-mini-box{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #83C5E8;
	width: auto;
    margin-top: -13px;
    margin-left: -13px;
    margin-right: -13px;
    padding: 4px;
    font-family: prompt;
    font-weight: 700;
    color: #626262;
    margin-bottom: 10px;
}
.header-mini-box img,.header-main-box img{
	max-height: 30px;
    margin-right: 7px;
}
.header-main-box{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #83C5E8;
    width: 65%;
    margin-top: -27px;
    margin-left: -27px;
    margin-right: -27px;
    padding: 4px;
    font-family: prompt;
    font-weight: 700;
    color: #626262;
    margin-bottom: 10px;
}
.more-main-box{
	margin-top: 5px;
    float: right;
    margin-right: -55%;
    display: inline;
}
@media (max-width: 992px){
	.header-main-box{
		width: auto;
	}
	.more-main-box{
		display: none;
	}
}
.border-img{
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    font-family: prompt;
    color: #4c4c4c;
}
table {
    /*color: #4c4c4c;*/
}
.btn-vote{
	border: 2px solid #83C5E8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 18px;
}
.col-img-size{
	max-height: 110px;
}
.footer{
	padding-top: 40px;
    padding-bottom: 40px;
    background-color: #63b9e89e;
}
.footer-bottom{
	padding: 15px;
	background-color: #F14436;
}
.footer div,.footer-bottom div,.footer a{
	color: #0798ff;
}
.small-text{
    font-size: 0.8em;
}
.small-text img{
    max-height: 14px;
}