<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================== */
/* Default WP Style */
/* ================================================== */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.aligncenter&gt;figcaption {
  text-align: center;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote{
  border-left: #444 solid 4px;
  padding-left: 15px;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* ================================================== */
/* Fix admin bar */
/* ================================================== */
@media only screen and (min-width: 783px) {
  .customize-support #jsHeader {
    margin-top: 32px;
  }
}

/* ================================================== */
/* Iframe */
/* ================================================== */
.hsu-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}

.hsu-iframe iframe {
  height: 100%;
  width: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}

.ru-hidden {
  display: none !important;
}

/* ================================================== */
/* AJAX Spinner */
/* ================================================== */
.el-loader,
.loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../img/loader.gif) rgba(255, 255, 255, .8) center no-repeat;
  background-size: 70px;
}

.el-loader {
  position: absolute;
  z-index: 999;
}

.loading {
  z-index: 9999;
  position: fixed;
}

.vc-event__box--calendar .el-loader {
  position: relative;
  top: -100%;
}

/* ================================================== */
/* CUSTOM */
/* ================================================== */
.vc-breadcrumb .last {
  color: #034ea1;
}
.vc-about__img img {
  margin: 0
}

@media only screen and (max-width: 1199.98px) {
  .vc-card--about .vc-card__nav {
    opacity: 1;
  }
}

/* Custom accordion inside table */
.vc-accor__content &gt; p a {
  display: block;
  background: url(../img/pro/icons/i-right.png) no-repeat 0 7px/10px;
  color: #A55151;
  margin-bottom: 15px;
  font-size: 1.6rem;
  padding-left: 13px;
  transition: color 0.25s;
}
.vc-accor__content &gt; p a strong {
  color: #1f1f1f;
  font-size: 1.6rem;
}
.vc-accor__content &gt; p a:hover {
  color: #034EA1;
}

.vc-accor table {
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  border-width: 0;
  min-width: 790px;
  width: 100%;
}

.vc-accor table td, .vc-accor table th {
  border: 1px solid #eaeaea;
  font-size: 1.4rem;
  padding: 5px;
}

.vc-accor table td {
  border: 1px solid #BDBDBD;
  color: #1f1f1f;
  font-size: 1.4rem;
  padding: 15px;
  vertical-align: top;
}

.vc-accor table td a {
  color: currentColor;
  font-size: 1.4rem;
  padding-left: 15px;
  transition: color 0.25s;
}
.vc-accor table td a svg {
  fill: #073A91;
  font-size: 1.2rem;
  left: 0;
  top: 2px;
}
.vc-accor table td a:hover {
  color: #073A91;
}

/* Custom posts filter term nav */
.vc-sidebar__tag input[type=checkbox] {
  display: none;
}

.vc-sidebar__tag label {
  background-color: #f1f1f1;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  color: #1F1F1F;
  font-size: 1.6rem;
  margin: 5px 5px 0 0;
  padding: 5px 10px;
  text-decoration: none;
  transition: color 0.25s;
}

.vc-sidebar__tag label:hover {
  background-color: rgba(3, 78, 161, 0.2);
  color: #1F1F1F;
  cursor: pointer;
}
.vc-sidebar__tag input[type=checkbox]:checked + label {
  background-color: rgba(3, 78, 161, 0.2);
  color: #1F1F1F;
}

/* Add search category */
.vc-card__results {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
  padding: 15px 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
  border-radius: 22px;
  display: none;
}
.vc-card__results a {
  color: #000;
  display: block;
  font-size: 1.5rem;
}
.vc-card__results a:hover, .vc-card__results a:focus {
  color: #034ea1;
}
.vc-card__results a + a {
  margin-top: 10px;
}
.vc-card__scroll {
  max-height: 280px;
  overflow-y: auto;
}
.vc-card__scroll::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  border-radius: 22px;
}
.vc-card__scroll::-webkit-scrollbar {
  width: 5px;
}
.vc-card__scroll::-webkit-scrollbar-thumb {
  border-radius: 22px;
  background-color: #034ea1;
}

