:root {
  --fontDisplay: clamp(3.8rem, 2.5vw, 5.4rem);
  --fontSuperHead: clamp(3.4rem, 2.5vw, 4rem);
  --fontHead: clamp(3rem, 2.5vw, 3.4rem);
  --fontSubHead: clamp(1.6rem, 2.5vw, 2.4rem);
  --fontText: clamp(2rem, 2.5vw, 2.2rem);
  --fontSubText: clamp(1.8rem, 2.5vw, 2rem);
  --fontMark: clamp(1.4rem, 2.5vw, 1.6rem);
  --font48: clamp(5rem, 2.5vw, 5.4rem);
  --font36: clamp(4rem, 2.5vw, 4.4rem); 
	--font32: clamp(3.4rem, 2.5vw, 4rem); 
  --font30: clamp(3.2rem, 2.5vw, 3.4rem);
	--font28: clamp(3rem, 2.5vw, 3.2rem);
	--font24: clamp(2.6rem, 2.5vw, 3rem); 
	--font22: clamp(2.5rem, 2.5vw, 2.8rem); 
	--font20: clamp(2.4rem, 2.5vw, 2.6rem); 
	--font18: clamp(2.2rem, 2.5vw, 2.4rem); 
	--font16: clamp(2rem, 2.5vw, 2.2rem); 
	--font14: clamp(1.8rem, 2.5vw, 2rem);
	--font12: clamp(1.4rem, 2.5vw, 1.6rem);

  --color-red: #d40101; 
	--color-white: #fff; 
	--color-black-gray: #333;
	--color-black: #000;
	--color-gray: #bfbfbf;
	--color-orange: #f47920;
	--color-orange-hover: #b4530d;
	--color-blue: #258de7;
	--color-blue-hover: #0966b7;
	--color-green: #5fad56;
	--color-green-hover: #3b7e33;
	
	--bg-white: #fff; 
	--bg-red: #d40101;
	--bg-dark-red: #b90303;
	--bg-gray-young: #ebebeb; 
	--bg-gray: #bfbfbf;
	--bg-black-gray: #333;
}

/* @font-face {
    font-family: "Prompt-Regular";
    src: url("../fonts/Prompt-Regular.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Prompt-Regular.woff") format("woff"),
      url("../fonts/Prompt-Regular.ttf") format("truetype"),
      url("../fonts/Prompt-Regular.svg#Prompt-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  } */
