﻿/*
|--------------------------------------------------------------------------
| font
|--------------------------------------------------------------------------
*/
@font-face {
    font-family: 'Sukhumvit';
    src: url('../fonts/sukhumvitset-medium-webfont.eot');
    src: url('../fonts/sukhumvitset-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sukhumvitset-medium-webfont.woff2') format('woff2'),
         url('../fonts/sukhumvitset-medium-webfont.woff') format('woff'),
         url('../fonts/sukhumvitset-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSemiBold';
    src: url('../fonts/sukhumvitset-semibold-webfont.eot');
    src: url('../fonts/sukhumvitset-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sukhumvitset-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sukhumvitset-semibold-webfont.woff') format('woff'),
         url('../fonts/sukhumvitset-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitBold';
    src: url('../fonts/sukhumvitset-bold-webfont.eot');
    src: url('../fonts/sukhumvitset-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sukhumvitset-bold-webfont.woff2') format('woff2'),
         url('../fonts/sukhumvitset-bold-webfont.woff') format('woff'),
         url('../fonts/sukhumvitset-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitLight';
    src: url('../fonts/sukhumvitset-light-webfont.eot');
    src: url('../fonts/sukhumvitset-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sukhumvitset-light-webfont.woff2') format('woff2'),
         url('../fonts/sukhumvitset-light-webfont.woff') format('woff'),
         url('../fonts/sukhumvitset-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitThin';
    src: url('../fonts/sukhumvitset-thin-webfont.eot');
    src: url('../fonts/sukhumvitset-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sukhumvitset-thin-webfont.woff2') format('woff2'),
         url('../fonts/sukhumvitset-thin-webfont.woff') format('woff'),
         url('../fonts/sukhumvitset-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'centuryGothic';
    src: url('../fonts/centuryGothic.eot');
    src: url('../fonts/centuryGothic.eot.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centuryGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'varela_round';
    src: url('../fonts/varelaround-regular-webfont.eot');
    src: url('../fonts/varelaround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/varelaround-regular-webfont.woff2') format('woff2'),
         url('../fonts/varelaround-regular-webfont.woff') format('woff'),
         url('../fonts/varelaround-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
|--------------------------------------------------------------------------
| body
|--------------------------------------------------------------------------
*/
body{
	background-color: #f4f7fa;
	font-family: 'Sukhumvit';
	background: url(../img/jobdbg.jpg) repeat;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
|--------------------------------------------------------------------------
| navbar
|--------------------------------------------------------------------------
*/
nav{
	font-family: 'SukhumvitSemiBold';
	font-size: 1.1em;
}

.navbar-default {
	border-color: white;
}

@media screen and (max-width: 4096px){
	div.navbar-header > .pull-left{
		margin-top: 10px;
		width: 75%;
	}

    .navbar-default .navbar-nav>li>a {
	    color: #424242;
	    padding-top: 47px !important;
		padding-bottom: 20px !important;
	}

	.navbar {
		min-height:95px !important;
		margin-bottom: 0px !important;
		background-color: rgba(0,0,0,0);
	}
}

@media screen and (max-width: 1199px){
	div.navbar-header > .pull-left{
		width: 400px;
	}

    .navbar-default .navbar-nav>li>a {
	    color: #424242;
	    padding-top: 47px !important; 
		padding-bottom:20px !important;
	}

	/*
	.navbar-default .navbar-nav>li>a:hover {
		margin-top: 25px;
		padding-top: 22px !important; 
		padding-bottom: 7px !important;
		border-radius: 4px;
	}
	*/

	.navbar {
		min-height:95px !important;
		background-color: rgba(0,0,0,0);
	}

}

@media screen and (max-width: 991px){
	div.navbar-header > .pull-left{
		margin-top: 35px;
		width: 215px;
	}
    
    .navbar-default .navbar-nav>li>a {
	    color: #424242;
	    padding-top: 47px !important; 
		padding-bottom:20px !important;
	}

	.navbar {
		min-height:95px !important;
		background-color: rgba(0,0,0,0);
	}
}

@media screen and (max-width: 767px){
	.navbar-default .navbar-nav>li>a {
	    color: #424242;
	    padding-top: 10px !important; 
		padding-bottom: 10px !important;
	}

	.navbar-default .navbar-nav>li>a:hover {
		margin-top: 0px;
		padding-top: 22px !important;
		padding-bottom: 7px !important;
		border-radius: 4px;
	}
		

	.navbar {
		min-height: 32px !important;
		background-color: rgba(0,0,0,0);
	}
}

@media screen and (max-width: 463px){
	.navbar-default .navbar-nav>li>a {
	    color: #424242;
	    padding-top: 10px !important; 
		padding-bottom: 10px !important;
	}

	.navbar-default .navbar-nav>li>a:hover {
		margin-top: 0px;
		padding-top: 22px !important;
		padding-bottom: 7px !important;
		border-radius: 4px;
	}

	.navbar {
		min-height: 32px !important;
		background-color: rgba(0,0,0,0);
	}
}

.navbar-default .navbar-toggle {
	margin-top: 25px;
	background-color: white;
}

/*
|--------------------------------------------------------------------------
| jobd logo
|--------------------------------------------------------------------------
*/
@media screen and (max-width: 4096px){
	.jobdLogo{
		margin-top: 10px;
		margin-bottom: 20px;
		width: 180px;
	}
}

@media screen and (max-width: 992px){
	.jobdLogo{
		margin-top: -12px;
		margin-bottom: 15px;
		width: 180px;
	}
}

@media screen and (max-width: 767px){
	.jobdLogo{
		margin-top: -25px;
		margin-bottom: 10px;
		margin-left: 12px;
		width: 180px;
	}
}


/*
|--------------------------------------------------------------------------
| facebook logo
|--------------------------------------------------------------------------
*/
@media screen and (max-width: 4096px){
	.fbLogo{
		margin-top: -9px;
		width: 36px;
	}
}

@media screen and (max-width: 767px){
	.fbLogo{
		margin-top: 0px;
		width: 36px;
	}

	.nav > li:nth-last-child(1) {
		margin-bottom: 30px;
	}
	
}


/*
|--------------------------------------------------------------------------
| select box
|--------------------------------------------------------------------------
*/

.selectBoxHead{
	font-family: 'SukhumvitBold';
}

.selectBoxText{
	font-size: 0.7em;
	line-height: 125%;
}


@media screen and (max-width: 4096px){
	.selectWrapper{
		z-index: 999;
		margin-top: -75px;
		position: relative;
		height: 237px;
		font-size: 1.8em;
		color: white;
	}

	#selectBoxL{
		background-color: #328ecd;
		display: inline-block;
		width: 420px;
		height: 100%;
		padding-top: 45px;
		/*margin-left: 134px;*/
		background-image: url("../img/boxl.jpg");
        background-size: cover;
        margin-top: -75px;
	}

	#selectBoxR{
		background-color: #5d7fbf;
		display: inline-block;
		width: 420px;
		height: 100%;
		padding-top: 45px;
		margin-left: 33px;
		background-image: url("../img/boxr.jpg");
        background-size: cover;
        margin-top: -75px;
	}
}

@media screen and (max-width: 1199px){
	.selectWrapper{
		z-index: 999;
		margin-top: -70px;
		position: relative;
		height: 196px;
		font-size: 1.8em;
		color: white;
	}

	#selectBoxL{
		background-color: #328ecd;
		display: inline-block;
		width: 346px;
		height: 100%;
		padding-top: 20px;
		/*margin-left: 134px;*/
		background-image: url("../img/boxl.jpg");
        background-size: cover;
        margin-top: 0px;
	}

	#selectBoxR{
		background-color: #5d7fbf;
		display: inline-block;
		width: 346px;
		height: 100%;
		padding-top: 20px;
		margin-left: 26px;
		background-image: url("../img/boxr.jpg");
        background-size: cover;
        margin-top: 0px;
	}
}

@media screen and (max-width: 991px){
	.selectWrapper{
		z-index: 999;
		margin-top: -44px;
		position: relative;
		height: 151px;
		font-size: 1.4em;
		color: white;
	}

	#selectBoxL{
		background-color: #328ecd;
		display: inline-block;
		width: 266px;
		height: 100%;
		padding-top: 11px;
		/*margin-left: 134px;*/
		background-image: url("../img/boxl.jpg");
		background-size: cover;
	}

	#selectBoxR{
		background-color: #5d7fbf;
		display: inline-block;
		width: 266px;
		height: 100%;
		padding-top: 11px;
		margin-left: 26px;
		background-image: url("../img/boxr.jpg");
		background-size: cover;
	}
}

@media screen and (max-width: 767px){
	.selectWrapper{
		z-index: 999;
		margin-top: -41px;
		position: relative;
		height: 151px;
		font-size: 1.4em;
		color: white;
	}

	#selectBoxL{
		background-color: #328ecd;
		display: inline-block;
		width: 266px;
		height: 100%;
		padding-top: 11px;
		/*margin-left: 134px;*/
		background-image: url("../img/boxl.jpg");
		background-size: cover;
	}

	#selectBoxR{
		background-color: #5d7fbf;
		display: inline-block;
		width: 266px;
		height: 100%;
		padding-top: 11px;
		margin-left: 26px;
		background-image: url("../img/boxr.jpg");
		background-size: cover;
	}
}

@media screen and (max-width: 592px){
	.selectWrapper{
		z-index: 999;
		margin-top: -35px;
		position: relative;
		height: 254px;
		font-size: 1.3em;
		color: white;
	}

	#selectBoxL{
		background-color: #328ecd;
		width: 85%;
		height: 127px;
		padding-top: 12px;
		/*margin-left: 134px;*/
		background-image: url("../img/boxl.jpg");
		background-size: cover;
	}

	#selectBoxR{
		background-color: #5d7fbf;
		width: 85%;
		height: 127px;
		padding-top: 12px;
		margin-top: 8px;
		margin-left: 0px;
		background-image: url("../img/boxr.jpg");
		background-size: cover;
	}
}


