

.mobile_main .job_rigth_btn a{
  text-decoration: none;
}
.mobile_main{
  overflow: hidden!important;
  /* display: none; */
}
/* @media(max-width: 768px){
  .mobile_main{
    display: block;
  }
} */
.container_link {
  max-width: 750px;       /* for most modern browsers (not IE < 8) */
  display: block;
  margin: 0 auto;
  overflow-x: hidden;
}
.container_link .closebtn{
  position: absolute;
  height: 20px;
  width: 20px;
  left: -1px;
  top: 17px;
  transform: translate(10px, 10px);
}
@media(max-width: 260px){
  .container_link {
    width: 100%;       /* for most modern browsers (not IE < 8) */
  }
}
.bg_link {
  background: #F8F8F8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.box_link {
  width: 100%;
  display: block;
  margin: 0 auto;
}


.job_app {
  float: left;
  margin-left: 25px;
}
@media(max-width: 260px){
  .job_app {
    width: 48%;
  }
}
.job_app .txt-box{
  display: inline-block;
  height: 54px;
  width: 200px;
  position: absolute;
  padding: 5px;
  padding-left: 10px;
}
@media(max-width:390px){
  .job_app .txt-box{
    width: 130px;
  }
}
.job_app .txt-box h4{
  font-size: 15px;
}
@media(max-width:390px){
  .job_app .txt-box h4{
    font-size: 13px;
  }
}
.job_app .txt-box p{
  font-size: 14px;
  color: var(--grey_6);
  margin-top: 2px;
}
@media(max-width:390px){
  .job_app .txt-box p{
    font-size:12px;
    width: 101px;
  }
}
.job_rigth_btn {
  float: right;
  height: 54px;
}
.job_rigth_btn .line{
  width: 1px;
  height: 54px;
  background-color: #ccc;
  display: inline-block;
  margin-right: 5px;
}
.job_rigth_btn .btn_link{
    background: var(--gradient_1);
    color: #fff;
    border: 0;
    bottom: 24px;
    position: relative;
    color: #fff;
    /* -webkit-box-shadow: 0 4px 0 0 #24828e, 0 0 20px 0 rgba(71, 193, 209, 0.2);
    box-shadow: 0 4px 0 0 #24828e, 0 0 20px 0 rgba(71, 193, 209, 0.2); */
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 0.925rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media(max-width: 260px){
  .job_rigth_btn {
    width: 48%;
  }
}
.box_link img {
  width: 54px;
  height: 54px;
  display: inline-block;
  margin: 0 auto;
}
@media(max-width: 260px){
  .box_link img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.closebtn::before, .closebtn::after {
  content: '';
  position: absolute;
  height: 2.5px;
  width: 20px;
  top: 9px;
  margin-top: -1px;
  background: rgb(145, 145, 145);
}
.closebtn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.closebtn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */