.rs-banner-one {
  padding-bottom: 384px;
}
.home-oem-prosessing-img-shadow {
  -webkit-box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.25) !important;
}
.rs-oem-processing .home-oem-prosessing-img-shadow {
  overflow: hidden;
}
.rs-oem-processing .home-oem-prosessing-img-shadow:hover img {
  transform: scale(1.1);
}
.rs-oem-processing .home-oem-prosessing-img-shadow img {
  width: 100%;
  transition: all ease 0.5s;
}
.rs-oem-processing .home-oem-prosessing-img-shadow div {
  background-color:#f27d00;
  position: relative;
}
.rs-product-category .section-title {
  color: rgba(0,0,0,0.8);
  text-transform: uppercase;
}
.rs-product-category .section-title span {
  text-decoration: underline;
  text-decoration-color: var(--rs-menu-text);
  text-underline-offset: 1rem;
  text-transform: uppercase;
}
.rs-product-category {
  background-color: #ffffff;
}
.product-category-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.partners-area-honor .partners-area-honor-layout .partners-area-honor-item .partners-area-honor-image a {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.partners-area-honor .partners-area-honor-layout .partners-area-honor-item .partners-area-honor-image a > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.partners-area-honor .partners-area-honor-layout .partners-area-honor-item .partners-area-honor-content a > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  min-height: calc(1.5em * 3);
  max-height: calc(1.5em * 3);
  width: 100%;
  margin-top: 1rem;
}
.rs-product-category .product-category-title {
  padding: 3rem 0;
  margin-bottom: 1.875rem;
  font-weight: 600;
  color: rgba(0,0,0,0.8);
}
.rs-product-category .product-category-title a:hover {
  color: var(--rs-menu-text);
}
.rs-product-category .product-category-title a > span {
  color: #424242;
  display: block;
  font-size: 1rem;
}
.rs-product-category .product-category-tow-title {
  display: block;
  padding: 0.5rem 0;
  font-weight: 600;
  background-color: var(--rs-menu-text);
  color: white;
  border-radius: 1.4rem;
}
.rs-product-category .product-category-tow-title > span {
  font-weight: 400;
  display: block;
  font-size: 0.875rem;
}
.product-category-title.underline a {
  background-size: 0 1px !important;
}
.product-category-title.underline a:hover {
  background-size: 100% 1px !important;
}
.banner-bg-one-section-size {
  height: 790px;
}
.banner-bg-one-section-space {
  padding-bottom: 60px;
  padding-top: 60px;
}
.banner-bg-one-section-space-p {
  padding: 100px;
}
.banner-bg-one-section-title h4 {
  color: white;
}
.banner-bg-one-section-title {
  margin-bottom: 4rem;
}
.banner-bg-one-section-button {
  padding: 0.5rem 0.875rem;
  color: white;
  font-weight: 400;
  border: 1px solid #ffffff8f;
}
.banner-bg-one-section-icontext div {
  display: flex;
  align-items: center;
  padding-bottom: 1rem !important;
}
.banner-bg-one-section-icontext div > img {
  margin-right: 5px;
}
.banner-bg-one-section-icontext div > span {
  color: white;
}
.about-area-icontext .about-area-icontext-layout {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3rem !important;
}
.about-area-icontext .about-area-icontext-layout img {
  margin-right: 1.875rem;
  padding: 5px;
}
.about-area-icontext .about-area-icontext-layout div > h4 {
  color: rgba(0,0,0,0.8);
  margin-bottom: 1.5rem;
}
.about-area-machine div > span {
}
/*
.rs-services-area .services-icon i {
  color: var(--rs-menu-text);
  font-size: 3rem;
}
*/
.rs-services-area .services-icon .gzbco-icon {
  fill: var(--rs-menu-text);
  width: 3rem;
  height: 3rem;
}
.rs-services-area .services-content .services-list .rs-list-item ul > li > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  min-height: calc(1.5em * 3);
  max-height: calc(1.5em * 3);
  width: 100%;
}
/*
.rs-services-area .services-content .services-list i {
  color: var(--rs-menu-text);
  margin-top: 4px;
  font-size: 1.2rem;
}
*/
.rs-services-area .services-content .services-list .gzbco-icon {
  color: var(--rs-menu-text);
  width: 1.2rem;
  height: 1.2rem;
}
.rs-services-area .container-fluid {
  max-width: 1440px;
}
.rs-services-area.primary-bg, .rs-partners-area {
  background-color: #fcfcfc;
}
.rs-partners-area .section-title span {
  text-decoration: underline;
  text-decoration-color: var(--rs-menu-text);
  text-underline-offset: 1rem;
  text-transform: uppercase;
}
.rs-blog-one .blog-meta-item::before {
  content: none;
}
.rs-blog-one .blog-content .blog-title a > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  min-height: calc(1.5em * 2);
  max-height: calc(1.5em * 2);
}
.rs-blog-one .blog-content .blog-title a > span:hover {
  color: var(--rs-theme-primary);
}