.vc-top__note a {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.25s;
}

.vc-top__note a:hover {
  color: #f3dc92;
}

.bg-034ea1 {
  background-color: #034ea1;
}
.bg-ae2c23 {
  background: none !important;
  background-color: #ae2c23 !important;
}
.news-event--bg_f1f1f1::before {
  background-color: #f1f1f1;
}
.news-event--bg_f1f1f1 .vc-card__ttl,
.news-event--bg_f1f1f1 .vc-card__txt {
  color: #1f1f1f;
}
.news-event--bg_ae2c23::before {
  background-color: #ae2c23;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 1199.98px) {
  .news-event--bg_ae2c23::before {
    width: 100%;
  }
}
.news-event--bg_ae2c23 .vc-card__ttl,
.news-event--bg_ae2c23 .vc-card__txt {
  color: #fff;
}

.vc-album--inter .vc-card--video {
  margin-top: 50px;
}

.hsu-galleries a:hover .vc-album__item::before {
  opacity: 1;
}
.vc-album__item::before {
  background-color: rgba(0,0,0,.25);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .25s;
  width: 100%;
  z-index: 1;
}

/* HSU - Posts block swiper buttons */
.vc-card--pa .swiper-button-next,
.vc-card--pa .swiper-button-prev {
  background: none;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-size: 0;
  height: 37px;
  line-height: 0;
  margin: 0;
  opacity: 1;
  top: -50px;
  transition: background-color 0.25s;
  width: 37px;
}
.vc-card--pa .swiper-button-next svg,
.vc-card--pa .swiper-button-prev svg {
  fill: #034EA1;
  font-size: 1.75rem;
}
.vc-card--pa .swiper-button-next.swiper-button-disabled,
.vc-card--pa .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.vc-card--pa .swiper-button-next:hover,
.vc-card--pa .swiper-button-prev:hover {
  background-color: #034EA1;
}
.vc-card--pa .swiper-button-next:hover svg,
.vc-card--pa .swiper-button-prev:hover svg {
  fill: #fff;
}
.vc-card--pa .swiper-button-next {
  right: 0;
}
.vc-card--pa .swiper-button-prev {
  left: inherit;
  right: 45px;
}

/* Header button */
@media only screen and (max-width: 1199.98px) {
  .vc-header__submit {
    background-color: #AE2C23;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    padding: 6px 20px 4px;
    /*right: 100px;*/
    top: 14px;
    transition: background-color 0.25s, top 0.25s;
  }
  .vc-header__submit:hover {
    background-color: #034EA2;
    color: #fff;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .vc-header__submit {
   /* font-size: 1.2rem;
    right: 15px;
    top: 10px;*/
    display: none !important;
  }
}

/* Table block */
.wp-block-table {
  margin-bottom: 15px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/*.vc-article__content table,
.wp-block-table table {
  min-width: 790px;
  border: 1px solid #bdbdbd;
}*/

.vc-article__content table td,
.vc-article__content table th,
.wp-block-table table td,
.wp-block-table table th,
.is-style-stripes table td,
.is-style-stripes table th {
  border: 1px solid #bdbdbd !important;
  color: #1f1f1f;
  font-size: 1.4rem;
  padding: 15px;
  vertical-align: top;
}

.vc-article__content table th,
.wp-block-table table th {
  background-color: #034ea1;
  color: #fff;
}

.vc-article__content tr:nth-child(2n),
.wp-block-table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

/* Inner block */
.wp-block-group__inner-container {
  padding: 10px;
}

/* Thanks page template */
.vc-thanks p {
  color: #1F1F1F;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .vc-thanks p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

/* ================================================== */
/* Style the tab */
/* ================================================== */
.hsu-tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.hsu-tab span {
  color: #9a9a9a;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.hsu-tab span::after {
  background-color: #9a9a9a;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 10px;
  width: 2px;
}

.hsu-tab span:last-child::after {
  display: none;
}

/* Change background color of buttons on hover */
.hsu-tab span:hover {
  color: #1f1f1f;
}

/* Create an active/current tablink class */
.hsu-tab span.active {
  color: #1f1f1f;
}

/* Style the tab content */
.hsu-tab__content {
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.hsu-tab__content.init { display: block }

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* ================================================== */
/* Google search result */
/* ================================================== */
.gsc-control-cse { padding: 0 !important }

/* ================================================== */
/* LynkNeo add as required by Thuc 2021/12/02 */
/* ================================================== */
.vc-article__content h2 { margin: 10px 0 }
.vc-article__content h3 { font-size: 2rem }
.vc-article--student .vc-article__content ol { margin-left: 15px }

.hsu-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*list-style: none;*/
  /*-webkit-box-pack: center;*/
      /*-ms-flex-pack: center;*/
          /*justify-content: center;*/
  margin: 0 auto 30px;
  padding: 0;
}

/* ================================================== */
/* LynkNeo add vertical scroll as required by Thuc 2021/12/25 */
/* ================================================== */
.vc-category__wrap .vc-category__col {
  max-height: 616px;
  overflow-y: auto;
  direction: rtl;
}

/* width */
.vc-category__wrap .vc-category__col::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.vc-category__wrap .vc-category__col::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
.vc-category__wrap .vc-category__col::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
}

/* Handle on hover */
.vc-category__wrap .vc-category__col::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8; 
}

