.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;border-radius:8px;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
@charset "UTF-8";
.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e6eeff;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e6eeff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e6eeff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #e6eeff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #e6eeff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e6eeff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e6eeff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  min-width: 100px;
  padding: 3px 8px;
  color: #2563eb;
  text-align: center;
  background-color: #e6eeff;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.header-main {
  background: #ffffff;
}
.header-main a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  line-height: inherit;
  font-weight: 600;
}
.header-main a i {
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
}
.header-main .header-wrapper {
  display: flex;
  padding: 0 15px;
  align-items: center;
  position: relative;
  height: 72px;
}
.header-main .header-wrapper .brand {
  padding: 0;
}
.header-main .header-wrapper .brand img {
  height: 60px;
  width: 120px;
}
.header-main .header-wrapper .primary-nav .header-menu {
  margin-left: 16px;
}
.header-main .header-wrapper .secondary-nav {
  flex-grow: 1;
  max-width: 100%;
  justify-content: flex-end;
}
.header-main .header-wrapper .secondary-nav > ul > li {
  position: relative;
}
.header-main .header-wrapper .account-nav .logged {
  padding: 22px 14px;
}
.header-main .header-wrapper .account-nav .logged img {
  height: 35px;
  width: 35px;
  border-radius: 50% !important;
  border: 1px solid #eee;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-main .header-wrapper .account-nav .sub-menu hr {
  border: 1px solid #eee;
  border-top-width: 0;
  margin: 5px 0;
}
.header-main .header-wrapper .account-nav .sub-menu hr:last-child {
  border: none;
}
.header-main .header-wrapper .box-favourite_mb, .header-main .header-wrapper .box-notification_mb {
  display: none;
  position: relative;
  background-color: transparent;
}
.header-main .header-wrapper .box-favourite_mb > a, .header-main .header-wrapper .box-notification_mb > a {
  display: block;
}
.header-main .header-wrapper .box-favourite_mb .icon-main, .header-main .header-wrapper .box-notification_mb .icon-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.header-main .header-wrapper .box-favourite_mb .icon-main i, .header-main .header-wrapper .box-notification_mb .icon-main i {
  font-size: 22px;
  font-weight: 600;
}
.header-main .header-wrapper .box-favourite_mb .icon-total, .header-main .header-wrapper .box-notification_mb .icon-total {
  background: #da1030;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 400 !important;
  right: 0;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  text-align: center;
  top: 4px;
  z-index: 2;
}
.header-main .after-right {
  position: relative;
}
.header-main .after-right:after {
  content: "";
  height: 27px;
  width: 1px;
  background: #ddd;
  display: block;
  position: absolute;
  right: 0;
  top: 18px;
}
.header-main .container .header-wrapper {
  padding: 0;
}

.header-menu {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
.header-menu > li > a {
  padding: 20px 16px;
}
.header-menu > li.btn-employer {
  background: #d4e4ff;
  border: 1px solid #d4e4ff;
  border-radius: 5px;
}
.header-menu > li.btn-employer a {
  padding: 8px 16px;
  color: #2663eb;
}
.header-menu > li.btn-employer:hover a {
  color: #4688ff;
}

.js-header-fixed-ok {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px;
}

.header-border-bottom {
  border-bottom: 1px solid #eee;
}

.has-children {
  position: relative;
}
.has-children > a {
  padding: 0.5em 15px;
}
.has-children > a:after {
  content: "\f110";
  font-family: "LineAwesome";
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  margin-left: 7px;
}
.has-children:hover .sub-menu, .has-children:focus .sub-menu {
  display: block;
}
.has-children:last-child > .sub-menu {
  right: 10px;
  left: auto;
}
.has-children:last-child > .sub-menu:before {
  right: 40px;
  left: auto;
}

.sub-menu {
  width: 270px !important;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 20px 0;
  margin: 0 0 0;
  font-size: 14px;
  color: #7b8b8e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #fff;
  border-radius: 6px;
  box-shadow: 0 5px 12px 6px rgba(0, 0, 0, 0.1);
}
.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 40px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  background-color: #fff;
  border-radius: 3px;
  z-index: -1;
}
.sub-menu .box-user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  padding: 0 12px 16px 12px;
}
.sub-menu .box-user-info .box-avatar {
  position: relative;
  margin-right: 12px;
}
.sub-menu .box-user-info .box-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 100% !important;
  border: 1px solid #eee;
  overflow: hidden;
}
.sub-menu .box-user-info .box-avatar .icon-change-avatar {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  cursor: pointer;
  color: #364a63;
}
.sub-menu .box-user-info .box-info {
  width: 100%;
  overflow: hidden;
}
.sub-menu .box-user-info .box-info .user-name, .sub-menu .box-user-info .box-info .user-email {
  margin: 0;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
}
.sub-menu .box-user-info .box-info .user-name {
  font-size: 1rem;
  font-weight: 600;
  color: #364a63;
}
.sub-menu .box-user-info .box-info .user-email {
  font-size: 0.875rem;
  font-weight: normal;
  color: #526484;
}
.sub-menu .box-user-info .box-info .user-coin {
  font-size: 0.875rem;
  font-weight: normal;
  color: #526484;
}
.sub-menu .sub-menu-list {
  color: #364a63;
}
.sub-menu .sub-menu-list .menu-group .group-name {
  padding: 6px 12px;
  font-size: 14px;
  background-color: #f9f8f7;
}
.sub-menu .sub-menu-list .menu-group .group-name span {
  font-weight: 600;
  color: inherit;
}
.sub-menu .sub-menu-list .menu-group .menu-item > a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-size: 0.95rem;
  color: inherit;
  cursor: pointer;
  font-weight: 500;
}
.sub-menu .sub-menu-list .menu-group .menu-item:hover {
  background-color: rgba(70, 136, 255, 0.08);
}
.sub-menu .sub-menu-list .menu-group .menu-item i {
  font-weight: 500;
  font-size: 18px;
  margin-right: 8px;
}

.box-message-header {
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  cursor: pointer;
}
.box-message-header span {
  display: none;
  font-weight: normal !important;
  font-size: 10px !important;
  color: #fff;
  position: absolute;
  background: #da1030;
  border-radius: 6px;
  left: 14px;
  top: -9px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  z-index: 5;
}

.box-message-header span.show {
  display: block;
}

@media (max-width: 1024px) {
  .header-main.header-home {
    margin-bottom: -60px;
    position: static;
    background: transparent;
  }
  .header-main.header-border {
    border-bottom: 1px solid #e9e9e9;
  }
  .header-main .header-wrapper {
    justify-content: space-between;
    height: 72px;
  }
  .header-main .header-wrapper .brand {
    padding: 0;
    text-align: left;
  }
  .header-main .header-wrapper .brand img {
    height: auto;
    width: 110px;
  }
  .header-main .header-wrapper .primary-nav,
.header-main .header-wrapper .secondary-nav,
.header-main .header-wrapper .account-nav {
    display: none;
  }
  .header-main .header-wrapper .box-favourite_mb, .header-main .header-wrapper .box-notification_mb {
    display: block;
  }
  .header-main.header-blog .box-favourite_mb, .header-main.header-blog .box-notification_mb {
    display: none !important;
  }
  .header-main .header-hide-mb {
    display: none !important;
  }

  .header_hide {
    display: none;
  }
}
@media (max-width: 576px) {
  .header-main .header-wrapper {
    height: 50px;
  }
  .header-main .header-wrapper .brand {
    padding: 0;
    text-align: left;
  }

  .header-main.header-home .header-wrapper {
    height: 60px;
  }
  .header-main.header-home .header-wrapper .brand {
    padding: 0;
    text-align: left;
  }
  .header-main.header-home .header-wrapper .brand img {
    height: auto;
    width: 110px;
  }
}
a.option-menu {
  padding: 12px 16px !important;
}
a.option-menu:hover {
  background-color: #4688ff14;
}

#navigation-mb {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  bottom: 0;
  display: none;
  left: 0;
  margin: 0 auto;
  max-width: 720px;
  position: fixed;
  right: 0;
  transition: bottom 0.2s ease-in-out;
  width: 100%;
  z-index: 5;
  padding: 2px 0;
}
#navigation-mb .action-box {
  display: flex;
}
#navigation-mb .action-box__item {
  width: 25%;
  text-align: center;
  padding: 2px;
  position: relative;
}
#navigation-mb .action-box__item a, #navigation-mb .action-box__item span {
  color: #6F6F6F;
  font-size: 13px;
  text-decoration: none;
  display: block;
}
#navigation-mb .action-box__item i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}
#navigation-mb .action-box_mobile {
  display: none;
  position: absolute;
  bottom: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background: white;
  width: 270px;
  padding: 10px;
  right: 7px;
  list-style: none;
  border-radius: 5px;
}
#navigation-mb .action-box_mobile_info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#navigation-mb .action-box_mobile_info a img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#navigation-mb .action-box_mobile_info p {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
#navigation-mb .action-box_mobile_info p a {
  color: #6c757d;
  padding: 0 !important;
}
#navigation-mb .action-box_mobile li {
  margin-bottom: 0;
  display: block !important;
}
#navigation-mb .action-box_mobile li a {
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-size: 14px;
}
#navigation-mb .action-box_mobile li a i {
  display: inline;
  font-size: 14px;
  padding-right: 10px;
}
#navigation-mb .action-box_mobile li a:hover {
  cursor: pointer;
}
#navigation-mb .action-box_mobile li.hide {
  display: none !important;
}
#navigation-mb .action-box-up {
  bottom: 0 !important;
}

@media (min-width: 320px) and (max-width: 1024px) {
  #navigation-mb {
    display: block;
  }
}
@media (max-width: 320px) {
  #navigation-mb .action-box__item a {
    font-size: 12px;
  }
}
footer {
  background-position: center;
  background-size: 100%;
  color: #333;
  padding-top: 25px;
  background-color: #fff;
}
footer .site-item-social {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}
footer .site-item-social img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .site-item-social:hover img {
  transform: rotate(360deg);
  transition: transform 0.6s ease;
}
footer .title {
  color: #333;
  font-size: 1.025rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 21px;
}
footer a, footer p {
  color: #333;
  padding: 5px 0;
  font-size: 0.9rem;
  line-height: 1.7rem;
}
footer a {
  display: inline-block;
}
footer a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #4688FF;
}
footer .top .col a {
  display: block !important;
}
footer .footer {
  padding: 0px 15px;
}
footer .footer .row {
  display: flex;
  flex-wrap: wrap;
}
footer .footer .row .group-top {
  display: flex;
}
footer .footer .row .item {
  padding: 15px 0;
}
footer .footer .row .item a {
  display: inline-block;
}
footer .footer .bot .col:first-child {
  width: 50%;
  max-width: 50%;
}
footer .footer .bot .col:last-child {
  width: 40%;
  max-width: 40%;
}
footer .footer .bot .item {
  padding: 15px 0;
}
footer .bottom {
  border-top: 1px solid #eee;
  width: 100%;
}
footer .bottom .content {
  padding: 15px 0;
  font-size: 13px;
}
footer .bottom .content a {
  padding: 0;
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 0 !important;
    margin-top: 0;
  }
  .footer .col {
    width: 100% !important;
    max-width: 100% !important;
    flex-grow: 1;
    flex-basis: auto;
  }
  .footer .top .col {
    border-bottom: 1px solid #ccc;
  }
  .footer span.icon {
    position: absolute;
    right: 22px;
    font-size: 24px;
    margin-top: 5px;
  }
  .footer .item a:first-child {
    margin-top: 15px;
  }
  .footer .item {
    padding: 15px 0 !important;
  }
  .footer .item a {
    display: none !important;
  }
  .footer .title {
    margin-bottom: 0;
  }
  .footer .open a {
    display: block !important;
  }
  .footer .open .title {
    display: block;
    height: 36px;
  }
}
.scroll-top {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 33px;
  z-index: 1;
}
.scroll-top .content {
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #a4a7ac;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top .content .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #2b333d;
}
.scroll-top .content .circle i {
  color: #fff;
}

.bct img {
  width: 150px;
}

