/*
Theme Name: AirCloset Block Theme
Theme URI: https://example.com/
Author: thanh.trinh@co-well.vn
Author URI: https://example.com/
Description: AirCloset block theme (WP 6.8.2) + Bootstrap 5 + ACF ready
Version: 1.0
Requires at least: 6.8
Tested up to: 6.8.2
Requires PHP: 8.2.12
Text Domain:aircloset
*/
/* menu css */
.navbar-nav .nav-link {
  font-weight: 500;
  padding: 13px 15px;
  color: #333;
}
.skip-link {
    display: none;
}
.container-fixed {
  max-width: 1080px;
  margin: 0 auto;
}

.container-fluid-fixed {
  max-width: 1440px;
  margin: 0 auto;
}

.navbar-nav .nav-item>a:hover,
.navbar-nav .nav-item.active>a {
  font-weight: 700;
}
.px-60{padding: 0 60px;}
#header{min-height: 70px;}
#menu-header .nav-item{
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}
#menu-header .dropdown-menu{
  padding: 0;
}
#menu-header .dropdown-menu .nav-item{
  padding: 7px 15px;
}

#menu-header .dropdown-menu-end{right: 0; top: 68px; margin-top: 0px; border: none;}
#menu-header>.nav-item>.nav-link:focus-visible{box-shadow: none !important;}

.navbar-toggler {
  border: none;
}

.custom-logo {
  height: 34px;
  width: auto;
}

/* fix submenu */
.dropdown-menu {
  border-radius: 0;
  top: 70px;
}

/* Dropdown child level 2 */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .navbar-toggler-icon {
    filter: invert(29%) sepia(90%) saturate(7500%) hue-rotate(350deg);
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  }
  .px-60{padding: 18px 15px;}
  #menu-header{margin-top: 16px;}
  
  #menu-header .dropdown-menu .nav-item.active,
  #menu-header .dropdown-menu .nav-item:hover,
  .navbar-nav .nav-item>a:hover,
  .navbar-nav .nav-item>a.active {
    background-color: #FEE5E7;
  }
  #menu-header .nav-item,
  #menu-header .dropdown-menu .nav-item{padding: 0; margin: 0;}
  #menu-header .dropdown-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px; /* Optional: cho icon đừng dính chữ */
    width: 100%;
  }
  #menu-header .dropdown-toggle::after {
    /*content: " ▲";*/
    font-size: 14px;
    margin-left: auto;
    transform: rotate(180deg);
    /*border: none !important;  ẩn mũi tên mặc định của bootstrap */
  }
  #menu-header .dropdown-toggle.show::after,
  #menu-header .dropdown.show > .dropdown-toggle::after {
    /*content: " ▼";*/
    transform: none;
  }
}

/* Hover parent menu -> show submenu (in PC) */
@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }
  .navbar-nav .nav-item:hover,
  .navbar-nav .nav-item.active {
    background-color: #FEE5E7;
  }
}

/* Active link style */
/*.navbar-nav .nav-link.active {
  color: #c00;
  font-weight: 600;
}*/
.footer{
  padding-top: 30px;
  padding-bottom: 20px;
  gap: 20px;
}
/*.footer .list-unstyled li{padding-bottom: 8px;}*/
.footer-menu{margin-top: 33px;}
.footer h2{
  font-size: 30px;
}
.site-footer {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #555;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #dc3545;
  text-decoration: underline;
}

.site-footer .bi {
  vertical-align: middle;
}

.bi-zalo {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #666;
}

.c666 {
  color: #666;
}

.c999 {
  color: #999999;
  font-size: 10px;
}

.wp-block-template-part {
  margin-block-start: 0 !important;
}

@media (max-width: 767.98px) {
  .site-footer .row>div {
    text-align: center;
  }
  .footer-menu{margin-top: 0; margin-bottom: 10px;}
}

/*end menu*/
.hearts-block h2 {
  font-weight: 700;
}

.hearts-block h3 {
  margin-top: 10px;
  font-weight: 600;
}

.hearts-block p {
  font-size: 0.95rem;
}

/* heart */
.heart-img {
  max-width: 90px;
}

.title-img {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 10px;
}

  .desc-img {
    font-size: 14px !important;
    margin: 0;
  }

.hearts-item {
  padding: 20px 30px;
  height: 245px;
}

@media (max-width: 768px) {
  .heart-img {
    max-width: 50px;
  }

  .h5 {
    font-size: 12px;
  }

  .title-img {
    font-size: 12px !important;
  }

  .desc-img {
    font-size: 12px !important;
  }

  .hearts-item {
    padding: 10px 15px;
    height: 156px;
  }
}

/* our-product */
#our-product-home {
  padding-top: 40px;
}
#our-product-home .our-products-grid {
  display: grid;
  max-width: 849px;
  grid-template-columns: 24.9% 29% 22.4% 23.7%;
}

.hearts-block .title {
  font-size: 24px;
  color: #FF0925;
}

.hearts-block .desc {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  line-height: 130%;
}

.heart-card-wrapper {
  position: relative;
  cursor: pointer;
  box-shadow: 0px 4px 15px 0px #0000000D inset;
  max-height: 200px
}

.heart-card-wrapper .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .heart-card-wrapper {
    max-height: 150px;
  }

  #our-product-home {
    padding: 20px 15px 0 15px;
  }

  #our-product-home .our-products-grid {
    max-width: 100%;
    grid-template-columns: 44% 56%;
    padding: 0 25px;
  }
}

.our-products-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0px;
  max-width: 1000px;
  margin: 0 auto;

}

.product-item {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 110px;
}

.our-product-img {
  max-height: 60px;
  width: auto;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.about-red {
  color: #FF0925;
  font-size: 20px;
  font-weight: 700;
}

.text-line {
  width: 80px;
  opacity: 1;
  color: #FF0925;
  height: 0;
  border: 1.5px solid #FF0925;
}

/* owl carousel */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  border: none;
  font-size: 30px;
}

.owl-nav button.owl-prev { left: 15px; }
.owl-nav button.owl-next { right: 15px; }
.owl-dots {
  text-align: center;
  margin-top: 20px;
  height: 8px;
}

.owl-main-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 0px;
}

.owl-carousel button.owl-dot{
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: #000 !important;
  opacity: 30%;
  transition: ease all 0.55s;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-carousel-white .owl-dots .owl-dot {
  border-color: #ffffff;
  background: none;
}

.owl-dots .owl-dot.active {
  background: #000;
  opacity: 80%;
}

.owl-carousel-white .owl-dots .owl-dot.active {
  background: #ffffff !important;
}
#ourspace{
  min-height: 446px;
}
#ourspace .owl-dots .owl-dot {
  background: #FFFFFF4D !important;
  border: 1px solid #FFFFFF4D !important;
}

