/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul,
ol {
  list-style-position: inside;
  line-height: 2;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fs-1 {
  font-size: 1rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 3rem;
}

.fw-bold {
  font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

@font-face {
  font-family: "hieu89";
  src: url("iconfonts/hieu89.eot?yhqhdn");
  src: url("iconfonts/hieu89.eot?yhqhdn#iefix") format("embedded-opentype"), url("iconfonts/hieu89.ttf?yhqhdn") format("truetype"), url("iconfonts/hieu89.woff?yhqhdn") format("woff"), url("iconfonts/hieu89.svg?yhqhdn#hieu89") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hieu89" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-skype:before {
  content: "\e90b";
}

.icon-envelope:before {
  content: "\e90a";
}

.icon-phone-square:before {
  content: "\e909";
}

.icon-linkedin-square:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-gitlab:before {
  content: "\e903";
}

.icon-github:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-calendar:before {
  content: "\e906";
}

.icon-envelope-o:before {
  content: "\e900";
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 900px;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-none {
    display: none;
  }
}

@media (max-width: 768px) {
  .d-none {
    display: none;
  }
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.text-green {
  color: var(--green);
}

.text-white {
  color: var(--white);
}

.bg-green {
  background-color: var(--green);
}

.bg-green-solid {
  background-color: var(--green-solid);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

:root {
  --green: #6d975b;
  --green-hover: #f00;
  --green-solid: #608550;
  --yellow: #edf5e1;
  --white: #fff;
  --black: #696969;
  --gray: #eee;
  --link-color: #007acc;
  --font-sans-serif: "Source Sans Pro", sans-serif;
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 20px;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: var(--black);
  --body-bg: var(--white);
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  background-color: var(--body-bg);
  padding-top: 64px;
}

@media (min-width: 768px) {
  body {
    font-size: var(--body-font-size);
  }
}

.hieu89-header {
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .hieu89-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

a {
  color: var(--link-color);
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 0 currentColor;
          box-shadow: 0 1px 0 0 currentColor;
}

a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--body-color);
}

a.download-link {
  background-color: var(--black);
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
  padding: 5px 20px;
  margin-left: 5px;
  text-decoration: none;
  display: none;
}

@media (min-width: 768px) {
  a.download-link {
    margin-top: 0;
    display: inline-block;
  }
}

.menu {
  list-style: none;
}

.menu a {
  font-size: 18px;
  border-radius: 5px;
  color: var(--white);
  font-weight: 700;
  padding: 10px 20px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.menu a:hover, .menu a.active {
  background-color: #5b5b5b;
}

@media (min-width: 768px) {
  .menu a {
    margin-right: 15px;
  }
}

.avatar img {
  width: 250px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.section__title {
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--black);
}

.company_jobs {
  padding-left: 26px;
}

@media (min-width: 768px) {
  .company_jobs {
    padding-left: 63px;
  }
}

.company__job {
  position: relative;
  margin-bottom: 1rem;
}

.company__job::before {
  content: "";
  position: absolute;
  background-color: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 8px;
  left: -25px;
}

@media (min-width: 768px) {
  .company__job::before {
    left: -44px;
  }
}

.company__job::after {
  content: "";
  position: absolute;
  background-color: #ddd;
  width: 2px;
  top: 25px;
  bottom: -15px;
  left: -21px;
}

@media (min-width: 768px) {
  .company__job::after {
    left: -40px;
  }
}

.annalink .company__job::before {
  background-color: #f54989;
}

.annalink .company__job::after {
  background-color: #f54989;
}

.annalink-hover:hover {
  color: #f54989;
}

.mintpot .company__job::before {
  background-color: #00c19f;
}

.mintpot .company__job::after {
  background-color: #00c19f;
}

.mintpot-hover:hover {
  color: #00c19f;
}

.extremevn .company__job::before {
  background-color: #d02333;
}

.extremevn .company__job::after {
  background-color: #d02333;
}

.extremevn-hover:hover {
  color: #d02333;
}

.vntrip .company__job::before {
  background-color: #fcb913;
}

.vntrip .company__job::after {
  background-color: #fcb913;
}

.vntrip-hover:hover {
  color: #fcb913;
}

.anpsoft .company__job::before {
  background-color: #0078c1;
}

.anpsoft .company__job::after {
  background-color: #0078c1;
}

.anpsoft-hover:hover {
  color: #0078c1;
}

.awethemes .company__job::before {
  background-color: #000;
}

.awethemes .company__job::after {
  background-color: #000;
}

.awethemes-hover:hover {
  color: #000;
}

.megadrupal .company__job::before {
  background-color: #37abf2;
}

.megadrupal .company__job::after {
  background-color: #37abf2;
}

.megadrupal-hover:hover {
  color: #37abf2;
}

.company {
  padding: 3rem 0;
  border-bottom: 1px solid #dee2e6;
}

.company__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .company__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.company__logo {
  margin-right: 0.75rem;
}

.company__logo img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}

.company__title h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.company__title a {
  text-decoration: none;
  color: var(--body-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.company__title p {
  font-size: 1rem;
}

.company__time {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .company__time {
    position: absolute;
    top: 12px;
    right: 100%;
    min-width: 200px;
    text-align: right;
    padding-right: 10px;
  }
}

.demo__item {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.demo__item h3 {
  margin-top: 1.5rem;
}

.demo__item a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--body-color);
}

.demo__item a:hover {
  color: var(--link-color);
}

.demo__item img {
  width: 100%;
  display: block;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.demo__item:hover {
  -webkit-box-shadow: 0 2px 2px RGB(0 0 0/10%);
  box-shadow: 0 2px 2px RGB(0 0 0/10%);
}

@media (min-width: 768px) {
  .skill-list {
    padding-left: 3rem;
  }
}
/*# sourceMappingURL=styles.css.map */