html{
    scroll-behavior: smooth;
    
}

html,
body {
    height: 100%;
    
}


.divNav {
    background-color: transparent;
    box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
    position: relative;
    z-index: 3
}

.divNavBe{
    background-color: var(--grayLight);
    position: relative;
    z-index: 2
}


.divLogo{
    text-align: start;
    align-content: center;
}

.divLogo a{
    display: inline-block;
    height: max-content;
}

.divLogo a img{
    max-width: 400px;
    height: auto;
}

.divIconJobAdmin{
    
}

.divIconJobAdmin img{
    width: 100px;
    height: auto;
}

.divSticky {
    position: absolute;
    top: 0;
    background-color: transparent;
    z-index: 10;
    box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
}



.divHeaderBgImage{
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(/files/page/images/header/header-image-02.jpg);
}

.divHeaderBgImage h1{
    font-size: 3.25rem;
    font-weight: 400;
    color: white;
    text-shadow: 2px 2px var(--grayDark);
}

.divHeaderNavInner{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: var(--white);
}



/*
** BE Head ***
*************/

.divHeadBe{
    padding-top: 30px;
    padding-bottom: 30px;
}

.divContentWrapper{
    padding: 20px 20px;
    background-color: var(--white);
    border: 1px solid var(--greenDark);
    border-radius: 10px;
    margin-bottom: 30px;
}

.divContentWrapperGray{
    padding: 20px 20px;
    background-color: var(--grayExtraExtraLight);
    border: 1px solid var(--greenDark);
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.divContentWrapper h3{
    font-weight: 400;
    font-family: 'Bai Jamjuree';
    font-size: 1.500rem;
    color: var(--black);
    line-height: 1.5;
    margin-bottom: 1rem;
}

/*
*** Form Search ***
******************/

.divSearch{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--greenDark);
}

.divSearch .form-label{
    font-size: 1.250rem;
    line-height: 1.3;
    color: var(--white);
}

.hiddenFormSelected{
    display: none;
}

.divWrapperCategorie, .divWrapperDistrict {
  position: relative;
  min-height: 50px;
  border-radius: 5px;
}

.divWrapperDistrict .selectOptionField, 
.divWrapperDistrict .selectOptionDistrict {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0 0 0 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0px 12px rgb(0 0 0 / 35%);
  max-height: 300px;
  overflow-y: auto;
  display: none;
}

.divWrapperDistrict ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.divWrapperDistrict .selectOptionField .liLevel1, 
.divWrapperDistrict .selectOptionDistrict .liLevel1 {
  padding-left: 10px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
  background-color: var(--grayExtraLight);
}

.divWrapperDistrict .selectOptionField li, 
.divWrapperDistrict .selectOptionDistrict li {
  border-bottom: 1px solid var(--grayLight);
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin: 0;
  cursor: pointer;
}

.divWrapperDistrict .selectOptionField .liLevel2, 
.divWrapperDistrict .selectOptionDistrict .liLevel2 {
  padding-left: 30px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  background-color: var(--white);
}

#selectedLocationsTagUl,
#selectedFieldsTagUl, 
#selectedProfessionsTagUl {
  background-color: transparent;
  margin-top: 5px;
}

#selectedLocationsTagUl ul li, 
#selectedFieldsTagUl ul li{
  display: inline-block;
  font-size: .875rem;
  background-color: var(--grayLight);
  border-radius: 3px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 5px 5px 0px;
  line-height: 1.5;
}

#selectedLocationsTagUl ul li span, 
#selectedFieldsTagUl ul li span{
  padding: 0px 10px;
  background-color: rgb(210,0,0);
  position: relative;
  display: inline-block;
  margin-left: 10px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  color: var(--white);
  cursor: pointer;
  line-height: 1.5;
  font-size: 100%;
}

.noData {
  display: none !important;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  background-color: var(--white);
}

/**
*** Icon bar ***
***************/

.iconBar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  right: 0;
}


.iconBar .divButton{
    padding: 0;
    margin: 0 0 7px 0;
    display: flex;
    height: 35px;
    width: 60px;
    position: relative;
    box-sizing: content-box;
}