.vc-category__box {
  direction: ltr;
}

.hsu-form .vc-form__label {
  color: #333;
  padding-left: 0;
}
.hsu-form .vc-form__input input,
.hsu-form .vc-form__input textarea {
  border: 1px solid #bdbdbd
}
.hsu-form .vc-form__select {
  margin: 0 0 15px;
}

.wpcf7-list-item {
  display: block;
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin-bottom: 15px;
}
.wpcf7-recaptcha &gt; div {
  margin-bottom: 15px;
}
.vc-contact__form .wpcf7-not-valid-tip,
.vc-contact__form .wpcf7-response-output {
  color: #fff;
  font-size: 1.4rem;
}

.vc-event__box .vc-event__link svg {
  font-size: 1.1rem;
}
.vc-event__box--calendar .xdsoft_label {
  z-index: 1;
}

.hsu-news__more,
.hsu-events__more {
  color: inherit;
  font-size: inherit;
  transition: color 0.25s;
}
.hsu-news__more:hover,
.hsu-events__more:hover {
  color: #034EA1;
}

.hsu-book__avatar {
  padding-top: calc(6 * 100% / 4);
}

.vc-article__content img{
  margin-bottom: 0px !important;
  max-height: 100%;
}
.wp-block-image figcaption{
  margin-top: 0.1rem;
  text-align: center;
}
.vc-banner .swiper-pagination-bullet-active , .vc-banner .swiper-pagination-bullet{
  border: 1px solid #dcdcdc;
}