#ourspace .owl-dots .owl-dot.active {
  background: #FFFFFFCC !important;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  display: inline;
}

.owl-no-overflow .owl-stage-outer {
  overflow: inherit;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 40px;
  margin: auto;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #02040f;
  background: #ffffff;
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
  line-height: inherit;
  color: #000;
  opacity: 20%;
  font-size: 20px !important;
}

.owl-nav-arrow-bottom .owl-nav .owl-next,
.owl-nav-arrow-bottom .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  background: #02040f;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  line-height: 30px;
  font-size: 13px;
}

.owl-nav-arrow-bottom .owl-nav .owl-next:hover,
.owl-nav-arrow-bottom .owl-nav .owl-prev:hover {
  background: #02040f;
}

.owl-nav-rounded .owl-nav .owl-next,
.owl-nav-rounded .owl-nav .owl-prev {
  width: 55px;
  height: 55px;
  font-size: 22px;
}

.owl-nav-rounded-sm .owl-nav .owl-next,
.owl-nav-rounded-sm .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.owl-nav-dark .owl-nav .owl-next,
.owl-nav-dark .owl-nav .owl-prev {
  color: #ffffff;
  background: #02040f;
}

.owl-nav .owl-next {
  right: 0;
}

.owl-nav-rounded .owl-nav .owl-next {
  right: 20px;
}

#voice-of-ace .img-fluid {
  width: 200px;
  height: 200px;
}

#voice-of-ace .owl-item .item p {
  font-size: 12px !important;
}

#voiceAceOwl .owl-nav .owl-prev {
    position: absolute;
    left: -40px; 
}

#voiceAceOwl .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}

#ourspace .img-fluid {
  height: 230px;
  width: auto;
}

/* modal custom */
.modal-dialog {
  max-width: 960px;
}

.modal-body {
  background-color: #2c2c2c;
}

/* thumbnails inside modal */
.thumbs-row {
  position: relative;
}

.thumbs-row img {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  opacity: 0.7;
  transition: border-color 0.3s, opacity 0.3s;
}

.thumbs-row img.active {
  border-color: #cc0017;
  opacity: 1;
}

.thumbs-row img:hover {
  opacity: 1;
}

.modalclose {
  position: absolute;
  right: 50px;
}

.carousel-control-prev {
  left: -30px;
}

.carousel-control-next {
  right: -30px;
}

.carousel-control-prev,
.carousel-control-next {
  border-radius: 50%;
  background-color: #FFFFFFCC;
  width: 30px;
  height: 30px;
  padding: 5px;
  top: 50%;
  color: #000;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #000;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav-rounded .owl-nav .owl-prev {
  left: 20px;
}

@media (max-width: 768px) {
  #voice-of-ace .owl-nav {
    display: none !important;
  }

  .owl-nav-rounded .owl-nav .owl-next {
    right: 0px;
  }

  .owl-nav-rounded .owl-nav .owl-prev {
    left: 0px;
  }

  .owl-nav-rounded .owl-nav .owl-next,
  .owl-nav-rounded .owl-nav .owl-prev {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
    #voice-of-ace {
    height: 484px;
  }
}
/* # end owl carousel */
/* btn style */
.btn {
  padding: 8px 20px;
}

.btn-apply {
  background-color: #CC0017;
  border: none;
  transition: all 0.3s;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  height: 30px;
  padding: 6px 20px;
  font-size: 12px;
  width: auto;
}

.btn-apply:hover {
  color: #fff;
  background-color: #a50012;
}

.btn-learn {
  background-color: #FFFFFF;
  color: #212121;
  border: 0.5px solid #999999;
  transition: all 0.3s;
  border-radius: 20px;
  font-weight: 700;
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  width: auto;
}

.btn-learn:hover {
  background-color: #d9d9d9;
  border: 0.5px solid #999999;
}

.btn-lg {
  border-radius: 20px;
  height: 40px;
  padding: 9px 30px;
  font-size: 14px;
  font-weight: 700;
}

.btn-simple {
  border: 1px solid #FFFFFF;
  color: #fff;
  height: 39px;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 0;
  margin-right: 10px;
}

.btn-simple.active,
.btn-simple:hover {
  border: 1px solid #FFFFFF;
  color: #000;
  background: #fff;
}

.btn-x {
  color: #FFFFFFCC;
  font-size: 30px;
}

.btn-x:hover {
  color: #FFF;
}

.btn-group-simple {
  border-radius: 0;
}

/* #end btn style */
/* search form */
.search-bar {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 7px 25px;
  height: 50px;
}

.search-bar form {
  width: 100%;
}

#job-search-input::placeholder {
  font-style: italic;
  font-size: 16px;
} 

.search-bar img {
  width: 30px;
  height: 30px;
}

.search-bar .form-control {
  border: none;
  box-shadow: none;
  flex: 1;
  font-size: 1rem;
}

.search-bar .form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn-search {
  background-color: #CC0017;
  color: #fff;
  border-radius: 50px;
  padding: 3px 0px;
  font-weight: 500;
  border: none;
  transition: all 0.3s;
  height: 30px;
  width: 82px;
}

.btn-search:hover {
  background-color: #a50012;
  color: #fff;
}


.jobs-block {
  background-color: #F2F2F2;
}

#jobs-home {
  background-image: url('./assets/images/PC_Home_BG2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#jobs-home .info-row>div:first-child {
  margin-right: 20px;
}

.jobs-block .title {
  font-size: 24px;
  font-weight: 700 !important;
  color: #fff;
}

#jobs-home .job-wapper {
   max-width: 1000px;
}

#jobs-career .job-wapper {
  max-width: 75%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.pcsp10 {
  margin-bottom: 10px;
}

.gap10 {
  gap: 10px;
}

.jobs-block .desc {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
}

.job-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 20px;
}

.job-title, .job-info {
  color: #212121;
}

@media (min-width: 768px) { 
    #jobs-career .job-card {
      position: relative;
      padding-bottom: 40px; 
    }

    .apply-btn-wrapper {
      position: absolute;
      bottom: 15px;
      right: 20px;
    }
}

@media (max-width: 767.98px) { 
    .apply-btn-wrapper button {
        width: 100%;
    }
    .job-card {
      padding: 15px;
    }
}


.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background-color: #fff4dc;
}

.badge {
  font-size: 12px;
  height: 20px;
  padding: 4px 11px;
  border-radius: 15px;
}

.btn-here {
  width: 193px;
}
/* #end list jobs */

#ourspace .ourspace-title {
  line-height: 1;
}

#ourspace {
  background-image: url('./assets/images/AboutUs_BG2.png'); 
  background-size: cover; 
  background-position: center; 
  min-height: 446px;
}

