@charset "UTF-8";
/* Variables
--------------------------------------------- */
/* Responsive
--------------------------------------------- */
/* Mixin
--------------------------------------------- */
/* Views
--------------------------------------------- */
/* Homepage
--------------------------------------------- */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: bold;
}

.text-truncate-2-row {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 100%;
  white-space: pre-wrap;
}

.header-topbar {
  font-weight: bold;
  height: 5.33rem;
  z-index: 99999;
  transition: 0.2s ease-in-out;
}
.header-topbar .dropdown:hover > .dropdown-menu {
  display: block;
}
.header-topbar .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.header-topbar .navbar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.1s ease-in-out;
}
.header-topbar .navbar .nav-item .nav-link:hover {
  color: #FFFFFF;
}
.header-topbar.sticky {
  background: #FFFFFF !important;
  transition: 0.1s ease-in-out;
}
.header-topbar.sticky .navbar .nav-item .nav-link {
  color: #000000;
  transition: 0.1s ease-in-out;
}
.header-topbar.sticky .navbar .nav-item .nav-link:hover {
  color: var(--bs-primary);
}
.header-topbar.sticky #SubMenu #Language_Section .button-language,
.header-topbar.sticky #SubMenu #Login_Section {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  transition: 0s ease-in-out;
}
.header-topbar.sticky .navbar-brand {
  filter: brightness(1) invert(0);
}
.header-topbar.child-nav {
  background: #FFFFFF !important;
  transition: 0.1s ease-in-out;
}
.header-topbar.child-nav .navbar .nav-item .nav-link {
  color: #000000;
  transition: 0.1s ease-in-out;
}
.header-topbar.child-nav .navbar .nav-item .nav-link:hover {
  color: var(--bs-primary);
}
.header-topbar.child-nav #SubMenu #Language_Section .button-language,
.header-topbar.child-nav #SubMenu #Login_Section {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  transition: 0s ease-in-out;
}
.header-topbar.child-nav .navbar-brand {
  filter: brightness(1) invert(0);
}
.header-topbar .navbar-brand {
  filter: brightness(0) invert(1);
}
.header-topbar #Jobs_Megamenu ._menu-mega ._left .nav-item a {
  color: #000000;
  padding: 0.5rem 1.5rem;
  font-weight: normal;
  border-radius: 6.67rem;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.header-topbar #Jobs_Megamenu ._menu-mega ._left .nav-item a.active {
  color: var(--bs-primary);
  background: var(--bs-secondary);
}
.header-topbar #Jobs_Megamenu ._menu-mega ._left .nav-item a:hover {
  background: var(--bs-secondary);
  transition: 0.2s ease-in-out;
  color: var(--bs-primary);
}
.header-topbar #Jobs_Megamenu ._menu-mega ._right {
  list-style: none;
}
.header-topbar #Jobs_Megamenu ._menu-mega ._right ._item {
  cursor: pointer;
  padding-left: 1rem;
  position: relative;
  font-weight: normal;
}
.header-topbar #Jobs_Megamenu ._menu-mega ._right ._item:hover {
  transition: 0.2s ease-in-out;
  color: var(--bs-primary);
}
.header-topbar #Jobs_Megamenu ._menu-mega ._right ._item:hover::before {
  content: "";
  width: 0px;
  height: 0px;
  top: 0.33rem;
  left: -0.33rem;
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 0.33rem 0 0.33rem 0.67rem;
  border-color: transparent transparent transparent var(--bs-primary);
  transform: rotate(0deg);
}

.pagination_jobs {
  display: flex;
  justify-content: center;
}
.pagination_jobs .pagination {
  gap: 0.5rem !important;
}
.pagination_jobs .pagination .page-item .page-link {
  width: 2.33rem;
  height: 2.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-radius: 100%;
  color: #000000;
  font-weight: normal;
}
.pagination_jobs .pagination .page-item.active .page-link {
  background-color: var(--bs-primary);
  color: #FFFFFF;
  border-color: var(--bs-primary);
}

