body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
  }
  
  header {
    background-color: #007bff;
    color: white;
    padding: 40px 20px;
    text-align: center;
  }
  
  section {
    padding: 60px 0;
  }
  
  h2 {
    color: #007bff;
  }
  
  .navbar-expand-lg .navbar-nav .nav-item{
    margin: 25px auto;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-left: 25px;
    margin-right: 25px;
    line-height: normal;
  }

  .job-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .job-list h4{
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
  }
  
  .job {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
  }
  
  button {
    background-color: #B21900;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  button:hover {
    background-color: #B21900;
  }
  
  form label {
    display: block;
    margin-top: 10px;
  }
  form input, form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
  }
  
  footer {
    padding: 20px;
  }
  .section-head {
    margin: 0px auto;
    text-align: center;
    margin-bottom: 40px;
}
.section-head .section__title {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    color: #ffc20e;
    line-height: 1.2;
    text-transform: uppercase;
}  
.section-overview .overview__item {
    line-height: 22px;
}

.section-overview .overview__item p {
    margin-bottom: 10px;
}
.container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0px auto;
    max-width: 1140px;
}

.saycustomer {
    text-align: center;
}
.saycustomer img {
    max-width: 100%;
}
.jobs-list .hot_jobs__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    position: relative;
}

.jobs-list .jobs__item .cta {
    color: #fff;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    border: 1px solid #ffc20e;
    color: #ffc20e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.jobs-list .jobs__item .list__item--title {
    padding-bottom: 2px;
    padding-right: 140px;
}
.jobs-list .jobs__item .list__item--info {
    color: #888;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 140px;
}
.jobs-list .jobs__item .list__item--side {
    position: absolute;
    right: 0px;
    top: 20px;
}
.jobs-list .jobs__item .list__item--title a {
    font-size: 20px;
    color: #ffc20e;
    font-weight: 400;
}
a, .a {
    text-decoration: none;
    color: #2599dc;
    font-weight: bold;
    cursor: pointer;
}
#page {
    position: relative;
    background-color: #fff;
}
.top-article {
    background-color: #fafafa;
    position: relative;
}
.top-article .container {
    padding: 20px 0px;
}
.job-detail .detail-head {
    padding-bottom: 30px;
    border-bottom: 1px dotted #e0e0e0;
}
.job-detail .detail-head .detail__desc {
    width: 65%;
}
.detail-head .detail__button {
    width: 350px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.detail-head .ctas {
    margin-bottom: 20px;
}
.box-share {
    position: relative;
    right: 0px;
}
.box-share .share__name {
    color: #888;
    display: block;
    margin-bottom: 20px;
}
.box-share .btn-share.-fb {
    color: #fff;
    background-color: #3b5999;
}
.-ap, .ap {
    font-family: 'ap' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-share .btn-share {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: #212529;
    background-color: #fff;
}
.box-share .btn-share.-mail {
    color: #fff;
    background-color: #dd4b39;
}
.detail-head .title {
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    line-height: 1.3;
}
.desc-job {
    margin-top: 20px;
    line-height: 25px;
}
.desc-job .desc {
    margin-bottom: 10px;
}
.desc-job .desc span {
    font-weight: bold;
}
.job-detail .detail-head .detail__desc {
    width: 65%;
}

.left, .ap-left {
    float: left;
}

.detail-head .detail__button {
    width: 350px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.right, .ap-right {
    float: right;
}
.box-share .btn-share.-fb {
    color: #fff;
    background-color: #3b5999;
}
.box-share .btn-share {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: #212529;
    background-color: #fff;
}
.icon-facebook2:before {
    content: "\e9a6";
}
.icon-google-plus:before {
    content: "\e9a1";
}
*, *::before, *::after {
    box-sizing: border-box;
}
.article .content-article h2, .article .content-article h3, .article .content-article h4, .article .content-article h5 {
    margin-bottom: 20px;
    line-height: 1.3;
    color: #333;
    font-weight: normal;
}
.article .content-article h2 {
    font-size: 24px;
    color: #ffc20e;
}

.top-article {
    background-color: #fafafa;
    position: relative;
}
.top-article .container {
    padding: 20px 0px;
}
.top-article .container .breadcrumb{
    padding: 0px;
    margin: 0px;
}
.life-spa .life-spa-body{
    padding-top:20px;
}
.life-spa img {
    width: 361px;     /* chỉnh lại kích thước tùy ý */
    height: auto;     /* hoặc height: 150px nếu bạn muốn ảnh vuông */
    object-fit: cover;
    border-radius: 20px; /* tuỳ chọn bo góc ảnh */
}
.flip-card {
  position: relative;
  background-color: transparent;
  width: 361px;
  height: 460px;
  overflow: hidden;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: opacity 0.5s ease;
}

.flip-card-front {
  z-index: 2;
  opacity: 1;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.flip-card-back {
  background-color: #F4C308;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  z-index: 1;
  opacity: 0;
}

/* Hover effect */
.flip-card:hover .flip-card-front {
  opacity: 0;
  z-index: 1;
}

.flip-card:hover .flip-card-back {
  opacity: 1;
  z-index: 2;
}

  .flip-card-back h5{
    padding-top:40px;
  }
  .flip-card-back p{
    padding-top:20px;
  }
  .jobs__item a:hover {
    color: #F4C308 !important;
  }

  .item .item-hover {
    display: none;
  }
  
  .item:hover .item-actived {
    display: none !important;
  }
  
  .item:hover .item-hover {
    display: flex !important;
  }
  .footer-image{
    padding-top:20px;
    padding-bottom:20px;
  }
  .carousel-caption-custom {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
    line-height: 2rem;
    width: 400px;
    z-index: 10;
}

.carousel-caption-custom .btn-findjob a {
  display: inline-block;
  width: 150px;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.25rem;
  border: 1px solid #FFFFFF;
  padding: 5px;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
}
.carousel-caption-custom .btn-findjob a:hover {
  background-color: #B21900;
}

.btn-apply a {
  display: inline-block;
  width: 200px;
  font-size: 1.25rem;
  color: #B21900;
  border: 1px solid #B21900;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}
.btn-apply a:hover {
  background-color: #B21900;
  color: #fff;
}

.text-color-main{
  color:#B21900;
}
.hot_jobs__item a:hover{
  color: #000 !important;
  font-weight: bold;
}
.hot_jobs__item a{
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  font-style: normal;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
.jobs__item a:hover{
  color: #000 !important;
  font-weight: bold;
  font-size: 1rem;
}
.jobs__item a{
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
}
.jobs-list .jobs__item {
  padding-bottom: 10px;
  position: relative;
}
.section-faq .item{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq{
  background-color: rgba(244, 195, 8, 0.14);
}
.faq-q {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #000000;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
}
.faq-a {
  display: none;
  font-size: 1.25rem;
  line-height: 2rem;
  padding-left: 20px;
  color: #000000;
  padding-top: 15px;
  font-family: 'Barlow', sans-serif;
}

.item:hover .faq-a {
  display: block;
}
.footer-contact{
  margin-left:20px;
  font-family: 'Barlow', sans-serif;
}
.section {
    padding: 60px 0;
}
.job-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.core-value {
  font-size: 1rem;
  line-height: 2rem;
}
.core-value h4{
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #B21900;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;;
}
.core-value h5{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  color: #B21900;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 10px auto;
  padding-left: 20px;
  font-family: 'Barlow', sans-serif;
}
.core-value .item-actived {
  height: 115px;
  background-color: rgba(176, 175, 175, 0.26);
  border-radius: 5px;
}
.core-value .item-actived img{
  width: 200px;
  object-fit: cover;
  height: 84px;
  margin: 5px auto;
  border-radius: 5px;
}
.core-value .item-hover {
  display: none;
    height: 185px;
    background-color: #B21900;
    border-radius: 5px;
    font-family: 'Barlow', sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
}
.core-value .item-hover img {
  width: 200px;
    object-fit: cover;
    height: 150px;
    margin: 5px auto;
    border-radius: 5px;
}
.core-value .item{
  padding-top: 15px;
  padding-bottom: 15px;
}
.core-value .content-wrapper p{
  color: #fff;
  margin: 10px auto;
  padding-left: 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
}
.life-spa h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  color: #000000;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 30px;
}
.hot-jobs h4{
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
.faq h4{
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
.job-detail{
  font-family: 'Barlow', sans-serif;
}
.job-detail .detail-head .desc-job p.desc{
  font-size: 1.25rem;
  line-height: 2rem;
}
.job-detail .article h4{
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2rem;
  color: #000000;
}
.section-relation-jobs {
  background-color: #F4C30817;
}
.section-relation-jobs h4{
  font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    color: #000000;
    font-family: 'Barlow', sans-serif;

}
.vision {
  font-size: 1rem;
  line-height: 2rem;
  font-family: 'Barlow', sans-serif;
}
.vision h4 {
  font-size: 2rem; 
  line-height: 2rem; 
  font-weight: bold; 
  color: #B21900; 
  padding-top: 20px; 
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.vision img{
  width: 105px;
  height: 105px;
}
.row.item-actived {
  display: flex;
}

.image-box {
  flex: 0 0 20%; /* tương đương col-md-3 */
}

.content-box {
  flex: 1; /* tương đương col-md-9 */
  padding-left: 15px; /* tuỳ chỉnh khoảng cách */
}

.overview__item h2{
    font-weight: bold;
    font-size: 3rem;
    color: #FFFFFF;
    line-height: 3.25rem;
    font-family: 'Montserrat', sans-serif;
}
.overview__item p{
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2rem;
  padding-top:10px;
}
.intro h3{
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.intro .intro-detail {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 2rem;
  font-family: 'Barlow', sans-serif;
}
.job-urgent-list{
  padding-top: 20px;
  font-size: 1rem;
  line-height: 2rem;
}
.content-article {
  padding: 20px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-family: 'Barlow', sans-serif;
}
@media (max-width: 767.98px) {
  .item-hover .content-hover-text p{
      display: none !important;
  }
  .item-hover .content-hover-text h5{
    display: block !important;
  }
  .job-detail .detail-head .detail__desc{
    width:100% !important;
  }
  .detail-head .detail__button {
    width: 100% !important;
  }
  
}
/* Laptop nhỏ */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .carousel-caption-custom {
    position: absolute;
    top: 55%;
    right: -15%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
    z-index: 10;
    width: 350px;
  }
  .carousel-caption-custom .overview__item p {
    font-weight: bold;
    font-size: 1rem;
    line-height: 2rem;
    padding-top: 10px;
  }
}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .carousel-caption-custom {
    position: absolute;
    top: 50%;
    right: -12%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
    line-height: 2rem;
    width: 400px;
    z-index: 10;
  }
 }
 @media (min-width: 1400px) and (max-width: 1599.98px) {
  .carousel-caption-custom {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
    line-height: 2rem;
    width: 400px;
    z-index: 10;
  }
 }
/* Màn hình lớn */
@media (min-width: 1600px) {
  .carousel-caption-custom {
    position: absolute;
    top: 48%;
    right: 10%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.25rem;
    text-align: left;
    line-height: 2rem;
    width: 400px;
    z-index: 10;
  }
}

.form-select {
  border:none;
}
.form-control {
  border:none;
}
.form-search {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  font-style: normal;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
.section-jobs .card-body{
  padding-top: 20px;
  padding-bottom: 20px;
}    