/*============================================================================
   #Webcms
==============================================================================*/


.main-lh{
    background-color: white;

}


.contentop {
    background-image:url(/anh/banner_footer1.jpg);
    height: 200px;
    text-align: center;
    color: blanchedalmond;
    background-position: center;
    background-size:cover;
}

.contentop h1 {
    padding-top: 30px;
    margin-top: 0px;
}

.conten-lh {
   padding-top: 100px;
   padding-bottom: 100px;
}

.address-top {
    color: #353535;
    display: flex;
    font-size: 16px;
}

.slogan {
    padding-top:20px;
    width: 100%;
    text-align: center;
}

.slogan h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 25;
    font-weight: 700;
    color: #1c1c1c;
}

.customer input {
    outline-color: rgb(248, 183, 66);
    border: 1px solid #ddd;
    padding:10px;
}

.information {
    margin: 10px;
}

.message {
    margin: 10px;
    height: 100px;
}

.customer textarea {
    border: 1px solid #ddd;
    outline-color: rgb(248, 183, 66);
}

.send {
    width: 100%;
    text-align: center;    
}

.send input {
    margin-top: 10px;
    width:250px;
    height: 40px;
    background-color: #a8741a;
    color: white;
    outline: none;
}

.iconheader button{
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0);
}

.open-formlogin {
    position: relative;
    z-index: 0;
}

#sigin {
    display: none;
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
  
#text{
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 60%;
    font-size: 15px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.mini-login {
    background-color: white;
    z-index:4;
}

.close-formlogin {
    width: 100%;
    height: 100%;
    z-index: 8;
}

@media (max-width:600px){
    .slogan h2 {
        font-size: 19px;
    }
    .conten-lh {
        padding-top: 16px;
        padding-bottom: 50px;
    }
    .adr {
        padding-top: 30px;
    }
}