@media (max-width: 768px) {
  .btn-simple {
    height: 30px;
    padding: 7.5px 5px;
    font-size: 12px;
    margin-right: 0;
    line-height: 1;
  }

  #ourspace {
    min-height: 377px !important
  }

  #ourspace .ourspace-title {
    font-size: 16px;
  }

  #ourspace .img-fluid {
    height: 220px;
  }

  #ourspace .open-workspace {
    width: 118px;
  }

  #ourspace .meeting-rooms {
    width: 110px;
  }

  #ourspace .pantry {
    width: 57px;
  }

  #ourspace .others {
    width: 59px;
  }

  #voice-of-ace{min-height: 484px;}

  .btn-apply {
    display: block;
    width: 100%;
  }
  
  .btn-lg {
    height: 30px;
    padding: 3px 20px;
  }

  .hearts-block .title,
  .jobs-block .title {
    font-size: 16px;
  }

  .hearts-block .desc,
  .jobs-block .desc {
    font-size: 12px;
  }

  .our-products-wrapper {
    column-gap: 10px;
  }

  .product-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0 10px;
  }

  .our-product-img {
    max-height: 40px;
  }

  .airClosetMall{
    max-height: 26px !important;
  }

  .job-title {
    font-size: 16px;
  }

  .job-info {
    font-size: 12px;
  }

  .about-red {
    font-size: 14px;
  }

  .btn-search {
    display: none;
  }

  .search-bar {
    height: 40px;
    padding: 0px 15px;
  }

  .search-bar img {
    width: 20px;
    height: 20px;
  }

  #job-search-input::placeholder {
    font-size: 14px;
  }

  .btn-learn {
    height: 40px;
    font-size: 14px;
    padding: 3px 20px;
  }

  .search-bar form {
    height: 40px;
  }

  #jobs-home .job-wapper,
  #jobs-career .job-wapper {
    max-width: 92%;
  }

  #jobs-career .job-wapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .badge {
   font-size: 10px;
   padding: 5px 11px;
  }
}

/* ACE Gallery Style */
#ace-gallery .gallery-text h2 {
  font-size: 24px;
}

#ace-gallery .gallery-text p {
  font-size: 16px;
}

#ace-gallery .gallery-overlay {
  background-color: rgba(203, 0, 23, 0.85);
}

#ace-gallery .gallery-overlay-light {
  background-color: rgba(203, 0, 23, 0.5);
}

#ace-gallery .gallery-subtitle {
  max-width: 75%;
}

#ace-gallery .gallery-img {
  aspect-ratio: 3/2 !important;
}

@media (max-width: 768px) {

  /* Sắp xếp lại vị trí các ảnh */
  #ace-gallery .row>div:nth-child(1) {
    order: 1;
  }

  #ace-gallery .row>div:nth-child(2) {
    order: 2;
  }

  #ace-gallery .row>div:nth-child(3) {
    order: 3;
  }

  #ace-gallery .row>div:nth-child(5) {
    order: 4;
  }

  #ace-gallery .row>div:nth-child(9) {
    order: 5;
  }

  #ace-gallery .row>div:nth-child(4) {
    order: 6;
  }

  #ace-gallery .row>div:nth-child(7) {
    order: 7;
  }

  #ace-gallery .row>div:nth-child(8) {
    order: 8;
  }
}
@media (max-width: 1024px){
  #ace-gallery .gallery-text p {
    padding: 0 !important;
  }
}
@media (max-width: 575px) {
  #ace-gallery .gallery-text h2 {
    font-size: 20px;
  }

  #ace-gallery .gallery-text p {
    font-size: 12px;
  }

  #ace-gallery .gallery-subtitle {
    max-width: 90%;
  }
}

/* Intro */
#intro .is-layout-flex {
  justify-content: center;
  align-items: center !important;
}

#intro .introduction-section {
  font-family: 'Inter', sans-serif;
}

#intro .introduction-title {
  font-size: 24px;
  color: #FF0925;
}

#intro .mobile-break {
  display: none;
}

#intro .introduction-desc {
  font-size: 16px;
  color: #212121;
  padding: 0 15%;
  line-height: 133%;
}

#intro .intro-img {
  max-width: 75%;
}

@media (max-width: 575px) {

  #intro .introduction-title {
    font-size: 16px;
  }

  #intro .mobile-break {
    display: block;
  }

  #intro .introduction-desc {
    font-size: 12px;
    padding: 0 8%;
  }

  #intro .intro-img {
    max-width: 90%;
  }
}

/* Technology */
#technology {
  background: #f5f5f5;
  max-width: 100%;
  padding: 20px 12.5%;
  padding-bottom: 40px;
}

#technology .technology-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 42px;
  justify-items: center;
  padding: 30px;
}

#technology .tech-icon {
  max-width: 70px;
  max-height: 70px;
}

#technology .tech-name {
  font-size: 14px;
  color: #212121;
}

@media (max-width: 1055px) {
  #technology {
    padding: 20px 12px;
  }

  #technology .technology-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px 15px;
  }

  #technology .technology-item:nth-child(13) {
    grid-column-start: 2;
  }

  #technology .tech-icon {
    max-width: 50px;
    max-height: 50px;
  }

  #technology .tech-name {
    font-size: 10px;
  }
}


/* Button view all styles */
#jobs-home .btn-vew-all {
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 20px;
  border-color: #999999;
  border-width: 0.5px;
  height: 40px;
  width: 116px;
}

#jobs-home .btn-vew-all:hover {
  background-color: #d9d9d9;
}

#jobs-home .btn-vew-all a {
  text-decoration: none;
  color: #212121;
}

@media (max-width: 768px) {
  #jobs-home .btn-vew-all {
    height: 30px;
    padding: 3px 20px;
    width: 96px;
  }
}

/* About Us - Message from CEO */
#message-from-ceo {
  padding-left: 5px;
  padding-right: 5px;
}

#message-from-ceo .row {
  max-width: 75%;
}

#message-from-ceo .message-title {
  color: #FF0925;
  font-size: 24px;
  margin-bottom: 10px;
}

#message-from-ceo .message-content {
  color: #212121;
  font-size: 14px;
}

#message-from-ceo .img-fluid {
  width: 400px;
}

#message-from-ceo .ceo-message {
  padding-left: 25px;
  padding-right: 0;
}

@media (max-width: 1024px) {
  #message-from-ceo .row {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  #message-from-ceo .quote-top {
    max-width: 80px;
  }

  #message-from-ceo .quote-bottom {
    max-width: 80px;
  }

  #message-from-ceo .ceo-message {
    padding-top: 10px;
    margin-bottom: 23px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  #message-from-ceo .message-detail {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
  }

  #message-from-ceo .message-title {
    font-size: 16px !important;
  }

  #message-from-ceo .message-content {
    font-size: 12px;
  }

  #message-from-ceo .img-fluid {
    width: 345px;
  }
}

/* Why Join Us - Our Environment */
#our-environment {
  font-family: 'Inter', sans-serif;
}

#our-environment .row {
  max-width: 75%;
}

#our-environment .seperate-line-1 {
  height: 0.5px;
  background-color: #e6e6e6;
  pointer-events: none;
}

#our-environment .seperate-line-2 {
  width: 0.5px;
  background-color: #e6e6e6;
  pointer-events: none;
}

#our-environment .environment-title {
  color: #FF0925;
  font-size: 24px;
}

#our-environment .environment-subtitle {
  color: #212121;
  font-size: 16px;
  margin: 10px 0;
}

#our-environment .environment-subdesc {
  color: #212121;
  font-size: 14px;
  line-height: 130%;
}

#our-environment .env-item {
  padding: 20px;
}

#our-environment .environment-img {
  height: 90px;
  width: 90px;
}

@media (max-width: 575px) {
  #our-environment {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #our-environment .row {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #our-environment .environment-title {
    font-size: 16px;
  }

  #our-environment .environment-subtitle,
  #our-environment .environment-subdesc {
    font-size: 12px;
  }

  #our-environment .env-item {
  padding: 10px 20px;
}

  #our-environment .environment-img {
    height: 50px;
    width: 50px;
  }
}

/* Why Join Us - Our benefit */
#our-benefit {
  background-color: #ECECF6;
  font-family: 'Inter', sans-serif;
}

#our-benefit .row {
  max-width: 75%;
}

#our-benefit .benefit-title {
  color: #FF0925;
  font-size: 24px;
}

#our-benefit .benefit-desc {
  color: #212121;
  font-size: 16px;
}

#our-benefit .benefit-subtitle {
  color: #212121;
  font-size: 16px;
}

#our-benefit .benefit-subdesc {
  color: #212121;
  font-size: 14px;
  line-height: 130%;
}

#our-benefit .benefit-img {
  height: 90px;
  width: 90px;
}

#our-benefit .benefit-card {
  min-height: 110px;
  padding: 10px 20px !important;
}

@media (max-width : 575px) {
  #our-benefit {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #our-benefit .row {
    max-width: 100%;
  }

  #our-benefit .benefit-img {
    height: 50px;
    width: 50px;
  }

  #our-benefit .benefit-title {
    font-size: 16px;
  }

  #our-benefit .benefit-desc,
  #our-benefit .benefit-subtitle,
  #our-benefit .benefit-subdesc {
    font-size: 12px;
  }
  #our-benefit .benefit-card {
    min-height: 80px;
    padding: 10px !important;
  }
  #our-benefit .benefit-col {
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Why Join Us - Why grow */
#why-grow {
  background-image: url('./assets/images/whyjoinus-why-grow-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Inter', sans-serif;
}

#why-grow .why-grow-title {
  color: #FF0925;
  font-size: 24px;
}

#why-grow .why-grow-desc {
  color: #212121;
  font-size: 14px;
  max-width: 60%;
  line-height: 135%;
}

#why-grow .row {
  max-width: 75%;
}

#why-grow .icon-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

#why-grow .why-grow-subtitle {
  color: #212121;
  font-size: 16px;
}

#why-grow .why-grow-subdesc {
  color: #212121;
  font-size: 14px;
}

#why-grow .left-content {
  padding: 10px 20px;
}

#why-grow .left-items {
  min-height: 320px;
  width: 50%;
  padding: 0 10px 0 0;
}

#why-grow .right-img {
  min-height: 320px;
  width: 50%;
  padding: 0 0 0 10px;
}

@media (max-width : 768px) {
  #why-grow {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #why-grow .why-grow-title {
    font-size: 16px;
  }

  #why-grow .row {
    max-width: 100%;
    flex-direction: column;
  }

  #why-grow .icon-img {
    width: 50px;
    height: 50px;
    margin: 0 !important;
  }

  #why-grow .why-grow-desc {
    max-width: 90%;
  }

  #why-grow .why-grow-desc p {
    margin-bottom: 8px !important;
  }

  #why-grow .why-grow-desc,
  #why-grow .why-grow-subtitle,
  #why-grow .why-grow-subdesc {
    font-size: 12px;
    line-height: 138%;
  }

  #why-grow .left-items {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: 100%;
    padding: 0 15px;
  }

  #why-grow .left-content {
    display: block !important;
    text-align: center !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  #why-grow .right-img {
    margin-top: 10px;
    width: 100%;
    padding: 0 15px;
    min-height: auto;
  }
}

/* Why Join Us - Looking for */
#looking-for {
  max-width: 75%;
}

#looking-for .looking-for-top {
  background-image: url('./assets/images/whyjoinus-looking-for-pc-bg-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 120px;
}

#looking-for .looking-for-title {
  font-size: 24px;
}

#looking-for .looking-for-desc {
  color: #F2F2F2;
  font-size: 16px;
}

#looking-for .looking-for-img {
  height: 90px;
  width: 90px;
}

#looking-for .looking-for-subtitle {
  color: #212121;
  font-size: 16px;
}

#looking-for .looking-for-subdesc {
  color: #212121;
  font-size: 14px;
}

#looking-for .looking-for-it {
  padding: 10px 20px;
  min-height: 210px;
}

#looking-for .looking-for-bottom {
  background-image: url('./assets/images/whyjoinus-looking-for-pc-bg-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 136px;
}

#looking-for .looking-for-ques {
  font-size: 20px;
}

#looking-for .looking-for-btn {
  background-color: #CC0017;
  font-size: 14px;
  height: 40px;
  width: 203px;
  padding: 11.5px;
  line-height: 1;
}

#looking-for .looking-for-btn:hover {
  color: #fff;
  background-color: #a50012;
}

@media (max-width : 767px) {
  #looking-for .looking-for-item .box:nth-child(1),
  #looking-for .looking-for-item .box:nth-child(4) {
    background-color: #f2f2f2;
  }

  #looking-for .looking-for-item .box:nth-child(3) {
    background-color: #ffffff !important;
  }
}

@media (max-width : 575px) {
  #looking-for {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #looking-for .looking-for-top {
    background-image: url('./assets/images/whyjoinus-looking-for-mo-bg-1.png');
    min-height: 121px;
  }

  #looking-for .looking-for-title {
    font-size: 16px;
  }

  #looking-for .looking-for-desc {
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
  }

  #looking-for .looking-for-subtitle,
  #looking-for .looking-for-subdesc {
    font-size: 12px;
  }

  #looking-for .looking-for-subdesc {
    height: 75px;
  }

  #looking-for .looking-for-it {
    padding: 10px;
    height: 181px;
  }

  #looking-for .looking-for-img {
    height: 50px;
    width: 50px;
  }

  #looking-for .looking-for-item .box:nth-child(1),
  #looking-for .looking-for-item .box:nth-child(4) {
    background-color: #f2f2f2;
  }

  #looking-for .looking-for-item .box:nth-child(3) {
    background-color: #ffffff !important;
  }

  #looking-for .looking-for-bottom {
    background-image: url('./assets/images/whyjoinus-looking-for-mo-bg-2.png');
  }

  #looking-for .looking-for-ques {
    font-size: 14px;
  }

  #looking-for .looking-for-btn {
    height: 30px;
    width: 183px;
    padding: 6.5px;
  }
}


