html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 15px;
    padding: 0px !important;
    margin: 0px !important;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
}
a {
    color: #282828;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
p {
    color: #666666;
    font-family: 'Lato', sans-serif;
}
a:active, a:hover {
    outline: 0 none;
}
a:hover{color: #6b2504;text-decoration: none;}
a:focus {outline:0px solid; text-decoration: none;}
img {max-width:100%;height:auto}
table
{
    width: 100%;
}
.clear{clear:both}

/*-- Header css
============================================ */
.header-area
{
    background: #FFF;
    padding: 5px;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 0px, rgba(0, 0, 0, 0.109804) 1px 2px 3px 0px;
}

.header-time
{
    text-align: right;
    margin-top: 20px;
    font-size: 20px !important;
    font-weight: 600;
    color: #6b2504;
}
.header-fixed-top
{
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-area a span
{
    color: #38a763;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    top: 7px;

}
/*-- Content area css
============================================ */
.content-area,.dept-detail
{
    padding-top: 100px;
    background: url("../images/bg1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    min-height: 92.5%;
}

.inner-content,.inner-detail
{
    position: relative;
    z-index: 99;
}
.section-title {
    margin-bottom: 30px;
    text-align: center;
}
.section-title h2 {
    display: inline-block;
    color: #6b2504;
    line-height: 19px;
    margin-bottom: 7px;
    position: relative;
}
.section-title h1
{
    color: #6b2504;
    line-height: 35px;
    font-weight: 600;
    font-size: 30px;
    position: relative;
}
.section-title > h2::after,.dept-detail h2::after {
    background:#6b2504 none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    width: 50px;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.div-back {
    /*position: absolute;*/
    top: -15%;
    right: 15px;
    color: #289b79;
    float: right;
}

.div-button
{
    text-align: center;
    margin: 20px;
}
.btn-loadmore
{
    padding: 10px 23px;
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    color: #38a763;
    border: 1px solid #38a763;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-loadmore:hover
 {
     background: #38a763;
     color: #FFF;
 }
.loadingmore
{
    text-align: center;
}
.btn-custome
{
    width: 70%;
    padding: 20px 0;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10%;
    color: #fff;
}

.btn-custome::after
{
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    right: 45px;
}

.btn-custome:hover{
    color: #fff;
}

.btn-left {
    float: right;
}

.btn-right::after
{
    right: 205px;
}

.btn-first-left{
    background: #44c8f5;
}

.btn-second-left{
    background: #eb4a24;
}

.btn-first-right{
    background: #8dc641;
}

.btn-second-right{
    background: #f1ec3d;
}

.section-button
{
    padding: 10px;
}
.btn-lan
{
    background: #FFF;
    margin: 0 10px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 20px;
}

.btn-sort {
    color: rgb(255, 215, 110);
    font-weight: 800;
    font-size: 20px;
}

.btn-sort:hover {
    color: rgb(255, 215, 110);
}

.btn-more-message{
    color: #289b79;
    display: none;
}

.btn-back {
    border: 1px solid #289b79;
    background: transparent;
    padding: 10px 20px;
    color: #289b79;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    font-weight: 600;
    font-size: 17px;
}

.btn-msg {
    float: right;
    margin-right: -15px;
}

.btn-back:hover
{
    background: #289b79;
    color: #FFF!important;
}

#question_area .question-div, #question_area .question-number{
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    /*display: inline-block;*/
}

.question-number{
    background-color: rgba(0, 0, 0, 0.33);
    text-align: center;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    width: 50px;
}

.question-div{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    width: 100%;
}

.message-div{
    border-bottom: dashed 1px #CCC;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 8px;
}

.message-text{
    font-size: 20px;
    font-weight: 500;
    word-wrap: break-word;
    cursor: pointer;
}

.message-text:hover{
    color: blue;
    text-decoration: underline;

}

.message-date{
    /*text-align: right;*/
    font-size: 15px;
    min-width: 160px;
}

.message-input{
    width: 100%;
    border-radius: 30px;
    height: 45px;
    border: 1px solid #CCC;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    font-size: 25px;
    margin-left: -15px;
}
#message_detail .row:last-child .message-div{
    border-bottom: none;
}

.thumbnail_container{
    width: 100%;
    height: 100%;
}

.message-star{
    float: right;
    margin: 5px;
    width: 22px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*-- Footer area css
============================================ */
footer {
     padding: 0;
}
.copyright
{
    background: #EEE;
    padding: 3px;
    text-align: center;
}
.copyright p{
    margin-top: 10px;
}