.sub-navbar {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.tab-top {
  background: #fff;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.tab-top__content {
  display: flex;
  justify-content: space-between;
}
.tab-top__content ul {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.tab-top__content ul li {
  margin-right: 35px;
  display: inline-block;
  position: relative;
}
.tab-top__content ul li a {
  position: relative;
  padding: 12px 0;
  color: #484848;
  font-size: 14px;
}

.tab-top__content ul li a.active {
  color: #4680ff;
}

.tab-top__content ul li a.active:before {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  background: #4680ff;
  height: 3px;
  bottom: -8px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .tab-top__content ul {
    margin: 10px 0 !important;
  }
  .tab-top__content ul li {
    margin-right: 20px !important;
  }
}
.sidebar-right {
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: -300px;
  z-index: 1000;
  position: fixed;
  transition: all 0.5s ease;
  display: none;
}
.sidebar-right .user-area {
  padding: 10px;
}
.sidebar-right .user-area .user-action a {
  box-sizing: border-box;
  border-radius: 4px;
  width: 50%;
  display: inline-block;
  color: #004e7f;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-right .slide-menu {
  max-height: 93vh;
  overflow-y: auto;
  padding: 8px;
  padding-bottom: 50px;
}
.sidebar-right .slide-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-right .slide-menu li.lv0 {
  padding: 12px 10px;
  position: relative;
  border-bottom: 1px dashed #eee;
  height: 48px;
}
.sidebar-right .slide-menu li.lv0 span.label {
  float: right;
  background: #4680ff;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px;
}
.sidebar-right .slide-menu li.lv0.active {
  background: #F5F6F7;
}
.sidebar-right .slide-menu a {
  font-size: 0.9rem;
  color: #333;
}
.sidebar-right .slide-menu span.icon {
  font-size: 18px;
}
.sidebar-right .slide-menu span.text {
  margin-left: 5px;
}

.sidebar-right {
  width: 100%;
  padding: 10px;
  background: #e7f0fd;
}

.menu-group {
  margin-bottom: 5px;
}

.menu-title {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.menu-item {
  width: 100%;
}

.menu-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.menu-icon {
  margin-bottom: 6px;
}

.menu-icon img {
  width: 22px;
  height: 22px;
}

.menu-label {
  font-size: 13px;
  font-weight: 500;
  color: #555;
}

.sidebar-right.in {
  right: 0;
  display: inline-block;
}

.bg-pushmenu.in {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(10, 13, 20, 0.4);
  top: 0;
  left: 0;
  z-index: 100;
}

.breadcrumb {
  padding: 5px 0;
}

.breadcrumb__list > ul {
  margin-bottom: 10px;
  white-space: nowrap;
}

.breadcrumb__list > ul > li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
}

.breadcrumb__list > ul > li > a > span {
  color: #666;
  font-size: 14px;
}

.breadcrumb__list > ul > li > a:hover {
  text-decoration: none;
}

.breadcrumb__list > ul > li:not(:first-child):before {
  color: #cbcfd0;
  content: "/";
  padding: 5px;
}

.header-menu > li:hover .group-hover {
  display: flex;
  opacity: 1;
}

.header-menu .col-6 {
  max-width: 350px;
  flex: 0 0 350px;
}
.header-menu .col-6:has(.job-position) {
  max-width: 712px;
  flex: 0 0 712px;
}
.header-menu .job-position .col-6 {
  border: none !important;
}
.header-menu .job-position .col-6:first-child {
  padding-right: 0;
}
.header-menu .row:has(> .col-12) {
  width: 350px;
}
.header-menu .menu-child {
  padding: 0 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.header-menu .menu-child:last-child {
  margin-bottom: 0;
}
.header-menu .menu-child:first-child {
  margin-top: 0;
}
.header-menu .col-6 {
  border-right: 1px solid #dddddd85;
}
.header-menu .col-6:last-child {
  border-right: none;
}
.header-menu .menu-child__tag {
  padding: 0 10px;
  margin-bottom: 4px;
  font-size: 14px;
}
.header-menu div.menu-child__tag {
  color: #8091a7;
  text-transform: uppercase;
}
.header-menu a.menu-child__tag {
  color: #0a74da !important;
}
.header-menu .menu-child__item {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  position: relative;
  margin-bottom: 4px;
}
.header-menu .menu-child__item::after {
  content: "➝";
  position: absolute;
  right: 10px;
  opacity: 0;
  color: #0a74da;
  transform: translateX(-6px);
  transition: all 0.2s ease;
}
.header-menu .menu-child__item:last-child {
  margin-bottom: 0;
}
.header-menu .menu-child__item:hover {
  background: #ebeef2ad;
  color: #0a74da;
  border-radius: 4px;
}
.header-menu .menu-child__item:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.navbar__item__dropdown-menu {
  position: absolute;
  height: auto;
  display: none;
  margin-top: -9px;
  z-index: 100;
  top: 100%;
  perspective: 1000px;
  -webkit-animation: fadein 0.4s;
  animation: fadein 0.4s;
  opacity: 0;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 5px;
}
.navbar__item__dropdown-menu .navbar-menu {
  display: block;
  background: #fff;
  padding: 16px;
  margin-left: 0px;
}
.navbar__item__dropdown-menu .navbar-menu__item {
  margin-bottom: 0.5rem;
  width: 300px;
  min-width: 100%;
  background: #fafafa;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.navbar__item__dropdown-menu .navbar-menu__item.active > a {
  color: #4680ff;
  font-weight: 600;
}
.navbar__item__dropdown-menu .navbar-menu__item a {
  color: #333;
  font-size: 14px;
  transition: 0.3s;
  padding: 14px 15px;
  font-weight: normal;
}
.navbar__item__dropdown-menu .navbar-menu__item a:hover {
  background: #f5f5f5;
  color: #4680ff;
}
.navbar__item__dropdown-menu .navbar-menu__item i {
  color: #4680ff;
  padding-right: 16px;
  width: 30px;
}
.navbar__item__dropdown-menu .box-img {
  width: 240px;
  height: auto;
  background: #effaf4;
}
.navbar__item__dropdown-menu .box-img.box-cv {
  width: 345px;
  height: auto;
}
.navbar__item__dropdown-menu .box-img img {
  width: 100%;
  height: 100%;
}
.navbar__item__dropdown-menu .box-img-job {
  width: 300px;
  height: auto;
  background: #effaf4;
}
.navbar__item__dropdown-menu .box-img-job img {
  width: 100%;
  height: 100%;
}

.badge {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
}
.badge.badge__hot {
  background: #f70;
}
.badge.badge__new {
  background: #DC2f2f;
}

.navbar-padding {
  padding: 12px 8px !important;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tippy-box {
  font-size: 12px !important;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.tippy-box .tippy-content {
  padding: 10px !important;
  font-weight: normal;
}

.tippy-box[data-theme~=success] {
  background-color: #ccdff6;
  color: #1c2135;
}
.tippy-box[data-theme~=success][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ccdff6;
}
.tippy-box[data-theme~=success][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ccdff6;
}
.tippy-box[data-theme~=success][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #ccdff6;
}
.tippy-box[data-theme~=success][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #ccdff6;
}
.tippy-box[data-theme~=success] a {
  font-weight: bold;
  color: #2463eb;
}

.tippy-box[data-theme~=error] {
  background-color: #fab6b6;
  color: black;
}
.tippy-box[data-theme~=error][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #fab6b6;
}
.tippy-box[data-theme~=error][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #fab6b6;
}
.tippy-box[data-theme~=error][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #fab6b6;
}
.tippy-box[data-theme~=error][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #fab6b6;
}
.tippy-box[data-theme~=error] a {
  color: red;
}

.box-scroll-customize {
  position: relative;
}
.box-scroll-customize:hover .cover-scroll-bar {
  opacity: 0;
  -webkit-transition: all 0.5s;
}
.box-scroll-customize .box-scroll-main {
  overflow-y: scroll;
  overflow-x: hidden;
}
.box-scroll-customize .box-scroll-main::-webkit-scrollbar {
  width: 0.4em;
}
.box-scroll-customize .box-scroll-main::-webkit-scrollbar,
.box-scroll-customize .box-scroll-main::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}
.box-scroll-customize .box-scroll-main::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.box-scroll-customize .cover-scroll-bar {
  position: absolute;
  background: #ffffff;
  height: 100%;
  top: 0;
  right: 0;
  width: 0.4em;
  -webkit-transition: all 0.5s;
  opacity: 1;
}

.box-favourites {
  position: relative;
}
.box-favourites .favourites-trigger {
  position: relative;
}
.box-favourites .favourites-trigger .btn-favourites {
  color: #2c2c2c;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  padding: 12px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  font-style: normal;
  outline: none;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
}
.box-favourites .favourites-trigger .btn-favourites i.icon-heart {
  font-size: 22px;
  font-weight: 900;
}
.box-favourites .favourites-trigger .favourites-count {
  display: none;
  font-weight: normal !important;
  font-size: 10px !important;
  color: #fff;
  position: absolute;
  background: #da1030;
  border-radius: 6px;
  left: 30px;
  top: 6px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  z-index: 1;
}
.box-favourites .favourites-popup {
  position: absolute;
  box-shadow: 0px 8px 20px rgba(182, 182, 182, 0.4);
  border-radius: 6px;
  width: 400px;
  right: -55px;
  top: 57px;
  background-color: #ffffff;
  z-index: 100;
}
.box-favourites .favourites-popup::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  right: 72px;
  transform: rotate(-45deg);
  background-color: #fff;
  border-radius: 3px;
}
.box-favourites .favourites-popup .favourites-header {
  text-align: center;
  color: #212529;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  background-color: #ffffff;
}
.box-favourites .favourites-popup .favourites-empty {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 40px 10px;
  font-size: 14px;
}
.box-favourites .favourites-popup .favourites-empty.hide {
  display: none;
}
.box-favourites .favourites-popup .favourites-list {
  max-height: 408px;
  overflow-y: hidden;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item {
  box-sizing: border-box;
  padding: 8px 16px;
  float: left;
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item:hover {
  background-color: #f2f2f2;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item:hover .product_favourites__item--btn-remove {
  display: flex !important;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item a img {
  height: 48px;
  width: 64px;
  float: left;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item a .product_favourites__item--content {
  width: calc(100% - 72px);
  float: left;
  padding-left: 8px;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item a .product_favourites__item--content p {
  display: -webkit-box !important;
  height: 20px;
  position: relative;
  overflow: hidden !important;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal !important;
  word-wrap: break-word !important;
  -webkit-box-orient: vertical !important;
  line-height: 20px;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item a .product_favourites__item--content span {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #526484;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-wrap: break-word !important;
  -webkit-box-orient: vertical !important;
  display: -webkit-box !important;
}
.box-favourites .favourites-popup .favourites-list .product_favourites__item .product_favourites__item--btn-remove {
  position: absolute;
  z-index: 100;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 0;
  top: 0;
  margin-right: 8px;
  margin-top: 20px;
  background-color: #f2f2f2;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.box-favourites .favourites-popup .favourites-footer {
  background: rgba(0, 0, 0, 0);
  text-align: center;
  color: #055699;
  flex: none;
  padding: 8px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  border-top: 1px solid #ebedf0;
}
.box-favourites .favourites-popup .favourites-footer a {
  display: block;
  font-weight: 500;
  line-height: 24px;
  color: #2563eb;
  text-align: center;
}
.box-favourites .favourites-popup .favourites-footer a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #055699;
          text-decoration-color: #055699;
}
.box-favourites .favourites-popup.hide {
  display: none;
}

.btn-icon-favourite {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
}
.btn-icon-favourite > i {
  font-size: 22px;
  font-weight: 900;
  width: 22px !important;
  height: 22px !important;
}

.notification-box {
  position: relative;
}
.notification-box .notification-trigger {
  position: relative;
}
.notification-box .notification-trigger .btn-notification,
.notification-box .notification-trigger .btn-icon-notification,
.notification-box .notification-trigger .notification-header .notification-title .action-list .action-item,
.notification-box .notification-header .notification-title .action-list .notification-trigger .action-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid transparent;
  color: #2c2c2c;
  cursor: pointer;
}
.notification-box .notification-trigger .btn-notification i,
.notification-box .notification-trigger .btn-icon-notification i,
.notification-box .notification-trigger .notification-header .notification-title .action-list .action-item i,
.notification-box .notification-header .notification-title .action-list .notification-trigger .action-item i {
  font-size: 22px;
  font-weight: 900;
}
.notification-box .notification-trigger .notification-count {
  display: none;
  position: absolute;
  top: 6px;
  left: 26px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
  padding: 0 2px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: red;
  border-radius: 50%;
  text-align: center;
  z-index: 5;
  font-style: normal;
}
.notification-box .notification-popup {
  position: absolute;
  top: 57px;
  right: -55px;
  width: 400px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(182, 182, 182, 0.4);
  z-index: 110;
}
.notification-box .notification-popup::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 72px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(-45deg);
  border-radius: 3px;
}
.notification-box .notification-popup.hide {
  display: none;
}
.notification-box .notification-header {
  padding: 12px 12px 6px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
.notification-box .notification-header .notification-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.notification-box .notification-header .notification-title .title {
  font-weight: 600;
}
.notification-box .notification-header .notification-title .action-list {
  display: flex;
}
.notification-box .notification-header .notification-title .action-list .action-item {
  width: 35px;
  height: 35px;
}
.notification-box .notification-header .notification-title .action-list .action-item i.la-gear {
  font-size: 24px;
}
.notification-box .notification-header .notification-title .action-list .action-item i.la-check {
  font-size: 22px;
}
.notification-box .notification-header .notification-tabs {
  display: flex;
}
.notification-box .notification-header .notification-tabs .tab {
  padding: 8px 16px;
  cursor: pointer;
}
.notification-box .notification-header .notification-tabs .tab.active {
  font-weight: 600;
  border-bottom: 2px solid #2563eb;
  padding-bottom: 6px;
}
.notification-box .notification-list {
  display: flex;
  flex-direction: column;
  max-height: 432px;
}
.notification-box .notification-list .notification-item {
  display: flex;
  align-items: center;
  padding: 0 12px;
  min-height: 72px;
  background: #fff;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  position: relative;
}
.notification-box .notification-list .notification-item:hover {
  background: #d4e4ff;
}
.notification-box .notification-list .notification-item__icon {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
}
.notification-box .notification-list .notification-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-box .notification-list .notification-item__content {
  flex: 1;
  padding: 6px 24px 6px 0;
}
.notification-box .notification-list .notification-item__content .title,
.notification-box .notification-list .notification-item__content .time {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.notification-box .notification-list .notification-item__content .title {
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.notification-box .notification-list .notification-item__content .time {
  -webkit-line-clamp: 1;
  font-size: 13px;
  color: #2563eb;
}
.notification-box .notification-list .notification-item__unread {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #2563eb;
  border-radius: 50%;
  transform: translateY(-50%);
}
.notification-box .notification-list .notification-item.unread {
  background: #f0f6ff;
}
.notification-box .notification-list .notification-item.unread .notification-item__unread {
  display: block;
}
.notification-box .notification-footer {
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #ebedf0;
  font-weight: 500;
}
.notification-box .notification-footer a {
  color: #2563eb;
}
.notification-box .notification-footer a:hover {
  text-decoration: underline;
}

/* Modal */
#modal-notification-detail {
  width: 100%;
}
#modal-notification-detail .modal-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
}
#modal-notification-detail .modal-header .modal-title {
  font-weight: 600;
}
#modal-notification-detail .modal-body {
  padding: 16px !important;
  min-height: 300px;
}
#modal-notification-detail .modal-body .box-attribute {
  display: flex;
  font-size: 13px;
  margin-bottom: 12px;
  color: #777;
}
#modal-notification-detail .modal-body .link-active {
  font-weight: bold;
  color: #2563eb;
  text-decoration: underline;
}
#modal-notification-detail .modal-body .box-link {
  font-weight: bold;
}
#modal-notification-detail .modal-body .box-link a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#modal-notification-detail .modal-body .box-link a .days-remaining {
  font-weight: normal;
  color: #777;
}
#modal-notification-detail a.close-modal {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
}