/* Style Form Upload CV WPC7 */
/* Form styling */
#applyFormInJobDetail form.wpcf7-form.init {
  padding: 20px;
}

.wpcf7 form label {
  font-weight: 600;
  font-size: 12px;
  display: block;
  margin-bottom: 14px;
  line-height: calc(15/12);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background-color: #F7F7F7;
  font-size: 14px;
  height: 40px;
}

.wpcf7-form-control::placeholder {
  font-size: 14px;
  font-style: italic;
}

.wpcf7 form a {
  color: #ff2840;
}

.wpcf7-list-item {
  margin: 0;
}

span.wpcf7-list-item-label {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.wpcf7 form i {
  color: #666666;
  font-size: 12px;
}

.wpcf7 input:focus,
.wpcf7 select:focus {
  outline: none;
}

/* --Grid contact form 7 */
.form-wrapper {
  container-type: inline-size;
  container-name: form;
}

.form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.form-group {
  margin-top: 20px;
}

.wpcf7 p {
  margin-bottom: 0;
} 

label.privacy.d-block {
  margin-top: 20px;
  margin-bottom: 6px;
}

@container form (max-width: 500px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* --Grid contact form 7 */
/* --- Upload CV box --- */
.cv-upload {
  position: relative;
  border: 2px dashed #ccc;
  border-radius: 12px;
  padding: 20px 20px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: border-color 0.3s;
  cursor: pointer;
  flex-direction: column-reverse;
  height: 74.5px;
  margin-bottom: 4px;
}

.cv-upload:hover {
  border-color: #999;
}

.cv-upload.dragover {
  border-color: #007bff;
  background-color: #f0f8ff;
}

.cv-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.cv-upload-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
  font-size: 14px;
  text-align: center;
  font-style: italic;

}

.cv-upload-icon {
  width: 26px;
  height: 34px;
  object-fit: contain;
}

.cv-upload-overlay i {
  font-size: 28px;
  margin-bottom: 8px;
  color: #888;
}

.cv-upload-overlay p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cv-upload-overlay span {
  display: inline-block;
  line-height: 1.4;
}

.cv-upload-overlay a.cv-upload-link {
  color: #ff2840;
  font-weight: 500;
  text-decoration: underline;
  font-style: normal;
}

/* Style message invalid */
.wpcf7-not-valid-tip {
  font-size: 13px;
  font-style: italic;
}

/* --- Upload CV box --- */

/* Buttons */

.btn-apply-modal:hover {
  background-color: #a30012;
  color: #fff;
}

.wpcf7 form .btn.disabled,
.btn:disabled,
fieldset:disabled .btn,
.btn-apply-modal {
  width: 100%;
  background-color: #cc0017;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 7px 30px;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 14px;
  height: 40px;
  max-width: 280px;
  min-width: 147.5px;
}

.btn-cancel {
  width: 280px;
  background: transparent;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 7px 30px;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 14px;
  height: 40px;
}
.btn-success-apply {
  width: 100%;
  background: transparent;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 7px 30px;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 14px;
  height: 40px;
}

.btn-cancel:hover,
.btn-success-apply:hover {
  background: #f5f5f5;
}

.modal-header {
  border-bottom: 1px solid #999999 !important;
  padding: 20px 0px;
}

/* Style  select */
.wpcf7-form-control-wrap select {
  width: 100%;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #F7F7F7;
  font-size: 14px;
  border: none;
  cursor: pointer;
  outline: none;
}

.form-select {
  color: #6c757d;
  font-style: italic;
}

.form-select option {
  color: #000;
  font-style: normal;
}

.form-select:has(option:checked:not([value=""])) {
  color: #000;
  font-style: normal;
}

/* Hidden checkbox */
.wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}


.wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #fff;
}

.wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
}

/* Hidden success div wpc 7*/
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/* Hidden loading wpc 7 */
span.wpcf7-spinner {
  display: none;
}

/* Hidden message wpc 7 */
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

/* Loading  */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  font-size: 18px;
}

.success-form {
  max-width: 480px;
}

/* modal body */
div#applyPage1 {
  margin-top: 70px;
}

#applyPage1 .modal-body {
  padding: 20px 15px 0px 15px;
  background-color: #fff !important;
}

#applyPage1 .modal-header {
  padding: 23px 15px;
}

#applyModal .modal-body {
  background-color: #FFF;
}

@media (max-width: 768px) {
  #applyPage1 .buttons {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  #applyPage1 .wpcf7 form .btn.disabled,
  .btn:disabled,
  fieldset:disabled .btn,
  .btn-apply-modal {
    padding: 4px 20px;
    height: 30px;
    width: 147.5px;
  }

  #applyPage1 .btn-cancel {
    padding: 4px 20px;
    height: 30px;
    width: 147.5px;
  }

  .success-form {
    max-width: 310px;
  }

  #applyPage1 .btn-close {
    width: 13px;
    height: 13px;
  }

  #applyPage1 .modal-title {
    font-size: 20px;
    line-height: calc(24/20);
  }
}


/* Our Products - Career Link */
#our-product-career-link {
  background-image: url('./assets/images/ourproducts-career-link-bg.png');
  background-size: cover;
  background-position: center;
  padding-top: 59px;
  padding-bottom: 59px;
  height: 240px;
}

#our-product-career-link .our-product-career-link-title {
  font-size: 24px;
}

#our-product-career-link .our-product-career-link-btn,
#about-career-link .about-career-link-btn {
  font-size: 14px;
  background-color: #CC0017;
  height: 40px;
  width: 256px;
}

#our-product-career-link .our-product-career-link-btn:hover,
#about-career-link .about-career-link-btn:hover {
  color: #fff;
  background-color: #a50012;
}

@media (max-width: 575px) {
  #our-product-career-link {
    background-image: url('./assets/images/applynow-job-detail.png');
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    height: 140px;
  }
  #our-product-career-link .our-product-career-link-title {
    font-size: 16px;
  }

  #our-product-career-link .our-product-career-link-btn {
    height: 30px;
    width: 236px;
    line-height: 1;
    padding: 6.5px;
  }
}

/* Our Products - What We Use */
#what-we-use {
  background-color: #F5F5F5;
  margin-bottom: -25px;
}

#what-we-use .what-we-use-container {
  max-width: 75%;
}

#what-we-use .what-we-use-title {
  color: #ff0925;
  font-size: 24px;
}