/*
|--------------------------------------------------------------------------
| button
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 4096px){
	.jobdButton{
		font-family: 'SukhumvitSemiBold';
		color: black;
		font-size: 18px;
		background-color: #ffee06 !important;
		border: 3px solid #ffee06;
		border-radius: 0px;
		margin-top: 15px;
		width: 120px;
		height: 43px;
	}

	.jobdButton:hover{
		font-family: 'SukhumvitSemiBold';
		color: black;
		font-size: 18px;
		background-color: #ffee06 !important;
		border: 3px solid #ffee06;
		border-radius: 0px;
		margin-top: 15px;
		width: 120px;
		height: 43px;
	}
}	

@media screen and (max-width: 592px){
	.jobdButton{
		font-family: 'SukhumvitSemiBold';
		color: black;
		font-size: 14px;
		background-color: #ffee06 !important;
		border: 2px solid #ffee06;
		border-radius: 0px;
		margin-top: 8px !important;
		width: 73px;
		height: 31px;
		padding-bottom: 26px !important;
	}

	.jobdButton:hover{
		font-family: 'SukhumvitSemiBold';
		color: black;
		font-size: 14px;
		background-color: #ffee06 !important;
		border: 2px solid #ffee06;
		border-radius: 0px;
		margin-top: 8px !important;
		width: 73px;
		height: 31px;
		padding-bottom: 26px !important;
	}
}

/*
@media screen and (max-width: 4096px){
	.jobdButton{
		font-family: 'Sukhumvit';
		color: white;
		font-size: 18px;
		background-color: rgba(255, 255, 255, 0) !important;
		border: 3px solid white;
		border-radius: 0px;
		margin-top: 15px;
		width: 120px;
		height: 43px;
	}

	.jobdButton:hover{
		font-family: 'Sukhumvit';
		color: white;
		font-size: 18px;
		background-color: rgba(255, 255, 255, 0) !important;
		border: 3px solid white;
		border-radius: 0px;
		margin-top: 15px;
		width: 120px;
		height: 43px;
	}
}	

@media screen and (max-width: 592px){
	.jobdButton{
		font-family: 'Sukhumvit';
		color: white;
		font-size: 14px;
		background-color: rgba(255, 255, 255, 0) !important;
		border: 2px solid white;
		border-radius: 0px;
		margin-top: 8px !important;
		width: 73px;
		height: 31px;
		padding-bottom: 26px !important;
	}

	.jobdButton:hover{
		font-family: 'Sukhumvit';
		color: white;
		font-size: 14px;
		background-color: rgba(255, 255, 255, 0) !important;
		border: 2px solid white;
		border-radius: 0px;
		margin-top: 8px !important;
		width: 73px;
		height: 31px;
		padding-bottom: 26px !important;
	}
}
*/

