/* section-execution-certainly */
.section-gradient-dark-left:before{
   background: linear-gradient(135deg, #000000BA 5%, #0000008A 35%, transparent 60%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
}
.section-execution-certainly .col-no-padding-bottom{
  padding:0;
}

.section-execution-certainly .col-absolute-check-list .col-inner,
.section-execution-certainly .col-absolute-check-list,
.section-execution-certainly .row-start{
  position: unset;
}
@media screen and (max-width:849px) {
  .section-execution-certainly .col-absolute-check-list{
    position: relative;
  }
  .section-execution-certainly .section-bg.fill{
    width:100%;
  }
  .section-execution-certainly .section-bg.fill img{
    object-position: 70% bottom !important;
    top: 30%;
  }
}
/* section-real-success-stories */
.section-real-success-stories h2{
  margin:0;
} 
.section-real-success-stories .image-projects-card .box-text{
  position: absolute;
  bottom: 0;
  padding: 15px;
}
.section-real-success-stories .row-list-image-box-card .col-inner{
  height: 100%;
}
.section-real-success-stories .row-list-image-box-card>.col:nth-child(1) .col-inner .image-projects-card,
.section-real-success-stories .row-list-image-box-card>.col:nth-child(1) .col-inner .image-projects-card .box-image,
.section-real-success-stories .row-list-image-box-card>.col:nth-child(1) .col-inner .image-projects-card .box-image *{
  height:100%;
}
.section-real-success-stories .row-list-image-box-card .col-inner .image-projects-card .box-image img{
  object-fit: cover;
}
.section-real-success-stories .row-list-image-box-card .col-inner .image-projects-card .box-image:before{
  content:"";
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  position: absolute;
}
.section-real-success-stories .row-list-image-box-card>.col:nth-child(2) .col-inner .image-projects-card .box-image:before{
  background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}
.section-real-success-stories .row-list-image-box-card .image-projects-card:hover .box-text{
  opacity: 1;
}
/* section-what-our-clients-say */
.section-what-our-clients-say .slider-wrapper .flickity-button{
  color: var(--color-very-dark-blue);
  transform: translateY(-100%) !important;
}
.section-what-our-clients-say .slider-wrapper .flickity-button svg{
  border:1px solid;
}
.section-what-our-clients-say .slider:hover .flickity-button{
  transform: translateY(-100%) !important;
}
.section-what-our-clients-say .slider-wrapper .flickity-button:hover{
  transform: translateY(-100%) !important;

}
.section-what-our-clients-say .slider-wrapper .flickity-button svg path{
  fill: var(--color-very-dark-blue);
}
.section-what-our-clients-say .slider-wrapper .flickity-page-dots{
	bottom: 0;
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.section-what-our-clients-say .slider-wrapper .flickity-page-dots .dot{
    background-color: var(--color-very-dark-blue) !important;
    border-radius: 20px;
    width: 50px;
}
.section-what-our-clients-say .slider-wrapper .testimonial-box .testimonial-meta.pt-half{
  display:flex;
  gap:5px;
  flex-direction: column;
}
.section-what-our-clients-say .slider-wrapper .testimonial-box .testimonial-name-divider{
  display:none;
}
.section-what-our-clients-say:before{
  font-family: "Font Awesome 6 Free";
  content:"\f10e";
  font-size: var(--font-extra-large);
  position: absolute;
  top:20%;
  left: 50%;
  transform: translate(-50%,-50%) scale(2);
  opacity: .3;
  font-weight: 900;
}
.section-what-our-clients-say .slider-wrapper.slider-testimonial{
  display:block !important;
}
.section-what-our-clients-say .row .col{
  z-index: 999;
}
.section-what-our-clients-say .icon-box.testimonial-box{
  padding:0 30px;
}
/* section-services-deliver-certainty */
.section-services-deliver-certainty .tabbed-content{
    position: relative;
}
.section-services-deliver-certainty .tabbed-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 50px; /* có thể tăng giảm */
  pointer-events: none; /* không chắn click */
  background: linear-gradient(to left, rgba(255,255,255,.5), transparent);
}
.section-services-deliver-certainty .tabbed-content > ul.nav{
  justify-content: space-between;
  border-bottom: 2px solid var(--color-primary-bright);
  flex-wrap: nowrap;
  overflow-x: auto; /* hoặc scroll đều được */
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
  position: relative;
}

.section-services-deliver-certainty .tabbed-content > ul.nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge, Opera */
}
.section-services-deliver-certainty .tabbed-content > ul.nav li {
    min-width: fit-content;
    text-align: center;
    padding: 0 10px;
}
.section-services-deliver-certainty .tabbed-content > ul.nav li.tab a{
  font-size: var(--font-body);
  font-weight: 500;
}
.section-services-deliver-certainty .tabbed-content > ul.nav li.tab.active a{
  font-weight: 600;
}
.section-services-deliver-certainty .tabbed-content > ul.nav li.tab.active a:before,
.section-services-deliver-certainty .tabbed-content > ul.nav li.tab:hover a:before{
  background: var(--color-primary-bright);
}
.section-services-deliver-certainty .tabbed-content .tab-panels{
  padding-top:50px;
}
.section-services-deliver-certainty .tabbed-content .tab-panels h3{
  color: #000;
  font-size: var(--font-body-large) !important;
}
.section-services-deliver-certainty .tabbed-content .tab-panels ul li{
  margin:0;
  padding-left:30px;
  list-style: none;
  position: relative;
}
.section-services-deliver-certainty .tabbed-content .tab-panels ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;       /* chỉnh size ở đây */
  height: 14px;      /* chỉnh size ở đây */
  background-image: url("https://cima.gobranding.asia/wp-content/uploads/2025/10/right.webp");
  background-size: contain;
  background-repeat: no-repeat;
}