@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500,600&amp;subset=thai');


header.clearfix > .navbar{
    background: transparent !important;
}
#container > header{
    position: relative;
    top: -90px;
}
#container {
    padding-top: 0;
    position: absolute;
    right: 0;
}
.top-line-relative {
    float: right;
    position: relative;
    top: 0;
    right: 100px;
    width: 200px;
    background: transparent !important;
    border: none !important;
}
input#searchtextbox::placeholder {
    color: #ffffff !important;
}
input#searchtextbox{
    color: #ffffff;
    background-color: #505050b0 !important;
    border: 0px solid #cccccc  !important;
    border-radius: 50px !important;
}
em.fa.fa-search {
    color: #ffffff !important;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    width: 35px;
    z-index: 9;
    margin-top: -35px;
    right: 0 !important;
    font-family: 'FontAwesome';
    content: "\f002";
}

#search_form:after {
    color: #1bbc9b00 !important;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    width: 35px;
    margin-top: -35px;
    right: 0 !important;
    font-family: 'FontAwesome';
    content: "\f002";
}

footer {
    background-color: #800601!important;
}