﻿.updateProgress {
    color: #ffffff;
    background-color: #2465d4;
    margin: 0px 0px 0px 0px;
    z-index: 9999999999;
    padding: 10px 15px 10px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0 linear 1s,opacity 1s;
    -moz-transition: all 0 linear 1s,opacity 1s;
    -ms-transition: all 0 linear 1s,opacity 1s;
    -o-transition: all 0 linear 1s,opacity 1s;
    transition: all 0 linear 1s,opacity 1s;
    position: fixed;
    bottom: 60%;
    left: 45%;
}

    .updateProgress img {
        vertical-align: middle;
        margin-right: 10px;
    }

.tlm-process {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    display: none;
    z-index: 9999999;
}

.language-ul li {
    float: right;
}

    .language-ul li a {
        margin-right: 5px;
    }

.footer-body-item h2 a {
    color: #403d36;
}

    .footer-body-item h2 a:hover {
        text-decoration: none;
    }

.widget ul li a {
    color: #fff;
}

    .widget ul li a:hover {
        text-decoration: none;
    }

.more-detail {
    display: inline-block !important;
}

.lien-he-right .form-group #lnkSend {
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    background: #fbd31c;
    border: none;
    color: #333;
}

.title-page {
    position: relative;
}

    .title-page .container {
        position: absolute;
        top: 30%;
        left: 8%;
    }


.mnv-page {
    text-align: right;
}

    .mnv-page span a {
        background: #cdcecf;
        color: #fff;
        font-size: 14px;
        border: 1px solid #ccc;
        height: 40px;
        line-height: 22px;
        padding: 10px 15px;
        font-weight: bold;
        margin-right: 5px;
    }

        .mnv-page span a.active, .mnv-page span a:hover {
            background: #006e68;
            text-decoration: none;
            color: #fff;
        }


.left-box-service .wrap-photo1 {
    float: left;
    width: 39px;
    height: 39px;
    display: block;
    margin-right: 12px;
    /*border: 1px solid #006e68;*/  
}
.mnv-footer-top .gm-style-mtc {
  display: none;
}