.ss__bao-gia {
  font-family: Arial, Helvetica, sans-serif;
  color: #18191f;
}

.ss__bao-gia .tabs-mb{
  position: relative;
}

.ss__bao-gia .tabs-mb #btn-show-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  background: #eeeff4;
  border: 1px solid black;
  position: relative;
  line-height: 1;
}

.ss__bao-gia .tabs-mb #btn-show-tabs span{
  line-height: 1
}

.ss__bao-gia .tabs-mb #btn-show-tabs .fa-angle-down {
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
}

.ss__bao-gia .tabs-mb #tab-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border: 1px solid black;
}

.ss__bao-gia .tabs-mb #tab-list li {
  padding: 10px;
  border-top: 1px solid #fff;
  list-style: none;
}

.ss__bao-gia .tabs-mb #tab-list li:hover {
  background-color: #eeeff4;
  cursor: pointer;
}

.ss__bao-gia .tabs-mb .hide {
  display: none;
}

.ss__bao-gia .tabs-mb .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ss__bao-gia .tab-content {
  display: none;
  background: white;
  padding: 20px 0;
}

.ss__bao-gia .tab-content__text {
  overflow: scroll;
  text-align: left;
}

.ss__bao-gia .tab-content__text table tr th,
.ss__bao-gia .tab-content__text table tr td {
  padding: 10px 15px;
}

.ss__bao-gia .tab-content .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ss__bao-gia .tab-content.current {
  display: inherit;
}
/*# sourceMappingURL=main.css.map */

.image-box-contain img{
  object-fit: contain !important;
}

.service-breadcrumb-wrapper{
  padding: 15px 0;
  background-color: #fff;
}

.service-breadcrumb-wrapper #breadcrumbs{
  margin: 0;
  padding: 0 15px;
  font-weight: bold;
}

.service-breadcrumb-wrapper #breadcrumbs a,
.service-breadcrumb-wrapper #breadcrumbs span{
  font-weight: bold;
}

/* Related Articles Section */
.related-articles-section{
  padding: 30px 0;
}

.service-banner{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service-banner .service-banner-content{
  padding: 50px 0;
}

.service-banner .service-banner-content .main-title{
  font-size: 50px;
  line-height: 1.3;
}

.service-banner .service-banner-content .banner-desc{
  color: #000;
  margin-bottom: 30px;
}

.service-banner .service-banner-content a{
  background-color: #b20000;
  color: #fff;
  box-shadow: 0 3px 6px -4px rgb(0,0,0,16%), 0 3px 6px rgb(0,0,0,23%);
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}

.bang-gia-section{
  padding: 30px 0;
}

.bang-gia-section .custom-table-button{
  width: fit-content;
  display: block;
  margin: auto;
  padding: 10px 15px;
  border: 2px solid #b20000;
  color: #b20000;
  background-color: #fff;
  border-radius: 3px;
  transition: all .3s;
}

.bang-gia-section .custom-table-button:hover{
  color: #fff;
  background-color: #b20000;
  transition: all .3s;
}

.an-pham-section{
  padding: 30px 0;
}

.an-pham-section .product-slide .product-item{
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  transition: all .3s;
  border-radius: 5px;
}

.an-pham-section .product-slide .product-item:hover{
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
  transition: all .3s
}

.an-pham-section .product-slide .product-item .image-box{
  height: 280px;
}

.an-pham-section .product-slide .product-item .image-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.an-pham-section .product-slide .product-item .product-info{
  padding: 10px 15px;
}

.an-pham-section .product-slide .product-item .product-info .product-name{
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 50px;
}

.an-pham-section .product-slide .product-item .product-info .product-desc{
  color: #000;
  font-size: 15px;
}

.an-pham-section .product-slide .product-item .product-info .product-desc p{
  margin-bottom: 0;
}

.an-pham-section .product-slide .product-item .product-info .product-desc ul{
  padding-inline-start: 1em;
}

.prototype-section{
  padding: 30px 0;
}

.prototype-section .design-slide .design-item .box-image{
  height: 280px;
}

.prototype-section .design-slide .design-item .box-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s
}

.prototype-section .design-slide .design-item:hover .box-image img{
  transform: scale(1.1);
  transition: all .3s
}

.service-content{
  max-height: 10000px;
}

.service-content.collapse{
  max-height: 500px;
  overflow: hidden;
}

.content-collapse{
  text-align: center;
  padding: 15px;
}