@media only screen and (max-width: 1280px) {
  .brand-logo img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .rs-product-category .product-category-tow-title {
    font-size: 0.875rem;
  }
  .rs-portfolio-area .banner-bg-one-section-space.banner-bg-one-section-layout-one {
    width: 100%;
    padding-top: 140px;
  }
  .rs-services-area .services-content .services-list i {
    margin-top: 3px;
  }
  .rs-banner-one {
    padding-bottom: 111px;
  }
}
@media only screen and (max-width: 1024px){
  .rs-banner-one {
    padding-bottom: 0px;
  }
  .rs-oem-processing .oem-processing-layout.oem-processing-layout-left h6 {
  }
  .rs-oem-processing .oem-processing-layout.oem-processing-layout-left p {
  }
  .rs-product-category .product-category-title {
  }
  .rs-product-category .section-title {
    font-size: var(--rs-fs-h3);
  }
  .rs-product-category .product-category-tow-title {
  }
  .rs-product-category .product-category-area-tow-layout-img {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  }
  .rs-product-category .product-category-tow-title {
  padding: 0.3rem 0;
  }
  .banner-bg-one-section-space-p {
  padding: 80px;
  }
  .rs-services-one .services-item {
  flex-wrap: nowrap;
  gap: 1rem;
  }
  .rs-services-area .services-icon i {
  }
  .rs-counter-one .counter-title {
  }
  .about-area-icontext-layout {
  width: 100% !important;
  }
  .about-area-icontext .about-area-icontext-layout img {
  width: 79px;
  }
  .about-area-machine div {
  width: 33.33333333%;
  }
  .rs-services-area .services-content .services-list i {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-one {
    padding-top: 388px;
    padding-bottom: 0px;
  }
  .rs-oem-processing .oem-processing-img {
    width: 50% !important;
  }
  .rs-oem-processing .oem-processing-layout.col-md-3 {
    width: 33.33333333% !important;
  }
  .rs-oem-processing .oem-processing-layout.col-md-9 {
    width: 66.66666667% !important;
  }
  .rs-product-category .product-category-area-layout-img {
    width: 50% !important;
  }
  .rs-product-category .product-category-area-tow-layout-img {
    width: 25% !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2rem;
  }
  .rs-product-category .product-category-title {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
  }
  .banner-bg-one-section-space-p {
    padding: 40px;
  }
  .banner-bg-one-section-layout-one {
    width: 100% !important;
  }
  .banner-bg-one-section-layout-tow {
    display: none !important;
  }
  .banner-bg-one-section-icontext div > span {
    line-height: 1.1;
  }
  .banner-bg-one-section-title {
    margin-bottom: 2rem;
  }
  .banner-bg-one-section-icontext div {
    padding-bottom: 1rem !important;
  }
  .banner-bg-one-section-icontext div > img {
    height: 25px;
  }
  .about-area-icontext-layout {
    width: 100% !important;
  }
  .about-area-icontext .about-area-icontext-layout img {
    width: 79px;
  }
  .about-area-machine div {
    width: 33.33333333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about-area-machine div > span {
  }
  .rs-services-one .services-item {
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .rs-services-area .services-icon i {
  }
  .rs-counter-one .counter-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .rs-counter-one .counter-number-wrapper {
    margin-bottom: 1rem;
    height: 50px;
  }
  .rs-counter-one .counter-number, .rs-counter-one .suffix {
    font-size: 2rem;
  }
  .rs-counter-one .counter-item {
    line-height: 1.1;
  }
  .rs-counter-one .counter-title {
    font-size: 0.875rem;
  }
  .rs-blog-one .blog-title {
  }
}
@media only screen and (max-width: 768px) {
  .rs-banner-one {
    padding-top: 328px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 540px) {
  .rs-banner-one {
    padding-top: 230px;
    padding-bottom: 0px;
  }
  .rs-counter-one .counter-number, .rs-counter-one .suffix {
  }
  .rs-oem-processing {
    margin-top: 60px;
  }
  .oem-processing-layout-left {
    margin-bottom: 40px;
  }
  .rs-oem-processing .home-oem-prosessing-img-shadow div {
    padding: 0.75rem !important;
  }
  .rs-oem-processing .oem-processing-layout.col-md-3, .rs-oem-processing .oem-processing-layout.col-md-9 {
    width: 100% !important;
  }
  .rs-product-category .product-category-tow-title {
  }
  .rs-product-category .product-category-tow-title a > span {
  }
  .banner-bg-one-section-title h4, .banner-bg-one-section-title .banner-bg-one-section-button {
  }
  .banner-bg-one-section-title {
    margin-bottom: 1.5rem;
  }
  .banner-bg-one-section-icontext div {
    padding-bottom: 0.75rem !important;
  }
  .banner-bg-one-section-icontext div > img {
    height: 1rem;
  }
  .banner-bg-one-section-space-p {
    padding: 60px;
  }
  .rs-services-one .services-item {
    flex-wrap: nowrap;
  }
  .rs-counter-one .counter-number-wrapper {
    margin-bottom: 1rem;
    height: 60px;
  }
}
@media only screen and (max-width: 480px){
  .p-relative {
    margin-top: 80px;
  }
  .rs-oem-processing {
    margin-top: 60px;
  }
  .oem-processing-layout-left {
    margin-bottom: 40px;
  }
  .rs-oem-processing .home-oem-prosessing-img-shadow div {
    padding: 0.75rem !important;
  }
  .rs-banner-one {
    padding-top: 134px;
    padding-bottom: 50px;
  }
  .rs-product-category .section-title {
    font-size: var(--rs-fs-h4);
  }
  .product-category-area-layout-img {
    padding: 10px;
  }
  .rs-product-category .product-category-title {
    padding: 1rem 0;
    margin-bottom: 0;
  }
  .rs-product-category .product-category-title a > span {
  }
  .rs-product-category .section-title span {
    text-underline-offset: 0.25rem
  }
  .product-category-area-tow-layout-img {
    padding: 10px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .rs-product-category .product-category-tow-title {
    padding: 0.2rem;
    font-size: 0.725rem;
  }
  .rs-product-category .product-category-tow-title > span {
    font-size: 0.7rem;
    font-weight: 400;
  }
  .rs-product-category .product-category-tow-title a {
    line-height: 1;
  }
  .rs-product-category .product-category-tow-title a > span {
  }
  .banner-bg-one-section-space-p {
    padding: 40px;
  }
  .banner-bg-one-section-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .banner-bg-one-section-title h4 {
  }
  .banner-bg-one-section-button {
  }
  .banner-bg-one-section-icontext div > span {
  }
  .banner-bg-one-section-icontext div {
    padding-bottom: 0.5rem !important;
  }
  .banner-bg-one-section-icontext div > img {
    height: 20px;
  }
  .about-area-icontext .about-area-icontext-layout {
    padding-bottom: 0rem !important;
    padding-left: 0;
    padding-right: 0;
  }
  .about-area-icontext .about-area-icontext-layout img {
    margin-right: 1rem;
    height: 50px;
  }
  .about-area-icontext .about-area-icontext-layout div > h4 {
    margin-bottom: 0.5rem;
  }
  .about-area-icontext .about-area-icontext-layout div > p {
    line-height: 1.6;
  }
  .about-area-machine {
    margin-top: 1.5rem;
  }
  .about-area-machine div {
    padding-left: 0;
    padding-right: 0;
  }
  .about-area-machine div > span {
  }
  .rs-services-one .services-item {
    padding: 10px;
    gap: 10px 10px;
  }
  .rs-services-area .services-icon .gzbco-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .rs-services-area .services-content .services-list i {
    margin-top: 0px;
    color: var(--rs-menu-text);
    justify-content: flex-start;
  }
  .rs-services-area .services-content .services-list .rs-list-item ul li {
    line-height: 1.4;
    gap: 5px;
  }
  .rs-services-area .services-content {
    width: 85%;
  }
  .rs-services-area .services-content .services-list .rs-list-item ul > li > span {
    -webkit-line-clamp: unset;
    overflow: unset;
    text-overflow: unset;
    min-height: unset;
    max-height: unset;
    width: 100%;
    line-height: 1.5;
  }
  .partners-area-honor .partners-area-honor-layout .partners-area-honor-item .partners-area-honor-content a > span {
    margin-top: 0.5rem; 
  }
  .partners-area-honor-row, .partners-area-brands {
    --bs-gutter-x: 1rem !important;
  }
  .rs-counter-one .counter-title {
    font-size: 0.7rem;
    padding-top: 1rem;
  }
  .rs-portfolio-area .banner-bg-one-section-space.banner-bg-one-section-layout-one {
    padding-top: unset;
  }
}
@media only screen and (max-width: 345px){
  .partners-area-honor .partners-area-honor-layout .partners-area-honor-item .partners-area-honor-content a > span {
    margin-top: 0.5rem; 
  }
}