.bottomText {
  display: flex;
  border-top: 1px solid #e6e6e6;
  padding: 40px 150px;
}
.bottomText .left-side {
  padding-right: 50px;
}
.bottomText .right-side {
  flex: 0 0 25%;
}
.bottomText .content-container {
  overflow: hidden;
  transition: max-height 0.3s ease-in;
}
.bottomText .bottom-content a {
  color: #005aff;
  text-decoration: none;
}
.bottomText .bottom-content a:hover {
  color: #19b1f7;
}
.bottomText .bottom-content p {
  margin-bottom: 12px;
}
.bottomText .bottom-image {
  text-align: center;
}
.bottomText .bottom-image img {
  max-width: 100%;
  height: auto;
}
.bottomText .read-more {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline;
  padding: 0;
  margin-top: 20px;
  color: #005aff;
}
.bottomText .read-more:hover, .bottomText .read-more:focus {
  text-decoration: none;
  outline: none;
}
.bottomText .read-more:hover {
  color: #19b1f7;
}
@media (max-width: 899px) {
  .bottomText {
    flex-direction: column;
    padding: 16px 12px;
  }
  .bottomText .left-side,
  .bottomText .right-side {
    flex: 0 0 100%;
  }
  .bottomText .left-side {
    padding-right: 0;
  }
  .bottomText .bottom-image {
    margin-top: 16px;
  }
  .bottomText .read-more {
    margin-top: 10px;
  }
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* .vnw .footer {
    padding: 24px 100px;
    text-size-adjust: none;
    background: linear-gradient(90deg, rgb(19, 84, 122) 0%, rgb(128, 208, 199) 100%);
    box-shadow: inset 0 1px 0 0 rgba(0, 90, 255, 0.03);

} */
.vnw .footer {
  padding-top: 40px;
}
.vnw .footer ul {
  list-style: none;
  padding-left: 0;
  color: #999;
}
.vnw .footer__container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  max-width: 1920px;
}
.vnw .footer .columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.vnw .footer .mb-5 {
  margin-bottom: 2rem !important;
}
.vnw .footer .social-icons a {
  margin-right: 8px;
}
.vnw .footer .social-icons a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 776px) {
  .vnw .footer .social-icons a {
    margin-right: 4px;
  }
}
.vnw .footer .social-icons.social-icons-responsive {
  margin-top: 12px;
}
@media screen and (min-width: 769px), print {
  .vnw .footer .is-hidden-tablet {
    display: none !important;
  }
  .vnw .footer .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
    .vnw .footer {
        padding: 24px 16px;
    }
    .vnw .footer .is-hidden-mobile {
        display: none !important;
    }
  .vnw .footer .has-text-centered-mobile {
    text-align: center !important;
  }
  .vnw .footer .is-hidden-tablet .column .footer__link {
    margin-bottom: 8px;
  }
  .vnw .footer .is-hidden-tablet .column .footer__link li {
    margin-bottom: 0;
  }
}
.vnw .footer .columns:not(:last-child) {
  margin-bottom: 0.75rem;
}
.vnw .footer .columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.vnw .footer .columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.vnw .footer .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
  min-width: 0;
}
.vnw .footer .column .wrap-icons-follow-us {
  width: 1.25em;
  font-size: 3em;
  height: 1em;
  display: inline-block;
  position: relative;
}
.vnw .footer .column .wrap-icons-follow-us svg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 32px;
}
.vnw .footer .has-text-centered {
  text-align: center !important;
}
.vnw .footer a {
  transition: color 0.3s;
}
.vnw .footer a {
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 1400px) {
  .vnw .footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 769px), print {
  .vnw .footer .vnwfooter {
    padding-bottom: 1rem;
  }
  .vnw .footer .level {
    display: flex;
  }
  .vnw .footer .level-left {
    display: flex;
  }
  .vnw .footer .level-right {
    display: flex;
  }
}
.vnw .footer .level {
  align-items: center;
  justify-content: space-between;
}
.vnw .footer .level-left {
  align-items: center;
  justify-content: flex-start;
}
.vnw .footer .level-left .level-item a {
  color: #005aff;
}
.vnw .footer .level-left .level-item .footer-main-logo {
  color: #fff;
}
.vnw .footer .level-left .level-item .footer-main-logo:hover {
  color: #19b1f7;
}
.vnw .footer .level-left,
.vnw .footer .level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.vnw .footer .level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.vnw .footer .mr-2 {
  margin-right: 0.25rem !important;
}
.vnw .footer .icon_alignment {
  position: relative;
}
.vnw .footer .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 7px;
  display: inline;
}
.vnw .footer .icon svg {
  width: 0.625em;
}
.vnw .footer span {
  font-style: inherit;
  font-weight: inherit;
}
.vnw .footer .columns.is-mobile > .column.is-narrow {
  flex: none;
}
.vnw .footer .row-app-download {
  display: flex;
  margin-bottom: 24px;
}
.vnw .footer .row-app-download .column.wrapper-app-download {
  padding: 0;
}
.vnw .footer .row-app-download .column.wrapper-app-download a.wrap-android {
  padding-left: 20px;
}
.vnw .footer .row-app-download .column.wrapper-app-download a img {
  width: 44%;
}
.vnw .footer .columns.is-variable .column {
  padding: var(--columnGap);
}
.vnw .footer .columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.vnw .footer.christmas, .vnw .footer.lunar-new-year {
  background-color: #f7f8f9;
  color: #001744;
  position: relative;
}
.vnw .footer.christmas .footer__container, .vnw .footer.lunar-new-year .footer__container {
  z-index: 1;
}
.vnw .footer.christmas .footer-main-logo, .vnw .footer.lunar-new-year .footer-main-logo {
  color: #005aff !important;
}
.vnw .footer.christmas .footer-main-logo:hover, .vnw .footer.lunar-new-year .footer-main-logo:hover {
  color: #19b1f7 !important;
}
.vnw .footer.christmas .footer__link .footer__link-head, .vnw .footer.lunar-new-year .footer__link .footer__link-head {
  color: #001744 !important;
}
.vnw .footer.christmas .footer__link a, .vnw .footer.lunar-new-year .footer__link a {
  color: #001744 !important;
}
.vnw .footer.christmas .footer__link a:hover, .vnw .footer.lunar-new-year .footer__link a:hover {
  color: #19b1f7 !important;
}
.vnw .footer.christmas .footer__link .footer__link-cta a, .vnw .footer.lunar-new-year .footer__link .footer__link-cta a {
  color: #005aff !important;
  transition: color 0s;
}
.vnw .footer.christmas .footer__link .footer__link-cta a:hover, .vnw .footer.lunar-new-year .footer__link .footer__link-cta a:hover {
  color: #19b1f7 !important;
}
.vnw .footer.christmas .footer__link .footer__link-cta a:hover svg path, .vnw .footer.lunar-new-year .footer__link .footer__link-cta a:hover svg path {
  transition: color 0s;
  fill: #19b1f7 !important;
}
.vnw .footer.christmas::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://images.vietnamworks.com/christmas/footer_left_sign.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  width: 249px;
  height: 100%;
}
.vnw .footer.christmas::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("https://images.vietnamworks.com/christmas/footer_right_sign_v2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  width: 360px;
  height: 100%;
  z-index: 0;
}
.vnw .footer.lunar-new-year::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("https://images.vietnamworks.com/images/footer_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: -10px;
  width: 210px;
  height: 75%;
  z-index: 0;
}
.vnw .footer hr {
  margin: 32px 0 8px 0;
  background-color: #777;
}
.vnw .footer__link a {
  color: white ;
  font-weight: 300;
  font-size: 14px;
}
.vnw .footer__link a:hover {
  color: #19b1f7 !important;
}
.vnw .footer__link li {
  padding-bottom: 8px;
  line-height: 20px;
}
.vnw .footer__link li h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1rem;
}
.vnw .footer__link li.footer__link-head {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 5px;
}
.vnw .footer__link_intech {
  display: inline-flex;
  width: 160px;
}
.vnw .footer .vnw .footer__link-head {
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
  font-weight: 500;
  display: flex;
}
.vnw .footer .vnw .footer__link-head a {
  color: #fff;
  font-weight: initial;
}
.vnw .footer .vnw .footer__link-head .icon_alignment {
  display: flex;
}
.vnw .footer .vnw .footer__link-head .icon_alignment svg {
  height: 15px;
  width: 15px;
  fill: #005aff;
}
.vnw .footer__link-cta {
  margin-top: 26px;
}
.vnw .footer__link-cta a {
  color: #005aff;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
}
.vnw .footer__content {
  color: #777;
  font-size: 10px;
  margin-top: 1rem;
}
@media screen and (min-width: 769px), print {
  .vnw .footer__content {
    margin-top: 0;
  }
}
.vnw .footer__content address {
  font-style: normal;
}
.vnw .footer__navbar {
  background: transparent;
}
.vnw .footer .level-item {
  margin: 0 0.5rem;
}
.vnw .footer .level-item a {
  color: #777;
}
.vnw .footer .level-item a:hover {
  color: #19b1f7;
}
.vnw .footer .ml-38 {
  margin-left: 32px;
}
.vnw .footer .btn-view-cities,
.vnw .footer .btn-view-industries {
  border-radius: 10px;
  font-size: 17px;
  height: 48px;
  font-weight: 500;
}
.vnw .footer__mobile-download .footer__link-head {
  margin-bottom: 11px !important;
}
.vnw .footer__mobile-download li .footer__link-head {
  margin-bottom: 4px;
}
.vnw .footer__sitemap {
  padding-left: 1.38rem;
  padding-right: 1.38rem;
}
.vnw .footer .employerLink .heading {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 769px), print {
  .vnw .footer {
    padding-bottom: 1rem;
  }
  .vnw .footer .vnw .footer__link-head {
    font-weight: 500;
    font-size: 14px;
  }
  .vnw .footer__link-cta a {
    font-weight: initial;
  }
  .vnw .footer__content {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vnw .footer__link-cta a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .vnw .footer__mobile-download .columns, .vnw .footer__follow-us .columns {
    justify-content: center;
    display: flex;
  }
  .vnw .footer__mobile-download .column, .vnw .footer__follow-us .column {
    padding-left: 9px;
    padding-right: 9px;
  }
  .vnw .footer__link-head {
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .vnw .footer .wrapper-app-download {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vnw .footer .row-app-download .column.wrapper-app-download img {
    max-width: 40% !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .vnw .footer .row-app-download .column.wrapper-app-download img {
    max-width: 25% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 576px) {
  .vnw .footer .row-app-download .column.wrapper-app-download img {
    max-width: 35% !important;
  }
}
.vnw .footer .mb-40 {
  margin-bottom: 40px !important;
}
@import '~@microfrontends/react-components/dist/index.css';
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #005aff;
  text-decoration: none;
}
a:hover {
  color: #19b1f7;
  text-decoration: none;
}

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

main {
  display: block;
}

[hidden] {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.animated {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.vnwOverlay,
.notification-overlay {
  position: fixed; /* Sit on top of the page content */
  width: 0%;
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3); /* Black background with opacity */
  z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  opacity: 0;
  transition: opacity 0.3s;
}
.vnwOverlay_active,
.notification-overlay_active {
  opacity: 1;
  width: 100%;
}

.notification-overlay {
  z-index: 99;
}

html.vnwOverlayable,
html.notification-overlayable {
  overflow: hidden;
  position: relative;
  height: 100%;
}
html.vnwOverlayable body,
html.notification-overlayable body {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.vnwModalNotification {
  transition: all 0.3s;
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; /* Enable scroll if needed */
  background-color: white;
  transform: translate(170%); /* Hidden by default */
  -webkit-overflow-scrolling: touch;
}
.vnwModalNotification_active {
  transform: translate(0%); /* Hidden by default */
  display: block;
}
.vnwModalNotification_bg-light {
  background-color: #f8f8f8;
}

.vnwModalNotification {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

@media (min-width: 922px) {
  .hidden-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-phone {
    display: none;
  }
}

@media (min-width: 3000px) {
  html {
    zoom: 2;
  }
  html .section-hero-banner {
    zoom: 0.5;
  }
  html .centeredSearchBar_scaleComponent > .is-centered {
    transform: scale(0.5);
  }
}
@media (max-width: 991px) {
    .searchbar.searchbar-sticky {
        background: linear-gradient(90deg, rgb(19, 84, 122) 0%, rgb(128, 208, 199) 100%);
    }
  .searchbar.searchbar-sticky .searchbox {
    border: none;
  }
  .searchbar.searchbar-sticky input {
    font-size: 14px !important;
  }
}
.zalo-chat-widget {
  right: 20px !important;
  bottom: 82px !important;
  z-index: 999 !important;
}
@media (max-width: 769px) {
  .zalo-chat-widget {
    right: 15px !important;
  }
}
.userProfileMenu {
  display: none;
  position: absolute;
  width: 350px;
  top: 62px;
  right: 0;
  z-index: 151;
  color: #333;
  background: white;
  border: 1px solid #E0E0E9;
  border-radius: 6px;
  text-transform: none;
}
.userProfileMenu .triangle-icon {
  position: absolute;
  right: 25px;
  top: -7px;
}
.userProfileMenu.active {
  display: block;
}
.userProfileMenu .dropdown-update {
  padding: 24px 24px 0 24px;
  display: flex;
  justify-content: space-between;
}
.userProfileMenu .dropdown-update .username {
  font-size: 14px;
}
.userProfileMenu .dropdown-update .wrapper .title {
  font-size: 13px;
  font-weight: 400;
  color: #888;
}
.userProfileMenu .dropdown-update .user-update-resume {
  display: flex;
  align-items: center;
}
.userProfileMenu .dropdown-update .user-update-resume a {
  text-decoration: none;
  text-align: right;
}
.userProfileMenu .dropdown-update .user-update-resume a .updateCV-btn {
  display: block;
  font-size: 12px;
  color: #19b1f7;
  cursor: pointer;
  font-weight: 500;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #19b1f7;
}
.userProfileMenu .dropdown-update .user-update-resume a .updateCV-btn:hover {
  color: #19b1f7;
}
.userProfileMenu .dropdown-update .user-infos .username {
  font-weight: 500;
}
.userProfileMenu .dropdown-update .user-infos .truncate-title-1-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-width: 190px;
  word-break: break-word;
}
.userProfileMenu .dropdown-list {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.userProfileMenu .dropdown-list .dropdown-title {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
  padding: 8px 0px;
  border-bottom: 1px solid #F4F4F7;
}
.userProfileMenu .dropdown-list .dropdownItem {
  display: flex;
  align-items: center;
  transition: none;
  padding: 0 8px;
  background: white;
  border: 1px solid white;
  border-radius: 6px;
  transition: 0.25s;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.userProfileMenu .dropdown-list .dropdownItem:hover, .userProfileMenu .dropdown-list .dropdownItem:focus {
  background: #ebf2ff;
  border: 1px solid #d9e6ff;
}
.userProfileMenu .dropdown-list .dropdownItem .dropdownIcon {
  width: 24px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.userProfileMenu .dropdown-list .dropdownItem .dropdownIcon svg {
  fill: #333;
}
.userProfileMenu .dropdown-list .dropdownItem .dropdownItemContent {
  padding-left: 10px;
}
.userProfileMenu .dropdown-list .dropdownItem .dropdownItemContent a {
  text-decoration: none;
}
.userProfileMenu .dropdown-list .dropdownItem .dropdownItemContent a:hover strong {
  color: #e8961f;
}
.userProfileMenu .dropdown-list .dropdownItem .newBadge {
  font-weight: 600;
  font-size: 9px;
  padding: 3px 6px;
  border-radius: 20px;
  background-color: #FF4A53;
  color: white;
  margin-left: 8px;
}
.userProfileMenu .dropdown-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 24px 24px 24px;
}
.userProfileMenu .dropdown-helper:hover .helper {
  color: #19b1f7;
}
.userProfileMenu .dropdown-helper:hover svg path {
  fill: #19b1f7;
}
.userProfileMenu .dropdown-helper .helper {
  color: #005aff;
  cursor: pointer;
  text-decoration: none;
  transition: 0.25s;
}
.userProfileMenu .dropdown-helper svg {
  transition: 0.25s;
}

.dropdown-not-login {
  display: none;
  position: absolute;
  width: 370px;
  background: white;
  top: 62px;
  right: 0;
  color: black;
  z-index: 151;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: default;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-not-login .triangle-icon {
  position: absolute;
  right: 25px;
  top: -7px;
}
.dropdown-not-login.active {
  display: block;
}
.dropdown-not-login .title {
  border-bottom: 1px solid #e5e5e5;
  padding: 21px 0 21px 25px;
  margin: 0;
}
.dropdown-not-login .title .ask {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.dropdown-not-login .title .content {
  display: block;
  font-size: 13px;
}
.dropdown-not-login .title .social-login-appShell {
  color: #555;
  display: flex;
  padding-top: 15px;
}
.dropdown-not-login .title .social-login-appShell .social-login-facebook,
.dropdown-not-login .title .social-login-appShell .social-login-google {
  width: 156px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0 5px 15px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  color: #555;
}
.dropdown-not-login .title .social-login-appShell .social-login-facebook:hover, .dropdown-not-login .title .social-login-appShell .social-login-facebook:focus,
.dropdown-not-login .title .social-login-appShell .social-login-google:hover,
.dropdown-not-login .title .social-login-appShell .social-login-google:focus {
  outline: none;
  background: #e0e0e0;
}
.dropdown-not-login .title .social-login-appShell .social-login-facebook:visited,
.dropdown-not-login .title .social-login-appShell .social-login-google:visited {
  color: #555;
}
.dropdown-not-login .title .social-login-appShell .social-login-facebook svg,
.dropdown-not-login .title .social-login-appShell .social-login-google svg {
  width: 25px;
  height: 25px;
}
.dropdown-not-login .title .social-login-appShell .social-login-facebook span,
.dropdown-not-login .title .social-login-appShell .social-login-google span {
  padding-left: 7.5px;
  font-size: 14px;
}
.dropdown-not-login .title .social-login-appShell .social-login-google {
  margin-left: 10px;
}
.dropdown-not-login .dropdownSection {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropdown-not-login .dropdownSection span {
  padding-left: 15px;
  font-size: 14px;
}
.dropdown-not-login .dropdownSection a {
  width: 100%;
  text-decoration: none;
  padding: 12px 25px;
  color: #333;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.dropdown-not-login .dropdownSection a:hover, .dropdown-not-login .dropdownSection a:focus {
  outline: none;
  background: #fbfbfb;
}
.dropdown-not-login .dropdownSection a:visited {
  color: #333;
}
.dropdown-not-login .dropdownSection.login {
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-not-login .dropdownSection.registration a {
  padding-bottom: 20px;
}
.dropdown-not-login .dropdownSection.registration a:hover {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.userProfileMenu-homepage {
  right: 0;
}

@media (min-width: 1300px) and (max-width: 1599px) {
  .userProfileMenu-homepage {
    right: 0;
  }
}
@media (min-width: 991px) and (max-width: 1299px) {
  .userProfileMenu,
  .dropdown-not-login {
    right: 0;
  }
  .userProfileMenu .triangle-icon,
  .dropdown-not-login .triangle-icon {
    right: 5px;
  }
}
.vnwSideNav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  transition: all 0.3s;
  height: 100%;
  overflow: auto;
  transform: translate(-100%);
  z-index: 201;
  visibility: hidden;
}
.vnwSideNav .totalNumber {
  color: #fff;
  border-radius: 6px;
  background-color: #19b1f7;
  width: 24px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.vnwSideNav.pushRight {
  transform: translateX(0);
  visibility: visible;
}
.vnwSideNav.pushRight .vnwModal {
  display: block;
}
.vnwSideNav.overflowHidden {
  overflow-y: hidden;
}
.vnwSideNav::-webkit-scrollbar {
  display: none;
}
.vnwSideNav__topMenu {
    width: 80vw;
    min-width: 320px;
    height: 75px;
    text-align: center;
    background: linear-gradient(90deg, rgb(19, 84, 122) 0%, rgb(128, 208, 199) 100%);
}
.vnwSideNav__topMenu .filter-close {
  position: absolute;
  top: 10px;
  left: 6px;
}
.vnwSideNav__topMenu .filter-close path {
  fill: #fff;
}
.vnwSideNav__bottom-menu {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  padding: 16px;
  padding-top: 8px;
  display: inline-block;
}
.vnwSideNav__wrap-user-info .user-information {
  padding: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.vnwSideNav__wrap-user-info .user-information .avatar {
  width: 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 50px;
  display: block;
  box-sizing: border-box;
}
.vnwSideNav__wrap-user-info .user-information .avatar-placeholder svg {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #e1e1e1;
  padding: 8px;
}
.vnwSideNav__wrap-user-info .user-information .avatar-placeholder svg path {
  fill: #fff;
}
.vnwSideNav__wrap-user-info .user-information .no-logged a {
  color: #005aff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
.vnwSideNav__wrap-user-info .user-information .no-logged span {
  margin-right: 5px;
}
.vnwSideNav__wrap-user-info .user-information a.log-in {
  margin-bottom: 10px;
  display: inline-block;
}
.vnwSideNav__wrap-user-info .careerCenterMenu {
  overflow: hidden;
  transition: all 0.2s;
}
.vnwSideNav__wrap-user-info .careerCenterMenu .newBadge {
  font-weight: 600;
  font-size: 9px;
  padding: 3px 6px;
  border-radius: 20px;
  background-color: #ff4a53;
  color: white;
  margin-left: 8px;
}
.vnwSideNav__wrap-user-info .careerCenterMenu .btn-career-center {
  padding: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.vnwSideNav__wrap-user-info .careerCenterMenu .btn-career-center svg {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.vnwSideNav__wrap-user-info .careerCenterMenu .btn-career-center .left {
  display: flex;
  align-items: center;
}
.vnwSideNav__wrap-user-info .careerCenterMenu .btn-career-center .left svg {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  color: #fff;
  fill: #777777;
  stroke: none;
  transition: fill 0.3s, stroke 0.3s;
  vertical-align: unset;
}
.vnwSideNav__wrap-user-info .careerCenterMenu ul {
  transition: all 0.2s;
  margin: 0;
  padding-left: 62px;
  background-color: #f8f8f8;
}
.vnwSideNav__wrap-user-info .careerCenterMenu ul.hide {
  opacity: 0;
  height: 0;
}
.vnwSideNav__wrap-user-info .careerCenterMenu ul.show {
  opacity: 1;
  height: 100%;
}
.vnwSideNav__wrap-user-info .careerCenterMenu ul li {
  padding: 16px 0;
  height: unset;
  border: none;
}
.vnwSideNav__wrap-user-info .careerCenterMenu ul li.active a {
  font-weight: 600;
}
.vnwSideNav__wrap-user-info .careerCenterMenu ul li a {
  display: flex;
  align-items: center;
  color: #333;
}
.vnwSideNav__wrap-user-info .careerCenterMenu ul li .careerCenterItem {
  justify-content: space-between;
  width: 100%;
  padding-right: 16px;
}
.vnwSideNav__front-layer {
  width: 80vw;
  min-width: 320px;
  height: 100%;
  background: #f8f8f8;
  overflow-y: auto;
  border-top-left-radius: 15px;
  margin-top: -15px;
}
.vnwSideNav__front-layer .user-name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.vnwSideNav__front-layer .menu-block {
  list-style: none;
  margin-bottom: 8px;
  background-color: #fff;
  padding: 0;
  box-shadow: 5px 10px 10px rgba(235, 235, 235, 0.3);
  font-size: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.vnwSideNav__front-layer .menu-block a {
  color: #333333;
  text-decoration: none;
}
.vnwSideNav__front-layer .menu-block .itemMainMenu.active,
.vnwSideNav__front-layer .menu-block li.active {
  background-color: #f9f9f9;
}
.vnwSideNav__front-layer .menu-block .itemMainMenu.active a,
.vnwSideNav__front-layer .menu-block .itemMainMenu.active .titleSub,
.vnwSideNav__front-layer .menu-block li.active a,
.vnwSideNav__front-layer .menu-block li.active .titleSub {
  font-weight: 600;
}
.vnwSideNav__front-layer .menu-block .itemMainMenu a {
  flex: 100% 1;
}
.vnwSideNav__front-layer .menu-block li {
  transition: color 0.3s;
  padding: 0 16px;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.vnwSideNav__front-layer .menu-block li.haveSub {
  height: auto;
}
.vnwSideNav__front-layer .menu-block li.haveSub:active {
  font-weight: 400 !important;
}
.vnwSideNav__front-layer .menu-block li.haveSub .titleSub {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-wrapper {
  width: calc(100% + 32px);
  background-color: #f8f8f8;
  margin: 0 -16px;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-wrapper.isShow .titleSub {
  border-bottom: 1px solid #ebebeb;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-wrapper.isShow .subMenu-list {
  display: block;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-wrapper.isShow .subMenu-list_item {
  padding: 0;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-wrapper.isShow .subMenu-list_item > a {
  font-weight: 400;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-wrapper.isShow .subMenu-list_item.active > a {
  font-weight: 700;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-wrapper .arrowDown {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-list {
  display: none;
  padding: 0 16px;
  background-color: #f8f8f8;
  margin: 0;
}
.vnwSideNav__front-layer .menu-block li.haveSub .subMenu-list a {
  height: 50px;
  padding-left: 46px;
}
.vnwSideNav__front-layer .menu-block li a {
  display: flex;
  align-items: center;
}
.vnwSideNav__front-layer .menu-block li a:hover {
  color: #19b1f7;
}
.vnwSideNav__front-layer .menu-block li a:hover svg {
  stroke: #19b1f7;
  fill: #19b1f7;
}
.vnwSideNav__front-layer .menu-block li:active {
  color: #19b1f7;
  font-weight: 600;
}
.vnwSideNav__front-layer .menu-block li:active svg {
  stroke: #19b1f7;
  fill: #19b1f7;
}
.vnwSideNav__front-layer .menu-block svg {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  color: #fff;
  fill: #777777;
  stroke: none;
  transition: fill 0.3s, stroke 0.3s;
  vertical-align: unset;
}
.vnwSideNav__front-layer .menu-block .language {
  cursor: pointer;
}
.vnwSideNav__front-layer .menu-block .language a {
  font-size: 15px;
}
.vnwSideNav__front-layer .menu-block .language svg {
  stroke: none;
}
.vnwSideNav__front-layer .menu-block .language:hover svg {
  stroke: none;
}
.vnwSideNav__front-layer .menu-block .menu-notification {
  padding: 12px 16px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vnwSideNav__front-layer .menu-block .menu-notification a {
  cursor: pointer;
}
.vnwSideNav__front-layer .menu-block .menu-notification svg {
  fill: #fff;
  stroke: #777;
}
.vnwSideNav__front-layer .menu-block .menu-notification .newNotiIcon {
  position: relative;
}
.vnwSideNav__front-layer .menu-block .menu-notification .newNotiIcon svg {
  width: 7px;
  height: 7px;
  fill: #19b1f7;
  position: absolute;
  top: 0;
  left: 5px;
}
.vnwSideNav__front-layer .menu-block .menu-notification .vnwHeader__dropdownHeading__img svg {
  width: auto;
  height: auto;
  margin: 0;
  color: initial;
  fill: initial;
  stroke: initial;
  transition: unset;
}
.vnwSideNav__front-layer .menu-block .menu-notification:hover {
  color: #19b1f7;
}
.vnwSideNav__front-layer .menu-block .menu-notification:hover svg {
  fill: #fff;
  stroke: #19b1f7;
}
.vnwSideNav__front-layer .menu-block .menu-notification .vnwHeader__notification .vnwHeader__notificationLogo svg {
  width: auto;
  height: auto;
  margin: 0;
  color: initial;
  fill: initial;
  stroke: initial;
  transition: unset;
}
.vnwSideNav__front-layer .menu-block .menu-notification .vnwHeader__notification .vnwHeader__dropdownItemContent svg {
  width: auto;
  height: auto;
  margin: 0;
  color: initial;
  fill: initial;
  stroke: initial;
  transition: unset;
  margin-right: 5px;
}
.vnwSideNav__front-layer .menu-block .logout {
  cursor: pointer;
}
.vnwSideNav__front-layer .menu-block .logout svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.vnwSideNav__front-layer .tag-hot,
.vnwSideNav__front-layer .tag-new {
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background-color: #f86a6a;
  font-weight: 900;
  padding: 2px 4px;
  font-size: 0.675rem;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .vnwSideNav {
    display: none;
  }
}
.top-banner-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 150;
  transition: all 0.3s;
  background: #c8e9f8;
  overflow: hidden;
}
.top-banner-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 50px;
}
.top-banner-wrapper a canvas {
  height: 50px;
}
.top-banner-wrapper .filter-close {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
  display: block;
  opacity: 0.7;
  border-radius: 3px;
  height: 30px;
  fill: #333;
}
.top-banner-wrapper .filter-close:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 185, 242, 0.4);
}
.top-banner-wrapper .filter-close:hover {
  fill: #000;
}

.show-top-banner {
  height: 50px;
}

@media (max-width: 992px) {
  .top-banner-wrapper {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .top-banner-wrapper .filter-close {
    right: 16px;
  }
}
.anchor-logoIntech-searchPage,
.anchor-logoIntech-jobDetail {
  width: 95px;
  height: 20px;
}
.anchor-logoIntech-searchPage > img,
.anchor-logoIntech-jobDetail > img {
  height: 20px;
}

.anchor-logoIntech-searchPage {
  margin-right: calc(12.5% + 16px);
}

.anchor-logoIntech-jobDetail {
  margin-left: auto;
  margin-top: 12px;
}

.page-job-detail__detail .nav-tabs .anchor-logoIntech-jobDetail a {
  margin: 0;
  padding: 0;
}

@media (max-width: 1299px) {
  .anchor-logoIntech-searchPage {
    margin-right: 16px;
  }
}
@media (max-width: 991px) {
  .anchor-logoIntech-searchPage {
    display: none;
  }
  .nav .anchor-logoIntech-jobDetail {
    display: none;
  }
}

