.bg_xam {
  background-color: #f5f5f5;
  padding: 20px 0;
}

section {
  margin: 20px 0;
}
section .text_child {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .text_child a {
  text-transform: uppercase;
  font-size: 22px;
  color: white;
  padding: 5px 10px;
  background-color: rgb(200, 31, 23);
  display: inline-block;
  line-height: 1.6;
  margin-bottom: 20px;
}
section .text_child a:hover {
  color: white;
  text-decoration: none;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  section .text_child a {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  section .mobie_mb_2 {
    margin-bottom: 15px;
  }
}
section .box-name {
  background-color: rgb(180, 180, 180);
  width: 100%;
  margin: 0;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  section .box-name {
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
section .title_why_learn_at_24h,
section .title_teaching_staff {
  border-left: 5px solid rgb(200, 31, 23);
  padding-left: 10px;
  margin-bottom: 1.3em;
  margin-top: 1em;
}
section .title_why_learn_at_24h h2,
section .title_teaching_staff h2 {
  color: rgb(200, 31, 23);
  font-size: 24px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 0;
}
section .title_why_learn_at_24h p,
section .title_teaching_staff p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  section .content_why_learn_at_24h .col-md-3 {
    padding-left: 0 !important;
  }
}
section .content_why_learn_at_24h h3 {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}
section .content_why_learn_at_24h h3:before {
  width: 69px;
  content: "";
  height: 5px;
  background: rgb(200, 31, 23);
  display: block;
  margin-bottom: 5px;
}
section .content_why_learn_at_24h p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section .content_teaching_staff,
  section .content_album_24h {
    position: relative;
  }
  section .content_teaching_staff .owl-prev,
  section .content_teaching_staff .owl-next,
  section .content_album_24h .owl-prev,
  section .content_album_24h .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  section .content_teaching_staff .owl-prev,
  section .content_album_24h .owl-prev {
    left: 0;
  }
  section .content_teaching_staff .owl-next,
  section .content_album_24h .owl-next {
    right: 0;
  }
}/*# sourceMappingURL=cat.css.map */