body {
  padding-top: 92px;
}
a:hover,
a:active{
  color: #3C95FD;
}
.fp-search-right input:focus{
  border: 2px solid rgba(125, 165, 255, 0.50) !important;
}
.fp-search-right input[type="number"]:focus{
  border: 0 !important;
}
.mb-0{
  margin-bottom: 0;
}
.m-20{
  margin: 20px 0;
}
.mb-10{
  margin-bottom: 10px;
}
.m0 .elementor-icon-box-title{
  margin: 0;
}
ul, ol{
    padding-left: 20px;
}
.txt-center{
  text-align: center;
}
p:last-child{
  margin-bottom: 0;
}
.txt-18b{
  color: #525779;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.txt-20b{
  color: #172343;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.txt-24b{
  color: #172343;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.jd-popup-apply-btn:hover{
  color: #fff !important;
}
.section-news-detail.bg-news-more{
  background: #EEF2F9;
  padding-top: 0;
}
.title-more-news{
  margin-bottom: 20px;
}
.header-search .input-field > i{
  font-size: 22px;
}
.header-scroll {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  z-index: 99;

  transition: all 0.25s ease;
  will-change: transform, box-shadow, background;
}

.header-scroll.menu-fixed {
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.wpr-mobile-nav-menu-container {
  display: none !important;
}

/* Hamburger */
.custom-hamburger {
  width: 26px;
  cursor: pointer;
  z-index: 10001;
}

.custom-hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 15px;
  margin: 6px 0;
  transition: 0.3s;
}

/* Mobile menu */
.custom-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  background: #fff;
  z-index: 10000;

  transform: translateX(100%);
  transition: transform 0.3s ease;

  padding: 80px 20px 20px;
  overflow-y: auto;
}

/* Active */
.custom-mobile-menu.active {
  transform: translateX(0);
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  background: rgba(0,0,0,0.4);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Menu list */
.custom-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-hamburger .mb-menu{
  display: none;
}

.custom-menu-list li {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(125, 165, 255, 0.20);
}

.custom-menu-list a {
  text-decoration: none;
  color: #172343;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.custom-menu-list li.btn-signup{
  border:0;
  padding-top: 20px;
  padding-bottom: 5px;
}
.custom-menu-list li.btn-login a{
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFB428;
  padding: 14px 52px;
  border-radius: 10px;
  display: inline-block;
  border: 3px solid #FFB428;
  min-width: 176px;
  text-align: center;
}

.custom-menu-list li.btn-login{
  border:0;
  padding-top: 5px;
  padding-bottom: 0;
}
.custom-menu-list li.btn-signup a{
  background: #FFB428;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 52px;
  border-radius: 10px;
  display: inline-block;
  min-width: 176px;
  text-align: center;
}

/* Submenu */
.custom-menu-list .sub-menu {
  display: none;
  padding-left: 15px;
}

.custom-menu-list li.menu-item-has-children > a::after {
  content: "▾";
  float: right;
}

/* Submenu active */
.custom-menu-list .sub-menu.active {
  display: block;
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10001;
}

.menu-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #878BA3;
}


.menu-close span:first-child {
  transform: rotate(45deg);
}