#ProgressCareer ._inner ._item {
  max-width: 7.33rem;
}
#ProgressCareer ._inner ._item ._imageContain {
  height: 5.33rem;
  width: 5.33rem;
}
@media (min-width: 576px) and (max-width: 768px) {
  #ProgressCareer ._inner ._item ._imageContain {
    height: 4rem;
    width: 4rem;
  }
}
@media (max-width: 576px) {
  #ProgressCareer ._inner ._item ._imageContain {
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #ProgressCareer ._inner ._item ._imageContain {
    height: 4.67rem;
    width: 4.67rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #ProgressCareer ._inner ._item {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  #ProgressCareer ._inner ._item {
    max-width: 100%;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #ProgressCareer ._inner ._item {
    max-width: 6rem;
  }
}
#ProgressCareer .followLine {
  height: 1px;
  background: var(--bs-gray-500);
  margin-top: -0.67rem;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 768px) {
  #ProgressCareer .followLine {
    margin-left: 6rem;
    height: 100%;
    width: 1px;
  }
}
@media (max-width: 576px) {
  #ProgressCareer .followLine {
    margin-left: 6rem;
    height: 100%;
    width: 1px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #ProgressCareer .followLine {
    margin-top: -1.33rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #ProgressCareer .contentStep {
    width: 10rem;
  }
}
@media (max-width: 576px) {
  #ProgressCareer .contentStep {
    width: 10rem;
  }
}

#Partner_Carousel .swiper-button-prev:after,
#Partner_Carousel .swiper-button-next:after {
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 0.867rem !important;
  padding: 0px;
  height: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.33rem;
}

#HomePage_SearchFrm {
  margin-top: -8.67rem;
  z-index: 3;
}
@media (min-width: 0) and (max-width: 575px) {
  #HomePage_SearchFrm {
    margin-top: -1.6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #HomePage_SearchFrm {
    margin-top: -1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #HomePage_SearchFrm {
    margin-top: -14rem;
  }
}

@media (min-width: 0) and (max-width: 575px) {
  #HomePage_CareerByGroups {
    margin-top: -1.7rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #HomePage_CareerByGroups {
    margin-top: -1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #HomePage_CareerByGroups {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #HomePage_CareerByGroups {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #HomePage_CareerByGroups {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  #HomePage_CareerByGroups {
    margin-top: 0;
  }
}

#HomePage_BannerVideo {
  margin-top: -5.3rem;
}
#HomePage_BannerVideo .Shader_Bg {
  background: linear-gradient(var(--bs-emphasis-color) 0%, rgba(33, 37, 41, 0) 22%);
  z-index: 2;
}
@media (min-width: 1400px) {
  #HomePage_BannerVideo .home_slider .swiper-wrapper {
    max-height: 40rem;
  }
  #HomePage_BannerVideo .home_slider .swiper-wrapper .swiper-slide img {
    height: 40rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #HomePage_BannerVideo .home_slider .swiper-wrapper {
    max-height: 40rem;
  }
  #HomePage_BannerVideo .home_slider .swiper-wrapper .swiper-slide img {
    height: 40rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #HomePage_BannerVideo .home_slider .swiper-wrapper {
    max-height: 40rem;
  }
  #HomePage_BannerVideo .home_slider .swiper-wrapper .swiper-slide img {
    height: 40rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #HomePage_BannerVideo .home_slider .swiper-wrapper {
    max-height: 20rem;
  }
  #HomePage_BannerVideo .home_slider .swiper-wrapper .swiper-slide img {
    height: 20rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #HomePage_BannerVideo .home_slider .swiper-wrapper {
    max-height: 20rem;
  }
  #HomePage_BannerVideo .home_slider .swiper-wrapper .swiper-slide img {
    height: 20rem;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  #HomePage_BannerVideo .home_slider .swiper-wrapper {
    max-height: 20rem;
  }
  #HomePage_BannerVideo .home_slider .swiper-wrapper .swiper-slide img {
    height: 20rem;
  }
}

