@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none !important;
}
body{
    background-color: #edeff2;
    color: #9b5903;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
}
ul,h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}
img{
    max-width: 100%;
    max-height: 100%;
}

.header{
    background: black;
    padding: 12px 0;
    border-bottom: 3px solid #e5e7e9;
    z-index: 999999;
    transition: all 0.2s ease 0s;
}
.logo img{
    width: 150px;
}
.menu{
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.mainMenu li a {
    color: #9c9c9c;
    font-size: 16px;
    padding: 0px 15px;
}
.mainMenu li.active a{
    color: #f5a300 !important;
}
.mainMenu li{
    border-right: 1px solid #F1f1f1;
}
.mainMenu li:last-child{
    border-right: none;
}
.mainMenu li:last-child a{
    padding-right: 0px;
}
#mainMenu{
    position: absolute;
    right: 0;
}
.header .container{
    position: relative;
    z-index: 999;
}
.leng {
    position: absolute;
    background: white;
    right: 15px;
    bottom: -46px;
    min-width: 200px;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 7px 0px black;
}
.leng-span{
    float: left;
}
.img-leng{
    float: right;
}
.img-leng ul li{
    float: left;
    margin-left: 5px;
}
.img-leng ul li img{
    width: 22px;
}
.header.header_fixd{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    box-shadow: 0px 0px 10px 0px black;
}
.header.header_fixd .leng {
    bottom: -40px;
}

/*footter*/
.btn-primary:hover {
    border-color: #d68f00;
    background-color: #ffaa00;
}
#footer {
    background: #2d343e;
    border-top: 4px solid #2d343e;
    font-size: 0.9em;
    margin-top: 70px;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #FFF !important;
}
#footer h4 {
    font-family: "Oswald",sans-serif;
    font-size: 1.8em;
    font-weight: 200;
}
#footer a:hover {
    color: #CCC;
}
#footer ul.nav-list.primary > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}
#footer ul.nav-list.primary > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
#footer .recent-work li .thumb-info {
    float: left;
    display: inline-block;
    background: transparent;
    border: 0;
}
#footer .recent-work li {
    float: left;
    width: 30%;
    margin: 10px 3% 0 0;
}
#footer .recent-work img {
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    opacity: 0.5;
}
#footer .recent-work li:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}
#footer .footer-copyright {
    background: #272d35;
    border-top: 4px solid #272d35;
    margin-top: 40px;
    padding: 30px 0 20px;
}
.footer-copyright p{
    color: white;
}
html .scroll-to-top{
    opacity: 1;
}
.logo_mba {
    height: 135px;
}
.bt_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #296e29;
    color: white;
    text-align: center;
    padding: 10px 0;
}
.bt_footer ul {
    padding: 0;
}
.bt_footer ul li {
    display: inline-block;
    border-right: 1px solid white; 
}
.bt_footer ul li:last-child {
    border: none;
}
.bt_footer ul li a {
    display: block;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
body {
    background-color: #019EE2;
    background: radial-gradient(at center center, #009ee2 27%, #18538e 100%);
}
.background {
    background: url('../img/banner-1.jpg') no-repeat center center;
    position: static;
    min-width: 100%;
    min-height: 100vh;
    background-size: 100% 100%;
}



@media screen and (max-width:480px) {
    .bt_footer {
        position: static;
    }
    .bt_footer ul li {
        border-right: none;
        padding-bottom: 10px;
    }
    .bt_footer {
        margin-top: 20px;
    }
    .logo-login,
    .form-box{
        width: 100%;
    }
    .innerContent {
        min-width: auto !important;
        width: 100% !important;
    } 
    .center-mb{
        display:flex;
        justify-content:space-between; 
    }
        .center-mb .thumbnail {
            width:100%;
        }
}

label.error{
    color: red;
}