* {  box-sizing: border-box;}

.timeline { position: relative;  max-width: 1200px;  margin: 0 auto;}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #009b3e;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
 
.contain { padding: 10px 40px;  position: relative;  background-color: transparent;  width: 50%;  }

.contain::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 1px solid #009b3e;
  top: 19px;
  border-radius: 50%;
  z-index: 1;
}
.contain:hover::after { animation: pulse_hexagon 1.3s linear infinite;}

.left { left: 0; transition: all 0.4s ease;}

.left:hover::before{ transform: translateX(12px); transition: all 0.4s ease;}

.right { left: 50%;}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #B99A35;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #009b3e;
  transition: all 0.4s ease;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #B99A35;
  border-width: 10px 10px 10px 0;
  border-color: transparent #009b3e transparent transparent;
  transition: all 0.4s ease;
}

.right:hover::before{ transform: translateX(12px); transition: all 0.4s ease;}
.right::after { left: -13px;}

.content {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  transition: all 0.4s ease;
}
.content:hover {
  transform: translateX(12px);
  transition: all 0.4s ease;
}

.content h2{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 22px;
  color: #009b3e;
  letter-spacing: 0.5px;
}

.bg_cream{ background-color: #faf8f5;  padding-top: 60px;  padding-bottom: 60px;}

.mb60{margin-bottom: 60px !important;}

.bg_cream .title_product{ margin: 0px auto;  display: flex;  flex-direction: column;  text-align: center;}

.about_show_small_pc{display:none }
.about_none_small_pc{display:inherit }

@media screen and (min-width:1050px) and (max-width:1299px){
.about_show_small_pc{display:inherit; display: flex;flex-direction: column;margin-top: 10px;}
.about_none_small_pc{display:none }
} 

@media screen and (max-width: 767px) {
  .timeline::after { left: 24px;  }

  .contaicontainner {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
 
  .contain::before {
    left: 38px;
    border: medium solid #009B3E;
    border-width: 8px 8px 8px 0;
    border-color: transparent #009B3E transparent transparent;
    top: 20px;
  }

.left::after, .right::after {
    left: 12px;
    width: 20px;
    height: 20px;
  }

  .right { left: 0%;}
  .margin_60 {
    padding-top: 40px;
    padding-bottom: 42px; 
  }
  .about_counter_wd{
    width: 41%;
     margin-bottom: 22px;
    margin-top: -2px;
  }
  .about_counter_wd:last-child{
    margin-bottom: 0px;
  }
  .about_counter_wd:nth-child(3){
    margin-bottom: 0px;
  }
   .about_counter_wd::after {
    right: -9px;
    height: 70px;
    top: 4px;
  }
  .about_counter_wd:nth-child(2)::after, .about_counter_wd:nth-child(4)::after{
    content: unset;
  }
  .who_we_are_pg .intro {
    margin-top: 0;
  }
  .bg_cream {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .contain {
    padding: 0px 12px 0 46px;
    width: 100%;
    margin-bottom: 25px;
  }
  .content {
    padding: 12px 11px;
  }
  .content h2 {
    margin-bottom: 4px;
    font-size: 18px;
    letter-spacing: 0.3px;
  }
  .who_we_are_pg .contain:last-child {
    margin-bottom: 0;
  }
  .left:hover::before {
  transform: translateX(9px);
}
.right:hover::before {
  transform: translateX(9px);
}
.content:hover {
  transform: translateX(9px);
}
.res_mb20{
  margin-bottom: 20px !important;
}
.res_mb15{
  margin-bottom: 15px !important;
}
.who_we_are_pg .tabs_menu {
  margin-top: 0;
}
.who_we_are_pg  .tabs_menu .nav-tabs {
    display: flex;
    padding: 12px 11px;
  }
  .who_we_are_pg .tabs_menu .nav-tabs .nav-item {
  margin: 3px 3px;
}
.who_we_are_pg .tabs_menu .nav-tabs .nav-item:first-child {
  margin-left: 0px;
  width: 85px;
}
.who_we_are_pg .tabs_menu .nav-tabs .nav-item:nth-child(4) {
  margin-left: 0px;
  width: 85px;
}
.who_we_are_pg .tabs_menu .nav-tabs .nav-item:nth-child(5) {
  width: 121px;
  text-align: center;
}
  .who_we_are_pg .tabs_menu .nav-tabs .nav-item:nth-child(3) {
  margin-right: 0px;
}
.who_we_are_pg .tabs_menu .tab-content .card .card-header {
    display: none;
  }
  .who_we_are_pg .tabs_menu .tab-content .card .collapse {
    display: block;
  }
.who_we_are_pg   .tabs_menu .tab-content .fade:not(.show) {
    opacity: unset;
    display: none !important;
  }
  .who_we_are_pg  .tabs_menu .tab-content {
    margin-bottom: 0;
  }
  .who_we_are_pg .tabs_menu .tab-content .card.small_padd {
  padding: 0 16px;
  margin: 0;
}
.who_we_are_pg .our_history {
  padding: 17px 0px;
}
.quality_policy_list li {
  line-height: 1.5;
  padding-bottom: 10px;
}
.quality_policy_list ul {
  margin-bottom: 6px;
}
.mission_main {
  padding: 17px 0px;
  flex-wrap: wrap;
}
.mission_photo {
  width: 100%;
  margin-bottom: 12px;
}
.mission_text {
    width: 100%;
}
.who_we_are_pg  .mission small {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .res_pb40{
    padding-bottom: 40px !important;
  }
}