#what-we-use .what-we-use-desc {
  color: #212121;
  font-size: 16px;
}

#what-we-use .what-we-use-quote {
  height: 126px;
  width: 165px;
  margin: 0 12px;
}

#what-we-use .what-we-use-link {
  text-decoration: underline;
  color: #212121;
}

@media (max-width: 575px) {
  #what-we-use {
    padding-top: 0 !important;
  }

  #what-we-use .what-we-use-container {
    max-width: 100%;
  }

  #what-we-use .what-we-use-title {
    font-size: 16px;
    margin-bottom: 15px !important;
  }

  #what-we-use .what-we-use-desc {
    font-size: 12px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Our Products - Product */
#product {
  padding-top: 20px;
  padding-bottom: 10px;
}
#product .row {
  max-width: calc((920 / 1440) * 100%);
  margin-bottom: 10px;
  row-gap: 10px;
  margin-bottom: 10px !important;
}

#product .product-logo {
  max-height: 40px;
}

#product .product-detail {
  padding: 30px 20px;
}

#product .product-desc {
  color: #212121;
  font-size: 16px;
}

#product .product-img {
  margin: 2px 0;
}

@media (max-width : 575px) {
  #product {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  #product .row {
    max-width: 92% !important;
  }

  #product .product-desc {
    font-size: 14px;
  }

  #product .product-img {
    height: 320px;
    margin: 0;
  }
}

/* Career Link in career*/
#apply-career-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

#apply-career-link .wapper-career-link {
  width: calc((1080 / 1440) * 100%);
  background-image: url('./assets/images/PC_Career_BG2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 59px 0;
}

#apply-career-link .title {
  color: #dc3545;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 130%;
}

#apply-career-link .desc {
  color: #212529;
  font-size: 24px;
  line-height: 130%;
}

@media (max-width: 768px) {
  #apply-career-link .wapper-career-link {
    width: 92%;
    background-image: url('./assets/images/MO_Career_BG2.png');
    padding: 20px 15px;
    height: 153px;
  }

  #apply-career-link .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #apply-career-link .desc {
    font-size: 16px;
  }
}

/* add css job-card */
.job-card-link {
  cursor: pointer;
}

.job-card-link:hover .job-card {
  background-color: #fff4dc;
  transition: background-color 0.2s ease-in-out;
}

/* Policy */
#policy-banner {
  background-image: url('./assets/images/policy-banner.png');
  background-size: cover;
  background-position: center;
  font-family: 'Inter';
  margin-top: 70px;
  height: 180px;
  display: flex;
  align-items: center;
}

#policy-banner .row {
  max-width: 700px;
  margin-left: 12.5%;
}

#policy-banner .policy-banner-title {
  font-size: 24px;
  margin-bottom: 10px;
}

#policy-banner .policy-banner-desc {
  color: #F2F2F2;
  font-size: 16px;
}

#policy-content {
  color: #212121;
  font-family: 'Inter';
}

#policy-content .row {
  max-width: 75%;
}

#policy-content .policy-detail {
  padding-left: 0;
  padding-right: 0;
}

#policy-content .policy-detail h2 {
  font-size: 24px;
}

#policy-content .policy-detail h3 {
  font-size: 20px;
}

#policy-content .policy-detail p {
  font-size: 16px;
}

#policy-content .policy-side-bar {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 0;
}

#policy-content .policy-side-bar-position {
  top: 70px;
  padding-bottom: 20px;
}

#policy-content .seperate-line {
  color: #CCCCCC;
  opacity: 1;
}

#policy-content .table-of-content {
  color: #212121;
  font-size: 16px;
}

#policy-content .policy-download {
  color: #212121;
  font-size: 14px;
}

#policy-content .dropdown-pc {
  display: block;
}

#policy-content .dropdown-mo {
  display: none;
}

#policy-content .dropdown-btn {
  border: none;
}

#policy-content .policy-item {
  padding-top: 40px;
}
#policy-content .pdf-icon {
  width: 16px;
}

@media (max-width : 990px) {
  #policy-banner {
    margin-bottom: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #policy-banner .row {
    max-width: 100%;
    margin: 0 auto;
  }

  #policy-banner .policy-banner-title {
    font-size: 20px;
  }

  #policy-banner .policy-banner-desc {
    font-size: 12px;
  }

  #policy-content .row {
    max-width: 100%;
  }

  #policy-content .policy-detail {
    padding: 0 15px !important;
  }

  #policy-content .policy-detail h2 {
    font-size: 16px;
  }

  #policy-content .policy-detail h3,
  #policy-content .policy-detail p,
  #policy-content .policy-detail ul,
  #policy-content .table-of-content,
  #policy-content .policy-download,
  #policy-content .dropdown-btn {
    font-size: 14px;
  }

  #policy-content .dropdown-pc {
    display: none;
  }

  #policy-content .dropdown-mo {
    display: block;
    padding: 0 15px !important;
  }

  #policy-content .policy-side-bar {
    position: sticky;
    top: 70px;
    padding: 0 !important;
  }

  #policy-content .side-bar-container {
    padding: 0 15px !important;
  }

  #policy-content .dropdown-menu {
    border: none;
    width: 100%;
  }

  #policy-content .policy-item {
    scroll-margin-top: 240px;
    padding-top: 10px !important;
  }

  #policy-content .list-file {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #policy-content .dropdown-btn {
    margin-bottom: 1px;
  }
}

