<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes fade {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: 0.3; }
  to {
    opacity: 1; } }
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@-webkit-keyframes zoom_text {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes zoom_text {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes shine {
  0%, 10% {
    background-position: -1000px; }
  20% {
    background-position: top left; }
  90% {
    background-position: top right; }
  100% {
    background-position: 1000px; } }
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(200%); } }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.otf"); }
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.otf"); }
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/MONTSERRAT-REGULAR_1.OTF"); }
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.otf"); }
@font-face {
  font-family: 'Expanded-SemiBold';
  src: url("../fonts/EncodeSansSemiExpanded-SemiBold.ttf"); }
@font-face {
  font-family: 'Expanded-Bold';
  src: url("../fonts/EncodeSansSemiExpanded-Bold.ttf"); }
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.ttf"); }
@font-face {
  font-family: 'Helvetica-Bold';
  src: url("../fonts/Helvetica-Bold.ttf"); }
@font-face {
  font-family: 'Expanded-Regular';
  src: url("../fonts/EncodeSansSemiExpanded-Regular.ttf"); }
body, html {
  height: 100%;
  overflow: initial; }

body {
  overflow-x: hidden;
  position: relative; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  max-width: 100%; }

.pad0 {
  padding: 0; }

.no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

.mt30 {
  margin-top: 1rem; }

.navbar-light {
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #bbb5bc !important;
  padding: 0 80px; }
  @media (max-width: 767px) {
    .navbar-light {
      padding: 0px 50px; } }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 15px; }
  .navbar-light .navbar-brand .logo {
    height: 65px; }
    @media (max-width: 767px) {
      .navbar-light .navbar-brand .logo {
        height: 40px;
        margin-left: 30px; } }
  .navbar-light .language_mb {
    position: absolute;
    transform: translateX(-50%);
    top: 30%;
    left: 50%; }
    .navbar-light .language_mb li {
      padding-left: 10px; }
      .navbar-light .language_mb li a {
        color: #000; }
  .navbar-light .search_mb {
    position: absolute;
    top: 15px;
    right: 0px; }
    .navbar-light .search_mb .iconSearch {
      margin-right: 10px;
      color: #000 !important;
      font-size: 150%; }
    .navbar-light .search_mb #search {
      display: none; }
  .navbar-light .navbar-nav {
    float: right; }
    @media (max-width: 767px) {
      .navbar-light .navbar-nav {
        float: unset;
        margin-right: unset;
        margin-left: 50px; } }
    .navbar-light .navbar-nav li.language {
      margin-left: 20px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .navbar-light .navbar-nav li.language {
          display: none; } }
      .navbar-light .navbar-nav li.language .dropdown-lang {
        color: #f7f7f7; }
        .navbar-light .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
          border: 1px solid #f7f7f7;
          border-radius: 15px;
          background: transparent;
          color: #fff; }
          @media (max-width: 991px) {
            .navbar-light .navbar-nav li.language .dropdown-lang button.dropdown-toggle {
              border: 1px solid #000;
              color: #000; } }
        .navbar-light .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
          border: 1px solid #fff;
          background-color: transparent;
          padding-left: 10px; }
          @media (max-width: 991px) {
            .navbar-light .navbar-nav li.language .dropdown-lang .dropdown-menu-lang {
              color: #000; } }
          .navbar-light .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a {
            color: #fff; }
            .navbar-light .navbar-nav li.language .dropdown-lang .dropdown-menu-lang li a:hover {
              color: #353535; }
    @media (max-width: 767px) {
      .navbar-light .navbar-nav li.search {
        display: none; } }
    .navbar-light .navbar-nav li.search .iconSearch {
      color: #fff !important; }
      @media (max-width: 991px) {
        .navbar-light .navbar-nav li.search .iconSearch {
          color: #000 !important; } }
    @media (max-width: 991px) {
      .navbar-light .navbar-nav li.search #search-open {
        font-size: 1.6rem; } }
    .navbar-light .navbar-nav li.search #search {
      display: none; }
      .navbar-light .navbar-nav li.search #search .form-group {
        width: 200px;
        position: absolute;
        right: 0;
        bottom: -20px;
        border: none;
        outline: none;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .navbar-light .navbar-nav li.search #search .form-group {
            right: 39%;
            bottom: -30px; } }
        .navbar-light .navbar-nav li.search #search .form-group:focus {
          outline: none;
          border: none; }
        .navbar-light .navbar-nav li.search #search .form-group input {
          width: 100%;
          -webkit-appearance: unset;
          border: 1px solid #cacaca;
          padding: 4px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
    .navbar-light .navbar-nav .nav-item .nav-link {
      color: #fff;
      position: relative;
      padding: .7rem 1.5rem;
      font-size: .9rem;
      font-family: 'Helvetica';
      font-weight: bold;
      text-transform: uppercase; }
      .navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #e80a89; }

.title_global {
  font-family: "Expanded-Bold";
  font-size: 200%;
  color: #343434;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .title_global {
      font-size: 150%; } }

#header {
  position: relative; }
  @media (max-width: 767px) {
    #header {
      margin-top: 60px; } }
  #header .slogan {
    position: absolute;
    top: 26%;
    text-align: center;
    left: 15%;
    z-index: 2;
    width: 70%;
    color: #fff; }
    @media (max-width: 767px) {
      #header .slogan {
        width: 100%;
        left: 0; } }
    #header .slogan .slogan-image {
      width: auto;
      height: 120px;
      margin: auto; }
    #header .slogan .title_vn {
      font-family: 'Expanded-SemiBold';
      font-size: 4rem; }
      @media (max-width: 767px) {
        #header .slogan .title_vn {
          font-size: 200%; } }
    #header .slogan .description {
      width: 75%;
      margin: 0 auto 20px;
      font-family: 'Expanded-Regular';
      color: #e5dfd8;
      font-size: 120%;
      text-align: center; }
      @media (max-width: 767px) {
        #header .slogan .description {
          font-size: 100%; } }

