.box-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-details-about {
  padding: 0 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

#course-section .title {
  text-align: center;
  margin-bottom: 20px;
}

#course-section .title h2 {
  color: #0d4a7e;
}

#course-section .title p {
  font-size: 14px;
}

#course-section .box-content {
  display: flex;
  justify-content: space-between;
  background-color: #041942;
  padding: 15px 30px;
  border-radius: 8px;
  margin: 0 70px 15px;
}

#course-section .box-title {
  display: flex;
  align-items: center;
}
#course-section .number {
  margin-right: 25px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0F4C81;
  border: 50%;
  border-radius: 50%;
}

#course-section .number p {
  font-size: 35px;
  color: #fff;
}

#course-section .title-text h5 {
  margin-bottom: 5px;
}
#course-section .title-text h5,
#course-section .title-text h6 {
  font-size: 18px;
  color: #fff;
}
#course-section .title-text h6 {
  font-weight: 400;
}

#course-section .box-hr {
  display: flex;
  align-items: center;
  text-align: center;
}

#course-section .box-hr p {
  color: #B0EBE9;
}

#course-thaire-section .bg-color {
  background-color: #e1eff8;
}

#course-thaire-section .box-content {
  padding: 25px 75px;
}

#course-thaire-section .tab-content {
  border: none;
  padding: 20px 45px;
}

#course-thaire-section .nav-pills > li.active > a,
#course-thaire-section .nav-pills > li.active > a:hover,
#course-thaire-section .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0d4a7e;
}

#course-thaire-section a {
  color: #000000;
  font-size: 18px;
}

#course-thaire-section h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

#course-thaire-section .tab-content ul {
  padding-left: 45px;
  list-style: disc;
}

#course-thaire-section li {
  font-size: 18px;
}

#course-thaire-section .nav > li > a {
  padding: 15px 25px;
}

#course-interested-section .box-content {
  position: absolute;
  background-color: rgba(14, 130, 217, 0.8);
  backdrop-filter: blur(8px);
  z-index: 3;
  top: 7%;
  padding: 30px 55px;
  border-radius: 8px;
}

#course-interested-section .content {
  position: relative;
}
#course-interested-section h1 {
  font-size: 26px;
  color: #fff;
}

#course-interested-section p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

#course-interested-section .btn-whitle {
  background-color: #fff;
  margin-top: 10px;
  color: #000;
  padding: 10px 25px;
}

#course-service-section .title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}

#course-service-section .title h2 {
  color: #fff;
}

#course-service-section .title p {
  font-size: 14px;
}

#course-service-section .box-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

#course-service-section .img img {
  max-width: 100px;
}

#course-service-section .text {
  margin-top: 25px;
  padding: 0px 45px;
}

#testimonials .title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}

#testimonials .title h2 {
  color: #0d4a7e;
}

#testimonials .title p {
  font-size: 14px;
}

#testimonials .owl-carousel .item .quote img {
  max-width: 36px;
}

#testimonials .owl-carousel .item .quote.buttom {
  display: flex;
  justify-content: flex-end;
}

#testimonials .owl-carousel .item {
  background-color: #041942;
  border-radius: 8px;
  padding: 15px 25px;
}

#testimonials .owl-carousel .item .details {
  padding: 25px 45px;
  min-height: 227px;
}

#testimonials .owl-carousel .item .details .name {
  margin-bottom: 15px;
}
#testimonials .owl-carousel .item .details .name h5 {
  font-size: 20px;
  color: #fff;
}

#testimonials .owl-carousel .item .details .name p {
  font-size: 16px;
  color: #FF5C39;
}

#testimonials .owl-carousel .item .details .details-text p {
  font-size: 16px;
  color: #fff;
}

#testimonials .owl-carousel .owl-wrapper {
  display: flex !important;
}

#testimonials .owl-carousel .owl-wrapper .owl-item {
  padding: 0 15px;
  display: flex;
}

@media (min-width: 991px) {
  .order-3 {
    order: 3;
  }
}

@media (min-width: 768px) {
  #course-service-section .box-content {
    min-height: 320px;
  }
}

@media (max-width: 992px) {
  .text-details-about {
    padding: 15px 80px;
  }

  #course-section .box-content {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .text-details-about {
    padding: 15px 25px;
  }

  #course-section .box-content {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575px) {
  #course-section .box-title {
    flex-direction: column;
  }
  .text-details-about {
    font-size: 16px;
  }

  #course-section .title-text {
    padding: 20px 0;
  }
  #course-thaire-section .box-content {
    padding: 25px 35px;
  }

  .box-content-bg {
    background-image: url("/images/thaire/index/course2.png");
    margin: 0 15px;
    width: 100%;
    border-radius: 8px;
  }

  #course-interested-section .box-content-bg .box-content {
    position: relative;
    top: 0;
  }
  /* */
}

.owl-carousel, .owl-carousel .owl-wrapper {
  display: -webkit-box !important;
}