html,* {
    margin: 0;
    padding: 0;
}

.banner-bottom {
    font-family: Lato;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    border-top: solid 1px #dedede;
    padding: 5px 10px 0;
    z-index: 1000;
}
.banner-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg.jpg) no-repeat right center/cover;
    opacity: 0.9;
    z-index: -1;
}

.banner-bottom a {
    display: block;
    text-decoration: none;
}
.banner-bottom .logo {
    float: left;
    margin: 0 10px 0 0;
}
[class*='text-'] {
    display: block;

}
.text-1 {
    font-size: 18px;
    color: #333;
}
.text-2 {
    font-size: 16px;
    color: #ed2525;
}
.muangay {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #02b8cd;
    border-radius: 5px;
    color: #eafdff;
    /* font-weight: bold; */
}
.banner-bottom-close {
    width: 25px;
    height: 25px;
    background: #fff;
    color: #333;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: -12px;
    border: none;
    border-radius: 50%;
    border: solid 1px #dedede;
}
.hidden{
    display:none;
}