#content .container {
  margin-top: 30px;
}
#content .container .title {
  text-align: left;
  margin-left: 25px;
}
#content .container .agents {
  display: flex;
  flex-wrap: wrap;
}
#content .container .agents .agent {
  margin: 10px 20px;
  width: 100px;
  height: 100px;
  border-radius: 10%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#content .container .agent-title {
  margin-left: 25px;
}
#content .container .agent-title img {
  width: 350px;
}
#content .container .agent-content {
  display: flex;
  flex-wrap: wrap;
  margin: 25px;
}
#content .container .agent-content .description {
  flex: 1;
}
#content .container .agent-content .thumbnail {
  flex: 1;
  text-align: right;
}
#content .container .agent-content .thumbnail img {
  width: 100%;
  max-width: 500px;
}
#content .container .products {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#content .container .products .product {
  flex-basis: 20%;
  padding: 10px;
  box-sizing: border-box;
}
#content .container .products .product .product-content {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
#content .container .products .product .product-content .thumbnail {
  padding-bottom: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
#content .container .products .product .product-content .thumbnail .magnifier {
  width: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: white;
  padding: 5px;
  border-radius: 30px;
}
.sections {
  list-style-type: none;
  display: flex;
  padding-left: 0px;
  margin: 0px 25px;
  cursor: pointer;
}
.sections li {
  color: #d19d25;
  text-align: center;
  flex: 1;
  background-color: transparent;
  border: 3px solid #d19d25;
  margin: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sections li.active {
  color: white;
  background-color: #f7ab04;
}
.sections li:hover {
  background-color: #8d6c1a;
  color: white!important;
}
.sections li a {
  text-decoration: none;
}
.agent-detail {
  margin-bottom: 50px;
}
.agent-detail p {
  margin-left: 25px;
  margin-right: 25px;
}
.agent-detail.hide {
  display: none!important;
}
@media only screen and (max-width: 480px) {
  .sections {
    width: 95%;
    overflow-x: scroll;
    margin: 0px 10px;
  }
  .sections li {
    min-width: 100px;
    margin: 10px;
  }
  #agent-detail .agent-content {
    flex-direction: column;
  }
  #agent-detail .agent-content .description {
    order: 1;
  }
  #agent-detail .agent-content .bottom-image {
    order: 2;
  }
  .products .product {
    flex-basis: 50%!important;
  }
  #beta-glucan-for-pet {
    background-position: -80px -30px !important;
    flex-direction: column;
  }
  #beta-glucan-for-pet .left {
    padding-top: 320px !important;
  }
  #beta-glucan-for-pet .right {
    padding-top: 0px !important;
  }
  #beta-glucan-for-pet .right img {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
  }
  #beta-glucan-for-pet > div {
    flex: 0 0 100% !important;
    box-sizing: border-box;
  }
  .agent-detail .title {
    margin-left: 0!important;
  }
  .agent-detail p {
    margin-left: 0!important;
    margin-right: 0!important;
  }
}

