:root{
--d-transition:all .5s cubic-bezier(0.65,0,0.35,1);
--color:#14142B;
--color2:#910D10;

}

a{ cursor: pointer; text-decoration: none;outline: 0 !important;transition: var(--d-transition);  }
  a:hover{text-decoration: none;color: #8a4033;}
  a:active,a.active{ text-decoration: none; }
  li{list-style-type: none;  }
  :focus { outline: 0 !important; } 
  a:before,a:after,button,input,.popup_video{-webkit-transition:all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
  body{font-family: "Inter", sans-serif;font-size: 0.88rem; line-height: 22px; font-weight:400;background:#fff; color:var(--color); }
.img-responsive{ transition: var(--d-transition);    max-width: 100%;    height: auto;}
/* =WordPress Core

-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 20px auto 0px ; }
.display_b{display:block}
.img-mb-tq{display: none; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 96%;  padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text {line-height: 17px; margin: 0; padding: 11px 4px 0px;    font-size: 16px; text-align: center !important;    font-style: italic;}
/*End core*/
strong, bold{font-weight: 700}
.clearfix{clear: both;}
.tab_m,.mobile-logo,.img-visable-mb{display:none}
.container {width: 100%;    max-width:  100%;}
.home-page .section{overflow: hidden;}
.container-fluid-0{padding: 0px;}
.row-eq-height { visibility: hidden;}
.row-eq-height.show { visibility: visible;}

.visable-mb{display:none}
.bootbox.modal{ z-index: 99999;}

.scontent{max-width: 725px; margin: auto;}

.title{color: var(--color2); text-transform: uppercase; font-weight: 600; font-size: 1.3rem;line-height: 1.9rem;}
.title.title_b{font-weight: 700;letter-spacing: -0.5px}

.section { padding: 1rem 0px 2rem;}

/*------------------*/
/* INTRO EXPO */

#s-about .scontent{max-width: 635px;}
.expo-intro {
  padding: 40px 80px 48px;
  text-align: center;
}

.expo-title {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #7f1d1d;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.expo-subtitle {font-size: 1rem; font-style: italic; color: #14142B; margin-bottom: 24px;}

.expo-text-block {font-style: italic; color: #14142B; margin: 0 auto 24px;}

.expo-image img {margin: 0 auto 1rem;}

/* CTA BUTTON */
.cta-wrapper { 
    margin: 1rem auto 1rem;
}

.btn-primary {
    display: inline-block; 
    padding: 0.9rem 3rem 0.9rem 5rem; 
    border-radius: 999px; 
    background-color: #961212; 
    color: #ffffff; 
    font-weight: 600; 
    font-size: 1.2rem; 
    text-decoration: none; 
    outline: none !important; 
    border: 0 !important;
    position: relative;
}

/* Mặc định mũi tên ẩn */
.btn-primary .arrow {
    opacity: 0;
    display: inline-block;
    margin-left: 10px;
    transform: translateX(0);    font-size: 1.6rem;
    transition: opacity 0.2s ease-out;
}

/* Vòng lặp: vừa dịch sang phải, vừa đổi opacity */
@keyframes arrowSlideLoop {
    0%   { opacity: 0;   transform: translateX(0); }
    30%  { opacity: 1;   transform: translateX(6px); }
    70%  { opacity: 1;   transform: translateX(12px); }
    100% { opacity: 0;   transform: translateX(18px); }
}

/* Hover: hiện mũi tên + chạy loop trái → phải */
.btn-primary:hover .arrow {
    opacity: 1;
    animation: arrowSlideLoop 0.9s infinite ease-in-out;
}


.btn-primary:hover{background-color: #961212 !important;}
#s-share .scontent {padding-left: 1rem; padding-right: 1rem;}

.card {
  background-color: #ffff;
  border-radius: 12px;
  padding: 24px 28px;    border: 0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.card-career {
  display: flex;
  align-items: center;
  gap: 1rem;    margin-top: 1rem;
  background-color: #ffff;
}

.card-image img {
  width: 180px;
  max-width: 100%;
  display: block;
}

/* CARD BODY */
.card-body {
  text-align: left;
}

.card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111827;
}

.card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color:#4E4B66;
}

/* CARD LIKE & SHARE */
.card-share {
  margin-top: 1rem;
  text-align: center;
}

.share-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.share-btn {display: inline-flex; align-items: center; gap: 10px; padding: 1rem 18px; border-radius: 1rem; border: 1px solid rgb(0 0 0 / 10%); background-color: #ffffff; text-decoration: none; font-size: 14px; color: #000; min-width: 260px; justify-content: center;}
.share-btn:hover{color: var(--color2);}
.share-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;    text-indent: -99999px;
  height: 26px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
}
.share-logo:hover span{padding-left: 0.5rem}
.fbook{background: url(../images/ico-facebook.svg)left center no-repeat; background-size: contain; border-radius: 0}
.lkedin{background: url(../images/ico-linkedin.svg)left center no-repeat; background-size: contain; border-radius: 0}
/*TUYEN DUNG*/
.form-job{color:rgb(0 0 0 / 65%)}
.nlj-career-hub label {color: #FF4D4F}

.nlj-career-hub p {
  margin-bottom: 16px;
}

.nlj-career-hub input[type="text"],
.nlj-career-hub input[type="email"],
.nlj-career-hub input[type="tel"],
.nlj-career-hub select,
.nlj-career-hub textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-sizing: border-box;color:rgb(0 0 0 / 65%)
}
.nlj-career-hub textarea{max-height: 153px;}
.nlj-career-hub input[type="text"],
.nlj-career-hub input[type="email"],
.nlj-career-hub input[type="tel"]{height: 2rem;}

.nlj-career-hub .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 3rem;
}

.nlj-career-hub .submit-wrap input[type="submit"] {
  background: #a50912;
  color: #fff;
  padding: 10px 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.nlj-career-hub .submit-wrap input[type="submit"]:hover {
  opacity: 0.9;
}
.wpcf7-form .position .wpcf7-list-item{
    display: flex;
    margin-top: 5px; 
    margin-left: 0px; 
}
.wpcf7-list-item.first{margin-left: 0;}
.wpcf7-list-item-label{padding-right: 0.5rem;}
.nlj-career-hub input.ot-position{margin-left: 1.5rem; width: calc(100% - 1.5rem);}
.row-carr small{font-style: italic; padding-left: 0.9rem; margin-top: -0.5rem; display: block;}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #DEE3ED; /* viền đỏ */
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-right: 6px;
}

/* Khi chọn — nền đỏ + dấu chấm trắng */
input[type="radio"]:checked {
    background-color: #fff; /* màu đỏ */
    border-color:#961212;
}

/* Dấu chấm bên trong */
input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #961212; /* chấm trắng */
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.cv-upload-box {
    position: relative;
    padding: 24px 32px;    justify-content: center;
    background: #F9F9F8;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight:700;
    color: #2D3748; margin-bottom: 1rem;
}
span.wpcf7-not-valid-tip { position: absolute; right: 0.5rem; top: 0; }
.cv-upload-box p{display: flex; align-items: center; gap: 1rem; margin-bottom: 0;}
/* Icon tròn */
.cv-upload-icon {
    width: 2rem;
    height: 2rem;
    background: url(../images/ico-upload.svg) center center no-repeat; background-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cv-upload-text strong {
    color: #961212;
}

/* CF7 sẽ bọc input trong .wpcf7-form-control-wrap */
.cv-upload-box .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;              /* phủ toàn bộ box */
}

/* input file thực sự */
.cv-upload-box input[type="file"] {
    position: absolute;
    inset: 0;              /* phủ toàn bộ box */
    width: 100%;
    height: 100%;
    opacity: 0;            /* ẩn nhưng vẫn click được */
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.cv-list-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #DEE3ED;
    overflow: hidden;    margin-bottom: 1rem;
}

/* HEADER – nền trắng như bạn yêu cầu */
.cv-list-table thead {
    background: #ffffff; 
}

.cv-list-table th {
    font-weight: 700;
    color: #1e293b;
    padding: 14px 16px;
    border-bottom: 1px solid #dde3eb; /* đường kẻ dưới header */
    text-align: left;
}
.cv-list-table th p{margin-bottom: 0}
/* BODY – border từng hàng */
.cv-list-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #dde3eb; /* giống hình */
}

/* Dòng cuối cùng không có kẻ under */
.cv-list-table tbody tr:last-child td {
    border-bottom: none;
}
.cv-list-table tbody tr:last-child td:last-child{text-align: center;}
/* File name spacing */
.cv-file-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cv-file-remove{cursor: pointer;background: url(../images/ico-delete.svg) center center no-repeat; background-size: contain; width: 1.2rem; height: 1.2rem; border: 0;}
.cv-list-table .cv-file-remove img{display: none !important}


/* Label bọc checkbox + text */
.wpcf7-form-control-wrap[data-name="privacy-policy"] .wpcf7-list-item label {
    display: block;
    position: relative;
    padding-left: 28px;          /* chừa chỗ cho ô vuông */
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2933;
}

/* Ẩn checkbox thật, vẫn nhận trạng thái :checked */
.wpcf7-form-control-wrap[data-name="privacy-policy"] input[name="privacy-policy"] {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
}

/* Span chứa nội dung */
.wpcf7-form-control-wrap[data-name="privacy-policy"] .wpcf7-list-item-label {
    position: relative;font-size: 12px; font-weight: 500;
    display: inline-block;
}

/* Ô VUÔNG MẶC ĐỊNH: viền đỏ, nền trắng */
.wpcf7-form-control-wrap[data-name="privacy-policy"] .wpcf7-list-item-label::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #961212;  /* viền đỏ */
    background: #ffffff;        /* nền trắng */
    position: absolute;
    left: -28px;                /* đẩy ra bên trái */
    top: 0;
    box-sizing: border-box;
}

/* TICK TRẮNG – ẩn mặc định */
.wpcf7-form-control-wrap[data-name="privacy-policy"] .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: -22px;                /* nằm trong ô vuông */
    top: 3px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    opacity: 0;
}

/* KHI CHECKED → nền ô vuông đỏ đặc + hiện tick trắng */
.wpcf7-form-control-wrap[data-name="privacy-policy"] 
input[name="privacy-policy"]:checked + .wpcf7-list-item-label::before {
    background: #961212;
    border-color: #961212;
}

.wpcf7-form-control-wrap[data-name="privacy-policy"] 
input[name="privacy-policy"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

/* Link trong câu – gạch chân, màu đậm hơn một chút */
.wpcf7-form-control-wrap[data-name="privacy-policy"] .wpcf7-list-item-label a {
    text-decoration: underline;
    color: #1f2933;
}
.wpcf7-form-control-wrap[data-name="privacy-policy"] .wpcf7-list-item-label a:hover{color: #961212}
.nlj-career-hub .wpcf7-acceptance .wpcf7-list-item{margin-left: 0;    margin-right: 0;}

/*FOOTER*/
.section-footer{padding-bottom:0px !important;    padding-top: 2rem;margin-top: 4rem;background:#98221f; position:relative; color: #F5F5F5;overflow: hidden;}  
.section-footer .container{max-width: 1140px;}
  .l-company{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;padding-right: 1%;}
    .mobile-footer{display: none;}
  .r-company{-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;padding-left: 5%;    padding-top: 5%;}

  .l-company h3{ color: #F5F5F5;    font-weight: 600; text-transform: uppercase; font-size: 0.94rem; margin: 20px 0px 10px}
  .d-company-f p{margin-bottom: 0.3rem;}
.logo-f{margin-bottom: 20px;    max-width: 9.322916666666667rem;}
.section-footer a{color: #FFFFFF}
.section-footer .protection{margin-top: 0.5rem; display: inline-block;position: relative;}
    .protection:after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #fff;}


.t-footer{color: #FFFFFF;     text-transform: uppercase;font-size:32px; position:relative; display:inline-block; }
.t-footer:after {content: ''; position: absolute; width: 32px; height: 18px; top: 50%; transform: translateY(-50%); background-size: contain; transition: var(--d-transition); right: -60px; background-image: url(../images/ico-next-mn-w.svg);}
#form_register_f .form-control{background: transparent;padding: 11px 0px; border: none; border-bottom: 1px solid rgb(255 255 255 / 40%); border-radius: 0px; color: #E9EAEB; box-shadow: none;}
#form_register_f .form-control::-webkit-input-placeholder{color:#E9EAEB}
#form_register_f .form-control:-moz-placeholder{color:#E9EAEB}
#form_register_f .form-control:-ms-input-placeholder{color:#E9EAEB}
#form_register_f .form-control::placeholder{color:#E9EAEB}

#form_register_f .submit{position: absolute; top: 0px; right: 0px;background:url(../images/btn-submit.svg) right center no-repeat; background-color: transparent;    text-indent: -9999px;font-size: var(--fz-16); }
    #form_register_f .submit:focus{border: 0px; outline: none !important; box-shadow: none !important}
.menu-footer{margin: 30px 0px 20px;}
    .menu-footer a{display: inline-block; color: #E9EAEB; padding:0.5rem 1.5rem 0.5rem 0px; position: relative; transition: var(--d-transition);}
        .menu-footer a:hover{top: -5px;animation: fadeInUpSDByLead 0.4s forwards ease-out;}
.footer-bottom{margin-top: 1.8rem;padding:20px 15px; position:relative;}    

  .footer-bottom:before{content: ''; width:calc(100% - 30px); height: 1px; background:rgb(255 255 255 / 40%); position: absolute; left: 50%; transform: translateX(-50%); top: 0px}
.copyright{color: #D9D9D9; position: relative; z-index: 10;}


.r-footer { height: 100%; display: grid ;    align-items: end; }
    .connect-social span{font-size: var(--fz-17);}
    .social-w{padding-left: 0px;    margin-bottom: 0px;}
  
    .social-w li{display: inline-block; margin-right: 10px;}
    .social-w li a,.social-w li span{transition: var(--d-transition);}
    /*.social-w li a:hover .normal,.social-w li a:hover .hover{transform:translateY(-100%)}  */

    .social-w li a {border-radius: 50%; background: var(--colorFFF); position: relative; display: flex ; align-items: center; justify-content: center;transition: all .3s ease-in-out; }
    
    .social-w li .icon { position: relative; width: 24px; height:24px; display: block; margin: 0; padding: 0; overflow: hidden;        transition: all .3s ease-in-out; }
    .social-w li .icon span { position: relative; width: 24px; height:24px; display: block;         transition: all .3s ease-in-out;}
    .social-w li .icon .hover { transform: translateY(100%);}
    .connect-social .facebook{ background:url(../images/ico-facebook-2.svg) no-repeat 50% / 24px; }
    .connect-social .youtube { background:url(../images/ico-youtube-2.svg) no-repeat 50% / 24px; }
    .connect-social .linkedin { background:url(../images/ico-linkedin-2.svg) no-repeat 50% / 24px; }
    .connect-social .zalo { background:url(../images/ico-zalo-2.svg) no-repeat 50% / 24px; }

#s-thank .img-mail img{max-width: 150px; margin-top: 3rem; margin-bottom: 1rem;}
#s-thank {color: #4E4B66}
.bt-back{background: #961212; color: #fff !important; border-radius: 4px; padding: 0.4rem 0.9rem 0.45rem; margin-top: 0.3rem; display: inline-block;}

@keyframes fadeInUpSDByLead {
  from {opacity: 0;transform: translateY(5px);}
  to {opacity: 1;transform: translateY(0);}
}

@keyframes fadeOutDownSDByLead {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(5px);
  }
}
@media (min-width: 768px) {

}

@media screen and (min-width:1440px){
   




} 


@media screen and (min-width:1600px){
 
}
@media screen and (min-width:1680px){
  
}
@media screen and (min-width:1900px){
  


} 

@media screen and (min-width:2000px){
 
}

@media screen and (max-width: 1280px) {
  
}
@media screen and (max-width: 1199px) {	
   
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  






}

@media screen and (max-width: 991px) {	
  


}


/*IPAD Đứng*/
@media screen and (min-width:768px) and (max-width:979px){

    


}
@media screen and (max-width: 767px){
  







}

@media screen and (max-width: 480px) and (orientation : portrait) {
  .scontent { max-width: 100%; padding-left: 1rem; padding-right: 1rem; }
  #s-banner .scontent{padding-left: 0; padding-right: 0;}
  .card-text br{display: none;}
  .card-body {padding-left: 0; padding-right: 0;        padding-bottom: 0; }
  .btn-primary .arrow{display: none}
  .btn-primary {padding: 0.9rem 4rem 0.9rem 4rem;}
  .r-company {padding-left: 15px; padding-top: 15px; }
}

@media screen and (max-width: 380px){
  #s-thank br{display: none;}
}

@media screen and (max-width: 365px){
  
}
@media screen and (max-width: 330px){
  
 }

