body {
  overflow: hidden;
}

.ctd-highlights-widget {
  position: relative;
  padding: 34px 30px 0px;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  font-family: 'Lexend Deca', sans-serif;
}
.slash-blue {
  color: #007BFF; /* Hoặc màu bạn muốn */
  font-weight: bold;
}

.ctd-highlights-widget .vertical-line {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #E6E9EB;
  z-index: -1;
}


.ctd-highlights-widget .line-1 {
  left: calc(50% - 640px); /* 0% */
}

.ctd-highlights-widget .line-2 {
  left: calc(50% - 640px + 426.67px); /* 33.33% */
}

.ctd-highlights-widget .line-3 {
  left: calc(50% - 640px + 853.33px); /* 66.66% */
}

.ctd-highlights-widget .line-4 {
  left: calc(50% + 640px);/* 100% */
}


/* Slash màu xanh */
.slash-blue {
  color: #246ABC;
  font-weight: bold;
  margin-right: 5px;
}

/* Tiêu đề chính và phụ */
.ctd-highlights-widget .ctd-title,
.ctd-highlights-widget .ctd-sub-title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: capitalize;
}

/* Font-size theo tag cho title */
.ctd-highlights-widget .ctd-title.h1 { 
  font-size: 70px !important;
  max-width: 500px;
  font-weight: 400;
  line-height: 77px !important;
  margin-bottom: 40px;
  white-space: normal;
  display: block;
  }
.ctd-highlights-widget .ctd-title.h2 { font-size: 50px; font-weight: 400; max-width: 500px; line-height: 60px;}
.ctd-highlights-widget .ctd-title.h3 { font-size: 42px; }
.ctd-highlights-widget .ctd-title.h4 { font-size: 30px; }
.ctd-highlights-widget .ctd-title.h5 { font-size: 24px; }
.ctd-highlights-widget .ctd-title.h6 { font-size: 18px; }
.ctd-highlights-widget .ctd-title.p,
.ctd-highlights-widget .ctd-title.div,
.ctd-highlights-widget .ctd-title.span {
  font-size: 16px;
}

/* Font-size theo tag cho sub-title */
.ctd-highlights-widget .ctd-sub-title.h1 { font-size: 42px; }
.ctd-highlights-widget .ctd-sub-title.h2 { font-size: 36px; }
.ctd-highlights-widget .ctd-sub-title.h3 { font-size: 30px; }
.ctd-highlights-widget .ctd-sub-title.h4 { font-size: 24px; }
.ctd-highlights-widget .ctd-sub-title.h5 { font-size: 20px; }
.ctd-highlights-widget .ctd-sub-title.h6 { font-size: 18px; }
.ctd-highlights-widget .ctd-sub-title.p,
.ctd-highlights-widget .ctd-sub-title.div,
.ctd-highlights-widget .ctd-sub-title.span {
  font-weight: 400;
  line-height: 22px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px;
  margin-bottom: 8.39px;
}
.ctd-highlights-widget {
        margin-left: 30px ;
    }

@media screen and (max-width: 1025px){
  .ctd-highlights-widget .ctd-title.h1 {
    font-size: 50px ;
    max-width: 500px;
    font-weight: 400;
    line-height: 60px ;
    margin-bottom: 40px;
    white-space: normal;
    display: block;
    margin-left: 31px;
}
  .ctd-highlights-widget {
    position: relative;
  }
  .ctd-highlights-widget .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 700vh;
    background-color: #E6E9EB;
    display: block;
    transform: translateX(0);
    z-index: -1;
  }
