.home_text span, .specials_text span {
  font-size: 1.375rem;
  color: #ce9261;
  text-transform: capitalize;
  font-family: "Dancing Script", sans-serif;
}
.home_text h1,
.specials_text h1 {
  font-size: 3.875rem;
  color: #242424;
  font-weight: 600;
  line-height: 4.6rem;
}
.home_text p,
.specials_text p {
  font-size: 1.0625rem;
  color: #7f7f7f;
  line-height: 30px;
}
.home_text h2, .specials_text h2 {
  font-size: 2.625rem;
  line-height: 3.8rem;
  font-weight: 600;
  color: #333333;
  padding-top: 20px;
}
.home_about h2{
  max-width: 58%;
}
.specials_text h2 {
  padding-top: 0;
}
.home_banner {
  height: 945px;
  padding-top: 250px;
  position: relative;
  margin-top: -135px;
  /* background: url(../img/home-banner.jpg) no-repeat center; */
}
.home_banner .home_text h1 {
  margin: 30px 0 15px;
  max-width: 58%;
}
.home_banner .home_text p {
  max-width: 40%;
  margin-bottom: 35px;
  color: #eee;
}
.home_specials {
  padding: 190px 0 270px;
}
.home_specials h2 {
  padding-top: 20px;
}
.home_specials .home_text + div li {
  padding: 13px 25px;
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
  background-color: #fff;
  transition: all 0.3s;
  margin-left: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.home_specials .home_text + div li:hover,
.home_specials .home_text + div li.active {
  background-color: #ce9260;
  color: #fff;
}
.product_detail_like {
  padding: 135px 0 110px;
  position: relative;
}
.product_detail_like h3 {
  font-size: 2.625rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
.product_detail_like .swiper_like {
  overflow: hidden;
  padding: 65px 0 25px;
}
.product_detail_like .swiper_like li {
  width: 30%;
  margin-bottom: 50px;
}
.product_detail_like .swiper_like li a {
  width: 100%;
  min-height: 486px;
  display: block;
}
.product_detail_like .swiper_like li a:hover div img {
  transform: scale(1.1);
}
.product_detail_like .swiper_like li a div {
  width: 100%;
  height: 388px;
  overflow: hidden;
  background-color: #eeeeee;
  transition: all 0.3s;
}
.product_detail_like .swiper_like li a div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.product_detail_like .swiper_like li a p {
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #333333;
  padding: 25px 0 15px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.product_detail_like .swiper_like li a strong {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
  display: block;
  font-weight: normal;
}
.product_detail_like .like_button_prev,
.product_detail_like .like_button_next {
  width: 16px;
  height: 30px;
  position: absolute;
  top: 52%;
  cursor: pointer;
  transition: all 0.3s;
}
.product_detail_like .like_button_prev.swiper-button-disabled,
.product_detail_like .like_button_next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.product_detail_like .like_button_prev {
  background: url(../img/left-g.svg) no-repeat center;
  left: 50%;
  transform: translateX(-700px);
}
.product_detail_like .like_button_next {
  background: url(../img/right-g.svg) no-repeat center;
  right: 50%;
  transform: translateX(700px);
}
.product_detail_like button {
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  padding: 16px 53px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  display: block;
  border-radius: 3px;
  transition: all 0.3s;
}
.product_detail_like p.center>a:hover{
  background-color: #d69962;
  color: #fff;
  border-color: #d69962;
}
.product_detail_like p.center>a{
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  padding: 16px 53px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.3s;
}
.product_detail_like button:hover {
  background-color: #d69962;
  color: #fff;
  border-color: #d69962;
}
.home_med {
  position: relative;
}
.home_med img {
  position: absolute;
  bottom: 20px;
  left: -380px;
}
.home_med .home_text {
  text-align: center;
}
.home_med .home_app_swiper {
  padding: 85px 0 230px;
  width: 1217px;
  height: 850px;
  overflow: hidden;
  margin: 0 auto;
}
.home_med .home_app_swiper ul li {
  height: 100%;
  transition: all 0.3s;
}
.home_med .home_app_swiper ul li.active {
  height: 593px;
  margin-top: -30px;
}

.home_med .home_app_swiper ul li.active a div,
.home_med .home_app_swiper ul li.swiper-slide-active a div {
  max-height: 357px;
  padding: 40px 30px 60px;
  bottom: 40px;
}
.home_med .home_app_swiper ul li:hover a div h3,
.home_med .home_app_swiper ul li.swiper-slide-active a div h3 {
  color: #ce9261;
  font-size: 22px;
}

.home_med .home_app_swiper ul li.active a span {
  opacity: 1;
}
.home_med .home_app_swiper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: url(../img/home-ms1.jpg) no-repeat center / cover;
}
.home_med .home_app_swiper ul li a div {
  max-width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  bottom: 25px;
  background-color: #ffffff;
  max-height: 53px;
  padding: 15px 30px;
  transition: all 0.5s;
  overflow: hidden;
}
.home_med .home_app_swiper ul li a div h3 {
  font-size: 18px;
  color: #1c232f;
  line-height: 23px;
  margin-bottom: 15px;
  transition: all 0.3s;
  font-weight: 600;
}
.home_med .home_app_swiper ul li a div p {
  max-height: 220px;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #727272;
  line-height: 25px;
}
.home_med .home_app_swiper ul li a span {
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background-color: #ce9261;
  position: absolute;
  bottom: 20px;
  left: 45px;
  opacity: 0;
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home_med .home_app_swiper ul li a span::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/right-w.svg) no-repeat center / 20%;
}
.home_med .home_app_swiper ul li:nth-child(2) a {
  background-image: url(../img/home-ms2.jpg);
}
.home_med .home_app_swiper ul li:nth-child(3) a {
  background-image: url(../img/home-ms3.jpg);
}
.home_process {
  height: 871px;
  padding-top: 115px;
  background: url(../img/home-bp-bg.jpg) no-repeat center;
  position: relative;
}
.home_process > img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_process .home_text {
  text-align: center;
}
.home_process .home_process_main {
  text-align: center;
  padding-top: 80px;
}
.home_process .home_process_main li:nth-child(odd) {
  margin-top: 50px;
}
.home_process .home_process_main li{
  width: 25%;
}
.home_process .home_process_main li a {
  width: 100%;
  height: 100%;
  display: block;
}
.home_process .home_process_main li.active a div {
  background-color: #dabca0;
}
.home_process .home_process_main li a:hover span {
  opacity: 1;
}
.home_process .home_process_main div {
  background-color: #dfd6cf;
  width: 242px;
  height: 242px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  margin: 0 auto;
}
.home_process .home_process_main div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_process .home_process_main h3 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
  margin: 25px 0 15px;
}
.home_process .home_process_main p {
  font-size: 1rem;
  color: #686868;
  line-height: 22px;
  max-width: 80%;
  margin: 0 auto;
}
.home_process .home_process_main span {
  display: inline-block;
  font-size: 1rem;
  color: #ce9261;
  margin-top: 20px;
  padding-right: 22px;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
}
.home_process .home_process_main span::after {
  content: '';
  display: block;
  width: 15px;
  height: 5px;
  background: url(../img/right-line-b.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.flex.center{
  justify-content: center;
}
.home_process .flex.center{
  gap: 1.5rem;
}
.home_process .button {
  /* position: absolute; */
  /* bottom: -28px;
  left: 50%;
  transform: translateX(-50%); */
  width: auto;
  height: 56px;
  line-height: 56px;
  padding: 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  /* display: none; */
}
.home_about {
  padding-top: 205px;
  height: 1310px;
  background: url(../img/home-au-bg.png) no-repeat center bottom;
}
.home_about > div {
  position: relative;
  height: 100%;
}
.home_about .home_text p {
  max-width: 48%;
  margin: 25px 0 22px;
}
.home_about .home_text div ul {
  max-width: 48%;
}
.home_about .home_text div ul li {
  width: 32%;
}
.home_about .home_text div ul span {
  font-size: 2.75rem;
  font-weight: 500;
}
.home_about .home_text div ul p {
  max-width: 100%;
}
.home_about .home_text a {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 500;
  padding-right: 25px;
  display: inline-block;
  position: relative;
}
.home_about .home_text a:before{
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #cccccc94;
  bottom: -8px;
}
.home_about .home_text a:hover::after {
  right: -10px;
}
.home_about .home_text a::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url(../img/right-g.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.home_about img{
  transition: all 1s ease;
}
.home_about img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.home_about img:nth-of-type(2) {
  position: absolute;
  bottom: 300px;
  right: 750px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.home_about img:nth-of-type(3) {
  position: absolute;
  bottom: 250px;
  right: 425px;
  border-radius: 12px;
}
.home_about img:nth-of-type(4) {
  position: absolute;
  bottom: 110px;
  right: 50px;
  border-radius: 12px;
}
.home_video {
  width: 98%;
  height: 655px;
  margin: 0 auto;
  overflow: hidden;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
  cursor: pointer;
  display: none;
}
.home_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_testimonial {
  padding-top: 145px;
  overflow: hidden;
}
.home_testimonial .home_text {
  text-align: center;
}
.home_testimonial .home_text p {
  max-width: 28%;
  margin: 25px auto 0;
}
.home_testimonial .swiper_home_testimonial {
  padding: 120px 0 225px;
  width: 1042px;
  margin: 0 auto;
}
.home_testimonial .swiper_home_testimonial > ul > li {
  padding: 60px 50px 75px 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  transition: all 0.3s;
  position: relative;
}
.home_testimonial .swiper_home_testimonial > ul > li.swiper-slide-active {
  transform: scale(1.18);
}
.home_testimonial .swiper_home_testimonial > ul > li .left {
  flex: 1;
  padding-top: 30px;
  margin-right: 40px;
}
.home_testimonial .swiper_home_testimonial > ul > li .left h3 {
  font-size: 1.5rem;
  color: #242424;
  font-weight: 600;
  position: relative;
}
.home_testimonial .swiper_home_testimonial > ul > li .left h3::after {
  content: '\'\'';
  font-size: 8.2769rem;
  color: #c5c5c5;
  font-weight: 700;
  position: absolute;
  top: -30px;
  z-index: -1;
  right: 0;
}
.home_testimonial .swiper_home_testimonial > ul > li .left p {
  font-size: 1rem;
  color: #595959;
  line-height: 28px;
  margin: 25px 0 15px;
}
.home_testimonial .swiper_home_testimonial > ul > li .left p + div ul {
  margin-bottom: 35px;
}
.home_testimonial .swiper_home_testimonial > ul > li .left p + div ul li {
  width: 17px;
  height: 16px;
  background: url(../img/star.svg) no-repeat center / contain;
  margin-right: 6px;
}
.home_testimonial .swiper_home_testimonial > ul > li .left div.flex div:first-child {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.home_testimonial .swiper_home_testimonial > ul > li .left div.flex div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_testimonial .swiper_home_testimonial > ul > li .left div.flex strong {
  font-size: 1.125rem;
  color: #242424;
  font-weight: 500;
  display: block;
  padding-top: 5px;
}
.home_testimonial .swiper_home_testimonial > ul > li .left div.flex p {
  margin: 0;
  font-size: 1rem;
  color: #929292;
}
.home_testimonial .swiper_home_testimonial > ul > li .right {
  width: 455px;
  height: 321px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 4;
}
.home_testimonial .swiper_home_testimonial > ul > li .right li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_pagination {
  margin-top: -20px;
  z-index: 9;
  position: relative;
  text-align: center;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_pagination .swiper-pagination-bullet {
  width: 15px;
  height: 2px;
  border-radius: 0;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d69962;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_prev,
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_next {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  top: -180px;
  z-index: 99;
  position: relative;
}
.home_testimonial .right .swiper-btn.swiper-button-disabled{  
  opacity: 0;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_prev::after,
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_next::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/left-w.svg) no-repeat center / 20%;
  cursor: pointer;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_prev {
  left: 20px;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_next {
  left: 395px;
  top: -217px;
}
.home_testimonial .swiper_home_testimonial > ul > li .right .swiper_right_next::after {
  background-image: url(../img/right-w.svg);
}
.home_testimonial .swiper_home_testimonial > ul > li .mask {
  width: 455px;
  height: 321px;
  background-color: #d9dfe2;
  position: absolute;
  top: 67px;
  right: 45px;
  z-index: 3;
  border-radius: 10px;
}
.home_testimonial .swiper_home_testimonial > ul > li .mask:nth-child(3) {
  top: 72px;
  right: 37px;
  background-color: #ecf0f1;
  z-index: 2;
}
.home_testimonial .home_testimonial_pagination {
  margin-top: 60px;
  margin-left: -40px;
}
.home_testimonial .home_testimonial_pagination .swiper-pagination-bullet {
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 500;
  color: #878787;
  padding: 0 45px 0 0;
  transition: all 0.3s;
  font-family: sans-serif;
}
.home_testimonial .home_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child {
  padding-left: 40px;
}
.home_testimonial .home_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child::after {
  left: -20px;
}
.home_testimonial .home_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-right: 85px;
  position: relative;
  color: #d59961;
  font-size: 1.25rem;
}
.home_testimonial .home_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 12px;
  transform: translateY(-1);
  right: 5px;
}
.home_testimonial .home_testimonial_next,
.home_testimonial .home_testimonial_prev {
  width: 82px;
  height: 82px;
  border-radius: 5px;
  margin: 0 0 0 auto;
  cursor: pointer;
  z-index: 9;
  position: relative;
  transition: all 0.3s;
}
.home_testimonial .home_testimonial_next.swiper-button-disabled,
.home_testimonial .home_testimonial_prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.home_testimonial .home_testimonial_next::after,
.home_testimonial .home_testimonial_prev::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/right-w.svg) no-repeat center / 20%;
}
.home_testimonial .home_testimonial_next {
  background-color: #d69962;
  margin-top: -70px;
}
.home_testimonial .home_testimonial_next::after {
  background-image: url(../img/right-w.svg);
}
.home_testimonial .home_testimonial_prev {
  background-color: #d69962;
  margin: 0 100px 0 auto;
  transform: rotate(180deg);
  margin-top: -82px;
}
.home_testimonial .btn.swiper-button-disabled{
  background-color: #e5e5e5;
}

.home_testimonial .btn.swiper-button-disabled:after{
  background-image: url(../img/right-g.svg);
}
.swiper-say li .left span.star-content{
  margin-bottom:35px;
}
.swiper-say li .left span.star, .swiper-say li .left span.star-content{
  width:132px;
  height:21px;
  position:relative;
  display:inline-block;
  overflow:hidden;
}
.swiper-say li .left span.star span{
  width:132px;
  height:21px;
  position:absolute;
  left:0;
  top:0;
  display:inline-block;
  background:url('https://topfastpcba.com/wp-content/themes/sytech/assets/img/star.svg') no-repeat center/contain;
}
.home_banner video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}
.home_banner:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.4);
}