/* Webfont: DBHeaventRounded */
@font-face {
  font-family: "DB-HeaventRounded";
  src: url("../fonts/DB-HeaventRounded.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/DB-HeaventRounded.otf")
      format("opentype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: DBHeaventRounded-Bold */
@font-face {
  font-family: "DB-HeaventRounded-Bold";
  src: url("../fonts/DB-HeaventRounded-Bold.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/DB-HeaventRounded-Bold.otf")
      format("opentype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: DBHeavent-Black */
@font-face {
  font-family: "DB-Heavent-Black";
  src: url("../fonts/DB-Heavent-Black.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/DB-Heavent-Black.otf")
      format("opentype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: DBHeaventRounded-Med */
@font-face {
  font-family: "DB-HeaventRounded-Med";
  src: url("../fonts/DB-HeaventRounded-Med.woff2") format("woff2"),
    /* Modern Browsers */ url("../fonts/DB-HeaventRounded-Med.otf")
      format("opentype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
.font-DB-HeaventRounded {
  font-family: "DB-HeaventRounded";
}
.font-DB-HeaventRounded-Bold {
  font-family: "DB-HeaventRounded-Bold";
}
.font-DB-Heavent-Black {
  font-family: "DB-Heavent-Black";
}
.font-DB-med {
  font-family: "DB-HeaventRounded-Med";
}
.fontDisplay {
  font-size: clamp(3.8rem, 2.5vw, 5.4rem);
}
.fontSuperHead {
  font-size: clamp(3.4rem, 2.5vw, 4rem);
}
.fontHead {
  font-size: clamp(3rem, 2.5vw, 3.4rem);
}
.fontSubHead {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
}
.fontText {
  font-size: clamp(2rem, 2.5vw, 2.2rem);
}
.fontSubText {
  font-size: clamp(1.8rem, 2.5vw, 2rem);
}
.fontMark {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
}

/* font text class */
.font-text-48 {
  font-size: clamp(5rem, 2.5vw, 5.4rem);
}
.font-text-40 {
  font-size: clamp(4.4rem, 2.5vw, 4.8rem);
}
.font-text-36 {
  font-size: clamp(4rem, 2.5vw, 4.4rem);
}
.font-text-32 {
  font-size: clamp(3.4rem, 2.5vw, 4rem);
}
.font-text-28 {
  font-size: clamp(3rem, 2.5vw, 3.4rem);
}
.font-text-24 {
  font-size: clamp(2.6rem, 2.5vw, 3rem);
}
.font-text-22 {
  font-size: clamp(2.5rem, 2.5vw, 2.8rem);
}
.font-text-20 {
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
}
.font-text-18 {
  font-size: clamp(2.2rem, 2.5vw, 2.4rem);
}
.font-text-16 {
  font-size: clamp(2rem, 2.5vw, 2.2rem);
}
.font-text-14 {
  font-size: clamp(1.8rem, 2.5vw, 2rem);
}
.font-text-12 {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
}

/* font size class */
.font-size-14 {
  font-size: clamp(1.8rem, 2.5vw, 2rem);
}
.font-size-16 {
  font-size: clamp(2rem, 2.5vw, 2.2rem);
}
.font-size-18 {
  font-size: clamp(2.2rem, 2.5vw, 2.4rem);
}
.font-size-20 {
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
}
.font-size-22 {
  font-size: clamp(2.5rem, 2.5vw, 2.8rem);
}
.font-size-24 {
  font-size: clamp(2.6rem, 2.5vw, 3rem);
}
.font-size-28 {
  font-size: clamp(3rem, 2.5vw, 3.4rem);
}
.font-size-32 {
  font-size: clamp(3.4rem, 2.5vw, 4rem);
}
.font-size-36 {
  font-size: clamp(4rem, 2.5vw, 4.4rem);
}

html {
  font-size: 62.5%;
}

/* body {
    font-size: 1.4em;
    font-family: "Prompt-Regular";
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
} */
body {
  font-family: "DB-HeaventRounded";
  font-size: var(--fontText) !important;
  font-weight: normal;
  font-style: normal;
  transition: 0.5s ease-in-out;
  overflow-x: hidden;
  color: var(--clBlackGray);
  line-height: 1.1 !important;
  background-color: var(--bg-white);
}
body *:is(h1, h2, h3, h4, h5, h6) {
  font-family: "DB-Heavent-Black";
}
a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  text-decoration: none;
}
img {
  max-width: 100%;
  width: 100%;
  outline: 0;
  height: auto;
}
figure {
  margin: 0;
}
p {
  margin: 0;
}
table thead tr th,
table thead tr td,
table tbody tr th, 
table tbody tr td {
  line-height: 1.1 !important;
}
.nav-tabs>li>a {
  line-height: 1.1 !important;
}
.tooltip {
  font-family: "DB-HeaventRounded" !important;
  font-size: var(--fontText);
}
.swal2-title {
  font-size: var(--font20) !important;
}
.swal2-html-container, .swal-content, .swal2-content, .btn-lg {
  font-size: var(--font14) !important;
}
.swal2-styled.swal2-confirm {
  font-size: var(--font12) !important;
}
.swal2-styled.swal2-cancel {
  font-size: var(--font12) !important;
}
.fc-button, .fc-agenda-slots {
  font-size: var(--font12) !important;
} 
/* h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 0;
    color: #555;
    white-space: initial;
  }
  h1 {
    font-size: 3.2rem;
    font-size: 32px;
  }
  h2 {
    font-size: 2.8rem;
    font-size: 28px;
  }
  h3 {
    font-size: 2.2rem;
    font-size: 22px;
  }
  h4 {
    font-size: 1.8rem;
    font-size: 18px;
  }
  h5 {
    font-size: 1.6rem;
    font-size: 16px;
  }
  h6 {
    font-size: 1.4rem;
    font-size: 14px;
  } */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
  line-height: 1.4;
  font-weight: normal;
  color: #333;
}
/* h1 {
    font-size: clamp(2.8rem, 2.5vw, 3.2rem);
  }
  h2 {
    font-size: clamp(2rem, 2.5vw, 2.4rem);
  }
  h3 {
    font-size: clamp(1.8rem, 2.5vw, 2rem);
  }
  h4 {
    font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  }
  h5 {
    font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  }
  h6 {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
  } */
h1 {
  font-size: var(--fontSuperHead);
}
h2 {
  font-size: var(--fontHead);
}
h3 {
  font-size: var(--fontSubHead);
}
h4 {
  font-size: var(--fontText);
}
h5 {
  font-size: var(--fontSubText);
}
h6 {
  font-size: var(--fontSubText);
}

i {
  font-size: var(--fontMark) !important;
}
.fa {
  font-size: var(--fontMark) !important;
}
.label-cursor {
  font-weight: normal;
  cursor: pointer;
}
.modal-content {
  border: 0;
  border: 0 rgba(0, 0, 0, 0);
}
#table_paginate a {
  font-size: var(--font14) !important;
}
.progress-bar {
  font-size: var(--font12) !important;
}
.small {
  font-size: var(--font16) !important;
}
  /*
  @media (max-width:576px){
      h1{ font-size: 2.4rem; font-size: 24px;}
      h2{ font-size: 2.2rem; font-size: 22px;}
      h3{ font-size: 2rem; font-size: 20px;}
      h4{ font-size: 1.8rem; font-size: 18px;}
      h5{ font-size: 1.6rem; font-size: 16px;}
      h6{ font-size: 1.4rem; font-size: 14px;}
  }
  */
.name-company h6 {
  font-size: var(--font14);
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.grayscale {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
/*.height-search{ height: 32.6px;}*/
.width-search {
  width: 95%;
}
.text-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .height-search {
    height: auto;
  }
}

@media (min-width: 992px) {
  .container-padding {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-padding {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .container-padding {
    padding-right: 90px;
    padding-left: 90px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*แจ้งเตือนตรงโปรไฟล์ว่ามีอะไรมาใหม่*/
.circle-red {
  position: absolute;
  top: -5px;
  z-index: 99;
  right: 5px;
  font-size: var(--font14);
  background: #d40101;
  border-radius: 50%;
  min-width: 20px;
  padding: 4px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .circle-red {
    right: 15px;
  }
}

.overflow-hidden {
  overflow: hidden;
}
.display-inline {
  display: inline-block;
}
/* .jobbkk-mobile {
    display: none;
  } */
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.margin-top {
  margin-top: 20px;
}
.margin-top-4 {
  margin-top: 40px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-1 {
  margin-bottom: 10px;
}
.margin-bottom-4 {
  margin-bottom: 40px;
}
.margin-bottom-6 {
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .margin-bottom-4,
  .margin-bottom-6 {
    margin-bottom: 20px;
  }
}

.border-bottom {
  border-bottom: 1px solid #d40101;
  display: inline-block;
}
.border-bottom-grey {
  border-bottom: 1px solid #ebebeb;
}
.border-top {
  border-top: 1px solid #ebebeb;
}
.text-align-c {
  text-align: center;
}
.pagination {
  font-size: var(--fontText);
  margin-top: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #d40101;
  color: #fff;
  border: 1px solid #d40101;
}
.pagination > li > a,
.pagination > li > span {
  color: #555;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #d40101;
  color: #fff;
}

/* @media (max-width: 576px) {
  .pagination {
    font-size: 2.2rem;
    font-size: 22px;
  }
}

@media (max-width: 380px) {
  .pagination {
    font-size: 1.8rem;
    font-size: 18px;
  }
} */

/* @media (max-width:767px){
      .jobbkk-pc{ display: none;}
      .jobbkk-mobile{ display: block;}
  } */

/*สี background*/
.bg-whtie {
  background: #ffffff;
}
.bg-red {
  background: #d40101;
}
.bg-grey-young {
  background: #ebebeb;
}
.bg-black {
  background: #000000;
}
.bg-gray {
  background: #ebebeb;
}

/*.bg-gray{ background: #bfbfbf; overflow: hidden;}*/
/*สีfont*/
.text-white {
  color: #ffffff;
}
.text-red {
  color: #d40101;
}
.text-blue {
  color: #3680bc;
}
.text-black {
  color: #555;
}

/*popup เข้าสู่ระบบ ผู้สมัครงาน ผู้ประกอบการ*/
.modal-content {
  border-radius: 7px;
  margin-top: 0px;
}
.login-header {
  border-radius: 6px 6px 0 0;
  background: #d40101;
}
.close-login {
  font-size: var(--font30);
  color: #ffffff;
  opacity: 0.5;
}
.text-login {
  color: #ffffff;
  text-align: center;
}
.enter-name {
  font-size: var(--font14);
  text-align: center;
}
/*.fade.in{ z-index: 9999;}
  .modal-open .modal{ z-index: 10001;} */

ul.checkbox-forget {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
ul.checkbox-forget li {
  padding: 15px;
  display: inline-block;
}

button.enter-register {
  border-radius: 10px;
  padding: 10px;
  background: #d40101;
  border: 1px solid #d40101;
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
button.enter-register:hover {
  background: #eee;
  color: #d30102;
  border: 1px solid #eee;
}
.enter-register a {
  border-radius: 10px;
  background: #d40101;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.enter-register a:hover {
  background: #eee;
  color: #d30102;
}

.register-member a {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #d40101;
  background: #ffffff;
  color: #d40101;
  text-decoration: none;
  display: block;
  text-align: center;
}
.register-member a:hover {
  background: #eee;
  color: #d40101;
  border: 1px solid #eee;
}

.jobbkk-line {
  border-right: 1px solid #ebebeb;
}
.social-enter a {
  display: block;
  text-decoration: none;
  color: #555;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #555;
  text-align: center;
  margin-bottom: 20px;
  background: #ffffff;
}
.social-enter a i {
  font-size: var(--font22);
}

.social-enter a:hover i.color-fb,
.social-enter a:hover i.color-gplus,
.social-enter a:hover i.color-linkedin {
  color: #ffffff;
}
.social-enter a i.color-fb {
  color: #4267b2;
}
.social-enter a.fb:hover {
  background: #4267b2;
  color: #ffffff;
  border: 1px solid #4267b2;
}

.social-enter a i.color-gplus {
  color: #db4437;
}
.social-enter a.gplus:hover {
  background: #db4437;
  color: #ffffff;
  border: 1px solid #db4437;
}

.social-enter a i.color-linkedin {
  color: #287bbc;
}
.social-enter a.linkedin:hover {
  background: #287bbc;
  color: #ffffff;
  border: 1px solid #287bbc;
}

.jobbkk-border-regis {
  border-right: 1px solid #ebebeb;
}
.jobbkk-alert .alert-name {
  border-radius: 10px;
  border: 1px solid #d40101;
  color: #d40101;
  padding: 15px;
  text-align: center;
}
.alert-name h5 {
  color: #d40101;
}

@media (max-width: 767px) {
  .modal-content {
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  .modal-dialog {
    width: 750px;
  }
  .modal-login-facebook {
    width: 690px;
  }
}

/*fix menu*/
.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
}

/*logo-login*/
.flex_menu_pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.flex_menu_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.jobbkk-logo-login-1 {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}
.jobbkk-logo-login {
  padding: 10px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.logo-jobbkk {
  float: left;
}
.login-flag {
  float: right;
}

@media (max-width: 768px) {
  .jobbkk-logo-login {
    flex-wrap: wrap;
  }
  .pc-logo {
    order: 1;
  }
  .pc-banner {
    order: 3;
    width: 100%;
  }
  .pc-register {
    order: 2;
  }
  .flexProcessList {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .formControlList {
    margin: 0 !important;
    width: 100%;
  }
}

.logo-jobbkk {
  margin-top: 5px;
}
.logo-jobbkk img {
  max-width: 250px;
}
.logo-jobbkk a {
  display: block;
  text-decoration: none;
}
.logo-jobbkk .text-logo {
  font-size: var(--font14);
}

.jobbkk-logo-mobile {
  text-align: center;
}
.jobbkk-logo-mobile img {
  max-width: 100px;
}

/*เปลี่ยนภาษา pc ล็อคอินผู้สมัครงาน ผู้ประกอบการ*/
.login-flag ul {
  margin: 7px 0 0;
  padding: 0;
  list-style-type: none;
}
.login-flag ul li {
  float: left;
  margin: 0 5px;
}
.login-flag ul li.dropdown-flag {
  margin-top: 0;
}
.login-flag ul li a {
  display: block;
  color: #d40101;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #d40101;
  background: #ffffff;
}
.login-flag ul li a:hover {
  background: #d30102;
  color: #ffffff;
}
.login-flag ul li a.bg-red {
  background: #d40101;
  color: #ffffff;
  border-radius: 10px;
}
.login-flag ul li a.bg-red:hover {
  background: #eee;
  color: #d40101;
  border: 1px solid #eee;
}
.login-flag ul li a.jobbkk-flag {
  border: 0;
  border-left: 1px solid #bfbfbf;
  border-radius: 0;
  padding-right: 0;
  background: 0;
}
.login-flag ul li.dropdown-flag a {
  color: #555;
}
.login-flag ul li ul.dropdown-menu li a {
  background: 0;
}
.login-flag ul li ul.dropdown-menu li a:hover {
  background: #ebebeb;
}

.login-flag ul.dropdown-menu {
  min-width: 100%;
  left: 0;
  z-index: 10000;
  font-size: var(--font14);
}
.login-flag ul.dropdown-menu li {
  float: none;
}
.login-flag ul.dropdown-menu li a {
  border: 0;
  border-radius: 0;
  color: #000000;
}

/*menu-pc*/
.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.nav ul.jobbkk-dropdown li a {
  color: #000000;
}

.jobbkk-menu ul li.main-menu a:hover {
  color: #d40101;
}
.navbar ul.navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.navbar ul.navbar-nav li.main-menu {
  width: 12.5%;
  text-align: center;
  float: left;
}
.navbar ul.navbar-nav li a {
  color: #ffffff;
}
.navbar ul.navbar-nav li a:hover,
.navbar ul.navbar-nav li a:focus,
.navbar ul.navbar-nav li a:active {
  color: #d40101;
}
.navbar-nav ul.dropdown-menu li a {
  color: #000000;
  font-size: var(--fontText);
}
.navbar-nav > li > .dropdown-menu {
  border-radius: 4px;
}
.navbar-nav .dropdown-menu {
  min-width: 100%;
}
.navbar .dropdown-menu > li > a:hover {
  background: #ebebeb;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
  text-decoration: none;
}

/*carousel*/
.carousel-control.left,
.carousel-control.right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.carousel-indicators .active {
  opacity: 0.5;
}

@media (min-width: 767px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1170px) {
  .navbar ul.navbar-nav li.main-menu {
    white-space: normal;
    display: flex;
  }
}

/*menu-mobile*/
.jobbkk-mobile {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.slide-menu {
  z-index: 99999;
  overflow-y: scroll;
}
.slide-menu ul li a.menu-mobile img {
  max-width: 30px;
  margin-right: 5px;
}
.row-register {
  text-align: right;
}
.row-register ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.row-register ul li {
  padding: 0 10px;
}
.row-register ul li ul.dropdown-menu-mobile {
  left: 0;
  min-width: 100%;
}
.row-register ul li ul.dropdown-menu-mobile li {
  float: none;
  text-align: left;
}
.row-register ul li a {
  border-radius: 10px;
  border: 1px solid #d40101;
  background: #d40101;
  padding: 3px 7px;
  color: #ffffff;
  text-decoration: none;
}
.row-register ul li a.register {
  border-radius: 10px;
  border: 1px solid #d40101;
  background: #ffffff;
  color: #d40101;
  display: inline-block;
  text-align: center;
}

/* @media (max-width: 576px) {
  .row-register ul li a.register {
    font-size: 1.2rem;
    font-size: 12px;
  }
} */

@media (max-width: 380px) {
  .row-register ul li ul.dropdown-menu-mobile {
    left: -30px;
  }
  main .btn {
    padding: 8px 12px;
  }
}

@media (max-width: 330px) {
  main .btn {
    padding: 6px 10px;
  }
}

main .btn-mobile {
  margin: 8px 0 !important;
  display: block !important;
}

ul.dropdown-menu-mobile {
  margin-top: 15px;
  left: -100%;
  font-size: var(--fontText);
}
ul.dropdown-menu-mobile li a {
  border: 0;
  border-radius: 0;
  color: #000000;
  background: #ffffff;
}

/*เปลี่ยนภาษา มือถือ*/
.controls .flag {
  border: 0;
  border-left: 1px solid #bfbfbf;
  background: transparent;
  color: #555;
}
.controls .flag.nonborder {
  border-left: 0;
}

/*ค้นหางาน*/
.bg-height {
  height: 18px;
}
.panel-body {
  padding: 0 15px 15px;
}
.form-control {
  font-size: var(--font16) !important;
  padding-left: 30px;
  border-radius: 10px;
}
.form-control-feedback {
  left: 0;
  top: 8px;
  color: #d40101;
  z-index: 0;
}

/*สถานที่ทำงานทั้งหมด*/
.button-group {
  position: relative;
}
.workarea-all {
  width: 100%;
  background: #ffffff;
  /* padding: 8.5px 12px; */
  font-size: var(--fontText);
  border: 1px solid #bfbfbf;
  color: #9999a9;
  text-align: left;
  border-radius: 10px;
}
.workarea-all .fa-chevron-down {
  text-align: right;
}
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:hover {
  background: #ffffff;
  color: #9999a9;
}
.area-menu {
  /* font-size: 1.6rem;
  font-size: 16px; */
  min-width: 100%;
  height: 250px;
  word-wrap: break-word;
  font-size: var(--fontText);
}

.dropdown-menu.jobbkk-area-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #7d7979;
}
.dropdown-menu.jobbkk-area-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.dropdown-menu.jobbkk-area-menu::-webkit-scrollbar-thumb {
  background-color: #7d7979;
}
.jobbkk-area-menu {
  overflow-y: scroll;
  width: 100%;
}
.jobbkk-area-menu li a {
  white-space: inherit;
  cursor: pointer;
  font-size: var(--font16);
}

.dropdown-menu li a:hover {
  background: #ebebeb;
}

.dropdown-menu li ul.dropdown-menu-right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  z-index: 1000;
  float: right;
  min-width: 50%;
  padding: 0 5px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border: 0 rgba(0, 0, 0, 0);
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0);
  box-shadow: 0 rgba(0, 0, 0, 0);
  overflow-y: scroll;
  height: 250px;
}
.dropdown-menu li ul.dropdown-menu-right li label {
  color: #333;
  padding: 0 15px;
  display: block;
  word-wrap: break-word;
}
.dropdown-menu li ul.dropdown-menu-right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.dropdown-menu li ul.dropdown-menu-right::-webkit-scrollbar {
  width: 5px;
  background-color: #7d7979;
}
.dropdown-menu li ul.dropdown-menu-right::-webkit-scrollbar-thumb {
  background-color: #7d7979; /*border: 1px solid #555555;*/
}

.dropdown-menu li ul.dropdown-menu-left {
  position: absolute;
  top: 0;
  right: 0;
  right: 50%;
  z-index: 1000;
  float: right;
  min-width: 50%;
  padding: 0 5px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border: 0 rgba(0, 0, 0, 0);
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0);
  box-shadow: 0 rgba(0, 0, 0, 0);
  overflow-y: scroll;
  height: 250px;
}
.dropdown-menu li ul.dropdown-menu-left li a {
  color: #333;
  padding: 5px 15px;
  display: block;
  word-wrap: break-word;
  font-size: var(--fontText);
}
.dropdown-menu li ul.dropdown-menu-left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.dropdown-menu li ul.dropdown-menu-left::-webkit-scrollbar {
  width: 5px;
  background-color: #7d7979;
}
.dropdown-menu li ul.dropdown-menu-left::-webkit-scrollbar-thumb {
  background-color: #7d7979; /* border: 1px solid #555555; */
}
.dropdown-menu-left li a.active {
  background: #ebebeb;
}
.dropdown-menu-left a,
.dropdown-menu-right a {
  color: #000;
}
.dropdown-menu-right label {
  font-weight: 100;
  cursor: pointer;
}
.dropdown-menu-left label {
  font-weight: 100;
  cursor: pointer;
}

.menu-other-work li label {
  padding: 3px 20px;
  margin-bottom: 0px;
}

.dropdown-menuMo {
  min-width: 100%;
  height: auto;
}
.dropdown-menuCus {
  height: 250px;
  overflow-y: scroll;
  min-width: 100%;
}
.dropdown-menuCus::-webkit-scrollbar,
.dropdown-menu-left::-webkit-scrollbar {
  width: 5px;
  background-color: #7d7979;
}
.dropdown-menuCus::-webkit-scrollbar-track,
.dropdown-menu-left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.dropdown-menuCus::-webkit-scrollbar-thumb,
.dropdown-menu-left::-webkit-scrollbar-thumb {
  background-color: #7d7979;
}
.dropdown-menuCusRight {
  left: inherit;
  right: 0;
}

.jobbkk-mobile .dropdown-menu.dropdown-menu-applicant {
  min-width: 300px;
  left: inherit;
}

#isOther {
  display: flex;
  width: auto;
}
.other ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 12px;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.other label {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #isOther {
    display: block;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .other ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.clear-search {
  text-align: right;
}
.clear-search button {
  width: 100%;
  background: transparent;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
  height: 34px;
}
.clear-search button:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.clear-search.clearSearch {
  text-align: center;
}
.clear-search.clearSearch button {
  background: transparent;
  border: 0;
  text-align: center;
}
.clear-search.clearSearch button:hover {
  color: #d40101;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .clear-search.clearSearch button {
    text-align: center;
  }
}

/*หางาน*/
a.search-work {
  border-radius: 10px;
  width: 100%;
  padding: 6.5px 12px;
  font-size: var(--font14);
  color: #ffffff;
  border: 1px solid #d40101;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
a.search-work:hover {
  background: #eee;
  color: #d40101;
}

button.search-work {
  border-radius: 10px;
  width: 100%;
  padding: 6.5px 12px;
  /* font-size: var(--font14); */
  color: #ffffff;
  border: 1px solid #d40101;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
button.search-work:hover {
  background: #eee;
  color: #d40101;
}

.resetJobbkk button {
  background: transparent;
  border: 0;
  text-align: center;
  width: 100%;
}
.resetJobbkk button:hover {
  text-decoration: underline;
  color: #d40101;
}

.addSearch {
  background: #fff;
  border: 1px solid #d40101;
  border-radius: 10px;
  text-align: center;
}
.addSearch .panel-heading {
  padding: 7.5px 12px;
}
.addSearch .panel-heading a {
  color: #d40101;
  text-decoration: none;
}

/*หางานขั้นสูง*/
/*.row-search-high{ float: none; display: inline-block;}
  .panel-group{ width: 100%; display: block; }
  .panel-group a{ display: block; text-decoration: none; color: #D40101; border-radius: 10px; font-size: 1.4rem; font-size: 14px;
      border: 1px solid #D40101; background: #FFFFFF; text-align: center; padding:6.5px 15px;}
  .panel-group a:hover{ background:#D40101; color: #FFFFFF;}
  .panel-default{ border: 0; display: block;}
  .panel-default>.panel-heading{ background: transparent; border: 0;}
  .panel-heading{ padding: 0;}*/

.detail .panel-group {
  margin-bottom: 0;
}
.detail .panel-group .panel-heading {
  padding: 0;
}
.detail a {
  width: 100%;
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 6.5px 12px;
  color: #555;
  text-decoration: none;
}

.panel-group .panel-headingJobbkk {
  padding: 0;
}
.panel-bodyJobbkk {
  padding: 0 15px;
}

.search-work a {
  background: #d40101;
  border-radius: 10px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 34px;
  padding: 6.5px 12px;
}
.search-work a:hover {
  background: #b90303;
}

.search-work button {
  background: #d40101;
  border-radius: 10px;
  width: 100%;
  height: 34px;
  padding: 3.5px 12px;
  color: #fff;
  border: 1px solid #d40101;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.search-work button:hover {
  background: #b90303;
}

@media (max-width: 380px) {
  .detail,
  .search-work {
    width: 100%;
  }
}

#accordionMobile {
  display: none;
}

@media (max-width: 768px) {
  #accordionMobile {
    display: block;
  }
  #accordionPc {
    display: none;
  }
}

/*ประเภทงานทั้งหมด*/
.category-work {
  width: 100%;
  background: #ffffff;
  /*padding: 8.5px 12px;
  font-size: 1.4rem;
  font-size: 14px; */
  border: 1px solid #ccc;
  color: #9999a9;
  text-align: left;
  border-radius: 10px;
  font-size: var(--fontText);
}

.block-salary {
  width: 100%;
}
.jobbkk-salary-1,
.jobbkk-salary-2 {
  width: 50%;
}
.jobbkk-btn {
  border: 1px solid #ccc;
  /* font-size: 1.4rem;
  font-size: 14px;
  padding: 8.5px 12px; */
  border-radius: 10px;
  background: #ffffff;
  color: #9999a9;
  width: 100%;
  font-size: var(--fontText);
}
.block-salary ul.dropdown-menu {
  min-width: 100%;
}
.jobbkk-salary-left {
  text-align: left;
}
.jobbkk-famoney {
  margin-right: 5px;
}

@media (max-width: 380px) {
  .block-salary ul.jobbkk-dropdown-menu-left {
    right: -100%;
  }
  .block-salary ul.jobbkk-dropdown-menu-right {
    left: -100%;
    right: 0;
  }
}

.jobbkk-format-work .area-menu {
  height: auto;
}
a.format-work {
  width: 100%;
  background: #ffffff;
  /*padding: 8.5px 12px;
  font-size: 1.4rem;
  font-size: 14px; */
  font-size: var(--fontText);
  border: 1px solid #ccc;
  color: #9999a9;
  text-align: left;
  border-radius: 10px;
}

button.format-work {
  width: 100%;
  background: #ffffff;
  /*padding: 8.5px 12px;
  font-size: 1.4rem;
  font-size: 14px; */
  font-size: var(--fontText);
  border: 1px solid #ccc;
  color: #9999a9;
  text-align: left;
  border-radius: 10px;
}

.jobbkk-vehicle .area-menu {
  height: 250px;
  overflow-y: scroll;
}
.vehicle {
  width: 100%;
  background: #ffffff;
  /* padding: 8.5px 12px;
  font-size: 1.4rem;
  font-size: 14px; */
  font-size: var(--fontText);
  border: 1px solid #ccc;
  color: #9999a9;
  text-align: left;
  border-radius: 10px;
}

.panel-body-mobile {
  padding: 0 15px;
}
.jobbkk-mobile-searchwork {
  display: none;
}

@media (max-width: 1170px) {
  .jobbkk-pc-searchwork {
    display: none;
  }
  .jobbkk-mobile-searchwork {
    display: block;
  }
}

/*หัว content และ ปุ่มอ่านต่อ*/
.jobkk-read {
  text-align: right;
  margin-top: 10px;
}
a.read-more {
  font-size: var(--font14);
  background: #ffffff;
  border: 1px solid #d30102;
  color: #d40101;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
a.read-more:hover {
  background: #d40101;
  color: #ffffff;
}

@media (max-width: 991px) {
  .jobkk-read {
    padding-top: 5px;
  }
}

@media (max-width: 576px) {
  .jobbkk-head h1 {
    /* font-size: 2.2rem;
    font-size: 22px; */
    font-size: var(--fontHead);
  }
  a.read-more {
    padding: 5px;
  }
  .jobkk-read {
    margin-top: 5px;
    padding-top: inherit;
  }
}

/*premium company*/
/*.logo-company{ border: 1px solid #bfbfbf; border-radius: 10px; text-align: center; padding: 10px;}*/
.logo-company {
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin: 1px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.logo-company:hover {
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.logo-company img {
  max-width: 100%;
}

/*ขนาดแบบที่คิดว่าสมดุล หากกล้าไม่ชอบ ให้ใช้อันล่าง*/
@media (max-width: 1170px) {
  .row-jobbkk {
    margin-right: 0;
    margin-left: 0;
  }
  .premium-company {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .jobbkk-logo-company {
    min-width: 28%;
    padding-bottom: 15px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .jobbkk-logo-company {
    min-width: 35%;
  }
}

@media (max-width: 576px) {
  .jobbkk-logo-company {
    min-width: 60%;
  }
}

@media (max-width: 380px) {
  .jobbkk-logo-company {
    min-width: 70%;
  }
}

/*หากกล้าไม่โอเคขนาดด้านบน ให้ใช้อันนี้แทน*/
/*@media (max-width:1170px){
      .row-jobbkk{ margin-right: 0; margin-left: 0;}
      .premium-company{ display: flex; white-space: nowrap; overflow-x: scroll;}
      .jobbkk-logo-company{ min-width: 28%; padding-bottom: 15px; padding-left: 0;}
  }
  
  @media (max-width:767px){
      .jobbkk-logo-company{ min-width: 35%;}
  }
  
  @media (max-width:576px){
      .jobbkk-logo-company{ min-width: 60%;}
  }
  
  @media (max-width:380px){
      .jobbkk-logo-company{ min-width: 70%;}
  }*/

/*แนะนำ*/
.sell-ad {
  position: relative;
  z-index: 99;
}
.sell-ad .position-ad {
  position: absolute;
  top: 0;
  right: 0;
  background: #f47920;
  padding: 10px 5px 15px;
  border-radius: 0 4px 0 0;
  text-align: center;
  width: 40px;
  height: auto;
}
.sell-ad .position-ad:after {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  border-style: solid;
  position: absolute;
  border-width: 10px 20px 10px;
  border-color: transparent #f47920;
}
.sell-ad .position-ad p {
  /* font-size: 1.2rem;
  font-size: 12px; */
  color: #ffffff;
  white-space: initial;
  font-size: var(--font12);
}

.jobbkk-worktab {
  border: 0;
  width: 100%;
}
.nav-tabs > li {
  border: 1px solid #bfbfbf;
  border-left: 0;
}
.nav-tabs > li:first-child {
  border-left: 1px solid #bfbfbf;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #ffffff;
  border: 1px solid #d40101;
  border-bottom-color: transparent;
  background-color: #d40101;
}
.nav-tabs > li > a {
  border-radius: 0;
  color: #898989;
  margin-right: 0;
  padding: 15px;
}

@media (max-width: 991px) {
  .nav-tabs > li {
    min-width: 30%;
    text-align: center;
  }
  .jobbkk-worktab {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .nav-tabs > li {
    min-width: 45%;
  }
}

@media (max-width: 576px) {
  .nav-tabs > li {
    min-width: 70%;
  }
  .nav-tabs > li > a {
    padding: 10px 0;
  }
}

/*ตัดคำ*/
div.example:after {
  content: "";
  display: block;
  clear: both;
}
div.box {
  height: 45px;
  overflow: hidden;
}

/*content ตำแหน่งงานใหม่ และ หางานตามภาค*/
.jobbkk-content a {
  color: #000000;
  text-decoration: none;
  display: block;
}
/*.block-content{ border: 1px solid #bfbfbf; border-radius: 10px; padding:10px;}
  .block-content-1{  border: 1px solid #bfbfbf; border-radius: 10px 10px 0 0; border-bottom: 0;}
  .text-content-1{ background: #f6f3f2; border: 1px solid #bfbfbf; padding: 10px; border-radius: 0 0 10px 10px; border-top: 0;}*/

.block-content {
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.block-content-1 {
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.text-content-1 {
  background: #f6f3f2;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.block-blur {
  margin: 1px;
  display: block;
}
.block-blur:hover {
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.block-content-business {
  margin: 1px 1px;
}

.pic-content {
  margin-bottom: 10px;
}
.pic-content img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.jobbkk-pic-content {
  text-align: center;
  height: 180px;
  position: relative;
}
.jobbkk-pic-content .jobbkk-pic-absolute {
  max-height: 100%;
}
.jobbkk-pic-content img {
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.jobbkk-pic-content-cus {
  height: 120px;
}

@media (max-width: 1199px) {
  .jobbkk-pic-content {
    height: 160px;
  }
  .jobbkk-pic-content-cus {
    height: 100px;
  }
}

@media (max-width: 1170px) {
  .jobbkk-pic-content-cus {
    height: 120px;
  }
}

/*บริษัทแนะนำ*/
.company-re img {
  max-width: 100%;
  height: 120px;
  object-fit: scale-down;
}

@media (max-width: 1170px) {
  .jobbkk-company-re {
    min-width: 22%;
  }
}

@media (max-width: 991px) {
  .jobbkk-company-re {
    min-width: 28%;
  }
}

@media (max-width: 767px) {
  .jobbkk-company-re {
    min-width: 30%;
  }
}

@media (max-width: 576px) {
  .jobbkk-company-re {
    min-width: 40%;
  }
}

@media (max-width: 480px) {
  .jobbkk-company-re {
    min-width: 45%;
  }
}

@media (max-width: 380px) {
  .jobbkk-company-re {
    min-width: 60%;
  }
}

@media (max-width: 320px) {
  .jobbkk-company-re {
    min-width: 70%;
  }
}

@media (max-width: 1170px) {
  .row-jobbkk-content {
    margin-right: 0;
    margin-left: 0;
    margin-right: -15px;
    margin-left: 0;
  }
  .block-jobbkk-content {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    margin-right: 0;
  }
  .jobbkk-content {
    min-width: 22%;
    padding-bottom: 15px;
    padding-left: 0;
    min-width: 33.333333333%;
  }
}

@media (max-width: 991px) {
  .jobbkk-content {
    min-width: 30%;
  }
  .jobbkk-pic-content {
    height: 120px;
  }
  .jobbkk-pic-content img {
    max-height: 120px;
  }
  .pic-content img {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .jobbkk-content {
    min-width: 40%;
  }
}

@media (max-width: 576px) {
  .jobbkk-content {
    min-width: 65%;
  }
  .jobbkk-pic-content img {
    max-width: 100%;
  }
}

/*rightpage*/
.block-jobbkk-rightpage {
  margin-top: 0;
}
.jobbkk-head.head-rightpage {
  visibility: hidden;
}

@media (max-width: 1170px) {
  .row-jobbkk-content {
    margin-right: 0;
    margin-left: 0;
  }
  .block-jobbkk-rightpage {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .jobbkk-rightpage {
    min-width: 22%;
    padding-bottom: 15px;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .jobbkk-rightpage {
    min-width: 30%;
    padding-bottom: 15px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jobbkk-rightpage {
    min-width: 40%;
  }
}

@media (max-width: 576px) {
  .jobbkk-rightpage {
    min-width: 75%;
  }
}

/*อ่าน content เพิ่มเติม*/
.jobbkk-content a.jobbkk-pluse:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.jobbkk-pluse-banner,
.jobbkk-pluse-screen-ad {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.jobbkk-pluse-banner:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.jobbkk-pluse-screen-ad:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1170px) {
  .jobbkk-content a.jobbkk-pluse:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .jobbkk-pluse-banner:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.jobbkk-read-content {
  text-align: right;
  overflow: hidden;
}
button.read-content {
  color: #d40101;
  background: #ffffff;
  border: 1px solid #d40101;
  border-radius: 10px;
  padding: 0 10px;
  display: inline-block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  font-size: var(--fontSubText);
}
button.read-content:hover {
  background: #d40101;
  color: #ffffff;
}

/*อ่าน content อันใหญ่*/
.block-jobbkk-content-big {
  width: 100%;
}
div.box-8 {
  height: 130px;
  overflow: hidden;
}

.block-jobbkk-content-big {
  width: 100%;
}
.pic-content.pic-content-big img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}

/*ใช้ตอน content มากกว่า6 เป็นตัวซ่อน content บุคคลแรงบันดาจใจ และ hr society*/
/*.display-pc{ display: block;}
  .display-mobile{ display: none;}*/

.human-favorite,
.hr-society {
  display: none;
}

/*ใช้ตอน content มากกว่า6*/
@media (max-width: 1170px) {
  /*.display-pc{ display: none;}
      .display-mobile{ display: block;}*/
  .block-jobbkk-content-big {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .block-jobbkk-content-big .jobbkk-content {
    min-width: 40%;
  }
}

/*life style*/
@media (max-width: 1170px) {
  .row-jobbkk-content {
    margin-right: 0;
    margin-left: 0;
  }
  .block-jobbkk-lifestyle {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .jobbkk-content {
    min-width: 22%;
    padding-bottom: 15px;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .jobbkk-content {
    min-width: 28%;
    padding-bottom: 15px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jobbkk-content {
    min-width: 30%;
  }
}

@media (max-width: 576px) {
  .jobbkk-content {
    min-width: 40%;
  }
}

@media (max-width: 480px) {
  .jobbkk-content {
    min-width: 45%;
  }
}

@media (max-width: 380px) {
  .jobbkk-content {
    min-width: 60%;
  }
}

@media (max-width: 320px) {
  .jobbkk-content {
    min-width: 70%;
  }
}

/*express หางานด่วน*/
@media (max-width: 1170px) {
  .block-jobbkk-express {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    margin-right: 0;
  }
  .jobbkk-content {
    margin-bottom: 0;
  }
}

/*express partner มหาวิทยาลัย*/
@media (max-width: 1170px) {
  .block-jobbkk-university {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    margin-right: 0;
  }
}

/*หางานตามสาขาอาชีพ*/
.height-career {
  height: 300px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .height-career {
    /* height: 250px; */
    display: none;
  }
}

/*Partner มหาวิทยาลัย*/
.university {
  text-align: center;
}

/*หางานงานตามสาขาอาชีพ*/
.work-career {
  color: #d40101;
  padding: 15px;
}
.text-work-career ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-work-career ul li {
  padding: 3px 0;
}
.text-work-career ul li a {
  color: #555;
}

.work-area,
.about {
  color: #d40101;
  padding: 15px;
}
.text-about ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text-about ul li {
  padding: 3px 0;
}
.text-about ul li a {
  color: #555;
}

@media (max-width: 767px) {
  .jobbkk-work-area {
    display: none;
  }
}

@media (max-width: 576px) {
  .text-work-career ul li,
  .text-about ul li {
    font-size: var(--font12);
  }
}

/*footer*/
.jobbkk-footer,
.jobbkk-social {
  margin-top: 20px;
}
.adress-footer,
.customer-footer {
  color: #ffffff;
}

@media (max-width: 991px) {
  .adress-footer {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .logo-footer a img {
    max-width: 100px;
  }
  .adress-footer p,
  .customer-footer p,
  .copy-right p {
    font-size: var(--font12);
  }
}

.social ul,
.app ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social ul li,
.app ul li {
  float: left;
  padding: 0 5px;
}

.social ul li a {
  display: block;
  width: 33px;
  height: 33px;
  background-size: cover;
}
.social ul li a.icon-fb {
  background: url(../images/social-1.png) no-repeat;
}
.social ul li a.icon-twis {
  background: url(../images/social-X-01.png) no-repeat;
}
.social ul li a.icon-youtube {
  background: url(../images/social-3.png) no-repeat;
}
.social ul li a.icon-intragram {
  background: url(../images/social-4.png) no-repeat;
}
.social ul li a.icon-in {
  background: url(../images/social-5.png) no-repeat;
}
.social ul li a.icon-line {
  background: url(../images/social-6.png) no-repeat;
}
.social ul li a.icon-tiktok {
  background: url(../images/social-8.svg) no-repeat;
}

.social ul li a.icon-fb:hover {
  background: url(../images/social-1-1.png) no-repeat;
}
.social ul li a.icon-twis:hover {
  background: url(../images/social-X-02.png) no-repeat;
}
.social ul li a.icon-youtube:hover {
  background: url(../images/social-3-3.png) no-repeat;
}
.social ul li a.icon-intragram:hover {
  background: url(../images/social-4-4.png) no-repeat;
}
.social ul li a.icon-in:hover {
  background: url(../images/social-5-5.png) no-repeat;
}
.social ul li a.icon-line:hover {
  background: url(../images/social-6-6.png) no-repeat;
}
.social ul li a.icon-tiktok:hover {
  background: url(../images/social-8-8.svg) no-repeat;
}
.social ul li a img,
.app ul li a img {
  max-width: 33px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.app ul {
  margin-top: 3px;
}
.app ul li a img {
  max-width: 100px;
}
.app ul li a img.dbd {
  max-width: 60px;
}
.app ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .head-footer {
    text-align: center;
  }
  .logo-footer img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .adress-footer {
    margin-bottom: 20px;
  }
  .social {
    text-align: right;
    padding-right: 0;
  }
  .social ul {
    display: inline-block;
    float: none;
  }
  .app {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .social {
    text-align: center;
    padding-right: 15px;
  }
  .social ul,
  .app ul {
    display: inline-block;
    float: none;
  }
  .app {
    padding-left: 15px;
  }
  .app ul {
    margin-top: 0;
  }
}

@media (max-width: 335px) {
  .app ul li a img {
    max-width: 80px;
  }
  .app ul li a img.dbd {
    max-width: 47px;
  }
}

.copy-right p {
  text-align: center;
  padding: 15px;
  color: #ffffff;
}
.copy-right p span {
  margin-left: 10px;
}
.copy-right p span a img {
  max-width: 15px;
}

/*backTOtop*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat
    center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 99999;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 80px;
  }
}

.swal-button {
  padding: 5px 15px;
  border-radius: 4px;
  background: #d40101;
  font-size: var(--font14);
  border: 1px solid #d40101;
  text-shadow: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.nong-job {
  position: absolute;
  top: 10%;
  right: 0;
  left: 20%;
  margin: 0 auto;
  text-align: center;
}
.nong-job p.head-jb {
  font-size: var(--font24);
  color: #d40101;
}
.nong-job p.middle-jb {
  background: #d40101;
  padding: 10px;
  color: #ffffff;
  width: 230px;
  margin: 0 auto;
  border-radius: 10px;
}
.nong-job p.text-jb {
  width: 230px;
  margin: 0 auto;
  font-size: var(--font12);
  margin-top: 10px;
  color: #555;
}

a.custom-service {
  color: #ffc600;
  text-decoration: none;
}
.sub-list li a {
  padding: 5px 15px;
  display: block;
  text-decoration: none;
}
.focus-member {
  background: #ebebeb;
}

/*รูป ล็อคอินผู้ประกอบการ ผู้สมัครงาน*/
.applicant-dropdown {
  float: right;
  margin-top: 0;
}
.dropdown-menu-applicant li a {
  color: #555;
}
.pic-applicant {
  margin-top: 4px;
  border-right: 1px solid #d1d1d1;
  padding: 0;
  padding-right: 10px;
  border-radius: 0;
  position: relative;
}
.pic-applicant:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.pic-applicant img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #555;
  object-fit: cover;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border-color: none;
  box-shadow: none;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: transparent;
}
.pic-applicant,
.dropdown-flag-1 {
  float: left;
}

.dropdown-flag-1 {
  font-size: var(--font12);
  margin-top: 12px;
  padding-left: 10px;
}
.dropdown-flag-1 a {
  text-decoration: none;
  color: #555;
}
.dropdown-flag-1 ul {
  min-width: 100%;
  right: -100%;
}
.dropdown-flag-in li {
  text-align: center;
  font-size: var(--font12);
}
.dropdown-flag-in li a {
  padding: 3px 5px;
}

.dropdown-menu-applicant {
  left: -250px;
  min-width: 100%;
  right: 0;
}
.dropdown-menu-applicant li a {
  white-space: normal;
}

.pic-in-applicant img {
  border-radius: 50%;
  border: 1px solid #555;
  width: 75px;
  height: 75px;
  object-fit: cover;
}
ul.sub-text-pic {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sub-text-pic li {
  color: #555;
  word-break: break-word;
}
ul.sub-text-pic li.text-pic-img a {
  background: #f47920;
  color: #ffffff;
  border-radius: 4px;
  padding: 0 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
ul.sub-text-pic li.text-pic-img a:hover {
  background: #d40101;
}

@media (max-width: 767px) {
  .pic-applicant {
    border-right: 0;
    margin-top: 10px;
  }
  .pic-in-applicant img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  ul.dropdown-menu-applicant li {
    font-size: var(--font12);
  }
}

@media (max-width: 380px) {
  .pic-applicant {
    margin-top: 5px;
  }
  .pic-in-applicant img {
    max-width: 50px;
    max-height: 50px;
  }
  .dropdown-menu-applicant {
    left: -200px;
  }
}

.sub-list li a {
  padding: 5px 15px;
  display: block;
  text-decoration: none;
}
.focus-member {
  background: #ebebeb;
}

.jobbkk-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px dashed;
  border-top: 4px solid\9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/*ปุ่มกระพริบ*/
.sale-wab {
  animation: beat 1s ease infinite alternate;
  display: inline-block;
}

@keyframes beat {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.jobbkk-register-social {
  text-align: right;
  margin-top: 5px;
}
.jobbkk-share-social ul {
  list-style: none;
  padding: 0;
}
.jobbkk-share-social ul li {
  display: inline-block;
  padding: 0 10px 5px;
}
.jobbkk-share-social ul li a {
  display: block;
  width: 33px;
  height: 33px;
}
.jobbkk-share-social ul li a.icon-fb {
  background: url(../images/social-1-1.png) no-repeat !important;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-youtube {
  background: url(../images/social-3-3.png) no-repeat !important;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-line {
  background: url(../images/social-6-6.png) no-repeat !important;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-google {
  background: url(../images/social-9-9.png) no-repeat !important;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-twis {
  background: url(../images/social-X-01.png) no-repeat !important;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-skype {
  background: url(../images/social-7-7.png) no-repeat;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-intragram {
  background: url(../images/social-4-4.png) no-repeat;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-copylink {
  background: url(../images/social-8-8.png) no-repeat;
  background-size: 100%;
}
.jobbkk-share-social ul li a.icon-qrcode {
  background: url(../images/code.png) no-repeat;
  background-size: 100%;
}

.cre-resume a {
  background: #d40101;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}
.cre-resume-right {
  text-align: right;
}
.cre-resume-right a {
  background: #d40101;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}
.apply-mail {
  text-align: right;
}
/*input.table-table[type=checkbox]{ margin-right: 5px;}*/
.th-position {
  text-align: center;
}

/*บันทึก ยกเลิก*/
.mem-cancel {
  text-align: center;
}
.mem-cancel ul {
  display: inline-block;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.mem-cancel ul li {
  float: left;
  padding: 0 10px;
}
.mem-cancel ul li button {
  background: #d40101;
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.mem-cancel ul li:last-child button {
  background: #fff;
  border: 1px solid #bfbfbf;
  color: #555;
}
.mem-cancel ul li button:hover {
  background: #ebebeb;
  color: #555;
  color: #d40101;
}
.mem-cancel ul li:last-child button:hover {
  border: 1px solid #ebebeb;
}

/*เจาะแบนเนอ*/
.banner-flag {
  float: right;
}
.job-banner {
  float: left;
  margin-right: 10px;
  text-align: right;
}
.job-banner img {
  max-width: 100%;
  width: auto;
}

@media (max-width: 1424px) {
  .job-banner img {
    max-width: 576px;
  }
}

@media (max-width: 1240px) {
  .job-banner img {
    max-width: 480px;
  }
}

@media (max-width: 1128px) {
  .job-banner {
    margin-top: 5px;
  }
  .job-banner img {
    max-width: 400px;
  }
}

/*head pc home*/
.pc-logo img {
  max-width: 15rem;
  width: 100%;
}
.banner-register {
  text-align: right;
}
.top-zero {
  margin-top: 0;
}
.jobbkk-mobile .pc-banner {
  margin-bottom: 15px;
}
.pc-banner {
  text-align: center;
}
.pc-banner a img {
  width: auto;
  border: 1px solid var(--color-gray);
}
/*
  .pc-banner{ text-align: right;}
  .pc-banner ul{ margin: 0 -10px; padding: 0; list-style: none; display: inline-block;}
  .pc-banner ul li{ float: left; padding: 0 10px;}
  .pc-banner ul li.jf{ width: 32%;}
  .pc-banner ul li.top-page{ width: 68%;}
  */

@media (max-width: 991px) {
  .top-zero {
    margin-top: 0;
  }
}

.register-flag ul {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.register-flag ul li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #bfbfbf;
}
.register-flag ul li:last-child {
  border-right: 0;
}
.register-flag ul li button {
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.register-flag ul li button.active {
  background: #d40101;
  border: 1px solid #d40101;
  color: #fff;
}
.register-flag ul li button:hover {
  background: #ebebeb;
  color: #d40101;
  border: 1px solid #ebebeb;
}
.pc-register {
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .register-flag ul li {
    font-size: var(--font12);
  }
}

.applicant-pro {
  text-align: center;
  left: 0 !important;
}
.applicant-only {
  border-right: 0;
  padding-right: 0;
  float: none;
}

.dropdown-menu li a.active-search {
  color: #d40101;
  background: #ebebeb;
}
.controls .flag.active {
  background: #d40101;
  color: #fff;
  border-radius: 4px;
}
.background-id {
  background: #ebebeb;
  padding: 5px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .background-id {
    display: none;
  }
}

/* .navbarUser{ display: flex; align-items: center;} */
/* .menuUser ul{ margin: 0 -15px; padding: 0; list-style: none; display: flex; align-items: center;} */
/*.menuUser ul li{ float: left; text-align: center;}*/
/* .menuUser ul li{ float: left; text-align: center; position: relative;} */
/* .menuUser ul li a{ color: #555555; display: block; padding: 15px; text-decoration: none;} */
/* .menuUser ul li a:hover, .menuUser ul li a.active{ background: #555555; color: #ffffff;} */

/* @media (max-width:991px){
      .menuUser ul li a{ font-size: 14px;}
  } */

.tabNew {
  position: absolute;
  top: 0;
  right: 0;
  font-size: var(--font12);
  border-radius: 4px;
  background: #d40101;
  color: #fff;
  padding: 0 8px;
   transform: translate(0, 2px);
}

.badgeGradient{
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #FE4C5C, #7202F2);
  color: #fff;
  padding: 0 8px;
  font-size: var(--font12);
  border-radius: 4px;
  transform: translate(0, 2px);
}

/* เมนู user ตรงกลางเว็ป */
.navbarUser {
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.menuUser > ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuUser ul li {
  float: left;
  text-align: center;
  position: relative;
}
.menuUser ul li a {
  color: #555555;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.menuUser ul li a:hover,
.menuUser ul li a.active {
  background: #555555;
  color: var(--bg-white);
}
.menuUser ul.dropdown-menu {
  min-width: 250px;
}
.menuUser ul.dropdown-menu li {
  text-align: left;
  float: initial;
}
.menuUser ul.dropdown-menu li a {
  color: var(--bg-black-gray);
  font-size: var(--font14);
}
.menuUser button {
  background: transparent;
  border: 0;
  display: block;
  transition: 0.5s ease-in-out;
  padding: 15px;
}
.menuUser button:hover {
  background: #555;
  color: var(--bg-white);
}
.dropdown.open li a {
  padding: 8px 15px;
}
.dropdown-menu {
  font-size: var(--font14) !important;
}

@media print {
  .jobbkk-pc {
    display: none !important;
  }
  .jobbkk-mobile {
    display: none !important;
  }
}

#work-online-jobbkk {
  margin: 0 calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
  padding-block: 6.4rem;
  margin-top: 6.4rem;
  border-top: 0.5rem solid #ebebeb;
}
#work-online-jobbkk a {
  display: inline-block;
  text-decoration: underline !important;
}
/* #work-online-jobbkk p {
  font-size: var(--fontText);
}
#work-online-jobbkk-title p {
  font-size: var(--fontText);
} */
#work-online-jobbkk li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  grid-gap: 1rem;
  margin-bottom: 1.5rem;
}

.seo-position a {
  color: #333333;
  display: inline-block;
  font-size: var(--font16);
}

.seo-position a:hover {
  text-decoration: underline !important;
}

.flexProcessList {
  display: flex;
  align-items: center;
}

/* .fontSubHead {
  font-size: clamp(1.8rem, 2.5vw, 2rem);
  font-weight: 500;
  flex-shrink: 0;
} */

.formControlList {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  /* font-size: 1rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* font-size: clamp(1.4rem, 2.5vw, 1.6rem); 
  font-size: var(--font20); */
}

/* Margin */
.margin-y-1 {
  margin-block: 0.4rem;
}
.margin-y-2 {
  margin-block: 0.8rem;
}
.margin-y-3 {
  margin-block: 1.2rem;
}
.margin-y-4 {
  margin-block: 1.6rem;
}
.margin-y-5 {
  margin-block: 2rem;
}
.margin-y-6 {
  margin-block: 2.4rem;
}
.margin-y-7 {
  margin-block: 3.2rem;
}
.margin-y-8 {
  margin-block: 4.8rem;
}
.margin-y-9 {
  margin-block: 6.4rem;
}
.margin-y-10 {
  margin-block: 9.6rem;
}
.margin-y-11 {
  margin-block: 12.8rem;
}

.margin-x-1 {
  margin-inline: 0.4rem;
}
.margin-x-2 {
  margin-inline: 0.8rem;
}
.margin-x-3 {
  margin-inline: 1.2rem;
}
.margin-x-4 {
  margin-inline: 1.6rem;
}
.margin-x-5 {
  margin-inline: 2rem;
}
.margin-x-6 {
  margin-inline: 2.4rem;
}
.margin-x-7 {
  margin-inline: 3.2rem;
}
.margin-x-8 {
  margin-inline: 4.8rem;
}
.margin-x-9 {
  margin-inline: 6.4rem;
}
.margin-x-10 {
  margin-inline: 9.6rem;
}
.margin-x-11 {
  margin-inline: 12.8rem;
}

.margin-top-1 {
  margin-top: 0.4rem;
}
.margin-top-2 {
  margin-top: 0.8rem;
}
.margin-top-3 {
  margin-top: 1.2rem;
}
.margin-top-4 {
  margin-top: 1.6rem;
}
.margin-top-5 {
  margin-top: 2rem;
}
.margin-top-6 {
  margin-top: 2.4rem;
}
.margin-top-7 {
  margin-top: 3.2rem;
}
.margin-top-8 {
  margin-top: 4.8rem;
}
.margin-top-9 {
  margin-top: 6.4rem;
}
.margin-top-10 {
  margin-top: 9.6rem;
}
.margin-top-11 {
  margin-top: 12.8rem;
}

.margin-bottom-1 {
  margin-bottom: 0.4rem;
}
.margin-bottom-2 {
  margin-bottom: 0.8rem;
}
.margin-bottom-3 {
  margin-bottom: 1.2rem;
}
.margin-bottom-4 {
  margin-bottom: 1.6rem;
}
.margin-bottom-5 {
  margin-bottom: 2rem;
}
.margin-bottom-6 {
  margin-bottom: 2.4rem;
}
.margin-bottom-7 {
  margin-bottom: 3.2rem;
}
.margin-bottom-8 {
  margin-bottom: 4.8rem;
}
.margin-bottom-9 {
  margin-bottom: 6.4rem;
}
.margin-bottom-10 {
  margin-bottom: 9.6rem;
}
.margin-bottom-11 {
  margin-bottom: 12.8rem;
}

.margin-right-1 {
  margin-right: 0.4rem;
}
.margin-right-2 {
  margin-right: 0.8rem;
}
.margin-right-3 {
  margin-right: 1.2rem;
}
.margin-right-4 {
  margin-right: 1.6rem;
}
.margin-right-5 {
  margin-right: 2rem;
}
.margin-right-6 {
  margin-right: 2.4rem;
}
.margin-right-7 {
  margin-right: 3.2rem;
}

.margin-left-1 {
  margin-left: 0.4rem;
}
.margin-left-2 {
  margin-left: 0.8rem;
}
.margin-left-3 {
  margin-left: 1.2rem;
}
.margin-left-4 {
  margin-left: 1.6rem;
}
.margin-left-5 {
  margin-left: 2rem;
}
.margin-left-6 {
  margin-left: 2.4rem;
}
.margin-left-7 {
  margin-left: 3.2rem;
}

@media (max-width: 991px) {
  .margin-x-8 {
    margin-inline: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .margin-x-9 {
    margin-inline: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .margin-x-10 {
    margin-inline: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .margin-x-11 {
    margin-inline: clamp(9.6rem, 2.5vw, 12.8rem);
  }

  .margin-y-8 {
    margin-block: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .margin-y-9 {
    margin-block: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .margin-y-10 {
    margin-block: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .margin-y-11 {
    margin-block: clamp(9.6rem, 2.5vw, 12.8rem);
  }

  .margin-top-8 {
    margin-top: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .margin-top-9 {
    margin-top: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .margin-top-10 {
    margin-top: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .margin-top-11 {
    margin-top: clamp(9.6rem, 2.5vw, 12.8rem);
  }

  .margin-bottom-8 {
    margin-bottom: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .margin-bottom-9 {
    margin-bottom: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .margin-bottom-10 {
    margin-bottom: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .margin-bottom-11 {
    margin-bottom: clamp(9.6rem, 2.5vw, 12.8rem);
  }
}
/* End Margin */

/* Padding */
.padding-y-1 {
  padding-block: 0.4rem;
}
.padding-y-2 {
  padding-block: 0.8rem;
}
.padding-y-3 {
  padding-block: 1.2rem;
}
.padding-y-4 {
  padding-block: 1.6rem;
}
.padding-y-5 {
  padding-block: 2rem;
}
.padding-y-6 {
  padding-block: 2.4rem;
}
.padding-y-7 {
  padding-block: 3.2rem;
}
.padding-y-8 {
  padding-block: 4.8rem;
}
.padding-y-9 {
  padding-block: 6.4rem;
}
.padding-y-10 {
  padding-block: 9.6rem;
}
.padding-y-11 {
  margin-block: 12.8rem;
}

.padding-x-1 {
  padding-inline: 0.4rem;
}
.padding-x-2 {
  padding-inline: 0.8rem;
}
.padding-x-3 {
  padding-inline: 1.2rem;
}
.padding-x-4 {
  padding-inline: 1.6rem;
}
.padding-x-5 {
  padding-inline: 2rem;
}
.padding-x-6 {
  padding-inline: 2.4rem;
}
.padding-x-7 {
  padding-inline: 3.2rem;
}
.padding-x-8 {
  padding-inline: 4.8rem;
}
.padding-x-9 {
  padding-inline: 6.4rem;
}
.padding-x-10 {
  padding-inline: 9.6rem;
}
.padding-x-11 {
  margin-inline: 12.8rem;
}

.padding-top-1 {
  padding-top: 0.4rem;
}
.padding-top-2 {
  padding-top: 0.8rem;
}
.padding-top-3 {
  padding-top: 1.2rem;
}
.padding-top-4 {
  padding-top: 1.6rem;
}
.padding-top-5 {
  padding-top: 2rem;
}
.padding-top-6 {
  padding-top: 2.4rem;
}
.padding-top-7 {
  padding-top: 3.2rem;
}
.padding-top-8 {
  padding-top: 4.8rem;
}
.padding-top-9 {
  padding-top: 6.4rem;
}
.padding-top-10 {
  padding-top: 9.6rem;
}
.padding-top-11 {
  margin-top: 12.8rem;
}

.padding-bottom-1 {
  padding-bottom: 0.4rem;
}
.padding-bottom-2 {
  padding-bottom: 0.8rem;
}
.padding-bottom-3 {
  padding-bottom: 1.2rem;
}
.padding-bottom-4 {
  padding-bottom: 1.6rem;
}
.padding-bottom-5 {
  padding-bottom: 2rem;
}
.padding-bottom-6 {
  padding-bottom: 2.4rem;
}
.padding-bottom-7 {
  padding-bottom: 3.2rem;
}
.padding-bottom-8 {
  padding-bottom: 4.8rem;
}
.padding-bottom-9 {
  padding-bottom: 6.4rem;
}
.padding-bottom-10 {
  padding-bottom: 9.6rem;
}
.padding-bottom-11 {
  margin-bottom: 12.8rem;
}

.padding-right-1 {
  padding-right: 0.4rem;
}
.padding-right-2 {
  padding-right: 0.8rem;
}
.padding-right-3 {
  padding-right: 1.2rem;
}
.padding-right-4 {
  padding-right: 1.6rem;
}
.padding-right-5 {
  padding-right: 2rem;
}
.padding-right-6 {
  padding-right: 2.4rem;
}
.padding-right-7 {
  padding-right: 3.2rem;
}

.padding-left-1 {
  padding-left: 0.4rem;
}
.padding-left-2 {
  padding-left: 0.8rem;
}
.padding-left-3 {
  padding-left: 1.2rem;
}
.padding-left-4 {
  padding-left: 1.6rem;
}
.padding-left-5 {
  padding-left: 2rem;
}
.padding-left-6 {
  padding-left: 2.4rem;
}
.padding-left-7 {
  padding-left: 3.2rem;
}
@media (max-width: 991px) {
  .padding-x-8 {
    padding-inline: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .padding-x-9 {
    padding-inline: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .padding-x-10 {
    padding-inline: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .padding-x-11 {
    padding-inline: clamp(9.6rem, 2.5vw, 12.8rem);
  }

  .padding-y-8 {
    padding-block: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .padding-y-9 {
    padding-block: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .padding-y-10 {
    padding-block: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .padding-y-11 {
    padding-block: clamp(9.6rem, 2.5vw, 12.8rem);
  }

  .padding-top-8 {
    padding-top: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .padding-top-9 {
    padding-top: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .padding-top-10 {
    padding-top: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .padding-top-11 {
    padding-top: clamp(9.6rem, 2.5vw, 12.8rem);
  }

  .padding-bottom-8 {
    padding-bottom: clamp(3.2rem, 2.5vw, 4.8rem);
  }
  .padding-bottom-9 {
    padding-bottom: clamp(4.8rem, 2.5vw, 6.4rem);
  }
  .padding-bottom-10 {
    padding-bottom: clamp(6.4rem, 2.5vw, 9.6rem);
  }
  .padding-bottom-11 {
    padding-bottom: clamp(9.6rem, 2.5vw, 12.8rem);
  }
}
/* End Padding */
/* Modal Line */
.rounded-box-black {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  border-radius: var(--Spacing-spacing-2, 8px);
  gap: var(--Spacing-spacing-1, 4px);
  background: #39CD00;
  height: 40px;
  box-sizing: border-box;
}

a:hover .rounded-box-black {
  background: #2FA200;
  border-radius: var(--Spacing-spacing-2, 8px);
}

.modal-center-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal-background-line {
  width: 383px;
  height: 369px;
}

.box1-line {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.box1-line a {
  width: 237px;
  height: 48px;
}

.box1-line p {
  color: #A29292;
}

.boximageline {
  width: 70px;
  height: 70px;
  background-color: #00C300;
  border-radius: 10px;
}

.body-line {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
}

.custom-modal-header-line {
  display: flex;
  flex-direction: column;
  height: 30px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.button-close-line {
  position: absolute;
  right: 10px;
  top: 8px;
}

.custom-header-box-line {
  flex: 1;
  border-radius: 7px 7px 0 0;
}

.box1-line .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.box1-line .content p {
  font-size: 18px;
  margin-left: 10px;
  color: #fff;
}

.icon-user-line-modal {
  width: 18px;
  height: 20px;
}

.icon-building-line-modal {
  width: 20px;
  height: 20px;
}
/* EndModal Line */
