body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}

#loading-recruitment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
#loading-recruitment img {
  height: 80px;
  transition: all ease-in-out 0.3s;
  transform-origin: center center;
  animation: loadingEffect 2s infinite;
}

@keyframes loadingEffect {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1464px;
  }
  .row {
    margin: 0 -11px;
  }
  .row > * {
    padding: 0 11px;
  }
}
.block-mobile {
  display: none;
}

.header-recruitment {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
.header-recruitment .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-recruitment .wrapper .center-column .menu-header {
  display: flex;
  gap: 0 70px;
}
.header-recruitment .wrapper .center-column .menu-header .item {
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.header-recruitment .wrapper .center-column .menu-header .item .title-menu {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}
@media (min-width: 768px) {
  .header-recruitment .wrapper .center-column .menu-header .item .sub-menu {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 250px;
    opacity: 0;
    overflow-y: auto;
    padding: 20px 30px;
    pointer-events: none !important;
    position: absolute;
    right: 0;
    transform: translateY(15px) translateZ(0) translateX(-50%);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    visibility: hidden;
    top: calc(100% + 3px);
    left: 50%;
    z-index: 101;
    gap: 22px 0;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .sub-menu .sub-item {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .sub-menu .sub-item:hover {
    color: #B7272E;
  }
}
.header-recruitment .wrapper .center-column .menu-header .item:hover .title-menu {
  color: #B7272E;
}
@media (min-width: 768px) {
  .header-recruitment .wrapper .center-column .menu-header .item:hover .sub-menu {
    opacity: 1;
    pointer-events: auto !important;
    visibility: visible;
    transform: translateX(-50%);
  }
}
.header-recruitment .wrapper .right-column {
  display: flex;
}
.header-recruitment .wrapper .right-column .button-call a {
  color: #333333;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header-recruitment .wrapper .right-column .button-call a .text .title {
  font-size: 12px;
}
.header-recruitment .wrapper .right-column .button-call a .text .number {
  font-size: 13px;
}
.header-recruitment .wrapper .right-column .menu-mobile {
  display: none;
  margin-left: 45px;
}

.body-recruitment .main-banner {
  position: relative;
}
.body-recruitment .main-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  gap: 0 30px;
  transform: translateX(-50%);
}
.body-recruitment .main-banner .owl-dots .owl-dot {
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.body-recruitment .main-banner .owl-dots .owl-dot.active {
  background: #B7272E;
}
.body-recruitment .vision-block {
  text-align: center;
  margin-top: 60px;
}
.body-recruitment .vision-block .title-block {
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}
.body-recruitment .vision-block .desc-block {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 45px;
}
.body-recruitment .vision-block .content-block {
  max-width: 930px;
  margin: 0 auto;
}
.body-recruitment .vision-block .content-block .label {
  width: 430px;
  height: 75px;
  line-height: 75px;
  background: #B7272E;
  color: #fff;
  margin: 0 auto 126px;
  font-weight: 700;
  font-size: 22px;
  position: relative;
}
.body-recruitment .vision-block .content-block .label:after {
  content: "";
  width: 1px;
  height: 120px;
  top: calc(100% + 3px);
  left: calc(50% - 0.5px);
  position: absolute;
  background: #B7272E;
}
.body-recruitment .vision-block .content-block .list-brand {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.body-recruitment .vision-block .content-block .list-brand .item-brand {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0 15px;
  position: relative;
}
.body-recruitment .vision-block .content-block .list-brand .item-brand .text {
  color: #333;
  background: #D9D9D9;
  font-weight: 700;
  padding: 35px 0;
  font-size: 22px;
}
.body-recruitment .vision-block .content-block .list-brand .item-brand:before {
  content: "";
  height: 1px;
  top: -63px;
  position: absolute;
  background: #B7272E;
}
.body-recruitment .vision-block .content-block .list-brand .item-brand:nth-child(2):before {
  width: 100%;
  left: 0;
}
.body-recruitment .vision-block .content-block .list-brand .item-brand:first-child:before {
  width: 50%;
  right: 0;
}
.body-recruitment .vision-block .content-block .list-brand .item-brand:last-child:before {
  width: 50%;
  left: 0;
}
.body-recruitment .vision-block .content-block .list-brand .item-brand:first-child:after, .body-recruitment .vision-block .content-block .list-brand .item-brand:last-child:after {
  content: "";
  height: 60px;
  width: 1px;
  top: -63px;
  position: absolute;
  background: #B7272E;
  left: calc(50% - 0.5px);
}
.body-recruitment .mission-block {
  margin-top: 70px;
}
.body-recruitment .mission-block .title-block {
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 50px;
}
.body-recruitment .mission-block .content-block .item-mission {
  background: #EEEEEE;
  border-radius: 4px;
  height: 100%;
}
.body-recruitment .mission-block .content-block .item-mission img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.body-recruitment .mission-block .content-block .item-mission .text {
  padding: 50px 30px 15px 45px;
  position: relative;
}
.body-recruitment .mission-block .content-block .item-mission .text .label {
  color: #B7272E;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.body-recruitment .mission-block .content-block .item-mission .text .number {
  position: absolute;
  top: 22px;
  right: 45px;
  font-weight: 800;
  font-size: 96px;
  line-height: 96px;
  text-transform: uppercase;
  color: #fff;
}
.body-recruitment .mission-block .content-block .item-mission .text .desc {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.body-recruitment .value-block {
  margin-top: 70px;
}
.body-recruitment .value-block .title-block {
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.body-recruitment .value-block .content-block .list-value {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.body-recruitment .value-block .content-block .list-value .item-value {
  flex: 0 0 auto;
  width: 20%;
  padding: 0 10px;
}
.body-recruitment .value-block .content-block .list-value .item-value .wrapper {
  height: 100%;
  border-radius: 4px;
  text-align: center;
  padding: 30px 15px;
}
.body-recruitment .value-block .content-block .list-value .item-value .wrapper .label {
  margin-top: 37px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.body-recruitment .value-block .content-block .list-value .item-value .wrapper .desc {
  line-height: 24px;
}
.body-recruitment .value-block .content-block .list-value .item-value:nth-child(odd) .wrapper {
  background: #B7272E;
  color: #fff;
}
.body-recruitment .value-block .content-block .list-value .item-value:nth-child(even) .wrapper {
  background: #EEEEEE;
  color: #333333;
}
.body-recruitment .history-block {
  margin-top: 100px;
}
.body-recruitment .history-block .title-block {
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.body-recruitment .history-block .content-block .list-history {
  margin-top: 20px;
}
.body-recruitment .history-block .content-block .list-history .item-history {
  border-radius: 4px;
  background: #B7272E;
  padding: 30px;
  color: #fff;
  height: 100%;
}
.body-recruitment .history-block .content-block .list-history .item-history .title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.body-recruitment .history-block .content-block .list-history .item-history .title span {
  margin-right: 15px;
  font-size: 48px;
  line-height: 50px;
  text-transform: capitalize;
}
.body-recruitment .policy-block {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 30px;
  background: #EEEEEE;
  position: relative;
}
.body-recruitment .policy-block .title-block {
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.body-recruitment .policy-block .bg {
  position: absolute;
}
.body-recruitment .policy-block .content-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 260px 0 180px;
  position: relative;
}
.body-recruitment .policy-block .content-block .column-left,
.body-recruitment .policy-block .content-block .column-right {
  flex: 0 0 auto;
  width: 32.4%;
  z-index: 1;
}
.body-recruitment .policy-block .content-block .column-left .list-policy .item-policy,
.body-recruitment .policy-block .content-block .column-right .list-policy .item-policy {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
}
.body-recruitment .policy-block .content-block .column-left .list-policy .item-policy:not(:last-child),
.body-recruitment .policy-block .content-block .column-right .list-policy .item-policy:not(:last-child) {
  margin-bottom: 20px;
}
.body-recruitment .policy-block .content-block .column-left .list-policy .item-policy .icon,
.body-recruitment .policy-block .content-block .column-right .list-policy .item-policy .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #B7272E;
  border-radius: 50%;
  text-align: center;
}
.body-recruitment .policy-block .content-block .column-left .list-policy .item-policy .text,
.body-recruitment .policy-block .content-block .column-right .list-policy .item-policy .text {
  width: calc(100% - 100px);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.body-recruitment .policy-block .content-block .column-center img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 1919px) {
  .body-recruitment .policy-block .content-block {
    padding: 225px 0 50px;
  }
  .body-recruitment .policy-block .content-block .column-center img {
    width: 547.2px;
  }
}
@media (max-width: 1439px) {
  .body-recruitment .policy-block .content-block {
    padding: 195px 0 70px;
  }
  .body-recruitment .policy-block .content-block .column-left,
  .body-recruitment .policy-block .content-block .column-right {
    width: 35%;
  }
  .body-recruitment .policy-block .content-block .column-left .list-policy .item-policy,
  .body-recruitment .policy-block .content-block .column-right .list-policy .item-policy {
    padding: 15px 20px;
  }
  .body-recruitment .policy-block .content-block .column-left .list-policy .item-policy .icon,
  .body-recruitment .policy-block .content-block .column-right .list-policy .item-policy .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .body-recruitment .policy-block .content-block .column-left .list-policy .item-policy .icon img,
  .body-recruitment .policy-block .content-block .column-right .list-policy .item-policy .icon img {
    max-width: 50%;
  }
  .body-recruitment .policy-block .content-block .column-left .list-policy .item-policy .text,
  .body-recruitment .policy-block .content-block .column-right .list-policy .item-policy .text {
    width: calc(100% - 90px);
    font-size: 18px;
  }
  .body-recruitment .policy-block .content-block .column-center img {
    width: 470px;
  }
}
@media (max-width: 1365px) {
  .body-recruitment .policy-block .content-block {
    padding-top: 130px;
  }
  .body-recruitment .policy-block .content-block .column-center img {
    width: 420px;
  }
}

.search-block {
  margin-top: 44px;
}
.search-block .title-block {
  font-weight: 800;
  font-size: 36px;
  line-height: 60px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 26px;
}
.search-block .content-block {
  padding: 60px 40px;
  background: #EEEEEE;
}
.search-block .content-block .input-search {
  position: relative;
  height: 60px;
}
.search-block .content-block .input-search .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.search-block .content-block .input-search .icon::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  right: -13px;
}
.search-block .content-block .input-search input {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  outline: none;
  padding: 0 15px 0 81px;
  font-size: 22px;
  font-weight: 400;
}
.search-block .content-block .input-search input::placeholder {
  color: #CCCCCC;
}
.search-block .content-block .category-search {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 60px;
  line-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}
.search-block .content-block .category-search .title-category {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.search-block .content-block .category-search .list-category {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  left: 0;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none !important;
  transform: translateY(15px) translateZ(0);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  visibility: hidden;
  z-index: 101;
}
.search-block .content-block .category-search .list-category.active {
  opacity: 1;
  pointer-events: auto !important;
  visibility: visible;
  transform: none;
}
.search-block .content-block .category-search .list-category .item-category {
  color: #333;
  line-height: 1.5;
  padding: 7px 0;
}
.search-block .content-block .category-search .list-category .item-category:hover, .search-block .content-block .category-search .list-category .item-category.current {
  color: #B7272E;
}
.search-block .content-block .button-search .button-red {
  cursor: pointer;
  background: #B7272E;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  line-height: 58px;
  padding: 0 16px 0 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.search-block .content-block .button-search .button-red svg {
  fill: #fff;
}
.search-block .content-block .button-search .button-red:hover {
  color: #B7272E;
  background-color: #fff;
  border-color: #B7272E;
}
.search-block .content-block .button-search .button-red:hover svg {
  fill: #B7272E;
}

.footer-recruitment .bottom-block {
  text-align: center;
  background: #B7272E;
  padding: 40px 0 50px;
}
.footer-recruitment .bottom-block .desc {
  margin-top: 35px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}
.footer-recruitment .footer-top {
  padding: 70px 0;
}
.footer-recruitment .footer-top .menu-footer .title {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #B7272E;
}
.footer-recruitment .footer-top .menu-footer .content .item-info {
  color: #333333;
}
.footer-recruitment .footer-top .menu-footer .content .item-info:not(:last-child) {
  margin-bottom: 20px;
}
.footer-recruitment .footer-top .menu-footer .content .item-info .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.footer-recruitment .footer-top .menu-footer .content .item-info .text {
  font-size: 16px;
  line-height: 24px;
}
.footer-recruitment .footer-top .menu-footer .content .item-link:not(:last-child) {
  margin-bottom: 15px;
}
.footer-recruitment .footer-top .menu-footer .content .item-link a {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.footer-recruitment .footer-top .menu-footer .content .item-link a:hover {
  color: #B7272E;
}
.footer-recruitment .footer-top .menu-footer .content .item-address {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  gap: 0 15px;
  align-items: flex-start;
}
.footer-recruitment .footer-top .menu-footer .content .item-address:not(:last-child) {
  margin-bottom: 20px;
}
.footer-recruitment .footer-bottom {
  background: #EEEEEE;
}
.footer-recruitment .footer-bottom .wrapper {
  display: flex;
  color: #999999;
  font-size: 12px;
  padding: 11px 0;
  justify-content: space-between;
}

.body-career-list {
  margin-bottom: 90px;
}
.body-career-list .main-banner {
  position: relative;
}
.body-career-list .main-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 33, 56, 0.5019607843);
  z-index: 1;
}
.body-career-list .main-banner .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.body-career-list .main-banner .content .title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  color: #fff;
}
.body-career-list .main-banner .content .search-block {
  margin-top: 0px !important;
}
.body-career-list .main-banner .content .search-block .content-block {
  background: transparent;
  padding: 0px !important;
}
.body-career-list .main-banner .content .search-block .content-block .category-search {
  background: #fff;
}
.body-career-list .count-result {
  text-align: center;
  background: #EEEEEE;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  padding: 40px 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.body-career-list .count-result span {
  font-weight: 800;
  color: #B7272E;
}
.body-career-list .filter-block {
  padding: 23px 15px;
}
.body-career-list .filter-block .title-block {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 30px;
}
.body-career-list .filter-block .title-block .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}
.body-career-list .filter-block .list-filter .item-list:not(:last-child) {
  margin-bottom: 20px;
}
.body-career-list .filter-block .list-filter .item-list .title {
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 10px 8px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
.body-career-list .filter-block .list-filter .item-list .title img {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}
.body-career-list .filter-block .list-filter .item-list .title.active img {
  transform: rotate(0);
}
.body-career-list .filter-block .list-filter .item-list .detail-filter {
  padding: 15px 10px;
}
.body-career-list .filter-block .list-filter .item-list .detail-filter .item-detail {
  color: #999999;
  font-size: 14px;
}
.body-career-list .filter-block .list-filter .item-list .detail-filter .item-detail:not(:last-child) {
  margin-bottom: 8px;
}
.body-career-list .list-career-block .item-career {
  padding: 16px 30px 16px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-career-list .list-career-block .item-career:not(:last-child) {
  margin-bottom: 30px;
}
.body-career-list .list-career-block .item-career .column-left {
  display: flex;
  justify-content: space-between;
  gap: 0 22px;
}
.body-career-list .list-career-block .item-career .column-left .info {
  padding-top: 12px;
}
.body-career-list .list-career-block .item-career .column-left .info .tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.body-career-list .list-career-block .item-career .column-left .info .title {
  color: #B7272E;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.body-career-list .list-career-block .item-career .column-left .info .more {
  color: #666666;
  display: flex;
  gap: 0 40px;
}
.body-career-list .list-career-block .item-career .column-left .info .more .item {
  display: flex;
  gap: 0 15px;
  align-items: center;
}
.body-career-list .list-career-block .item-career .column-right .view-detail a {
  background: #B7272E;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 38px;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}
.body-career-list .list-career-block .item-career .column-right .view-detail a:hover {
  background: #333333;
}
.body-career-list .list-career-block .item-career .column-right .date {
  color: #333333;
  text-align: center;
}
.body-career-list .pagination-block {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.body-career-list .pagination-block .title {
  color: #999999;
}
.body-career-list .pagination-block .pagination-list {
  display: flex;
  gap: 0 8px;
}
.body-career-list .pagination-block .pagination-list .pagination-item {
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  text-align: center;
  height: 36px;
  padding: 0 12px;
  line-height: 34px;
  cursor: pointer;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.body-career-list .pagination-block .pagination-list .pagination-item svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: -3px;
}
.body-career-list .pagination-block .pagination-list .pagination-item.page {
  min-width: 48px;
}
.body-career-list .pagination-block .pagination-list .pagination-item:hover {
  background: #B7272E;
  color: #fff;
}
.body-career-list .pagination-block .pagination-list .pagination-item:hover svg path {
  fill: #fff;
}

.custom-checkbox {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-checkbox .title-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 10px;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
}
.custom-checkbox .box {
  width: 24px;
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.custom-checkbox .checked-icon {
  display: none;
}
.custom-checkbox input:checked + .title-checkbox .box .checked-icon {
  display: block;
}
.custom-checkbox input:checked + .title-checkbox .box {
  border: none;
}
.custom-checkbox .label-text {
  color: #333333;
  padding-right: 5px;
  width: calc(100% - 30px);
}

.body-career-detail {
  color: #333333;
  background-color: rgba(249, 249, 249, 0.6666666667);
}
.body-career-detail .wrapper-career-detail {
  margin: 0 8.3%;
}
.body-career-detail .button-career-detail {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 13.5px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: 235px;
  justify-content: center;
}
.body-career-detail .button-career-detail.button-apply {
  background: #B7272E;
  color: #fff;
  border: 1px solid #B7272E;
  display: inline-flex;
}
.body-career-detail .button-career-detail.button-apply:hover {
  color: #B7272E;
  background: #fff;
}
.body-career-detail .button-career-detail.button-apply:hover svg path {
  fill: #B7272E;
}
.body-career-detail .button-career-detail.success-apply {
  background: #1DAC4D;
  color: #fff;
  border: 1px solid #1DAC4D;
  display: inline-flex;
}
.body-career-detail .head-job {
  padding: 28px 40px 25px 40px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(180deg, #FFFFFF 20%, #F2F2F2 100%);
  border-radius: 4px;
  border-bottom: 8px solid #B7272E;
  position: relative;
  margin-top: -170px !important;
  margin-bottom: 10px !important;
}
.body-career-detail .head-job .title-job {
  display: inline-block;
  width: 100%;
}
.body-career-detail .head-job .title-job .text {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
  float: left;
  width: 70%;
}
.body-career-detail .head-job .title-job .button-apply {
  float: right;
}
.body-career-detail .head-job .information-job {
  position: relative;
}
.body-career-detail .head-job .information-job:after {
  content: "";
  background: #CCCCCC;
  width: 1px;
  height: calc(100% - 10px);
  top: 5px;
  left: 195px;
  position: absolute;
}
.body-career-detail .head-job .information-job .item-info {
  display: flex;
  align-items: center;
}
.body-career-detail .head-job .information-job .item-info .label {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  margin-right: 35px;
  min-width: 195px;
}
.body-career-detail .head-job .information-job .item-info .text {
  font-size: 16px;
  line-height: 36px;
}
.body-career-detail .body-job {
  margin-bottom: 30px;
  position: relative;
}
.body-career-detail .body-job:before, .body-career-detail .body-job:after {
  content: "";
  background-image: url("../images/career-detail/bg-body.png");
  background-repeat: repeat-y;
  position: absolute;
  top: 30px;
  height: calc(100% - 60px);
  width: 310px;
}
.body-career-detail .body-job:before {
  left: 0;
}
.body-career-detail .body-job:after {
  right: 0;
}
.body-career-detail .body-job .content-job {
  background: #fff;
  padding: 30px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.body-career-detail .body-job .content-job .item-job:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.body-career-detail .body-job .content-job .item-job b, .body-career-detail .body-job .content-job .item-job strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
  display: block;
}
.body-career-detail .body-job .content-job .item-job ul {
  padding-left: 15px;
}
.body-career-detail .body-job .content-job .item-job ul ul {
  padding-left: 5px;
}
.body-career-detail .body-job .content-job .item-job ul li {
  line-height: 36px;
}
.body-career-detail .body-job .content-job .item-job .decimal li {
  list-style: decimal;
}
.body-career-detail .body-job .content-job .item-job .disc li {
  list-style: disc;
}
.body-career-detail .form-apply-block {
  background: #FFFFFF;
  padding: 35px 30px;
  border-radius: 4px;
}
.body-career-detail .form-apply-block .title-block {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.body-career-detail .form-apply-block .desc-block {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 30px;
}
.body-career-detail .form-apply-block .content-form .group-form {
  margin-bottom: 30px;
}
.body-career-detail .form-apply-block .content-form .group-form .label-input {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.body-career-detail .form-apply-block .content-form .group-form .label-input span {
  color: #B7272E;
}
.body-career-detail .form-apply-block .content-form .group-input input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  height: 48px;
  line-height: 46px;
  padding: 0 15px;
  font-size: 14px;
  outline: none;
}
.body-career-detail .form-apply-block .content-form .group-input input::placeholder {
  color: #999999;
}
.body-career-detail .form-apply-block .content-form .group-input input.error {
  border-color: #B7272E;
}
.body-career-detail .form-apply-block .content-form .group-select {
  position: relative;
}
.body-career-detail .form-apply-block .content-form .group-select .title-choose {
  border: 1px solid #CCCCCC;
  line-height: 46px;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.body-career-detail .form-apply-block .content-form .group-select .title-choose img {
  transition: all 0.3s ease-in-out;
}
.body-career-detail .form-apply-block .content-form .group-select .select-option {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  left: 0;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none !important;
  transform: translateY(15px) translateZ(0);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  visibility: hidden;
  z-index: 101;
}
.body-career-detail .form-apply-block .content-form .group-select .select-option .data-select {
  padding-left: 0;
  margin: 0;
}
.body-career-detail .form-apply-block .content-form .group-select .select-option .data-select li {
  list-style: none;
  cursor: pointer;
}
.body-career-detail .form-apply-block .content-form .group-select .select-option .data-select li:not(:last-child) {
  margin-bottom: 5px;
}
.body-career-detail .form-apply-block .content-form .group-select.active .title-choose img {
  transform: rotate(180deg);
}
.body-career-detail .form-apply-block .content-form .group-select.active .select-option {
  opacity: 1;
  pointer-events: auto !important;
  visibility: visible;
  transform: none;
}
.body-career-detail .form-apply-block .content-form .group-load {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 20px 20px 20px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.body-career-detail .form-apply-block .content-form .group-load .label-input {
  width: calc(100% - 90px);
}
.body-career-detail .form-apply-block .content-form .group-load .label-input .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 10px;
}
.body-career-detail .form-apply-block .content-form .group-load .label-input .desc {
  color: #999999;
}
.body-career-detail .form-apply-block .content-form .group-load .button-load {
  background: #B7272E;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}
.body-career-detail .form-apply-block .content-form .group-reason {
  margin-top: 60px;
}
.body-career-detail .form-apply-block .content-form .group-reason .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}
.body-career-detail .form-apply-block .content-form .custom-checkbox {
  margin-bottom: 30px;
}
.body-career-detail .form-apply-block .content-form .custom-checkbox .box {
  width: 20px;
  height: 20px;
}
.body-career-detail .form-apply-block .content-form .custom-checkbox .box svg {
  width: 20px;
  height: 20px;
}
.body-career-detail .form-apply-block .content-form .error-file {
  margin-top: 20px;
  color: #B7272E;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: none;
}
.body-career-detail .form-apply-block .content-form .error-file span {
  font-weight: 400;
}
.body-career-detail .form-apply-block .content-form .error-file.active {
  display: block;
}
.body-career-detail .form-apply-block .content-form .error-block {
  margin-top: 40px;
  text-align: center;
  display: none;
}
.body-career-detail .form-apply-block .content-form .error-block.active {
  display: block;
}
.body-career-detail .form-apply-block .content-form .error-block .title {
  color: #999999;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 12px;
}
.body-career-detail .form-apply-block .content-form .error-block .error-text {
  position: relative;
  color: #B7272E;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.body-career-detail .form-apply-block .content-form .error-block .error-text:before, .body-career-detail .form-apply-block .content-form .error-block .error-text:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: calc(50% - 0.5px);
}
.body-career-detail .form-apply-block .content-form .error-block .error-text:before {
  left: -122px;
}
.body-career-detail .form-apply-block .content-form .error-block .error-text:after {
  right: -122px;
}
.body-career-detail .form-apply-block .content-form .group-button {
  text-align: center;
  margin-top: 65px;
}
.body-career-detail .form-apply-block .content-form .group-button .success-apply {
  display: none;
}
.body-career-detail .form-apply-block .content-form .group-button.success .button-send-cv {
  display: none;
}
.body-career-detail .form-apply-block .content-form .group-button.success .success-apply {
  display: inline-flex;
}

.body-blog-list {
  color: #333333;
  margin-bottom: 100px;
}
.body-blog-list .main-banner {
  background: #333333;
}
.body-blog-list .main-banner iframe {
  width: 100%;
}
.body-blog-list .feature-image {
  border-radius: 4px;
}
.body-blog-list .feature-image img {
  border-radius: 4px;
}
.body-blog-list .list-blog-1 {
  margin-top: 90px;
}
.body-blog-list .list-blog-1 .item-blog {
  position: relative;
}
.body-blog-list .list-blog-1 .item-blog .feature-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 75%);
  z-index: 1;
  border-radius: 4px;
}
.body-blog-list .list-blog-1 .item-blog .info-blog {
  padding: 0 40px;
  position: absolute;
  bottom: 30px;
  color: #fff;
  z-index: 2;
}
.body-blog-list .list-blog-1 .item-blog .info-blog .tag {
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0 20px;
  background: #B7272E;
  display: inline-block;
  margin-bottom: 10px;
}
.body-blog-list .list-blog-1 .item-blog .info-blog .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.body-blog-list .list-blog-2 {
  margin-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 65px;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 1200px) {
  .body-blog-list .list-blog-2 .row {
    margin: 0 -35px;
  }
  .body-blog-list .list-blog-2 .row > div {
    padding: 0 35px;
  }
}
.body-blog-list .list-blog-2 .item-blog .info-blog {
  margin-top: 18px;
}
.body-blog-list .list-blog-2 .item-blog .info-blog .tag {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B7272E;
}
.body-blog-list .list-blog-2 .item-blog .info-blog .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.body-blog-list .list-blog-2 .item-blog .info-blog .desc {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.body-blog-list .button-loadmore {
  padding: 0 50px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .list-blog-3 .row {
    margin: 0 -40px;
  }
  .list-blog-3 .row > div {
    padding: 0 40px;
  }
}
.list-blog-3 .row > div {
  margin-bottom: 80px;
}
.list-blog-3 .row > div:nth-child(odd) {
  border-right: 1px solid #EEEEEE;
}
.list-blog-3 .item-blog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-blog-3 .item-blog .feature-image {
  width: 50%;
}
.list-blog-3 .item-blog .info-blog {
  width: 50%;
  padding-left: 25px;
}
.list-blog-3 .item-blog .info-blog .tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #B7272E;
  margin-bottom: 15px;
}
.list-blog-3 .item-blog .info-blog .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-blog-3 .item-blog .info-blog .date {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.body-blog-detail {
  color: #333333;
}
.body-blog-detail .detail-blog {
  max-width: 1200px;
  margin: 0 auto;
}
.body-blog-detail .detail-blog .info-blog {
  margin-top: 35px;
  text-align: center;
}
.body-blog-detail .detail-blog .info-blog .tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #B7272E;
}
.body-blog-detail .detail-blog .info-blog .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  padding: 0 30px 30px 30px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
.body-blog-detail .detail-blog .info-blog .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}
.body-blog-detail .detail-blog .info-blog .bottom .date {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #EEEEEE;
  font-size: 14px;
}
.body-blog-detail .detail-blog .info-blog .bottom .date img {
  margin-right: 10px;
}
.body-blog-detail .detail-blog .info-blog .bottom .share {
  font-weight: 700;
  font-size: 14px;
}
.body-blog-detail .detail-blog .info-blog .bottom .share span {
  display: inline-block;
  margin-left: 20px;
  border-radius: 40px;
  border: 1px solid #CCCCCC;
  line-height: 34px;
  padding: 0 15px;
  color: #B7272E;
}
.body-blog-detail .detail-blog .info-blog .bottom .share span img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.body-blog-detail .detail-blog .content-blog {
  margin-top: 20px;
}
.body-blog-detail .detail-blog .content-blog .feature-image {
  margin-bottom: 40px;
}
.body-blog-detail .detail-blog .tag-blog {
  padding-top: 20px;
  margin: 40px 0 60px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  color: #666666;
}
.body-blog-detail .detail-blog .tag-blog .label {
  display: inline-block;
  margin-right: 30px;
  font-weight: 700;
  font-size: 14px;
}
.body-blog-detail .detail-blog .tag-blog .list-tag {
  display: flex;
  align-items: center;
}
.body-blog-detail .detail-blog .tag-blog .list-tag .item {
  margin-bottom: 20px;
  background: #EEEEEE;
  border-radius: 40px;
  padding: 0 15px;
  line-height: 32px;
  font-weight: 700;
  font-size: 12px;
}
.body-blog-detail .detail-blog .tag-blog .list-tag .item:not(:last-child) {
  margin-right: 20px;
}
.body-blog-detail .related-blog .title-block {
  text-align: center;
  margin-bottom: 63px;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}

@media (max-width: 1919px) {
  .body-blog-list .list-blog-1 .item-blog .info-blog {
    padding: 0 30px;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog .tag {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog .title {
    font-size: 26px;
    line-height: 38px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog {
    margin-top: 15px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog .tag {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog .title {
    font-size: 20px;
    line-height: 28px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog .desc {
    font-size: 14px;
    line-height: 20px;
  }
  .list-blog-3 .row > div {
    margin-bottom: 60px;
  }
  .list-blog-3 .item-blog .feature-image {
    width: 45%;
  }
  .list-blog-3 .item-blog .info-blog {
    width: 55%;
    padding-left: 15px;
  }
  .list-blog-3 .item-blog .info-blog .tag {
    margin-bottom: 10px;
  }
  .list-blog-3 .item-blog .info-blog .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .list-blog-3 .item-blog .info-blog .date {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header-recruitment .wrapper .center-column .menu-header {
    gap: 0 30px;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .title-menu {
    font-size: 13px;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .sub-menu {
    padding: 20px;
    gap: 15px 0;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .sub-menu .sub-item {
    font-size: 14px;
  }
  .body-recruitment .mission-block {
    margin-top: 50px;
  }
  .body-recruitment .mission-block .title-block {
    margin-bottom: 30px;
  }
  .body-recruitment .mission-block .content-block .item-mission .text {
    padding: 25px 20px 20px;
  }
  .body-recruitment .mission-block .content-block .item-mission .text .label {
    font-size: 17px;
    margin-bottom: 50px;
  }
  .body-recruitment .mission-block .content-block .item-mission .text .number {
    top: -5px;
    right: 15px;
    font-size: 80px;
    line-height: 1.3;
  }
  .body-recruitment .value-block .title-block {
    margin-bottom: 30px;
  }
  .body-recruitment .history-block {
    margin-top: 50px;
  }
  .body-recruitment .history-block .title-block {
    margin-bottom: 30px;
  }
  .body-recruitment .history-block .content-block .list-history {
    margin-top: 20px;
  }
  .body-recruitment .history-block .content-block .list-history .row > div {
    margin-bottom: 24px;
  }
  .body-recruitment .policy-block .content-block {
    padding: 95px 0 100px;
  }
  .body-recruitment .policy-block .content-block .column-left,
  .body-recruitment .policy-block .content-block .column-right {
    z-index: 3;
    width: 45%;
  }
  .body-recruitment .policy-block .content-block .column-left .item-policy,
  .body-recruitment .policy-block .content-block .column-right .item-policy {
    background: #fff;
  }
  .body-recruitment .mission-block .title-block,
  .body-recruitment .value-block .title-block,
  .body-recruitment .history-block .title-block,
  .body-recruitment .vision-block .title-block,
  .body-recruitment .policy-block .title-block {
    font-size: 28px;
    line-height: 1.3;
  }
  .search-block .title-block {
    font-size: 28px;
    line-height: 1.3;
  }
  .footer-recruitment .footer-top .menu-footer.menu-info {
    margin-bottom: 20px;
  }
  .footer-recruitment .footer-top .menu-footer.menu-address {
    margin-top: 40px;
  }
  .body-career-list .main-banner .content .title {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 1.3;
  }
  .body-career-list .count-result {
    padding: 20px 0;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .body-career-list .filter-block {
    padding: 0;
    width: 30%;
    min-width: 340px;
    position: relative;
  }
  .body-career-list .filter-block .title-block {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    justify-content: space-between;
  }
  .body-career-list .filter-block .title-block .text {
    font-size: 18px;
  }
  .body-career-list .filter-block .title-block .arrow {
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
  }
  .body-career-list .filter-block .list-filter {
    border: 1px solid #CCCCCC;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 12px;
    pointer-events: none !important;
    position: absolute;
    transform: translateY(15px) translateZ(0);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    visibility: hidden;
    top: calc(100% + 3px);
    left: 0;
    z-index: 101;
  }
  .body-career-list .filter-block .list-filter .item-list .title {
    font-size: 14px;
  }
  .body-career-list .filter-block .list-filter .item-list .detail-filter .item-detail .custom-checkbox .box {
    width: 20px;
    height: 20px;
  }
  .body-career-list .filter-block .list-filter .item-list .detail-filter .item-detail .custom-checkbox .box .checked-icon {
    width: 20px;
    height: 20px;
  }
  .body-career-list .filter-block.active .title-block .arrow {
    transform: rotate(0);
  }
  .body-career-list .filter-block.active .list-filter {
    opacity: 1;
    pointer-events: auto !important;
    visibility: visible;
    transform: none;
  }
  .body-career-list .list-career-block .item-career .column-left {
    gap: 0 10px;
  }
  .body-career-list .list-career-block .item-career .column-left .feature img {
    max-width: 180px;
  }
  .body-career-list .list-career-block .item-career .column-left .info {
    padding-right: 10px;
  }
  .body-career-list .list-career-block .item-career .column-left .info .tag {
    margin-bottom: 20px;
  }
  .body-career-list .list-career-block .item-career .column-left .info .title {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .body-career-list .list-career-block .item-career .column-left .info .more .item {
    gap: 0 5px;
    font-size: 14px;
  }
  .body-career-list .list-career-block .item-career .column-left .info .more .item img {
    width: 22px;
  }
  .body-career-list .list-career-block .item-career .column-right .view-detail a {
    font-size: 14px;
    padding: 10px 28px;
    margin-bottom: 15px;
  }
  .body-career-list .list-career-block .item-career .column-right .date {
    font-size: 14px;
  }
  .body-career-detail .wrapper-career-detail {
    margin: 0 5%;
  }
  .body-career-detail .head-job {
    padding: 25px;
  }
  .body-career-detail .head-job .title-job {
    display: inline-block;
    width: 100%;
  }
  .body-career-detail .head-job .title-job .text {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .body-career-detail .head-job .title-job .button-apply {
    width: 200px;
    font-size: 14px;
    padding: 10px 0;
  }
  .body-career-detail .head-job .information-job .item-info .text {
    line-height: 1.3;
  }
  .body-career-detail .body-job .content-job .item-job ul li {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .body-career-detail .body-job .content-job .item-job ul ul {
    margin-top: 10px;
  }
  .body-career-detail .form-apply-block .content-form .group-load {
    padding: 15px;
    align-items: flex-start;
  }
  .body-career-detail .form-apply-block .content-form .group-load .label-input .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .body-career-detail .form-apply-block .content-form .group-load .label-input .desc {
    font-size: 14px;
  }
  .body-career-detail .form-apply-block .content-form .group-load .button-load {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .body-career-detail .form-apply-block .content-form .group-load .button-load img {
    width: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .body-recruitment .value-block .content-block .list-value {
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    justify-content: normal;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .body-recruitment .value-block .content-block .list-value .item-value {
    flex: unset;
    min-width: 280px;
  }
  .search-block .title-block {
    font-size: 28px;
    line-height: 1.3;
  }
  .search-block .content-block {
    padding: 30px 20px;
  }
  .search-block .content-block .input-search {
    height: 50px;
  }
  .search-block .content-block .input-search .icon img {
    width: 30px;
  }
  .search-block .content-block .input-search input {
    height: 55px;
    line-height: 53px;
    font-size: 20px;
  }
  .search-block .content-block .category-search {
    height: 55px;
    line-height: 53px;
  }
  .search-block .content-block .button-search .button-red {
    font-size: 16px;
    height: 55px;
    line-height: 53px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .body-recruitment .vision-block .desc-block {
    font-size: 18px;
    line-height: 1.3;
  }
  .body-recruitment .vision-block .content-block .label {
    width: 350px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .body-recruitment .vision-block .content-block .list-brand .item-brand .text {
    padding: 28px 0;
    font-size: 18px;
  }
  .body-recruitment .policy-block .content-block {
    margin: 0 -10px;
  }
  .body-recruitment .policy-block .content-block .column-left,
  .body-recruitment .policy-block .content-block .column-right {
    padding: 0 10px;
    z-index: 3;
    width: 50%;
  }
  .body-recruitment .policy-block .content-block .column-left .item-policy,
  .body-recruitment .policy-block .content-block .column-right .item-policy {
    padding: 15px;
  }
  .body-recruitment .policy-block .content-block .column-left .item-policy .text,
  .body-recruitment .policy-block .content-block .column-right .item-policy .text {
    font-size: 16px;
  }
  .search-block .content-block {
    padding: 30px 20px;
  }
  .body-career-detail .head-job .title-job .text {
    font-size: 28px;
    width: 65%;
  }
  .body-career-detail .head-job .title-job .button-apply {
    width: 180px;
  }
  .body-career-detail .head-job .title-job .button-apply svg {
    width: 20px;
  }
  .body-career-detail .body-job .content-job {
    padding: 25px;
  }
  .body-career-detail .body-job .content-job .item-job ul li {
    margin-bottom: 10px;
  }
  .body-career-detail .body-job .content-job .item-job ul ul {
    margin-top: 10px;
  }
  .body-career-detail .form-apply-block .content-form .group-load {
    padding: 15px;
    align-items: flex-start;
  }
  .body-career-detail .form-apply-block .content-form .group-load .label-input .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .body-career-detail .form-apply-block .content-form .group-load .label-input .desc {
    font-size: 14px;
  }
  .body-career-detail .form-apply-block .content-form .group-load .button-load {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .body-career-detail .form-apply-block .content-form .group-load .button-load img {
    width: 35px;
  }
  .body-blog-list {
    margin-bottom: 50px;
  }
  .body-blog-list .list-blog-1 {
    margin-top: 50px;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog {
    padding: 0 15px;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog .tag {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog .title {
    font-size: 20px;
    line-height: 30px;
  }
  .body-blog-list .list-blog-2 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog {
    margin-top: 15px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog .title {
    font-size: 18px;
    line-height: 26px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog .desc {
    font-size: 12px;
    line-height: 18px;
  }
  .list-blog-3 .row > div:nth-child(odd) {
    border-right: none;
  }
  .list-blog-3 .row > div {
    margin-bottom: 30px;
  }
  .list-blog-3 .item-blog .feature-image {
    width: 50%;
  }
  .list-blog-3 .item-blog .info-blog {
    width: 50%;
    padding-left: 15px;
  }
  .list-blog-3 .item-blog .info-blog .tag {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 16px;
  }
  .list-blog-3 .item-blog .info-blog .title {
    font-size: 15px;
    line-height: 20px;
  }
  .list-blog-3 .item-blog .info-blog .date {
    font-size: 10px;
    line-height: 16px;
  }
  .list-blog-3 .item-blog .info-blog .date img {
    width: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-recruitment .mission-block .content-block .row {
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    justify-content: normal;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .body-recruitment .mission-block .content-block .row > div {
    flex: unset;
    min-width: 45%;
  }
  .search-block .content-block .input-search {
    height: 50px;
  }
  .search-block .content-block .input-search .icon {
    left: 25px;
  }
  .search-block .content-block .input-search .icon img {
    width: 22px;
  }
  .search-block .content-block .input-search input {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 15px 0 65px;
  }
  .search-block .content-block .category-search {
    height: 50px;
    line-height: 48px;
  }
  .search-block .content-block .category-search .icon img {
    width: 18px;
  }
  .search-block .content-block .category-search .label {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .search-block .content-block .button-search .button-red {
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
  }
  .search-block .content-block .column-category {
    width: 30%;
  }
  .search-block .content-block .button-search {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .header-recruitment .wrapper {
    padding: 13px 0px;
    position: relative;
  }
  .header-recruitment .wrapper .center-column {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-radius: 8px;
    min-width: 290px;
    opacity: 0;
    overflow-y: auto;
    padding: 20px 25px;
    pointer-events: none !important;
    position: absolute;
    top: 100%;
    transform: translateY(15px) translateZ(0);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    visibility: hidden;
    top: calc(100% + 3px);
    right: 0;
    z-index: 101;
  }
  .header-recruitment .wrapper .center-column.active {
    opacity: 1;
    pointer-events: auto !important;
    visibility: visible;
    transform: none;
  }
  .header-recruitment .wrapper .center-column .menu-header {
    display: flex;
    gap: 20px 0;
    flex-direction: column;
  }
  .header-recruitment .wrapper .center-column .menu-header .item {
    padding: 0;
  }
  .header-recruitment .wrapper .center-column .menu-header .item.active .title-menu {
    color: #B7272E;
  }
  .header-recruitment .wrapper .center-column .menu-header .item.active .title-menu img {
    transform: rotate(180deg);
  }
  .header-recruitment .wrapper .center-column .menu-header .item .title-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .title-menu img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .sub-menu {
    display: none;
    padding: 10px 0 0;
  }
  .header-recruitment .wrapper .center-column .menu-header .item .sub-menu .sub-item {
    font-size: 15px;
    color: #333333;
    display: block;
    padding: 7px 0;
  }
  .header-recruitment .wrapper .right-column {
    display: flex;
    align-items: center;
  }
  .header-recruitment .wrapper .right-column .button-call a {
    gap: 0 8px;
  }
  .header-recruitment .wrapper .right-column .button-call a img {
    width: 28px;
  }
  .header-recruitment .wrapper .right-column .button-call a .text .title {
    font-size: 10px;
  }
  .header-recruitment .wrapper .right-column .menu-mobile {
    display: block;
  }
  .body-recruitment .main-banner .owl-dots {
    gap: 0 20px;
  }
  .body-recruitment .vision-block .title-block {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .body-recruitment .vision-block .desc-block {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .body-recruitment .vision-block .content-block .label {
    width: 200px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin: 0 auto 59px;
  }
  .body-recruitment .vision-block .content-block .label:after {
    height: 53px;
  }
  .body-recruitment .vision-block .content-block .list-brand {
    margin: 0 -7px;
  }
  .body-recruitment .vision-block .content-block .list-brand .item-brand {
    padding: 0 7px;
  }
  .body-recruitment .vision-block .content-block .list-brand .item-brand .text {
    padding: 18px 0;
    font-size: 13px;
  }
  .body-recruitment .vision-block .content-block .list-brand .item-brand:before {
    top: -28px;
  }
  .body-recruitment .vision-block .content-block .list-brand .item-brand:first-child:after, .body-recruitment .vision-block .content-block .list-brand .item-brand:last-child:after {
    height: 25px;
    top: -28px;
  }
  .body-recruitment .mission-block .title-block {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .body-recruitment .mission-block .content-block .row > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .body-recruitment .mission-block .content-block .item-mission {
    margin-bottom: 10px;
  }
  .body-recruitment .mission-block .content-block .item-mission .text {
    padding: 30px 25px 25px;
  }
  .body-recruitment .mission-block .content-block .item-mission .text .label {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .body-recruitment .mission-block .content-block .item-mission .text .number {
    top: 0;
    right: 25px;
    font-size: 60px;
  }
  .body-recruitment .mission-block .content-block .item-mission .text .desc {
    font-size: 15px;
  }
  .body-recruitment .value-block {
    margin-top: 50px;
  }
  .body-recruitment .value-block .title-block {
    font-size: 24px;
    line-height: 30px;
  }
  .body-recruitment .value-block .content-block .list-value .item-value {
    width: 50%;
    margin-bottom: 15px;
  }
  .body-recruitment .value-block .content-block .list-value .item-value:last-child {
    width: 100%;
  }
  .body-recruitment .value-block .content-block .list-value .item-value:last-child .wrapper {
    display: flex;
    align-items: flex-start;
    padding: 25px 20px 25px 25px;
  }
  .body-recruitment .value-block .content-block .list-value .item-value:last-child .wrapper .text {
    text-align: left;
    margin-left: 34px;
  }
  .body-recruitment .value-block .content-block .list-value .item-value:last-child .wrapper .text .label {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .body-recruitment .value-block .content-block .list-value .item-value .wrapper {
    border-radius: 4px;
    padding: 20px 9px 15px 9px;
    border: 1px solid #EEEEEE;
  }
  .body-recruitment .value-block .content-block .list-value .item-value .wrapper .block-mobile {
    margin: 0 auto;
  }
  .body-recruitment .value-block .content-block .list-value .item-value .wrapper .label {
    margin-top: 20px;
    font-size: 18px;
  }
  .body-recruitment .value-block .content-block .list-value .item-value .wrapper .desc {
    font-size: 15px;
    line-height: 22px;
  }
  .body-recruitment .value-block .content-block .list-value .item-value .wrapper .desc br {
    display: none;
  }
  .body-recruitment .value-block .content-block .list-value .item-value:nth-child(odd) .wrapper, .body-recruitment .value-block .content-block .list-value .item-value:nth-child(even) .wrapper {
    background: transparent;
    color: #333333;
  }
  .body-recruitment .history-block .title-block {
    font-size: 22px;
  }
  .body-recruitment .history-block .content-block .list-history {
    margin-top: 10px;
  }
  .body-recruitment .history-block .content-block .list-history .row > div {
    margin-bottom: 10px;
  }
  .body-recruitment .history-block .content-block .list-history .item-history {
    padding: 15px 20px 25px 25px;
  }
  .body-recruitment .history-block .content-block .list-history .item-history .title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .body-recruitment .history-block .content-block .list-history .item-history .title span {
    font-size: 40px;
  }
  .body-recruitment .policy-block .bg {
    top: 39%;
  }
  .body-recruitment .policy-block .title-block {
    font-size: 24px;
  }
  .body-recruitment .policy-block .content-block {
    padding: 30px 0;
  }
  .body-recruitment .policy-block .content-block .column-left,
  .body-recruitment .policy-block .content-block .column-right {
    width: 100%;
    z-index: 1;
  }
  .body-recruitment .policy-block .content-block .column-left .list-policy .item-policy,
  .body-recruitment .policy-block .content-block .column-right .list-policy .item-policy {
    padding: 15px;
  }
  .body-recruitment .policy-block .content-block .column-left .list-policy .item-policy .icon,
  .body-recruitment .policy-block .content-block .column-right .list-policy .item-policy .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
  .body-recruitment .policy-block .content-block .column-left .list-policy .item-policy br,
  .body-recruitment .policy-block .content-block .column-right .list-policy .item-policy br {
    display: none;
  }
  .body-recruitment .policy-block .content-block .column-right {
    margin-top: -50px;
  }
  .body-recruitment .policy-block .content-block .column-center img {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    transform: none;
    margin-top: -30px;
  }
  .search-block {
    margin-top: 24px;
  }
  .search-block .title-block {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding: 0 9%;
  }
  .search-block .content-block .input-search input {
    font-size: 22px;
    font-size: 16px;
  }
  .search-block .content-block .category-search {
    margin: 20px 0;
  }
  .search-block .content-block .button-search {
    text-align: center;
  }
  .search-block .content-block .button-search .button-red {
    display: inline-block;
    font-size: 16px;
    height: 47px;
    line-height: 45px;
    padding: 0 10px;
    width: 170px;
    position: relative;
  }
  .search-block .content-block .button-search .button-red svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-recruitment .bottom-block {
    padding: 40px 30px 50px;
  }
  .footer-recruitment .bottom-block .desc {
    margin-top: 28px;
    font-size: 15px;
    line-height: 22px;
  }
  .footer-recruitment .bottom-block .desc br {
    display: none;
  }
  .footer-recruitment .footer-top {
    padding: 35px 0;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-info .label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-info .text {
    font-size: 12px;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-info .text br {
    display: none;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-link:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-link a {
    font-size: 12px;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-address {
    font-size: 12px;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-address img {
    width: 16px;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-address br {
    display: none;
  }
  .footer-recruitment .footer-top .menu-footer .content .item-address:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-recruitment .footer-top .menu-footer .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer-recruitment .footer-top .menu-footer.menu-info {
    margin-bottom: 10px;
  }
  .footer-recruitment .footer-top .menu-footer.menu-address {
    margin-top: 30px;
  }
  .footer-recruitment .footer-bottom .wrapper {
    display: block;
  }
  .footer-recruitment .footer-bottom .wrapper div:not(:last-child) {
    margin-bottom: 5px;
  }
  .body-career-list .main-banner .content .title {
    margin-bottom: 54px;
    font-size: 28px;
  }
  .body-career-list .count-result {
    font-size: 20px;
    padding: 20px 50px;
  }
  .body-career-list .filter-block {
    margin: 0 auto;
  }
  .body-career-list .filter-block .title-block {
    padding: 12px 15px;
  }
  .body-career-list .list-career-block .item-career {
    flex-wrap: wrap;
    padding: 15px;
  }
  .body-career-list .list-career-block .item-career .column-left {
    width: 100%;
    gap: 0 20px;
    margin-bottom: 18px;
  }
  .body-career-list .list-career-block .item-career .column-left .feature img {
    max-width: 120px;
  }
  .body-career-list .list-career-block .item-career .column-left .info {
    padding: 0;
  }
  .body-career-list .list-career-block .item-career .column-left .info .tag {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .body-career-list .list-career-block .item-career .column-left .info .title {
    margin-bottom: 15px;
  }
  .body-career-list .list-career-block .item-career .column-left .info .more {
    display: block;
  }
  .body-career-list .list-career-block .item-career .column-left .info .more .item {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .body-career-list .list-career-block .item-career .column-left .info .more .item img {
    width: 20px;
  }
  .body-career-list .list-career-block .item-career .column-right {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .body-career-list .list-career-block .item-career .column-right .view-detail a {
    font-size: 12px;
    padding: 7px 24px;
    margin-bottom: 0;
  }
  .body-career-list .list-career-block .item-career .column-right .date {
    font-size: 13px;
  }
  .body-career-list .pagination-block {
    justify-content: center;
  }
  .body-career-detail .main-banner .container {
    padding: 0;
  }
  .body-career-detail .wrapper-career-detail {
    margin-left: 0;
    margin-right: 0;
  }
  .body-career-detail .head-job .information-job:after {
    display: none;
  }
  .body-career-detail .head-job .information-job .item-info {
    align-items: baseline;
  }
  .body-career-detail .head-job .information-job .item-info .label {
    font-size: 14px;
    gap: 0 8px;
    margin-right: 0;
    min-width: 170px;
  }
  .body-career-detail .head-job .information-job .item-info .label img {
    width: 18px;
  }
  .body-career-detail .head-job .information-job .item-info .text {
    font-size: 14px;
  }
  .body-career-detail .head-job .title-job .text {
    width: 100%;
  }
  .body-career-detail .head-job .button-apply {
    width: 200px;
    font-size: 14px;
    margin-top: 35px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 0;
  }
  .body-career-detail .body-job {
    margin-bottom: 20px;
  }
  .body-career-detail .body-job:after, .body-career-detail .body-job:before {
    display: none;
  }
  .body-career-detail .body-job .content-job {
    padding: 30px;
  }
  .body-career-detail .form-apply-block {
    padding: 40px 20px 80px;
  }
  .body-career-detail .form-apply-block .desc-block {
    font-size: 14px;
    line-height: 24px;
  }
  .body-career-detail .form-apply-block .content-form .group-load.upload {
    margin-bottom: 30px;
  }
  .body-career-detail .form-apply-block .content-form .group-load .label-input .title {
    font-size: 18px;
  }
  .body-career-detail .form-apply-block .content-form .group-load .label-input .desc {
    font-size: 12px;
  }
  .body-career-detail .form-apply-block .content-form .group-load .button-load {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
  .body-career-detail .form-apply-block .content-form .error-block {
    margin-top: 10px;
  }
  .body-career-detail .form-apply-block .content-form .error-block .title {
    margin-bottom: 5px;
  }
  .body-career-detail .form-apply-block .content-form .error-block .error-text {
    width: 100%;
  }
  .body-career-detail .form-apply-block .content-form .error-block .error-text:before {
    width: 100%;
    z-index: 1;
    left: 0;
  }
  .body-career-detail .form-apply-block .content-form .error-block .error-text:after {
    display: none;
  }
  .body-career-detail .form-apply-block .content-form .error-block .error-text span {
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #fff;
    display: inline-block;
  }
  .body-career-detail .form-apply-block .content-form .group-button {
    margin-top: 30px;
  }
  .body-career-detail .form-apply-block .content-form .group-reason {
    margin-top: 40px;
  }
  .body-career-detail .form-apply-block .content-form .custom-checkbox {
    margin-bottom: 20px;
  }
  .body-career-detail .form-apply-block .content-form .custom-checkbox .title-checkbox {
    flex-wrap: wrap;
  }
  .body-career-detail .form-apply-block .content-form .custom-checkbox .label-text {
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .body-blog-list .list-blog-1 {
    margin-top: 30px;
  }
  .body-blog-list .list-blog-1 .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog {
    padding: 0 25px;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog .tag {
    font-size: 14px;
    line-height: 26px;
  }
  .body-blog-list .list-blog-1 .item-blog .info-blog .title {
    font-size: 28px;
    line-height: 36px;
  }
  .body-blog-list .list-blog-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .body-blog-list .list-blog-2 .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog {
    margin-top: 15px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog .title {
    font-size: 20px;
    line-height: 28px;
  }
  .body-blog-list .list-blog-2 .item-blog .info-blog .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .body-blog-list .button-loadmore {
    line-height: 38px;
    font-size: 12px;
  }
  .list-blog-3 .row > div:nth-child(odd) {
    border-right: none;
  }
  .list-blog-3 .row > div {
    margin-bottom: 30px;
  }
  .list-blog-3 .item-blog .feature-image {
    width: 50%;
  }
  .list-blog-3 .item-blog .info-blog {
    width: 50%;
    padding-left: 15px;
  }
  .list-blog-3 .item-blog .info-blog .tag {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 16px;
  }
  .list-blog-3 .item-blog .info-blog .title {
    font-size: 15px;
    line-height: 20px;
  }
  .list-blog-3 .item-blog .info-blog .date {
    font-size: 10px;
    line-height: 16px;
  }
  .list-blog-3 .item-blog .info-blog .date img {
    width: 16px;
  }
  .body-blog-detail {
    color: #333333;
  }
  .body-blog-detail .detail-blog .info-blog {
    padding-left: 0;
    padding-right: 0;
  }
  .body-blog-detail .detail-blog .info-blog .tag {
    display: none;
  }
  .body-blog-detail .detail-blog .info-blog .title {
    font-size: 28px;
    line-height: 36px;
  }
  .body-blog-detail .detail-blog .info-blog .bottom .date {
    margin-right: 25px;
    padding-right: 25px;
    font-size: 12px;
    position: relative;
    top: 4px;
  }
  .body-blog-detail .detail-blog .info-blog .bottom .date img {
    width: 20px;
  }
  .body-blog-detail .detail-blog .info-blog .bottom .share {
    font-size: 12px;
  }
  .body-blog-detail .detail-blog .info-blog .bottom .share span {
    margin-left: 10px;
    padding: 0 12px;
    font-size: 14px;
  }
  .body-blog-detail .detail-blog .info-blog .bottom .share span img {
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .body-blog-detail .detail-blog .tag-blog {
    margin-bottom: 40px;
  }
  .body-blog-detail .related-blog .title-block {
    margin-bottom: 40px;
  }
  .block-mobile {
    display: block;
  }
  .block-desktop {
    display: none !important;
  }
}

/*# sourceMappingURL=styles.css.map */
