<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * CSS dÃ&nbsp;nh riÃªng cho pháº§n Philosophy trÃªn homepage
 */

/* Philosophy Section Styles */
.philosophy-section {
  background-image: url('../images/philosophy/background-philosophy.png');
  background-size: cover;
  background-position: center;
  padding-top: 87px;
  padding-bottom: 87px;
}

.philosophy-section-title {
  font-size: 32px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 8px;
}

.philosophy-section-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
}

.philosophy-box {
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  margin-bottom: 0;
  max-width: 900px;
  margin: 0 auto;
}

/* Box vision styles */
.box-vision {
  background: #EDF5FD 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 32px 15px;
  height: 100%;
  position: relative;
}

.vision-points .row,
.credo-points .row {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
}

.vision-points .col-md-4,
.credo-points .col-md-4 {
  padding: 0 9px;
}

.vision-number,
.credo-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent radial-gradient(closest-side at 50% 50%, #5AC3E1 0%, #3D9CD8 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  border-radius: 50%;
  font-weight: 600;
  margin-bottom: 15px;
  flex-shrink: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
}

.philosophy-text-header {
  color: #3D9CD8;
  font-size: 20px;
  font-weight: 700;
}

.philosophy-text-body {
  color: #595757;
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
}

.philosophy-icon-wrapper {
  margin-bottom: 10px;
  width: 100%;
}

.philosophy-icon-left,
.philosophy-icon-right {
  height: 35px;
  width: 38px;
}

.philosophy-icon-text {
  font-size: 24px;
  font-weight: 500;
  margin: 0 15px;
  color: #565E67;
}

.philosophy-subtitle {
  display: block;
  font-size: 18px;
  color: #EE86A8;
  margin-top: 0px;
  font-weight: 700;
}

.philosophy-content {
  color: #595757;
  font-size: 15px;
  line-height: 1.8;
}

/* Vision specific styles */
.vision-points {
  margin-top: 20px;
}

.vision-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.vision-text {
  width: 100%;
  padding-top: 15px;
}

.vision-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #565E67;
  margin-bottom: 10px;
  line-height: 28px;
}

/* Credo specific styles */
.credo-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #565E67;
  margin-bottom: 20px;
}

.credo-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.credo-text {
  width: 100%;
  padding-top: 15px;
}

.credo-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #565E67;
  margin-bottom: 10px;
  line-height: 28px;
}

.credo-text p {
  font-size: 14px;
  color: #595757;
  margin-bottom: 0;
  font-weight: 500;
}

/* Media Queries */
@media (max-width: 1199.98px) {
  .philosophy-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .philosophy-box {
    padding: 35px 25px;
  }
}

@media (max-width: 991.98px) {
  .philosophy-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .philosophy-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .philosophy-box {
    padding: 30px 20px;
  }

  .philosophy-section-title {
    font-size: 28px;
  }

  .vision-text h4,
  .credo-text h4 {
    font-size: 20px;
  }

  .box-vision {
    padding: 20px 10px;
  }

  .credo-text p {
    font-size: 14px;
    line-height: 26px;
  }
}

/* iPad specific styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .vision-points .row .col-md-4,
  .credo-points .row .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .vision-text h4,
  .credo-text h4 {
    font-size: 20px;
    min-height: 45px;
  }

  .credo-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .vision-number,
  .credo-number {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .philosophy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .philosophy-section-title {
    font-size: 28px;
  }

  .philosophy-section-subtitle {
    font-size: 18px;
  }

  .philosophy-box {
    padding: 25px 20px;
  }

  .box-vision {
    margin-bottom: 30px;
  }

  .vision-text h4,
  .credo-text h4 {
    font-size: 20px;
  }

  .credo-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .col-md-4:last-child .box-vision {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .philosophy-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .philosophy-section-title {
    font-size: 28px;
  }

  .philosophy-section-subtitle {
    font-size: 18px;
  }

  .philosophy-box {
    padding: 20px 15px;
  }

  .vision-points .row,
  .credo-points .row {
    margin: 0;
  }

  .vision-points .col-md-4,
  .credo-points .col-md-4 {
    padding: 0;
    margin-bottom: 25px;
  }

  .vision-points .col-md-4:last-child,
  .credo-points .col-md-4:last-child {
    margin-bottom: 0;
  }

  .box-vision {
    margin-bottom: 0 !important;
  }

  .vision-point,
  .credo-point {
    margin-bottom: 20px;
  }

  .vision-number,
  .credo-number {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: -15px;
  }

  .vision-text h4,
  .credo-text h4 {
    font-size: 20px;
  }

  .credo-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .philosophy-text-header {
    font-size: 16px;
    line-height: 1.5;
  }

  .philosophy-text-body {
    font-size: 14px;
    line-height: 1.8;
  }

  .box-vision {
    padding: 15px 10px;
  }

  .mb-30 {
    margin-bottom: 30px !important;
  }

  .credo-subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
</pre></body></html>