@import url('https://fonts.googleapis.com/css2?family=Fasthand&family=Hanuman:wght@100;300;400;700;900&family=Noto+Serif+Khmer:wght@800&family=Poppins:wght@400;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:"Poppins", sans-serif  ,  "Fasthand", cursive;
  }
  
  :root {
    --grey: rgba(128, 128, 128, 0.442);
    --border-color-grey: rgba(128, 128, 128, 0.442);
    --bg-card: #d4d4d440;
    --bg-sale: #3CB043;
    --bg-hover-card: #bfc1be;
    --bg-header: #F6F9F5;
    --dark-text: #333;
    --bg-header: #F6F9F5;
    --text-black: #06150A;
    --text-white: #ffffff;
  }

  
  .container {
    max-width: 1200px;
    margin: 0px auto;
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .fs-1 {
    font-size: 60px;
  }
  .fs-3 {
    font-size: 30px;
  }
  .fs-2 {
    font-size: 40px;
  }
  .fs-5 {
    font-size: 20px;
  }
  .fs-6 {
    font-size: 16px;
  }
  .text-muted {
    color: var(--border-color-grey);
  }
  .fw-bold {
    font-weight: 900;
  }
  .text-green {
    color: var(--bg-sale);
  }
  .text-grey {
    color: grey;
  }
  .text-white {
    color: white;
  }
  .pe-2 {
    padding-right: 20px;
  }
  .ps-4 {
    padding-left: 50px;
  }
  
  .ps-2 {
    padding-left: 20px;
  }
  
  .px-1 {
    padding: 0px 10px;
  }
  .pt-1 {
    padding-top: 10px;
  }
  .pt-3 {
    padding-top: 30px;
  }
  .mt-3 {
    margin-top: 30px;
  }
  .mt-2 {
    margin-top: 20px;
  }
  .mb-1 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 30px;
  }
  .mb-2 {
    margin-bottom: 20px;
  }
  .px-2 {
    padding: 0px 20px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-12 {
    width: 100%;
  }
  
  .col-8 {
    width: 66.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-9 {
    width: 75%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-6 {
    width: 50%;
  }
  
  .col-2 {
    width: 20%;
  }
  
  .d-flex {
    display: flex;
  }
  .align-item-center {
    align-items: center;
  }
  .align-item-end {
    align-items: end;
  }
  
  .justify-content-end {
    justify-content: end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .hero-img {
       width : 100%;
       height : 340px;
       border-radius: 2px ;
       overflow: hidden;
  } 
  .hero-img img {
    width : 100%;
    height : 100%;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    gap : 22.5px;
}
  .hero-text .hero-title {
    font-size : 20px;
    font-weight: bold;
  }
  .hero-text .hero-desc {
    line-height: 2.5;
  }
   .hero-icon {
    display: flex;
    justify-content: space-between;
  
   
  }
  .hero-text .hero-icon .icon-service  {
    font-size : 14px;
    display: flex;
    align-items: center;
    gap : 10px;
  }
  .hero-text .hero-icon .icon-service i {
    color : var(--bg-sale);
  }
  
.card-service {
    padding : 10px 20px;
    height : 400px;
display: flex;
flex-direction: column;
gap : 20px;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   position: relative;
}
.card-service .icon-card {
    text-align: center;
    font-size : 60px;
}
.card-service .text-body {
    display: flex;
    flex-direction: column;
    gap : 20px;
}
.card-service .text-body .text-title {
    font-size : 20px;
    font-weight: bold;
    text-align: center;
}


.card-service .text-body .btn-card  a{
    display: block;
    text-decoration: none;
    width: 120px;
    height : 40px;
    background-color:var(--bg-sale);
    display: flex;
    align-items: center;
    justify-content: center;
   color : white;
   border-radius :4px;
   font-size: 14px;
  position: absolute;
  bottom : 30px;
}

/* .card-service:hover {
    background: var(--bg-sale);
    transition: all 0.8s;
} */
/* .card-service:hover  .text-title {
    color : white;
}
.card-service:hover .text {
    color : white;
}
.card-service:hover .icon-card {
    color : white;
}
.card-service:hover .text-body .btn-card  a{
    outline: 2px solid white;
} */


​ .card-service  .text-body p:nth-child(3){
    font-size : 14px
}
.text {
    font-size : 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
  }
#color-actvie-sv{
  font-size: 45px;
  color: var(--bg-sale);
}

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height : 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .swiper-slide  .card-slider{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
   
  }
  .swiper-slide  .card-slider .card-header {
    font-size :30px;
    height : 20%;
  }
  

  .swiper-slide  .card-slider  .card-text {
    font-size : 12px;
    text-align: start;
    padding : 0px 10px;
    height: 60%;
    display: flex;
    align-items: center;
  }
  .swiper-slide .card-slider  .card-profile {
    display: flex;
    gap : 20px;
    align-items: center;
    height: 20%;
   padding: 0px 10px;
  }
  .swiper-slide .card-slider  .card-profile .img-profile {
    width : 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    object-fit: cover;
   
  }
  .swiper-slide .card-slider  .card-profile .info-profile {
    display: flex;
    flex-direction: column;
    
  }
  .swiper-slide .card-slider  .card-profile   .info-profile .name-user{
    font-size : 14px;
    font-weight: bold;
  }
  .swiper-slide .card-slider  .card-profile   .info-profile .position-user{
    font-size : 12px;
    text-align: start;
  }

