.projects-list .list li a .details .txt1, .projects-list .list li a .details .txt2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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;
}

html {
  line-height: 10px;
  font-size: 10px;
}

body {
  background: #9874F7;
  background: linear-gradient(45deg, rgb(152, 116, 247) 0%, rgb(107, 182, 249) 50%, rgb(152, 116, 247) 100%);
  line-height: 1.5;
  font-family: "CalifornianFB", Arial, sans-serif;
  color: #374151;
  font-weight: 400;
  font-size: 14px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

a:hover, a:active {
  outline: none;
}

a {
  color: #E8AA3B;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a, a:hover, a:active, a:visited {
  text-decoration: none !important;
  outline: 0 !important;
}

a:hover {
  color: #E8AA3B;
  text-decoration: none;
}

.clearfix:after, .section:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .section {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@font-face {
  font-family: "CalifornianFB";
  src: url("../fonts/CalifornianFB-Reg.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CalifornianFB-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/CalifornianFB-Reg.woff2") format("woff2"), url("../fonts/CalifornianFB-Reg.woff") format("woff"), url("../fonts/CalifornianFB-Reg.ttf") format("truetype"), url("../fonts/CalifornianFB-Reg.svg#CalifornianFB-Reg") format("svg"); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CalifornianFB";
  src: url("../fonts/CalifornianFB-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CalifornianFB-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CalifornianFB-Bold.woff2") format("woff2"), url("../fonts/CalifornianFB-Bold.woff") format("woff"), url("../fonts/CalifornianFB-Bold.ttf") format("truetype"), url("../fonts/CalifornianFB-Bold.svg#CalifornianFB-Bold") format("svg"); /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
}
@-webkit-keyframes moveRightOpacity {
  0% {
    right: 3%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes moveRightOpacity {
  0% {
    right: 3%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes moveLeftOpacity {
  0% {
    left: 3%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes moveLeftOpacity {
  0% {
    left: 3%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes moveTopOpacity {
  0% {
    top: 3%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes moveTopOpacity {
  0% {
    top: 3%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.profile-popup {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}
.profile-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media (min-width: 840px) {
  .profile-popup.in .popup-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.profile-popup .popup-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  background: none;
  width: 32px;
  height: 32px;
}
.profile-popup .popup-close::before {
  content: "";
  background-image: url(../images/ui-2024/icons/close_ico.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.profile-popup .popup-close:hover::before {
  opacity: 0.9;
}
.profile-popup .popup-dialog {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 840px) {
  .profile-popup .popup-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}
@media (max-width: 839px) {
  .profile-popup .popup-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
  }
}
.profile-popup .popup-content {
  position: relative;
  background: #F7F8FA;
  border-radius: 20px;
}
@media (max-width: 839px) {
  .profile-popup .popup-content {
    width: 100vw !important;
    border-radius: 7px 7px 0 0;
  }
}
.profile-popup .popup-content.w420 {
  width: 420px;
}
.profile-popup .popup-content.w800 {
  width: 800px;
}
.profile-popup.has-title .popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.profile-popup.has-title .popup-close {
  top: 6px;
  right: 10px;
}
.profile-popup.has-title .popup-close::before {
  font-size: 12px;
}

.popup-profile {
  position: relative;
  max-height: calc(100vh - 100px);
  min-height: 300px;
  padding: 0 22px 38px 32px;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .popup-profile {
    min-height: 150px;
    padding: 16px 16px 60px;
  }
}
.popup-profile .profile-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .popup-profile .profile-title {
    font-size: 16px;
  }
}
.popup-profile .profile-list {
  margin: 10px 0 9px;
}
@media (max-width: 640px) {
  .popup-profile .profile-list {
    margin: 6px 0 9px;
  }
}
.popup-profile .profile-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.popup-profile .profile-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  background: #E8AA3B;
  width: 3px;
  height: 3px;
  border-radius: 2px;
}
.popup-profile .profile-list, .popup-profile .profile-tools {
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .popup-profile .profile-list, .popup-profile .profile-tools {
    font-size: 15px;
    padding-bottom: 4px;
  }
}
.popup-profile .profile-tools {
  position: relative;
  margin-bottom: 38px;
  padding-left: 20px;
}
.popup-profile .profile-tools::before, .popup-profile .profile-tools::after {
  content: "";
  position: absolute;
}
.popup-profile .profile-tools::before {
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icons/tool_ico.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.popup-profile .profile-tools::after {
  left: 10px;
  bottom: -18px;
  width: 90%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(38%, #E8AA3B), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #E8AA3B 38%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  opacity: 0.5;
}
@media (max-width: 640px) {
  .popup-profile .profile-tools::after {
    left: 0;
    width: 100%;
  }
}
.popup-profile .profile-list-edu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
@media (max-width: 640px) {
  .popup-profile .profile-list-edu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup-profile .profile-list-edu li {
  background: #374151;
  border-radius: 5px;
  margin-right: 16px;
  padding: 12px 12px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  border: dashed 1px #e8aa3b;
}
@media (max-width: 640px) {
  .popup-profile .profile-list-edu li {
    width: 100%;
    margin: 0 0 12px;
  }
}
.popup-profile .profile-list-edu li .name {
  font-size: 16px;
  font-weight: 500;
}
.popup-profile .profile-list-edu li .lb {
  line-height: 16px;
  margin: 8px 0;
  font-size: 14px;
}
.popup-profile .profile-list-edu li .year {
  font-size: 12px;
}
.popup-profile .profile-list-edu li:last-child {
  margin: 0;
}
.popup-profile .profile-left strong {
  color: #000;
  font-weight: 500;
}
.popup-profile .profile-skill {
  margin: 20px 310px 0 0;
}
@media (max-width: 640px) {
  .popup-profile .profile-skill {
    margin: 24px 0 0;
  }
}
.popup-profile .profile-info {
  position: absolute;
  top: 34px;
  right: 40px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .popup-profile .profile-info {
    position: relative;
    top: 0;
    left: 0;
  }
}
.popup-profile .profile-info .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup-profile .profile-info .avatar img {
  width: 240px;
  height: 259px;
  border-radius: 120px 0 120px 0;
}
@media (max-width: 640px) {
  .popup-profile .profile-info .avatar img {
    width: 120px;
    height: 129px;
    border-radius: 50%;
  }
}
.popup-profile .profile-info .name {
  font-family: "Michroma", sans-serif;
  line-height: 26px;
  margin-top: 12px;
  color: #E8AA3B;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .popup-profile .profile-info .name {
    text-align: center;
  }
}
.popup-profile .profile-info .job-title {
  font-family: "Michroma", sans-serif;
  font-size: 9px;
}
@media (max-width: 640px) {
  .popup-profile .profile-info .job-title {
    text-align: center;
  }
}

.popup-experiences {
  max-height: calc(100vh - 100px);
  padding: 18px 22px 18px 32px;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .popup-experiences {
    padding: 16px 16px 60px;
  }
}
.popup-experiences .list > li {
  position: relative;
  font-weight: 300;
}
.popup-experiences .list > li:not(:last-child) {
  margin-bottom: 22px;
  padding-bottom: 18px;
}
.popup-experiences .list > li:not(:last-child)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  border-bottom: 1px dashed rgba(55, 65, 81, 0.2);
}
@media (max-width: 640px) {
  .popup-experiences .list > li:not(:last-child)::before {
    width: 100%;
  }
}
.popup-experiences .title {
  line-height: 45px;
  color: #000;
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .popup-experiences .title {
    line-height: 30px;
    font-size: 24px;
  }
}
.popup-experiences .time {
  line-height: 24px;
  color: rgba(55, 65, 81, 0.8);
  font-size: 16px;
}
@media (max-width: 640px) {
  .popup-experiences .time {
    line-height: 22px;
    font-size: 12px;
  }
}
.popup-experiences .details {
  line-height: 26px;
  margin-top: 16px;
  margin-right: 8px;
  font-size: 18px;
}
@media (max-width: 640px) {
  .popup-experiences .details {
    line-height: 24px;
    margin-top: 4px;
    margin-right: 0;
    font-size: 16px;
  }
}
.popup-experiences .details p {
  margin-top: 8px;
}
.popup-experiences .details .jtitle {
  margin-bottom: 8px;
}
.popup-experiences .details .lb {
  color: #E8AA3B;
  font-size: 18px;
}
@media (max-width: 640px) {
  .popup-experiences .details .lb {
    font-size: 13px;
  }
}
.popup-experiences .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.popup-experiences .logos > li {
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  .popup-experiences .logos > li.pc {
    display: none;
  }
}
.popup-experiences .logos > li.mobile {
  display: none;
}
@media (max-width: 640px) {
  .popup-experiences .logos > li.mobile {
    display: block;
  }
}
.popup-experiences .logos > li img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 12px;
}
.popup-experiences .logos > li:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 480px) {
  .popup-experiences .logos > li:not(:last-child) {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.popup-contact {
  position: relative;
  padding: 66px 32px 36px;
}
@media (max-width: 640px) {
  .popup-contact {
    padding-bottom: 64px;
  }
}
.popup-contact .avatar {
  position: absolute;
  top: -54px;
  left: calc(50% - 50px);
}
.popup-contact .avatar img {
  display: block;
  width: 100px;
  height: auto;
  border-radius: 24px;
}
.popup-contact .title {
  font-family: "Michroma", sans-serif;
  color: #E8AA3B;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 24px;
  text-align: center;
}
.popup-contact .txt {
  position: relative;
  margin-top: 8px;
  padding-left: 26px;
  font-size: 18px;
}
.popup-contact .txt::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  opacity: 0.6;
}
.popup-contact .txt.phone::before {
  top: 5px;
  background-image: url(../images/ui-2024/icons/phone_dark.svg);
}
.popup-contact .txt.mail::before {
  top: 6px;
  background-image: url(../images/ui-2024/icons/mail_dark.svg);
}
.popup-contact .txt.addr::before {
  top: 4px;
  background-image: url(../images/ui-2024/icons/addr_dark.svg);
}

.about-me .introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1001px) {
  .about-me .introduce {
    height: calc(100% - 72px);
  }
}
.about-me .introduce .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .about-me .introduce .box {
    position: relative;
    width: 100%;
  }
}
.about-me .introduce .box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 356px;
  margin-right: 64px;
}
@media (max-width: 1000px) {
  .about-me .introduce .box .left {
    position: absolute;
    top: 260px;
    left: calc(50% - 186px);
    width: 100%;
    max-width: 372px;
    margin: 48px 0 0;
    padding: 0 16px;
    text-align: center;
  }
}
@media (max-width: 372px) {
  .about-me .introduce .box .left {
    left: 0;
  }
}
.about-me .introduce .box .left .title {
  line-height: 80px;
  color: #fff;
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .about-me .introduce .box .left .title {
    line-height: 28px;
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .about-me .introduce .box .left .title p {
    display: inline;
  }
}
.about-me .introduce .box .left .txt {
  line-height: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 18px 0 32px;
}
@media (max-width: 1000px) {
  .about-me .introduce .box .left .txt {
    margin: 8px 0 55px;
    line-height: 22px;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .about-me .introduce .box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 24px;
  }
}
.about-me .introduce .box .right img {
  display: block;
  height: 400px;
}
@media (max-width: 1000px) {
  .about-me .introduce .box .right img {
    height: 250px;
  }
}

.projects-list {
  height: 100%;
  padding: 36px 16px 0;
  overflow-y: auto;
}
@media (max-width: 1000px) {
  .projects-list {
    padding: 22px 8px 0;
  }
}
@media (max-width: 480px) {
  .projects-list {
    padding-top: 8px;
  }
}
.projects-list .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .projects-list .list {
    -webkit-animation: moveTopOpacity 0.8s ease 0.5s both;
            animation: moveTopOpacity 0.8s ease 0.5s both;
  }
}
@media (max-width: 1024px) {
  .projects-list .list {
    max-width: 800px;
  }
}
.projects-list .list li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .projects-list .list li {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .projects-list .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .projects-list .list li {
    padding: 0 8px;
    margin-bottom: 12px;
  }
}
.projects-list .list li a {
  display: block;
}
.projects-list .list li a .img-box {
  position: relative;
  padding-top: 73%;
}
.projects-list .list li a .img {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.projects-list .list li a img {
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.projects-list .list li a .details {
  line-height: 26px;
  padding: 16px 0;
}
.projects-list .list li a .details .txt1 {
  line-height: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.projects-list .list li a .details .txt1 .note {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
}
.projects-list .list li a .details .txt2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
  margin-top: 4px;
  color: rgba(239, 241, 242, 0.6);
  font-size: 14px;
  font-weight: 400;
}
.projects-list .list li a .details .txt2 .lb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  font-size: 11px;
  margin-right: 3px;
}
.projects-list .list li a .details .txt2 .desc {
  display: block;
}
@media (min-width: 1025px) {
  .projects-list .list li a:hover img {
    height: 110%;
  }
}
@media (max-width: 480px) {
  .projects-list .list li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 992px) {
  .projects-list .list li.pc {
    display: none;
  }
}

/* Primary Styles
    Author: Hoa Nguyen
 */
/* ----------------------------------------------------------------------------*/
.home-page {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
}

.header {
  padding: 24px 32px 0;
}
@media (max-width: 1280px) {
  .header {
    padding: 8px 16px 0;
  }
}
@media (max-width: 1000px) {
  .header {
    padding: 0;
  }
}
.header-wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-left, .header-right {
  position: relative;
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1001px) {
  .header-left {
    -webkit-animation: moveRightOpacity 1.2s ease 0s both;
            animation: moveRightOpacity 1.2s ease 0s both;
  }
}
@media (max-width: 1000px) {
  .header-left {
    margin: 0;
    padding: 8px 0 8px 16px;
  }
}
.header-left .avatar img {
  display: block;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(244, 226, 181, 0.5);
  border-radius: 32px;
}
@media (max-width: 1000px) {
  .header-left .avatar img {
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-radius: 16px;
  }
}
.header-left .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 24px;
  margin-left: 16px;
}
@media (max-width: 1000px) {
  .header-left .txt {
    font-size: 14px;
    margin-left: 8px;
  }
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
}
@media (min-width: 1001px) {
  .header-right {
    -webkit-animation: moveLeftOpacity 1.2s ease 0s both;
            animation: moveLeftOpacity 1.2s ease 0s both;
  }
}
@media (max-width: 1000px) {
  .header-right {
    margin-top: 0;
  }
}
.header-right .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .header-right .menu-list {
    width: 100%;
  }
}
.header-right .menu-list li {
  position: relative;
  margin-left: 48px;
}
@media (max-width: 1000px) {
  .header-right .menu-list li {
    width: 33.3%;
    margin-left: 0;
  }
}
.header-right .menu-list li:first-child {
  margin-left: 0;
}
.header-right .menu-list li a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  height: 26px;
  color: #EFF1F2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1025px) {
  .header-right .menu-list li a {
    top: 0;
  }
}
@media (max-width: 1000px) {
  .header-right .menu-list li a {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .header-right .menu-list li a {
    font-size: 11px;
  }
}
@media (min-width: 1025px) {
  .header-right .menu-list li:hover a {
    font-weight: 500;
  }
}
.header-right .menu-list li::after {
  content: "";
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-right .menu-list li:hover::after, .header-right .menu-list li.active::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  content: "";
  background: #E8AA3B;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}
@media (max-width: 1000px) {
  .header-right .menu-list li:hover::after, .header-right .menu-list li.active::after {
    bottom: 0;
    height: 2px;
  }
}
.header-right .menu-list li.active a {
  color: #fff;
  font-weight: 500;
  cursor: default;
}
@media (min-width: 1025px) {
  .header-right .menu-list li.active:hover a {
    top: 0;
  }
}
@media (max-width: 1000px) {
  .header-right .menu-list li.contact {
    position: absolute;
    top: -35px;
    right: 16px;
    width: auto;
  }
}
.header-right .menu-list li.contact .box {
  border: 2px solid rgba(244, 226, 181, 0.5);
  border-radius: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-right .menu-list li.contact a {
  background: linear-gradient(45deg, rgb(152, 116, 247) 0%, rgb(107, 182, 249) 50%);
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  padding: 3px 12px 5px;
  border-radius: 13px;
}
@media (max-width: 1000px) {
  .header-right .menu-list li.contact a {
    font-size: 10px;
  }
}
.header-right .menu-list li.contact:hover a {
  background: #E8AA3B;
}
.header-right .menu-list li.contact:hover .box {
  border: 2px solid rgba(232, 170, 59, 0.3);
}
.header-right .menu-list li.contact:hover::after {
  display: none;
}

@media (min-width: 1001px) {
  .main-ctn {
    position: relative;
    -webkit-animation: moveTopOpacity 0.8s ease 0.5s both;
            animation: moveTopOpacity 0.8s ease 0.5s both;
  }
}
.main-ctn .tab-ctn {
  position: relative;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.main-ctn .tab-ctn.active {
  visibility: visible;
  height: calc(100vh - 72px);
  min-height: 570px;
  border-top: 0;
  overflow: inherit;
}
@media (max-width: 1000px) {
  .main-ctn .tab-ctn.active {
    height: calc(100vh - 112px);
    min-height: auto;
  }
}
/*# sourceMappingURL=portfolio_1.5.css.map */