.bg-body {
  background: #f4f4f4 !important;
}

.bg-white {
  background-color: white;
}

.border-primary {
  border: 1px solid #eee !important;
  border-radius: 12px;
}

.cs-pointer {
  cursor: pointer;
}

.bg-primary-outline {
  background-color: #f0f6ff;
  color: #2463eb;
  padding: 5px;
  border-radius: 5px;
}

.la-heart.active {
  color: #085ff7 !important;
}

.rounded-0 {
  border-radius: 0;
}

.rounded-1 {
  border-radius: 0.2rem;
}

.rounded-2 {
  border-radius: 0.5rem;
}

.rounded-3 {
  border-radius: 1rem;
}

.rounded-circel {
  border-radius: 50rem;
}

.text-row-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-row-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 425px) {
  .border-primary {
    border: none !important;
  }
}
.blocker {
  z-index: 99;
}

.modal {
  padding: 0;
}
.modal.full {
  max-width: 100%;
}
.modal.big {
  max-width: 800px;
}
.modal .modal-title {
  font-size: 16px;
}
.modal-header, .modal-body, .modal-footer {
  padding: 15px;
}
.modal-header {
  border-bottom: 1px solid #D3D3D3FF;
  border-radius: 8px 8px 0 0;
  background: #ffffff;
  padding: 10px 15px;
}
.modal-header__title {
  font-size: 18px;
  text-align: center;
  color: #333;
}
.modal-header__title i {
  margin-right: 10px;
  font-weight: 600;
  color: #4CAF50;
  font-size: 20px;
}
.modal a.close-modal {
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  color: #333;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: transparent;
  border-radius: 50%;
  font-size: 24px !important;
}
.modal ul {
  list-style: none;
}
.modal .item-share {
  font-size: 15px;
  margin-bottom: 10px;
}
.modal .item-share a span:first-child {
  width: 30px;
  margin-right: 10px;
  background: #eee;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  height: 30px;
  padding-top: 5px;
}

.modal.modal-form--small {
  max-width: 400px;
  height: auto;
}
.modal.modal-form__intro {
  color: #484848;
  font-size: 13px;
  line-height: 20px;
}
.modal.modal-form__button {
  margin-top: 10px;
}
.modal.modal-form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.modal.modal-form .form-group .hint {
  font-size: 13px;
  color: #888;
}
.modal.modal-form .form-group label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}
.modal.modal-form .form-group label.count-down {
  width: 100%;
}
.modal.modal-form .form-group label.count-down .count-number {
  float: right;
  font-weight: 400;
  color: #888;
}
.modal.modal-form .form-group select {
  border: 1px solid #ced4da;
}
.modal.modal-form .form-group input, .modal.modal-form .form-group select, .modal.modal-form .form-group textarea {
  border-radius: 3px !important;
  font-size: 14px;
  padding: 8px;
  width: 100%;
}
.modal.modal-form .form-group input[type=file] {
  border: 0 !important;
  display: block;
  font-size: 12px;
  padding: 0;
}
.modal.modal-form .form-group input[type=file]:focus {
  box-shadow: none !important;
}
.modal.modal-form .form-group input[type=file]::-webkit-file-upload-button {
  background: #fff;
  border: 2px solid #0000007F;
  border-radius: 50px;
  color: #0000007F;
  cursor: pointer;
  padding: 8px 10px;
}
.modal.modal-form p {
  font-size: 14px;
}
.modal.modal-form .error-form {
  display: block;
  color: #e03c31;
  font-size: 12px;
  padding: 0 10px;
}
.modal.modal-form .delete-cv {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  color: #333;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}
.modal.modal-form .delete-cv:hover {
  color: #4688FFFF;
}

.modal-step {
  display: flex;
  justify-content: space-between;
}
.modal-step__count {
  font-size: 13px;
  color: #999;
  align-self: center;
}

.modal-spinner {
  height: 45px;
}

.btn-block {
  display: block;
  width: 100%;
}

.text-right {
  text-align: right;
  display: block;
}

.apply-success .notice {
  margin-top: 20px;
  border: 1px solid #dedede;
  padding: 10px 15px;
  border-radius: 5px;
  font-style: italic;
  font-size: 13px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .blocker {
    padding: 0;
  }

  .modal-form {
    margin: 15px 0;
  }
}
.box-nav {
  margin-bottom: 16px;
  overflow: hidden;
}
.box-nav .nav-tabs {
  display: flex;
  list-style: none;
  gap: 16px;
  scroll-behavior: smooth;
  overflow-x: scroll;
  scrollbar-width: none;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.box-nav .nav-tabs .nav-item {
  font-size: 14px;
  width: auto;
}
.box-nav .nav-tabs .nav-item .nav-link {
  display: block;
  padding: 16px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.box-nav .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #2563eb;
  color: #2563eb;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .box-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(182, 182, 182, 0.18);
  }
}
@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/SVN-NeueMontreal-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/SVN-NeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("/fonts/SVN-NeueMontreal-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/*    Base Color
------------------*/
/*    Mau chu
------------------*/
/*    Border
------------------*/
/*    Button
------------------*/
/*    Extends Color
------------------*/
/*    Solid Color
------------------*/
/*    Brand color
----------------------*/
/*    Background
----------------------*/
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-family: "NeueMontreal", sans-serif;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #4688ff;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: none;
}

.time-execute {
  position: fixed;
  bottom: 25px;
  vertical-align: middle;
  left: 0;
  right: auto;
  width: 100%;
  z-index: 9999;
  text-align: center;
  display: block;
}
.time-execute span {
  background: #3F51B5;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

button, input, textarea {
  outline: 0;
}

*:focus, input, button:focus, textarea:focus, input:focus {
  outline: none !important;
}

.page-auth, .popup-wrapper, .popup-wrappers, .box-report, .box-receive-email, .search-mb {
  /* Basic styles for button */
}
.page-auth *:focus, .page-auth input, .page-auth button:focus, .page-auth textarea:focus, .page-auth input:focus, .popup-wrapper *:focus, .popup-wrapper input, .popup-wrapper button:focus, .popup-wrapper textarea:focus, .popup-wrapper input:focus, .popup-wrappers *:focus, .popup-wrappers input, .popup-wrappers button:focus, .popup-wrappers textarea:focus, .popup-wrappers input:focus, .box-report *:focus, .box-report input, .box-report button:focus, .box-report textarea:focus, .box-report input:focus, .box-receive-email *:focus, .box-receive-email input, .box-receive-email button:focus, .box-receive-email textarea:focus, .box-receive-email input:focus, .search-mb *:focus, .search-mb input, .search-mb button:focus, .search-mb textarea:focus, .search-mb input:focus {
  outline: none !important;
}
.page-auth textarea, .page-auth input, .page-auth select, .popup-wrapper textarea, .popup-wrapper input, .popup-wrapper select, .popup-wrappers textarea, .popup-wrappers input, .popup-wrappers select, .box-report textarea, .box-report input, .box-report select, .box-receive-email textarea, .box-receive-email input, .box-receive-email select, .search-mb textarea, .search-mb input, .search-mb select {
  border: 2px solid #f2f2f2 !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 8px;
  width: 100%;
}
.page-auth textarea, .popup-wrapper textarea, .popup-wrappers textarea, .box-report textarea, .box-receive-email textarea, .search-mb textarea {
  min-height: 100px;
}
.page-auth p, .popup-wrapper p, .popup-wrappers p, .box-report p, .box-receive-email p, .search-mb p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 14px;
}
.page-auth label span, .popup-wrapper label span, .popup-wrappers label span, .box-report label span, .box-receive-email label span, .search-mb label span {
  color: #FF0000;
}
.page-auth .form-group label, .popup-wrapper .form-group label, .popup-wrappers .form-group label, .box-report .form-group label, .box-receive-email .form-group label, .search-mb .form-group label {
  margin-bottom: 5px;
  font-size: 13px;
}
.page-auth .form-control:disabled, .page-auth .form-control[readonly], .popup-wrapper .form-control:disabled, .popup-wrapper .form-control[readonly], .popup-wrappers .form-control:disabled, .popup-wrappers .form-control[readonly], .box-report .form-control:disabled, .box-report .form-control[readonly], .box-receive-email .form-control:disabled, .box-receive-email .form-control[readonly], .search-mb .form-control:disabled, .search-mb .form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 0.5;
}
.page-auth .form-control:focus, .page-auth input[type=text]:focus, .page-auth input[type=password]:focus, .popup-wrapper .form-control:focus, .popup-wrapper input[type=text]:focus, .popup-wrapper input[type=password]:focus, .popup-wrappers .form-control:focus, .popup-wrappers input[type=text]:focus, .popup-wrappers input[type=password]:focus, .box-report .form-control:focus, .box-report input[type=text]:focus, .box-report input[type=password]:focus, .box-receive-email .form-control:focus, .box-receive-email input[type=text]:focus, .box-receive-email input[type=password]:focus, .search-mb .form-control:focus, .search-mb input[type=text]:focus, .search-mb input[type=password]:focus {
  border: 2px solid #d4d4d4 !important;
  outline: none;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px !important;
  }
}
.no-scroll {
  overflow-y: hidden;
}