.vc-admissions__col{
  margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {
  .xdsoft_datepicker .xdsoft-dialog {
    display: none !important;
  }
}

.vc-card--admin .vc-card__avatar::before {
  content: none;
}

/* LynkNeo add popup vertical scroll on mobile as required by Thuc 2022/01/19 START */
@media only screen and (max-width: 767.98px) {
  .vc-auto--register .vc-auto__content,
  .vc-contact--popup {
    height: 100%;
  }

  .vc-contact__form {
    max-height: calc(100% - 60px);
    overflow-x: hidden;    
    overflow-y: auto;    
  }
}
/* LynkNeo add popup vertical scroll on mobile as required by Thuc 2022/01/19 END */
.textChangeColor a {
  animation: textChangeColor 1s linear infinite;
  font-weight: bold;
}

@keyframes textChangeColor {
  0% {
    color: red;
  }
  50% {
    color: green;
  }
  75% {
    color: black;
  }
  100% {
    color: blue;
  }
}

.menuButton a{
  background-color: #AE2C23;
  border-radius: 50px;
  color: #fff;
  font-size: 1.7rem;
  padding: 9px 20px 5px;  
}

/* LynkNeo add lecturer accordion as required 2022/03/23 START */
.vc-accor__content.vc-card--admin {
  margin-bottom: 0;
}
/* LynkNeo add lecturer accordion as required 2022/03/23 END */

/* LynkNeo add science as required 2022/04/14 START */
.hsu-table {
  width: 100%;
  margin-bottom: 20px;
}
.hsu-table thead{
  background-color: #17469e;
  color: #fff;
}
.hsu-table thead th {
  text-transform: uppercase;
}
.hsu-table tr td,
.hsu-table tr th {
  padding: 8px;
  font-size: 1.6rem;
  border: 1px solid #bdbdbd !important;
  vertical-align: top;
}
.hsu-table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.hsu-table tr td a {
  font-size: 1.6rem;
}

.hsu-science__form {
  margin-bottom: 0.5em;
}

.hsu-science__input {
  float: left;
  padding: 0.5em 1em 0 0;
}
.hsu-science__input label {
  font-weight:bold;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.hsu-science__btn {
  float: left;
  padding: 0.5em 1em 0 0;
}
.hsu-science__btn button {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  margin-top: 2.6rem;
  transition: background-color 0.25s;
}
.hsu-science__btn button:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}

.form-group {
  margin-bottom: 15px !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.hsu-science__table {
  width: 100%;
  margin: 0;
  padding: 17px 0 5px;
}
/* LynkNeo add science as required 2022/04/14 END */

/* LynkNeo add Carousel 2 items &amp; Notification widget block 2022/06/10 START */
.hsu-notif__avatar {
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: calc(230 * 100% / 388);
  width: 100%;
}

.hsu-notif__box {
  padding: 0 0 0 15px;
}

@media only screen and (max-width: 1199.98px) {
  .hsu-notif__avatar {
    padding-top: calc(230 * 100% / 404);
  }
}

@media only screen and (max-width: 991.98px) {
  .hsu-notif__avatar {
    padding-top: calc(230 * 100% / 382);
  }
}

@media only screen and (max-width: 768px) {
  .hsu-notif__box {
    padding: 0;
  }  
}

@media only screen and (max-width: 767.98px) {
  .hsu-notif__box {
      padding: 30px 0 0 0;
  }
  .hsu-notif__avatar {
    padding-top: calc(230 * 100% / 391);
  }
}

.hsu-notif__item:hover .hsu-notif__avatar::before {
  opacity: 1;
}

.hsu-notif__avatar::before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
  z-index: 1;
}

.hsu-notif__avatar img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: transform 0.25s;
  z-index: 0;
}

.hsu-notif__link {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.25s;
}

.hsu-notif__link svg {
  filter: invert(100%) sepia(0%) saturate(7461%) hue-rotate(94deg) brightness(110%) contrast(109%);
}

.hsu-notif__link:hover {
  color: #f3dc92;
}

.hsu-notif__link:hover svg {
  filter: invert(100%) sepia(30%) saturate(6454%) hue-rotate(304deg) brightness(122%) contrast(91%);
}
/* LynkNeo add Carousel 2 items &amp; Notification widget block 2022/06/10 END */

.hsu-science--related {
  margin-bottom: 30px;
}

.hsu-science--notif .hsu-notif__item {
  margin-bottom: 5px;
  border-bottom: 1px solid #e7e9f3;
}

.hsu-science--notif .hsu-notif__item:hover .vc-card__ttl {
  color: #034ea1;
}

.hsu-science__link {
  border-bottom: 1px solid #e7e9f3;
  font-size: 1.8rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #000;
}

.hsu-science__link:hover {
  color: #034ea1;
}

.hsu-science--notif {
  margin-bottom: 30px;
}

/* fix height img */
.wp-block-image img{
  height: auto;
}

/* LynkNeo fix lecture accordion height 2022/08/09 START */
.vc-card--admin .vc-card__input:checked + .vc-card__txt {
  overflow-y: auto;
}
/* LynkNeo fix lecture accordion height 2022/08/09 END */

