@charset "UTF-8";

.bg-primary {
  background: #8C0321 !important;
}

.btn-primary {
  background: #8C0321;
  border-color: #8C0321;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(140, 3, 33, 0.8);
  border-color: #8C0321;
}

.btn-outline-primary {
  background: transparent;
  border-color: #8C0321;
  color: #8C0321;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background: rgba(140, 3, 33, 0.8);
  border-color: #8C0321;
  box-shadow: none;
  outline: none;
}

.text-primary {
  color: #8C0321 !important;
}

.text-primary1 {
  color: #16012C !important;
}

.text-primary-shade1 {
  color: #443158 !important;
}

.text-purple {
  color: #8E2BAF !important;
}

.btn-secondary {
  background: #A8915D;
  border-color: #A8915D;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(168, 145, 93, 0.8);
  border-color: #A8915D;
}

.text-secondary {
  color: #A8915D !important;
}

.text-black {
  color: #000 !important;
}

.text-black1 {
  color: #8C0321 !important;
}

.bg-black2 {
  background: #971C37 !important;
}

.text-black2 {
  color: #971C37 !important;
}

.bg-white {
  background: #fff !important;
}

.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #fff;
}

.btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #fff;
  box-shadow: none;
  outline: none;
}

.text-white {
  color: #fff !important;
}

.bg-maroon {
  background: #8C0321 !important;
}

.text-maroon {
  color: #8C0321 !important;
}

.text-pink {
  color: #F4EAF7 !important;
}

.text-pink-dark {
  color: #F1E5F1 !important;
}

.text-grey {
  color: #899AA0 !important;
}

.text-grey1 {
  color: #B8C3C6 !important;
}

.text-grey-dark {
  color: #625f5f !important;
}

.bg-lightgrey1 {
  background: #F4F1F3 !important;
}

.text-green {
  color: #15AA9C !important;
}

.text-red {
  color: #C6002F !important;
}

.inner-banner {
  background-color: #a8915d;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 161px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .inner-banner {
    min-height: 140px;
  }
}
.inner-banner h2 {
  bottom: 40px;
  margin-bottom: 0;
  z-index: 2;
}
.inner-banner button {
  bottom: 37px;
  margin-bottom: 0;
  z-index: 2;
}
.inner-banner button:hover {
  background-color: #8C0321;
}

.inner-banner-news-detail {
  background-color: #a8915d;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 161px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .inner-banner-news-detail {
    min-height: 140px;
  }
}
.inner-banner-news-detail .banner-content {
  position: absolute;
  top: 70px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .inner-banner-news-detail .banner-content {
    top: 100px;
    bottom: 42px;
  }
}
.inner-banner-news-detail .banner-content h2 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .inner-banner-news-detail .banner-content .font-size-5 {
    font-size: 12px;
  }
}

.btn-with-arrow {
  position: relative;
  padding-inline: 20px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .btn-with-arrow {
    margin-bottom: 10px;
  }
}
.btn-with-arrow::before {
  position: absolute;
  content: url("../images/icon/arrow-right-white.svg");
  transform: scaleX(-1);
  inset-inline-start: 5px;
  top: 15%;
}
[dir=rtl] .btn-with-arrow::before {
  transform: scaleX(1);
  top: 22%;
}

.ball-img {
  position: absolute;
  inset-inline-end: 5%;
  top: -100px;
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg) scale(0.5);
  transition: opacity 1s ease, transform 2s ease, top 3s ease;
  pointer-events: none;
}

.ball-img.loaded {
  opacity: 1;
  visibility: visible;
  top: 70px;
  transform: rotate(500deg) scale(0.5);
}

.ball-img.reverse {
  transform: rotate(-25deg) scale(-3);
}
[dir=rtl] .ball-img.reverse {
  transform: rotate(25deg) scale(3);
}

