.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Questrial', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Mulish', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c4c4c4 !important;
}
.bg-success {
  background-color: #ffa800 !important;
}
.bg-info {
  background-color: #087096 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ed8d1f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec7440 !important;
  border-color: #ec7440 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c24813 !important;
  border-color: #c24813 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c24813 !important;
  border-color: #c24813 !important;
}
.btn-info,
.btn-info:active {
  background-color: #087096 !important;
  border-color: #087096 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #043344 !important;
  border-color: #043344 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #043344 !important;
  border-color: #043344 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a86f00 !important;
  border-color: #a86f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a86f00 !important;
  border-color: #a86f00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed8d1f !important;
  border-color: #ed8d1f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a8600d !important;
  border-color: #a8600d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a8600d !important;
  border-color: #a8600d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c4c4c4;
  color: #c4c4c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #999999 !important;
  background-color: transparent!important;
  border-color: #999999 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec7440;
  color: #ec7440;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c24813 !important;
  background-color: transparent!important;
  border-color: #c24813 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec7440 !important;
  border-color: #ec7440 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #087096;
  color: #087096;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #043344 !important;
  background-color: transparent!important;
  border-color: #043344 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #087096 !important;
  border-color: #087096 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffa800;
  color: #ffa800;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a86f00 !important;
  background-color: transparent!important;
  border-color: #a86f00 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ed8d1f;
  color: #ed8d1f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a8600d !important;
  background-color: transparent!important;
  border-color: #a8600d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ed8d1f !important;
  border-color: #ed8d1f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c4c4c4 !important;
}
.text-secondary {
  color: #ec7440 !important;
}
.text-success {
  color: #ffa800 !important;
}
.text-info {
  color: #087096 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ed8d1f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #919191 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b44312 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #996500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #032835 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a580c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c4c4c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #087096;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ed8d1f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c4c4c4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffeecc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2abef4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fceddc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c4c4c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c4c4c4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c4c4c4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c4c4c4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c4c4c4;
  border-bottom-color: #c4c4c4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c4c4c4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec7440 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c4c4c4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tCH0Pgv80I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCH0Pgv80I nav.navbar {
  position: fixed;
}
.cid-tCH0Pgv80I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCH0Pgv80I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCH0Pgv80I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCH0Pgv80I .dropdown-item:hover,
.cid-tCH0Pgv80I .dropdown-item:focus {
  background: #c4c4c4 !important;
  color: white !important;
}
.cid-tCH0Pgv80I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCH0Pgv80I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCH0Pgv80I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCH0Pgv80I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCH0Pgv80I .nav-link {
  position: relative;
}
.cid-tCH0Pgv80I .container {
  display: flex;
  margin: auto;
}
.cid-tCH0Pgv80I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCH0Pgv80I .dropdown-menu,
.cid-tCH0Pgv80I .navbar.opened {
  background: #ffffff !important;
}
.cid-tCH0Pgv80I .nav-item:focus,
.cid-tCH0Pgv80I .nav-link:focus {
  outline: none;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCH0Pgv80I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCH0Pgv80I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCH0Pgv80I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCH0Pgv80I .navbar.opened {
  transition: all 0.3s;
}
.cid-tCH0Pgv80I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCH0Pgv80I .navbar .navbar-logo img {
  width: auto;
}
.cid-tCH0Pgv80I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCH0Pgv80I .navbar.collapsed {
  justify-content: center;
}
.cid-tCH0Pgv80I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCH0Pgv80I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCH0Pgv80I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCH0Pgv80I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  color: #005670;
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCH0Pgv80I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCH0Pgv80I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCH0Pgv80I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCH0Pgv80I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCH0Pgv80I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCH0Pgv80I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCH0Pgv80I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCH0Pgv80I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCH0Pgv80I .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCH0Pgv80I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCH0Pgv80I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCH0Pgv80I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCH0Pgv80I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCH0Pgv80I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCH0Pgv80I .dropdown-item.active,
.cid-tCH0Pgv80I .dropdown-item:active {
  background-color: transparent;
}
.cid-tCH0Pgv80I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCH0Pgv80I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCH0Pgv80I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCH0Pgv80I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCH0Pgv80I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCH0Pgv80I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCH0Pgv80I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCH0Pgv80I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCH0Pgv80I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCH0Pgv80I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCH0Pgv80I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCH0Pgv80I .navbar {
    height: 70px;
  }
  .cid-tCH0Pgv80I .navbar.opened {
    height: auto;
  }
  .cid-tCH0Pgv80I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCH0Pgv80I li.nav-item a,
.cid-tCH0Pgv80I li.nav-item a:link {
  color: #005670!important;
  font-weight: bold;
}
.cid-tCH0Pgv80I li.nav-item a:hover {
  color: #005670!important;
  text-decoration: underline;
}
.cid-tCH0Pgv80I .btn {
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
}
.cid-tCH0Pgv80I .btn-primary {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #141414;
}
.cid-tCH0Pgv80I a.btn-primary:link,
.cid-tCH0Pgv80I a.btn-primary:hover,
.cid-tCH0Pgv80I a.btn-primary:active,
.cid-tCH0Pgv80I a.btn-primary:visited {
  color: #141414;
}
.cid-tCH0Pgv80I .btn-primary,
.cid-tCH0Pgv80I .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-uH5ksDt7DJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  min-height: 100vh!important;
  background-image: url("https://vietnambestplacestowork.cdn.vccloud.vn/2026/assets/images/bg-homepage-logo.png?v=1775119612689");
}
.cid-uH5ksDt7DJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH5ksDt7DJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH5ksDt7DJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uH5ksDt7DJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uH5ksDt7DJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uH5ksDt7DJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uH5ksDt7DJ .mbr-text,
.cid-uH5ksDt7DJ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uH5ksDt7DJ {
    padding-top: 3rem!important;
    padding-bottom: 0;
    background-color: #030b17!important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: none!important;
  }
  .cid-uH5ksDt7DJ img {
    width: 80%!important;
    margin: auto;
  }
  .cid-uH5ksDt7DJ .custom-hero {
    height: auto;
    padding: 40px 0;
    background-color: #000000;
  }
  .cid-uH5ksDt7DJ .title {
    font-size: 24px;
  }
  .cid-uH5ksDt7DJ .mobile-content {
    background-color: #000000;
  }
}
.cid-uH5ksDt7DJ h1 b {
  font-weight: bold!important;
}
.cid-uH5ksDt7DJ sup {
  font-size: 50%!important;
}
@media (min-width: 1200px) {
  .cid-uH5ksDt7DJ .container,
  .cid-uH5ksDt7DJ .container-lg,
  .cid-uH5ksDt7DJ .container-md,
  .cid-uH5ksDt7DJ .container-sm,
  .cid-uH5ksDt7DJ .container-xl {
    max-width: 1140px;
  }
}
.cid-uH5ksDt7DJ .custom-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cid-uH5ksDt7DJ .video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cid-uH5ksDt7DJ .video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.cid-uGYNsxB9LF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGYNsxB9LF img,
.cid-uGYNsxB9LF .item-img {
  width: 100%;
}
.cid-uGYNsxB9LF .item:focus,
.cid-uGYNsxB9LF span:focus {
  outline: none;
}
.cid-uGYNsxB9LF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGYNsxB9LF .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGYNsxB9LF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGYNsxB9LF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGYNsxB9LF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGYNsxB9LF .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-uGYNsxB9LF {
    padding-top: 2.5rem;
  }
}
.cid-uGZ0UUNUlS {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGZ0UUNUlS img,
.cid-uGZ0UUNUlS .item-img {
  width: 100%;
}
.cid-uGZ0UUNUlS .item:focus,
.cid-uGZ0UUNUlS span:focus {
  outline: none;
}
.cid-uGZ0UUNUlS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGZ0UUNUlS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGZ0UUNUlS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGZ0UUNUlS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGZ0UUNUlS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGZ0UUNUlS .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-uGZ0UUNUlS {
    padding-top: 1rem;
  }
}
.cid-tCCCgy7H2M {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #087096;
}
.cid-tCCCgy7H2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCCgy7H2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tCCCgy7H2M .container {
    max-width: 1400px;
  }
}
.cid-tCCCgy7H2M .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-tCCCgy7H2M .card-wrapper {
  margin-top: 3rem;
}
.cid-tCCCgy7H2M .row {
  justify-content: center;
}
.cid-tCCCgy7H2M .card-box {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  height: 100%;
}
@media (min-width: 991px) {
  .cid-tCCCgy7H2M .card-box {
    padding: 3rem;
  }
}
.cid-tCCCgy7H2M .mbr-section-title {
  color: #ffffff;
}
.cid-tCCCgy7H2M .card-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCCCgy7H2M {
    padding-bottom: 4rem;
  }
  .cid-tCCCgy7H2M .card-wrapper {
    margin-top: 1rem;
  }
  .cid-tCCCgy7H2M .card-box {
    min-height: 0px;
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-tCCCgy7H2M .mbr-iconfont {
    margin-top: 1.5rem;
  }
  .cid-tCCCgy7H2M .card-text {
    padding: 1.5rem;
  }
}
.cid-tCCCgy7H2M .card {
  transition: transform 0.5s ease;
}
.cid-tCCCgy7H2M .card:hover {
  transform: translateY(-30px);
  transition: 0.5s ease;
}
.cid-tCCCgy7H2M .card:hover .card-box {
  background: yellowgreen;
}
.cid-tCCCgy7H2M .btn-primary {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #141414;
}
.cid-tCCCgy7H2M a.btn-primary:link,
.cid-tCCCgy7H2M a.btn-primary:hover,
.cid-tCCCgy7H2M a.btn-primary:active,
.cid-tCCCgy7H2M a.btn-primary:visited {
  color: #141414;
}
.cid-tCCCgy7H2M .btn .mbr-iconfont-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #ffa800;
  font-size: 12px !important;
  font-weight: 700;
  padding: 3px 0px 0px 2px;
  background: #141414;
  border-radius: 3px;
}
.cid-tCCCgy7H2M .btn .mbr-iconfont-btns {
  color: #141414;
}
.cid-tCCCgy7H2M .btn-primary,
.cid-tCCCgy7H2M .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-tCCHpURIIZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCCHpURIIZ img,
.cid-tCCHpURIIZ .item-img {
  width: 100%;
}
.cid-tCCHpURIIZ .item:focus,
.cid-tCCHpURIIZ span:focus {
  outline: none;
}
.cid-tCCHpURIIZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCCHpURIIZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCCHpURIIZ .item {
  padding: 0;
  margin: 0;
}
.cid-tCCHpURIIZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCCHpURIIZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCCHpURIIZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCCHpURIIZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCCHpURIIZ .mbr-section-title {
  color: #232323;
}
.cid-tCCHpURIIZ .btn-primary {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #141414;
}
.cid-tCCHpURIIZ a.btn-primary:link,
.cid-tCCHpURIIZ a.btn-primary:hover,
.cid-tCCHpURIIZ a.btn-primary:active,
.cid-tCCHpURIIZ a.btn-primary:visited {
  color: #141414;
}
.cid-tCCHpURIIZ .btn-primary,
.cid-tCCHpURIIZ .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-tCCHpURIIZ .py-4 {
    max-width: 33.33%!important;
  }
}
.cid-tCCHHBd7tm {
  background-image: url("https://vietnambestplacestowork.cdn.vccloud.vn/2026/assets/images/for-recruiting-agencies.jpg?v=1775119612689");
}
.cid-tCCHHBd7tm .mbr-section-title {
  color: #ffffff;
}
.cid-tCCHHBd7tm .mbr-text,
.cid-tCCHHBd7tm .mbr-section-btn {
  color: #ffffff;
}
.cid-tCCHHBd7tm .btn {
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
}
.cid-tCCHHBd7tm .mbr-fullscreen {
  min-height: 38vh!important;
}
@media (max-width: 768px) {
  .cid-tCCHHBd7tm {
    background-position: 69% 50%;
  }
}
.cid-tCCHHBd7tm .btn-primary {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #141414;
}
.cid-tCCHHBd7tm a.btn-primary:link,
.cid-tCCHHBd7tm a.btn-primary:hover,
.cid-tCCHHBd7tm a.btn-primary:active,
.cid-tCCHHBd7tm a.btn-primary:visited {
  color: #141414;
}
.cid-tCCHHBd7tm .btn .mbr-iconfont-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #ffa800;
  font-size: 12px !important;
  font-weight: 700;
  padding: 3px 0px 0px 2px;
  background: #141414;
  border-radius: 3px;
}
.cid-tCCHHBd7tm .btn .mbr-iconfont-btns {
  color: #141414;
}
.cid-tCCHHBd7tm .btn-primary,
.cid-tCCHHBd7tm .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-tCCJWWgEMu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCCJXAM7bI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCCJXAM7bI img {
  width: 250px;
  margin: auto;
}
.cid-tCCJXAM7bI .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .cid-tCCJXAM7bI .card {
    max-width: 100%;
  }
}
.cid-tCCKCY4MDP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCCKCY4MDP .card {
  border-radius: 0;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tCCKCY4MDP .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tCCKCY4MDP .wrapper {
  padding: 30px 0;
}
.cid-tCCKCY4MDP .mbr-section-title {
  color: #232323;
}
.cid-tCCKCY4MDP .mbr-text,
.cid-tCCKCY4MDP .mbr-section-btn {
  color: #ffffff;
}
.cid-tCCKCY4MDP img {
  width: 140px;
  margin: auto;
}
.cid-tCCKCY4MDP H3 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tCCKCY4MDP {
    padding-bottom: 0rem;
  }
}
.cid-tCCJYrLcB4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNCn9tNoXM {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNCn9tNoXM img {
  width: 200px;
  margin: auto;
  border: 1px solid #ededed;
}
.cid-uNCn9tNoXM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNCn9tNoXM .card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uNCn9tNoXM .card {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-tCH2BjhRyu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tCH0Pgv80I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCH0Pgv80I nav.navbar {
  position: fixed;
}
.cid-tCH0Pgv80I .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCH0Pgv80I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCH0Pgv80I .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCH0Pgv80I .dropdown-item:hover,
.cid-tCH0Pgv80I .dropdown-item:focus {
  background: #c4c4c4 !important;
  color: white !important;
}
.cid-tCH0Pgv80I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCH0Pgv80I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCH0Pgv80I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCH0Pgv80I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCH0Pgv80I .nav-link {
  position: relative;
}
.cid-tCH0Pgv80I .container {
  display: flex;
  margin: auto;
}
.cid-tCH0Pgv80I .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCH0Pgv80I .dropdown-menu,
.cid-tCH0Pgv80I .navbar.opened {
  background: #ffffff !important;
}
.cid-tCH0Pgv80I .nav-item:focus,
.cid-tCH0Pgv80I .nav-link:focus {
  outline: none;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCH0Pgv80I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCH0Pgv80I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCH0Pgv80I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCH0Pgv80I .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tCH0Pgv80I .navbar.opened {
  transition: all 0.3s;
}
.cid-tCH0Pgv80I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCH0Pgv80I .navbar .navbar-logo img {
  width: auto;
}
.cid-tCH0Pgv80I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCH0Pgv80I .navbar.collapsed {
  justify-content: center;
}
.cid-tCH0Pgv80I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCH0Pgv80I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCH0Pgv80I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCH0Pgv80I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  color: #005670;
}
.cid-tCH0Pgv80I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCH0Pgv80I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCH0Pgv80I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCH0Pgv80I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tCH0Pgv80I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCH0Pgv80I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCH0Pgv80I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCH0Pgv80I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCH0Pgv80I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCH0Pgv80I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCH0Pgv80I .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCH0Pgv80I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCH0Pgv80I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCH0Pgv80I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCH0Pgv80I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCH0Pgv80I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCH0Pgv80I .dropdown-item.active,
.cid-tCH0Pgv80I .dropdown-item:active {
  background-color: transparent;
}
.cid-tCH0Pgv80I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCH0Pgv80I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCH0Pgv80I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCH0Pgv80I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCH0Pgv80I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCH0Pgv80I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCH0Pgv80I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCH0Pgv80I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCH0Pgv80I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCH0Pgv80I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCH0Pgv80I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCH0Pgv80I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCH0Pgv80I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCH0Pgv80I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCH0Pgv80I .navbar {
    height: 70px;
  }
  .cid-tCH0Pgv80I .navbar.opened {
    height: auto;
  }
  .cid-tCH0Pgv80I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCH0Pgv80I li.nav-item a,
.cid-tCH0Pgv80I li.nav-item a:link {
  color: #005670!important;
  font-weight: bold;
}
.cid-tCH0Pgv80I li.nav-item a:hover {
  color: #005670!important;
  text-decoration: underline;
}
.cid-tCH0Pgv80I .btn {
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
}
.cid-tCH0Pgv80I .btn-primary {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #141414;
}
.cid-tCH0Pgv80I a.btn-primary:link,
.cid-tCH0Pgv80I a.btn-primary:hover,
.cid-tCH0Pgv80I a.btn-primary:active,
.cid-tCH0Pgv80I a.btn-primary:visited {
  color: #141414;
}
.cid-tCH0Pgv80I .btn-primary,
.cid-tCH0Pgv80I .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-tCGmITTl4z {
  background-image: url("https://vietnambestplacestowork.cdn.vccloud.vn/2026/assets/images/banner-cover-thongtinquatang.jpg?v=1775119612689");
  min-height: 66vh;
}
@media (max-width: 768px) {
  .cid-tCGmITTl4z {
    min-height: 31vh;
  }
}
@media (max-width: 768px) {
  .cid-tCGmITTl4z #jarallax-container-0 > div {
    height: 275.8px!important;
  }
}
.cid-tCH3vCJQfc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ececec;
}
.cid-tCH3vCJQfc .mbr-section-subtitle {
  text-align: left;
}
.cid-tCH3vCJQfc li {
  margin-left: -16px;
}
@media (max-width: 768px) {
  .cid-tCH3vCJQfc {
    padding-bottom: 1rem;
  }
}
.cid-tCH3vCJQfc ol {
  font-weight: bold;
}
.cid-tCH3vCJQfc ol.text-list li {
  list-style: circle!important;
  margin-left: -25px;
  padding-left: 1rem;
  font-weight: normal;
}
.cid-tCH3vCJQfc ol.text-list {
  padding-left: 30px;
}
.cid-tCH3vCJQfc .ml-n1 {
  margin-left: -1rem;
}
.cid-tCH3vCJQfc .list .mbr-text {
  color: #353535;
}
.cid-tCH3vCJQfc a.text-primary:link,
.cid-tCH3vCJQfc a.text-primary:hover,
.cid-tCH3vCJQfc a.text-primary:visited,
.cid-tCH3vCJQfc a.text-primary:active {
  color: #087096!important;
}
.cid-uOxs2wIGbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOxs2wIGbg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOxs2wIGbg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOxs2wIGbg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uOxs2wIGbg ul {
  margin-left: 0;
  padding-left: 17px;
}
@media (max-width: 768px) {
  .cid-uOxs2wIGbg .text-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-uOxs2wIGbg a.text-primary:link,
.cid-uOxs2wIGbg a.text-primary:hover,
.cid-uOxs2wIGbg a.text-primary:visited,
.cid-uOxs2wIGbg a.text-primary:active {
  color: #087096!important;
}
.cid-uOxs2wIGbg .mbr-text {
  color: #232323;
}
.cid-uNCcRaYOWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ececec;
}
@media (max-width: 991px) {
  .cid-uNCcRaYOWK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNCcRaYOWK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNCcRaYOWK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uNCcRaYOWK .row {
  flex-direction: row-reverse;
}
.cid-uNCcRaYOWK ul {
  margin-left: 0;
  padding-left: 17px;
}
@media (max-width: 768px) {
  .cid-uNCcRaYOWK .text-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-uNCcRaYOWK a.text-primary:link,
.cid-uNCcRaYOWK a.text-primary:hover,
.cid-uNCcRaYOWK a.text-primary:visited,
.cid-uNCcRaYOWK a.text-primary:active {
  color: #087096!important;
}
.cid-uNCcRaYOWK .mbr-section-title {
  color: #353535;
}
.cid-uNCcRaYOWK .mbr-text {
  color: #353535;
}
.cid-u9l4WK7HQk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u9l4WK7HQk .mbr-section-subtitle {
  text-align: left;
}
.cid-u9l4WK7HQk li {
  margin-left: -16px;
}
@media (max-width: 768px) {
  .cid-u9l4WK7HQk {
    padding-bottom: 0rem;
  }
}
.cid-u9l4WK7HQk a.text-primary:link,
.cid-u9l4WK7HQk a.text-primary:visited,
.cid-u9l4WK7HQk a.text-primary:actived {
  color: #087096!important;
}
.cid-u9l4WK7HQk a.text-primary:hover {
  color: #087096!important;
  text-decoration: underline;
}
.cid-u9l4WK7HQk ol {
  font-weight: bold;
}
.cid-u9l4WK7HQk ol.text-list li {
  list-style: circle!important;
  margin-left: -25px;
  padding-left: 1rem;
  font-weight: normal;
}
.cid-u9l4WK7HQk ol.text-list {
  padding-left: 30px;
}
.cid-u9l4WK7HQk .ml-n1 {
  margin-left: -1rem;
}
.cid-tDKmUoVn1k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tDKmUoVn1k img,
.cid-tDKmUoVn1k .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  height: 480px;
  object-fit: cover;
}
.cid-tDKmUoVn1k .item:focus,
.cid-tDKmUoVn1k span:focus {
  outline: none;
}
.cid-tDKmUoVn1k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDKmUoVn1k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  .cid-tDKmUoVn1k .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDKmUoVn1k .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDKmUoVn1k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDKmUoVn1k .mbr-section-title {
  color: #232323;
}
.cid-tDKmUoVn1k .mbr-text,
.cid-tDKmUoVn1k .mbr-section-btn {
  text-align: center;
}
.cid-tDKmUoVn1k .item-title {
  text-align: center;
  color: #232323;
}
.cid-tDKmUoVn1k .item-subtitle {
  text-align: left;
  color: #232323;
}
@media (max-width: 768px) {
  .cid-tDKmUoVn1k .item-img,
  .cid-tDKmUoVn1k img {
    height: auto!important;
  }
}
.cid-tDKno9AI5b {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tDKno9AI5b .mbr-section-subtitle {
  text-align: left;
}
.cid-tDKno9AI5b li {
  margin-left: -16px;
}
@media (max-width: 768px) {
  .cid-tDKno9AI5b {
    padding-bottom: 2rem;
  }
}
.cid-tDKno9AI5b a.text-primary:link,
.cid-tDKno9AI5b a.text-primary:visited,
.cid-tDKno9AI5b a.text-primary:actived {
  color: #087096!important;
}
.cid-tDKno9AI5b a.text-primary:hover {
  color: #087096!important;
  text-decoration: underline;
}
.cid-tDKno9AI5b ol.text-list li {
  list-style: circle!important;
  margin-left: -25px;
}
.cid-tDKno9AI5b ol.text-list {
  padding-left: 25px;
}
.cid-tCGmEn8M47 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCGmEnhwn5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCGmEnhwn5 img {
  width: 250px;
  margin: auto;
}
.cid-tCGmEnhwn5 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .cid-tCGmEnhwn5 .card {
    max-width: 100%;
  }
}
.cid-ug1UfA0mgf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ug1UfA0mgf .card {
  border-radius: 0;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-ug1UfA0mgf .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-ug1UfA0mgf .wrapper {
  padding: 30px 0;
}
.cid-ug1UfA0mgf .mbr-section-title {
  color: #232323;
}
.cid-ug1UfA0mgf .mbr-text,
.cid-ug1UfA0mgf .mbr-section-btn {
  color: #ffffff;
}
.cid-ug1UfA0mgf img {
  width: 140px;
  margin: auto;
}
.cid-ug1UfA0mgf H3 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-ug1UfA0mgf {
    padding-bottom: 0rem;
  }
}
.cid-tCGmEnnICF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veRoSTqNpy {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-veRoSTqNpy img {
  width: 200px;
  margin: auto;
  border: 1px solid #ededed;
}
.cid-veRoSTqNpy .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-veRoSTqNpy .card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-veRoSTqNpy .card {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-tCH2BjhRyu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tHeASKzRRC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tHeASKzRRC nav.navbar {
  position: fixed;
}
.cid-tHeASKzRRC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHeASKzRRC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHeASKzRRC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHeASKzRRC .dropdown-item:hover,
.cid-tHeASKzRRC .dropdown-item:focus {
  background: #c4c4c4 !important;
  color: white !important;
}
.cid-tHeASKzRRC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHeASKzRRC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHeASKzRRC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHeASKzRRC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHeASKzRRC .nav-link {
  position: relative;
}
.cid-tHeASKzRRC .container {
  display: flex;
  margin: auto;
}
.cid-tHeASKzRRC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHeASKzRRC .dropdown-menu,
.cid-tHeASKzRRC .navbar.opened {
  background: #ffffff !important;
}
.cid-tHeASKzRRC .nav-item:focus,
.cid-tHeASKzRRC .nav-link:focus {
  outline: none;
}
.cid-tHeASKzRRC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHeASKzRRC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHeASKzRRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHeASKzRRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHeASKzRRC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHeASKzRRC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHeASKzRRC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tHeASKzRRC .navbar.opened {
  transition: all 0.3s;
}
.cid-tHeASKzRRC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHeASKzRRC .navbar .navbar-logo img {
  width: auto;
}
.cid-tHeASKzRRC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHeASKzRRC .navbar.collapsed {
  justify-content: center;
}
.cid-tHeASKzRRC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHeASKzRRC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeASKzRRC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tHeASKzRRC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHeASKzRRC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHeASKzRRC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tHeASKzRRC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  color: #005670;
}
.cid-tHeASKzRRC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHeASKzRRC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHeASKzRRC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHeASKzRRC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHeASKzRRC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHeASKzRRC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHeASKzRRC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tHeASKzRRC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHeASKzRRC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHeASKzRRC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHeASKzRRC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHeASKzRRC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHeASKzRRC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHeASKzRRC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHeASKzRRC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHeASKzRRC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHeASKzRRC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHeASKzRRC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHeASKzRRC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHeASKzRRC .dropdown-item.active,
.cid-tHeASKzRRC .dropdown-item:active {
  background-color: transparent;
}
.cid-tHeASKzRRC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHeASKzRRC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHeASKzRRC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHeASKzRRC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tHeASKzRRC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHeASKzRRC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHeASKzRRC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHeASKzRRC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHeASKzRRC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHeASKzRRC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tHeASKzRRC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHeASKzRRC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeASKzRRC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHeASKzRRC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHeASKzRRC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeASKzRRC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHeASKzRRC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHeASKzRRC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHeASKzRRC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHeASKzRRC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHeASKzRRC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHeASKzRRC .navbar {
    height: 70px;
  }
  .cid-tHeASKzRRC .navbar.opened {
    height: auto;
  }
  .cid-tHeASKzRRC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHeASKzRRC li.nav-item a,
.cid-tHeASKzRRC li.nav-item a:link {
  color: #005670!important;
  font-weight: bold;
}
.cid-tHeASKzRRC li.nav-item a:hover {
  color: #005670!important;
  text-decoration: underline;
}
.cid-tHeASKzRRC .btn {
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
}
.cid-tHeASKzRRC .btn-primary {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #141414;
}
.cid-tHeASKzRRC a.btn-primary:link,
.cid-tHeASKzRRC a.btn-primary:hover,
.cid-tHeASKzRRC a.btn-primary:active,
.cid-tHeASKzRRC a.btn-primary:visited {
  color: #141414;
}
.cid-tHeASKzRRC .btn-primary,
.cid-tHeASKzRRC .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-u9kRN4uaSb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9kRN4uaSb .mbr-section-subtitle {
  text-align: center;
}
.cid-u9kRN4uaSb .fail-icon {
  width: 152px;
  height: 152px;
  margin: 0 auto;
}
.cid-tHeASKZvQl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vfwCLCuYr5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vfwCLCuYr5 nav.navbar {
  position: fixed;
}
.cid-vfwCLCuYr5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfwCLCuYr5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfwCLCuYr5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfwCLCuYr5 .dropdown-item:hover,
.cid-vfwCLCuYr5 .dropdown-item:focus {
  background: #c4c4c4 !important;
  color: white !important;
}
.cid-vfwCLCuYr5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfwCLCuYr5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfwCLCuYr5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfwCLCuYr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfwCLCuYr5 .nav-link {
  position: relative;
}
.cid-vfwCLCuYr5 .container {
  display: flex;
  margin: auto;
}
.cid-vfwCLCuYr5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfwCLCuYr5 .dropdown-menu,
.cid-vfwCLCuYr5 .navbar.opened {
  background: #ffffff !important;
}
.cid-vfwCLCuYr5 .nav-item:focus,
.cid-vfwCLCuYr5 .nav-link:focus {
  outline: none;
}
.cid-vfwCLCuYr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfwCLCuYr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfwCLCuYr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfwCLCuYr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfwCLCuYr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfwCLCuYr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfwCLCuYr5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vfwCLCuYr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfwCLCuYr5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfwCLCuYr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfwCLCuYr5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfwCLCuYr5 .navbar.collapsed {
  justify-content: center;
}
.cid-vfwCLCuYr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfwCLCuYr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfwCLCuYr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vfwCLCuYr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfwCLCuYr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfwCLCuYr5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfwCLCuYr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  color: #005670;
}
.cid-vfwCLCuYr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfwCLCuYr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfwCLCuYr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfwCLCuYr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfwCLCuYr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfwCLCuYr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfwCLCuYr5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfwCLCuYr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfwCLCuYr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfwCLCuYr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfwCLCuYr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfwCLCuYr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfwCLCuYr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfwCLCuYr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfwCLCuYr5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfwCLCuYr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfwCLCuYr5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfwCLCuYr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfwCLCuYr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfwCLCuYr5 .dropdown-item.active,
.cid-vfwCLCuYr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfwCLCuYr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfwCLCuYr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfwCLCuYr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfwCLCuYr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfwCLCuYr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfwCLCuYr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfwCLCuYr5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfwCLCuYr5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfwCLCuYr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfwCLCuYr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vfwCLCuYr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfwCLCuYr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfwCLCuYr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfwCLCuYr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfwCLCuYr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfwCLCuYr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfwCLCuYr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfwCLCuYr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfwCLCuYr5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfwCLCuYr5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfwCLCuYr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfwCLCuYr5 .navbar {
    height: 70px;
  }
  .cid-vfwCLCuYr5 .navbar.opened {
    height: auto;
  }
  .cid-vfwCLCuYr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfwCLCuYr5 li.nav-item a,
.cid-vfwCLCuYr5 li.nav-item a:link {
  color: #005670!important;
  font-weight: bold;
}
.cid-vfwCLCuYr5 li.nav-item a:hover {
  color: #005670!important;
  text-decoration: underline;
}
.cid-vfwCLCuYr5 .btn {
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
}
.cid-vfwCLCuYr5 .btn-primary {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #141414;
}
.cid-vfwCLCuYr5 a.btn-primary:link,
.cid-vfwCLCuYr5 a.btn-primary:hover,
.cid-vfwCLCuYr5 a.btn-primary:active,
.cid-vfwCLCuYr5 a.btn-primary:visited {
  color: #141414;
}
.cid-vfwCLCuYr5 .btn-primary,
.cid-vfwCLCuYr5 .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-vfwCLCDp1G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  min-height: 100vh!important;
  background-image: url("https://vietnambestplacestowork.cdn.vccloud.vn/2026/assets/images/bg-homepage-logo.png?v=1775119612689");
}
.cid-vfwCLCDp1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwCLCDp1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwCLCDp1G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vfwCLCDp1G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vfwCLCDp1G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vfwCLCDp1G .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vfwCLCDp1G .mbr-text,
.cid-vfwCLCDp1G .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-vfwCLCDp1G {
    padding-top: 3rem!important;
    padding-bottom: 0;
    background-color: #030b17!important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-image: none!important;
  }
  .cid-vfwCLCDp1G img {
    width: 80%!important;
    margin: auto;
  }
  .cid-vfwCLCDp1G .custom-hero {
    height: auto;
    padding: 40px 0;
    background-color: #000000;
  }
  .cid-vfwCLCDp1G .title {
    font-size: 24px;
  }
  .cid-vfwCLCDp1G .mobile-content {
    background-color: #000000;
  }
}
.cid-vfwCLCDp1G h1 b {
  font-weight: bold!important;
}
.cid-vfwCLCDp1G sup {
  font-size: 50%!important;
}
@media (min-width: 1200px) {
  .cid-vfwCLCDp1G .container,
  .cid-vfwCLCDp1G .container-lg,
  .cid-vfwCLCDp1G .container-md,
  .cid-vfwCLCDp1G .container-sm,
  .cid-vfwCLCDp1G .container-xl {
    max-width: 1140px;
  }
}
.cid-vfwCLCDp1G .custom-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cid-vfwCLCDp1G .video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cid-vfwCLCDp1G .video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.cid-vfwCXFYOae {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfwCXFYOae img,
.cid-vfwCXFYOae .item-img {
  width: 100%;
}
.cid-vfwCXFYOae .item:focus,
.cid-vfwCXFYOae span:focus {
  outline: none;
}
.cid-vfwCXFYOae .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vfwCXFYOae .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfwCXFYOae .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfwCXFYOae .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfwCXFYOae .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfwCXFYOae .mbr-section-title {
  color: #232323;
}
.cid-vfwCXFYOae .mbr-text,
.cid-vfwCXFYOae .mbr-section-btn {
  text-align: center;
}
.cid-vfwCLCJfl9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vfwCLCJfl9 img,
.cid-vfwCLCJfl9 .item-img {
  width: 100%;
}
.cid-vfwCLCJfl9 .item:focus,
.cid-vfwCLCJfl9 span:focus {
  outline: none;
}
.cid-vfwCLCJfl9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vfwCLCJfl9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfwCLCJfl9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfwCLCJfl9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfwCLCJfl9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfwCLCJfl9 .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-vfwCLCJfl9 {
    padding-top: 1rem;
  }
}
.cid-vfwCLCSIDM {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfwCLCSIDM img,
.cid-vfwCLCSIDM .item-img {
  width: 100%;
}
.cid-vfwCLCSIDM .item:focus,
.cid-vfwCLCSIDM span:focus {
  outline: none;
}
.cid-vfwCLCSIDM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vfwCLCSIDM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfwCLCSIDM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfwCLCSIDM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfwCLCSIDM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfwCLCSIDM .mbr-section-title {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-vfwCLCSIDM {
    padding-top: 1rem;
  }
}
.cid-vfwCLD2iWk {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #087096;
}
.cid-vfwCLD2iWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwCLD2iWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-vfwCLD2iWk .container {
    max-width: 1400px;
  }
}
.cid-vfwCLD2iWk .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #087096;
  margin-bottom: 2rem;
}
.cid-vfwCLD2iWk .card-wrapper {
  margin-top: 3rem;
}
.cid-vfwCLD2iWk .row {
  justify-content: center;
}
.cid-vfwCLD2iWk .card-box {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  height: 100%;
}
@media (min-width: 991px) {
  .cid-vfwCLD2iWk .card-box {
    padding: 3rem;
  }
}
.cid-vfwCLD2iWk .mbr-section-title {
  color: #ffffff;
}
.cid-vfwCLD2iWk .card-text {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfwCLD2iWk {
    padding-bottom: 4rem;
  }
  .cid-vfwCLD2iWk .card-wrapper {
    margin-top: 1rem;
  }
  .cid-vfwCLD2iWk .card-box {
    min-height: 0px;
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cid-vfwCLD2iWk .mbr-iconfont {
    margin-top: 1.5rem;
  }
  .cid-vfwCLD2iWk .card-text {
    padding: 1.5rem;
  }
}
.cid-vfwCLD2iWk .card {
  transition: transform 0.5s ease;
}
.cid-vfwCLD2iWk .card:hover {
  transform: translateY(-30px);
  transition: 0.5s ease;
}
.cid-vfwCLD2iWk .card:hover .card-box {
  background: yellowgreen;
}
.cid-vfwCLD2iWk .btn-primary {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #141414;
}
.cid-vfwCLD2iWk a.btn-primary:link,
.cid-vfwCLD2iWk a.btn-primary:hover,
.cid-vfwCLD2iWk a.btn-primary:active,
.cid-vfwCLD2iWk a.btn-primary:visited {
  color: #141414;
}
.cid-vfwCLD2iWk .btn .mbr-iconfont-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #ffa800;
  font-size: 12px !important;
  font-weight: 700;
  padding: 3px 0px 0px 2px;
  background: #141414;
  border-radius: 3px;
}
.cid-vfwCLD2iWk .btn .mbr-iconfont-btns {
  color: #141414;
}
.cid-vfwCLD2iWk .btn-primary,
.cid-vfwCLD2iWk .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-vfwCLDcwPa {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfwCLDcwPa img,
.cid-vfwCLDcwPa .item-img {
  width: 100%;
}
.cid-vfwCLDcwPa .item:focus,
.cid-vfwCLDcwPa span:focus {
  outline: none;
}
.cid-vfwCLDcwPa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vfwCLDcwPa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vfwCLDcwPa .item {
  padding: 0;
  margin: 0;
}
.cid-vfwCLDcwPa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vfwCLDcwPa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vfwCLDcwPa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vfwCLDcwPa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vfwCLDcwPa .mbr-section-title {
  color: #232323;
}
.cid-vfwCLDcwPa .btn-primary {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #141414;
}
.cid-vfwCLDcwPa a.btn-primary:link,
.cid-vfwCLDcwPa a.btn-primary:hover,
.cid-vfwCLDcwPa a.btn-primary:active,
.cid-vfwCLDcwPa a.btn-primary:visited {
  color: #141414;
}
.cid-vfwCLDcwPa .btn-primary,
.cid-vfwCLDcwPa .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-vfwCLDcwPa .py-4 {
    max-width: 33.33%!important;
  }
}
.cid-vfwCLDj1ez {
  background-image: url("https://vietnambestplacestowork.cdn.vccloud.vn/2026/assets/images/for-recruiting-agencies.jpg?v=1775119612689");
}
.cid-vfwCLDj1ez .mbr-section-title {
  color: #ffffff;
}
.cid-vfwCLDj1ez .mbr-text,
.cid-vfwCLDj1ez .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwCLDj1ez .btn {
  letter-spacing: 0.1rem;
  padding: 1rem 2rem;
}
.cid-vfwCLDj1ez .mbr-fullscreen {
  min-height: 38vh!important;
}
@media (max-width: 768px) {
  .cid-vfwCLDj1ez {
    background-position: 69% 50%;
  }
}
.cid-vfwCLDj1ez .btn-primary {
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #141414;
}
.cid-vfwCLDj1ez a.btn-primary:link,
.cid-vfwCLDj1ez a.btn-primary:hover,
.cid-vfwCLDj1ez a.btn-primary:active,
.cid-vfwCLDj1ez a.btn-primary:visited {
  color: #141414;
}
.cid-vfwCLDj1ez .btn .mbr-iconfont-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #ffa800;
  font-size: 12px !important;
  font-weight: 700;
  padding: 3px 0px 0px 2px;
  background: #141414;
  border-radius: 3px;
}
.cid-vfwCLDj1ez .btn .mbr-iconfont-btns {
  color: #141414;
}
.cid-vfwCLDj1ez .btn-primary,
.cid-vfwCLDj1ez .btn-primary:active {
  color: #141414!important;
  font-weight: bold;
}
.cid-vfwCLDs0gk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfwCLDyeqs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfwCLDyeqs img {
  width: 250px;
  margin: auto;
}
.cid-vfwCLDyeqs .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 0.4rem;
}
@media (min-width: 992px) {
  .cid-vfwCLDyeqs .card {
    max-width: 100%;
  }
}
.cid-vfwCLDDUqP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfwCLDDUqP .card {
  border-radius: 0;
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-vfwCLDDUqP .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-vfwCLDDUqP .wrapper {
  padding: 30px 0;
}
.cid-vfwCLDDUqP .mbr-section-title {
  color: #232323;
}
.cid-vfwCLDDUqP .mbr-text,
.cid-vfwCLDDUqP .mbr-section-btn {
  color: #ffffff;
}
.cid-vfwCLDDUqP img {
  width: 140px;
  margin: auto;
}
.cid-vfwCLDDUqP H3 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-vfwCLDDUqP {
    padding-bottom: 0rem;
  }
}
.cid-vfwCLDKTdS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfwCLDQtKs {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vfwCLDQtKs img {
  width: 200px;
  margin: auto;
  border: 1px solid #ededed;
}
.cid-vfwCLDQtKs .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vfwCLDQtKs .card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vfwCLDQtKs .card {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-vfwCLDXFmD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-vfwCUDmETX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfwCUDmETX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwCUDmETX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vfwCUDmETX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfwCUDmETX .row {
  flex-direction: row-reverse;
}
.cid-vfwCUDmETX img {
  width: 100%;
}
