@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 10px;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 12px;
  min-width: 12px;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #44318D;
}
::-webkit-scrollbar-thumb {
  background: #44318D;
}
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: 'Poppins';
}
ul,
li,
p {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  font-size: 14px;
}
ul,
li {
  padding: 0;
  list-style: none;
}
p strong,
p b {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2 {
  font-weight: 800;
  font-style: normal;
}
button {
  border: 0;
  cursor: pointer;
}
.container {
  width: 100%;
}
section {
  display: flex;
  padding: 3rem 1.5rem;
}
@keyframes scroll {
  100% {
    background-position: -35000px 0;
  }
}
@keyframes move {
  0%,
  100% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0);
  }
}
.human-resource .heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.5rem;
}
.human-resource .heading h2 {
  font-size: 22px;
  width: 100%;
}
.human-resource .heading p {
  margin-top: 1rem;
}
.human-resource .center-heading {
  justify-content: center;
  align-items: center;
}
.human-resource .center-heading h2,
.human-resource .center-heading p {
  text-align: center;
}
.human-resource .white-heading h2,
.human-resource .white-heading p {
  color: #ffffff;
}
.human-resource .buttons {
  display: flex;
  margin-top: 1.5rem;
}
.human-resource .buttons .btn-yellow,
.human-resource .buttons .btn-white,
.human-resource .buttons .btn-gradient {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 15px;
  transition: 1s all;
}
.human-resource .buttons .btn-yellow img,
.human-resource .buttons .btn-white img,
.human-resource .buttons .btn-gradient img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.human-resource .buttons .btn-yellow:hover,
.human-resource .buttons .btn-white:hover,
.human-resource .buttons .btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(83.69deg, #f1f1d9 0.78%, #ddeafa 48.64%, #f5eff1 94.99%);
}
.human-resource .buttons .btn-yellow {
  background-color: #FFD600;
  color: #000000;
}
.human-resource .buttons .btn-gradient {
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
  color: #000000;
}
.human-resource .buttons .btn-white {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.human-resource .banner {
  padding-top: 1rem !important;
  flex-direction: column;
  background-image: url(/_public/images/hr-training/banner-bg.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
.human-resource .banner .logo-container,
.human-resource .banner .bar,
.human-resource .banner .tka-logo,
.human-resource .banner .menu,
.human-resource .banner .menu-toggle {
  display: flex;
}
.human-resource .banner .logo-container .container {
  display: flex;
  flex-direction: column;
}
.human-resource .banner .banner-contact {
  display: flex;
  padding-bottom: 1rem;
  font-weight: 500;
}
.human-resource .banner .banner-contact a {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.human-resource .banner .banner-contact a span {
  display: flex;
  min-width: 14px;
  height: 14px;
  margin-right: 8px;
}
.human-resource .banner .banner-contact a span img {
  height: 100%;
  width: 100%;
}
.human-resource .banner .banner-contact a:first-child {
  width: 32%;
  padding-right: 0.6rem;
  margin-right: 0.6rem;
  border-right: 1px solid #c8c8c8;
}
.human-resource .banner .banner-contact a:last-child {
  width: 68%;
}
.human-resource .banner .nav-bar {
  display: flex;
}
.human-resource .banner .nav-bar .buttons {
  display: none;
}
.human-resource .banner .bar {
  background-color: #ffffff;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
  padding: 1.2rem;
}
.human-resource .banner .tka-logo img,
.human-resource .banner .menu img {
  height: 100%;
  width: 100%;
}
.human-resource .banner .tka-logo {
  max-width: 210px;
}
.human-resource .banner .menu {
  height: 23px;
  width: 23px;
}
.human-resource .banner .active + .menu-links {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  transform: translateX(0);
}
.human-resource .banner .menu-links {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 80%;
  top: 0;
  right: 0;
  background-color: #ffffff;
  transition: 0.5s all;
  z-index: 5;
  padding: 1rem;
  transform: translateX(100%);
  transition: 1s all;
}
.human-resource .banner .menu-links .menu-toggle {
  align-items: center;
  justify-content: flex-end;
}
.human-resource .banner .menu-links .menu-toggle img {
  width: 13px;
  height: 13px;
  margin-right: 0.5rem;
}
.human-resource .banner .menu-links .links-li {
  padding: 0.6rem 0;
  border-bottom: 1px dashed #000000;
  font-weight: 500;
}
.human-resource .banner .menu-links .links-li:first-child {
  padding-top: 0;
}
.human-resource .banner .menu-links .links-li:nth-of-type(5) {
  padding-bottom: 0;
  border-bottom: 0;
}
.human-resource .banner .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.human-resource .banner .sticky::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #0000003d;
  height: 1px;
  width: calc(100% + 200px);
}
.human-resource .banner .sticky .bar {
  box-shadow: none;
  padding: 0;
}
.human-resource .banner .sticky .banner-contact {
  padding-bottom: 2rem;
}
.human-resource .banner .sticky-down {
  top: -100px;
}
.human-resource .banner .banner-container,
.human-resource .banner .banner-content,
.human-resource .banner .banner-info,
.human-resource .banner .training-container,
.human-resource .banner .team,
.human-resource .banner .function,
.human-resource .banner .performace {
  display: flex;
  flex-direction: column;
}
.human-resource .banner .banner-container {
  padding-top: 2rem;
}
.human-resource .banner .banner-content {
  align-items: center;
}
.human-resource .banner .banner-content b {
  font-size: 17px;
  font-weight: 500;
  color: #44318D;
}
.human-resource .banner .banner-content h1,
.human-resource .banner .banner-content p {
  text-align: center;
}
.human-resource .banner .banner-content h1 {
  margin: 0.5rem 0 1rem;
}
.human-resource .banner .banner-content h1 .flag {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  transform: translateY(9px);
}
.human-resource .banner .banner-content h1 .delegate {
  width: 0;
  height: 0;
}
.human-resource .banner .banner-content .buttons {
  margin-top: 1.8rem;
}
.human-resource .banner .banner-info {
  margin-top: 2rem;
  align-items: center;
}
.human-resource .banner .banner-info span {
  display: flex;
}
.human-resource .banner .banner-info span img {
  height: 100%;
  width: 100%;
}
.human-resource .banner .banner-info h3 {
  font-size: 20px;
  text-align: center;
  background: linear-gradient(4.18deg, #ffffff -38.13%, #F2F5FA 95.94%);
  padding: 1.2rem 1rem;
}
.human-resource .banner .training-container {
  margin-top: 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.07);
}
.human-resource .banner .training-container h3 {
  font-size: 20px;
  font-weight: 600;
}
.human-resource .banner .team,
.human-resource .banner .function,
.human-resource .banner .performance {
  padding: 1.5rem;
}
.human-resource .banner .team,
.human-resource .banner .function {
  border-bottom: 1px solid #D7D7D7;
}
.human-resource .banner .team p {
  margin: 10px 0 15px;
}
.human-resource .banner .team span {
  display: flex;
  width: 150px;
}
.human-resource .banner .team span img {
  height: 100%;
  width: 100%;
}
.human-resource .banner .team b {
  color: #A7A7A7;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.human-resource .banner .function ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.human-resource .banner .function ul li {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}
.human-resource .banner .function ul li:nth-of-type(1),
.human-resource .banner .function ul li:nth-of-type(2) {
  margin-top: 15px;
}
.human-resource .banner .function ul li img {
  height: 25px;
  width: 20px;
  margin-right: 10px;
}
.human-resource .banner .performance span {
  display: flex;
  margin-top: 15px;
}
.human-resource .banner .performance span img {
  height: 100%;
  width: 100%;
}
.human-resource .course {
  padding-top: 1rem;
}
.human-resource .course .course-container,
.human-resource .course .course-content,
.human-resource .course .course-list,
.human-resource .course .info,
.human-resource .course .content,
.human-resource .course .course-item,
.human-resource .course .list-content {
  display: flex;
  flex-direction: column;
}
.human-resource .course .heading {
  margin-bottom: 2rem;
}
.human-resource .course .tabs {
  display: flex;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 7px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.human-resource .course .tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  margin-right: 3rem;
  min-width: fit-content;
  position: relative;
  cursor: pointer;
}
.human-resource .course .tabs li::before {
  content: '';
  width: 0;
  background-color: #FFD600;
  height: 4px;
  position: absolute;
  bottom: -7px;
  transition: 1s all;
}
.human-resource .course .tabs li:last-child {
  margin-right: 0;
}
.human-resource .course .tabs li::after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(/_public/images/hr-training/drop-arrow.svg);
  background-size: 100% 100%;
  margin-left: 8px;
  filter: brightness(0);
  transform: rotate(180deg);
  transition: 1s all;
}
.human-resource .course .tabs li.active {
  color: #44318D;
}
.human-resource .course .tabs li.active::after {
  filter: none;
  transform: rotate(0);
}
.human-resource .course .tabs li.active::before {
  width: calc(100% + 20px);
}
.human-resource .course .course-content {
  margin-top: 2.8rem;
}
.human-resource .course .content ul {
  background: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
  padding: 1.5rem;
  border-radius: 15px;
}
.human-resource .course .content ul li {
  border-radius: 30px;
  background-color: #ffffff;
  font-size: 16px;
  margin-top: 1.2rem;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
}
.human-resource .course .content ul li.active {
  border: 1px solid #44318D;
}
.human-resource .course .content ul li:first-child {
  margin-top: 0;
}
.human-resource .course .course-item {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1.2rem;
  position: relative;
  transition: 1s all;
}
.human-resource .course .course-item::before {
  content: '';
  width: 33px;
  min-width: 33px;
  height: 31px;
  background-image: url(/_public/images/hr-training/degree.svg);
  background-size: 100% 100%;
  margin-bottom: 1rem;
}
.human-resource .course .course-item .info h3 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.human-resource .course .course-item .info p {
  color: #838383;
}
.human-resource .course .course-item .info p strong {
  font-weight: 600;
}
.human-resource .course .course-item .buttons .btn-gradient img {
  width: 14px;
  height: 14px;
  margin: 0 0 0 10px;
}
.human-resource .course .course-item:hover {
  background-color: #44318D;
}
.human-resource .course .course-item:hover .info h3,
.human-resource .course .course-item:hover .info p {
  color: #ffffff;
}
.human-resource .course .course-item:hover .buttons .btn-gradient {
  background-color: #FFD600;
  background-image: none;
}
.human-resource .overview {
  padding-top: 0;
  padding-bottom: 4rem;
}
.human-resource .overview .overview-container,
.human-resource .overview .overview-content {
  display: flex;
  flex-direction: column;
}
.human-resource .overview .overview-content {
  align-items: center;
}
.human-resource .overview .overview-content .heading {
  margin-bottom: 1rem;
}
.human-resource .overview .overview-content p {
  text-align: center;
}
.human-resource .overview .overview-info {
  display: flex;
  margin-top: 2rem;
}
.human-resource .overview .overview-info img {
  width: 100%;
  height: 100%;
}
.human-resource .method {
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
}
.human-resource .method .method-container,
.human-resource .method .method-content,
.human-resource .method .method-list,
.human-resource .method .method-item {
  display: flex;
  flex-direction: column;
}
.human-resource .method .heading {
  margin-bottom: 2rem;
}
.human-resource .method .method-list {
  counter-reset: counter;
}
.human-resource .method .method-item {
  background-color: #ffffff;
  box-shadow: 0px 4px 14px 0px #00000026;
  margin-top: 1rem;
  padding: 1rem;
  cursor: pointer;
}
.human-resource .method .method-item:nth-child(1) {
  margin-top: 0;
}
.human-resource .method .method-item h3 {
  color: #7D7D7D;
  font-size: 16px;
  font-weight: 600;
}
.human-resource .method .method-item h3::before {
  content: counter(counter, decimal-leading-zero) '_';
  counter-increment: counter;
}
.human-resource .method .method-item .buttons {
  margin-top: 0;
}
.human-resource .method .method-item .buttons .btn-yellow {
  background-color: transparent;
}
.human-resource .method .method-item .buttons .btn-yellow img {
  margin: 0 0 0 8px;
}
.human-resource .method .method-item.active {
  background-color: #44318D;
  box-shadow: none;
}
.human-resource .method .method-item.active h3 {
  color: #ffffff;
}
.human-resource .method .method-item.active .buttons {
  margin-top: 1rem;
}
.human-resource .method .method-item.active .buttons .btn-yellow {
  background-color: #FFD600;
}
.human-resource .method .method-info {
  display: none;
}
.human-resource .fact {
  padding-bottom: 1rem;
}
.human-resource .fact .fact-container,
.human-resource .fact .fact-item {
  display: flex;
  flex-direction: column;
}
.human-resource .fact .heading {
  margin-bottom: 0.5rem;
}
.human-resource .fact .fact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.human-resource .fact .fact-item {
  width: 40%;
  margin-top: 1rem;
}
.human-resource .fact .fact-item .fact-count {
  display: flex;
}
.human-resource .fact .fact-item .fact-count strong {
  font-size: 22px;
  color: #d7d7d7;
}
.human-resource .fact .fact-item p {
  font-size: 13px;
  font-weight: 500;
}
.human-resource .growth .growth-container,
.human-resource .growth .growth-list {
  display: flex;
  flex-direction: column;
}
.human-resource .growth .heading {
  margin-bottom: 0;
}
.human-resource .growth .growth-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(180deg, rgba(68, 49, 141, 0.08) 0, rgba(255, 255, 255, 0) 100%);
  padding: 1.5rem;
  margin-top: 2rem;
  border-top: 2px solid #44318D;
}
.human-resource .growth .growth-item span {
  display: flex;
  width: 48px;
  height: 48px;
}
.human-resource .growth .growth-item span img {
  width: 100%;
  height: 100%;
}
.human-resource .growth .growth-item strong {
  font-size: 17px;
  font-weight: 500;
  width: calc(100% - 64px);
}
.human-resource .growth .growth-item p {
  margin-top: 12px;
  font-size: 13px;
}
.human-resource .growth .growth-item:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(68, 49, 141, 0.08) 100%);
  border-top: 2px solid #44318D;
}
.human-resource .deliver {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.human-resource .deliver .deliver-container {
  display: flex;
  flex-direction: column;
  background-color: #44318d;
  padding: 1.5rem;
  border-radius: 20px;
}
.human-resource .deliver .buttons {
  margin-top: 0;
}
.human-resource .support .support-container,
.human-resource .support .support-content {
  display: flex;
  flex-direction: column;
}
.human-resource .support .support-content {
  align-items: center;
}
.human-resource .support .support-content .heading {
  margin-bottom: 1rem;
}
.human-resource .support .support-content p {
  text-align: center;
  line-height: 27px;
}
.human-resource .support .support-info {
  display: flex;
  margin-top: 2rem;
}
.human-resource .support .support-info img {
  width: 100%;
  height: 100%;
}
.human-resource .choose {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.human-resource .choose .choose-container,
.human-resource .choose .choose-list,
.human-resource .choose .choose-item {
  display: flex;
  flex-direction: column;
}
.human-resource .choose .choose-list {
  counter-reset: number;
}
.human-resource .choose .heading {
  margin-bottom: 0;
}
.human-resource .choose .choose-item {
  align-items: center;
  margin-top: 2rem;
  counter-increment: number;
}
.human-resource .choose .choose-item h3,
.human-resource .choose .choose-item p {
  text-align: center;
}
.human-resource .choose .choose-item h3 {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.human-resource .choose .choose-item h3::after {
  content: counter(number, decimal-leading-zero);
  font-size: 14px;
  font-weight: 600;
  color: #D7D7D7;
  margin: 10px 0 15px;
}
.human-resource .choose .choose-item span {
  display: flex;
  border-radius: 15px;
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
  width: 64px;
  height: 60px;
  padding: 15px;
  margin-bottom: 1.3rem;
}
.human-resource .choose .choose-item span img {
  width: 100%;
  height: 100%;
}
.human-resource .advantage .advantage-container,
.human-resource .advantage .advantage-head,
.human-resource .advantage .advantage-detail,
.human-resource .advantage .info,
.human-resource .advantage .advantage-content {
  display: flex;
  flex-direction: column;
}
.human-resource .advantage .advantage-content ul li {
  padding-left: 30px;
  position: relative;
  margin-top: 1rem;
}
.human-resource .advantage .advantage-content ul li::before {
  content: '';
  background-image: url(/_public/images/hr-training/tick.svg);
  background-size: 100% 100%;
  width: 20px;
  height: 13px;
  position: absolute;
  left: 2px;
  top: 5px;
}
.human-resource .advantage .advantage-head {
  margin-top: 2rem;
}
.human-resource .advantage .advantage-detail {
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  margin-bottom: 1.5rem;
}
.human-resource .advantage .advantage-detail h3 {
  font-size: 16px;
  margin-bottom: 0.8rem;
}
.human-resource .advantage .advantage-detail ul {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.human-resource .advantage .advantage-detail ul li {
  list-style: disc;
  margin-top: 0.5rem;
  font-size: 13px;
}
.human-resource .advantage .advantage-detail ul li:first-child {
  margin-top: 0;
}
.human-resource .advantage .advantage-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 12px;
  background-image: linear-gradient(90deg, #ffffff, #ffffff), linear-gradient(90deg, rgba(42, 33, 201, 0.3) 0%, rgba(44, 4, 105, 0.3) 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 15px;
  align-items: center;
}
.human-resource .advantage .advantage-info h4 {
  font-size: 16px;
  font-weight: 500;
}
.human-resource .advantage .advantage-info span {
  display: flex;
  width: 48px;
  height: 60px;
}
.human-resource .advantage .advantage-info span img {
  width: 100%;
  height: 100%;
}
.human-resource .advantage .advantage-info .info {
  width: calc(100% - 65px);
}
.human-resource .advantage .advantage-info .info p {
  line-height: 21px;
  margin-top: 8px;
}
.human-resource .advantage b {
  background-color: #44318D;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 500;
}
.human-resource .optimize {
  background-image: linear-gradient(96deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
}
.human-resource .optimize .optimize-container,
.human-resource .optimize .optimize-list,
.human-resource .optimize .optimize-item {
  display: flex;
  flex-direction: column;
}
.human-resource .optimize h3 {
  font-size: 20px;
  text-align: center;
}
.human-resource .optimize .optimize-list {
  counter-reset: number;
}
.human-resource .optimize .optimize-item {
  margin-top: 2rem;
  text-align: center;
  align-items: center;
}
.human-resource .optimize .optimize-item p {
  font-size: 12px;
}
.human-resource .optimize .optimize-item h4 {
  font-size: 14px;
  margin: 1rem 0 0.6rem 0;
}
.human-resource .optimize .optimize-item::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  font-style: italic;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.human-resource .contact {
  padding-bottom: 1.5rem;
}
.human-resource .contact .contact-container,
.human-resource .contact .contact-content,
.human-resource .contact .info-item,
.human-resource .contact .form,
.human-resource .contact .input-list {
  display: flex;
  flex-direction: column;
}
.human-resource .contact .contact-content {
  align-items: flex-start;
}
.human-resource .contact .contact-content .heading {
  margin-bottom: 1rem;
}
.human-resource .contact .contact-content .contact-info {
  display: flex;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 10px 26px 10px 15px;
  margin-top: 1.8rem;
  align-items: center;
}
.human-resource .contact .contact-content .contact-info span {
  display: flex;
  width: 26px;
  height: 32px;
  margin-right: 10px;
}
.human-resource .contact .contact-content .contact-info span img {
  width: 100%;
  height: 100%;
}
.human-resource .contact .contact-content .contact-info .info-item p {
  font-size: 12px;
  font-weight: 600;
}
.human-resource .contact .contact-content .contact-info .info-item a {
  font-weight: 500;
}
.human-resource .contact .form {
  border: 1px solid #D7D7D7;
  padding: 1.8rem 1.5rem;
  border-radius: 17px;
  margin: 2rem 0 0;
}
.human-resource .contact .form .input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid #D7D7D7;
  border-radius: 6px;
}
.human-resource .contact .form .input-container:last-child {
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
.human-resource .contact .form .input-container span {
  display: flex;
  width: 20px;
  height: 15px;
}
.human-resource .contact .form .input-container span img {
  width: 100%;
  height: 100%;
}
.human-resource .contact .form .input-container span img:last-child {
  display: none;
}
.human-resource .contact .form .input-container input,
.human-resource .contact .form .input-container textarea {
  border: none;
  padding: 0;
  outline: 0;
  font-size: 13px;
  width: calc(100% - 30px);
}
.human-resource .contact .form .input-container .checkbox {
  width: 14px;
  height: 14px;
}
.human-resource .contact .form .input-container textarea {
  resize: none;
  overflow: auto;
  height: 70px;
}
.human-resource .contact .form .input-container:nth-of-type(6) {
  align-items: flex-start;
  margin-bottom: 0;
}
.human-resource .contact .form .input-container ::-webkit-input-placeholder {
  /* Edge */
  background: #ffffff;
  color: #A7A7A7;
}
.human-resource .contact .form .input-container :-ms-input-placeholder {
  /* Firefox */
  background: #ffffff;
  color: #A7A7A7;
}
.human-resource .contact .form .input-container ::placeholder {
  /* Chrome */
  font-size: 13px;
  font-weight: 500;
  background-color: #ffffff;
  color: #A7A7A7;
}
.human-resource .contact .form .input-error {
  border: 1px solid #ff0000;
}
.human-resource .contact .form .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: #ff0000;
}
.human-resource .contact .form .input-error :-ms-input-placeholder {
  /* Firefox */
  color: #ff0000;
}
.human-resource .contact .form .input-error ::placeholder {
  /* Chrome */
  color: #ff0000;
}
.human-resource .contact .form .input-error span img:first-child {
  display: none;
}
.human-resource .contact .form .input-error span img:last-child {
  display: flex;
}
.human-resource .contact .form p {
  font-size: 11px;
}
.human-resource .contact .form .form-consent {
  display: flex;
  margin-top: 0.5rem;
}
.human-resource .contact .form .form-consent:nth-child(5) {
  margin-bottom: 0;
}
.human-resource .contact .form .form-consent label {
  display: flex;
  width: auto;
  align-self: center;
  margin-left: 0.3rem;
  font-size: 11px;
  cursor: pointer;
}
.human-resource .contact .form .form-consent p a {
  font-weight: 800;
  background-color: #FFD600;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.human-resource .contact .form .consent-error {
  display: none;
  margin-top: 0.6rem;
}
.human-resource .contact .form .consent-error p {
  color: #ff0000;
}
.human-resource .contact .form .buttons .btn-yellow {
  min-width: 114px;
}
.human-resource .contact .form .buttons .btn-yellow img {
  width: 15px;
  height: 15px;
}
.human-resource .review .review-container,
.human-resource .review .review-list,
.human-resource .review .review-item,
.human-resource .review .info {
  display: flex;
  flex-direction: column;
}
.human-resource .review .heading {
  margin-bottom: 2rem;
}
.human-resource .review .review-item {
  border-bottom-left-radius: 80px;
  border: 1px solid #E4E4E4;
  padding: 1.8rem 2.2rem;
  margin-bottom: 32px;
}
.human-resource .review .review-item P {
  border-top: 1px solid #D7D7D7;
  padding-top: 1.8rem;
  margin-top: 1.5rem;
  position: relative;
}
.human-resource .review .review-item P::before {
  content: '';
  background-image: url(/_public/images/hr-training/quote.svg);
  background-size: 100% 100%;
  width: 24px;
  height: 20px;
  position: absolute;
  top: -10px;
  background-color: #ffffff;
}
.human-resource .review .review-content {
  display: flex;
  justify-content: space-between;
}
.human-resource .review .review-content span {
  display: flex;
  width: 53px;
  height: 53px;
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
  padding: 13px;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 6px #ffffff, 0px 0px 0px 7px #E7E7E7;
}
.human-resource .review .review-content span img {
  height: 100%;
}
.human-resource .review .review-content .info {
  width: calc(100% - 75px);
}
.human-resource .review .review-content .info b {
  font-size: 18px;
}
.human-resource .review .review-content .info strong {
  color: #999696;
  font-weight: 400;
  font-size: 14px;
}
.human-resource .review .review-content .info img {
  width: 106px;
  height: 20px;
  margin-top: 10px;
}
.human-resource .review .owl-dots {
  display: flex;
  justify-content: center;
}
.human-resource .review .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
  border-radius: 50px;
  margin-right: 10px;
}
.human-resource .review .owl-dots .owl-dot.active {
  background-image: none;
  background-color: #44318D;
}
.human-resource .client {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.human-resource .client .client-container {
  display: flex;
  flex-direction: column;
}
.human-resource .client .client-container h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2.1rem;
  text-align: center;
}
.human-resource .client .client-list {
  background-image: url(/_public/images/hr-training/clients.png);
  display: flex;
  animation: 1000s scroll infinite linear;
  background-size: auto 100%;
  min-height: 36px;
}
.human-resource .faq .faq-container,
.human-resource .faq .faq-list,
.human-resource .faq .faq-item {
  display: flex;
  flex-direction: column;
}
.human-resource .faq .heading {
  margin-bottom: 2rem;
}
.human-resource .faq .faq-list {
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
  border-radius: 15px;
  padding: 1.2rem;
}
.human-resource .faq .faq-item {
  border-bottom: 1px solid #D7D7D7;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.human-resource .faq .faq-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.human-resource .faq .faq-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.human-resource .faq .ques {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 1rem;
  align-items: center;
  cursor: pointer;
}
.human-resource .faq .ques h3 {
  width: calc(100% - 50px);
  font-size: 14px;
  font-weight: 500;
}
.human-resource .faq .ques::after {
  content: '+';
  min-width: 25px;
  height: 25px;
  font-size: 22px;
  border: 2px solid #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.human-resource .faq .ans {
  display: none;
  padding: 1rem;
}
.human-resource .faq .active .faq-item {
  transition: 1s all;
  border-bottom: none;
}
.human-resource .faq .active .ques::after {
  content: '-';
  background-color: #44318D;
  border: 2px solid transparent;
  color: #ffffff;
}
.human-resource .footer {
  background-image: linear-gradient(83.69deg, #F1F1D9 0.78%, #DDEAFA 48.64%, #F5EFF1 94.99%);
}
.human-resource .footer .footer-container,
.human-resource .footer .footer-list,
.human-resource .footer .footer-item {
  display: flex;
  flex-direction: column;
}
.human-resource .footer .center-heading {
  margin-bottom: 2rem;
}
.human-resource .footer .footer-list {
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.051);
  border-radius: 20px;
  padding: 1.5rem 2rem;
}
.human-resource .footer .footer-item {
  margin-top: 1.5rem;
}
.human-resource .footer .footer-item b {
  font-size: 15px;
  font-weight: 500;
}
.human-resource .footer .footer-item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin-top: 6px;
}
.human-resource .footer .footer-item a img {
  margin-right: 1rem;
  width: 22px;
  height: 22px;
  filter: brightness(0);
}
.human-resource .footer .footer-item:nth-of-type(1) {
  margin-top: 0;
}
.human-resource .footer .footer-item:nth-of-type(2) a {
  text-decoration: underline;
}
.human-resource .footer .footer-item:nth-of-type(3) strong {
  font-size: 15px;
  font-weight: 600;
}
.human-resource .footer .footer-item:nth-of-type(3) span {
  display: flex;
  width: 104px;
  height: 20px;
  margin-top: 0.5rem;
}
.human-resource .footer .footer-item:nth-of-type(3) span img {
  width: 100%;
  height: 100%;
}
@media (min-width : 768px) {
  section {
    padding: 3rem 2rem;
  }
  .human-resource .banner .logo-container .menu-links {
    width: 50%;
  }
  .human-resource .banner .banner-container {
    align-items: center;
  }
  .human-resource .banner .banner-content h1 .flag {
    transform: translateY(6px);
  }
  .human-resource .banner .banner-contact {
    width: 425px;
    align-self: center;
  }
  .human-resource .banner .banner-contact a {
    font-size: 14px;
  }
  .human-resource .banner .banner-contact a:first-child {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
  .human-resource .banner .training-container {
    flex-flow: wrap;
  }
  .human-resource .banner .function,
  .human-resource .banner .performance {
    width: 50%;
  }
  .human-resource .banner .function {
    border-bottom: none;
    border-right: 1px solid #D7D7D7;
  }
  .human-resource .banner .sticky {
    padding: 1rem 2rem;
  }
  .human-resource .course .heading h2 {
    text-align: center;
  }
  .human-resource .course .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .human-resource .course .content ul {
    width: 322px;
    position: sticky;
    top: 120px;
  }
  .human-resource .course .list-content {
    width: 50%;
  }
  .human-resource .course .course-item:first-child {
    margin-top: 0;
  }
  .human-resource .overview .overview-container {
    align-items: center;
  }
  .human-resource .method .method-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .human-resource .method .method-content {
    width: 62%;
  }
  .human-resource .method .method-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .human-resource .method .method-item h3 {
    width: calc(100% - 180px);
  }
  .human-resource .method .method-item.active .buttons {
    margin-top: 0;
  }
  .human-resource .method .method-info {
    display: flex;
    width: 36%;
  }
  .human-resource .method .method-info span {
    display: flex;
  }
  .human-resource .method .method-info span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .human-resource .fact .heading h2 {
    text-align: left;
  }
  .human-resource .fact .fact-list {
    justify-content: space-between;
  }
  .human-resource .fact .fact-item {
    width: 22%;
    align-items: flex-start;
  }
  .human-resource .fact .fact-item p {
    text-align: left;
  }
  .human-resource .growth .growth-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .human-resource .growth .growth-item {
    width: 46%;
  }
  .human-resource .deliver .deliver-container {
    background: #44318D url(/_public/images/hr-training/function-bg.png) no-repeat right;
    background-size: contain;
  }
  .human-resource .deliver .deliver-container .heading {
    width: 58%;
  }
  .human-resource .deliver .deliver-container .buttons {
    width: fit-content;
  }
  .human-resource .support .support-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .human-resource .support .support-content {
    align-items: flex-start;
    width: 55%;
  }
  .human-resource .support .support-content h2,
  .human-resource .support .support-content p {
    text-align: left;
  }
  .human-resource .support .support-info {
    margin-top: 0;
    width: 42%;
  }
  .human-resource .choose .choose-item {
    width: 45%;
  }
  .human-resource .choose .choose-item h3 {
    justify-content: space-between;
  }
  .human-resource .choose .choose-list {
    flex-flow: wrap;
    justify-content: space-around;
  }
  .human-resource .advantage {
    padding-bottom: 4rem;
  }
  .human-resource .advantage .advantage-head {
    width: 438px;
    position: relative;
  }
  .human-resource .advantage .advantage-detail {
    width: 82%;
  }
  .human-resource .advantage .advantage-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .human-resource .advantage .advantage-info {
    margin-bottom: 0;
  }
  .human-resource .advantage b {
    position: absolute;
    transform: rotate(270deg);
    right: -34%;
    bottom: 57%;
  }
  .human-resource .optimize h3 {
    width: 75%;
    margin: auto;
  }
  .human-resource .optimize .optimize-list {
    flex-flow: wrap;
    justify-content: center;
  }
  .human-resource .optimize .optimize-item {
    width: 42%;
    margin-right: 3rem;
  }
  .human-resource .optimize .optimize-item:nth-child(2n) {
    margin-right: 0;
  }
  .human-resource .optimize .optimize-item:last-child {
    margin-right: 0 !important;
  }
  .human-resource .contact {
    padding-top: 4rem;
  }
  .human-resource .contact .contact-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .human-resource .contact .contact-content {
    width: 43%;
    position: sticky;
    top: 135px;
  }
  .human-resource .contact .form {
    width: 52%;
    margin-top: 0;
  }
  .human-resource .review .review-item {
    box-shadow: 0px 4px 18px 0px #0000001A;
  }
  .human-resource .review .review-item p {
    min-height: 187px;
  }
  .human-resource .client .client-container {
    position: relative;
  }
  .human-resource .client .client-container::before {
    content: '';
    border: 1px solid #D7D7D7;
    width: 100%;
    z-index: -2;
    position: absolute;
    top: 46%;
  }
  .human-resource .client .client-container h3 {
    width: fit-content;
    margin-left: 2.7rem;
    background-color: #ffffff;
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    padding: 0.5rem 1.9rem;
  }
  .human-resource .footer .footer-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .human-resource .footer .footer-item {
    width: 48%;
  }
  .human-resource .footer .footer-item:nth-of-type(2) {
    margin-top: 0;
  }
  .human-resource .footer .footer-item:nth-of-type(3) {
    width: 100%;
  }
  .human-resource .footer .footer-item a {
    font-size: 14px;
  }
}
@media (min-width : 1024px) {
  p,
  li {
    line-height: 1.8;
  }
  .human-resource .heading h2 {
    font-size: 28px;
  }
  .human-resource .buttons .btn-yellow,
  .human-resource .buttons .btn-gradient,
  .human-resource .buttons .btn-white {
    font-size: 16px;
  }
  .human-resource .banner {
    background-size: 100% 78%;
  }
  .human-resource .banner .menu,
  .human-resource .banner .menu-toggle {
    display: none;
  }
  .human-resource .banner .menu-links {
    position: relative;
    width: auto;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    transform: translateX(0);
  }
  .human-resource .banner .menu-links ul {
    display: flex;
  }
  .human-resource .banner .menu-links .links-li {
    border-bottom: 0;
    padding: 0;
    margin-right: 1.8rem;
  }
  .human-resource .banner .menu-links .links-li:hover {
    color: #44318D;
  }
  .human-resource .banner .menu-links .links-li:nth-of-type(3) {
    display: none;
  }
  .human-resource .banner .menu-links .links-li:nth-of-type(5) {
    margin: 0;
  }
  .human-resource .banner .sticky {
    padding: 0.8rem 2rem 0.8rem 2rem;
  }
  .human-resource .banner .sticky .nav-bar .buttons .btn-yellow {
    height: fit-content;
  }
  .human-resource .banner .bar {
    width: 73%;
  }
  .human-resource .banner .nav-bar {
    align-items: center;
  }
  .human-resource .banner .nav-bar .buttons {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .human-resource .banner .nav-bar .buttons .btn-yellow {
    min-width: 170px;
    height: 64px;
    margin: 0 1.2rem;
    border-radius: 0 30px 0 0;
  }
  .human-resource .banner .nav-bar .buttons .btn-white {
    height: 50px;
    min-width: 50px;
    border-radius: 50px;
    border: 1px solid #44318D;
    background-color: transparent;
  }
  .human-resource .banner .nav-bar .buttons .btn-white img {
    margin-right: 0;
    filter: grayscale(100%) brightness(0);
  }
  .human-resource .banner .banner-container {
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 5rem;
  }
  .human-resource .banner .banner-content {
    align-items: flex-start;
    width: 55%;
  }
  .human-resource .banner .banner-content b {
    font-size: 20px;
  }
  .human-resource .banner .banner-content h1,
  .human-resource .banner .banner-content p {
    text-align: left;
  }
  .human-resource .banner .banner-content h1 {
    font-size: 30px;
  }
  .human-resource .banner .banner-content h1 .flag {
    width: 50px;
    height: 50px;
    transform: translateY(14px);
  }
  .human-resource .banner .banner-content h1 .delegate {
    width: 96px;
    height: 50px;
    transform: translateY(12px);
  }
  .human-resource .banner .banner-info {
    margin-top: 0;
    width: 40%;
  }
  .human-resource .banner .training-container {
    margin-top: 5rem;
  }
  .human-resource .banner .function,
  .human-resource .banner .performance {
    width: 33%;
  }
  .human-resource .banner .team {
    width: 34%;
    border-bottom: none;
    border-right: 1px solid #D7D7D7;
  }
  .human-resource .course {
    padding-top: 3rem;
  }
  .human-resource .course .list-content {
    width: 62%;
  }
  .human-resource .course .course-item {
    flex-direction: row;
    justify-content: space-between;
  }
  .human-resource .course .course-item::before {
    margin-bottom: 0;
  }
  .human-resource .course .course-item .info {
    width: calc(100% - 227px);
  }
  .human-resource .course .course-item .buttons {
    margin: 0;
    align-self: center;
  }
  .human-resource .overview {
    padding-top: 2rem;
  }
  .human-resource .overview .overview-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .human-resource .overview .overview-content {
    width: 50%;
    align-items: flex-start;
  }
  .human-resource .overview .overview-content .heading h2 {
    text-align: left;
  }
  .human-resource .overview .overview-content p {
    text-align: left;
  }
  .human-resource .overview .overview-info {
    width: 43%;
    margin-top: 0;
  }
  .human-resource .method {
    padding: 0;
  }
  .human-resource .method .method-content {
    padding: 3rem 2rem;
  }
  .human-resource .method .method-item {
    width: 100%;
    transition: 1s all;
  }
  .human-resource .method .method-item h3 {
    font-size: 20px;
  }
  .human-resource .method .method-item.active {
    width: calc(100% + 187px);
    z-index: 1;
  }
  .human-resource .fact {
    padding-bottom: 2rem;
  }
  .human-resource .fact .heading {
    margin-bottom: 2rem;
  }
  .human-resource .fact .fact-list {
    border-top: 1px solid #d7d7d7;
    padding-top: 1.8rem;
  }
  .human-resource .fact .fact-item {
    flex-direction: row;
    align-items: center;
  }
  .human-resource .fact .fact-item .fact-count {
    justify-content: flex-end;
    min-width: 73px;
  }
  .human-resource .fact .fact-item .fact-count strong {
    font-size: 28px;
  }
  .human-resource .fact .fact-item p {
    font-size: 15px;
    line-height: 21px;
    border-left: 1px solid #d7d7d7;
    padding-left: 1rem;
    margin-left: 1rem;
  }
  .human-resource .growth .growth-list {
    justify-content: space-between;
  }
  .human-resource .growth .growth-item {
    width: 32%;
  }
  .human-resource .growth .growth-item:nth-child(2) {
    border-top: none;
    border-bottom: 2px solid #44318D;
  }
  .human-resource .growth .growth-item:nth-child(3) p {
    min-height: 164px;
  }
  .human-resource .deliver .deliver-container {
    padding: 2.5rem 2.8rem;
  }
  .human-resource .support .support-container {
    align-items: center;
  }
  .human-resource .choose .heading h2 {
    text-align: left;
  }
  .human-resource .choose .choose-item {
    width: 32%;
    align-items: flex-start;
  }
  .human-resource .choose .choose-item:nth-child(1) h3,
  .human-resource .choose .choose-item:nth-child(3) h3 {
    width: 175px;
  }
  .human-resource .choose .choose-item:nth-child(2) h3 {
    width: 140px;
  }
  .human-resource .choose .choose-item h3,
  .human-resource .choose .choose-item p {
    text-align: left;
  }
  .human-resource .choose .choose-list {
    position: relative;
    justify-content: space-between;
  }
  .human-resource .choose .choose-list::before {
    content: '';
    background-color: #D7D7D7;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .human-resource .advantage .advantage-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .human-resource .advantage .advantage-content {
    width: 47%;
  }
  .human-resource .advantage .advantage-content ul li {
    width: 50%;
  }
  .human-resource .advantage .advantage-head {
    margin-top: 0;
  }
  .human-resource .optimize .optimize-item {
    width: 28%;
  }
  .human-resource .optimize .optimize-item:nth-child(2n) {
    margin-right: 3rem;
  }
  .human-resource .optimize .optimize-item:nth-child(3n) {
    margin-right: 0;
  }
  .human-resource .contact .contact-container {
    align-items: center;
  }
  .human-resource .contact .contact-content {
    width: 37%;
    position: static;
  }
  .human-resource .contact .form {
    position: relative;
  }
  .human-resource .contact .form::before {
    content: '';
    background-image: url(/_public/images/hr-training/curve-arrow.png);
    background-size: 100% 100%;
    position: absolute;
    width: 130px;
    height: 50px;
    left: -116px;
    top: 41px;
    animation: move 2s linear infinite;
  }
  .human-resource .contact .form .input-list {
    flex-flow: wrap;
    justify-content: space-between;
  }
  .human-resource .contact .form .input-list .input-container {
    width: 49%;
  }
  .human-resource .contact .form .input-list .input-container:last-child {
    width: 100%;
  }
  .human-resource .review .review-item p {
    min-height: auto;
  }
  .human-resource .client .heading {
    display: none;
  }
  .human-resource .client .client-container::before {
    top: 18%;
  }
  .human-resource .faq {
    padding-bottom: 11rem;
  }
  .human-resource .faq .faq-list {
    counter-reset: number;
  }
  .human-resource .faq .faq-item .ques {
    padding: 1.2rem 1.5rem;
  }
  .human-resource .faq .faq-item .ques::before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero) '_';
    font-size: 16px;
    font-weight: 500;
  }
  .human-resource .faq .faq-item .ques h3 {
    font-size: 16px;
  }
  .human-resource .faq .faq-item .ques::after {
    margin-left: 0.5rem;
  }
  .human-resource .faq .ans {
    padding: 1rem 1.5rem;
  }
  .human-resource .footer {
    padding-top: 6rem;
    position: relative;
  }
  .human-resource .footer::before {
    content: '';
    background-image: url(/_public/images/hr-training/communicate.png);
    background-size: 100% 100%;
    width: 186px;
    height: 153px;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    animation: move 4s linear infinite;
  }
  .human-resource .footer .heading h2 {
    text-align: center;
  }
  .human-resource .footer .footer-list {
    align-items: center;
  }
  .human-resource .footer .footer-item {
    width: fit-content;
    border-left: 1px solid #EDEDEE;
  }
  .human-resource .footer .footer-item:nth-of-type(1) {
    order: 2;
  }
  .human-resource .footer .footer-item:nth-of-type(2) {
    order: 3;
  }
  .human-resource .footer .footer-item:nth-of-type(3) {
    margin-top: 0;
    width: fit-content;
    order: 1;
    border-left: none;
  }
  .human-resource .footer .footer-item:nth-child(1),
  .human-resource .footer .footer-item:nth-child(2) {
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
}
@media (min-width : 1366px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  section {
    padding: 4rem 0;
  }
  .human-resource .heading h2 {
    font-size: 32px;
  }
  .human-resource .banner {
    padding: 4rem 0 5rem 0;
  }
  .human-resource .banner .bar {
    width: 80%;
  }
  .human-resource .banner .menu-links .links-li:nth-child(3) {
    display: flex;
  }
  .human-resource .banner .banner-content h1 {
    font-size: 42px;
  }
  .human-resource .banner .banner-content h1 .flag {
    height: 63px;
    width: 63px;
  }
  .human-resource .banner .team,
  .human-resource .banner .function,
  .human-resource .banner .performance {
    padding: 1.7rem 1.6rem 2rem;
  }
  .human-resource .banner .performance {
    padding-right: 2.3rem;
  }
  .human-resource .banner .function ul {
    flex-flow: wrap;
  }
  .human-resource .banner .function ul li {
    width: 43%;
    align-items: flex-start;
  }
  .human-resource .banner .team {
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.3rem;
  }
  .human-resource .banner .team h3 {
    width: 80%;
  }
  .human-resource .banner .team p {
    font-size: 13px;
  }
  .human-resource .banner .team span {
    width: 134px;
  }
  .human-resource .banner .team b {
    width: 57%;
  }
  .human-resource .course .list-content {
    width: 69.6%;
  }
  .human-resource .course .course-item .info {
    flex-flow: wrap;
  }
  .human-resource .course .course-item .info h3 {
    width: 100%;
  }
  .human-resource .course .course-item .info p:nth-of-type(2) {
    border-left: 1px solid #d7d7d7;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
  .human-resource .course .tabs {
    justify-content: center;
  }
  .human-resource .method .container {
    width: 100%;
  }
  .human-resource .method .heading {
    width: 68%;
  }
  .human-resource .method .method-container {
    width: 94%;
    margin-left: auto;
  }
  .human-resource .method .method-content {
    padding: 3rem 0;
  }
  .human-resource .method .method-item {
    padding: 1rem 1.6rem;
  }
  .human-resource .method .method-item.active {
    width: calc(100% + 261px);
  }
  .human-resource .method .method-info {
    width: 30%;
  }
  .human-resource .fact .fact-item {
    position: relative;
  }
  .human-resource .fact .fact-item::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(/_public/images/hr-training/gradient-star.svg);
    background-size: 100% 100%;
    right: -30px;
    animation: pulse 3s linear infinite;
  }
  .human-resource .fact .fact-item:last-child::after {
    content: none;
  }
  .human-resource .fact .fact-item .fact-count {
    min-width: 116px;
  }
  .human-resource .fact .fact-item .fact-count strong {
    font-size: 45px;
  }
  .human-resource .growth .growth-item p {
    min-height: 140px !important;
  }
  .human-resource .choose .choose-container {
    width: 90%;
    margin: auto;
  }
  .human-resource .choose .choose-list::before {
    top: 50px;
  }
  .human-resource .advantage .advantage-content {
    width: 57%;
  }
  .human-resource .advantage .advantage-content ul {
    width: 58%;
  }
  .human-resource .optimize {
    background-image: url(/_public/images/hr-training/optimize-bg.png), linear-gradient(96deg, #f1f1d9 0.78%, #ddeafa 48.64%, #f5eff1 94.99%);
    background-size: 100% 66%, 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom 25px center, center;
    padding: 2.5rem 0;
  }
  .human-resource .optimize .optimize-container {
    flex-direction: column-reverse;
  }
  .human-resource .optimize h3 {
    width: 33%;
    text-align: right;
    margin: 6rem 0 0 auto;
  }
  .human-resource .optimize .optimize-item {
    width: 18%;
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-direction: column-reverse;
    padding-left: 2rem;
    margin: 0 0 0 1.2rem;
  }
  .human-resource .optimize .optimize-item::after {
    content: "";
    border-left: 1px dashed #D3D3D3;
    position: absolute;
    left: -3px;
    top: 0;
    height: calc(100% + 26%);
  }
  .human-resource .optimize .optimize-item:nth-child(1) {
    margin: 12px 0 0 0;
    width: 16%;
  }
  .human-resource .optimize .optimize-item:nth-child(2n) {
    margin-right: 0;
  }
  .human-resource .optimize .optimize-item:nth-child(2) {
    margin-top: 2.5rem;
  }
  .human-resource .optimize .optimize-item:nth-child(3) {
    margin-top: 3.9rem;
  }
  .human-resource .optimize .optimize-item:nth-child(4) {
    margin-top: 5.2rem;
  }
  .human-resource .optimize .optimize-item:last-child {
    width: 20%;
    margin-top: 6.2rem;
  }
  .human-resource .optimize .optimize-item:last-child h4 {
    margin-top: 7rem;
  }
  .human-resource .optimize .optimize-item h4 {
    margin: 0;
  }
  .human-resource .optimize .optimize-item p {
    position: relative;
  }
  .human-resource .optimize .optimize-item p::after {
    content: '';
    background-image: url(/_public/images/hr-training/dot-line.svg);
    background-size: 100% 100%;
    width: 130px;
    height: 42px;
    position: absolute;
    left: -59px;
    bottom: -55px;
    z-index: 1;
  }
  .human-resource .optimize .optimize-item::before {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: -22px;
    transform: rotate(-45deg);
  }
  .human-resource .review .review-item p {
    min-height: 180px;
  }
  .human-resource .faq .faq-container {
    width: 92%;
    margin: 0 auto;
  }
  .human-resource .footer .footer-container {
    width: 90%;
    margin: 0 auto;
  }
  .human-resource .footer .footer-item a {
    font-size: 18px;
  }
  .human-resource .footer .footer-item:nth-of-type(1) strong {
    font-size: 16px;
  }
}
@media (min-width : 1500px) {
  .human-resource .method .container {
    width: 1200px;
    margin: 0 auto;
  }
  .human-resource .method .method-container {
    width: 100%;
    margin: 0;
  }
}