img.image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-banner {
  margin-bottom: 15px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-collapse {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

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

/*!
 * Bootstrap optimize
 * Các thành phần giữ lại :
 * container, row, col-1 -> col-12 ( sm -> xl )
 * card
 * 1 số class display, flex, float, position, width, height, text
 */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(37, 37, 37, 0);
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  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;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(37, 37, 37, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #333;
  min-height: 40px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(37, 37, 37, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, 0.03);
  border-bottom: 1px solid rgba(37, 37, 37, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(37, 37, 37, 0.03);
  border-top: 1px solid rgba(37, 37, 37, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header,
.card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer,
.card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header,
.card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer,
.card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-header,
.card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-footer,
.card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

.mb15 {
  margin-bottom: 15px !important;
}

.btn-block {
  width: 100%;
}

.text-muted {
  color: #6c757d !important;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-row-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-row-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-row-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w100 {
  width: 100px;
}

.mw-100 {
  max-width: 100px;
}

.mw-150 {
  max-width: 150px;
}

.mw-200 {
  max-width: 200px;
}

.mw-250 {
  max-width: 250px;
}

.mw-80p {
  max-width: 80%;
}

/*Flex*/
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.align-end {
  align-items: flex-end;
}

.direction-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

/*Padding*/
.no-padding {
  padding: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

/*Margin*/
.no-margin {
  margin: 0 !important;
}

/*Border*/
.no-border {
  border: 0 !important;
}

/*Text*/
.text-left {
  text-align: left !important;
}

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

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

.text-through {
  text-decoration: line-through;
}

.text-xs {
  font-size: 11px !important;
}

.text-sm {
  font-size: 13px !important;
}

.text-md {
  font-size: 14px !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-hint {
  color: #888;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
}

.text-bold {
  font-weight: 600;
}

/*Text color*/
.text-primary {
  color: #2563eb !important;
}

.text-success {
  color: #07ad3f !important;
}

.text-info {
  color: #26c6da !important;
}

.text-warning {
  color: #ffb64d !important;
}

.text-danger {
  color: #fb3a3a !important;
}

.text-muted {
  color: #909090 !important;
}

.text-pink {
  color: #fb236a !important;
}

.text-black {
  color: #252525 !important;
}

.text-purple {
  color: #48509a !important;
}

.hide {
  display: none !important;
}

.show {
  display: inline-block;
}

.d-inline {
  display: inline-block;
}

.d-block {
  display: block;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.text-collapse {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gradient {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: block;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .d-block-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-block-xs {
    display: none !important;
  }
}
.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

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

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

a.btn {
  text-decoration: none;
}

.btn {
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding: 0.45rem 0.95rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-r8 {
  border-radius: 8px;
}
.btn-block {
  width: 100%;
}
.btn:not(:first-of-type) {
  margin-left: 5px;
}
.btn-xs {
  font-size: 10px;
  padding: 0.25rem 0.5rem;
}
.btn-sm {
  font-size: 13px;
  padding: 0.25rem 0.5rem;
}
.btn-lg {
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
}
.btn-radius {
  border-radius: 50px !important;
}

.btn-primary {
  background: #2563eb;
  color: #fff !important;
  border: 1px solid #2563eb;
}
.btn-primary:hover {
  background: #1555e2;
  border-color: #1555e2;
}
.btn-primary:active {
  background: #134cca;
  border-color: #134cca;
}
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  outline: none;
}
.btn-primary:disabled {
  background: #82a6f4;
  border-color: #82a6f4;
  cursor: not-allowed;
  opacity: 0.7;
}
.btn-primary:focus:not(:focus-visible) {
  box-shadow: none;
}

.btn-default {
  background: #e2e8f0;
  color: #1e293b !important;
  border: 1px solid #cbd5e1;
}
.btn-default:hover {
  background: #d1dbe7;
  border-color: #bbc8d8;
}
.btn-default:active {
  background: #c0cddf;
  border-color: #abbbce;
}
.btn-default:focus {
  box-shadow: 0 0 0 3px rgba(203, 213, 225, 0.4);
  outline: none;
}
.btn-default:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-default:disabled {
  background: #fdfdfe;
  border-color: #e5eaf0;
  color: #40587f !important;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-gray {
  background: #efefef;
  color: #444 !important;
  border: 1px solid #e0e0e0;
}
.btn-gray:hover {
  background: #e2e2e2;
  border-color: lightgray;
}
.btn-gray:active {
  background: #d6d6d6;
  border-color: #c7c7c7;
}
.btn-gray:focus {
  box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.4);
  outline: none;
}
.btn-gray:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-gray:disabled, .btn-gray.disabled {
  background: #fcfcfc;
  border-color: #ededed;
  color: #848484 !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}

.btn-primary-outline {
  background: #fff;
  color: #2563eb !important;
  border: 1px solid #2563eb;
}
.btn-primary-outline:hover {
  background: #2563eb;
  color: #fff !important;
  border-color: #2563eb;
}
.btn-primary-outline:active {
  background: #134cca;
  border-color: #134cca;
  color: #fff !important;
}
.btn-primary-outline:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  outline: none;
}
.btn-primary-outline:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-primary-outline:disabled, .btn-primary-outline.disabled {
  background: #fff;
  color: #82a6f4 !important;
  border-color: #82a6f4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-default-outline {
  background: #fff;
  color: #1e293b !important;
  border: 1px solid #cbd5e1;
}
.btn-default-outline:hover {
  background: #cbd5e1;
  color: #1e293b !important;
  border-color: #cbd5e1;
}
.btn-default-outline:active {
  background: #abbbce;
  border-color: #abbbce;
}
.btn-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(203, 213, 225, 0.4);
  outline: none;
}
.btn-default-outline:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-default-outline:disabled, .btn-default-outline.disabled {
  background: #fff;
  color: #94a3b8 !important;
  border-color: #ebeff4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-gray-outline {
  background: #fff;
  color: #444 !important;
  border: 1px solid #e0e0e0;
}
.btn-gray-outline:hover {
  background: #e0e0e0;
  color: #333 !important;
  border-color: #e0e0e0;
}
.btn-gray-outline:active {
  background: #c7c7c7;
  border-color: #c7c7c7;
  color: #222 !important;
}
.btn-gray-outline:focus {
  box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.5);
  outline: none;
}
.btn-gray-outline:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-gray-outline:disabled, .btn-gray-outline.disabled {
  background: #fff;
  color: #aaa !important;
  border-color: #fafafa;
  cursor: not-allowed;
  pointer-events: none;
}

.card {
  background: white none repeat scroll 0 0;
  border: 0 solid #e4e7ec;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 20px;
}
.card-r0 {
  border-radius: 0 !important;
}
.card-shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.card-body {
  background: #fff;
  padding: 0;
}

.card-default {
  border: 1px solid #f2f2f2;
  border-radius: 0 !important;
}

.card-subtitle {
  font-size: 12px;
  margin: 10px 0;
}

.card-title {
  clear: both;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 5px;
}
.card-title h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.card-title h3 {
  font-size: 20px !important;
}
.card-title p {
  margin-bottom: 12px;
}

.card-content {
  font-size: 14px;
}
.card-content p {
  color: #000 !important;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .card {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.7rem 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.grid {
  display: flex;
  justify-content: space-between;
}
.grid__content {
  flex-grow: 1;
}
.grid__sidebar {
  flex: 0 0 30%;
}
.grid__sidebar--left {
  margin-right: 15px;
}
.grid__sidebar--right {
  margin-left: 15px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .grid {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
  }
  .grid__content {
    width: 100% !important;
    min-height: 100vh;
    margin-right: 0;
  }
  .grid__sidebar {
    width: 100% !important;
  }
  .grid__sidebar--left {
    margin-right: 0;
  }
  .grid__sidebar--right {
    margin-left: 0;
  }

  .mb-mt-20 {
    margin-top: 20px;
  }

  .mb-text-center {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .grid__content {
    min-height: 970px;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  background: #f8f9fa;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* bordered */
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* hover */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* striped */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

/* small */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* align */
.align-middle td,
.align-middle th {
  vertical-align: middle;
}

/* responsive */
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.table td {
  text-align: center;
}

.table td:first-child {
  text-align: left;
}

.box-switch {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  margin: 32px 0;
}
.section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section-title {
  margin-bottom: 15px;
  position: relative;
}
.section .section-title > h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.section .section-title .more-job {
  margin-top: -10px;
  margin-left: 30px;
  float: right;
}
.section .section-title .more-job > a {
  color: #484848;
}
.section .section-title .more-info {
  color: #666;
  font-size: 0.95rem;
}
.section .view-more {
  font-size: 14px;
}

a {
  color: #484848;
}

@media (max-width: 991px) {
  .section .section-title > h2 {
    font-size: 0.95rem !important;
    font-weight: 600;
    color: #333;
  }
  .section .section-title .more-job, .section .section-title .more-info {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .section .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .section .section-header .view-more {
    margin-bottom: 10px;
  }
}
.modal-container {
  max-width: 500px;
  padding: 0;
  margin: 0;
}

.modal-flex {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  min-height: 40vh;
}

.modal-flex__scroll {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 60px;
}

.modal-flex__footer {
  flex-shrink: 0;
  background: #fff;
  border-top: 1px solid #eee;
}

.modal-actions {
  display: flex;
}

.modal-actions .btn {
  flex: 1;
}

.modal-actions .btn + .btn {
  margin-left: 8px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-youtube:before {
  content: "\f167";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-times:before {
  content: "\f00d";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-search:before {
  content: "\f002";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-usd:before {
  content: "\f155";
}

.fa-spin:before {
  content: "\f110";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-plane:before {
  content: "\f072";
}

.fa-usd:before {
  content: "\f155";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-bar-chart:before {
  content: "\f080";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-dollar:before {
  content: "\f155";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-user:before {
  content: "\f007";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-group:before {
  content: "\f0c0";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-check:before {
  content: "\f00c";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-copy:before,
.fa-share-alt:before {
  content: "\f1e0";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-heart:before {
  content: "\f004";
}

.fa-flag:before {
  content: "\f024";
}

.fa-archive:before {
  content: "\f187";
}

.fa-star:before {
  content: "\f005";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-facebook-f:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-camera:before {
  content: "\f030";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-circle:before {
  content: "\f111";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-plus:before {
  content: "\f067";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-upload:before {
  content: "\f093";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-info:before {
  content: "\f129";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-bookmark-o:before {
  content: "\f097";
}

angle-up .fa-gamepad:before {
  content: "\f11b";
}

.fa-male:before {
  content: "\f183";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-book:before {
  content: "\f02d";
}

.fa-home:before {
  content: "\f015";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-font:before {
  content: "\f031";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-files-o:before {
  content: "\f0c5";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-repeat:before {
  content: "\f01e";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-download:before {
  content: "\f019";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-minus:before {
  content: "\f068";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: LineAwesome;
  src: url("/fonts/vendor/line-awesome/fonts/line-awesome.eot?v=1.1.");
  src: url("/fonts/vendor/line-awesome/fonts/line-awesome.eot?#iefix&v=1.1.") format("embedded-opentype"), url("/fonts/vendor/line-awesome/fonts/line-awesome.woff2?v=1.1.") format("woff2"), url("/fonts/vendor/line-awesome/fonts/line-awesome.woff?v=1.1.") format("woff"), url("/fonts/vendor/line-awesome/fonts/line-awesome.ttf?v=1.1.") format("truetype"), url("/fonts/vendor/line-awesome/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: LineAwesome;
    src: url("/fonts/vendor/line-awesome/fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}
.la {
  display: inline-block;
  font: normal normal normal 16px / 1 "LineAwesome";
  font-size: inherit;
  text-rendering: auto;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.la-arrow-down:before {
  content: "\f11f";
}

.la-envelope:before {
  content: "\f1c6";
}

.la-search:before {
  content: "\f2eb";
}

.la-user:before {
  content: "\f364";
}

.la-heart-o:before {
  content: "\f234";
}

.la-paper-plane:before {
  content: "\f2a8";
}

.la-long-arrow-left:before {
  content: "\f273";
}

.la-long-arrow-right:before {
  content: "\f274";
}

.la-star:before {
  content: "\f318";
}

.la-plus:before {
  content: "\f2c2";
}

.la-map-marker:before {
  content: "\f27d";
}

.la-phone:before {
  content: "\f2b3";
}

.la-keyboard-o:before {
  content: "\f256";
}

.la-unlink:before {
  content: "\f35f";
}

.la-file-text:before {
  content: "\f1ec";
}

.la-briefcase:before {
  content: "\f151";
}

.la-area-chart:before {
  content: "\f116";
}

.la-line-chart:before {
  content: "\f267";
}

.la-edit:before {
  content: "\f1c1";
}

.la-list-ul:before {
  content: "\f26f";
}

.la-graduation-cap:before {
  content: "\f21e";
}

.la-inbox:before {
  content: "\f247";
}

.la-lock:before {
  content: "\f271";
}

.la-sign-out:before {
  content: "\f2fc";
}

.la-pencil-square:before {
  content: "\f2b1";
}

.la-heart:before {
  content: "\f233";
}

.la-close:before {
  content: "\f191";
}

.la-money:before {
  content: "\f294";
}

.la-home:before {
  content: "\f237";
}

.la-times:before {
  content: "\f342";
}

.la-star-o:before {
  content: "\f31b";
}

.la-times:before {
  content: "\f342";
}

.la-key:before {
  content: "\f255";
}

.la-arrow-circle-right:before {
  content: "\f11d";
}

.la-newspaper-o:before {
  content: "\f29c";
}

.la-plus-circle:before {
  content: "\f2c3";
}

.la-minus-circle:before {
  content: "\f28f";
}

.la-save:before {
  content: "\f2e9";
}

.la-newspaper-o:before {
  content: "\f29c";
}

.la-long-arrow-right:before {
  content: "\f274";
}

.la-youtube-play:before {
  content: "\f38c";
}

.la-comments-o:before {
  content: "\f1a2";
}

.la-bars:before {
  content: "\f131";
}

.la-university:before {
  content: "\f35e";
}

.la-usd:before {
  content: "\f363";
}

.la-dollar:before {
  content: "\f1bb";
}

.la-clipboard:before {
  content: "\f18e";
}

.la-clock-o:before {
  content: "\f18f";
}

.la-clone:before {
  content: "\f190";
}

.la-history:before {
  content: "\f236";
}

.la-check:before {
  content: "\f17b";
}

.la-times:before {
  content: "\f342";
}

.la-medkit:before {
  content: "\f289";
}

.la-paper-plane:before {
  content: "\f2a8";
}

.la-usd:before {
  content: "\f363";
}

.la-user-md:before {
  content: "\f365";
}

.la-graduation-cap:before {
  content: "\f21e";
}

.la-bar-chart:before {
  content: "\f12e";
}

.la-laptop:before {
  content: "\f259";
}

.la-dollar:before {
  content: "\f1bb";
}

.la-taxi:before {
  content: "\f333";
}

.la-fighter-jet:before {
  content: "\f1de";
}

.la-black-tie:before {
  content: "\f14a";
}

.la-credit-card:before {
  content: "\f1aa";
}

.la-money:before {
  content: "\f294";
}

.la-briefcase:before {
  content: "\f151";
}

.la-heartbeat:before {
  content: "\f235";
}

.la-cutlery:before {
  content: "\f1b1";
}

.la-check-circle-o:before {
  content: "\f17d";
}

.la-reply:before {
  content: "\f2da";
}

.la-angle-left:before {
  content: "\f111";
}

.la-file:before {
  content: "\f1df";
}

.la-calendar:before {
  content: "\f15c";
}

.la-group:before {
  content: "\f220";
}

.la-diamond:before {
  content: "\f1b9";
}

.la-gear:before {
  content: "\f20c";
}

.la-compress:before {
  content: "\f1a4";
}

.la-info:before {
  content: "\f24a";
}

.la-info-circle:before {
  content: "\f24b";
}

.la-gears:before {
  content: "\f20d";
}

.la-certificate:before {
  content: "\f178";
}

.la-transgender:before {
  content: "\f34a";
}

.la-suitcase:before {
  content: "\f32a";
}

.la-wechat:before {
  content: "\f377";
}

.la-building-o:before {
  content: "\f155";
}

.la-exclamation-triangle:before {
  content: "\f1cf";
}

.la-send:before {
  content: "\f2a8";
}

.la-ellipsis-v:before {
  content: "\f1c4";
}

.la-link:before {
  content: "\f268";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-fax:before {
  content: "\f1dc";
}

.la-location-arrow:before {
  content: "\f270";
}

.la-clock-o:before {
  content: "\f18f";
}

.la-check-circle:before {
  content: "\f17c";
}

.la-flag:before {
  content: "\f1f7";
}

.la-users:before {
  content: "\f369";
}

.la-calendar-check-o:before {
  content: "\f15d";
}

.la-globe:before {
  content: "\f219";
}

.la-warning:before {
  content: "\f376";
}

.la-wifi:before {
  content: "\f37c";
}

.la-calendar:before {
  content: "\f15c";
}

.la-map:before {
  content: "\f27c";
}

.la-bookmark:before {
  content: "\f14f";
}

.la-bookmark-o:before {
  content: "\f150";
}

.la-share-alt:before {
  content: "\f2f1";
}

.la-bolt:before {
  content: "\f14c";
}

.la-gift:before {
  content: "\f212";
}

.la-folder:before {
  content: "\f1fe";
}

.la-thumbs-up:before {
  content: "\f340";
}

.la-desktop:before {
  content: "\f1b7";
}

.la-mobile:before {
  content: "\f292";
}

.la-copy:before {
  content: "\f1a7";
}

.la-external-link:before {
  content: "\f1d2";
}

.la-external-link-square:before {
  content: "\f1d3";
}

.la-user-secret:before {
  content: "\f367";
}

.la-angle-right:before {
  content: "\f112";
}

.la-angle-down:before {
  content: "\f110";
}

.la-angle-up:before {
  content: "\f113";
}

.la-angle-double-right:before {
  content: "\f10e";
}

.la-angle-double-left:before {
  content: "\f10d";
}

.la-angle-double-down:before {
  content: "\f10c";
}

.la-angle-double-up:before {
  content: "\f10f";
}

.la-undo:before {
  content: "\f35d";
}

.la-upload:before {
  content: "\f362";
}

.la-eye:before {
  content: "\f1d4";
}

.la-eye-slash:before {
  content: "\f1d5";
}

.la-share:before {
  content: "\f2f0";
}

.la-headphones:before {
  content: "\f232";
}

.la-exclamation-circle:before {
  content: "\f1ce";
}

.la-times-circle:before {
  content: "\f343";
}

.la-ellipsis-h:before {
  content: "\f1c3";
}

.la-upload:before {
  content: "\f362";
}

.la-arrows:before {
  content: "\f123";
}

.la-chevron-down:before {
  content: "\f184";
}

.la-pencil:before {
  content: "\f2b0";
}

.la-share-alt:before {
  content: "\f2f1";
}

.la-plus:before {
  content: "\f2c2";
}

.la-minus:before {
  content: "\f28e";
}

.la-trash:before {
  content: "\f34c";
}

.la-check-circle-o:before {
  content: "\f17d";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-download:before {
  content: "\f1bd";
}

.la-question-circle:before {
  content: "\f2cc";
}

.la-caret-down:before {
  content: "\f165";
}

.la-tag:before {
  content: "\f330";
}

.la-tags:before {
  content: "\f331";
}

.la-arrow-down:before {
  content: "\f11f";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-arrow-right:before {
  content: "\f121";
}

.la-arrow-up:before {
  content: "\f122";
}

.la-la-filter:before {
  content: "\f1f3";
}

.la-facebook-square:before {
  content: "\f1d9";
}

.la-twitter-square:before {
  content: "\f35a";
}

.la-linkedin-square:before {
  content: "\f26a";
}

.la-rss:before {
  content: "\f2e3";
}

.la-rss-square:before {
  content: "\f2e4";
}

.la-feed:before {
  content: "\f2e3";
}

.la-bell:before {
  content: "\f140";
}

.la-bell-o:before {
  content: "\f141";
}

.la-bell-slash:before {
  content: "\f142";
}

.la-bell-slash-o:before {
  content: "\f143";
}

.la-genderless:before {
  content: "\f20e";
}

.cv-toast {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 260px;
  /* chỉnh tại đây */
  max-width: 80%;
  background: #e7f0fd;
  color: #2563eb;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  z-index: 11;
  text-align: center;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  margin-top: 50px;
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  right: -10px;
  top: -10px;
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

/*   margin bottom  */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/*   margin right  */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/*   margin left  */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

/*   padding top  */
.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

/*   padding bottom  */
.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

/*   padding right  */
.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

/*   padding left  */
.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

/* Width percentage*/
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

@media (min-width: 1201px) {
  .dk-pr-20 {
    padding-right: 20px;
  }

  .dk-pl-40 {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .mt-dk-00 {
    margin-top: 0px !important;
  }

  .mt-dk-10 {
    margin-top: 10px !important;
  }

  .mt-dk-20 {
    margin-top: 20px !important;
  }

  .mt-dk-30 {
    margin-top: 30px !important;
  }

  .mt-dk-40 {
    margin-top: 40px !important;
  }

  .mt-dk-50 {
    margin-top: 50px !important;
  }

  .mt-dk-60 {
    margin-top: 60px !important;
  }

  .mt-dk-70 {
    margin-top: 70px !important;
  }

  .mt-dk-80 {
    margin-top: 80px !important;
  }

  .mt-dk-90 {
    margin-top: 90px !important;
  }

  .mt-dk-100 {
    margin-top: 100px !important;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 600;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
  word-break: break-word;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

@media (min-width: 1201px) {
  .dk-pr-20 {
    padding-right: 20px;
  }

  .dk-pl-40 {
    padding-left: 40px;
  }
}
#section-content {
  min-height: 755px;
  margin-bottom: 30px;
}

.text-muted {
  color: rgba(0, 0, 0, 0.5);
}

.fw-400 {
  font-weight: 400;
}

.fs-15 {
  font-size: 15px;
}

.opacity-5 {
  opacity: 0.5;
}

.disable-event {
  opacity: 0.5;
  pointer-events: none;
}

.d-hidden {
  display: none !important;
}

.d-block {
  display: block !important;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .mb-hidden {
    display: none !important;
  }
}

.p0 {
  padding: 0 !important;
}

.border-1 {
  border: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 320px) {
  .border-box-shadow {
    border: 1px solid #e5e5e5 !important;
  }
}
.bootstrap-tagsinput .tag {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  #section-content {
    min-height: 100vh;
    margin-bottom: 0;
  }
}
img.image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-banner {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
}

body {
  background: #f7f7f7;
}

.session-heading .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.fix-top {
  top: 0;
  background-color: white;
  z-index: 1;
  width: 100%;
}

@media (max-width: 768px) {
  .session-heading .title {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 0;
  }
}
button, input, textarea {
  outline: 0;
}

*:focus, input, button:focus, textarea:focus, input:focus {
  outline: none !important;
}

input::-moz-placeholder {
  color: #cdcdcd;
}

input:-ms-input-placeholder {
  color: #cdcdcd;
}

input::placeholder {
  color: #cdcdcd;
}

textarea, input, select {
  border: 1px solid #e5e5e5 !important;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
}

select {
  height: 40px;
}

textarea {
  min-height: 100px !important;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 14px;
}

label span {
  color: #FF0000;
}

li label {
  font-size: 14px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 0.5;
}

.form-control:focus, input[type=text]:focus, input[type=password]:focus {
  border: 1px solid #d4d4d4 !important;
  outline: none;
}

.no-scroll {
  overflow-y: hidden;
}

.error-form {
  font-size: 13px;
  color: #e63327;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.w-49 {
  width: 49%;
}

.mr-l-2 {
  margin-left: 2%;
}

@media (max-width: 680px) {
  .d-flex-direction-mb {
    flex-direction: column;
  }

  .mr-l-0-mb {
    margin-left: 0;
  }

  .w-100-mb {
    width: 100%;
  }
}
.flex-10 {
  flex: 0 0 10% !important;
}

.flex-20 {
  flex: 0 0 20% !important;
}

.flex-30 {
  flex: 0 0 30% !important;
}

.flex-40 {
  flex: 0 0 40% !important;
}

.flex-50 {
  flex: 0 0 50% !important;
}

.flex-60 {
  flex: 0 0 60% !important;
}

.flex-70 {
  flex: 0 0 70% !important;
}

.flex-80 {
  flex: 0 0 80% !important;
}

.flex-90 {
  flex: 0 0 90% !important;
}

.flex-100 {
  flex: 0 0 100% !important;
}

.box-sidebar-candidate {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.can-info {
  padding: 20px 15px 15px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgba(225, 237, 255, 0.65);
}
.can-info__find-job-status h3 {
  font-size: 18px;
}
.can-info__find-job-status a {
  min-height: 44px;
  padding: 10px 10px;
  font-size: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #2563eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.can-info__find-job-status a i {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
}
.can-info__find-job-status a:last-child {
  margin-bottom: 0;
}
.can-info__off .content-off {
  display: flex;
  justify-content: space-between;
}
.can-info__off .content-off .item {
  height: 85px;
  width: 90px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.can-info__off .content-off .item span:first-child {
  display: block;
}
.can-info__off .content-off .item span:first-child i {
  font-size: 35px;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #2563eb;
}
.can-info__off .content-off .item span:last-child {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #2563eb;
}
.can-info__off .content-off .item a {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  color: #2563eb;
}
.can-info__welcome {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.can-info__welcome .btn-load-popup {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 20px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  border: 1px solid #ccc;
}
.can-info__welcome .btn-load-popup i {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: center;
  color: #666;
}
.can-info__welcome--avatar {
  margin-right: 20px;
  width: 25%;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow-y: unset;
  height: 90px;
}
.can-info__welcome--avatar .bg-opacity {
  position: absolute;
  width: 90px;
  height: 90px;
  opacity: 0;
  transition: all 0.2s ease;
  top: 90px;
  color: white;
  display: flex;
  flex-direction: column;
  padding-top: 31px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  border-radius: 50%;
}
.can-info__welcome--avatar img {
  border-radius: 50%;
  height: 81px;
  width: 81px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #ccc;
  position: relative;
}
.can-info__welcome--avatar p {
  cursor: pointer;
  font-size: 13px;
  color: #666;
}
.can-info__welcome--avatar:hover {
  cursor: pointer;
}
.can-info__welcome--avatar:hover .bg-opacity {
  opacity: 1;
  top: 0;
}
.can-info__welcome .empty-avatar {
  cursor: pointer;
}
.can-info__welcome .empty-avatar .bg-opacity {
  opacity: 0.6;
  top: 0;
}
.can-info__welcome--name {
  flex-grow: 1;
  font-size: 13px;
}
.can-info__welcome--name p:nth-of-type(2) {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.can-info__welcome--name p:last-child {
  font-size: 14px;
}
.can-info__notify .item {
  margin-bottom: 15px;
}
.can-info__notify .item__title {
  margin-bottom: 5px;
}
.can-info__notify .item__title > span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.can-info__notify .item__title > span.active {
  color: #2563eb;
}
.can-info__notify .item__content p {
  font-size: 14px;
  text-align: justify;
  color: #555;
}

.step-profile {
  margin-top: 20px;
}
.step-profile .text-process {
  font-size: 15px;
  margin-bottom: 6px;
}

.list-step-profile {
  margin-top: 10px;
}
.list-step-profile .step-item {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.list-step-profile .step-item:hover {
  color: #2563eb;
}
.list-step-profile .step-item i {
  font-size: 18px;
}
.list-step-profile .step-item:last-child {
  margin-bottom: 0;
}

.js-employer-seen {
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc30;
  transition: 0.4s;
  border: 1px solid #ccc;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 1px;
  background-color: #666;
  transition: 0.4s;
}

input:checked + .slider:before {
  transform: translateX(26px);
  background-color: #2563eb;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 321px) {
  .can-info {
    display: none;
  }
}
@media (max-width: 576px) {
  .switch {
    height: 21px !important;
    width: 40px !important;
  }

  .slider:before {
    bottom: 1.5px !important;
    height: 16px !important;
    width: 16px !important;
  }

  input:checked + .slider:before {
    transform: translateX(19px) !important;
  }
}
.icon-bg {
  background-color: #f0f6ff;
  color: #2463eb;
  padding: 4px;
  font-weight: 400;
  border-radius: 50%;
  font-size: 14px !important;
}

.box-update-collection .box-content {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.box-update-collection .box-content .icon {
  align-items: center;
  border-radius: 30px;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.box-update-collection .box-content .icon i {
  font-size: 20px;
}
.box-update-collection .box-content .title-collection {
  flex: 1;
  display: inline-block;
  width: 170px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.fs-12px {
  font-size: 12px;
}

.profile-header-mb {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
  align-items: center;
  transition: all 0.2s linear;
  height: 0;
  overflow: auto;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.profile-header-mb.hm-show {
  height: auto;
  overflow: inherit;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 -4px 20px 2px #e5e5e5;
}
.profile-header-mb .profile-info {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-basis: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-header-mb .profile-info .avatar {
  min-width: 72px;
  height: 72px;
  max-width: 72px;
  border: 4px solid #eee;
  border-radius: 50%;
}
.profile-header-mb .profile-info .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile-header-mb .profile-info .info {
  margin-left: 8px;
  overflow: hidden;
  margin-right: 5px;
}
.profile-header-mb .profile-info .info .username {
  font-size: 18px;
  margin-bottom: 2px;
}
.profile-header-mb .profile-info .info .contact-work {
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-header-mb .profile-info .info .address {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-header-mb .action-more {
  white-space: nowrap;
  font-size: 15px;
  color: #2563eb;
  min-width: 0;
  flex-basis: 10%;
}

@media (max-width: 1024px) {
  .header-main {
    display: none;
  }
}
.blocker {
  z-index: 101;
}
.blocker:before {
  vertical-align: middle !important;
}

.modal {
  width: 100%;
  border-radius: 10px;
}
.modal__title {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #E6ECF5;
  padding: 15px;
  color: #333;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
}
.modal__content {
  padding: 15px;
}
.modal a.close-modal[class*=icon-] {
  width: 30px;
  height: 30px;
  color: #333;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: 0 0;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  font-size: 22px;
  transition: 0.3s;
}
.modal a.close-modal[class*=icon-]:hover {
  background: #efefef;
}
.modal a.close-modal[class*=icon-]:hover i {
  color: #333;
}
.modal a.close-modal[class*=icon-] i {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #666;
}

.modal-customer {
  width: 600px;
  max-width: 600px;
  border-radius: 5px;
  padding: 0 !important;
}
.modal-customer .modal a.close-modal[class*=icon-] {
  top: 12px;
}
.modal-customer .prev {
  display: none;
}
.modal-customer .content {
  padding: 15px;
}
.modal-customer .title {
  font-size: 18px;
  border-bottom: 1px solid #E6ECF5;
  padding: 15px;
  color: #333;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
}
.modal-customer small {
  color: #666;
}
.modal-customer .footer {
  text-align: right;
  display: block;
  padding: 10px;
}
.modal-customer .footer a {
  font-size: 14px;
}
.modal-customer .footer .btn-xs {
  padding: 0.35rem 2rem;
}
.modal-customer .text-gray {
  color: #666;
}

.modal-sm {
  width: 500px;
}

@media (max-width: 680px) {
  .blocker {
    padding: 0;
    overflow: hidden;
  }

  .modal-customer {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-top: 0;
    border-radius: 0;
  }
  .modal-customer .content {
    height: 80vh;
    overflow-y: auto;
  }
  .modal-customer .modal-title {
    position: relative;
    background: white;
  }
  .modal-customer .modal-title .prev {
    display: block;
    position: absolute;
    padding: 15px;
    color: #333;
    font-size: 22px;
    font-weight: bold;
  }
  .modal-customer .modal-title .title {
    text-align: center;
    color: #333;
  }
  .modal-customer .close-modal {
    display: none !important;
  }
  .modal-customer .footer {
    position: fixed;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    padding-top: 10px !important;
    border-top: 1px solid #eee;
    width: 100%;
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .modal-customer .footer a:first-child {
    display: none;
  }
  .modal-customer .footer a:last-child {
    display: block;
    font-size: 16px;
  }
}
.notice ul {
  padding: 0;
}

#loading-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  display: none;
}
#loading-dot .loading-dot {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2563eb;
  color: #2563eb;
  box-shadow: 9999px 0 0 -5px #2563eb;
  -webkit-animation: dotPulse 1.5s infinite linear;
          animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2563eb;
  color: #2563eb;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #2563eb;
  -webkit-animation: dotPulseBefore 1.5s infinite linear;
          animation: dotPulseBefore 1.5s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #2563eb;
  -webkit-animation: dotPulseAfter 1.5s infinite linear;
          animation: dotPulseAfter 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #2563eb;
  }
  30% {
    box-shadow: 9984px 0 0 2px #2563eb;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px #2563eb;
  }
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #2563eb;
  }
  30% {
    box-shadow: 9984px 0 0 2px #2563eb;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px #2563eb;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #2563eb;
  }
  30% {
    box-shadow: 9999px 0 0 2px #2563eb;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px #2563eb;
  }
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #2563eb;
  }
  30% {
    box-shadow: 9999px 0 0 2px #2563eb;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px #2563eb;
  }
}
@-webkit-keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #2563eb;
  }
  30% {
    box-shadow: 10014px 0 0 2px #2563eb;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px #2563eb;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #2563eb;
  }
  30% {
    box-shadow: 10014px 0 0 2px #2563eb;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px #2563eb;
  }
}
.blocker {
  z-index: 20;
}

.modal.modal-custom {
  padding: 0;
}
.modal.modal-custom .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal.modal-custom .modal-header .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.modal.modal-custom .modal-header {
  padding: 10px 15px;
}
.modal.modal-custom .modal-header .modal-title {
  font-size: 18px;
  line-height: 24px;
}
.modal.modal-custom .modal-body {
  position: relative;
  padding: 15px;
}
.modal.modal-custom .modal-body p {
  margin: 0 0 10px;
}
.modal.modal-custom .modal-footer {
  padding: 10px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal.modal-custom a {
  color: #4688ff;
}
.modal.modal-custom a.close-modal {
  font-size: 18px;
  top: -15px;
  right: -15px;
}

.can-grid {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.can-grid__content {
  flex-grow: 1;
  flex: 0 0 70%;
}
.can-grid__sidebar {
  flex: 0 0 30%;
}

.fix-sidebar {
  position: fixed;
  -webkit-animation: fix_sidebar_right 0.2s;
          animation: fix_sidebar_right 0.2s;
  z-index: 9;
}

.fix-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .can-grid {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 0;
  }
  .can-grid__content {
    width: 100% !important;
    min-height: 100vh;
  }
  .can-grid__sidebar {
    width: 100% !important;
  }

  .mb-mt-20 {
    margin-top: 20px;
  }

  .mb-text-center {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .can-grid__content {
    min-height: 970px;
  }
}
.candidate-card__title {
  background: white;
}
.candidate-card__title h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.candidate-card__content {
  background: #fff;
  padding-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .candidate-card__title {
    padding-bottom: 20px;
  }
  .candidate-card__title h2 {
    font-size: 18px;
  }
  .candidate-card__content {
    padding: 0;
    border: 0;
  }
}
@media (min-width: 1201px) {
  .candidate-card__title {
    padding: 15px 0;
  }
  .candidate-card__content {
    padding: 15px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group--flex {
  display: flex;
}
.form-group--flex .form-group__title {
  text-align: right;
  margin-right: 20px;
  align-self: center;
  font-size: 14px;
}
.form-group-salary {
  display: flex;
}
.form-group-salary input {
  flex: 0 0 40%;
}
.form-group-salary select[name=money_type] {
  flex: 0 0 10%;
  margin: 0 1%;
}
.form-group-salary select[name=salary_unit] {
  flex: 1 0 24%;
}
.form-group select {
  background-color: white;
}
.form-group__title {
  display: flex !important;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.form-group__input--inline span {
  margin: 0 10px;
}
.form-group__input--inline input, .form-group__input--inline select {
  width: auto;
  min-width: 100px;
}
.form-group__input > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-group__input > ul li {
  margin-bottom: 10px;
}
.form-group__input > ul li:hover {
  cursor: pointer;
}
.form-group__input > ul li input {
  width: auto;
}
.form-group__input > label input {
  width: auto;
}
.form-group__input .text-error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
}
.form-group .icon {
  position: relative;
  top: 3px;
  margin-right: 6px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .form-group--flex .form-group__title {
    display: none;
  }
  .form-group--flex .form-group__input {
    width: 100% !important;
  }
}
.fix-top {
  top: 0;
  background-color: white;
  z-index: 1;
  width: 100%;
  position: fixed;
  -webkit-animation: fix_menu 0.5s;
          animation: fix_menu 0.5s;
}

[type=checkbox] {
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

[type=checkbox], [type=radio] {
  width: unset;
}

.form-step-complete {
  width: 100%;
  height: 6px;
  background: #f3f3f3;
}
.form-step-complete .form-step-process {
  align-items: center;
  -webkit-animation: map-complete-animation 2s linear infinite;
          animation: map-complete-animation 2s linear infinite;
  background-image: linear-gradient(-45deg, #4680ff 25%, rgba(70, 128, 255, 0.35) 25%, rgba(70, 128, 255, 0.35) 50%, #4680ff 50%, #4680ff 75%, rgba(70, 128, 255, 0.35) 75%);
  background-size: 32px 32px;
  height: 6px;
  justify-content: center;
  width: 0;
  transition: width 1.2s ease 0s;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

@-webkit-keyframes map-complete-animation {
  0% {
    background-position: -32px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.twitter-typeahead {
  width: 100%;
}

.tt-menu {
  width: 100%;
}

#profile-suggest {
  display: none;
}
#profile-suggest .list-step-profile {
  display: none;
}
#profile-suggest .form-step-complete {
  margin-bottom: 10px;
}
#profile-suggest .step-profile {
  margin-top: 10px;
}
#profile-suggest .show-list-step {
  font-size: 20px;
  font-weight: 600;
  color: #2563eb;
}

#profile-job {
  display: none;
}
#profile-job .find-job-status a {
  padding: 10px 10px;
  font-size: 15px;
  border-radius: 5px;
  color: #666;
  display: flex;
  align-items: center;
  transition: 0.3s;
  text-decoration: none;
}
#profile-job .find-job-status a.active {
  color: #333;
}
#profile-job .find-job-status a.active i {
  color: #2563eb;
}
#profile-job .find-job-status a:last-child {
  margin-top: -10px;
}
#profile-job .find-job-status a i {
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  color: #888;
}

.see-more__mb {
  display: none;
  position: absolute;
  right: 15px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.see-more__mb > i {
  text-align: center;
  display: block;
  line-height: 25px;
}
.see-more__mb .dropdown__list {
  top: 32px;
  right: 0;
  min-width: 9rem;
}

.candidate-profile {
  box-shadow: 0 4px 15px 0 rgba(225, 237, 255, 0.65);
  margin-bottom: 20px;
}
.candidate-profile .candidate-profile__title {
  border: none !important;
}
.candidate-profile > h2 {
  margin-top: 10px;
}
.candidate-profile a {
  color: #2563eb;
  text-decoration: none;
}
.candidate-profile p {
  font-size: 15px;
}
.candidate-profile__btn {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 5px;
  height: 50px;
}
.candidate-profile__btn > a {
  color: #2563eb;
  border: 1px solid;
  transition: all 0.2s ease;
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 30px;
}
.candidate-profile__btn > a:first-child {
  background-color: #2563eb;
  color: white;
  margin-right: 5px;
  border: none;
  padding: 12px 15px;
  position: relative;
  font-weight: 600;
}
.candidate-profile__btn > a:first-child i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.candidate-profile__btn .see-more {
  color: #2563eb;
  border: 1px solid;
  transition: all 0.2s ease;
  font-size: 15px;
  padding: 7px 18px;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.candidate-profile__btn .see-more:hover {
  background: #f8f8f8;
}
.candidate-profile__btn .profile-box {
  position: absolute;
  width: 300px;
  height: auto;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  left: 2px;
  z-index: 9;
  top: 48px;
  display: none;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.15);
}
.candidate-profile__btn .profile-box .item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 0;
  padding: 12px 10px;
}
.candidate-profile__btn .profile-box .item_title:hover {
  cursor: pointer;
}
.candidate-profile__btn .profile-box .item_content {
  display: none;
  padding: 10px;
}
.candidate-profile__btn .profile-box .item_content .content-success {
  color: #333;
}
.candidate-profile__btn .profile-box .item_childern {
  margin: 10px 0;
}
.candidate-profile__btn .profile-box .item_childern_title {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.candidate-profile__btn .profile-box .item_childern_content {
  display: flex;
  align-content: center;
}
.candidate-profile__btn .profile-box .item_childern_content .content {
  color: #666;
  font-size: 13px;
  width: 80%;
  font-weight: normal;
}
.candidate-profile__btn .profile-box .item_childern_content .icon {
  width: 50px;
  text-align: right;
  color: #333;
}
.candidate-profile__btn .profile-box .item_childern_content .icon i {
  font-size: 22px;
  color: #666;
}
.candidate-profile__btn .profile-box .item_childern_content .icon:hover i {
  cursor: pointer;
  color: #2563eb;
}
.candidate-profile__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.candidate-profile__title h2 {
  font-size: 20px;
  color: #333;
  text-transform: none;
  margin-bottom: 5px;
  margin-top: 10px;
}
.candidate-profile__title a {
  cursor: pointer;
  font-size: 20px;
  color: #333;
  padding: 0 5px;
  text-align: center;
}
.candidate-profile__content .item p.title-left {
  font-size: 14px;
  font-weight: 600;
}
.candidate-profile__content .item--flex {
  display: flex;
  justify-content: space-between;
}
.candidate-profile__content .item__left {
  display: flex;
  position: relative;
  margin-bottom: 5px;
  margin-left: 21px;
}
.candidate-profile__content .item__left:before {
  content: "";
  position: absolute;
  left: -15px;
  width: 2px;
  height: calc(100% + 12px);
  background-color: #2563eb;
  margin-top: 7px;
}
.candidate-profile__content .item__left .content {
  position: relative;
  padding-left: 5px;
}
.candidate-profile__content .item__left .content:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -22px;
  width: 16px;
  height: 16px;
  background-color: #2563eb;
  border-radius: 100%;
}
.candidate-profile__content .item__left .content .title {
  font-size: 16px;
}
@media (max-width: 576px) {
  .candidate-profile__content .item__left .item-image {
    display: none;
  }
}
.candidate-profile__content .item__left .item-image img {
  width: 50px;
  margin-right: 20px;
}
.candidate-profile__content .item__left .text-error {
  color: red;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13px;
}
.candidate-profile__content .item:last-child .item__left:before {
  height: 100%;
}
.candidate-profile__content .item__right {
  display: none;
  flex-direction: row;
  text-align: right;
  color: #333 !important;
  background-color: white;
  transition: 0.3s;
}
.candidate-profile__content .item__right--edit {
  align-self: center;
  margin-top: 22px;
}
@media (max-width: 576px) {
  .candidate-profile__content .item__right--edit {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .candidate-profile__content .item__right--edit .btn {
    margin-left: 0 !important;
  }
  .candidate-profile__content .item__right--edit .btn:first-child {
    margin-bottom: 7px;
  }
}
.candidate-profile__content .item__right .btn {
  background-color: white;
}
.candidate-profile__content .item__right a {
  cursor: pointer;
}
.candidate-profile__content .item__right a:not(.btn) {
  color: #333;
  padding: 5px;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}
.candidate-profile__content .item__right a span {
  color: #333;
}
.candidate-profile__content .item__right a:last-child {
  margin-left: 5px;
}
.candidate-profile__content .item__right a:last-child span, .candidate-profile__content .item__right a:last-child i {
  color: #e63327;
}
.candidate-profile__content .item__right a.btn {
  width: 200px;
}
.candidate-profile__content .item__right a span {
  font-size: 14px;
}
.candidate-profile__content .item__right a i {
  font-size: 16px;
}
.candidate-profile__content .item:hover .item__right {
  display: flex;
}
.candidate-profile__content .item h3 {
  margin-bottom: 0;
}
.candidate-profile__content .item p {
  line-height: 1.7;
  margin-bottom: 0;
}
.candidate-profile__content .item > ul {
  list-style: none;
  padding: 0;
}
.candidate-profile__content .item > ul li {
  margin-bottom: 10px;
}
.candidate-profile__content .item > ul li:hover {
  cursor: pointer;
}
.candidate-profile__content .item > ul li input {
  width: auto;
}
@media (min-width: 768px) {
  .candidate-profile__content .section-desc .image-desc img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .candidate-profile__content .section-desc .image-desc img {
    width: 90px;
  }
}
.candidate-profile__content .section-desc .text-item-null {
  font-size: 16px;
  color: #666;
}
.candidate-profile__content .section-desc .btn-item-null {
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.candidate-profile__content .section-desc .btn-item-null i {
  margin-right: 4px;
  font-weight: bold;
}
.candidate-profile__content .section-desc .btn-item-null a {
  padding: 8px 10px;
  border-radius: 5px;
}
.candidate-profile__content .section-desc .btn-item-null a:hover {
  background: #f5f5f5;
}
.candidate-profile .profile-contact-work {
  font-size: 16px;
}
.candidate-profile .profile-contact-address {
  color: #666;
}
.candidate-profile .profile-contact-address a {
  color: #2563eb;
  font-weight: 600;
}
.candidate-profile .text-gray {
  color: rgba(0, 0, 0, 0.5);
}
.candidate-profile .block-input {
  border: 0 !important;
  color: #333;
  font-size: 14px;
  padding: 0;
  pointer-events: none;
  height: auto !important;
}
.candidate-profile .block-input--select {
  background: #fff;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
}
.candidate-profile .block-input--select::-ms-expand {
  display: none;
}
.candidate-profile .profile-form {
  display: none;
}
.candidate-profile .soft-delete {
  opacity: 0.5;
  pointer-events: none;
}
.candidate-profile__background {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .candidate-profile__background {
    height: 250px;
  }
  .candidate-profile__background img {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .candidate-profile__background {
    height: 170px;
  }
  .candidate-profile__background img {
    min-height: 170px;
    top: 0 !important;
    left: 0;
  }
}
.candidate-profile__background img {
  width: 100%;
  position: absolute;
  cursor: pointer;
  max-width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.candidate-profile__background:hover .upload-background {
  display: block;
}
.candidate-profile__info {
  position: relative;
  min-height: 55px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .candidate-profile__info {
    flex-direction: column;
    text-align: center;
  }
}
.candidate-profile__info__avatar {
  position: absolute;
  top: -90px;
}
.candidate-profile__info__avatar .profile-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #eee;
}
@media (max-width: 768px) {
  .candidate-profile__info__avatar .profile-avatar {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 769px) {
  .candidate-profile__info__avatar .profile-avatar {
    width: 150px;
    height: 150px;
  }
}
.candidate-profile__info__avatar .profile-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.candidate-profile__info__avatar .profile-avatar:hover {
  cursor: pointer;
}
.candidate-profile__info__avatar .mb-upload-avatar {
  position: absolute;
  bottom: 6px;
  right: calc(50% - 70px);
}
.candidate-profile__info__avatar .mb-upload-avatar a {
  background: #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.candidate-profile__info__avatar .mb-upload-avatar a i {
  color: #666;
}
.candidate-profile__info__content {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .candidate-profile__info__content {
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.candidate-profile__info__content h2 {
  font-size: 25px;
  margin-bottom: 5px;
}
.candidate-profile__info__content a {
  color: rgba(0, 0, 0, 0.5);
}
.candidate-profile__info__content h2, .candidate-profile__info__content div:first-letter {
  text-transform: capitalize;
}
.candidate-profile .exp-edu-info li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.candidate-profile .exp-edu-info .avatar {
  width: 50px;
  height: 40px;
  display: inline-block;
}
.candidate-profile .exp-edu-info .avatar img {
  width: 50px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 4px;
}
.candidate-profile .exp-edu-info .name {
  font-size: 15px;
  line-height: 1.2;
  color: #444;
  padding-right: 15px;
}

.profile-form {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.profile-form input[type=checkbox] {
  cursor: pointer;
}
@media (max-width: 435px) {
  .profile-form input[name=salary] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .profile-form .form-group {
    margin-bottom: 10px !important;
  }
}

.profile-list-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.profile-list-checkbox p {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 425px) {
  .profile-list-checkbox p {
    width: 100%;
  }
}
.profile-list-checkbox p input {
  width: auto;
}

#profile-plus-section .plus-section {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
@media (max-width: 600px) {
  #profile-plus-section .plus-section {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #profile-plus-section .plus-section a {
    width: 100% !important;
  }
}
#profile-plus-section .plus-section a {
  display: flex;
  align-items: center;
  width: 50%;
  color: #2563eb;
  padding-bottom: 10px;
  font-size: 14px;
}
#profile-plus-section .plus-section a i {
  font-size: 20px;
  margin-right: 10px;
}
#profile-plus-section .plus-section .tooltip i {
  font-size: 16px;
  margin-left: 5px;
}

.icon-add-item {
  font-size: 15px !important;
  margin: 10px 0;
  display: block;
  padding: 5px 8px !important;
  border-radius: 5px;
}
.icon-add-item i {
  margin-right: 4px;
  font-weight: bold;
}
.icon-add-item:hover {
  background: #f5f5f5;
}

.edit-profile-url {
  display: flex;
  border: 1px solid #e5e5e5;
  align-items: center;
}
.edit-profile-url span {
  display: block;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  border-right: 1px solid #e5e5e5;
  color: #2563eb;
  font-size: 15px;
}
.edit-profile-url input, .edit-profile-url input:focus {
  border: none !important;
}

.list-skill-view {
  display: flex;
  flex-wrap: wrap;
}
.list-skill-view a {
  border-radius: 20px;
  border: 1px solid #c6c6c6;
  font-size: 14px;
  color: #333;
  background: #f3f3f3;
  align-items: center;
  padding: 3px 12px;
  display: flex;
  outline: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.list-skill-view a i {
  font-size: 18px;
  margin-right: 0;
  padding-left: 6px;
}
.list-skill-view a:hover {
  border-style: dashed;
  border-color: #777777;
}

.profile-header {
  padding: 0 0 20px 0;
  position: relative;
}
.profile-header .upload-background, .profile-header .save-background, .profile-header .move-background, .profile-header .cancel-background {
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  transition: 0.3s;
}
.profile-header .upload-background:hover, .profile-header .save-background:hover, .profile-header .move-background:hover, .profile-header .cancel-background:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.profile-header .upload-background {
  display: block;
}
.profile-header .upload-background i {
  font-size: 14px;
  margin-right: 2px;
}
@media (max-width: 1200px) {
  .profile-header .upload-background {
    display: block;
  }
}
@media (max-width: 768px) {
  .profile-header .upload-background span {
    display: none;
  }
}
.profile-header .save-background {
  background: #2563eb;
}
.profile-header .cancel-background {
  background: #fff;
  color: #000;
}

.error-validate {
  background: rgba(255, 0, 0, 0.06);
  padding: 15px;
  display: none;
}
.error-validate.error {
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.error-validate ul {
  margin-bottom: 0;
  padding-left: 15px;
}
.error-validate ul li {
  list-style: square;
  font-size: 14px;
  color: #e63327;
}

.dropdown {
  position: relative;
}
.dropdown .btn-dropdown {
  background: #fff;
  padding: 0px 10px;
  line-height: 0;
}
.dropdown .btn-dropdown i {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.dropdown__list {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  color: #333 !important;
  display: none;
  font-size: 14px;
  list-style: none;
  margin: 0 0 0;
  min-width: 10rem;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 10;
}
.dropdown__list li {
  transition: 0.3s;
  margin: 0 5px;
  border-radius: 3px;
}
.dropdown__list li:hover {
  background: #efefef;
}
.dropdown__list li a {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #333 !important;
  display: block;
  font-weight: 400;
  padding: 4px 10px !important;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown__list li a span:first-child {
  margin-right: 4px;
}

.profile-suggest {
  display: none;
}
@media (max-width: 1200px) {
  .profile-suggest {
    display: block;
    position: fixed;
    bottom: 70px;
    right: 10px;
  }
}
.profile-suggest a.open-modal-suggest, .profile-suggest a.open-view-profile {
  background: #48509a;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: 3px solid #e5f4f3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 576px) {
  .profile-suggest a.open-modal-suggest, .profile-suggest a.open-view-profile {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 577px) and (max-width: 1200px) {
  .profile-suggest a.open-modal-suggest, .profile-suggest a.open-view-profile {
    width: 50px;
    height: 50px;
  }
}
.profile-suggest a.open-modal-suggest i, .profile-suggest a.open-view-profile i {
  font-size: 13px;
}

#view-profile-bottom {
  position: fixed;
  bottom: 50px;
  width: 100%;
  text-align: right;
  transition: bottom 0.2s ease-in-out;
}
#view-profile-bottom a {
  padding: 0;
  margin: 0;
  margin-right: 5px;
}
#view-profile-bottom a i {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #48509a;
  color: white !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 14px;
}

.profile-notification {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .profile-notification {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .profile-notification {
    margin-bottom: 20px;
  }
}
@media (min-width: 1201px) {
  .profile-notification {
    padding: 10px 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.select2-results__option {
  font-size: 14px !important;
}

.select2-selection__rendered {
  font-size: 14px !important;
}

.select2-selection__arrow {
  top: 7px !important;
}

small {
  font-size: 13px !important;
}

#personal-info .candidate-profile__content .item {
  border-bottom: none;
  margin-bottom: 0;
}

#modal-upload-avatar .popup-avatar .item_title {
  text-align: center;
}
#modal-upload-avatar .popup-avatar .item_view-avatar {
  width: 90%;
  border: 1px solid #dedede;
  margin: 0 auto;
  display: none;
}
#modal-upload-avatar .popup-avatar .item_block-avatar {
  text-align: center;
}
#modal-upload-avatar .popup-avatar .item_block-avatar label {
  display: inline-block;
  height: 190px;
  vertical-align: middle;
  line-height: 50px;
  margin-top: 10px;
  width: 90%;
  color: #999;
  border: 2px dashed #0b85a1;
}
#modal-upload-avatar .popup-avatar .item_block-avatar:hover {
  cursor: pointer;
}
#modal-upload-avatar .popup-avatar .item .action a, #modal-upload-avatar .popup-avatar .item .action label {
  font-size: 14px;
  padding: 5px 12px;
}
#modal-upload-avatar .popup-avatar input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

#my-profile .btn-action-share {
  padding-right: 15px;
}

@-webkit-keyframes fix_menu {
  0% {
    top: -35px;
  }
  100% {
    top: 0;
  }
}
@media (min-width: 680px) {
  .my-account .candidate-profile {
    border: none;
  }
  .my-account .candidate-profile__content .item {
    margin: 0;
  }
}
@media (min-width: 320px) and (max-width: 1200px) {
  .candidate-profile__title h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .candidate-profile__content .item__right {
    align-self: center;
    display: flex;
  }
  .candidate-profile__content .item label {
    font-size: 14px;
  }

  .connect-social {
    display: none;
  }
}
@media (max-width: 680px) {
  .candidate-profile {
    border: none;
  }
  .candidate-profile__info__avatar {
    left: 0;
  }
  .candidate-profile__title {
    margin-bottom: 0;
  }

  #my-profile .btn-action-share {
    padding-right: 0;
  }
  #my-profile .btn-action-share span {
    display: none;
  }
}
@media (max-width: 680px) {
  #profile-plus-section h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .exp-edu-info, .text-mb {
    display: none;
  }

  #profile-suggest, #profile-job, .see-more__mb {
    display: block;
  }

  #modal-user_avatar.modal-customer .close-modal {
    display: block !important;
  }

  .btn-change-image {
    width: 100%;
  }

  .profile-header .upload-background {
    border-radius: 50%;
  }

  .my-account .candidate-profile {
    padding: 5px 0 !important;
  }
  .my-account .js-btn-edit-account {
    display: block;
    width: 100%;
  }

  .candidate-profile {
    background: #fff;
    padding: 0 15px;
    border-radius: 3px;
  }

  #preview-profile {
    background-color: #ddd;
    padding: 0;
  }

  .candidate-profile {
    padding: 5px 15px !important;
    background: white;
    margin-bottom: 10px;
  }

  .candidate-profile__background {
    position: unset;
  }

  .candidate-profile__background img {
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .profile-header {
    margin: 0;
    margin-bottom: 10px;
  }

  .candidate-profile__content {
    padding: 10px 0 5px 0;
  }
}
.update-banner-header {
  position: absolute;
  bottom: 65px;
  right: 10px;
}

@media (max-width: 768px) {
  #modal-upload-avatar {
    max-width: 90%;
  }

  .update-banner-header {
    right: 0;
  }
  .update-banner-header i {
    margin-right: 0 !important;
  }

  .link-address__content .link-address-item {
    display: block !important;
  }
  .link-address__content .link-address-item:last-child {
    margin-bottom: 0;
  }
  .link-address__content .link-address-item .content__left p {
    margin-bottom: 0;
  }

  .work-interest__content .work-interest-item {
    display: block !important;
  }
  .work-interest__content .work-interest-item:last-child {
    margin-bottom: 0;
  }
  .work-interest__content .work-interest-item .content__left p {
    margin-bottom: 2px;
  }

  .candidate-profile__btn {
    display: none;
  }

  #profile-plus-section .plus-section a {
    font-size: 14px;
  }

  #modal-share-link, #modal-contact, #js-popup-support {
    width: 100% !important;
  }

  #js-popup-support .item {
    font-size: 14px;
  }
  #js-popup-support .item a {
    color: #fc205b;
    display: inline-block;
  }
  #js-popup-support .item p {
    margin: 0;
  }
  #js-popup-support .item_name {
    font-weight: bold;
    color: #666;
  }
  #js-popup-support .item_email {
    color: #fc205b;
  }

  #modal-contact {
    height: 100%;
  }

  .icon-add-item {
    margin: 0;
    display: block;
    padding-right: 0 !important;
  }

  .addition_info {
    margin-bottom: 0;
  }

  .text-description {
    padding: 0 15px;
  }
}
@media (max-width: 680px) {
  .move-background {
    display: none !important;
  }

  #preview-profile .can-grid {
    margin-bottom: 0 !important;
    padding: 0;
  }
  #preview-profile .candidate-profile__title h2 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #6F6F6F;
    padding-bottom: 0;
  }

  #my-profile {
    padding: 0 !important;
  }
  #my-profile .can-grid {
    margin-bottom: 0 !important;
    padding: 0;
  }
  #my-profile .btn-action-share {
    padding-right: 0;
  }
  #my-profile .candidate-profile {
    padding: 15px;
    background: white;
    margin-bottom: 10px;
  }
  #my-profile .candidate-profile__background {
    position: unset;
  }
  #my-profile .candidate-profile__background img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #my-profile .profile-header {
    padding-top: 0;
    margin-top: 0;
  }

  .candidate-profile__content .item {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .candidate-profile {
    background: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 3px;
  }
}
.profile-step {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 60px;
}
@media (min-width: 625px) {
  .profile-step__top {
    padding: 0 25px;
  }
}
.profile-step__top .step-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 425px) {
  .profile-step__top .step-title {
    font-size: 20px !important;
  }
}
.profile-step__top .step-tab {
  color: #666666;
}
.profile-step .profile-tab {
  background: #fff;
  display: none;
}
@media (min-width: 625px) {
  .profile-step .profile-tab {
    padding: 15px 25px 5px;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
}
.profile-step .profile-tab__desc {
  margin-bottom: 20px;
}
.profile-step .profile-tab__title {
  text-transform: capitalize;
  font-size: 20px;
  margin: 10px 0 10px;
}
.profile-step .profile-tab .profile-form {
  border-bottom: none;
}
.profile-step .profile-tab .candidate-profile {
  padding: 0 !important;
}
.profile-step .profile-tab .candidate-profile .profile-form {
  display: block;
}
.profile-step .profile-tab .border-top {
  border-top: 1px solid #e5f4f3;
  padding-top: 30px;
}

#modal-share-link .modal-header {
  background: #fff;
}
#modal-share-link .modal-body {
  padding: 20px 10px;
}
#modal-share-link .social {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: 4px;
}
#modal-share-link .social a {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 14px;
}
#modal-share-link .social a img {
  width: 100%;
  height: 100%;
}
#modal-share-link .link-and-copy p {
  padding-bottom: 8px;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}
#modal-share-link .link-and-copy .group-link {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
}
#modal-share-link .link-and-copy .link {
  display: inline-block;
  width: calc(100% - 36px);
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #1a61fd;
  font-size: 14px;
  padding: 10px;
}
#modal-share-link .link-and-copy .copy {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 10px;
  color: #333;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  border-left: 1px solid #e5e5e5;
}
#modal-share-link .link-and-copy .copy i {
  transition: 0.3s;
  color: #666;
}
#modal-share-link .link-and-copy .copy:hover {
  background: #f5f5f5;
  color: #2563eb;
}
#modal-share-link .link-and-copy .copy:hover i {
  color: #333;
}

@media (max-width: 576px) {
  #modal-share-link .link-and-copy p {
    padding-bottom: 4px;
  }
}
.work-interest__content .work-interest-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 10px;
}
.work-interest__content .work-interest-item .career-item {
  margin-bottom: 15px;
}
.work-interest__content .work-interest-item .career-item:last-child {
  margin-bottom: 0;
}
.work-interest__content .work-interest-item span {
  font-size: 15px;
  display: block;
  position: relative;
  margin-left: 10px;
  margin-bottom: 6px;
}
.work-interest__content .work-interest-item span:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #ccc;
  left: -8px;
}
.work-interest .tab ul {
  border-bottom: 1px solid #e5e5e5;
}
.work-interest .tab ul:after {
  content: "";
  clear: both;
  display: table;
}
.work-interest .tab ul li {
  float: left;
  list-style: none;
  margin-right: 20px;
  color: #333;
}
.work-interest .tab ul li a {
  color: #333;
  font-size: 15px;
  padding: 5px;
  display: block;
}
.work-interest .tab ul li a.active {
  font-weight: bold;
  border-bottom: 2px solid #333;
}
.work-interest #form-profile-w-type {
  display: none;
}
.work-interest .list-work-type label {
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  margin-bottom: 0;
  width: 100%;
}
.work-interest .list-work-type .checkbox {
  float: left;
  width: 50%;
}
.work-interest .choose-salary {
  display: flex;
}
.work-interest .choose-salary input {
  margin-right: 5px;
}
.work-interest .choose-salary select {
  flex-shrink: 3;
}
.work-interest .list-job-category label {
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
}
.work-interest .label-normal {
  margin-top: 10px;
  font-weight: normal;
  color: #555;
  font-size: 15px;
}
.work-interest .position-other {
  display: none;
}
.work-interest .form-flex {
  display: flex;
}
.work-interest .form-flex select {
  flex-grow: 1;
}
.work-interest .form-flex i {
  display: none;
  margin-left: 10px;
  cursor: pointer;
  line-height: 44px;
  font-size: 20px;
  color: #333;
}
.work-interest .add-position-job {
  position: relative;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 20px;
  border: 1px dashed #e5e5e5;
  cursor: pointer;
  outline: none;
  display: block;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
  font-size: 15px;
  margin-top: 25px;
  color: #777;
}
.work-interest .add-position-job:hover {
  border-color: #2563eb;
  color: #444;
  background: rgba(70, 128, 255, 0.08);
}
.work-interest .add-position-job:hover i {
  color: #444;
}
.work-interest .add-position-job i {
  display: block;
  position: absolute;
  left: 15px;
  font-size: 18px;
  top: 15px;
  transition: 0.3s;
  color: #777;
  font-weight: bold;
}

.list-salary-suggest {
  margin-top: 8px;
}
.list-salary-suggest .js-salary-suggest {
  background: #e9e9e9;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 3px;
  transition: 0.3s;
}
.list-salary-suggest .js-salary-suggest:hover {
  background: #e3e3e3;
}

.profile-work .file-content {
  cursor: pointer;
}
.profile-work .form-upload {
  border-width: 1px;
  border-radius: 5px;
  border-style: dashed;
  border-color: #2563eb;
  background-color: rgba(70, 128, 255, 0.08);
  color: #2563eb;
  transition: all 0.1s ease 0s;
  padding: 15px;
  font-size: 15px;
}
.profile-work .form-upload input {
  display: none;
}
.profile-work .form-upload .upload-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
}
.profile-work .form-upload .upload-profile:hover {
  background-color: #2563eb;
  color: white;
  transition: all 0.1s ease 0s;
}
.profile-work .form-upload .upload-profile i {
  vertical-align: middle;
  margin-right: 8px;
}
.profile-work .form-upload .upload-profile i {
  margin-top: -2px;
}
.profile-work .form-upload .upload-profile-linkedin i {
  font-size: 20px;
}
.profile-work .form-upload .file-name {
  color: #333;
}
.profile-work .form-upload .file-description {
  color: #777;
}
.profile-work .form-upload .remove-upload-profile {
  display: block;
  margin-top: 5px;
}
.profile-work .form-upload .circle {
  font-size: 4px;
  vertical-align: middle;
  margin: 0 5px;
  color: #999;
}

.work-skill .list-skill {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.work-skill .list-skill a {
  border-radius: 20px;
  border: 1px solid #c6c6c6;
  font-size: 14px;
  color: #333;
  background: #f3f3f3;
  align-items: center;
  padding: 3px 12px;
  display: flex;
  outline: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.work-skill .list-skill a:hover {
  border-style: dashed;
  border-color: #777777;
}
.work-skill .list-skill a i {
  margin-right: 5px;
  margin-top: -2px;
}
.work-skill .list-skill.choose a {
  background-color: rgba(70, 128, 255, 0.2);
}
.work-skill .list-skill.choose a i {
  font-size: 18px;
  margin-right: 0;
  padding-left: 6px;
}

.link-address__content .link-address-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 10px;
}
.link-address__content .link-address-item a {
  font-size: 15px;
}
