.section_no_pad .col,
.section_no_pad {
  padding: 0 !important;
}
button.btn_main,
a.btn_main {
  background-color: var(--primary-color) !important;
  border-radius: 20px;
  color: var(--fs-color-base) !important;
  border-color: var(--primary-color) !important;
}
button.btn_main:hover,
a.btn_main:hover {
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
  border-color: var(--fs-primary-color) !important;
}
.sldier_home .flickity-slider .banner {
  border-bottom: 24px solid var(--primary-color);
}
.title_section .section-title.section-title-center {
  justify-content: center;
}
.title_section .section-title.section-title-center b {
  display: none;
}
.row_5 {
  gap: 20px;
  margin-top: 50px;
  row-gap: 50px;
}
.row_5 .col.col_content_item {
  max-width: calc(20% - 20px);
}
.row_5 .col.col_content_item {
  background-image: url("../images/frame-block.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 346px;
  position: relative;
  border-radius: 8px;
}
.row_5 .col.col_content_item .col_content_item__number {
  background: #243987;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -28px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
  border: 3px solid #fff;
}

.row_5 .col.col_content_item .col_content_item__title h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
p:last-of-type {
  margin-bottom: 0;
}

.row_5 .col.col_content_item .col-inner {
  padding-top: 50px;
  position: absolute;
  left: 0;
  right: 15px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}
.row_5 .col.col_content_item .col_content_item__des {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.row_5 .col.col_content_item:hover .col_content_item__des {
  max-height: 500px; /* hoặc giá trị đủ lớn để chứa nội dung */
  opacity: 1;
}
.row_5 .col.col_content_item .icon-box {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  height: max-content;
  left: 50%;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.section_footer .col {
  padding-bottom: 0;
}

.section_footer {
  padding: 80px 0 !important;
}

.msr-form-label span {
  color: #bf00ff;
}
