h2{
    font-family: 'poppins','Helvetica', sans-serif;
    font-size: 25px;
}
.text-center{
    text-align:center;
}
.text-right{
    text-align:right;
}
.text-left{
    text-align:left;
}
.img-thumbnail{
    padding: 5px;
    border-radius : 0.2rem;
    width:100%;
    height: 100%;
}
.icon-service
{
    padding-top:10px;
    border-style: outset;
    width: 28%;
    height:90px; 
    border-radius: 100%;
    background-color: #E8EAF6;
}
footer.page-footer .footer-copyright{
    text-align: left;
    padding-left: 110px;
}
.img-mos{
    border-radius : 0.2rem;
    border-style: outset;
    width:100%;
    height: 100%;
    border-color: #9E9E9E;
}
.img-service{
    border-radius : 0.2rem;
    border-color: #9E9E9E;
}
.btn-Product-desktop
{
    padding:11px;
    font-size: 11px;
}
.about{
    border-color: #000;
}
hr.manufacture{
    border-top:1px solid #B71C1C;
}
ul.a {
    list-style-type: circle;
}
.img-logo
{
    border-radius : 0.1rem;
    border-style: outset;
    background: #FFF;
    border-color: #9E9E9E;
    margin-top: -5px;
    margin-bottom: -10px;
}
.card {
    box-shadow: 10px 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}
.container-card {
    padding: 2px 16px;
}
.btn-detail-product {
  background: #faad81;
}
.btn-detail-product2 {
  background: #8e5e43;
}
.btn-detail-product:hover, .btn-detail-product:focus {
  background-color: #e2996f !important;
}
.btn-detail-product.active {
  background-color: #e2996f !important;
}
.active-menubar
{
   background-color:#E0E0E0;
   /*text-decoration: underline;*/
}
/*------------------------------  Custom  ------------------------------*/
.top-title
{
  font-size: 46px;
  color:#757575;
  text-align:center;
  /*text-decoration: underline;*/
}
.home-title
{
  font-size: 30px;
  color:#757575;
  font-weight : bold;
  
}