.iconBar .divButton a.aButton {
    display: flex;
    position: absolute;
    top: 0;
    right: -190px;
    z-index: 20;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.6);
    border-radius: 5px 0 0px 5px;
    
}

.iconBar .divButton a .divIcon{
    border-right: 1px solid var(--white);
    float: left !important;
    display: flex;
    padding: 0px 15px 0px 15px;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 35px;
    background-color: var(--greenDark);
    border-radius: 5px 0 0px 5px;
}

.iconBar .divButton a .divText{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 35px;
    color: var(--white);
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    overflow: hidden;
    transition: .7s;
    background-color: var(--greenDark);
}


.iconBar .divButton a .divIcon img {
  display: block;
  padding: 5px;
  height: 30px;
  width: auto;
}

.iconBar ul{
    padding: 0;
    margin: 0;
    background-color: var(--greenDark);
    border-radius: 0 5px 0 5px;
}

.iconBar ul li{
    list-style: none;
    display: block;
    padding: 5px 0 0 5px;
    border-bottom: 1px solid var(--white);
}

.icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}


/**
*** Page Job Details ***
**********************/

.divRecJob{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.divRecJob ul{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: var(--greenDark);
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.divRecJob ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    color: var(--white);
    vertical-align: middle;
    border-left: 1px solid var(--white);
}

.divRecJob ul li:first-child{
    border-left: none;
}

.divRecJob ul li a,
.divRecJob ul li a:hover{
    display: block;
    text-decoration: none
}

.divRecJob ul li .material-symbols-outlined{
    color: var(--white);
    font-size: 2.000rem;
    line-height: 1;
    display: block
}

.divRecJob ul li img{
    width: 30px;
    height: auto;
    display: inline-block !important;
}

.jobDetails h2{
    font-size: 1.750rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: var(--greenDark) !important;
    margin-bottom: 1.250rem  !important;
}

.jobDetails .ulJobDetails{
    padding: 0;
    margin: 0;
}

.jobDetails .ulJobDetails li{
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 1.250rem;
    line-height: 1.3;
    font-weight: 500;
    color: var(--greenDark);
}

.jobDetails .ulJobDetails li .material-symbols-outlined{
    font-size: 1.250rem;
    line-height: 1.3;
    font-weight: 500;
    color: var(--greenDark);
    padding: 0 10px 0 0;
    margin: 0;
    vertical-align: text-bottom;
}

.jobDetails .ulJobDetails li ul{
    padding: 10px 0 0 0;
    margin: 0 0 0 30px;
}

.jobDetails .ulJobDetails li ul li{
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 1.000rem;
    line-height: 1.3;
    font-weight: 300;
    color: var(--black);
}

.jobDetails h4{
    font-size: 1.250rem;
    line-height: 1.3;
    font-weight: 500;
    color: var(--greenDark);
}

/**
*** HELPER ****
************/

.divYalignMiddle{
    display: flex;
    align-items: center;
}

.divBlogHeader{
    height: max-content;
}


/**
*** Targeting details ***
************************/

#divHeadVisible table{
    margin-bottom: 0;
}

#divBodyHidden{
    display: none;
}

#targetingDetails{
    overflow-x: auto;
}

#targetingDetails .divInnter{
    width: 99%;
    height: 70px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    box-shadow: 0px -18px 18px -13px rgba(0, 0, 0, 0.5);
    background-color: var(--white);
    text-align: center;
}

/****
*** DIV center center ***
************************/