.ctd-highlights-widget .line-1 {
    left: 0px;
  }

  .ctd-highlights-widget .line-2 {
    display:none;
    left: 236px;
  }

  .ctd-highlights-widget .line-3 {
    display:none;
    left: 472px;
  }

  .ctd-highlights-widget .line-4 {
    left: 950px;
  }
  .ctd-highlights-widget .ctd-title.h2 {
    font-size: 50px;
    font-weight: 400;
    max-width: 500px;
    line-height: 60px;
    margin-left: 31px;
}
.ctd-highlights-widget .ctd-sub-title.p, .ctd-highlights-widget .ctd-sub-title.div, .ctd-highlights-widget .ctd-sub-title.span {
    font-weight: 400;
    line-height: 22px;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 16px;
    margin-bottom: 8.39px;
    margin-left: 31px;
}
}
@media screen and (max-width: 821px){
.ctd-highlights-widget {
    position: relative;
  }
  .ctd-highlights-widget .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 700vh;
    background-color: #E6E9EB;
    display: block;
    transform: translateX(0);
    z-index: -1;
  }
  .ctd-highlights-widget .line-1 {
    left: 0px;
  }

  .ctd-highlights-widget .line-2 {
    display:none;
    left: 236px;
  }

  .ctd-highlights-widget .line-3 {
    display:none;
    left: 472px;
  }

  .ctd-highlights-widget .line-4 {
    left: 740px;
  }
}
@media screen and (max-width: 769px){
  .ctd-highlights-widget {
    position: relative;
  }
  .ctd-highlights-widget .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 700vh;
    background-color: #E6E9EB;
    display: block;
    transform: translateX(0);
    z-index: -1;
  }
  .ctd-highlights-widget .line-1 {
    left: 0px;
  }

  .ctd-highlights-widget .line-2 {
    display:none;
    left: 236px;
  }

  .ctd-highlights-widget .line-3 {
    display:none;
    left: 472px;
  }

  .ctd-highlights-widget .line-4 {
    left: 708px;
  }

  .ctd-col h2 {
    font-size: 44px;
    font-family: 'Lexend Deca', sans-serif;
    line-height: 48px;
    margin-bottom: 20px;
    transform: translateX(32px);
  }
}

/* Responsive cho mobile */
@media screen and (max-width: 768px) {
  .ctd-highlights-widget {
  position: relative;
  padding: 80px 17px 30px 10px;
  max-width: 431px;
  margin: auto;
  text-align: left;
  font-family: 'Lexend Deca', sans-serif;
  
}
.ctd-highlights-widget .vertical-line {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #E6E9EB;
  z-index: -1;
}
  .ctd-highlights-widget .line-2,
  .ctd-highlights-widget .line-3 {
    display: none;
  }
.ctd-highlights-widget .line-1 {
    left: 4%;
    transform: translateX(-50%);
  }

  .ctd-highlights-widget .line-4 {
    left: 96%;
    transform: translateX(-50%);
  }

  .ctd-highlights-widget .ctd-title.h1 {
    font-size: 31px !important;
    line-height: 1.2 !important;
    transform: translateX(20px);
     margin-bottom: 10px;
     max-width: 300px;
     margin-left: 0px;
  }

  .ctd-highlights-widget .ctd-sub-title.p,
  .ctd-highlights-widget .ctd-sub-title.div,
  .ctd-highlights-widget .ctd-sub-title.span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    
  }
.ctd-highlights-widget .ctd-sub-title.p{
  transform: translateX(10px);
  margin-left: 10px;
}

  .ctd-highlights-widget .ctd-title.h2{
    font-size: 25px;
    line-height: 28px;
    max-width: 250px;
    /* margin-bottom: 50px; */
    margin-left: 21px;
  }
  
}
@media screen and (max-width: 768px) {
    .ctd-highlights-widget {
        margin-left: 0px ;
    }
}

@media screen and (max-width: 768px) {
    .ctd-highlights-widget {
     
        padding: 80px 0px 30px 0px;
        max-width: 431px !important;
        
    }
}
@media screen and (min-width: 392px) {
    .ctd-highlights-widget {
        margin-left: 0px ;
    }
}

/* @media (min-width: 768px) and (max-width: 1024px) {
  .ctd-highlights-widget {
    position: relative;
  }
  .ctd-highlights-widget .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 700vh;
    background-color: #E6E9EB;
    display: block;
    transform: translateX(0);
    z-index: -1;
  }
  .ctd-highlights-widget .line-1 {
    left: 0px;
  }

  .ctd-highlights-widget .line-2 {
    display:none;
    left: 236px;
  }

  .ctd-highlights-widget .line-3 {
    display:none;
    left: 472px;
  }

  .ctd-highlights-widget .line-4 {
    left: 708px;
  }

  .ctd-col h2 {
    font-size: 44px;
    font-family: 'Lexend Deca', sans-serif;
    line-height: 48px;
    margin-bottom: 20px;
    transform: translateX(32px);
  }
} */