/* Process */
.process-section {
  background: url('./assets/images/PC_Career_BG1.png') center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-wrapper {
  width: 100%;
  padding: 40px 0;
}

.header-section {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

.header-section h1 {
  font-size: 24px;
  font-weight: 700;
}

.header-section p {
  font-size: 16px;
  line-height: 130%;
}

.timeline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}

.timeline-card {
  flex: 0 1 calc(23% - 5px);
  aspect-ratio: 1;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  max-width: 230px;
  max-height: 223px;
  color: #212121;
  line-height: 130%;
}

.timeline-card:hover {
  transform: translateY(-5px);
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
}

.card-step-1 {
  background-color: #fef8f2;
}

.card-step-2 {
  background-color: #f2fafd;
}

.card-step-3 {
  background-color: #fcf2f3;
}

.card-step-4 {
  background-color: #f2fbfa;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 2rem;
}

.icon-img {
  height: 50px;
  width: 50px;
}

.step-number {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.step-number-1,
.info-1,
.info-icon-1 {
  color: #F57B00;
}

.step-number-2,
.info-2,
.info-icon-2 {
  color: #0098D1;
}

.step-number-3,
.info-3,
.info-icon-3 {
  color: #CB0017;
}

.step-number-4,
.info-4,
.info-icon-4 {
  color: #00B893;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-description {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 130%;
}

.step-info {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.info-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connector {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  letter-spacing: 6px;
  z-index: 20;
  pointer-events: none;
  min-width: 30px;
  align-self: center;
}

.process-section i.bi.bi-clock-fill {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .process-section {
    background: url('./assets/images/process.png') center/cover;
 }
  .container-wrapper {
    width: 75.2%;
    padding: 20px 0;
  }

  .timeline-container {
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timeline-card {
    flex: 1 1 100%;
    aspect-ratio: auto;
    flex-direction: row;
    padding: 10px 20px;
    max-width: 100%;
    min-height: 108px;
  }

  .header-section h1 {
    font-size: 16px;
  }

  .header-section p {
    font-size: 12px;
  }

  .icon-circle {
    width: 40px;
    height: 40px;
  }

  .step-number {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .icon-img {
    height: 40px;
    width: 40px;
  }

  .step {
    flex: 0 0 auto;
    margin-right: 20px;
  }

  .desc {
    flex: 1;
  }

  .step-title {
    font-size: 14px;
    margin-bottom: 8px;
    height: 18px;
  }

  .step-description {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .step-info {
    font-size: 10px;
  }

  .connector {
    transform: rotate(90deg);
  }
}
/* About us - Making */
#making {
  background-image: url('./assets/images/AboutUs_BG1.png');
  background-size: cover;
  background-position: center;
}

#making .making-img {
  max-width: 360px;
}

#making .making-desc {
  color: #212121;
  font-size: 14px;
}

#making hr {
  margin: 15px 0;
}

@media(max-width: 575px) {
  #making {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  #making .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  #making .col-md-5 {
    padding: 10px 15px 0 15px;
  }

  #making .making-img {
    max-width: 100%;
  }

  #making hr {
    margin: 15px 0;
  }

  #making .making-title {
    font-size: 16px;
    line-height: 130%;
  }

  #making .making-desc {
    font-size: 12px;
    line-height: 130%;
  }
}

/* About us - About Career Link */
#about-career-link {
  background-image: url('./assets/images/AboutUs_BG3.png');
  background-size: cover;
  background-position: center;
  padding-top: 59px;
  padding-bottom: 59px;
}

#about-career-link .link-title {
  color: #CC0017;
  font-size: 24px;
  line-height: 130%;
}

#about-career-link .about-career-link-btn {
  width: 203px;
}

@media (max-width: 575px) {
  #about-career-link {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #about-career-link .col-md-8 {
    padding-right: 12px !important;
  }

  #about-career-link .link-title {
    font-size: 14px;
    margin-bottom: 10px !important;
  }

  #about-career-link .col-md-4 {
    margin: 0 auto !important;
    padding: 0;
  }

  #about-career-link .about-career-link-btn {
    height: 30px;
    width: 183px;
    padding: 3px 0 0 0 !important;
  }
}

/* About Us - Voices of ACE */
#voice-of-ace {
  background-color: #ECECF6;
  min-height: 397px;
}
#voice-of-ace .title {
  color: #ff0925;
  font-size: 24px;
}

#voice-of-ace .subtitle {
  color: #212121;
  font-size: 20px;
  margin-bottom: 10px;
}

#voice-of-ace .desc {
  color: #212121;
  font-size: 14px;
}

#voice-of-ace .item {
  padding: 20px;
}

@media (max-width: 991px) {
  #voice-of-ace .item .col-md-6 {
    width: 100% !important;
    text-align: center !important;
  }

  #voice-of-ace .container {
    padding: 0 !important;
  }

  #voice-of-ace .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #voice-of-ace .subtitle {
    margin-top: 10px;
    font-size: 16px;
  }

  #voice-of-ace .item {
    width: 345px !important;
    height: 377px !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  #voice-of-ace .item .row {
    text-align: center;
    align-items: center;
  }

  #voice-of-ace img {
    object-fit: cover;
    margin: 0 auto;
  }

  #voice-of-ace .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }

  #voice-of-ace .owl-prev,
  #voice-of-ace .owl-next {
    display: none;
  }
}


/* captcha z-index*/
.grecaptcha-badge {
  z-index: 100000;
}

/* form cp7 in mobile */
#successModal .modal-dialog {
  margin: 0 auto;
  max-width: 480px;
  width: auto;
}

#successModal .modal-content {
  border-radius: 20px;
  text-align: center;
  padding: 20px !important;
}

body.modal-open {
  overflow: hidden;
  /*position: fixed;*/
  width: 100%;
}

#successModal.show .modal-dialog {
  transform: translate(0, 0) !important;
}

@media (max-width: 768px) {
  #successModal .modal-dialog {
    max-width: 90%;
  }
}

/* Banner */
.banner {
  margin-top: 70px !important;
  background-image: var(--banner-pc);
  background-size: cover;
  background-position: center;
  aspect-ratio: 1440 / 490;
}

.banner .banner-detail {
  padding-left: 55%;
  padding-right: 12.5%;
}

.banner .banner-title {
  font-size: 32px;
}

.banner .banner-desc {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
}

.pc20sp20, .pc20sp10 {
  margin-bottom: 20px;
}

.pc40sp20 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pc40sp40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pc20sp15 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  .banner .banner-title {
    font-size: 20px;
  }

  .banner .banner-desc {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .banner {
    background-image: var(--banner-mo);
    aspect-ratio: 3 / 4;
  }

  .banner .banner-detail {
    justify-content: end !important;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 15%;
  }

  .banner .banner-title,
  .banner .banner-desc {
    text-align: center;
  }

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

  .pc40sp20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .pc20sp15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #technology {
    padding-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .banner .banner-detail {
    padding-bottom: 10%;
  }
}

/* Why Join Us - Banner */
#whyjoinus-banner {
  --banner-pc: url('./assets/images/why-join-us.webp');
  --banner-mo: url('./assets/images/sp-why-join-us.webp');
}

/* HomePage - Banner */
#home-banner {
  --banner-pc: url('./assets/images/PC_Home_Banner.webp');
  --banner-mo: url('./assets/images/sp-home.webp');
}

#home-banner .why-join-us-btn {
  background-color: #fff;
  font-size: 14px;
  border-radius: 20px;
  border-color: #999999;
  border-width: 0.5px;
  width: 140px;
  min-height: 40px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

#home-banner .why-join-us-btn:hover {
  background-color: #d9d9d9;
}

#home-banner .why-join-us-btn a {
  color: #212121;
  text-decoration: none;
}

#home-banner .career-btn {
  font-size: 14px;
  border-radius: 20px;
  border-color: #fff;
  color: #fff;
  width: 256px;
  min-height: 40px;
}

#home-banner .career-btn:hover {
  background-color: #a30012;
  border-color: #a30012;
  color: #ffffff;
  opacity: 0.9;
}

