img {
	margin-bottom: -4px;
}

.top_bg {
    background: linear-gradient(to bottom right, #FFFFFF, #1F43B2);
    box-shadow:0 4px 15px rgba(0,0,0,.12);
    padding:5px;
    padding-left:10px;
}

.top_login {
  background-color: #ffffff;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 0.5rem;
  color: #111827;
  font-family: "Kanit";
  text-align: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  position: absolute;
  padding: 5px 12px;
  top: 13px;
  right: 0;
  margin-right: 4%;
}

.top_login:hover {
    background-color: #f9fafb;
}

.topnav a {
	float: left;
	font-family: "Kanit";
	font-size: 16px;
	font-size: 17px;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topnav a:hover {
	background-color: #1E40AF;
	color: white;
	text-decoration: none;
}

.top_postjob {
	font-family: "Tahoma";
	font-size: 16px;
	font-weight: bold;
	color: #e10000;
	text-decoration: none;
	margin-top: 12px;
}

a.top_postjob:hover {
	text-decoration: none;
}

.top_tel {
	font-family: "Arial";
	font-size: 11pt;
	font-weight: bold;
	color: #333;
}

.top_tel a {
	color: #369;
}

a.top_tel:hover {
	color: #900;
}

div.topbanner {
	max-width: 100%;
	margin-bottom: 10px;
}

h1 {
	color: #c30;
	text-decoration: underline;
}

h2 {
	font-family: "Arial", serif;
	margin-top: 10px;
	margin-bottom: 5px;
}

.tab-top {
	position: relative;
	height: 50px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
}

.tab-buttons {
	display: flex;
	border-bottom: 0px solid #ccc;
	width: 300px;
	padding-left: 15px;
	position: absolute;
	bottom: 0;
}

.tab-buttons button {
	flex: 1;
	padding: 5px;
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	font-family: "Sarabun", serif;
	font-size: 15pt;
	outline: none;
	transition: background-color .3s;
}

.tab-buttons button.active {
	background-color: #ccc;
	border-bottom: 0px solid #000;
}

.tab-content {
	display: none;
	padding: 30px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
}

.tab-content.active {
	border: 1px solid #ccc;
	display: block;
}

#login-bar {
	width: 100%;
	font-weight: bold;
	color: #333;
	background: #d1d4d5;
	position: relative;
	border: 1px solid;
	border-color: #c0c0c0;
	border-bottom: 0px;
	height: 36px;
}

#login-pic {
	float: left;
	padding: 3px;
	position: absolute;
	bottom: 0;
}

#login-text {
	float: left;
	padding-top: 8px;
	padding-left: 45px;
}