#HomePage_About .slider_about {
  height: 30rem;
}
#HomePage_About .slider_about .swiper-slide {
  height: 30rem;
}
#HomePage_About .slider_about img {
  height: 30rem;
}
@media (max-width: 768px) {
  #HomePage_About .img-desktop {
    display: none !important;
  }
  #HomePage_About .img-banner-mobile {
    display: block !important;
  }
}
#HomePage_About #Content_About {
  margin-top: -30rem;
  z-index: 3;
}
@media (min-width: 0) and (max-width: 575px) {
  #HomePage_About #Content_About {
    margin-top: -10rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #HomePage_About #Content_About {
    margin-top: -10rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #HomePage_About #Content_About {
    margin-top: -6rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #HomePage_About #Content_About {
    margin-top: -6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #HomePage_About #Content_About {
    margin-top: -6rem;
  }
}
@media (min-width: 1400px) {
  #HomePage_About .slider_about {
    height: 30rem;
  }
  #HomePage_About .slider_about .swiper-slide {
    height: 30rem;
  }
  #HomePage_About .slider_about img {
    height: 30rem;
  }
  #HomePage_About #Content_About {
    margin-top: -6rem;
  }
}

.hover-custom-title a h6:hover {
  color: #00529C !important;
}

.hover-custom > a:hover {
  background: #00529C !important;
  color: white !important;
}

.hover-custom-item > li:hover > a {
  color: #00529C !important;
  font-weight: bold !important;
}

.hover-custom-footer > li:hover > a {
  color: #00529C !important;
}

.hover-btn-apply:hover {
  background: #00529C !important;
  color: white !important;
}

.hover-btn-save:hover {
  background: #10AC84 !important;
  color: white !important;
}

.hover-btn-save:hover > a > span {
  color: white !important;
}

.hover-btn-cancel:hover {
  background: #FF4757 !important;
  color: white !important;
}

.hover-btn-cancel:hover > a {
  color: white !important;
}

.hover-text-bold:hover {
  font-weight: bold !important;
}

.hover-btn-search:hover {
  background: #e2ebf8 !important;
  border: 1px solid #00529c !important;
  color: #00529C !important;
}

.text-thaco:hover {
  color: #00529C !important;
}