@media screen and (max-width: 4096px){
	.jobdSubmit{
		font-family: 'Sukhumvit';
		color: white;
		background-color: #3289D3 !important;
		border-radius: 0px;
		font-size: 1.3em;
		padding-top: 9px;
	}
}

@media screen and (max-width: 1199px){
	.jobdSubmit{
		font-family: 'Sukhumvit';
		color: white;
		background-color: #348ad3 !important;
		border-radius: 0px;
		margin-top: 10px;
		font-size: 1.3em;
		padding-top: 9px;
	}
}

.jobdSubmit:hover{
	font-family: 'Sukhumvit';
	color: white;
	background-color: #348ad3 !important;
	border-radius: 0px;
	font-size: 1.3em;
	padding-top: 9px;
}

/*
|--------------------------------------------------------------------------
| input
|--------------------------------------------------------------------------
*/

.form-control{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}

input[type="text"] {
	border: 1px solid rgb(204,204,204);
	border-radius: 0px;
	color: #424242;
	font-size: 13pt;
	line-height: 30px !important;
}

textarea{
	border-radius: 0px !important;
}

input[type="number"] {
	line-height: 28px !important;
}

input[type="email"] {
	border: 1px solid rgb(204,204,204);
	border-radius: 0px;
	color: #424242;
	font-size: 13pt;
	line-height: 30px !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgb(153,153,153) !important;
    font-size: 14px;
    font-family: 'Sukhumvit';
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgb(153,153,153) !important;
    font-size: 14px;
    font-family: 'Sukhumvit';
}

.input-group-lg>.form-control{
	border-radius: 0px;
}

@media screen and (max-width: 4096px){
	.jobdInput{
	}
}

@media screen and (max-width: 1199px){
	.jobdInput{
		margin-top: 10px;
	}
}




/*
|--------------------------------------------------------------------------
| select
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 4096px){
	.jobdSelect{
		border-radius: 0px;
		/*-webkit-appearance: none;*/
		-webkit-border-radius: 0px;
		width: 100%;
	}
}

@media screen and (max-width: 1199px){
	.jobdSelect{
		margin-top: 10px;
		border-radius: 0px;
		/*-webkit-appearance: none;*/
		-webkit-border-radius: 0px;
		width: 100%;
	}
}

.jobdSelectNmargin{
	border-radius: 0px;
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0px;
	width: 100%;
}

@media screen and (max-width: 4096px){
	.jobdSelectSidebar{
		border-radius: 0px;
		/*-webkit-appearance: none;*/
		-webkit-border-radius: 0px;
		width: 100%;
	}
}

@media screen and (max-width: 1199px){
	.jobdSelectSidebar{
		margin-top: 0px;
		border-radius: 0px;
		/*-webkit-appearance: none;*/
		-webkit-border-radius: 0px;
		width: 100%;
	}
}

.jobdSelectSidebar{
	border-radius: 0px;
	/*-webkit-appearance: none;*/
	-webkit-border-radius: 0px;
	width: 100%;
}

.filter-option.pull-left{
	padding-top: 7px;
	padding-bottom: 5px;
}

.btn.dropdown-toggle.btn-default{
	border-radius: 0px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
	background-color: white;
	border: 1px solid rgb(204,204,204);
}


/*
|--------------------------------------------------------------------------
| mini search
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 4096px){
	.searchDreamJob{
		font-family: 'varela_round';
		font-size: 1.8em;
		color: #3483d2;
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 413px){
	.searchDreamJob{
		font-family: 'varela_round';
		font-size: 1.31em;
		color: #3483d2;
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 4096px){
	.jdInputGroup{

	}
}

@media screen and (max-width: 1199px){
	.jdInputGroup{
		margin-top: 10px;
	}
}

.input-group-addon {
    color: #555;
    text-align: center;
    background-color: rgba(255,255,255,0);
    border: 0px solid #f4f7fa;
}

.advanceSearch{
	font-family: 'Sukhumvit';
	font-size: 0.95em;
	padding-top: 10px;
	cursor: pointer;
}


/*
|--------------------------------------------------------------------------
| feature job
|--------------------------------------------------------------------------
*/