.yCenterXcenter{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yCenterXcenter > div{
    display: inline-block;
    text-align: center;
    height: max-content;
}

/*****************
*** Text Align ***
*****************/

.textStart{
    text-align: start;
}

.textCenter{
    text-align: center;
}

.textEnd{
    text-align: end;
}

.containerAlignCenterCenter{
    display: flex;
    width: 100%;
    height: 100%;
    align-items:center; 
    justify-content:center
}

/**************
*** PADDING ***
**************/

.pL-10{
    padding-left: 10px !important;
}
.pL-20{
    padding-left: 20px !important;
}
.pL-30{
    padding-left: 30px;
}
.pL-40{
    padding-left: 40px !important;
}
.pL-50{
    padding-left: 50px !important;
}
.pL-60{
    padding-left: 60px !important;
}
.pL-70{
    padding-left: 70px !important;
}
.pL-80{
    padding-left: 80px !important;
}
.pL-90{
    padding-left: 90px !important;
}
.pL-100{
    padding-left: 100px !important;
}

.pT-5{
    padding-top: 5px !important;
}

.pT-10{
    padding-top: 10px !important;
}
.pT-20{
    padding-top: 20px !important;
}
.pT-30{
    padding-top: 30px !important;
}
.pT-40{
    padding-top: 40px !important;
}
.pT-50{
    padding-top: 50px !important;
}
.pT-60{
    padding-top: 60px !important;
}
.pT-70{
    padding-top: 70px !important;
}
.pT-80{
    padding-top: 80px !important;
}
.pT-90{
    padding-top: 90px !important;
}
.pT-100{
    padding-top: 100px !important;
}

.pB-0{
    padding-bottom: 0px !important;
}

.pB-5{
    padding-bottom: 5px !important;
}

.pB-10{
    padding-bottom: 10px !important;
}
.pB-20{
    padding-bottom: 20px !important;
}
.pB-30{
    padding-bottom: 30px !important;
}
.pB-40{
    padding-bottom: 40px !important;
}
.pB-50{
    padding-bottom: 50px !important;
}
.pB-60{
    padding-bottom: 60px !important;
}
.pB-70{
    padding-bottom: 70px !important;
}
.pB-80{
    padding-bottom: 80px !important;
}
.pB-90{
    padding-bottom: 90px !important;
}
.pB-100{
    padding-bottom: 100px !important;
}

.pY-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pY-10{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pY-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pY-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pY-40{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pY-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pY-60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.pY-70{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.pY-80{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.pY-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.pY-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pX-0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pX-10{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.pX-20{
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.pX-30{
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.pX-40{
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.pX-50{
    padding-right: 50px !important;
    padding-left: 50px !important;
}
.pX-60{
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.pX-70{
    padding-right: 70px !important;
    padding-left: 70px !important;
}
.pX-80{
    padding-right: 80px !important;
    padding-left: 80px !important;
}
.pX-90{
    padding-right: 90px !important;
    padding-left: 90px !important;
}
.pX-100{
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.pA-10{
    padding: 10px !important;
}
.pA-20{
    padding: 20px !important;
}
.pA-30{
    padding: 30px !important;
}
.pA-40{
    padding: 40px !important;
}
.pA-50{
    padding: 50px !important;
}
.pA-60{
    padding: 60px !important;
}
.pA-70{
    padding: 70px !important;
}
.pA-80{
    padding: 80px !important;
}
.pA-90{
    padding: 90px !important;
}
.pA-100{
    padding: 100px !important;
}

/*************
*** MARGIN ***
**************/

.mT-10{
    margin-top: 10px !important;
}
.mT-20{
    margin-top: 20px !important;
}
.mT-30{
    margin-top: 30px !important;
}
.mT-40{
    margin-top: 40px !important;
}
.mT-50{
    margin-top: 50px !important;
}
.mT-60{
    margin-top: 60px !important;
}
.mT-70{
    margin-top: 70px !important;
}
.mT-80{
    margin-top: 80px !important;
}
.mT-90{
    margin-top: 90px !important;
}
.mT-100{
    margin-top: 100px !important;
}

.mB-10{
    margin-bottom: 10px !important;
}
.mB-20{
    margin-bottom: 20px !important;
}
.mB-30{
    margin-bottom: 30px !important;
}
.mB-40{
    margin-bottom: 40px !important;
}
.mB-50{
    margin-bottom: 50px !important;
}
.mB-60{
    margin-bottom: 60px !important;
}
.mB-70{
    margin-bottom: 70px !important;
}
.mB-80{
    margin-bottom: 80px !important;
}
.mB-90{
    margin-bottom: 90px !important;
}
.mB-100{
    margin-bottom: 100px !important;
}

.mY-10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mY-20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mY-30{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mY-40{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mY-150{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.mY-60{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.mY-70{
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.mY-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.mY-90{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.mY-100{
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