#home-banner .career-btn a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  #home-banner .home-banner-btn {
    flex-direction: column;
    gap: 10px !important;
    margin: 0 auto;
  }

  #home-banner .career-btn,
  #home-banner .why-join-us-btn {
    min-height: 30px;
    padding: 3px 20px;
    width: 245px;
  }
}

@media (max-width: 424px) {
  #home-banner .banner-detail {
    padding-bottom: 8%;
  }
}

/* Our Products - Banner */
#ourproducts-banner {
  --banner-pc: url('./assets/images/our-product.webp');
  --banner-mo: url('./assets/images/sp-our-product.webp');
}

/* About Us - Banner */
#mission {
  --banner-pc: url('./assets/images/about-us.webp');
  --banner-mo: url('./assets/images/sp-about-us.webp');
}

/* Career - Banner */
#career-banner {
  --banner-pc: url('./assets/images/open-position.webp');
  --banner-mo: url('./assets/images/sp-open-position.webp');
}

@media (max-width: 425px) {
  #career-banner .banner-detail {
    padding-bottom: 18%;
  }
}

section#nine-hearts-about-us,
section#nine-hearts-home {
 padding-left: 2px;
 padding-right: 2px;
}

#nine-hearts-home .hearts-item {
  height: 200px;
}

#nine-hearts-about-us,
#message-from-ceo{
  scroll-margin-top: 60px;
}
[id^="heart-"],
#voice-of-ace,
#product,
#what-we-use,
#ourspace,
.policy-item {
  scroll-margin-top: 70px;
}

/* message not network */
.network-error-message {
  background-color: #dc3545;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  animation: slideDown 0.3s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
}

.network-error-message::before {
  content: "⚠️";
  font-size: 20px;
  flex-shrink: 0;
}

/* Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .network-error-message {
    font-size: 14px;
    padding: 12px 15px;
  }
  section#nine-hearts-home {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#applyModal .modal-content {
  padding: 20px 40px 40px 40px;
}

#applyModal .modal-body {
  padding: 20px 0px 0px 0px;
}

#applyModal .modal-dialog {
    max-width: 720px !important;
    width: 100%;
}

.form-group.position {
  margin-top: 0;
  margin-bottom: 20px;
}

.urgent {
  width: 70px;
}

.new {
  width: 49px;
}

.hot {
  width: 46px;
}

/* Responsive */
@media (max-width: 768px) {
  .urgent {
    width: 62px;
  }

  .new {
    width: 44px;
  }

  .hot {
    width: 42px;
  }
}

#ourproducts-banner .banner-desc {
  margin-bottom: 0 !important;
}

#error-page {
  margin-top: 70px;
  padding: 90px 0;
}

#error-page .error-title {
  margin-top: 20px;
  font-size: 20px;
}

#error-page img {
  max-width: 100%;
}

#error-page .error-link {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
}

#error-page .error-link a {
  color: #ff0925;
  line-height: 1;
}

@media (max-width: 768px) {
  #error-page img {
    max-width: 325px;
  }

  #error-page {
    padding: 100px 0;
  }

  #error-page .error-title, #error-page .error-link {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* List Job at Home */
#jobs-home .job-masonry {
  position: relative;
}

#jobs-home .grid-sizer, #jobs-home .job-item {
  width: 32%;
  margin-bottom: 20px;
}

@media (max-width: 1029px) {
  #jobs-home .job-wapper {
    max-width: 92%;
  }
  #jobs-home .job-masonry {
    margin-bottom: 5px;
  }
  #jobs-home .grid-sizer, #jobs-home .job-item { 
    width: 100%; 
    margin-bottom: 15px;
  }
}


/* List job at Career*/
#jobs-career .job-career-masonry {
  position: relative;
}

#jobs-career .job-career-item {
  margin-bottom: 20px;
}

#jobs-career .career-grid-sizer, #jobs-career .job-career-item {
    width: calc(50% - 10px);
}

@media (max-width: 576px) {
  #jobs-career .career-grid-sizer, #jobs-career .job-career-item {
    width: 100%;
  }
  #jobs-career .job-career-item {
    margin-bottom: 15px;
  }
}

.navbar-toggler-icon {
  background-image: url('./assets/images/humberger_icon.svg');
  width: 25px;
  height: 20px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
} 

.footer {
  background-color: #F5F5F5 !important;
  color: #212121 !important;
}

.footer .left-cont {
  padding-right: 100px;
}

.footer .right-cont {
  padding-left: 50px;
}

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

.footer .end-text {
  padding: 20px 0 0 0;
  font-size: 12px;
  line-height: 1.15;
}

.footer .custom-logo {
  height: 32px;
}

.footer h6 {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 20px 0;
  }
  .footer .left-cont, .footer .right-cont {
    padding: 0 15px;
  }
  .footer .right-cont {
    margin-top: 0;
  }
  .footer .phone-num {
    margin-bottom: 10px !important;
  }
  .footer h2 {
    font-size: 24px;
  }
  .footer p {
    font-size: 12px;
  }
}
/* job detail style */
#applyFormInJobDetail .form-group.position {
    display: none;
}

.banner-job {
    background-image: url('./assets/images/PC_CareerDetaile_Banner.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 180px;
    padding: 20px 0px;
}

.job-header {
    max-width: calc((700 / 1440) * 100%);
    margin-left: 12.5%;
}

.job-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.job-short-desc {
    font-size: 16px;
    line-height: 130%;
}

.btn-apply-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    font-weight: 600;
    border-radius: 30px;
    padding: 3px 20px;
    z-index: 9999;
    background-color: #CC0017;
    height: 30px;
    width: 150px;
    font-size: 14px;
}

.btn-apply-fixed:hover {
    background-color: #a30012;
    color: #fff;
}

.wapper-content-job {
    max-width: calc((1080 / 1440) * 100%);
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-cv {
    position: sticky;
    top: 80px;
    align-self: start;
}

.form-cv form {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 360px;
}

.benefit-wapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    color: #212121;
}

.job-detail-content .title {
    color: #FF0925;
    line-height: 130%;
}

.job-detail-content .job-desc {
    font-size: 20px;
}

.job-detail-content .content {
    font-size: 14px;
}

.job-detail-content .job-benefit {
    font-size: 16px;
}

.job-detail-content .sub-title {
    font-size: 14px;
}

.btn-clear:hover {
    background-color: #f8f9fa;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .job-header {
        max-width: 92%;
        margin-left: 15px;
    }

    .wapper-content-job {
        max-width: 100%;
    }

    .job-title {
        font-size: 20px;
    }

    .job-short-desc {
        font-size: 12px;
    }

    .job-detail-content .job-desc {
        font-size: 16px;
    }

    .job-detail-content .content {
        font-size: 12px;
    }

    .job-detail-content .job-benefit {
        font-size: 14px;
    }

    .job-detail-content .sub-title {
        font-size: 12px;
    }

    .form-cv {
        display: none;
    }
}