.menu-close span:last-child {
  transform: rotate(-45deg);
}
.elementor-button .elementor-button-icon svg{
  width: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.elementor-button:hover .elementor-button-icon svg{
  fill: transparent !important;
  transform: translateX(4px);
}
.sr-recent-tag:hover svg rect{
  fill: #1C58F2;
}
.sr-recent-tag:hover svg circle{
  stroke: #1C58F2;
}
.elementor-button:hover .elementor-button-icon svg path{
  stroke: #1C58F2;
}
.elementor-button:hover .elementor-button-icon svg rect{
  stroke: #1C58F2;
  fill: #1C58F2;
}
.section-news-detail{
  padding: 20px 0 50px;
}
.single-content-news .news-desc{
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
.title-page .text-title{
  color: #172343;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  list-style: 1.2;
}
.news-content h1{
  color: #172343;
  font-size:20px;
  font-weight: 600;
}
.news-content h2{
  color: #172343;
  font-size: 18px;
  font-weight: 600;
}
.news-content h3{
  color: #172343;
  font-size: 16px;
  font-weight: 600;
}
.title-page .insight-card__date{
  margin: 10px 0;
}
.news-content ul{
  padding-left: 20px;
}
.image-news .insight-card__image{
  border-radius: 10px 10px 0 0;
}
.image-news{
  display: none;
}
.breadcrumb-news{
  margin-bottom: 15px;
}
.breadcrumb-news .item-breadcrumb,
.breadcrumb-custom .breadcrumbs span,
.breadcrumb-custom .breadcrumbs a{
  color: #525779;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.breadcrumb-news .sep i{
  position: relative;
  top: 2px;
  padding: 0 4px;
}
.breadcrumb-custom .breadcrumbs i{
  position: relative;
  top: 2px;
  padding: 0 4px;
}
.tab-job-custom .e-n-tabs-heading{
  border-bottom: 1px solid #C5C9E0;   
}
.tab-job-custom .e-n-tab-title{
    background: transparent !important;
}
.content-not-found{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
.text-notfound{
  color: #A2A7C4;
  font-size: 14px;
}
.jd-skills .text-notfound{
  font-size: 16px;
}
.effect-loading {
    position: relative;
}

.effect-loading.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
    z-index: 10;
}
.effect-loading.loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    z-index: 5;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.job-pagination ul,
.news-pagination {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: center;
    list-style: none;
}

.job-pagination ul li .page-numbers,
.page-btn {
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
    color: #525779;
    display: flex;
    width: 28px;
    height: 30px;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.job-pagination ul li:hover a,
.job-pagination ul li .page-numbers.current,
.page-btn:hover,
.page-btn:focus,
.page-btn.active {
    background: #7DA5FF;
    color: #fff;
}
.tab-job-custom .e-n-tabs-heading{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

input.fp-range-field__input{
  border: 0;
  padding: 0;
}
button.srp-chip:focus{
  background: #fff;
  color: #1C58F2;
}
.filt-wp svg path{
  fill: transparent !important;
}
.filt-tick{
  display: none;
}
.filt-tick.active{
  display: block;
}
.srp-filter-bar .srp-chip {
  flex: 1;
}

.srp-filter-bar .filter-tag {
  flex: 0 0 auto;
}

.txt-count {
  color: #878BA3;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px !important;
}
.menu-job ul li a{
  padding-bottom: 13px;
  position: relative;
}
.menu-job ul li a:before{
  position: absolute;
  content: '';
  border-radius: 10px 10px 0 0;
  background: #1C58F2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  z-index: 9;
  opacity: 0;
}
.menu-job ul li.active a .elementor-icon-list-text{
  color: #1C58F2 !important;
}
.menu-job ul li.active a:before,
.menu-job ul li:hover a:before{
  opacity: 1;
}

/*Popup job detail*/
.job-popup-header{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.job-popup-header h3{
  color: #172343;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.job-popup{
    position:fixed;
    inset:0;
    z-index:9999;
    opacity:0;
    pointer-events:none;
    transition: opacity .25s ease;
}

.job-popup.active{
    opacity:1;
    pointer-events:auto;
}

.job-popup-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.5);
}

.job-popup-content{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:90%;
    background:#fff;
    border-radius:20px 20px 0 0;

    display:flex;
    flex-direction:column;

    overflow:hidden;
    padding:20px;

    transform: translateY(100%);
    transition: transform .35s ease;
    will-change: transform;
}

.job-popup.active .job-popup-content{
    transform: translateY(0);
}
.job-popup-body{
    flex:1;
    overflow-y:auto;
}
.btn-close,
.job-popup-close{
    position:absolute;
    top:15px;
    right:15px;
    border:0;
    background: #fff !important;
    cursor:pointer;
    z-index:2;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-popup-body .jd-card{
  box-shadow: none;
}
.job-popup-body .jd-card__body{
  padding: 0;
}
.popup-open{
    overflow:hidden;
}

/* Skeleton loading */

.job-loading{
    /*animation:fadeIn .2s ease;*/
    animation: none;
}

.job-loading-line,
.job-loading-card,
.job-loading-box,
.job-loading-tags span{
    position:relative;
    overflow:hidden;
    background:#f2f3f5;
    border-radius:12px;
    margin-bottom:14px;
}

.job-loading-line{
    height:16px;
    width:100%;
}

.job-loading-line.lg{
    height:28px;
    width:70%;
}

.job-loading-line.md{
    width:45%;
}

.job-loading-line.sm{
    width:35%;
}

.job-loading-card{
    height:90px;
}

.job-loading-box{
    height:220px;
}

.job-loading-tags{
    display:flex;
    gap:10px;
    margin:20px 0;
}

.job-loading-tags span{
    width:90px;
    height:34px;
}

.job-loading-line:before,
.job-loading-card:before,
.job-loading-box:before,
.job-loading-tags span:before{
    content:'';
    position:absolute;
    inset:0;
    transform:translateX(-100%);
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.7),
        transparent
    );
    animation:shimmer .8s infinite;
}

@keyframes shimmer{
    100%{
        transform:translateX(100%);
    }
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(8px);
    }
    to{
        opacity:1;
        transform:none;
    }
}
.jd-card-header {
  padding: 20px 30px 10px;
  box-shadow: 0 4px 30px 0 rgba(197, 201, 224, 0.20);
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.jd-card-content{
  padding: 20px 30px;
  background: #fff;
}
.jd-apply-btn:hover{
  color: #fff;
}

.apply-card-authen {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  background: rgba(125, 165, 255, 0.20);
  margin-top: 15px;
}

/* Speech bubble notch at top-left */
.apply-card-authen::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 28px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 18px solid rgba(125, 165, 255, 0.20);
}

.apply-card-authen h4 {
  font-weight: 600;
  font-size: 20px;
  color: #172343;
  margin-bottom: 20px;
  margin-top: 0;
}

.apply-card-authen p {
  font-size: 16px;
  color: #172343;
  line-height: 1.5;
}

.apply-card-authen a {
  color: #1C58F2;
  text-decoration: none;
  transition: color 0.2s;
}

.apply-card-authen a:hover {
  text-decoration: underline;
}
.info-salary{
  margin-bottom: 10px;
}
.jd-divider.bg-color1{
  background: rgba(125, 165, 255, 0.50);
}

.fp-search-right{
  padding-top: 25px;
}
.fp-search-right .fp-range-track{
  margin-left: 10px;
  margin-right: 10px;
}
.fp-search-right .fp-salary-group{
  gap: 10px;
}
.fp-search-right .fp-body{
  overflow-y: unset;
}

.fp-search-right .fp-footer{
  flex-direction: row-reverse;
  justify-content: space-between;
}

.fp-search-right .fp-footer .fp-btn-clear{
  white-space: nowrap;
}
.fp-search-right .fp-footer .fp-btn-clear:hover svg path{
  fill: #1C58F2;
}
.fp-search-right .fp-footer .fp-btn-clear:hover{
  color: #1C58F2;
}
.fp-search-right .fp-footer .fp-btn-show{
  max-width: 180px;
}
.jobs-end-message{
  max-width: 300px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  text-align: center;
}
.jobs-end-message p{
  font-size: 14px;
  color: #A2A7C4;
}
.header-search .input-text{
  font-size: 14px;
}
.btn-search-header{
  cursor: pointer;
}

.search-box-header{
    position:relative;
    width:250px;
}

.search-box-header .search-input{
    width:100%;
    height:44px;
    padding:0 50px 0 16px; /* chừa chỗ icon bên phải */
    border:1px solid #ddd;
    border-radius:6px;
    outline:none;
    font-size: 14px;
}

.search-box-header .search-btn{
    position:absolute;
    top: 47%;
    right: 12px;
    transform:translateY(-50%);
    color: #000 !important;
    border:none;
    background:transparent;
    cursor:pointer;

    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    font-size:18px;
}
.jd-company-top {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.jd-company-top .jd-job-apply .jd-apply-btn{
  width: 210px;
}
.content-tc p,
.content-policy p{
  margin-bottom: 30px;
}
.content-tc ul{
  margin-bottom: 25px;
}
.content-policy ol,
.content-policy ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.content-policy ol{
  margin-bottom: 0;
}
.content-policy ul > li > ol > li,
.content-policy ul > li{
  position: relative;
  padding-left: 12px;
  margin: 3px 0;
}
.content-policy ul > li > ol > li:before,
.content-policy ul > li:before{
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  background: #525779;
  border-radius: 100px;
}
.content-policy ul > li.none1:before{
  display: none;
}
.faq-page .e-n-accordion-item{
  border-radius: 15px;
  overflow: hidden;
}
.faq-page .e-n-accordion-item-title{
  position: relative;
}
.faq-page .e-n-accordion-item-title:before{
  position: absolute;
  content: '';
  left: 20px;
  right: 20px;
  bottom: 0;
  width: 95%;
  height: 1px;
  background: #EEF2F9;
}
.jd-body-text h2,
.jd-body-text h4,
.jd-body-text h3{
  font-weight: 600;
  margin: 20px 0 10px;
}
.backtop {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease;
}

.backtop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.job-search-bg-overlay{
    position:fixed;
    inset:0;
    background: rgba(23, 35, 67, 0.40);

    display:flex;
    justify-content:center;
    align-items:center;

    opacity:0;
    visibility:hidden;

    transition:.25s ease;
    z-index:999999;
}

.job-search-bg-overlay.active{
    opacity:1;
    visibility:visible;
}
.job-loading-text svg{
    max-width:250px;
    width:100%;
    height:auto;
}
.search-glass{
    transform-box:fill-box;
    transform-origin:center;

    animation:searchScan 2s linear infinite;
    will-change:transform;
}

@keyframes searchScan{
    0%   { transform:translate(0,-8px); }
    25%  { transform:translate(8px,0); }
    50%  { transform:translate(0,8px); }
    75%  { transform:translate(-8px,0); }
    100% { transform:translate(0,-8px); }
}

/*
effect also perfect
.search-glass{
    transform-box:fill-box;
    transform-origin:center;

    animation:searchScan 2.2s linear infinite;
    will-change:transform;
}

@keyframes searchScan{
    0%{
        transform:translate(0px,-8px);
    }

    12.5%{
        transform:translate(6px,-6px);
    }

    25%{
        transform:translate(8px,0px);
    }

    37.5%{
        transform:translate(6px,6px);
    }

    50%{
        transform:translate(0px,8px);
    }

    62.5%{
        transform:translate(-6px,6px);
    }

    75%{
        transform:translate(-8px,0px);
    }

    87.5%{
        transform:translate(-6px,-6px);
    }

    100%{
        transform:translate(0px,-8px);
    }
}*/

@media only screen and (min-width: 767px){
  .elementor-shortcode .search-row{
    column-gap:0;
  }
  .search-row .btn-search{
    margin-left:var(--sp-20);
  }
  .header-search .input-field{
    box-shadow: none;
    border-radius: 0;
  }
  .search-row .input-field:first-child{
    border-radius:10px 0 0 10px;
    position: relative;
    border: 0;
  }

  .search-row .input-field:first-child:before{
    position: absolute;
    content: '';
    right: 5px;
    top: 10px;
    width: 1px;
    height: 58%;
    background: #C5C9E0;
  }
  .search-row .input-field:nth-child(2){
      border-left:none;
      border-radius:0 10px 10px 0;
  }
}
@media only screen and (max-width: 884px){
  .jd-company-card__body{
    background: url('../images/bg-company-mb.png') no-repeat right top;
    background-size: contain;
  }
  body {
    padding-top: 94px;
  }
  body.admin-bar {
    padding-top: 78px;
  }
}
@media only screen and (min-width: 768px){
  .admin-bar .header-scroll {
    top: 32px;
  }
  .insight-card__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .insight-card__title:hover{
    color: #3C95FD;
  }
  .filter-tags{
/*    display: none !important;*/
  }
  .jd-apply-btn{
    width: 244px; 
  }
  .fp-search-right .fp-footer .fp-btn-show {
    max-width: 140px;
}
.job-popup-content.job-apply-content{
  position: fixed;
  width: 480px;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  border-radius: 20px;
  height: 540px;
}

}

@media only screen and (max-width: 767px) {
  .custom-hamburger .mb-menu{
    display: block;
  }
  .custom-hamburger .pc-menu{
    display: none;
  }
  body.admin-bar {
    padding-top: 45px;
  }
  body {
    padding-top: 90px;
  }
  .single-content-news .news-desc{
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  .image-news{
    display: block;
  }
  .hide-mb{
    display: none;
  }
  .jd-card-content,
  .jd-card-header{
    padding: 20px;
  }
  .job-popup-content .jd-card-content,
  .job-popup-content .jd-card-header{
    padding: 0px;
    box-shadow: none;
    margin-bottom: 10px;
  }
  .job-popup-content .jd-card-header{
    border-bottom: 1px solid #EEF2F9;
    padding-bottom: 15px;
  }
  .job-popup-content .jd-apply-btn {
    margin: 15px 0;
  }
  .wt-panel{
    max-width: 91vw;
  }
  #wp-panel{
    left: 20px !important;
  }
  .jd-company-card__body{
    padding: 20px;
  }
  .search-box-header {
    width: calc(100% + 140px);
  }
  .jd-company-top .jd-job-apply{
    display: none;
  }
  .jd-card-header{
    position: relative;
  }
  .jd-card__top-bar{
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .job-popup-apply{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 -4px 15px rgba(0,0,0,.08);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 10;
     will-change: opacity, transform;
  }
  .job-popup-content.job-apply-content{
    padding-left: 10px;
    padding-right: 10px;
  }
}