	body
  {
    height: 100%;
    overflow: hidden;
  }
  a
  {
    text-decoration: none;
    color:#767676;
  }
  .full
	{
    background: url('../img/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	}
  .content,.full
  {
    width: 100%;
    height:calc(100% - 192px);
    overflow: hidden;
  }
	.footer_name
	{
      width: 100%;
      background-color: #767676;
      color: white;
      font-size: 24px;
      padding: 12px 0;
      padding-left: 27px;
      box-sizing: border-box;
      text-align: center;
      position: fixed;
      bottom: 0;
	}
 	.page_name {
      width: 100%;
      background-color: #767676;
      color: white;
      font-size: 24px;
      padding: 12px 0;
      padding-left: 27px;
      z-index: 1000;
      box-sizing: border-box;
    }
    
	.content .left {
      width: 50%;
      float: left;
      background-color: green;
      background: url('../img/products.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
    }
    .content
    {
      color: #767676;
    }
    .content .right {
	      font-size: 18px;
	      line-height: 35px;
        float: right;
        width: 50%;
        /* padding-top: 150px; */
        height: 100%;
        display: table;
        color: #767676;
        font-size: 18px;
    }
    .content .right ul
    {
      list-style: none;
      margin: 0 auto;
      width: 400px;
      display: block;
      float: none;
      display: table-cell;
      vertical-align: middle;
    }
.dropbtn {
    background-color: #4CAF50;
    background: url(../img/btn.jpg);
    background-size: contain;
    width: 61px;
    height: 60px;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    margin-right: 19px;
    margin-top: 17px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;z-index: 33000;}
@media only screen and (max-width: 767px){

 .content .left,.content .right
{
/*   width: 100%;
  display: block;
  height: auto; */
} 
.content .right
{
  /* padding-top: 50px; */
}
.content .right ul
{
  width: 219px;
}
}
@media only screen and (max-width: 320px){
.content .right
{
  /* padding-top: 20px; */
}
}
img
{
  max-width: 100%;
}
.page_name a
{
  color: #fff;
}
.content img
{
  display: block;
  height: auto;
}