

/* coming soon */
.combod{
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    border-top: 1px #acacac solid;
    border-bottom: 5px #d81414 solid;
}
.widcom{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.comimg{
    margin: 30px 5% 60px 5%;
}
.centerdiv {
    text-align: center;
}
h3.header2C {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333333;
    line-height: 24px;
    text-transform: uppercase;
}
.header2C:after {
    content: "";
    width: 100px;
    border-bottom: 3px solid #d81414;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
p.Description {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 30px;
}

ul li {
    list-style: none;
}
.lantab{
    text-align: center;
}
.lantabul{
    max-width: 650px;
    margin: 0 auto ;
    font-size: 0;
}
.lantabul.notready{
    margin-bottom: 80px;
}
.lantabul li{
    display: inline-block;
    width: 120px;
    /* height: 44px;
    line-height: 44px; */
    color: #000;
    font-size: 16px;
    margin: 0 0.5% 40px 0.5%;

}
.lantabul li a{
    /* box-shadow: 0px 2px 6px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24); */
}
.languagelist{
    color: #000;
    /* width: 100%; */
    /* padding-left:10px;
    padding-right: 10px; */
    height: 100%;
    display: block;
    
    text-decoration: none;
}


.prodimg{
    margin-top:60px;
    padding: 0 0 10px 0;
}
.mocomimg{
        display: none;
    }

.notready .languagelist{
    /* background-color:#989898; */
}
.notready .languagelist:hover{
    /* background-color: #adabab; */
}

.languagelist img{
    width:80px;
    /* height: 18px; */
    /* border-radius: 50px; */
    border: 1px solid #9d9c9c;
    margin-bottom: 10px;
    margin-right: 5px;
    vertical-align: sub;
}

/* coming soon */


@media screen and (max-width: 1200px){
    .widcom{
        width: 100%;
    }
    .headertop{
        width: 100%;
    }
}
@media screen and (max-width: 769px){
    .mocomimg{
        display: block;
    }
    .pccomimg{
        display: none;
    }
    .logcan {
    width: 40%;
    }
    .mocomimg2{
    margin-top: 2%;
    }
    .comimg{
        margin-top: 50px;
    }
.lantabul li{
        margin: 10px 0.5% 1px 0.5%;
}
.lantabul{
    margin: 0 auto 45px auto;
}
}
@media screen and (max-width: 450px){
    .mocomimg1{
        width: 90%;
    }
    .mocomimg2{
        width: 60%;
    }
}

@media screen and (max-width: 1050px) and (min-width: 955px){
    .widcom{
            width: 800px;
    }
}

/* coming soon end*/