.content-collapse span{
    padding: 5px 10px;
    color: black;
}

.content-collapse span:hover{
  color: var(--primary-color);;
  cursor: pointer;
}

.service-content.collapse .content-collapse{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-image: linear-gradient(0, #fff 80%, transparent);
}


.accordion{
  background-color: transparent !important;
}

.accordion::before{
  content: "" !important;
}

/* the slides */
.slick-slide {
  margin: 0 10px;
}
/* the parent */
.slick-list {
  margin: 0 -10px;
}

.slick-next:before, .slick-prev:before{
  font-size: 30px !important;
  color: #1E73BE !important;
}

.why-scroll{
  overflow-y: auto;
  /*     height: 400px; */
  box-shadow: 0 0 7px rgb(0 0 0 / 20%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.why-scroll ul{
  padding-inline-start: 1em;
}

.section-reason .box .box-image .image-wrap{
  height: 200px;
  overflow: hidden;
}

.section-reason .box .box-image .image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.section-reason .box .box-text h4 span,
.section-reason .box .box-text p span{
  color: #000 !important;
}

.section-team .box .box-text{
  min-height: 135px;
}

.section-team .box .box-text h4,
.section-team .box .box-text p{
  color: #000 !important;
}

.section-testimonial .testimonial-box{
  padding: 10px;
}

.section-testimonial .testimonial-box .testimonial-image img{
  max-height: 120px;
  width: auto;
}

.section-testimonial .testimonial-box .testimonial-text{
  min-height: 210px;
  font-style: normal !important;
  font-family: "Montserrat", sans-serif;
}

.section-testimonial .testimonial-box .testimonial-text p{
  color: #000 !important;
}

.section-faqs .faqs{
  width: 100%;
}

.section-faqs .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  font-weight: bold !important;
}

.section-faqs .active, .section-faqs .accordion:hover {
  background-color: #ccc; 
}

.section-faqs .panel-content {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.section-faqs .accordion:before{
  display: none;
}

.section-faqs .accordion:after {
  content: '\f054';
  color: #079fe0;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
}

.section-faqs .active:after {
  content:'\f078'; /* Unicode character for "minus" sign (-) */
  color: rgb(44, 85, 165)
}

.section-logo .partner-logo-slide{
  max-width: 100%;
}

.section-logo .partner-logo-slide .slide-item {
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid white;
  height: 200px;
  overflow: hidden;
}

.section-logo .partner-logo-slide .slide-item img{
  margin: auto;
  height: 100%;
  object-fit: contain;
}


@media (max-width: 1024px){

  .an-pham-section .product-slide .product-item .image-box{
    height: 210px;
  }

  .prototype-section .design-slide .design-item .box-image{
    height: 210px;
  }

}

@media (max-width: 812px){

  .an-pham-section .product-slide .product-item .image-box{
    height: 150px;
  }

  .prototype-section .design-slide .design-item .box-image{
    height: 150px;
  }

  .an-pham-section .product-slide .product-item .product-info .product-name{
    min-height: unset;
  }

}

@media (max-width: 600px){

  .an-pham-section .product-slide .product-item .product-info .product-name{
    font-size: 16px;
  }

  .an-pham-section .product-slide .product-item .product-info .product-desc{
    font-size: 12px;
  }

  .an-pham-section .product-slide .product-item .image-box{
    height: 105px;
  }

  .prototype-section .design-slide .design-item .box-image{
    height: 225px;
  }
  .service-banner .service-banner-content .main-title{
      font-size: 18px;
  }
  .sec__usps {
      display: none !important;
  }

  /* Related Articles Section Mobile */
  .related-articles-section .related-articles-wrapper {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }

  /* Fix slick navigation buttons on mobile - prevent them from being pushed in */
  .an-pham-section,
  .prototype-section {
    position: relative;
    overflow: visible !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .an-pham-section .row,
  .prototype-section .row {
    overflow: visible !important;
  }

  .an-pham-section .col,
  .prototype-section .col {
    overflow: visible !important;
    position: relative;
  }

  .an-pham-section .product-slide,
  .prototype-section .design-slide {
    position: relative;
  }

  /* Ensure both buttons are visible and positioned correctly */
  .an-pham-section .product-slide .slick-prev,
  .prototype-section .design-slide .slick-prev {
    left: -20px !important;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .an-pham-section .product-slide .slick-next,
  .prototype-section .design-slide .slick-next {
    right: -15px !important;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

}