body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}
/* header */
/* Thiết lập chung cho container */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: left;
    color:  #ffffff !important;
}
  
 
  .navbar li{
    list-style: none;
  }
  /* Language menu styling */
  .navbar .menu-item-has-children{
    padding: 10px 15px;
  }
  .navbar .menu-item-has-children:hover{
    color: #3e66f3;
    
  }
  .navbar .menu-item-has-children > a {
    font-size: 16px;
    text-transform: capitalize;

  }
  
  .navbar .menu-item-has-children > a:hover {
    color: #3e66f3;
  }
  
  /* Thêm icon mũi tên xuống */
  .navbar .menu-item-has-children > a::after {
    content: "\25BC";
    font-size: 10px;
    margin-left: 5px;
  }
  
  /* Ẩn  mặc định */
  .navbar .sub-menu {
    display: none;
    position: absolute;
    margin-top: 10px;
    right: 10px;
    background-color: #9797a3;
    min-width: 150px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 4px;
    z-index: 100;
  }
  .navbar .sub-menu a{
    margin-left: 34px;
    color: #ffffff !important;
  }
  /* Hiện sub-menu khi hover */
  .navbar .menu-item-has-children:hover .sub-menu {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  



header {
    background-image: url('https://furublog.s3.ap-northeast-1.amazonaws.com/media/Landing_Page/20.Recruit_site/1%2C%20Banner/banner-recuit3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px 0;
    margin-bottom: 40px;
    height: 90vh;
}
header img{
    height: 50px;
    width: auto;
}
header .text{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 90%;
}

header .text .title-header {
    color: white;
    font-size: 50px ;
    font-weight: 800;
    text-align: left;
    z-index: 100;
}
header h1{
    font-size: 56px;
    font-family : "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 800;
}
.title-sec {
    padding-top: 30px;
}
.title-sec h2{
    font-weight: 800;
    font-size: 30px;
}
.title-sec p{
    color: #4A86E8;
}

/* about-us */
.about-us-section{
    text-align: left;
    margin-bottom: 40px;
}
.about-us-section .row{
    margin: 0;
}
.about-us-section img{
    height: 100%;
}
.about-us-section h4{
    color: #4A86E8;
}
.about-us-section .content{
    background-color: #333;
    padding-top: 30px;
    color: white;
    padding-bottom: 15px ;
}
.about-us-section .image{
    padding: 0;
}
.button-about{
    text-align: right;
    font-size: 13px;
}
.button-about a{
    background-color: white;
    color: #333;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
}


/* culture */
.culture {
    background-color: #F4FBFE;
    padding-bottom: 40px;
}
.culture h3{
    color: #4A86E8;
    font-size: 26px;;
}
.culture .row {
    display: flex;
    align-items: center;
}
.culture .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* welfare */
.welfare-sec{
    background: #F4F7FA;
    border-radius: 10px;
    padding: 0px 50px 40px;
}

.welfare .image{
    padding-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.welfare img{
   width: 50%;
   height: auto;
  
}



/* description */
.container .job-img{
    background-color: rgb(207 235 252);
    text-align: center;
    padding: 50px 0;
}
.job-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #333;
    position: absolute;
    left: 25px;
    bottom: 0;
    z-index: 100;
    width: calc(100% - 50px); /* Adjust width to fit within the container */
}
.btn-primary:hover , .btn-primary:focus,.btn-primary.focus , .btn-primary:active{
    background-color: #9ac8ac !important;
}
.job-title .left {
    text-align: left;
}

.job-title .right {
    text-align: right;
}

.job-img img{
    width: 100%;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
}
.job-description .container{
    padding-bottom: 30px;
}
.job-description{
    background-color: #FCFCFC;
    margin-bottom: 40px;
}
/* question */
.question{
    background: #F4F7FA;
    border-radius: 12px;
    padding: 32px 80px;
    margin-bottom: 32px;
}

.question .ques{
    font-weight: 700;
    color: #3E6797;
    margin-bottom: 20px;
}

/* model */
.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    width: 100%; 
    max-width: 100%;
    margin: 0;
    padding-right: 15px;
}
.modal-dialog .modal-content{
    padding-bottom: 25px;
    width: 805px;
    max-width: 100%;
    position: relative;
    align-items: center;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
}
.modal-content-child {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 4;
    overflow-x: hidden; 
    overflow-y: auto;
    max-height: 300px; /* Đặt chiều cao tối đa để kích hoạt cuộn khi cần thiết */
}
.btn-primary{
    background-color: #FCFCFC;
}
.modal-content-child a {
    padding: 20px;
   
    width: 600px;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #7BA4F9 0%, #5D6BB3 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 10px;
    
}
.viewmore{
    border: 1px solid #333;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    padding: 15px 20px;
    width: 150px;
    background: linear-gradient(to right, rgb(51, 112, 167) 0%, rgb(51, 112, 167)) !important;
    color: white;
    border-radius: 15px;
}
.viewmore-btn{
    padding: 25px 0;
}
.faq{
    margin-bottom: 40px;
}

@media (min-width: 768px){
    .wel-benefit{
        justify-content: center;
    }
    .wel-benefit .text1{
        text-align: right;
    }
    .wel-benefit table td{
        padding: 0 30px;
    }
   
}
@media (min-width: 1024px) {
    .container {
        width: 1024px;
    }
    .welfare-sec .row {
        display: flex;
        flex-wrap: wrap;
    }
    .welfare-sec .welfare{
        background: #fff;
        border-radius: 16px;
        margin-right: 15px; /* Thêm margin-right */
        flex: 1;
    }
    .welfare-sec .welfare:last-child {
        margin-right: 0;
    }
    
}
@media screen and (max-width: 768px){
    header{
        height: 40vh;
    }
    header h1{
        font-size: 30px;
    }
    .about-us-section .container{
        padding: 0 ;
    }
    .about-us-section content{
        padding: 15px 0;
    }
    .culture .text{
        order : 2;
    }
    .culture img{
        margin-bottom: 10px;
    }
    .culture image{
        order : 1;
    }
   
    .welfare .mb-5{
        margin-bottom: 0 !important;
    }
    .question {
        padding: 10px 10px;
    }
    .modal-content{
        width: 90% !important;
       
        background: #fff;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 4;
        position: relative;
    }
    .modal-content-child{
        max-height: 400px !important;
    }
    .modal-content-child a{
        width: 85%;
        margin-bottom: 28px;
        position: relative;
    }
    table, tr, td {
        display: block; /* Hiển thị các phần tử dưới dạng khối */
        width: 100%; /* Đảm bảo các phần tử chiếm toàn bộ chiều rộng */
    }
    .button-about{
        font-size: 13px;
    }
}