.fd-learning-section {
  border: 1px solid #EDE9EB;
  border-radius: 8px;
  box-shadow: 0px 28.47px 62.2px 0px rgba(167, 174, 186, 0.0784313725);
  padding-block: 70px 40px;
}
.fd-learning-section .broad-border {
  border: 15px solid #8C0321;
  z-index: 1;
}
.fd-learning-section .our-mission {
  top: -24px;
  background-color: #fff;
  padding-inline: 6px;
  inset-inline-start: 30px;
}
.fd-learning-section .vision-box,
.fd-learning-section .values-box {
  padding: 16px;
  inset-inline-start: 49px;
  background-color: #8C0321;
  color: #fff;
  border: 8px solid #fff;
  border-radius: 12px;
  max-width: 93%;
}
@media (max-width: 991px) {
  .fd-learning-section .vision-box,
  .fd-learning-section .values-box {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .fd-learning-section .vision-box,
  .fd-learning-section .values-box {
    inset-inline-start: auto;
  }
}
.fd-learning-section .vision-box p,
.fd-learning-section .values-box p {
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .fd-learning-section .vision-box p,
  .fd-learning-section .values-box p {
    font-size: 16px;
  }
}
.fd-learning-section .vision-box p,
.fd-learning-section .values-box p {
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .fd-learning-section .vision-box p,
  .fd-learning-section .values-box p {
    font-size: 16px;
  }
}
.fd-learning-section .vision-values-wrapper {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
  padding-top: 20px;
}
.fd-learning-section .vision-box,
.fd-learning-section .values-box {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .fd-learning-section .vision-box,
  .fd-learning-section .values-box {
    position: static;
    top: auto;
    margin-bottom: 0;
  }
}
.fd-learning-section .vision-box h4,
.fd-learning-section .values-box h4 {
  position: relative;
}
.fd-learning-section .vision-box h4:before,
.fd-learning-section .values-box h4:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1410px;
  top: 7px;
  border-radius: 4px;
  inset-inline-start: 100%;
  background-color: #fff;
  margin-inline-start: 16px;
  overflow: hidden;
}
.fd-learning-section .values-box {
  position: relative;
}
@media (max-width: 991.98px) {
  .fd-learning-section .values-box {
    inset-inline-end: auto;
    margin-top: auto;
  }
}
.fd-learning-section .mission-heading {
  padding-inline: 58px;
  word-spacing: 2%;
  -webkit-text-stroke-width: 1px;
}
.fd-learning-section .mission-heading h3 {
  font-size: 32px;
}
@media (max-width: 991.98px) {
  .fd-learning-section .mission-heading {
    padding-inline: 10px;
  }
  .fd-learning-section .mission-heading h3 {
    font-size: 25px;
  }
}
.fd-learning-section ul {
  padding-inline: 86px;
}
@media (max-width: 991.98px) {
  .fd-learning-section ul {
    padding-inline: 40px;
  }
}
.fd-learning-section ul li {
  color: #625f5f;
  font-weight: 300;
  list-style: disc;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .fd-learning-section ul li {
    font-size: 16px;
  }
}

.button-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 98%;
  background: #B8C3C6;
  position: absolute;
  top: 0;
  right: 2.5rem;
  pointer-events: none;
}

.select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  padding: 16px 3rem 14px 24px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
  text-align: center;
  max-height: 55px;
}

html[dir=rtl] .select-wrapper select {
  padding: 7px 1.5rem 14px 50px !important;
  line-height: 1.8;
  background-position: left 12px center;
  text-align: center;
}

html[dir=rtl] .select-wrapper::before {
  right: auto;
  left: 2.5rem;
}

.select-wrapper input[type=date] {
  display: block;
  width: 100%;
  padding: 14px 2rem 14px 24px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  max-height: 55px;
  text-align: center;
}

.select-wrapper.date-picker::before {
  display: none;
}

.select-wrapper input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  margin-right: 4px;
}

.download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
  max-height: 55px;
}

@media (max-width: 1199px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .button-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .button-container {
    flex-direction: column;
    width: 100%;
    max-width: 345px;
  }
  .button-container > * {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .select-wrapper select,
  .download-button {
    padding: 12px 2.5rem 12px 20px;
  }
  html[dir=rtl] .select-wrapper select {
    padding: 4px 2.5rem 12px 20px !important;
  }
  .download-button {
    padding: 12px 20px;
  }
  .select-wrapper::before {
    right: 2rem;
  }
  .select-wrapper select {
    background-position: right 10px center;
  }
}
.coursecard-wrap {
  background: linear-gradient(135deg, #dcdcdc 0%, #ececec 100%);
  padding: 20px;
  padding-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px solid #E7EBEC;
}

.course-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E7EBEC;
  padding: 20px;
  padding-bottom: 8px;
}

.course-card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 56%;
}
.course-card-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-position: right;
     object-position: right;
}

.course-card-body {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.course-title-en {
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
}

.course-title-en:hover {
  text-decoration: underline;
  color: #8B1538;
}

.course-meta {
  margin-bottom: 5px;
}

.course-dates {
  color: #6D5F7D;
  font-size: 16px;
  font-weight: 600;
}

.course-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
}

.apply-btn {
  color: #C6002F;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.apply-btn:hover {
  color: #8B1538;
  gap: 10px;
}
.apply-btn span {
  font-size: 18px;
  line-height: 1;
}

