/*About Page*/

.row-about{
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    background-color: #ffffff;
    /*background-image: url('assets/images/management1.jpg');
    background-size: cover;*/
    }
.row-about-bottom{
    padding-top: 0% !important;
    padding-bottom: 2vh !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    background-color: #ffffff;
    /*background-image: url('assets/images/management1.jpg');
    background-size: cover;*/
    }
    
.row-about > div {text-align: justify;padding:0px;}
.row-about-bottom > div {text-align: justify;padding:0px;}

/*Awards*/
#pcontainer-award{
    overflow: hidden !important;
    padding: 2.5% !important;position: static; width:100%;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/
    border:1px solid lightgray;
    height:100%;
  }
  #pcontainer-award img {
  display: block;
  transition: transform .4s;   /* smoother zoom */margin-left: auto;
  margin: auto;
  width:100%;
}
#pcontainer-award:hover img {
  transform: scale(1.025);
  transform-origin: 50% 50%;
}
/*Categories*/
.row-about-categories{
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    background-color: #ffffff;
    /*background-image: url('assets/images/management1.jpg');
    background-size: cover;*/
    }
.row-about-categories-bottom{
    padding-top: 0% !important;
    padding-bottom: 2vh !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    background-color: #ffffff;
    /*background-image: url('assets/images/management1.jpg');
    background-size: cover;*/
    }
    
.row-about-categories > div {text-align: justify;padding:0px;}
.row-about-categories-bottom > div {text-align: justify;padding:0px;}

    #pcontainer-about-categories{
    overflow: hidden !important;
    padding: 7.5% !important;position: static; width:100%;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/
    border:1px solid lightgray;
  }
  #pcontainer-about-categories > a{
      color:#f16724;
  }
  #pcontainer-about-categories > a:hover{
      text-decoration:none;
  }
  #pcontainer-about-categories img {
  display: block;
  transition: transform .4s;   /* smoother zoom */margin-left: auto;
  margin-right: auto;
}
#pcontainer-about-categories:hover img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
}


/*Brands*/
.row-about-brand{
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    background-color: #ffffff;
    /*background-image: url('assets/images/management1.jpg');
    background-size: cover;*/
    }
.row-about-brand-bottom{
    padding-top: 0% !important;
    padding-bottom: 2vh !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    background-color: #ffffff;
    /*background-image: url('assets/images/management1.jpg');
    background-size: cover;*/
    }
    
.row-about-brand > div {text-align: justify;padding:0px;}
.row-about-brand-bottom > div {text-align: justify;padding:0px;}

    #pcontainer-about-brand{
        /*background-image: url('assets/images/background/brand_we_logo_bg.png');*/
    overflow: hidden !important;
    padding: 5% !important;position: static; width:100%;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/
    border:1px solid lightgray;
  }
  #pcontainer-about-brand img {
  display: block;
  transition: transform .4s;   /* smoother zoom */margin-left: auto;
  margin-right: auto;
}
#pcontainer-about-brand:hover img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
}