html, body,div {
    position: relative;
    height: 100%;
}

A:link{
    text-decoration:none; 
    color:#333;
}
a{outline:none;} 
a:link,a:visited,a:active,a:focus {
    border: unset;
    outline:0; 
    outline-style:none; 
    -moz-outline-style: none;
} 
.btn-default.active, .btn-default:active,.btn-default.focus, .btn-default:focus{
    color: #fff;
    background-color: #24707d;
    border: unset;
    outline:0; 
    outline-style:none; 
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    color: #fff;
    background-color: #24707d;
    border: unset;
    outline:0; 
    outline-style:none; 
}

.img-logo{
    padding: 20px 0 0 20%;
    display: block;
    position: relative;
}
.login-box{
    display: block;
    vertical-align: middle;
    margin: 0 auto;
}
.login-box:after{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.login-btn{
    background-color: #24707d;
    border: unset;
    padding: 5px 30px;
    border-radius: 32px;
    font-size: 16px;
    color: #fff;
}
.login-btn:hover{
    background-color: #24707d;
    color: #fff;
}
.login-icon{
    position: relative;
    top: 3px;
    display: inline-block;
    background-image: url(../images/icon-company.png);
    background-size: cover;
    width: 20px;
    height: 16px;
}
.footer{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
}
.footer-info{
    height: 130px;
}
.img-qrcode{
    width: 100px;
    height: 100px;
    display: block;
}
.qrcode-title{
    bottom: 0px;
    padding: 20px 10px;
    font-weight:bold;
    display: block;
}
.content-us{
    display: flex;
    align-items: center;
}
.content-us span{
    display: block;
    line-height: 40px;
}

.swiper-pagination-bullet-active {
    background-color: #fff
}
.swiper-pagination{
    height: 20px;
}
.btn-banner{
    background-color: rgba(0,0,0,0.3);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    color: #fff;
}
.text-left{
    font-weight: bold;
}
@media (max-width: 1440px) and (min-width: 992px){
    .img-qrcode{
        width: 80px;
        height: 80px;
    }
    .col-md-offset-3{
        margin-left: 16.66666667%;
    }
    .qrcode-title{
        padding:20px 0px;
    }
}