.course-fee {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 500;
}
.course-fee strong {
  color: #C6002F;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1300px) {
  .course-title-en {
    font-size: 18px;
  }
  .course-dates {
    font-size: 15px;
  }
  .course-fee {
    font-size: 17px;
  }
  .course-fee strong {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .course-card {
    padding: 15px;
  }
}
.tab-navigation {
  display: flex;
  gap: 0;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow-y: auto;
  border: 1px solid rgba(210, 210, 210, 0.5019607843);
  padding: 5px;
  background-color: #FBFBFB;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-btn {
  flex: 1;
  padding: 1rem 2rem;
  background: #FBFBFB;
  border: none;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #143642;
}

.tab-btn.active {
  background: #8C0321;
  color: #fff;
  border-radius: 8px;
}

.tab-btn:hover:not(.active) {
  background: #e0e0e0;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.faq-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
  gap: 1rem;
}

.faq-number {
  font-size: 16px;
  color: #999;
  min-width: 30px;
}

.faq-text {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.faq-toggle {
  border: none;
  background: none;
  color: #000;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 1.5rem 1.5rem 4.5rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

html[dir=rtl] .tab-btn {
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .faq-item.active .faq-answer p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .faq-item.active .faq-answer p {
    font-size: 15px !important;
  }
  .tab-btn {
    font-size: 16px;
  }
}
.course-info-container {
  border: 1px solid #EDE9EB;
  background-color: #FBFBFB;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.course-info-container::before {
  content: "";
  position: absolute;
  top: 65%;
  right: 20%;
  transform: translateY(-50%);
  width: 700px;
  height: 650px;
  background: url("../images/course-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

html[dir=rtl] .course-info-container::before {
  left: 20%;
  right: auto;
}

.course-image,
.info-section {
  position: relative;
  z-index: 1;
}

.course-image {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #EDE9EB;
}

.course-header-image {
  width: 100%;
  max-width: 1000px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .course-header-image {
    max-width: 600px;
    height: 300px;
  }
  .course-image {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .course-header-image {
    max-width: 100%;
    height: 250px;
  }
  .course-image {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .course-header-image {
    height: 200px;
  }
  .course-image {
    padding: 20px;
  }
}
.info-section {
  padding: 50px;
}

.info-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.info-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #C6002F;
  border-radius: 20px;
}

html[dir=rtl] .info-title::after {
  left: auto;
  right: 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
  max-width: 1200px;
}

.info-item {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 24px;
  color: #666;
  margin-bottom: 5px;
}

.info-value {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.info-value.highlight {
  color: #C6002F;
}

.conditions-list {
  list-style: none;
  padding: 0;
}

.conditions-list li {
  padding: 12px 0;
  padding-left: 25px;
  position: relative;
  color: #555;
  line-height: 1.6;
  font-size: 24px;
}

.conditions-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6D5F7D;
  font-size: 23px;
}

.apply-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.download-card {
  background: white;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.download-card p {
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F3E6E9;
  color: black;
  padding: 8px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.download-icon {
  width: 20px;
  height: 20px;
  fill: white;
}

@media (max-width: 768px) {
  .info-grid,
  .apply-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .info-section {
    padding: 25px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .course-info-container::before {
    width: 200px;
    height: 200px;
    right: 20px;
  }
}
.card-body {
  border: 1px solid #EDE9EB;
  border-radius: 8px;
}

.card-body hr {
  background-color: #EDE9EB;
  color: #EDE9EB;
}

.fd-learning-section p {
  padding-inline: 58px;
  font-size: 17px;
  max-width: 93%;
}

@media (max-width: 992px) {
  .fd-learning-section p {
    padding-inline: 10px;
    font-size: 16px;
    max-width: 100%;
  }
}
.obligations-programs-section .obligations, .obligations-programs-section .programs {
  color: #625f5f;
  background-color: white;
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
  border-inline-start: 4px solid transparent;
  margin-bottom: 32px;
}
.obligations-programs-section .obligations:hover, .obligations-programs-section .programs:hover {
  background-color: #EAE8EC;
  padding: 24px 48px;
  border-start-end-radius: 12px;
  border-end-end-radius: 12px;
  border-inline-start: 4px solid #443158;
  margin-bottom: 32px;
}
.obligations-programs-section a {
  text-decoration: none;
}
.obligations-programs-section p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #625f5f;
}
@media (max-width: 575.98px) {
  .obligations-programs-section p {
    font-size: 16px;
  }
}
.obligations-programs-section h4 {
  margin-bottom: 12px;
}
.obligations-programs-section li {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 28.5px;
  line-height: 28px;
  color: #625f5f;
}
@media (max-width: 575.98px) {
  .obligations-programs-section li {
    font-size: 16px;
  }
}
.obligations-programs-section li:last-child {
  margin-bottom: 0;
}
.obligations-programs-section li:before {
  content: url("../images/icon/vision-page-smallfootball-icon.svg");
  border-radius: 50%;
  margin-inline-end: 24px;
  background-color: #143642;
  line-height: 0;
}
.obligations-programs-section .custom-gap {
  --bs-gutter-x: 48px;
}
