@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.Vietsite_title .title-style-center {
  text-align: center;
}
.Vietsite_title .title-main {
  font-size: 2.5rem;
}
.Vietsite_title .title-style-left .title-top {
  color: var(--fs-color-primary);
  font-weight: 100;
  font-size: 1rem;
}
.Vietsite_title .title-style-left .title-top::before {
  content: "";
  width: 50px;
  height: 5px;
  background-color: var(--fs-color-primary);
  position: absolute;
  top: -10px;
  left: 0;
}
.Vietsite_title .title-style-left .title-main {
  line-height: 1.3;
  color: var(--heading-color);
}
.Vietsite_title .title-style-center .title-top {
  color: var(--fs-color-primary);
  font-weight: 100;
  font-size: 1rem;
  position: relative;
}
.Vietsite_title .title-style-center .title-top::before {
  content: "";
  width: 50px;
  height: 5px;
  background-color: var(--fs-color-primary);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.button {
  position: relative !important;
  border: 0 !important;
}
.button span {
  font-size: 1rem;
  font-weight: 400;
  z-index: 4;
  position: relative;
}
.button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.button:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: 3;
}

.icon-envelop {
  font-family: "vietsite-icons" !important;
}
.icon-envelop::before {
  content: "\eae5" !important;
  font-family: "vietsite-icons";
}

#top-bar .container {
  max-width: 90%;
}
#top-bar .container a {
  color: #fff;
}

.header-inner .flex-col li > a {
  color: var(--heading-color);
  font-weight: 400;
}
.header-inner .flex-col li:hover > a, .header-inner .flex-col li.current-menu-item > a {
  color: var(--fs-color-primary);
}

.vs-menu_sidebar {
  z-index: 99999;
  height: 100vh;
  width: 300px;
  right: 0;
  top: 0;
  position: fixed;
}
.vs-menu_sidebar .menu_sidebar-content {
  z-index: 99999;
  height: 100vh;
  background-color: #fff;
  padding: 30px 30px;
}
.vs-menu_sidebar::before {
  z-index: -1;
  content: "";
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(18, 18, 18, 0.1803921569);
}
.vs-menu_sidebar .ux-logo-link {
  padding: 15px 0 !important;
}
.vs-menu_sidebar h4 {
  border-bottom: 1px solid var(--text-color);
}
.vs-menu_sidebar .close {
  background-color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  z-index: 99999;
}

