<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* index */
.wrap-bodybar {
  width: 100%;
  max-width: 1070px;
  margin: -115px auto 0 auto;
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
  background: #002863de;
  position: relative;
  z-index: 1;
}

.group-bodybar .this-box {
  padding: 15px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #ffffff2e;
}

.group-bodybar .this-box p.box-img {
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  /* width: 100px;
  height: 100px; */
  margin-bottom: 10px;
}

.group-bodybar .this-box h3 {
  font-size: 20.81px;
  font-family: 'msr-sb';
}

.group-bodybar .this-box h3:hover,
.box-newshome .box-content h3:hover {
  color: #348cff;
}

.wrap-research {
  padding: 50px 10px 30px 10px;
}

.box-research {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.box-research .box-img {
  width: calc(50% - 15px);
}

.box-research .box-content {
  width: calc(50% - 15px);
}

.box-research .box-content h3 {
  text-align: unset !important;
}

.box-research .box-content .box-desc {
  font-size: 20.81px;
  font-family: msr-l;
  line-height: 1.2;
  margin-bottom: 20px;
}

.content-about {
  font-size: 20.71px;
  font-family: msr-r;
}

.wrap-quick-reg {
  padding: 90px 0 30px 0;
}

.content-quick-reg {
  max-width: 610px;
  padding: 20px 10px;
}

.validation-quick-reg .content {
  margin-top: 10px;
  padding: 30px 50px 10px 50px;
  background: #ffffff2e;
  border-radius: 30px;
  margin-bottom: 20px;
}

.validation-quick-reg .quickreg-input input {
  border: none;
  outline: none;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 1px 1px 10px;
}

.validation-quick-reg .invalid-feedback {
  padding-left: 5px;
  margin-top: -15px;
  margin-bottom: 10px;
}

.validation-quick-reg .quickreg-input input::placeholder {}

.validation-quick-reg .quickreg-input textarea {}

.wrap-event {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}

.wrap-event .left {
  width: 70%;
  padding-right: 20px;
  border-right: 1px solid #dcdcdc;
}

.box-event-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.box-event-main .box-img {
  width: calc(60% - 15px);
  height: fit-content
}

.box-event-main .box-img img {
  width: 100%;
}

.box-event-main .box-content {
  width: 40%
}

.box-event-main .box-content .box-time {
  font-size: 13px;
  color: #6f707a;
  font-family: msr-i;
  font-weight: bold;
  margin-bottom: 10px;
}

.box-event-main .box-content h3 {
  font-size: 22px;
  color: #0f1121;
  font-family: msr-r;
  text-align: justify;
  font-weight: 600;
  margin-bottom: 10px;
}

.box-event-main .box-content h3:hover,
.box-event .box-content h3:hover {
  color: #348cff;
}

.box-event-main .box-content .box-desc {
  font-size: 15px;
  color: #6f707a;
  text-align: justify;
  font-family: msr-r;
  margin-bottom: 10px;
}

.box-readmore {
  font-size: 15px;
  color: #1a4b93;
  font-weight: bold;
  transition: all 0.3s;
}

.box-readmore:hover {
  transition: all 0.3s;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 2px;
  color: #348cff;
}

.wrap-event .right {
  width: 30%;
  padding-left: 20px;
}

.box-event {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  min-height: 120px;
  margin-bottom: 20px;
}

.box-event .box-img {
  width: 130px;
  height: fit-content;
}

.box-event .box-content {
  width: calc(100% - 145px);
}

.box-event .box-content h3 {
  color: #0f111c;
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 5px;
}

.box-event .box-content .box-desc {
  font-size: 12px;
  text-align: justify;
}

.wrap-newshome {
  background: #e9f6ff;
  margin-top: 20px;
  padding: 30px 0;
}

.box-newshome {
  background: #FFF;
  margin: 10px 10px 30px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.box-newshome .box-content {
  padding: 15px;

}

.box-newshome .box-content .box-time {
  color: #6f707a;
  font-size: 12px;
  font-family: msr-i;
  font-weight: bold
}

.box-newshome .box-content h3 {
  font-size: 17px;
  color: #0f1121;
  font-family: msr-r;
  text-align: justify;
  font-weight: 600;
  margin: 10px 0;
}

.box-newshome .box-content .box-desc {
  font-size: 12px;
  color: #6f707a;
  font-family: msr-r;
  text-align: justify;
  font-weight: 600;
  margin: 10px 0;
}

.wrap-newshome .title-index {
  padding-left: 20px;
}

.wrap-test-imonial {
  margin-top: 30px;
}

.slick-testimonial .slick-track {
  padding: 20px;
}

.box-testimonial {
  padding: 15px 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #00000038;
  display: flex !important;
  justify-content: space-between;
  background: #fff;
  align-items: center;
}

.wrap-box-testimonial {
  cursor: pointer;
  position: relative;
  margin: 0 7px;
}

.wrap-box-testimonial::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #005bdf75;
  z-index: 1;
  border-radius: 20px;
}

.wrap-box-testimonial::before {
  content: '';
  background: url(../images/decor-feedback.png) no-repeat center center;
  background-size: 100% 100%;
  width: 44px;
  height: 32px;
  z-index: 2;
  top: -15px;
  left: 30px;
  position: absolute;
}

.box-testimonial .box-img {
  width: 130px;
  height: fit-content;
  border-radius: 50%;
  overflow: hidden;
}

.box-testimonial .box-content {
  width: calc(100% - 140px);
  text-align: justify;
}

.box-testimonial .box-content h3 {
  color: #1a4b93;
  font-size: 17px;
  font-family: msr-sb;
}

.box-testimonial .box-content p {
  font-size: 10.72px;
  font-weight: bold;
}

.slick-testimonial .slick-track {
  padding: 67px 0;
}

.wrap-box-testimonial.slick-center::before {
  z-index: 4;
}

.wrap-box-testimonial.slick-center {
  transform: scale(1.3);
  transition: all 0.3s;
  z-index: 3;
}

.wrap-box-testimonial.slick-center::after {
  visibility: hidden;
}

/* hiá»‡u á»©ng load trang logo */
#main-cube {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: #1b4c93;
  z-index: 9999999999999;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.logo_phee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 210px;
  height: 210px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  /* padding: 10px; */
  background: #fff;
  padding: 10px;
}

.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.logo_phee img {
  padding: 20px;
}

.loading-css {
  position: absolute;
  margin: auto;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 200px;
  height: 200px;
  border: 2px solid #2B80BB;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-animation: spin 500ms infinite linear;
  -moz-animation: spin 500ms infinite linear;
  -o-animation: spin 500ms infinite linear;
  -ms-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.grid-partner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  grid-gap: 50px;
  margin-top: 30px;
}

.wrap-partner {
  /* background: #f2f2f2; */
  padding: 30px 0;
}

.box-partner .box-img {
  width: fit-content;
  margin: 0 auto;
}

.box-partner h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-family: msr-sb;
}

@media(max-width: 768px) {

  .grid-partner {
    grid-gap: 20px;
  }

  .box-newshome .box-content h3,
  .box-event .box-content h3 {
    text-align: left;
  }
}

@media(max-width: 600px) {
  .grid-partner {
    grid-template-columns: repeat(2, 1fr);
  }

  .box-partner h3 {
    font-size: 15px;
  }
}</pre></body></html>