.feaureBg{
	background-color: #fff;
}

.featureRow{
	padding-top: 30px;	
	padding-bottom: 37px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #f4f4f4;
}

.fJobPicWrap{
	float: left;
	padding-left: 15px;
	width: 70px;
}

.fCompPic{
	width: 62px;
	height: 62px;
	margin-left: -10px;
	border: 2px solid #dcdcdc
}


@media screen and (max-width: 4096px){
	.fJobInfoWrap{
		float: left;
		padding-left: 25px;
		min-width: calc(100% - 170px);
		max-width: calc(100% - 170px);
		width: calc(100% - 170px);
		padding-right: 25px;
	}
}

@media screen and (max-width: 582px){
	.fJobInfoWrap{
		float: left;
		padding-left: 25px;
		min-width: calc(100% - 70px);
		padding-right: 25px;
	}
}

@media screen and (max-width: 467px){
	.fJobInfoWrap{
		float: left;
		padding-left: 5px;
		min-width: 100%;
		padding-right: 25px;
		margin-top: 10px;
	}
}

.fJName{
	font-family: 'SukhumvitSemiBold';
	color: #424242;
	font-size: 1.38em;
	text-transform: uppercase;
	letter-spacing: 0px;
	/*word-break: break-all;*/
	margin-top: 3px;
}

.locationWrapper{
	margin-top: 4px;
	margin-bottom: 10px;
}

@media screen and (max-width: 4096px){
	.fCompName{
		font-size: 1em;
		color: #424242;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-right: 10px;
		/*word-break: break-all;*/
		margin-top: 4px;
	}

	.fCompLoca{
		color: #999;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
	}

	.fCompLoca2{
		color: goldenrod;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
	}

	.fSalary{
		color: #999;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
	}

	.fSalary2{
		color: #999;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
	}

	.fCompJobtype{
		color: goldenrod;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
	}
}