.login-form {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

.login-form label {
	margin-bottom: 0px;
}

div.content {
	margin-left: auto;
	margin-right: auto;
}

div.regionjob {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-family: "Kanit";
	font-size: 15px;
	color: white;
	background-color: #44699C;
	box-shadow: 0px 0px 10px 0px rgba(191, 191, 191, 1);
	padding: 8px 14px;
	width: 100%;
	border-bottom-style: solid;
	border-color: #e6e6e6;
}

div.regionjob a {
	color: white;
}

.pd-5 {
	padding: 5px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-4 {
	margin-bottom:4px;
}

.mb-5 {
	margin-bottom:5px;
}

.job-premium {
	float: left;
	width: 100%;
	padding-left: 10px; 
	padding-right: 2px;
}

.adv {
	float: right;
	padding-top: 8px;
	padding-right: 2px;
}

div.contact {
	width: 100%;
}

div.white_bg {
	background-color: white;
	overflow: hidden;
	box-shadow: 0px 0px 10px 1px rgba(191, 191, 191, 1);
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
        div.white_bg {
        border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom: 0px;
}
}

.c50-1 {
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.c50-2 {
	float: left;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 5px;
}

.c100 {
	float: left;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 10px;
}

@media (max-width: 768px) {
	.c50-1, .c50-2, .c100 {
		width: 100%;
		padding-right: 0px;
	}
	
	div.content {
		padding: 0px;
	}
	
	div.contact {
		padding-right: 15px;
	}
	
	div.regionjob {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}
	
.c100 {
	width: 100%;
	padding-right: 8px;
}

.swiper-scrollbar {
	display: none;
}

.swiper-button-next, .swiper-button-prev {
	color: #808080;
	background-color: transparent;
	border: none;
}

.swiper-pagination-bullet {
	background: #000;
	opacity: .2;
}

.swiper-pagination-bullet-active {
	background: #000;
	opacity: .7;
}

.top_premiums {
	background-color: #44699C;
	width: 100%;
	padding: 8px 12px;
	margin-top: 0px;
	border: 1px solid #ccc;
	border-bottom: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.premium-content {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.premium-content {
		padding: 10px;
	}
}

.premium .swiper-slide {
	width: auto;
	min-height: 275px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	background-color: white;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	transition: transform .3s ease, box-shadow .3s ease;
}

.premium .swiper-slide:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.company-logo {
	max-width: 140px;
	max-height: 75px;
	margin-bottom: 10px;
}

.company-name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.company-job {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
	color: #008080;
}

.bottom_premium {
	padding: 10px 15px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-top: 0px;
	text-decoration: underline;
	font-weight: bold;
}

.todayjob_bg {
	float: left;
	width: 100%;
	height: 24px;
	background-image: url("https://www.jobpub.com/new_images/todayjob_bg.gif");
}

.todayjob {
	font-family: "Sarabun", serif;
	margin-bottom: 10px;
}

.todayjob_top {
	float: left;
	font-size: 20pt;
	font-weight: bold;
	color: #CC0000;
	width: 100%;
	padding: 12px;
	margin-left: 10px;
	margin-top: 20px;
}

.todayjob_content {
	float: left;
	font-family: "Sarabun", serif;
	font-size: 12pt;
	width: 100%;
	padding: 20px;
	padding-top: 0px;
}

hr.todayjob {
  border: 1px dashed #ccc;
  margin-top: 10px;
  margin-bottom: 15px;
}

img.logo {
	height: auto;
	width: auto;
	max-width: 130px;
	max-height: 75px;
}

.col_01 {
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 15px;
}

.col_02 {
	width: 80%;
	padding-right: 15px;
}

.col_03 {
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 20px;
}

.col_100 {
	width: 100%;
}

.bottom {
	width: 100%;
	padding: 20px;
}

.footer {
	width: 100%;
	background-color: #1F2937;
	padding: 15px;
}

.jobdesc {
	margin-left: 10px;
	width: 100%;
}

.submit {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column {
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
}

@media screen and (max-width: 500px) {
	.column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 600px) {
	input[type=submit] {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.col_01, .col_02 {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 600px) {
	.col_03 {
		width: 100%;
		text-align: left;
	}
}

.col_01 {
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 15px;
}

.col_02 {
	width: 80%;
	padding-right: 15px;
}

.col_03 {
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 20px;
}

.col_100 {
	width: 100%;
}

.bottom {
	width: 100%;
	padding: 20px;
}

.footer {
	width: 100%;
	background-color: #272727;
	padding: 15px;
}

.jobdesc {
	margin-left: 10px;
	width: 100%;
}

.submit {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column {
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
}

@media screen and (max-width: 500px) {
	.column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 600px) {
	input[type=submit] {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.col_01, .col_02 {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 600px) {
	.col_03 {
		width: 100%;
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
        input[type=submit] {
        width: 100%;
}
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resume {
	color: #c30;
	text-decoration: underline;
	font-family: "Sarabun", serif;
	font-size: 2em; 
	margin: .67em 0
}

.height-career {
    height: 450px;
    overflow-y: scroll
}

.copy_button {
  background-image: linear-gradient(#f7f8fa ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  font-size: 14px;
  height: 25px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.copy_button:active {
  border-bottom-color: #a2a6ac;
}

.copy_button:active:hover {
  border-bottom-color: #a2a6ac;
}

.copy_button:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.btn_app {
	background-image: linear-gradient(#42a1ec, #0070c9);
	border: 1px solid #07c;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	direction: ltr;
	display: block;
	font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: -.022em;
	line-height: 1.47059;
	min-width: 30px;
	overflow: visible;
	padding: 4px 15px;
	text-align: center;
	vertical-align: baseline;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
}

.btn_app:disabled {
	cursor: default;
	opacity: .3;
}

.btn_app:hover {
	background-image: linear-gradient(#51a9ee, #147bcd);
	border-color: #1482d0;
	text-decoration: none;
}

.btn_app:active {
	background-image: linear-gradient(#3d94d9, #0067b9);
	border-color: #006dbc;
	outline: none;
}

.btn_app:focus {
	box-shadow: rgba(131, 192, 253, .5) 0 0 0 3px;
	outline: none;
}