@media (min-width: 576px) and (max-width: 768px) {
  .img-mobile {
    width: 150px !important;
  }
}
@media (max-width: 576px) {
  .img-mobile {
    width: 150px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .title-location {
    height: 40px !important;
  }
}
@media (max-width: 576px) {
  .title-location {
    height: 40px !important;
  }
}

.fixed-buttons {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .fixed-buttons {
    scale: 0.9;
    bottom: -1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .fixed-buttons {
    scale: 0.85;
    bottom: -1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .fixed-buttons {
    scale: 0.9;
    bottom: -0.5rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .fixed-buttons {
    scale: 0.8;
    bottom: -1.5rem;
    right: 0.5rem;
  }
}
@media (max-width: 576px) {
  .fixed-buttons {
    scale: 0.8;
    bottom: -2rem;
    right: 0.5rem;
  }
}

.ajax-upload-dragdrop {
  border: 2px dotted #A5A5C7;
  width: 365px !important;
  color: #DADCE3;
  text-align: left;
  vertical-align: middle;
  padding: 10px 10px 0px 10px;
}

.ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  cursor: pointer;
  line-height: 20px;
  height: 25px;
  margin: 0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8;
  padding: 6px 10px 4px 10px;
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d;
  vertical-align: middle;
}

@media screen and (min-width: 1140px) {
  .filter-input {
    min-width: 200px !important;
    max-width: 200px !important;
  }
}
@media screen and (min-width: 992px) {
  .hide-app-in-desktop {
    display: none;
  }
  .filter-input {
    min-width: 150px;
    max-width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .hide-connect-in-mobile {
    display: none;
  }
}
/* Login - register
--------------------------------------------- */
.login_page {
  position: relative;
  padding-left: 32rem;
}
.login_page a.close {
  font-size: 2rem;
  color: #656565;
  position: absolute;
  right: 0.67rem;
  top: 0.67rem;
  text-decoration: none;
}
.login_page a.close:hover {
  color: #000;
}
@media (min-width: 768px) and (max-width: 992px) {
  .login_page {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .login_page {
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .login_page {
    padding-left: 0px;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 23.33rem;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-styled {
  padding: 0.67rem 2rem;
  box-shadow: none;
  font-weight: 500;
  cursor: pointer;
  border: 0;
}
.swal2-styled.swal2-confirm {
  border: 1px solid #00529c;
  border-radius: 0.2rem;
  background: initial;
  background-color: #00529c;
  color: #fff;
  font-size: 0.8rem;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.067rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em !important;
  height: 5em !important;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 1.67rem;
  width: 1.53rem;
  height: 0.2rem;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-icon.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-header {
  font-size: 0.93rem;
  font-weight: 500;
}

.swal2-actions {
  display: none;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.login_banner {
  background-size: cover;
  background-position: top left;
  height: 100vh;
  width: 32rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .login_banner {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .login_banner {
    display: none;
  }
}
@media (max-width: 576px) {
  .login_banner {
    display: none;
  }
}

.sologan_des {
  width: 60%;
  color: #fff;
  margin: 30% auto 1.33rem auto;
}
.sologan_des h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.sologan_des p {
  font-size: 1.067rem;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.33rem;
  width: 2.86rem;
  height: 0.2rem;
  border-radius: 0.125em;
  background-color: #f27474;
}

.login_right {
  position: absolute;
  left: 50%;
  transform: translate(0%, 15%);
}
.login_right h1 {
  font-size: 1.867rem;
  font-weight: normal;
  margin-top: 2.67rem;
}
.login_right h4 {
  font-size: 0.93rem;
  font-weight: normal;
  color: #646464;
}
.login_right a.forgotten {
  display: block;
  margin: 2.67rem 0px;
  color: #454545;
  width: 20rem;
  font-size: 1.067rem;
  text-decoration: none;
  font-weight: 400;
}
.login_right a.forgotten:hover {
  text-decoration: underline;
}
.login_right p {
  color: #656565;
  font-size: 0.93rem;
  text-align: center;
  margin: 1.33rem 0px;
  width: 20rem;
}
.login_right a.btn_face {
  padding: 0;
  border: 2px solid #3B5998;
  border-radius: 2px;
  color: #3B5998;
  font-size: 0.8rem;
  text-transform: uppercase;
  width: 6.33rem;
  height: 2.33rem;
}
.login_right a.btn_face span.ic_thaco {
  margin-right: 0.2rem;
  font-size: 1.33rem;
  vertical-align: -0.2rem;
}
.login_right a.btn_in {
  border: 2px solid #3B5998;
  border-radius: 2px;
  color: #3B5998;
  font-size: 0.8rem;
  text-transform: uppercase;
  width: 9.7rem;
  padding: 0;
  height: 2.33rem;
}
.login_right a.btn_in span.ic_thaco {
  margin-right: 0.2rem;
  font-size: 1.33rem;
  vertical-align: -0.2rem;
}
.login_right a.btn_in:hover {
  background: #EEF3F9;
}
.login_right a.btn_google:hover {
  background: #E6F4FF;
}
.login_right a.btn_google {
  border: 2px solid #3B5998;
  border-radius: 2px;
  color: #3B5998;
  font-size: 0.8rem;
  text-transform: uppercase;
  width: 9.7rem;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 0.66rem;
  height: 2.33rem;
}
.login_right a.btn_google span.ic_thaco {
  margin-right: 3px;
  font-size: 1.33rem;
}
.login_right a.btn_face:hover {
  background: #EEF3F9;
}
.login_right a.logo img {
  display: block;
  width: 12rem;
  height: auto;
}
@media (min-width: 768px) and (max-width: 992px) {
  .login_right a.logo img {
    width: 10rem;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .login_right a.logo img {
    width: 10rem;
    height: auto;
  }
}
@media (max-width: 576px) {
  .login_right a.logo img {
    width: 10rem;
    height: auto;
  }
}
.login_right div.bar_btn {
  width: 20rem;
  margin: 2px 0px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 992px) {
  .login_right {
    transform: translate(-50%, 10%);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .login_right {
    transform: translate(-50%, 10%);
  }
}
@media (max-width: 576px) {
  .login_right {
    transform: translate(-50%, 10%);
  }
}

.login_right p.link_register {
  margin: 7rem 0px 1.33rem 0px;
  font-size: 1.067rem;
  text-align: left;
  width: 100%;
}
.login_right p.link_register a {
  color: #00529C;
  text-decoration: none;
}
.login_right p.link_register a:hover {
  color: #002a50;
  text-decoration: underline;
}

.help-block {
  color: red;
  font-size: 0.8rem;
}

.login_form .input-icon {
  border-bottom: 1px solid #D8D7D7;
  text-align: left;
  position: relative;
  padding: 0;
  border-color: #ebedf2;
  padding-left: 2.33rem;
  background: #fff;
}
.login_form .input-icon .icon {
  position: absolute;
  height: 100%;
  display: inline-block;
  text-align: center;
  top: 0;
  width: 3.33rem;
  color: #9E9E9E;
  line-height: 2.8rem;
  font-size: 1.7rem;
  left: 0px;
}
.login_form .input-icon .form-control {
  color: #575962;
  border: 0;
  height: 2.8rem;
  font-size: 1rem;
  padding-top: 0.8rem;
  font-weight: 500;
  width: 100%;
}
.login_form .input-icon span.ic_thaco {
  font-size: 1.3rem;
  width: 1.67rem;
}
.login_form .input-icon:hover {
  border-bottom: 1px solid #00529C;
}
.login_form .input-icon:hover span.ic_thaco {
  color: #00529C;
}
.login_form input:focus {
  box-shadow: none;
}
.login_form .phone {
  font-size: 1.67rem;
}

.connect_thaco {
  position: absolute;
  bottom: 3.33rem;
  color: #fff;
  text-align: center;
  width: 100%;
}
.connect_thaco h4 {
  text-transform: uppercase;
  font-size: 0.93rem;
  margin-bottom: 1.33rem;
  font-weight: unset;
}
.connect_thaco .list_social a {
  color: #fff;
  font-size: 0.93rem;
  margin-right: 1.33rem;
  text-decoration: none;
}
.connect_thaco .list_social :hover {
  color: #00529c;
}
.connect_thaco .list_social span.ic_thaco {
  margin-right: 0.33rem;
  font-size: 2.2rem;
  vertical-align: -0.43rem;
}

.login_form .btn-primary {
  width: 20rem;
  border-radius: 2px;
  padding: 11px 2.2rem;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  background-color: #00529C;
  border-color: #004583;
  font-size: 0.93rem;
}
.login_form .btn-primary:hover {
  background-color: #003769;
  border-color: #002445;
}
.login_form .form-group {
  width: 20rem;
  margin-bottom: 1rem;
}

/* Profile career
--------------------------------------------- */
.bg-profile {
  background-color: #F2F2F2;
}
@media (min-width: 768px) and (max-width: 992px) {
  .bg-profile {
    background-color: unset;
  }
}
@media (max-width: 576px) {
  .bg-profile {
    background-color: unset;
  }
}

.datetimepicker {
  width: 280px;
  padding: 15px;
  margin-left: -180px;
  z-index: 0 !important;
}
.datetimepicker .datetimepicker-days .table-condensed {
  width: 100%;
  text-align: center;
}
.datetimepicker .datetimepicker-days .table-condensed thead tr th {
  cursor: pointer;
}
.datetimepicker .datetimepicker-days .table-condensed tbody tr td {
  cursor: pointer;
  padding: 5px;
}
.datetimepicker .datetimepicker-days .table-condensed tbody tr td span {
  padding: 10px;
}
.datetimepicker .datetimepicker-days .table-condensed tbody tr td.day.old {
  user-select: none;
  color: #ECECEC;
}
.datetimepicker .datetimepicker-days .table-condensed tbody tr td.day.new {
  user-select: none;
  color: #ECECEC;
}
.datetimepicker .datetimepicker-days .table-condensed tbody tr:last-child {
  display: none;
}
.datetimepicker .datetimepicker-months .table-condensed {
  width: 100%;
  text-align: center;
}
.datetimepicker .datetimepicker-months .table-condensed thead tr {
  display: flex;
  justify-content: space-between;
}
.datetimepicker .datetimepicker-months .table-condensed thead tr th {
  cursor: pointer;
}
.datetimepicker .datetimepicker-months .table-condensed tbody tr td {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.datetimepicker .datetimepicker-months .table-condensed tbody tr td span {
  padding: 10px;
}
.datetimepicker .datetimepicker-years .table-condensed {
  width: 100%;
  text-align: center;
}
.datetimepicker .datetimepicker-years .table-condensed thead tr {
  display: flex;
  justify-content: space-between;
}
.datetimepicker .datetimepicker-years .table-condensed thead tr th {
  cursor: pointer;
}
.datetimepicker .datetimepicker-years .table-condensed tbody tr td {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.datetimepicker .datetimepicker-years .table-condensed tbody tr td span {
  padding: 10px;
}
.datetimepicker .datetimepicker-years .table-condensed tbody tr td span.year:first-child {
  display: none;
}
.datetimepicker .datetimepicker-years .table-condensed tbody tr td span.year:last-child {
  display: none;
}

@media screen and (max-width: 1366px) {
  .datetimepicker {
    margin-left: -170px !important;
  }
}
@media screen and (max-width: 1200px) {
  .datetimepicker {
    margin-left: -135px !important;
  }
}
@media screen and (max-width: 579px) {
  .datetimepicker {
    width: 250px;
    margin-left: -57px !important;
    padding: 10px 0 10px;
  }
}
/* Post
--------------------------------------------- */
#Post_Wrapper {
  font-size: 1.05rem !important;
}
#Post_Wrapper img {
  max-width: 100% !important;
}

/* Jobs
--------------------------------------------- */
#Jobs_Director .swiper-pagination {
  position: relative;
  top: 0;
  padding: 10px 0px;
}
#Jobs_Director .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
  background: #FFFFFF;
  opacity: 1;
}
#Jobs_Director .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
  width: 35px;
  transition: 0.2s ease-in-out;
}

#Tabs_JobsList .list-inline {
  display: block;
}
#Tabs_JobsList .list-inline li {
  display: inline-block;
  margin: 0px;
  cursor: pointer;
}
#Tabs_JobsList .list-inline li a {
  color: #999999;
  font-weight: 400;
  text-decoration: none;
}
#Tabs_JobsList .list-inline li a.active {
  color: var(--bs-primary);
  font-weight: bold;
}
#Tabs_JobsList .list-inline li:after {
  content: "|";
  margin: 0 10px;
  color: #999999;
  font-weight: 200;
}
#Tabs_JobsList .list-inline li:last-child:after {
  content: "";
  margin: 0 10px;
}

#Jobs_LevelTabsSlider .swiper-slide {
  width: fit-content !important;
}

@media screen and (max-width: 600px) {
  .text-content > table.MsoTableGrid {
    width: 100% !important;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 600px) {
  .text-content > table.MsoTableGrid {
    width: 100% !important;
    word-wrap: break-word;
  }
}
:root {
  --bs-primary-rgb: 0, 82, 156;
  --bs-primary: #00529c;
  --bs-secondary-rgb: 226, 235, 248;
  --bs-secondary: #e2ebf8;
  --bs-secondary-rgb: 226, 235, 248;
  --bs-danger: #ff4757;
  --bs-danger-rgb: 255, 71, 87;
  --bs-warning: #ffa502;
  --bs-warning-rgb:	255, 165, 2;
  --bs-success: #10ac84;
  --bs-success-rgb:	16, 172, 132;
}

.bg-thaco {
  background-color: #fffcd7;
}

html {
  font-size: 15px;
}

@media (min-width: 0) and (max-width: 575px) {
  html {
    font-size: 12px;
  }
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 15px;
  }
}
.BreadCrumb_LandingPage ol.text-uppercase li:not(:last-child)::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc; /* Điều chỉnh màu sắc và độ dày của đường phân tách tại đây */
  margin: 10px 0; /* Điều chỉnh khoảng cách trên và dưới của đường phân tách tại đây */
}
.BreadCrumb_LandingPage ol.text-uppercase li:first-child::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc; /* Điều chỉnh màu sắc và độ dày của đường phân tách tại đây */
  margin: 10px 0; /* Điều chỉnh khoảng cách trên và dưới của đường phân tách tại đây */
}

#mobile_MenuSidebar #menuList .nav-item .nav-link.active {
  background-color: var(--bs-primary);
}

/*# sourceMappingURL=styles.css.map */