/* LynkNeo fix css error 2023/10/02 START */
/* LynkNeo fix "Lá»—i div trong giao diá»‡n ngĂ&nbsp;nh Ä‘Ă&nbsp;o táº¡o" 2022/11/03 START */
/*.vc-article {
  margin: 2em;
}*/
/* LynkNeo fix "Lá»—i div trong giao diá»‡n ngĂ&nbsp;nh Ä‘Ă&nbsp;o táº¡o" 2022/11/03 END */
/* LynkNeo fix css error 2023/10/02 END */

/* LynkNeo add 2023/02/09 START */
.vc-contact__sticky-item img {
  max-width: 25px;
}
/* LynkNeo add 2023/02/09 END */

/* LynkNeo Add video &amp; paragraph block 2023/02/16 START */
.home .vc-article--library {
  margin-top: 50px;
}
/* LynkNeo Add video &amp; paragraph block 2023/02/16 END */

/* Remove .wp-block-embed__wrapper pseudo element 2023/02/03 START */
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: none !important;
}
/* Remove .wp-block-embed__wrapper pseudo element 2023/02/03 END */

/* LynkNeo add scroll to science table 2023/03/14 START */
.hsu-science__table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid grey;
}

.hsu-science__table table td,
.hsu-science__table table th {
  margin: 0;
  border: 1px solid grey;
/*  white-space: nowrap;*/
  border-top-width: 0px;
}

.hsu-science__table {
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
  padding: 0;
}

.headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}

.headcol:before {
  content: 'Row ';
}
/* LynkNeo add scroll to science table 2023/03/14 END */

/* LynkNeo add "ChĂ¨n form cá»§a Saleforce vĂ&nbsp;o web hoasen" 2023/03/14 START */
.hsu-form select[multiple] {
  height: 90px;
}

.vc-form__select select {
  padding: 7px 25px 5px 15px;
}
/* LynkNeo add "ChĂ¨n form cá»§a Saleforce vĂ&nbsp;o web hoasen" 2023/03/14 END */

/* LynkNeo Optimize youtube embed 2023/04/25 START */
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 48px;
  width: 68px;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -24px;
  position: absolute;
  background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
  cursor: pointer;
}
/* LynkNeo Optimize youtube embed 2023/04/25 END */

/* LynkNeo add post date 2023/05/08 START */
.hsu-post_date {
  height: 30px;
  line-height: 30px;
  margin-top: -30px;
  margin-bottom: 10px;
}
.hsu-post_date span {
  float: right;
  color: #98A0AB;
  font-size: 1.6rem;
  font-weight: 600;
}
/* LynkNeo add post date 2023/05/08 END */

/* LynkNeo fix margin left second logo in header 2023/06/06 START */
.vc-header__logo a:nth-child(2) img {
  margin-left: 5px;
}
/* LynkNeo fix margin left second logo in header 2023/06/06 END */

/* LynkNeo fix header logo on mobile is stretched 2023/09/05 START */
@media only screen and (max-width: 1199.98px) {
  .vc-header__logo a img {
    /*width: 100%;*/
    /*height: auto;*/
  }  
}
/* LynkNeo fix header logo on mobile is stretched 2023/09/05 END */

/* LynkNeo fix css error 2023/10/02 START */
.vc-article .vc-article__content table {
  max-width: 100%;
  overflow-x: auto;
}
/* LynkNeo fix css error 2023/10/02 END */

/* LynkNeo fix lookup diplomas 2023/10/18 START */
.lookup-note {
  font-weight: bold;
  color: red;
  font-size: 1.6rem;
}
.lookup-note.general {
  display: block;
  margin-bottom: 10px;
}
/* LynkNeo fix lookup diplomas 2023/10/18 END */
/* LynkNeo add figure style 2024/02/21 START */
figure {
  max-width: 100% !important;
}
/* LynkNeo add figure style 2024/02/21 END */
.vc-back-to-top.active {
  bottom: 90px;
}
.vc-contact-btn--inner.sticky {
  bottom: 90px;
}
.vc-contact-btn--inner img {
  max-width: 40px;
  height: auto;
}
.vc-article__content {
  text-align: justify;
}</pre></body></html>