.md-sec-title{
    position: relative;
    padding-left: 92px;
}
.md-sec-title h3{
    position: relative;
    z-index: 2;
}
.md-sec-title h3 span{
    margin-left: 11px;
    position: relative;
}
.md-sec-title h3 span img{
    position: absolute;
    width: 100% !important;
    top: 115% !important;
    left: 0 !important;
    right: inherit !important;
}
.md-sec-title .star{
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 6px;
    text-transform: uppercase;
    position: relative;
    /* Accent */
    color: #FBD784;
    padding-left: 90px;
    z-index: 2;
}
.md-sec-title .star:before{
    position: absolute;
    width: 70px;
    height: 2px;
    content: "";
    background: #FBD784;
    top: 10px;
    left: 0;
}
.md-sec-title .number{
    position: absolute;
    top: -119px;
    left: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 240px;
    line-height: 240px;
    /* identical to box height, or 100% */
    color: #FFFFFF;
    opacity: 0.1;
}
.md-sec-note{
    width: 600px;
    margin-top: -80px;
}
.md-sec-note p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    /* or 135% */
    display: flex;
    align-items: center;
    letter-spacing: -0.72px;

    color: #FFFFFF;
}
#section2.section-service.section-blog .list-blog{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 0;
    
}
#section2.section-service.section-blog .list-blog .item{
    padding: 0 15px;
}
#section2 .swiper{
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 18px;
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}
#section2.section-service.section-blog{
    justify-content: flex-start;
}
.swiper-pagination{
    bottom: -7px !important;
}
.home-banner .md-home-banner .main-banner-content .banner-title h3{
    font-family: "Chakra Petch", sans-serif;
}
.home-banner #bg-video .bg-banner:before{
    position: absolute;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    z-index: 4;
    background: linear-gradient(to bottom, #003751 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    content: "";
}
.home-banner #bg-video .bg-banner:after{
    position: absolute;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    z-index: 4;
    background: linear-gradient(to bottom, #003751 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    content: "";
}
.home-banner #bg-video .bg-banner .class-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.icon-call {
/*          background: #fff;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(40, 167, 69, 0.4);
/*          animation: pulse 1.5s infinite;*/
  transition: transform 0.3s ease;
  position: relative;
}
.icon-call:hover{
    animation: pulse 1.5s infinite;
}

/* Gợn sóng lan tỏa */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Sóng ngoài lan tỏa */
.icon-call::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
/*          animation: wave 2s infinite ease-out;*/
  z-index: -1;
  opacity: 0;
}
.icon-call:hover:after{
    animation: wave 2s infinite ease-out;
    opacity: 1;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.banner-slider .swiper-slide img {
  transition: transform 20s ease;
  transform: scale(1);
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slider{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner-slider .swiper-slide-active img {
  transform: scale(1.1);
}
.home-banner .md-home-banner:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 55, 81, 0.9) 44%, rgba(0, 55, 81, 0) 100%);
    mix-blend-mode: multiply;
    border-radius: 0px;
    transform: rotate(180deg);
    position: absolute;
    width: 100%;
    height: 230px;
    bottom: 0;
    left: 0;
}