/* ============================ */
/* <style for bg> ======== */
.btn-menu {
  background: var(--fs-color-primary);
  mix-blend-mode: luminosity;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  width: 100px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* <style for menu__icon> ======== */
.menu__icon {
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-right: 0;
}

.menu__icon span {
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0.5px 2px 0 hsla(0, 0%, 0%, 0.2);
  transition: background-color 0.4s;
  position: relative;
}

.menu__icon span + span {
  margin-top: 0.375rem;
}

.menu__icon span:nth-child(1) {
  animation: ease 0.8s menu-icon-top-2 forwards;
}

.menu__icon span:nth-child(2) {
  animation: ease 0.8s menu-icon-scaled-2 forwards;
}

.menu__icon span:nth-child(3) {
  animation: ease 0.8s menu-icon-bottom-2 forwards;
}

.menu__icon:hover span:nth-child(1) {
  animation: ease 0.8s menu-icon-top forwards;
}

.menu__icon:hover span:nth-child(2) {
  animation: ease 0.8s menu-icon-scaled forwards;
}

.menu__icon:hover span:nth-child(3) {
  animation: ease 0.8s menu-icon-bottom forwards;
  background-color: #fff;
}

@keyframes menu-icon-top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 0.5rem;
    transform: rotate(0);
  }
  100% {
    top: 0.5rem;
    transform: rotate(45deg);
  }
}
@keyframes menu-icon-top-2 {
  0% {
    top: 0.5rem;
    transform: rotate(45deg);
  }
  50% {
    top: 0.5rem;
    transform: rotate(0);
  }
  100% {
    top: 0;
    transform: rotate(0);
  }
}
@keyframes menu-icon-bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 0.5rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0.5rem;
    transform: rotate(135deg);
  }
}
@keyframes menu-icon-bottom-2 {
  0% {
    bottom: 0.5rem;
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.5rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes menu-icon-scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes menu-icon-scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.vs_about .cout-cs p {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 0px;
}

.vs_info .section-title-container .section-title-center .section-title-main {
  font-size: 1.6rem;
}
.vs_info .row h3 {
  color: var(--fs-color-secondary);
}
.vs_info .row .col .col-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.vs_info .row .col .col-inner p {
  margin-bottom: 0;
}

.vs_location .dvls_maps_container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.vs_location .dvls_maps_container form {
  margin-bottom: 0;
}
.vs_location .dvls_maps_container .dvls_maps_header select {
  margin-bottom: 0;
}
.vs_location .dvls_maps_container .dvls_maps_header .dvls-submit {
  margin-bottom: 0;
  background-color: var(--fs-color-secondary);
}
.vs_location .dvls_maps_container .dvls_maps_sidebar .dvls_result_infor h3 {
  color: var(--fs-color-primary);
}

.vs_contact-us .ux-menu i {
  color: var(--fs-color-secondary);
}
.vs_contact-us .wpcf7 {
  background-color: var(--fs-color-primary);
  padding: 20px;
  border-radius: 10px;
}
.vs_contact-us .wpcf7 label {
  color: #fff;
}
.vs_contact-us .wpcf7 .col {
  padding-bottom: 0;
}
.vs_contact-us .wpcf7 input {
  height: 50px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.vs_contact-us .wpcf7 select {
  height: 50px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.vs_contact-us .wpcf7 input[type=checkbox] {
  height: auto;
}
.vs_contact-us .wpcf7 .wpcf7-submit {
  background-color: var(--fs-color-secondary);
}

.vs_phuong-tien .col .col-inner {
  height: 100%;
  background-color: #faf8f7;
  border-radius: 10px;
  overflow: hidden;
}
.vs_phuong-tien .box .box-text {
  background-color: #faf8f7;
  padding-bottom: 10px;
  color: var(--fs-color-primary);
  font-size: 1rem;
}

.split-animation .banner-layers .text-box-content p strong {
  background-color: var(--fs-color-primary);
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
.split-animation .banner-layers .text-box-content p strong::before, .split-animation .banner-layers .text-box-content p strong::after {
  content: "";
  position: absolute;
  border-style: solid;
  height: 0;
  width: 0;
}
.split-animation .banner-layers .text-box-content p strong::before {
  right: -9px;
  border-width: 0 10px 15px 0;
  border-color: transparent transparent #d32f2f transparent;
  bottom: 0;
}
.split-animation .banner-layers .text-box-content p strong::after {
  right: -9px;
  top: 0;
  border-width: 0 0 15px 10px;
  border-color: transparent transparent transparent #d32f2f;
}

.vs_professional .Vietsite_counter {
  background-color: #000;
  padding: 20px;
  height: 100%;
}
.vs_professional .Vietsite_counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: var(--fs-color-primary);
  transition: all 0.3s ease;
}
.vs_professional .Vietsite_counter:hover::before {
  left: 0;
  width: 100%;
}
.vs_professional .Vietsite_counter:hover .counter-icon {
  transform: scaleX(-1);
  background-color: #fff;
}
.vs_professional .Vietsite_counter:hover .counter-icon svg {
  color: var(--fs-color-primary);
}
.vs_professional .Vietsite_counter > div {
  text-align: left;
}
.vs_professional .Vietsite_counter .counter-icon {
  width: 70px !important;
  height: 70px;
  background-color: var(--fs-color-primary);
  padding: 15px;
  border-radius: 100px;
  margin-left: 0 !important;
  z-index: 3;
  margin-top: -50px !important;
  position: relative;
  transition: all 0.3s ease;
}
.vs_professional .Vietsite_counter .counter-content {
  text-align: left !important;
  z-index: 3;
  position: relative;
}
.vs_professional .Vietsite_counter .counter-content .counter-number {
  line-height: 1;
}
.vs_professional .pb-5 {
  padding-bottom: 50px;
}

.vs_were .were-left .img-1 {
  max-width: 60%;
  margin: 0 auto;
}
.vs_were .were-left .img-2 {
  max-width: 60%;
  margin-left: auto;
  margin-top: -30%;
}
.vs_were .were-left .icon-box {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.vs_were .were-left .icon-box .icon-box-img {
  background-color: var(--fs-color-primary);
  width: 140px !important;
  height: 140px;
  padding: 10px;
  border-radius: 100%;
}
.vs_were .were-left .icon-box .icon-box-img .icon .icon-inner {
  border: 2px dotted #fff;
  border-radius: 100%;
  padding: 25px;
  width: 120px;
  height: 120px;
}
.vs_were .were-left .icon-box .icon-box-img .icon .icon-inner svg {
  aspect-ratio: 1/1;
  object-fit: cover;
  fill: #fff;
  color: #fff;
  padding-top: 0;
}
.vs_were .were-right .ux-menu .ux-menu-link .ux-menu-link__link {
  color: var(--heading-color);
}
.vs_were .were-right .ux-menu .ux-menu-link .ux-menu-link__link .ux-menu-link__icon {
  background-color: var(--fs-color-primary);
  padding: 3px;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  font-size: 13px;
  color: #fff;
}
.vs_were .were-right .were-count-right .col-inner {
  background-color: #faf8f7;
  border-top: 5px solid var(--fs-color-primary);
}
.vs_were .were-right .were-count-right .col-inner .Vietsite_counter {
  text-align: center;
  height: 100%;
}
.vs_were .were-right .were-count-right .col-inner .Vietsite_counter .counter-content {
  padding: 20px 30px;
}
.vs_were .were-right .were-count-right .col-inner .Vietsite_counter .counter-content .counter-number .left-counter {
  display: block;
}
.vs_were .were-right .were-count-right .col-inner .Vietsite_counter .counter-content .counter-number .count-up, .vs_were .were-right .were-count-right .col-inner .Vietsite_counter .counter-content .counter-number .right-counter {
  color: var(--fs-color-primary);
  font-size: 2rem;
}
.vs_service .post-item:hover .box-text::after {
  width: 100%;
}
.vs_service .post-item:hover .box-text-inner {
  z-index: 3;
  position: relative;
}
.vs_service .post-item:hover .box-text-inner .post-title a {
  color: #fff;
}
.vs_service .post-item .box-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--fs-color-primary);
  transition: all 0.3s ease;
}
.vs_service .page-col .page-box .box-text {
  max-width: 80%;
  margin: -30px auto 0;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 10px 60px rgba(171, 171, 171, 0.25);
  padding: 20px;
}
.vs_service .page-col .page-box .box-text::before {
  content: "";
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -55px;
  left: -1px;
  background-size: 30px;
  background-position: center;
  background-color: var(--fs-color-primary);
}
.vs_service .page-col .page-box .box-text .box-text-inner {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: var(--heading-color);
  position: relative;
}
.vs_service .page-col:nth-child(1) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/certficate-1.svg);
}
.vs_service .page-col:nth-child(2) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/education-1-1.svg);
}
.vs_service .page-col:nth-child(3) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/education-2.svg);
}
.vs_service .page-col:nth-child(4) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/eng-1.svg);
}
.vs_service .page-col:nth-child(5) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/global-education-1.svg);
}
.vs_service .page-col:nth-child(6) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/knowledge-3-1.svg);
}
.vs_service .page-col:nth-child(7) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/resources-1.svg);
}
.vs_service .page-col:nth-child(8) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/teach-1.svg);
}
.vs_service .page-col:nth-child(9) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/higher-education-1.svg);
}
.vs_service .page-col:nth-child(10) .page-box .box-text::before {
  background-image: url(/wp-content/uploads/2024/07/higher-education-1.svg);
}