@media screen and (max-width: 582px){
	.fCompName{
		font-size: 1em;
		color: #424242;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-right: 10px;
		/*word-break: break-all;*/
		margin-top: 4px;
		margin-bottom: 4px;
	}

	.fCompLoca{
		color: #999;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

	.fCompLoca2{
		color: goldenrod;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

	.fSalary{
		color: #999;
		border-right: 1px solid #dcdcdc;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
		margin-bottom: 4px;
	}

	.fSalary2{
		color: #999;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 4px;
	}

	.fCompJobtype{
		color: goldenrod;
		float: left;
		padding-left: 10px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 467px){
	.fCompName{
		font-size: 1.2em;
		color: #424242;
		border-right: none;
		float: none;
		padding-right: 0px;
		/*word-break: break-all;*/
	}

	.fCompLoca{
		color: #999;
		border-right: none;
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		/*display: table-cell;*/	/* remove if don't want to stack in same line */
		display: block;
	}

	.fCompLoca2{
		color: goldenrod;
		border-right: none;
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		display: table-cell;	/* remove if don't want to stack in same line */
	}

	.fSalary{
		color: #999;
		border-right: none;
		float: none;
		/*padding-left: 7px;*/		/* remove if don't want to stack in same line */
		padding-left: 0px;
		padding-right: 0px;
		display: table-cell;	/* remove if don't want to stack in same line */
	}

	.fSalary2{
		color: #999;
		border-right: none;
		float: none;
		/*padding-left: 7px;*/		/* remove if don't want to stack in same line */
		padding-left: 0px;
		padding-right: 0px;
		/*display: table-cell;*/	/* remove if don't want to stack in same line */
		display: block;
	}

	.fCompJobtype{
		color: goldenrod;
		float: none;
		padding-left: 0px;
	}
}


@media screen and (max-width: 4096px){
	.fJobTypeWrap{
		float: left;
		max-width: 100px;
	}
}

@media screen and (max-width: 582px){
	.fJobTypeWrap{
		float: left;
		max-width: 100px;
		padding-left: 94px;
	}
}

@media screen and (max-width: 467px){
	.fJobTypeWrap{
		float: left;
		max-width: 100px;
		padding-left: 5px;

		/* remove if want to stack */
		position: absolute;
		right: 25px;
		margin-top: 14px;
	}
}

.jobTypeFullTime{
	color: red;
	font-family: 'Sukhumvit';
	border-radius: 0px;
	border: 1px solid red;
	height: 100%;
}

.jobTypePartTime{
	color: #348ad3;
	font-family: 'SukhumvitSemiBold';
	font-size: 13px;
	border-radius: 7px;
	border: 2px solid #348ad3;
	padding: 5px 9px;
}

.jobTypePartTime:hover{
	color: #348ad3;
	border: 2px solid #348ad3;
	background-color: #fff;
}

.dividerJobView{
	margin-top: 40px;
    height: 2px;
    background: #B4B1B1;
    font-size: 0;
    border: 0;
}

/*
|--------------------------------------------------------------------------
| feature company
|--------------------------------------------------------------------------
*/

.fcFrame{
	margin-top: 30px;
	font-family: 'Sukhumvit';
	background-color: #fafafa;
	height: 215px;
	overflow: hidden;
	display: table;
}

.fcFrameNoMargin{
	font-family: 'Sukhumvit';
	background-color: #fafafa;
	height: 215px;
	overflow: hidden;
	display: table;
}

.fcPicWrap{
	width: 42%;
	height: 143px;
	display: table-cell;
	overflow: hidden;
}

.fcPic{
	object-fit: cover; /* Do not scale the image */
	object-position: center; /* Center the image within the element */
	height: 215px;
	width: 100%;
}

.fcLogoWrap{
	display: table-cell;
	vertical-align: middle;
}

.fcLogo{
	margin-left: -48px;
	width: 96px;
	height: 96px;
	border: 3px solid #348ad3 !important;
	background-color: #fff;
}

.fcDetailWrap{
	display: table-cell;
	width: 58%;
	vertical-align: middle;
}

.fcName{
    font-family: 'SukhumvitSemiBold';
	font-size: 1.3em;
}

.fcLocation{
	font-size: 0.95em;
	color: #757575;
}

.fcMotto{
	font-size: 1em;
	margin-top: 7px;
}

.fcMotto > p{
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	height: 57px;
}


/*
|--------------------------------------------------------------------------
| dream position
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 4096px){
	.dreamPosition{
		margin-bottom: 30px;
	}	
}

@media screen and (max-width: 436px){
	.dreamPosition{
		margin-bottom: 30px;
		font-size: 1em;
	}	
}


/*
|--------------------------------------------------------------------------
| anchor
|--------------------------------------------------------------------------
*/

.blackLink{
	color: #424242;
}

.blueLink{
	color: #348ad3;
}

.blueLink:hover{
	color: #348ad3;
}

.grayLink{
	color: #757575;
}

.whiteLink{
	color: white;
}

@media screen and (max-width: 4096px){
	.hideLinkHome{
		visibility: hidden;
	}
}

@media screen and (max-width: 767px){
	.hideLinkHome{
		visibility: visible;
	}
}




/*
|--------------------------------------------------------------------------
| banner
|--------------------------------------------------------------------------
*/

.mn{
	font-family: 'Sukhumvit';
	font-weight: bold;
	font-size: 2.1em;
	background-color: silver;
	color: white;
	height: 175px;
	margin-bottom: 15px;
	vertical-align: middle;
}

/*
|--------------------------------------------------------------------------
| jobd detail
|--------------------------------------------------------------------------
*/

.imgWrap{
	padding-right: 0px;
	/*
	padding-left: 0px;
	background-color: #3d4478;
	*/
}

.dtailWrap{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5%;
	padding-bottom: 5%;
}

.dtailWrap2{
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Sukhumvit';
}

.dtailhead{
	font-weight: bold;
	font-size: 18pt;
}

.dtailWrap3{
	font-family: 'Sukhumvit';
	font-size: 12.5pt;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 15px;
}

/*
|--------------------------------------------------------------------------
| article
|--------------------------------------------------------------------------
*/

.articleRow{
	background-color: white;
}

@media screen and (max-width: 4096px){
	.articleHomeHeadWrap{
		margin-top: 30px;
		margin-bottom: 30px;
		height: 100px;
	}
}

@media screen and (max-width: 449px){
	.articleHomeHeadWrap{
		margin-top: 30px;
		margin-bottom: 50px;
		height: 100px;
	}
}


@media screen and (max-width: 4096px){
	.readAll{
		margin-top: -68px;
		color: #757575 !important;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px){
	.readAll{
		margin-top: -4px;
		color: #757575 !important;
		font-size: 14px;
		text-align: center;
	}
}


.cropImgArticle{
	width: 42%;
	height: 202px;
	display: table-cell;
	overflow: hidden;
}

.cropImgArticle img, .notCropImgArticle img {
	object-fit: cover;
	object-position: center;
	height: 202px;
	width: 100%;
}

.notCropImgArticle{
	width: 50%;
	height: 202px;
	overflow: hidden;
	margin: auto;
}


/*
.cropImgArticle{
	width: 100%;
	height: 202px;
	overflow: hidden;
}

.cropImgArticle img {
    width: 100%;
    height: 202px;
    margin: 0px 0 0 0px;
}
*/

.articlePane{
	background-color: white;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: -50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	z-index: 999;
	position: relative;
}

.articlePanel{
	background-color: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	z-index: 999;
	position: relative;
}

.postDate{
	font-family: 'Sukhumvit';
	color: #999;
	font-size: 10.5pt;
}

.postHead{
	font-family: 'SukhumvitSemiBold';
	color: #424242;
	font-size: 1.55em;
	margin-top: 5px;
}

.postPre{
	font-family: 'Sukhumvit';
	color: #757575;
	margin-top: 2px;
	line-height: 2;
	height: 85px;
	overflow: hidden;
}

.postReadmore{
	color: #3389D3;
	margin-top: 8px;
}

/*
|--------------------------------------------------------------------------
| footer
|--------------------------------------------------------------------------
*/

.footerBg{
	background-color: #202020;
	color: #aaaaaa;
	margin-top: 35px;
}

.jobdLogoFooter{
	margin-left: -12px;
	margin-top: -5px;
	margin-bottom: 20px;
	width: 180px;
}

.motto{
	color: #aaaaaa;
}

@media screen and (max-width: 4096px){
	.subMotto{
		margin-top: -6px;
		margin-left: 40px;
	}
}

@media screen and (max-width: 987px){
	.subMotto{
		margin-top: -6px; 
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px){
	.subMotto{
		margin-top: -6px;
		margin-left: 40px;
	}
}

@media screen and (max-width: 4096px){
	.footerTopic{
		margin-top: 0px;
		font-size: 1.1em;
		color: #ffffff;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px){
	.footerTopic{
		margin-top: 35px;
		font-size: 1.1em;
		color: #ffffff;
		margin-bottom: 10px;
	}

}

.footerLink{
	color: #3289D3;
}

.footerIcon{
	width: 25px;
	margin-left: -3px;
}

.footerIconLink{
	color: #aaaaaa !important;
}

.submitMail{
	margin-top: 20px;
}

.submitBox{
	border-radius: 0px !important;
}

.submitButton{
	border-radius: 0px !important;
	background-color: #348ad3;
	color: #ffffff;
	border: 1px solid #348ad3;
}

.footerDivide{
	border-top: 1px solid #343434 ;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.licenseWrap{
	padding-bottom: 55px;
}

/*
|--------------------------------------------------------------------------
| post job
|--------------------------------------------------------------------------
*/

@media screen and (max-width: 4096px){
	.noSalary{
		margin-top: 38px;
	}
}	

@media screen and (max-width: 767px){
	.noSalary{
		margin-top: 0px;
		margin-bottom: 20px;
	}
}	

/*
|--------------------------------------------------------------------------
| job view
|--------------------------------------------------------------------------
*/

.whitePanel{
	background-color: #fff;
	padding: 15px 20px 0px 20px;
}

.jobTopic{
	color: #348ad3;
}

.topRowWithDes{
	padding-top: 20px;	
	padding-bottom: 5px;
	margin-left: -3px;
	margin-right: 0px;
}

.fJobPicWrapView{
	float: left;
	padding-left: 15px;
	width: 90px;
}

.fCompPicView{
	width: 85px;
	height: 85px;
	margin-top: -12px;
	margin-left: -10px;
	border: 2px solid #dcdcdc
}

@media screen and (max-width: 4096px){
	.fJobInfoWrap{
		float: left;
		padding-left: 25px;
		min-width: calc(100% - 170px);
		max-width: calc(100% - 170px);
		width: calc(100% - 170px);
		padding-right: 25px;
	}
}

@media screen and (max-width: 582px){
	.fJobInfoWrap{
		float: left;
		padding-left: 8px;
		min-width: calc(100% - 70px);
		padding-right: 25px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 467px){
	.fJobInfoWrap{
		float: left;
		padding-left: 5px;
		min-width: 100%;
		padding-right: 25px;
		margin-top: 10px;
	}
}


@media screen and (max-width: 4096px){
	.fJobTypeWrapView{
		float: left;
		max-width: 100px;
	}
}

@media screen and (max-width: 582px){
	.fJobTypeWrapView{
		float: left;
		max-width: 100px;
		padding-left: 8px;
	}
}

@media screen and (max-width: 467px){
	.fJobTypeWrapView{
		float: left;
		max-width: 100px;
		padding-left: 5px;
	}
}

.topicOfJobWrap{
	margin-top: 35px;
}

.topicOfJobWrap > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.topicOfJobWrap > p{
	font-size: 1.1em;
}

.topicHead{
	color: #3389D3;
}

/*
|--------------------------------------------------------------------------
| article list
|--------------------------------------------------------------------------
*/

.rowArticleList{
	margin-top: 30px;
}

@media screen and (max-width: 4096px){
	.articleListWhiteBg{
		background-color: #fff;
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px){
	.articleListWhiteBg{
		background-color: #fff;
		padding-right: 0px;
	}
}

.cropImgArticleList{
	width: 42%;
	height: 202px;
	display: table-cell;
	overflow: hidden;
}

.notCropImgArticleList{
	width: 140px;
	height: 202px;
	overflow: hidden;
	margin: auto;
}

.cropImgArticleList img, .notCropImgArticleList img {
	object-fit: cover;
	object-position: center;
	height: 202px;
	width: 100%;
}

@media screen and (max-width: 4096px){
	.postHeadList{
		font-family: 'SukhumvitSemiBold';
		color: #424242;
		font-size: 1.55em;
		margin-top: 31px;
	}
}	

@media screen and (max-width: 767px){
	.postHeadList{
		font-family: 'SukhumvitSemiBold';
		color: #424242;
		font-size: 1.55em;
		margin-top: 10px;
	}
}	

.postPreList{
	font-family: 'Sukhumvit';
	color: #757575;
	margin-top: 2px;
	line-height: 2;
	height: 80px;
	overflow: hidden;
}

.postDateList{
	float: left;
	color: #999;
	margin-top: 15px;
	font-size: 0.9em;
}

.postViewList{
	float: left;
	color: #999;
	margin-top: 15px;
	padding-left: 15px;
	font-size: 0.9em;
}

.postReadmoreList{
	float: right;
	color: #3389D3;
	margin-top: 15px;
}

/*
|--------------------------------------------------------------------------
| article detail
|--------------------------------------------------------------------------
*/

.articleViewWhiteBg{
	background-color: #fff;
	padding: 0px 15px 15px 15px;
}

.rowArticleView{
	margin-top: 10px;
}

.headImg{
	background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	height: 375px;
}

.postHeadView{
	font-family: 'SukhumvitBold';
	color: #424242;
	font-size: 1.7em;
	margin-top: 22px;
	letter-spacing: 0px;
}

.viewCountView{
	color: #999;
}

.btnShareFacebook{
	border-radius: 0px;
	background-color: #348ad3;
	width: 70px;
	border-color: #348ad3;
}

.btnShareLine{
	border-radius: 0px;
	background-color: #348ad3;
	width: 70px;
	border-color: #348ad3;
}

.btnShareFacebook:hover{
	border-radius: 0px;
	background-color: #348ad3;
	width: 70px;
	border-color: #348ad3;
}

.btnShareLine:hover{
	border-radius: 0px;
	background-color: #348ad3;
	width: 70px;
	border-color: #348ad3;
}

.articleContent{
	font-size: 1.15em;
}

.articleContent > h1, .articleContent > h2, .articleContent > h3, .articleContent > h4{
	line-height: 1.35;
}

.articleContent > blockquote{
	word-wrap: break-word;
}

.articleContent > img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*
|--------------------------------------------------------------------------
| talent
|--------------------------------------------------------------------------
*/

.sidebarSearchHead{
	font-family: 'SukhumvitSemiBold';
}

.talentJobCat{
	margin-top: -6px;
	list-style-type: none;
	padding-left: 0px;
}

.talentJobCat > li > a{
	color: #757575 !important;
	font-size: 1.25em;
}

.underBtnSearch{
	margin-top: 5px;
	font-size: 1.1em;
	color: #348ad3;
}

.talentWhiteBg{
	background-color: #fff;
	padding: 0px 0px 15px 0px;
}

@media screen and (max-width: 4096px){
	.talentWrap{
		width: 25%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 991px){
	.talentWrap{
		width: 50%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px){
	.talentWrap{
		width: 50%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 492px){
	.talentWrap{
		width: 100%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.thumbnail{
	padding: 0px;
	border: 1px solid rgb(204,204,204);
	border-radius: 0px;
}

.cropImgTalent{
	width: 42%;
	height: 142px;
	display: table-cell;
	overflow: hidden;
}

.cropImgTalent img {
	object-fit: cover;
	object-position: center;
	height: 204px;
	width: 100%;
}

.cropImgTalent > a > img {
	object-fit: cover;
	object-position: center;
	height: 142px;
	width: 100%;
}

.cropImgTalent > a > img.talentHome {
	object-fit: cover;
	object-position: center;
	height: 202px;
	width: 100%;
}

.cropImgTalentNotCrop{
	width: 120px;
	height: 142px;
	margin: auto;
	overflow: hidden;
}

.cropImgTalent > a > img.notCrop {
	height: 142px;
	width: 220px;
}

.cropImgTalent > a > img.notCropHome {
	height: 202px;
	width: 220px;
}

.talentHead{
	font-family: 'SukhumvitSemiBold';
	font-size: 1.25em;
	height: 49px;
	overflow: hidden;
}

.talentBody{
	font-family: 'Sukhumvit';
	font-size: 0.97em;
	height: 53px;
	overflow: hidden;
	color: #999;
	margin-top: 3px;
}

.talentJobcatGroup{
	font-size: 0.97em;
	margin-top: 8px;
	overflow: hidden;
	height: 18px;
}

.linkJobcatGroup:after{
	content: ' ';
}

.talentFooter{
	padding: 9px 9px 9px 9px;
	border-top: 1px solid rgb(204,204,204);
}

.talentName{
	float: left;
	height: 18px;
	overflow: hidden;
	width: 65%
}

.talentViewCount{
	color: #333;
}

@media screen and (max-width: 4096px){
	.btnBigTalent{
		font-family: 'Sukhumvit';
		color: white;
		background-color: #3289D3 !important;
		border-radius: 0px;
		margin-top: 15px;
		font-size: 1.3em;
		padding-top: 9px;
		height: 46px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 1199px){
	.btnBigTalent{
		font-family: 'Sukhumvit';
		color: white;
		background-color: #348ad3 !important;
		border-radius: 0px;
		margin-top: 15px;
		font-size: 1.3em;
		padding-top: 9px;
		height: 46px;
		vertical-align: middle;
	}
}



/*
|--------------------------------------------------------------------------
| talent view
|--------------------------------------------------------------------------
*/

.whitePanelTalentView{
	background-color: #fff;
    padding: 15px 20px 0px 20px;
}

@media screen and (max-width: 4096px){
	.talentViewHead{
		text-align: left;
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px){
	.talentViewHead{
		text-align: center;
		margin-top: 15px;
	}
}


.talentViewHead > h4 {
	font-family: 'SukhumvitSemiBold';
	font-size: 1.6em;
}

.talentDateView{
	font-size: 0.9em;
	color: #999;
}

@media screen and (max-width: 4096px){
	.readAllTalent{
		margin-top: -36px;
		color: #757575 !important;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px){
	.readAllTalent{
		margin-top: 0px;
		color: #757575 !important;
		font-size: 14px;
		text-align: center;
	}
}

@media screen and (max-width: 4096px){
	.readAllTalentHome{
		margin-top: -83px;
		margin-bottom: 70px;
		color: #757575 !important;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px){
	.readAllTalentHome{
		margin-top: -15px;
		margin-bottom: 20px;
		color: #757575 !important;
		font-size: 14px;
		text-align: center;
	}
}

/*
|--------------------------------------------------------------------------
| fCompany view
|--------------------------------------------------------------------------
*/

.shareWrap{
	margin-top: 50px;
	clear: both;
}

/*
|--------------------------------------------------------------------------
| contact us
|--------------------------------------------------------------------------
*/

.cUsWhitePanel{
	background-color: #fff;
	padding: 15px 20px 15px 20px;
}

.cUsHead{
	font-family: 'SukhumvitSemiBold';
	margin-bottom: 30px;
}

.form-control-feedback{
	color: #dedede;
}

.cUsIcon{
	text-align: center;
	width: 28px;
	height: 28px;
	font-size: 1.3em;
	float: left;
	margin-top: -3px;
	margin-right: 10px;
	padding-top: 3px;
	border-radius: 50px;
	border: 0px solid gray;
}

.cUsP{
	margin-bottom: 26px;
}

.cUsInfo{
	font-size: 1.15em;
}

.cUsSubmit{
	font-family: 'Sukhumvit';
	color: white;
	background-color: #3289D3 !important;
	border-radius: 0px;
	font-size: 1em;
	width: 100px;
	height: 39px;
}

@media screen and (max-width: 4096px){
	.gmap{
		margin-top: 16px;
		height: 272px;
	}
}
@media screen and (max-width: 991px){
	.gmap{
		margin-top: 16px;
		height: 252px;
	}
}








@media screen and (max-width: 4096px){
	.talentCard2{
		border: 1px solid rgb(204,204,204);
		clear: both;
	}

	.secTalentCard2{
		border: 1px solid rgb(204,204,204);
		clear: both;
	}

	.crop2{
		width: 100%;
		height: 141px;
		overflow: hidden;
	}
	
	.header2{
		height: 45px;
		overflow: hidden;
		padding: 10px 17px 4px 17px;
		font-weight: bold;
	}
  
	.content2{
		height: 67px;
		overflow: hidden;
		padding: 7px 17px 7px 17px;
	}
  
	.talentTag2{
		padding: 13px 17px 28px 17px;
		color: blue;
		overflow: hidden;
        height: 28px;
        font-size: 12px !important;
        line-height: 25px;
	}

	.footerWrap2{
		border-top: 1px solid rgb(204,204,204);
		height: 28px;
	}
  
	.talentName2{
        font-size: 12px !important;
		padding: 5px 0px 5px 17px;
		float: left;
		overflow: hidden;
	}
  
	.view2{
        font-size: 12px !important;
		padding: 5px 17px 5px 0px;
		text-align: right;
		float: right;
	}
}
  
@media screen and (max-width: 991px){
	.talentCard2{
		border: 1px solid rgb(204,204,204);
		clear: both;
	}

	.secTalentCard2{
		border: 1px solid rgb(204,204,204);
		clear: both;
		margin-top: 25px;
	}

	.crop2{
		width: 35%;
		height: 151px;
		overflow: hidden;
		float:left;
		border-right: 1px solid rgb(204,204,204);
	}
	
	.header2{
	    height: 44px;
	    overflow: hidden;
	    padding: 10px 17px 4px 17px;
	    font-weight: bold;
	}
  
	.content2{
	    height: 44px;
	    overflow: hidden;
	    padding: 7px 17px 7px 17px;
	}
  
	.talentTag2{
        font-size: 12px !important;
	    padding: 7px 17px 28px 17px;
	    color: blue;
	    overflow: hidden;
        height: 25px;
	}

	.footerWrap2{
		border-top: 1px solid rgb(204,204,204);
		height: 28px;
	}
  
	.talentName2{
        font-size: 12px !important;
	    padding: 5px 0px 5px 17px;
	    float: left;
	    overflow: hidden;
	    height: 25px;
	}
  
	.view2{
        font-size: 12px !important;
	    padding: 5px 17px 5px 0px;
	    text-align: right;
	    float: right;
	    height: 13px;
	}
}

@media screen and (max-width: 375px){
	.crop2{
		width: 35%;
		height: 177px;
		/*display: table-cell;*/
		overflow: hidden;
		float:left;
	}

	.footerWrap2{
		border-top: 1px solid rgb(204,204,204);
		height: 54px;
	}

	.talentName2{
        font-size: 12px !important;
		padding: 5px 17px 0px 17px;
		float: left;
		overflow: hidden;
		width: 65%;
		height: 25px;
	  }

	.view2{
        font-size: 12px !important;
		padding: 5px 17px 3px 17px;
		text-align: left;
		height: 20px;
		float: left;
	}
}
  
.talentImg2{
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}


/*---talentlist page card---*/

@media screen and (max-width: 4096px){
    .talentCardList{
        margin-bottom: 15px;
        border: 1px solid rgb(204,204,204);
        float: left;
    }
    
    .talentCardList > div:nth-child(2){
        padding: 7px 7px 4px 7px;
        font-weight: bold;
        height: 45px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(3){
        padding: 7px 7px 7px 7px;
        color: #757575;
        height: 67px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(4){
        padding: 7px 7px 7px 7px;
        height: 49px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(5){
        border-top: 1px solid rgb(204,204,204);
        padding: 7px 7px 7px 7px;
        color: #333333;
    }
    
    .talentCardList > div:nth-child(5) >  div:nth-child(1){
        float: left;
        width: 70%;
        height: 22px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(5) >  div:nth-child(2){
        float: right;
    }
}

@media screen and (max-width: 767px){
    .talentCardList{
        margin-bottom: 15px;
        border: 1px solid rgb(204,204,204);
        float: left;
    }

    .talentCardList > div:nth-child(1){
        float: left;
    }
    
    .talentCardList > div:nth-child(2){
        padding: 7px 7px 4px 7px;
        font-weight: bold;
        height: 45px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(3){
        padding: 7px 7px 7px 7px;
        color: #757575;
        height: 67px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(4){
        padding: 7px 7px 7px 7px;
        height: 49px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(5){
        border-top: 1px solid rgb(204,204,204);
        padding: 7px 7px 7px 7px;
        color: #333333;
        margin-left: 42%;
    }
    
    .talentCardList > div:nth-child(5) >  div:nth-child(1){
        float: left;
        width: 70%;
        height: 22px;
        overflow: hidden;
    }
    
    .talentCardList > div:nth-child(5) >  div:nth-child(2){
        float: right;
    }
}

.cropTalentImg{
	width: 42%;
	height: 195px;
	display: table-cell;
	overflow: hidden;
}

.cropTalentImg img {
	object-fit: cover;
	object-position: center;
	height: 204px;
	width: 100%;
}

.cropTalentImg > a > img {
	object-fit: cover;
	object-position: center;
	height: 195px;
	width: 100%;
}


/*---end of talentlist page card---*/