
@font-face {
    font-family: 'quicksand';
    src: url(Quicksand-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'NotoSansThai';
    src: url(NotoSansThai-VariableFont_wdth,wght.ttf);
}





.fixed-container{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.bw-text{
    font-weight: 400; font-size:20px; margin-top: 17px;
}

header{
    padding: 10px 0;
    background: rgb(255,93,1);
    background: linear-gradient(270deg, rgba(255,93,1,1) 0%, rgba(255,255,255,1) 100%);
}

header ul{
    display: flex;
    align-items: end;
    list-style: none;
    padding-left: 0;
}

header ul li.logo img{
    width: 120px;
}

header ul li.menu {
    margin-left: auto;
}

header ul li.menu ul{
    display: flex;
    gap: 50px;
}

header ul li.menu a{
   font-size: 30px;
   color: #fff !important;
   font-weight: 800;
}


header ul li.menu button{
    font-size: 30px;
    color: #fff !important;
    font-weight: 800;
    padding: 0;
    border: 0;
    outline: none !important;
    background-color: transparent;
}

footer{
    padding-top: 50px;
    padding-bottom: 90px;
    background-color: #000;
}

footer img{
    margin-bottom: 50px;
}

footer strong{
    color: #fff;
    font-size: 23px;
}

footer p{
    color: #fff;
    font-size: 23px;
}

.title{
    font-size: 25px;
    font-weight: 700;
}

.form-title{
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}

.career-text .mini-title{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.career-text p{
    font-size: 20px;
}

.text-group p{
    font-size: 20px;
    font-weight: 500;
}

.text-group strong{
    font-size: 20px;
}

.hr-orange{
    max-width: 1700px;
    width: 100%;
    height: 2px;
    background-color: #FF4D00;
    margin: 2.7rem 0;
}

.career-item{
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0 15px #b6b6b6;
    width: 100%;
    height: 326px;
    border-radius: 10px;
}

.career-title{
    font-size: 25px;
    font-weight: 700;
    height: 139px;

}

.career-date{
    display: flex;
    align-items: center;
    gap: 15px;
}

.career-date img{
    width: 40px;
}

.career-date{
    font-size: 16px;
}

.career-apply-this{
    margin-top: 25px;
    width: 100%;
    font-size: 21px;
    color: #FF4D00;
    text-align: center;
    /* padding: 15px 0; */
    height: 58px;
    border: 2px solid;
    background-color: transparent;
    outline: none !important;
    border-radius: 10px;
    transition: 0.2s;
    font-weight: 700;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.career-apply-this:hover{
    background-color: #FF4D00;
    color: #fff;
}

.form-container{
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}

form .form-control{
    height: fit-content;
    font-size: 20px !important;
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    padding: 15px 25px !important;
    position: relative;
}

form .form-control span{
    color: #000;
}

form .form-group{
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
}

form input[type=checkbox], input[type=radio]{
    transform: scale(1.3);
}

#submit-btn{
    margin-top: 25px;
    width: 100%;
    font-size: 20px;
    color: #FF4D00;
    text-align: center;
    /* padding: 15px 0; */
    height: 60px;
    border: 2px solid;
    background-color: transparent;
    outline: none !important;
    border-radius: 10px;
    transition: 0.2s;
    font-weight: 700;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

#submit-btn:hover{
    background-color: #FF4D00;
    color: #fff;
}

.add-file-btn{
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #968C89;
    border: 0;
    outline: none !important;
    border-radius: 7px;
    font-size: 21px;
    color: #fff;
    padding: 3px 28px;
}

.add-file-btn.active{
    background-color: #FF4D00;
}

#privacy-show{
    position: absolute;
    width: 100%;
    max-width: 930px;
    z-index: 2;
    left: 0;
    margin-top: -20px;
}

.pdpa-content{
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 0 5px #dadada;
    position: relative;
    z-index: 1;
}

#privacy-show.close-pdpa{
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: -200%;
}

iframe .ytp-impression-link{
    display: none !important;
}

@media only screen and (max-width: 1500px) {
    .career-apply-this{
        font-size: 16px;
    }
    .career-date img {
        width: 30px;
    }
    .career-date {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1300px) {
    .row{
        margin: 0;
    }
    .fixed-container{
        padding: 0 15px;
    }
    .text-group p , .career-text p{
        font-size: 20px;
    }
    .title{
        font-size: 30px;
    }
    .form-title {
        font-size: 30px;
    }
    form .form-control{
        font-size: 20px !important;
    }
    #submit-btn{
        font-size: 20px;
    }
    .career-title{
        font-size: 25px;
    }
  
    .career-date img {
        width: 25px;
    }
    .career-date {
        font-size: 14px;
    }
    .career-item{
        height: 300px;
    }

    
}

@media only screen and (max-width: 600px) {
    .bw-text , .pt-warning{
        font-size: 16px !important;
    }
    #privacy-show{
        width: 96%;
        left: 2%;
    }
    .pdpa-content{
        height: 790px;
        overflow-x: hidden; 
    }

    header ul li.menu ul{
        gap: 15px;
    }
    header ul li.menu img{
        width: 20px;
    }
    header ul li.logo img {
        width: 80px;
    }
    header ul li.menu a ,header ul li.menu button {
        font-size: 16px;
    }
    header{
        padding: 10px 0;
    }
    .form-title  ,.title{
        font-size: 18px;
    }
    .text-group p, .career-text p{
        font-size: 16px;
    }
    .career-text .mini-title{
        font-size: 18px;
    }
    form .form-control{
        font-size: 16px !important;
    }
    .add-file-btn{
        font-size: 13px;
        padding: 5px 10px;
    }
    form .form-group{
        font-size: 16px;
        text-align: left !important;
        align-items: baseline;
    }
    #submit-btn {
        font-size:16px;
        height: 50px;
    }
    .text-group strong{
        font-size: 18px;
    }
    .career-title{
        height: 110px;
        font-size: 25px;
    }
    .career-apply-this{
        font-size: 18px;
    }
    .career-date {
        font-size: 16px;
    }
    .career-date img {
        width: 30px;
    }
    .career-item{
        height: 278px;
    }

}