.vs_teams {
  margin-top: -400px;
}
.vs_teams .Vietsite_title .title-style-center .title-top {
  color: #fff;
}
.vs_teams .Vietsite_title .title-style-center .title-main {
  color: #fff;
}
.vs_teams .col .box .box-text {
  background-color: #fff;
}
.vs_teams .col .box .box-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  width: 9px;
  height: 45px;
  background-color: var(--fs-color-primary);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.vs_teams .col .box .box-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--fs-color-primary);
  transition: all 0.3s ease;
}
.vs_teams .col .box .box-text .box-text-inner {
  z-index: 4;
  position: relative;
}
.vs_teams .col .box .box-text .box-text-inner .social-icons a {
  color: var(--fs-color-primary);
}
.vs_teams .col .box:hover .box-text::after {
  width: 100%;
}
.vs_teams .col .box:hover .box-text::before {
  background-color: #000;
  z-index: 4;
}
.vs_teams .col .box:hover .box-text-inner {
  color: #fff;
}
.vs_teams .col .box:hover .box-text-inner .uppercase {
  color: #fff;
}
.vs_teams .col .box:hover .box-text-inner .social-icons a {
  color: #fff;
}

.vs_why .row {
  background-color: #fff;
}
.vs_why .row .why-imgae .col-inner {
  background-image: url(/wp-content/uploads/2024/07/curcle-1.png);
  background-size: cover;
  background-position: top right;
}
.vs_why .row .accordion-title {
  color: var(--heading-color);
}
.vs_why .row .accordion-title .icon-angle-down {
  color: var(--fs-color-primary);
}

.vs_why-choose .why-choose-left .icon-box {
  margin-bottom: 20px;
}
.vs_why-choose .why-choose-left .icon-box .icon-inner {
  position: relative;
}
.vs_why-choose .why-choose-left .icon-box .icon-inner::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fce7eb;
  border-radius: 100px;
  right: 0;
  bottom: -7px;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
}
.vs_why-choose .why-choose-left .icon-box .icon-inner svg {
  color: var(--fs-color-primary);
  width: 45px;
  transition: all 0.3s ease;
}
.vs_why-choose .why-choose-left .icon-box:hover .icon-inner svg {
  transform: rotateY(180deg);
}
.vs_why-choose .why-choose-right .col {
  position: relative;
}
.vs_why-choose .why-choose-right .why-choose-info {
  background-color: var(--fs-color-primary);
  padding: 20px;
  position: absolute;
  bottom: -120px;
  right: -50%;
  z-index: 99;
}
.vs_why-choose .why-choose-right .why-choose-info p {
  margin-bottom: 0;
}
.vs_why-choose .why-choose-right .why-choose-info p img {
  margin-bottom: 0;
}
.vs_why-choose .why-choose-right .why-choose-info h4 {
  color: #fff;
}

.vs_form .form-right {
  background-color: #fff;
  background-image: url(/wp-content/uploads/2024/07/icon-dots-5.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding: 55px 60px 60px;
  border-style: solid;
  border-width: 5px 0 0;
  border-color: #e30836;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.vs_form .form-right p {
  margin-bottom: 0;
}
.vs_form .form-right form input {
  box-shadow: none;
  height: 50px;
  outline: 0;
  background-color: rgba(241, 238, 246, 0.5);
  border: 1px solid rgba(241, 238, 246, 0.5);
  color: #686a6f;
  font-size: 1rem;
  width: 100%;
}
.vs_form .form-right form textarea {
  box-shadow: none;
  outline: 0;
  background-color: rgba(241, 238, 246, 0.5);
  border: 1px solid rgba(241, 238, 246, 0.5);
  color: #686a6f;
  font-size: 1rem;
  width: 100%;
}
.vs_form .form-right form .wpcf7-submit {
  background-color: var(--fs-color-primary);
  font-weight: 400;
  color: #fff;
}

.post-sidebar .widget-title {
  background-color: var(--fs-color-primary);
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  display: block;
}

#footer .vs_footer-top p {
  margin-bottom: 0;
}
#footer .vs_footer-top form {
  margin-bottom: 0;
}
#footer .vs_footer-top form input {
  height: 50px;
  box-shadow: none;
}
#footer .vs_footer-top form button {
  display: inline-flex;
  align-items: center;
  width: 80px;
  min-height: 50px;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */