 /* button */
 .multi-buttonn h3{
    font-size: 1.3rem;
    }
 .multi-buttonn {
    filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.45));
    width: 100%;
    padding: 2rem 0;
    display: -moz-boxs;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -25px;
  }
  .multi-buttonn button{
    height: 90px;
    width: 99.9%;
    /* background: rgb(90,105,147);
    background: linear-gradient(351deg, rgba(90,105,147,1) 0%, rgba(116,163,226,1) 11%, rgba(218,229,235,1) 37%); */
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
    border: none;
    margin: auto; 
    padding: 0;
    stroke: black;
    outline: none;
    text-align: center;
  }
  .multi-buttonn .left{
    border-radius: 20px 0 0 20px;
  }
  .multi-buttonn .right{
    border-radius: 0 20px 20px 0;
  }
  button.right{
      display: flex;
      align-items: center;
      justify-content: space-around;
      background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
  }
  button.middle{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}
  button.left{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

/* main body */

section.company {
    margin-top: 1.3rem;
}
section .container h3 {
    text-align: center;
    color: var(--secondary);
    color: #232B38;
    font-size: 3rem;
    font-weight: 800;
}
section .container .company-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
section .container .company-wrapper .company-content {
    padding: .5rem;
    margin: .5rem;
    border: 2px solid rgba(66, 248, 142, 0.678);
    width: 270px;
    border-radius: 6px;
    background: rgba(66, 248, 142, 0.678);
    background-color: rgb(66, 248, 142);
    opacity: .8;
    box-shadow:0 3px 10px 0 #232B38;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
section .container .company-wrapper .company-content{
    height: auto;
    justify-content: center;
}
section .container .company-wrapper .company-content:hover {
    border-radius: 35px;
    opacity: 1;
    box-shadow:0 20px 19px 0 #232B38;
}
section .container .company-wrapper .company-content a{
    text-decoration:none;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1.5rem;
}
section .container .company-wrapper .company-content a div span{
    color: var(--secondary);
    color: #232B38;
    font-size: 1.3rem;
    font-weight: 700;
}
section .container .company-wrapper .company-content a div .span1{
    font-size: 2rem;
    font-size: 1.5rem;
}
section .container .company-wrapper .company-content div{
    margin-top: 2rem;
    font-size: 1.2rem;
}


/* top-message */

section.top-message {
    padding: 2rem 0;
}
section.top-message .head9 {
    display: flex;
    justify-content: center;
}
section.top-message .head9 h3{
    position: relative;
    border: 4px double black;
    padding:2px 15px;  
}
section.top-message h3 {
    text-align: center;
    color: #232B38;
    font-size: 2rem;
    font-weight: 800;
}
section.top-message .container .top-message-wrapper {
    padding: .5rem;
}
section.top-message .top-message-wrapper .top-message-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
section.top-message .top-message-wrapper .top-message-content .pvc {
    margin: 0 .5rem;
}
section.top-message .top-message-wrapper .top-message-content .pvc h3 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
}
section.top-message .top-message-wrapper .top-message-content .pvc ul li {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    list-style-type: square;
}
section.top-message .top-message-wrapper .top-message-content img{
    width: 300px;
    border-radius: 15px;
    margin-left: 55px;
}

/* corporate-pholosopy */

section.top-philosopy {
    padding: 2rem 0;
    width: 100%;
    position: relative;
    top: -155px;
}
section.top-philosopy .head9 {
    display: flex;
    justify-content: center;
}
section.top-philosopy .head9 h3{
    position: relative;
    border: 4px double black;
    padding:2px 15px;  
}
section.top-philosopy h3 {
    text-align: center;
    color: #232B38;
    font-size: 2rem;
    font-weight: 800;
}
section.top-philosopy .container .top-philosopy-wrapper {
    padding: .5rem;
    width: 100%;
}


/* company-profile */

section.company-profile .head9 {
    display: flex;
    justify-content: center;
}
section.company-profile .head9 h3{
    position: relative;
    border: 4px double black;
    padding:2px 15px;  
}
section.company-profile h3 {
    text-align: center;
    color: #232B38;
    font-size: 2rem;
    font-weight: 800;
}

section.company-profile .company-profile-wrapper .company-profile-content{
    margin: .3rem;
    border: 2px solid rgba(82, 75, 75, 0.61);
}
table{
    /* margin: .3px;
    padding: .3px; */
    width: 100%;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  th{
      font-size: 1rem;
      font-weight: 700;
  }
  
  td, th {
    border: 1px solid #555050;
    text-align: left;
    padding: .5rem;
  }
  td p{
      margin-bottom: 10px;
  }
  
  /* tr:nth-child(even) {
    background-color: #dddddd;
  } */
  section.company-profile .company-profile-wrapper .company-profile-content img{
      border: 4px solid #232B38;
      border-radius: 5px;
      width:300px;
      box-shadow:5px 9px 20px 4px #232B38;
  }

  
  /* hstory */

section.history .head9 {
    display: flex;
    justify-content: center;
}
section.history .head9 h3{
    position: relative;
    border: 4px double black;
    padding:2px 15px;  
}
section.history h3 {
    text-align: center;
    color: var(--secondary);
    color: #232B38;
    font-size: 2rem;
    font-weight: 800;
}

/* environmental */

section.top-environ {
    position: relative;
    top: -125px;
}
section.top-environ .head9 {
    display: flex;
    justify-content: center;
}
section.top-environ .head9 h3{
    position: relative;
    border: 4px double black;
    padding:2px 15px;  
}
section.top-environ h3 {
    text-align: center;
    color: #232B38;
    font-size: 2rem;
    font-weight: 800;
}
section.top-environ .container .top-environ-wrapper {
    padding: .5rem;
}
section.top-environ .top-environ-wrapper .top-environ-content {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
}
section.top-environ .top-environ-wrapper .top-environ-content{
    margin: 0 .5rem;
}
section.top-environ .top-environ-wrapper .top-environ-content h3 {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
}
section.top-environ .top-environ-wrapper .top-environ-content p {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}




/* factoey equipment */
.factory-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
section.factory .head9 {
    display: flex;
    justify-content: center;
}
section.factory .head9 h3{
    position: relative;
    border: 4px double black;
    padding:2px 15px;  
}
section.factory h3 {
    text-align: center;
    color: #232B38;
    font-size: 2rem;
    font-weight: 800;
}
.factory-container table{
    display: flex;
    margin: 10px;
}
.factory-container table{
    width: 520px;
}
.factory-container table tr th{
    height: 100px;
}
.factory-container table tr th h3{
    margin-bottom: 5px;
    font-weight: 700;
}
.factory-container table tr td img{
    width: 500px;
}

/* --------------- */
@media screen and (max-width:991px){
    .multi-buttonn h3{
        color: rgb(79, 40, 116);
        font-size: 1.02rem;
        font-weight: 800;
    }
}

@media screen and (max-width:767px) {
    .multi-buttonn :nth-child(1), .multi-buttonn :nth-child(2), .multi-buttonn :nth-child(3), .multi-buttonn :nth-child(4), .multi-buttonn :nth-child(5), .multi-buttonn :nth-child(6){
        border-radius: 20px;
      }
    .multi-buttonn :nth-child(3), .multi-buttonn :nth-child(4), .multi-buttonn :nth-child(5){
        margin-bottom: 5px;
    }
    .multi-buttonn button{
        width: 97%;
      }
    .multi-buttonn h3{
        font-size: 1.7rem;
    }
    .image{
        display: none;
    }
  }
  @media screen and (max-width:575px){
    .factory-container table{
        width: 420px;
    }
    .factory-container table tr td img{
        width: 400px;
    }
  }
  @media screen and (max-width:447px){
    .factory-container table{
        width: 320px;
    }
    .factory-container table tr td img{
        width: 300px;
    }
  }