@keyframes textclip {
  to {
    background-position: -200% center; } }
@keyframes animate {
  0% {
    background-position: -500%; }
  100% {
    background-position: 500%; } }
@keyframes change-text-color {
  0% {
    background-position: 0 100%;
    transform: scale(1); }
  100% {
    background-position: 100% 0;
    transform: scale(1.1); } }
#content {
  padding: 2rem 0; }
  #content .text-pink {
    color: #e80a89; }
  #content .description_text {
    text-align: center;
    font-family: "Helvetica";
    color: #eb008b;
    margin-bottom: 1rem; }
  #content .mg20 {
    margin-bottom: 2rem; }
  #content hr {
    border-top: 2px solid #b7b7b7;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #content .vcenter .tieude {
    font-family: 'Expanded-Bold';
    font-size: 180%;
    color: #343434;
    margin: 0.7rem 0; }
  #content .vcenter p {
    font-size: 120%;
    font-family: "Helvetica";
    text-align: justify;
    color: #343434; }

#contact {
  margin-bottom: 2rem; }
  #contact .mg20 {
    margin-bottom: 2rem; }
  #contact .pad0 {
    padding-left: 0;
    padding-right: 0; }
  #contact iframe {
    width: 100%;
    height: 500px; }
  #contact .info-contact {
    font-family: "Helvetica"; }
    #contact .info-contact span {
      font-family: 'Helvetica-Bold'; }
    #contact .info-contact a {
      color: #343434; }

#footer {
  background: #f4f4f4;
  padding: 3rem 0 1rem; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .text_ft {
    font-family: 'Expanded-Regular';
    color: #000;
    margin-top: 2rem; }
  #footer .tieude {
    font-family: "Helvetica";
    margin-top: 30px;
    font-weight: 700;
    font-size: 1.7rem; }
  #footer .social {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      #footer .social {
        justify-content: center; } }
    #footer .social .icon_social {
      width: 50px;
      margin-right: 10px; }
  #footer .text_social {
    color: #343434;
    font-family: 'Expanded-Regular';
    margin-top: 1rem; }
    #footer .text_social a {
      color: #343434;
      text-decoration: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light"; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light"; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light"; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light"; }

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #e80a89; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media (min-width: 1301px) and (max-width: 1400px) {
  #header .header_form {
    left: 7%; } }
@media (min-width: 1200px) and (max-width: 1300px) {
  #services .bg_virtual_office .table-bordered td {
    line-height: 18px;
    font-size: .85rem; } }
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden; }

  .navbar {
    padding: .5rem 0; }

  .navbar-light {
    background: #fff;
    margin-top: 0;
    top: 0;
    height: 65px; }
    .navbar-light .navbar-brand {
      padding-left: 5px; }
      .navbar-light .navbar-brand figure {
        margin-left: 0;
        width: 60%; }
    .navbar-light .navbar-toggler {
      margin-right: 15px;
      border-color: transparent; }
    .navbar-light .navbar-toggler-icon {
      width: 1.2em;
      height: 1.2em; }
      .navbar-light .navbar-toggler-icon .fa-bars {
        color: #fff;
        vertical-align: middle; }
    .navbar-light .navbar-nav {
      background: #fff; }
      .navbar-light .navbar-nav .nav-link {
        color: #000000 !important;
        padding: .6rem 1rem; }
        .navbar-light .navbar-nav .nav-link:hover {
          color: #000000; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>