header a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

.content {
  background-color: #fffbfb;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: start;
}

@media (min-width: 1200px) {
  .container.wider {
      width: 1340px;
  }
}

.container .btn_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .btn_top button {
  width: 163px;
  height: 43px;
  padding: 12px 32px 12px 32px;
  gap: 8px;
  border: solid 1px #C02135;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: center;
  color: #C02135;
  background-color: white;
  margin: 0 10px;
}

.container .btn_top button:hover {
  background-color: #C02135;
  color: white;
}

.container ul {
  padding-left: 20px;
}

.container ul li {
  margin: 5px 0;
}

.training-field__title {
  font-weight: 600;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

.nav-header ul li {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20.57px;
  text-align: left;
}

/* CSS cho menu */
nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a {
  color: #333333;
  /* Màu chữ menu */
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
}

nav ul li:hover>ul {
  display: block;
}

nav ul li:hover a {
  color: #C02135;
}


/* CSS cho submenu */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  /* Màu nền submenu */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Hiệu ứng bóng đổ */
  z-index: 1000;
  /* Đảm bảo submenu hiển thị trên cùng */
}

.submenu li {
  width: 300px;
  /* Độ rộng của submenu */
  margin: 0;
}

.submenu li a {
  /*     padding: 10px 15px; */
  display: block;
  color: #333333 !important;
  text-transform: uppercase;
}

.submenu li:hover {
  background-color: #f2f2f2;
  /* Màu nền khi hover */
  color: #c02135 !important;
}

.submenu li:hover a {
  color: #c02135 !important;
}


.content {
  padding: 20px 0 50px;
  text-align: center;

  min-height: calc(100vh - 280px);
}

.comparison-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* border: solid; */
  width: 100%;
  height: 900px;
}

.comparison-option {
  background-color: #c02135;
  /* Màu nền nút */
  color: #fff;
  /* Màu chữ nút */
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px;
}

.section-footer-bottom {
  bottom: 0 !important;
  /* left: 0 !important; */
}


.checkbox-wrapper-52 input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper-52 label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}

.checkbox-wrapper-52 *,
.checkbox-wrapper-52 ::after,
.checkbox-wrapper-52 ::before {
  box-sizing: border-box;
}

.checkbox-wrapper-52 .item .cbx {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  cursor: pointer;
}

.checkbox-wrapper-52 .item .cbx svg {
  position: relative;
  top: -1px;
  transform: scale(0);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.checkbox-wrapper-52 .item .cbx svg polyline {
  stroke-width: 2;
  stroke: #344054;
}

.checkbox-wrapper-52 .item .cbx:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transform: scale(0);
}

.checkbox-wrapper-52 .item .cbx:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  transform: scale(0);
}

.checkbox-wrapper-52 .item .cbx-lbl {
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

.checkbox-wrapper-52 .item .cbx-lbl:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #9098a9;
}

.checkbox-wrapper-52 .item input {
  display: none;
}

.checkbox-wrapper-52 .item input:checked+.cbx {
  border-color: #D0D5DD;
}

.checkbox-wrapper-52 .item input:checked+.cbx svg {
  transform: scale(1);
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}

.checkbox-wrapper-52 .item input:checked+.cbx:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.3s ease;
}

.checkbox-wrapper-52 .item input:checked+.cbx:after {
  transform: scale(1);
  opacity: 0;
  transition: all 0.6s ease;
}

.checkbox-wrapper-52 .item input:checked~.cbx-lbl {
  color: #344054;
  font-weight: 600;
}

.wrap {
  display: flex;
  background: linear-gradient(90deg, #780206 0%, #061161 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  justify-content: center;
  position: relative;

}

i:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 10px 40px white;
}

i:active:after {
  box-shadow: 0 0 0 0 white;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0s;
}

i:active {
  top: 1px;
}

.container__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.container__content .text__content {
  width: 50%;
  padding: 10px;
}

.container__content .text__content .title {
  padding-top: 20px;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.89px;
  text-align: left;
  color: #3D3D3D;
  text-transform: uppercase;
  /* text-decoration: underline; */
  font-family: 'Inter', sans-serif !important;
}

.container__content .text__content .text {
  font-family: 'Inter', sans-serif !important;

  font-size: 17px;
  font-weight: 700;
  line-height: 20.57px;
  text-align: left;
  padding: 15px 0 10px;

}

.container__content .image {
  width: 50%;
  padding: 10px;

}

.container__content .image img {
  width: 100%;
}

/* .container__content img{
    width: 490px;
    height: 280px;
  } */

 .c-content {
  padding: 0 0 36px 0;
 }

 .css-banquyen .copy-content {
  font-size: 14px;
  font-weight: 500;
 }
 .css-banquyen .copy-title {
  text-transform: uppercase;
 }

 /* CSS for Search Input */
.search-container {
  position: relative;
}

.search-input {
  padding: 10px 30px 10px 10px;
  border: none;
  width: 271px !important;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 6px 0 0;
}

.dropdown input[type="text"] {
  width: 100%;
  padding: 0 10px;
  margin: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F2F5FA;
  min-width: 100%;
  overflow-y: auto;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 750px;
}

.dropdown-content div {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #ddd;
}

.program-list {
    
  width: 100%;
  margin: 10px 0 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: auto;
  text-align: left;
}

.program-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 474px;
  /* Adjust height as needed to trigger scroll */
  overflow-y: auto;
  border: 1px solid #ccc;
}

.program-list ul li {
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.program-list ul li:hover {
  background-color: #f6f6f6;
}

.program-list ul li:last-child {
  border-bottom: none;
}
