/*
Template Name: Newserific
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(global.css);
@import url(grid_system.css);
@import url(button.css);
@import url(forms.css);
@import url(box.css);
body {
	margin: 0;
	padding: 0;
	font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
	color: #444;
	background: #f5f5f5;
}
input, textarea, keygen, select, button{
	font-family: 'Roboto', sans-serif;
	}
#tth-loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 9998;
	background: #fff url(../images/loading.gif) no-repeat center center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
#tth-wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.detail-content table {
	background: #01c2c6;
	border-spacing: 1px;
}
.detail-content table tr {
	background: #fff;
}
.detail-content table th, .detail-content table td {
	padding: 10px;
}
/* --------------------------------Wrapper-------------------------------------*/
div.wrapper {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}
/* -------------------------------------Header-------------------------------------*/
header {
    background: #ffffff;
    border-bottom: 1px solid #E5E6E7;
    max-height: 110px;
    padding: 20px 0px;
}
header .wrapper {
	position: relative;
}
header .wrapper:after {
	content: '';
	display: block;
	clear: both;
}
header .logo {
    overflow: hidden;
    z-index: 10;
    float: left;
    width: 25%;
    padding: 15px 0px;
    margin-right: 10px;
}
header .logo h1{
	padding: 0px;
	margin: 0px;
}
header .logo a, header .logo img {
	display: block;
}
header .logo img {
}
header .slogan {
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 10px 0px;
}
header .header-tool {
	float: right;
	padding: 10px 0px;
}
header .header-tool .header_cart, header .header-tool .header_user {
	float: left;
}
header .header-tool .header_cart > ul > li, header .header-tool .header_user > ul > li {
    float: left;
    position: relative;
}
header .header-tool .header_user > ul > li{
	padding-top: 12px;
}
header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
    display: block;
    padding: 4px 4px 0px;
    margin-left: 0px;
    position: relative;
    height: 30px;
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
header .header-tool .header_user > ul > li:last-child > a {
	margin-right: 0px;
}
header .header-tool .header_user > ul > li > a:before {
	/*
	content: '|';
	display: block;
	position: absolute;
	left: -13px;
	top: 5px;
	*/
}
header .header-tool .header_user > ul > li > a > i {	
    margin-right: 6px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    display: inline-block;
    background: #ffffff;
    color: #910141;
    text-align: center;
}
header .header-tool .header_user > ul > li.pt0 > a > i{
	background: none;
    color: #ffffff;
}
#content_btn_h_employer{
	display: none;
	position: absolute;
    background: white;
    z-index: 99;
    width: 100%;
    min-width: 185px;
    padding: 0px;
    margin: 10px;
    right: 0px;
    margin-right: 0px;
    margin-top: -8px;
    box-shadow: 1px 0px 5px 0px #818181;
}
#content_btn_h_employer .item{
	float: left;
    background: #fff;
    border-bottom: 1px solid #bbb;
    padding: 5px 15px;
    width: 100%;
}
#content_btn_h_employer .item:hover{
	background: #eef3f9;
}
#content_btn_h_employer:hover{
	display: block;
}
header .header-tool .header_user > ul > li.pt0 > a.btn_h_employer:hover + #content_btn_h_employer{
	display: block;
}
header .header-tool .header_cart > ul > li > a {
		position: relative;
	padding-left: 28px;
}
header .header-tool .header_cart > ul > li > a > i {
	position: absolute;
	font-size: 20px;
	left: 0px;
	top: 0px;
}
#header_account {
	position: relative;
}
#header_account > ul {
	display: none;
    position: absolute;
    border: 1px solid rgba(255,255,255,0.8);
    background: #fff;
    top: 100%;
    right: 0px;
	text-align: left;
    padding: 5px 30px 5px 5px;
    z-index: 100;
    box-shadow: 1px 2px 6px 1px #dcdcdc;
}
#header_account:hover > ul {
	display: block;
}
#header_account > ul:before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	right: 30px;
	border: 5px solid transparent;
	border-left-color: #fff;
	border-top-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(45deg);
}
#header_account > ul > li {
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
#header_account > ul > li:first-child {
	border-top: none;
}
#header_account > ul > li:last-child {
	border-bottom: none;
}
#header_account > ul a {
    color: #3c3b3b;
    padding: 5px 10px;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
}
#header_account > ul a i{
	display: inline-block;
	margin-right: 5px;
}
#header_account > ul a:hover {
	color: #b51718;
	text-decoration: none;
	background: rgba(255,255,255,1);
	;
}
header .box_search {
	position: relative;
	float: right;
	margin: 10px 0;
}
header .box_search .text_search {
	width: 250px;
	height: 34px;
	border: 1px solid #c2c2c2;
	background: #ffffff url(../images/text_search.gif) no-repeat left top;
	padding: 0px 35px 0px 10px;
	font-size: 14px;
}
header .box_search .btn_search {
	position: absolute;
	background: url(../images/icon_search.png) no-repeat center center;
	border: none;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 35px;
	padding: 0px;
	cursor: pointer;
}
/* ------------------------------------tth-menu-main-------------------------------*/
#tth-main-menu {
    float: left;
}
#tth-main-menu > .menu-wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}
#tth-main-menu > .menu-wrapper:after {
	content: '';
	display: block;
	clear: both;
}
#tth-main-menu > .menu-wrapper > ul {
	width: 100%;
	display: table;
}
#tth-main-menu > .menu-wrapper > ul > li {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: middle;
}
#tth-main-menu > .menu-wrapper > ul a {
	color: #444444;
	padding: 7px 10px 7px 20px;
	display: block;
}
#tth-main-menu > .menu-wrapper > ul > li > a {
    font-size: 14px;
    padding: 0px;
    margin: 25px 8px;
    line-height: 25px;
    text-transform: uppercase;
    position: static;
    text-align: center;
    white-space: normal;
    font-weight: 500;
    color: #444444;
    border-bottom: transparent 2px solid;
}
#tth-main-menu > .menu-wrapper > ul > li:first-child > a:before {
	display: none;
}
#tth-main-menu > .menu-wrapper > ul > li > a > .sub-arrow {
	display: none;
}
#tth-main-menu > .menu-wrapper > ul a:hover, #tth-main-menu > .menu-wrapper > ul a:focus, #tth-main-menu > .menu-wrapper > ul a:active, #tth-main-menu > .menu-wrapper > ul a.highlighted, #tth-main-menu > .menu-wrapper > ul a.current {
	color: #910141;
    border-bottom: #910141 2px solid;
}
#tth-main-menu > .menu-wrapper > ul ul {
	background: #fff;
	display: none;
}
/* -----------------------------Content---------------------------------*/
#main_slide .owl-stage-outer {
	height: auto !important;
}
/* -----------------------------Content---------------------------------*/
.content-logo{
    float: left;
	}
.content-box_search_min{
	padding-top: 25px;
	}
#container {
    padding: 20px 10px 15px;
    margin: 0px 0px;
    position: relative;
    min-height: 360px;
    background: #fff;
}
#tth-content {
    display: block;
    float: left;
    width: 70%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
#tth-content img {
	max-width: 100%;
	height: auto !important;
}
/* -----------------------------Column------------------------------*/
#tth-column_left {
	display: block;
	float: left;
    width: 25%;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 25px;
}
#tth-column {
	display: block;
    float: left;
    width: 30%;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 0px;
    position: relative;
}
#tth-column .banner_item, #tth-column .fb_iframe_widget {
	margin-bottom: 8px;
	position: relative;
}
#tth-column .banner_item > a {
	display: block;
}
#tth-column .banner_item > a > img {
	max-width: 100%;
}
#tth-column .banner_item object {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#tth-column #column-right-bottom-ft {
	position: relative;
}
#tth-column #column-right-bottom {
	position: absolute;
	left: 0px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
}
/*--------------------fanpage_facebook---------------------*/	
#fanpage_facebook {
	background: #ffffff;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
/*---------------paginate---------------*/
content .pagination{
    padding: 0px;
    margin: 0px;
    display: block;
    margin-bottom: 15px;
}
content .pagination .paginate{
    display: inline-block;
    float: right;
    margin-top: 10px;
}
content .pagination .total{
    display: inline-block;
    float: left;
    width: 35%;
}
content .pagination .view_detail{
    display: inline-block;
    float: right;
    width: 65%;
    margin-top: 0px;
}
content .pagination .view_detail .fr span{
    margin: 0px 8px;
    position: relative;
}
content .pagination .view_detail .fr span:after{
    background: #ababab;
    height: 14px;
    width: 1px;
    display: inline-block;
    content: "";
    right: -6px;
    position: absolute;
    top: 1px;
}
content .pagination .view_detail .fr span:last-child:after{
	background: none;	
}
content .pagination .view_detail .fr span a{
	color: #910141;
}
content .pagination .view_detail .fr span a:hover{
	text-decoration: underline;
}
.paginate {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 15px;
    text-align: right;
}
.paginate .pagetotal {
	background: #000000;
	display: none;
	padding: 0px 2px;
	color: #ffffff;
}
.paginate .pagelink, .paginate .pagecur, .paginate .btnPage {
    display: inline-block;
    color: #888888;
    height: 26px;
    line-height: 24px;
    min-width: 30px;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 7px;
    border: 1px solid #dfdfdf;
    vertical-align: top;
    border-radius: 1px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #b8b8b8));
    background: -moz-linear-gradient(top, #e3e3e3, #b8b8b8);
    background: -webkit-linear-gradient(top, #e3e3e3, #b8b8b8);
    background: linear-gradient(to bottom, #e3e3e3, rgba(184, 184, 184, 0.7));
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4);
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.72);
}
.paginate .pagecur {
	color: #fff;
	background: #910141;
	border-color: #910141;
}
.paginate .btnPage {
    display: inline-block;
    vertical-align: bottom;
}
/* ------------------------------------footer---------------------------------*/
.brand_scroll {
	background: #f1f1f1;
	padding: 16px 0px;
}
footer {	
}
footer .footer-content {
	margin-left: -8px;
	margin-right: -8px;
}
footer .footer-col {
	float: left;
	width: 31%;
	padding-left: 8px;
	padding-right: 8px;
}
footer .footer-col .title {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	color: #009192;
	margin-bottom: 15px;
}
footer .info {
}
footer .info h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0px;
}
footer .footer-contact, footer .footer-product {
	width: 19%;
}
footer .footer-contact > ul li, footer .footer-product > ul li {
	margin-bottom: 10px;
}
footer .footer-contact > ul li a, footer .footer-product > ul li a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}
footer .footer-contact > ul li a:before, footer .footer-product > ul li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0px;
	top: 9px;
	background: #009192;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
footer .footer-news .item {
	background: #f3f3f3;
	margin-bottom: 7px;
	padding: 10px 18px;
	position: relative;
	min-height: 90px;
}
footer .footer-news .item:before {
	content: '';
	display: block;
	position: absolute;
	left: 90px;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background: #999999;
}
footer .footer-news .item > .date {
	position: absolute;
}
footer .footer-news .item > .date > .day {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
footer .footer-news .item > .info {
	margin-left: 90px;
}
footer .footer-news .item > .info > h3 > a {
	display: block;
	font-size: 15px;
	color: #009192;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
}
footer .footer-news .item > .info > h3 > a:hover {
	color: #444;
}
footer .footer-news .item > .info > .short {
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 3px;
}
footer .solo-item {
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    float: left;
    margin-top: 5px;
}
.dangky_bct {
	display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.dangky_bct .title{
	text-transform: initial !important;
}
.ficon-facebook:before {
    padding-top: 3px;
}
footer .solo-item > i {
	display: block;
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    color: #ffffff;
    background: transparent;
    -webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
footer .solo-item > i.ficon-youtube{
	background: transparent;
}
footer .solo-item:hover > i {
	color: #fff;
	background: #910141;
}
#bottom {
    background: #910141;
    color: #333;
    position: relative;
    padding: 15px 0px 0px 30px;
}
#bottom .copyright {
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 10px;
    width: 25%;
    color: #fff;
}
#bottom .copyright h1{
    margin-bottom: 15px;
    padding: 20px 0px;
}
.info_footer{
    display: inline-block;
    padding: 15px 25px 0px 40px;
    width: 25%;
    float: left;
}
.info_footer .banner_item{
	color: #d2d2d2;
}
.info_footer_1,
.info_footer_2{
    display: inline-block;
    padding: 15px 25px 25px 40px;
    width: 25%;
    float: left;
    color: #fff;
}
.info_footer_1 a,
.info_footer_2 a{
    color: #d2d2d2;
}
.info_footer .title,
.info_footer_2 .title{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
    color: #FFF;
}
.info_footer h1,
.info_footer_1 h1{
	font-size: 14px;
	font-weight: normal;
}
.info_footer p,
.info_footer_1 p{
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}
#bottom .copyright p {
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}
#bottom .copyright a {
	color: #ffffff;
}
#bottom .copyright a:hover {
	text-decoration: underline;
}
#tth-scrollup {
	text-indent: -99999px;
    cursor: pointer;
    background: url(../../images/backtotop.png) no-repeat scroll 11px 12px #910141;
    bottom: 160px;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    width: 41px;
    z-index: 999;
    -moz-border-radius: 50%;
    border: 3px #fff double;
    margin: 0;
    opacity: 0.5;
}
#tth-facebook {
    bottom: 100px;
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    width: 45px;
    z-index: 999;
    margin: 0;
    color: #fff;
    font-size: 29px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    background-color: #7b0d65 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e939c5", endColorstr="#7b0d65");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e939c5), to(#7b0d65));
    background-image: -moz-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -ms-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e939c5), color-stop(100%, #7b0d65));
    background-image: -webkit-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -o-linear-gradient(top, #e939c5, #7b0d65);
    background-image: linear-gradient(#e939c5, #7b0d65);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7b0d65;
    border-color: #7b0d65 #7b0d65 hsl(312,80%,19.5%);
    padding-top: 5px;
}
bootstrap.css:296
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#tth-scrollup:hover {
    opacity: 1;
}

/* ------------------------------------scroll---------------------------------*/
#tth-scroll_left {
    position: absolute;
    width: 100px;
    z-index: 100;
    top: 100px;
    left: 10px;
    overflow: hidden;
    margin: 0px;
}
#tth-scroll_right {
    position: absolute;
    width: 100px;
    z-index: 100;
    top: 100px;
    right: 10px;
    overflow: hidden;
    margin: 0px;
}
.header_search .logo{
    display: inline-block;
    float: left;
    width: 19%;
}
.header_search .box_search{
    display: inline-block;
    width: 81%;
    padding: 8px 0px;
    text-align: right;
    float: right;
}
.header_search .box_search .box_search_content input{
    width: 290px;
    border: 1px #e2e2e2 solid;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: tahoma;
    outline: none;
}
.header_search .box_search .box_search_content input:focus{
    outline: none;
	box-shadow: none;
}
.header_search .box_search .btn {
	height: 39px;
    background: #009495;
    border: 1px #0b7d6d solid;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12), inset 1px 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    line-height: 39px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 41px;
    border-radius: 2px;
    position: absolute;
    right: 0px;
    margin-right: 0px;
    margin: 0px;
}
.header_search .box_search .btn:hover{
	background: #1caeaf;
}
.header_search .box_search .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
    padding-top: 9px;
}
.header_search .chosen-container-single .chosen-single div b {
    background: url('../images/chosen-sprite.png') no-repeat 0px 10px;
}
.header_search .box_search .box_search_content .form-group {
    text-align: left;
    display: inline-block;
    float: left;
    width: auto;
    min-width: 218px;
}
.header_search .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -19px 12px;
}
.header_search .box_search .box_search_content {
    padding: 15px;
    border: 0px;
    border-top: none;
    text-align: right;
    padding-right: 0px;
    background: none !important;
    position: relative;
}
.header_search .box_search .form-group.none_b .chosen-container-single .chosen-single {
    border-left: 0px;
    border-right: 0px;
}
.fr{
	float: right;
}

.resgister_email{
    display: block;
    width: 100%;
    margin: 10px 0px 5px;
    padding-bottom: 65px;
}
.resgister_email #email{
    padding: 8px 10px;
    background: #ffffff;
    border: 1px #ffffff solid;
    color: #333;
    width: 100%;
    outline: none;
}
#form_res_email .email,
#form_res_email_home .email{
	width: 60%;
    float: right;
    position: relative;
}

.resgister_email #email:-ms-input-placeholder {  
   color: #afffff;  
}
#form_res_email,
#form_res_email_home{
    width: 65%;
    display: inline-block;
    float: right;
    padding: 15px 0px;
}
#form_res_email .btn_search,
#form_res_email_home .btn_search{
    border: 0px #333333 solid;
    padding: 9px 25px;
    background: #333333;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
}
#form_res_email span.title,
#form_res_email_home span.title{
	font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding: 8px 0px;
    display: inline-block;
}
#form_res_email .btn_search:hover,
#form_res_email_home .btn_search:hover{
	background: #444;
}
.resgister_email .hotline{
	margin: 0;
}
.resgister_email .hotline .info .tell{
	font-size: 28px;
    font-weight: bold;
}
.resgister_email .hotline i{
	font-size: 40px;
}

#bottom .follow .menu li.menu_li {
    display: inline-block;
    float: left;
    margin-left: 15px;
    border: 1px #00b3b4 solid;
    padding: 5px 10px;
}
#bottom .follow .menu li.menu_li a{
	color: #fff;
	text-transform: uppercase;
}
#bottom .follow {
	margin-top: 20px;
	text-align: center;
}
#bottom .follow .menu{
	margin-bottom: 10px;
}
.full_search {
    display: block;
    width: 100%;
    /*box-shadow: 0 0 25px 0 rgba(0,0,0,.2);*/
}
.box_num_seeker_cv,
.box_num_employer_re {
    display: block;
    margin-bottom: 5px;
    margin-top: 0px;
    position: relative;
}
.box_num_seeker_cv .title_left,
.box_num_employer_re .title_left {
    display: inline-block;
    float: left;
    background: #009192;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    position: relative;
}
.box_num_seeker_cv .title_left a,
.box_num_employer_re .title_left a{
    color: #fff;
}
.box_num_seeker_cv .num,
.box_num_employer_re .num {
    padding: 11px;
    border: 2px #009192 solid;
    padding-left: 155px;
}
.box_num_seeker_cv .num b,
.box_num_employer_re .num b {
    color: #009192;
}
.box_num_seeker_cv .title_left:after,
.box_num_employer_re .title_left:after {
    content: "";
    position: absolute;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #009192;
    border-top: 24px solid transparent;
    margin-right: 0px;
    top: 0px;
    right: -15px;
}
.click_view {
	position: relative;
    display: inline-block;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.click_view a {
    color: #009192;
}
.click_view a:hover {
    color: #3bc2c3;
}
.box_authentic {
    background: #f3f3f3;
    border: 3px #da1818 dashed;
    padding: 15px;
    margin: 0px 0px 20px;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.27);
    display: none !important;
}
.box_authentic .title{
	color: #da1818;
	font-size: 20px;
	font-weight: bold;
}
.box_authentic p{
    font-size: 16px;
}
.box_authentic .btn_authentic {
    background-color: #e70505;
    color: #fff;
    padding: 9px 20px;
    margin-right: 4px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px #e70505 solid;
    outline: none;
    cursor: pointer;
}
.box_authentic .btn_authentic:focus{
	outline: none;
}
.box_authentic .btn_authentic:hover{
	background: #e23131;
}
.box_mes_authentic{
    background: #e8ffe3;
    padding: 20px;
    font-size: 20px;
    color: #318c1e;
}



/*SEEKER INFO USER*/
.box_create_main {
	display: block;
	margin-bottom: 20px;
}
.box_create_main .create_cv, 
.box_create_main .create_re {
    width: 49%;
    display: inline-block;
    padding: 15px;
    border: 1px #009192 solid;
    margin: 0px;
    min-height: 102px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: #f9f9f9;
    color: #444;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
    float: left;
}
.box_create_main .create_re{
	float: right;
    border: 1px #d11220 solid;
}
.box_create_main .create_cv .info .title,
.box_create_main .create_re .info .title{
	font-weight: bold;
	font-size: 19px;
	color: #009192;
}
.box_create_main .create_re .info .title {
    color: #d11220;
}
.box_create_main .create_cv:hover{
	background: #009192;
	box-shadow: 1px 3px 3px 1px #888;
}
.box_create_main .create_re:hover{
	background: #d11220;
	box-shadow: 1px 3px 3px 1px #888;
}
.box_create_main .create_cv:hover .info .short,
.box_create_main .create_re:hover .info .short,
.box_create_main .create_cv:hover .info .title,
.box_create_main .create_re:hover .info .title {
	color: #fff;
}

.box_create_main .create_cv .icon,
.box_create_main .create_re .icon {
    height: 70px;
    width: 70px;
    display: inline-block;
    float: left;
    margin: 0px 15px;
    background: url(../../images/icon-create-cv-green.png) no-repeat;
    -moz-transition: all linear .1s;
    transition: all linear .2s;
}
.box_create_main .create_re .icon {
    background: url(../../images/icon-create-re.png) no-repeat;
}
.box_create_main .create_cv:hover .icon{
    background: url(../../images/icon-create-cv-white.png) no-repeat;
}
.box_create_main .create_re:hover .icon{
    background: url(../../images/icon-create-re-white.png) no-repeat;
}


.box_creat_cv{
    display: block;
    margin-bottom: 0px;
}
.box_creat_cv .create_cv, 
.box_creat_cv .authentic, 
.box_creat_cv .info_user {
    width: 35%;
    display: inline-block;
    padding: 15px;
    border: 1px #e1e1e1 solid;
    margin-right: 20px;
    min-height: 102px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: #f5f5f5;
    color: #444;
    -moz-transition: all linear .1s;
    -o-transition: all linear .1s;
    -ms-transition: all linear .1s;
    -webkit-transition: all linear .1s;
    transition: all linear .1s;
}
.box_creat_cv .create_cv:hover, 
.box_creat_cv .authentic:hover{
	background: #ffffff;
}
.box_creat_cv .create_cv:hover{
    background: #ed1c24;
    border: 1px red solid;
}
.box_creat_cv .authentic:hover{
	background: #009192;
    border: 1px #158f90 solid;
}
.box_creat_cv .authentic:hover .short,
.box_creat_cv .authentic:hover .title,
.box_creat_cv .create_cv:hover .short,
.box_creat_cv .create_cv:hover .title{
	color: #fff;
}
.box_creat_cv .create_cv:hover .icon {
    background: url(../../images/icon-create-cv-white.png) no-repeat;
    -moz-transition: all linear .1s;
    transition: all linear .2s;
}
.box_creat_cv .authentic:hover .icon {
    background: url(../../images/icon-email-white.png) no-repeat;
    -moz-transition: all linear .1s;
    transition: all linear .2s;
}
.box_creat_cv .info_user {
    margin-right: 0px;
    width: 25.6%;
}
.box_creat_cv .info_user:hover{
	box-shadow: 1px 3px 3px 1px #888;
}
.box_creat_cv .create_cv .icon{
	height: 70px;
    width: 70px;
    display: inline-block;
    float: left;
    margin: 0px 15px;
    background: url('../../images/icon-create-cv.png') no-repeat;
} 
.box_creat_cv .authentic .icon{
	height: 70px;
    width: 70px;
    display: inline-block;
    float: left;
    margin: 0px 15px;
    background: url('../../images/icon-email.png') no-repeat;
} 
.box_creat_cv .create_cv.create_re:hover .icon{
    background: url('../images/create_re_white.png') no-repeat;
}
.box_creat_cv .create_cv .title, 
.box_creat_cv .authentic .title, 
.box_creat_cv .info_user .title{
    font-size: 18px;
    font-weight: bold;
    color: #009192;
}
.box_creat_cv .create_cv .title{
    color: #009192;
}
.box_creat_cv .info_user .image{
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.box_creat_cv .info_user .info{
	display: inline-block;
}
.box_creat_cv .info_user .info .name{
    font-weight: bold;
    color: #009192;
    font-size: 15px;
}
.box_creat_cv .info_user .info .name a{
    color: #009192;
}
.box_creat_cv .info_user .info .show_cv{
	color: #d11220;
}
.box_creat_cv .info_user .info .show_cv a{
	text-decoration: underline;
}
/*MENU box_menu_horizontal*/
ul.column_left_menu li.current{
	background: #d9eeee;
}
ul.column_left_menu li.current a{
	color: #333;
}
ul.column_left_menu li.current a span{
	color: #333;
}
.box_menu_horizontal{
	background: #910141;
}
ul.box_menu_horizontal li{
	display: inline-block;
	float: left;
}
ul.box_menu_horizontal li a {
    padding: 6px 15px !important;
    line-height: 34px !important;
}
ul.box_menu_horizontal li a span {
    color: #009192;
}
ul.box_menu_horizontal li a span {
    margin-right: 0px !important;
}
ul.column_left_menu li a.current{
	background: #910141;
}
ul.column_left_menu li a.current{
	color: #f7f7f7;
}
ul.column_left_menu li a.current span{
	color: #f7f7f7;
}
ul.box_menu_horizontal li a.current{
	background: #009192;
}
ul.box_menu_horizontal li a.current{
	color: #fff;
}
ul.box_menu_horizontal li a.current span{
	color: #fff;
}

#form_employer_recruitment_saved{
	display: inline-block;
	margin-left: 0px;
}
#form_employer_recruitment_saved input {
    border: 1px #d2d2d2 solid;
    cursor: pointer;
    background: #f5f5f5;
}
#form_employer_recruitment_saved input:hover {
	background: #fff;
}
.none{
	display: none;
}

/*---------------------------header_signin--------------------*/
.form_signin {
    background: #f4f6f8;
    border: 1px solid #71828a;
    width: 220px;
    position: absolute;
    z-index: 999;
    right: 0px;
}
.form_signin .box_signin .title{
    color: #b61515;
    text-transform: initial;
    margin: 15px;
    padding-left: 0px;
    font-weight: 500;
    font-size: 18px;
}
.form_signin#box_signin_seeker .box_signin .title {
    border-left: 4px solid #47a743;
    color: #47a743;
    text-transform: initial;
    padding-left: 10px;
}
.form_signin .box_signin .btn_left,
.form_signin .box_signin .btn_right{
	font-weight: 500!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.27);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.27);
    box-shadow: 0 1px 2px rgba(0,0,0,.27);
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #b61515;
    color: #FFFFFF;
    font-size: 16px;
    width: 48%;
    cursor: pointer;
    outline: none;
}
.form_signin .box_signin .btn_left a,
.form_signin .box_signin .btn_right a{
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 0px;
    display: inline-block;
}
.form_signin .box_signin .btn_left{
	float: left;
}
.form_signin .box_signin .btn_right{
	float: right;
	background-color: #47a743;
}
.form_signin .btn_siginin{
    margin-bottom: 15px;
    padding-top: 30px;
}
.form_signin .box_signin .btn_right:hover{
    background-color: #1ea018;
}
.form_signin .box_signin .btn_left:hover{
    background-color: #cc2f2f;
}
.form_signin .box_signin .content{
	border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding-bottom: 0px;
}
.form_signin .box_signin .content .content_pd{
	padding: 10px;
    padding-top: 0px;
}
.form_signin .box_signin .footer_signin{
    background: #eeeeee;
    padding: 15px;
}
.form_signin .box_signin .footer_signin .hr{
	display: inline-block;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 12px 0px;
}
.form_signin #form_signin,
.form_signin #form_signin_employer{
    margin-top: 10px;
    margin-bottom: 0px;
}
.form_signin #form_signin .form-group .label,
.form_signin #form_signin_employer .form-group .label{
    display: inline-block;
    float: left;
    line-height: 40px;
    text-align: right;
    width: 150px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}
.form_signin #form_signin .forget_password,
.form_signin #form_signin_employer .forget_password{
}
.form_signin #form_signin .forget_password a,
.form_signin #form_signin_employer .forget_password a{
	text-decoration: underline;
}
.form_signin .box_signin .title .fr a{
	font-size: 12px;
    color: #757575;
    font-style: italic;
    text-transform: initial;
    font-weight: normal;
    text-decoration: underline;
}
.btnLogin {
    padding: 3px 7px !important;
    background-color: #f79d25;
    color: #fff;
    text-align: center;
    text-transform: inherit;
    outline: none;
    cursor: pointer;
    font-size: 13px !important;
}
.btnLogin:hover,
.btnLogin:focus{
    background-color: #f18d08;
    color: #fff;
}
.btnLogin_seeker {
    padding: 3px 7px !important;
    background-color: #f79d25;
    color: #fff;
    text-align: center;
    text-transform: inherit;
    outline: none;
    cursor: pointer;
    font-size: 13px !important;
}
.btnLogin_seeker:hover,
.btnLogin_seeker:focus{
    background-color: #f18d08;
    color: #fff;
}
.form_signin .note_signup{
}
.colorRed {
    color: #ff4242;
}
.form_signin .form-control{
    height: 26px;
    margin-bottom: 8px;
}
.hr_header {
    position: relative;
    height: 25px;
    margin: 15px 0;
}
.hr_header .hr {
    border-top: 1px solid #e0e0e0;
    position: absolute;
    top: 12px;
    z-index: 9;
    content: " ";
    width: 100%;
}
.hr_header .title_h {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.hr_header .title_h span {
    background: #f3f3f3;
    padding: 3px 8px;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0px;
}
.txt-color {
    color: #363636;
}
.btn-social-fb {
	background-color: #3b5998;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    float: left;
    padding-top: 0px;
    margin-right: 5px;
    cursor: pointer;
}
.btn-social-gg {
	background-color: #dd4b39;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    padding-top: 2px;
    float: left;
    cursor: pointer;
}
.btn-social-fb:hover {
    color: #fff;
    background: #2f4d8c;
}
.btn-social-gg:hover {
    color: #fff;
    background: #d54331;
}
.btn-social-fb:focus,
.btn-social-gg:focus {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.27);
}
.btn-social-fb a,
.btn-social-gg a{
	color: #fff;
}
.signin_social{
	max-width: 100%;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    margin-top: 0px;
}
.signin_social i{
    font-size: 11px;
    display: inline-block;
    vertical-align: top;
}
.form_signin .note_signup a{
	text-decoration: underline;
	color: #b61515
}
.form_signin#box_signin_seeker .note_signup a{
	color: #47a743
}
.note_forget_pass{
	margin: 15px 0px;
}
.form_signin #form_change_pass .form-group .label{
    display: inline-block;
    float: left;
    line-height: 40px;
    text-align: right;
    width: 150px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}
.form_signin #form_change_pass{
	margin: 0px 15px;
}
.form_signin #form_change_pass .img_captcha{
	display: inline-block;
    float: left;
}
.unline{
	text-decoration: underline;
    color: #009c9c;
}
/*---------------------------header_signin--------------------*/
.create_employer .title, .create_cv .title {
    font-size: 18px;
    font-weight: 600;
}
.create_cv {
    background: #009192;
    color: #fff;
    padding: 15px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-right: 75px;
}
.create_cv i.check {
    display: inline-block;
    position: absolute;
    width: 65px;
    height: 53px;
    right: 15px;
    top: 15px;
    background: url('../images/check_right.png') no-repeat;
}
.create_employer {
    background: #d11220;
    color: #fff;
    padding: 15px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-right: 75px;
}
.create_employer i.send {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 49px;
    right: 15px;
    top: 25px;
    background: url('../images/send.png') no-repeat;
}
.create_employer:hover {
    background: #e02b38;
    box-shadow: 1px 3px 3px 1px #888;
}
.create_cv:hover,
.box_creat_cv .authentic:hover {
    box-shadow: 1px 3px 3px 1px #888;
}
.box_creat_cv .create_cv .title.color_red{
	color: #ed1c24;
}
.box_creat_cv .create_cv:hover .title.color_red {
    color: #fff;
}
.box_creat_cv .create_cv.border_red {
    border: 1px solid #ed1c24;
    background: #f5f5f5;
}
.box_creat_cv .create_cv.border_red a:hover,
.box_creat_cv .create_cv.create_re a:hover{
	color: #333;
}
.box_creat_cv .create_cv.border_red .icon {
    height: 70px;
    width: 70px;
    display: inline-block;
    float: left;
    margin: 0px 15px;
    background: url('../images/money.png') no-repeat;
}
.box_creat_cv .create_cv.create_re .icon {
    height: 70px;
    width: 70px;
    display: inline-block;
    float: left;
    margin: 0px 15px;
    background: url('../images/create_re.png') no-repeat;
}
.box_creat_cv .create_cv.create_re{
    background: #f5f5f5;
}
.box_creat_cv .create_cv.create_re:hover{
	background: #009192;
    border: 1px #1d999a solid;
}
.banner_item img{
	max-width: 100%;
}
#main_slide{
    max-width: 100%;
    position: relative;
}
#main_slide ul.bxslider{
	margin: 0px;
}
#main_slide #gallery_slider_thumb .owl-item .item{
    color: #333;
    display: inline-block;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 0px;
    font-weight: normal;
    padding: 5px;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
    border-left: 1px solid transparent;
    cursor: pointer;
}
#main_slide #gallery_slider_thumb .owl-item.sync_cur .item{
    background: #910141;
    border-bottom: 3px solid #910141;
    border-left: 0 none;
    border-right: 0 none;
    color: #fff!important;
    margin: 0;
    text-shadow: 0 0;
    position: relative;
    padding: 10px 15px;
    font-size: 14px;
}
#main_slide #gallery_slider_thumb .owl-item.sync_cur .item::after {
   /* border-bottom: 11px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 45%;
    top: -9px;
    position: absolute;*/
}
#main_slide #gallery_slider_thumb {
    background: #e9e9e9;
    padding: 0px 15px;
    bottom: 50px;
    position: relative;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
}
#main_slide #gallery_slider_thumb .owl-prev,
#main_slide #gallery_slider_thumb .owl-next{
    right: 0px;
    top: 0px;
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 10px;
    text-align: center;
    padding: 0px;
    font-size: 24px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 15px;
    color: #3e3e3e;
    border-radius: 0px;
    opacity: 1;
}
#main_slide #gallery_slider_thumb .owl-prev i, 
#main_slide #gallery_slider_thumb .owl-next i{
	padding-left: 4px;
    display: inline-block;
}
#main_slide #gallery_slider_thumb .owl-prev{
    left: 0px;
    top: 0px;
    opacity: 1;
}
.emp_left .box_statistic .box_title{
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #009192;
    border-bottom: 3px solid #e6e6e6;
    background: none;
    text-align: left;
}
.emp_left .box_statistic .box_title .border_bottom {
    margin-top: 0px;
    background: none;
    color: #222222;
    text-transform: initial;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    border-bottom: 0px #e6e6e6 solid;
}
.emp_left .box_statistic .box_statistic_nature{
	border: 0px;
	padding: 10px 0px;
}
.emp_left .box_statistic .box_statistic_nature .col a {
	background: url(../images/node_4.jpg) no-repeat top 11px left;
    text-align: left;
    width: 25%;
    float: left;
    padding-left: 12px;
    margin: 2px 0px;
    text-align: left;
}
.hotline{
	display: block;
    margin-top: 0px;
}
.hotline .title {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    background: #009192;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.hotline .title i{
	font-size: 20px;
}
.hotline .content{
	background: #ffffff;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    color: #525252;
}
.banner_right{
	margin-top: 15px;
}
.banner_right .item img {
    margin-bottom: 10px;
    max-width: 100%;
}
.job_right_now{
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    border-top: 6px #910141 solid;
    border-bottom: 1px #910141 solid;
    background: #fff;
}
.job_right_now .content{
    padding: 12px 25px;
    border: 1px #910141 solid;
}
.job_right_now .content .title a{
    font-size: 14px;
    font-weight: 500;
    color: #910141;
}
.job_right_now .content .title a:hover{
	text-decoration: underline;
}
.job_right_now .content .item .company,
.job_right_now .content .item .measure,
.job_right_now .content .item .staff,
.job_right_now .content .item .experience,
.job_right_now .content .item .deadline{
    color: #383838;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0px 0px;
    font-size: 13px;
}
.job_right_now .content .item .measure span{
    color: #b61515;
}
.job_right_now .content .item .company{
	width: 100%;
}
.job_right_now .content .item .company a{
    color: #666666;
    font-size: 13px;
}
.job_right_now .content .item .company a:hover{
	text-decoration: underline;
}
.job_right_now .content .content_job{
	max-height: 70px;
}
.job_right_now .content .item{
	margin-bottom: 15px;
    border-bottom: 1px #e4e4e4 solid;
}
.job_right_now .content .item:last-child{
	border: 0px;
}
.login_now{
	color: #252525 !important;
    background: #e2e2e2;
    border: 1px #d2d2d2 solid;
    display: inline-block;
    margin: 0 auto;
    margin-left: 30%;
    padding: 6px 8px;
    border-radius: 3px;
    margin-top: 20px;
    outline: none;
}
.fixed {
    position: fixed !important;
    top: 5px !important;
    z-index: 999 !important;
}
.fixed_bottom {
	position: absolute !important;
    bottom: 5px !important;
    top: auto !important;
}
content {
    background: #fff url(../images/bg_content.jpg);
    background-attachment: fixed;
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
		
#tth-wrapper.scroll #tth-scroll_left,
#tth-wrapper.scroll #tth-scroll_right{
	top: 150px;
}


.danhgia-sp {
    height: 30px;
    line-height: 30px
}
.danhgia-sp .raty {
    display: inline-block;
    vertical-align: 2%
}
.captcha {
    line-height: 30px
}
.captcha input {
    max-width: 150px;
    display: inline-block;
    margin-left: 10px;
    color: #404041
}
.captcha span {
    display: inline-block;
    background-color: #6d6e71;
    background-image: -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), -webkit-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #969696;
    position: relative;
    top: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.comments-filter {
    margin: 30px 0 20px;
    border-bottom: 1px solid #e2e3e4
}
.comments-filter button {
    background: none;
    box-shadow: none;
    border: none
}
.comment {
    min-height: 20px;
    padding-right: 50px
}
.rating-scores {
    position: absolute;
    top: 0;
    right: 0px
}
.rating-scores i {
    margin-right: 15px;
    float: left
}
#tab-comment_rate{
    margin-top: 15px;
}
#tab-comment_rate .media-body {
    position: relative
}
#tab-comment_rate .admin-name {
    font-weight: bold;
    color: #e81c24
}
#tab-comment_rate .media {
    border-bottom: 1px solid #e2e3e4;
    padding-bottom: 25px;
    margin-bottom: 5px
}
#tab-comment_rate .media .media {
    background: #f9f9f9;
    padding: 10px 5px;
    border-radius: 5px;
    position: relative;
    overflow: visible
}
#tab-comment_rate .media .media:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: -14px;
    border: 7px solid;
    border-color: transparent #f6f7f7 #f9f9f9 transparent
}
.small-star img {
    margin-top: 2px;
    display: block;
    float: left
}
.comment-meta>div {
    padding-right: 15px
}
.comment-meta>div a {
    font-size: 12px;
    color: #1f5ecc
}
.comment-meta>div a:hover {
    color: #184aa0
}
.comment-meta>div .alert {
    color: #e81c24;
    display: none
}
.comment-meta>div .alert:hover {
    color: #be131a
}
.comment-meta:hover .alert {
    display: block
}
.sub-comment-input {
    border: 1px solid #e2e3e4;
    padding: 5px 10px;
    margin-top: 15px;
    max-width: 700px;
    display: none
}
.comments-loadmore {
    text-align: center;
    margin: 20px 0
}
.comments-sub-loadmore {
    background: #f1f2f2;
    padding: 5px 5px;
    border-radius: 5px;
    border-bottom: 1px solid #e2e3e4;
    margin-bottom: 5px
}
.comments-sub-loadmore a {
    display: block
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
#tab-comment_rate .media .input {
    padding: 5px 12px;
    height: 32px;
    font-size: 12px;
    border-radius: 0px;
    display: block;
    border: 1px solid #e2e3e4;
    width: 100%;
    outline: none;
    font-size: 13px;
}
#list_comment .media-left,#list_comment .media > .pull-left {
    padding-right: 10px;
    display: inline-block;
    float: left;
    vertical-align: bottom;
}
#list_comment .media-left img{
	max-width: 100px;
}
#list_comment .media-body p:first-child{
    padding: 0px;
}
#list_comment .media-body p.comment{
    font-size: 13px;
    color: #666;
}
#list_comment .div_more{
    margin-top: 10px;
}
#list_comment i.date.small{
    font-size: 12px;
}
#list_comment .media{
    padding: 5px 0px;
    border-bottom: 1px #efefef dotted;
}
#tab-comment_rate .media input.input:-moz-read-only { /* For Firefox */
    background-color: #e1e6e9;
}

#tab-comment_rate .media input.input:read-only { 
    background-color: #e1e6e9;
}


.media-body {
    width: 10000px;
}
#tab-comment_rate .media textarea.input {
    height: 120px;
    max-height: 250px;
    resize: vertical;
    font-family: arial;
    outline: none;
}
.tg-line-form{
    margin-bottom: 14px;
}
.button{
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    background: #f1f2f2;
    color: #404041;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
}
.button-blue {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d0d3d4;
    border-color: #7b0d65 #7b0d65 hsl(312,80%,19.5%);
    background-color: #7b0d65 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e939c5", endColorstr="#7b0d65");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e939c5), to(#7b0d65));
    background-image: -moz-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -ms-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e939c5), color-stop(100%, #7b0d65));
    background-image: -webkit-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -o-linear-gradient(top, #e939c5, #7b0d65);
    background-image: linear-gradient(#e939c5, #7b0d65);
    text-shadow: 0 -1px 0 rgba(0,0,0,.49);
    color: #fff; 
}
.button-blue:hover {
    background: red;
    color: #fff;
}
#rate_select{
    height: 30px;
    border-radius: 3px;
    padding: 0px 5px;
    border: 1px #e2e3e4 solid;
}
.captcha .captcha-group{
    display: inline-block;
    vertical-align: bottom;
}

.btn_loadmore {
    color: #ed3237;
    cursor: pointer;
    outline: none;
    display: inline-block;
}
.btn_loadmore:hover {
    text-decoration: underline;
}
.list_comment img.star_img{
    width: 12px;
    height: 12px;
}
.list_comment .comment{
    padding-right: 0px;
}
.resgister_email_full{
	background: #910141;
}
/*content{
	background: #f2f2f2;
    padding-bottom: 10px;
}*/
header .header-tool .header_user > ul > li > a.btn_h_employer{
    background-color: #7b0d65 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e939c5", endColorstr="#7b0d65");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e939c5), to(#7b0d65));
    background-image: -moz-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -ms-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e939c5), color-stop(100%, #7b0d65));
    background-image: -webkit-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -o-linear-gradient(top, #e939c5, #7b0d65);
    background-image: linear-gradient(#e939c5, #7b0d65);
    text-shadow: 0 -1px 0 rgba(0,0,0,.49);
    padding: 5px 15px;
    color: #fff;
    margin: 0px 0px 5px 10px;
    text-transform: inherit;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d0d3d4;
    border-color: #7b0d65 #7b0d65 hsl(312,80%,19.5%);
    font-weight: bold;
    height: auto;
    text-align: center;
}
header .header-tool .header_user > ul > li > a.btn_h_employer:hover{
    text-decoration: none;
    background-position: 0 -15px;
    background-repeat: repeat-x;
    -moz-transition: background-position .0s linear;
    -o-transition: background-position .0s linear;
}
header .header-tool .header_user > ul > li > a.btn_h_employer b{
    font-size: 12px;
    max-width: 100%;
    display: block;
    color: #fff;
    font-weight: normal;
}
.pt0{
	padding-top: 0px !important;
}
.btn_h_employer:hover{
    background: #d02c2d;	
}
.wrapper.full_width{
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
.wrapper.full_width > #container{
	padding: 0px;
}
.resgister_email .follow{
	display: inline-block;
    float: left;
    padding: 20px;
}
.resgister_email .follow .menu{
	font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 5px 0px;
}
.copyright_ab{
    padding: 0px 12px;
    padding-bottom: 0px;
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    color: #555;
    text-align: center;
    vertical-align: bottom;
    height: 55px;
}
.text-center{
	text-align: center;
}
.title_top {
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    margin-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
}
.user_r{
	border-radius: 20px;
    border: 1px #ccc solid;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 4px;
    font-size: 15px;
}
.user_r a{
   color: #777;
}
.box_search{
	margin-bottom: 15px;
}
.box_search .col_search {
    float: left;
    padding: 0px 5px 10px;
    width: 25%;
}
.box_search .col_search .btn{
    margin: 0px;
    color: #333333;
    background-color: #fff;
    border-color: #adadad;
    text-transform: initial;
    border-radius: 1px;
}
.box_search .col_search .btn:hover{
	background: #ebebeb;
}
.box_search .row_search{
	margin: 0px -5px;
}
.gallery-thumbs-container li.thumb-item{
	/*display: inline-block;*/
    float: left;
    margin-right: 100px;
    color: #b61515;
}
.gallery-thumbs-container li.thumb-item a{
    color: #b61515;
    font-weight: bold;
}
#main_slide > .wrapper{
	position: relative;
}
.gallery-thumbs-container #gallery-thumbs{
	margin-top: 0px;
}
.gallery-thumbs-container #gallery-thumbs li.thumb-item .thumb .item{
    color: #fff;
    overflow: hidden;
    height: 55px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 0px;
    font-weight: normal;
    padding: 10px 5px;
    vertical-align: middle;
	border-bottom: 3px solid #e9e9e9;
    border-left: 1px solid #d2d2d2;
    cursor: pointer;
    text-transform: uppercase;
    color: #444;
    font-weight: 500;
}
.gallery-thumbs-container .thumb.pager-active::after {
  /*  border-bottom: 11px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid;
    content: "";
    left: 43%;
    top: -9px;
    position: absolute;*/
}
.gallery-thumbs-container .thumb.pager-active{
	background: #f5f5f5;
}
.gallery-thumbs-container .thumb.pager-active .item{
	background: #b61515;
    color: #fff !important;
    border-bottom: 3px solid #b61515 !important;
}
#main_slide [class^="ficon-"]:before,#main_slide [class*=" ficon-"]:before {
     width: auto; 
     margin-right: auto; 
     opacity: 1; 
     margin-left: auto; 
}
#main_slide .bxslider .owl-next,
#main_slide .bxslider .owl-prev {
    position: absolute;
    top: 45%;
    margin-top: 0px;
    outline: 0;
    width: 30px;
    height: 55px;
    text-indent: initial;
    z-index: 99;
    font-size: 30px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    padding-top: 5px;
}
#main_slide  .bxslider .owl-next{
	background: rgba(0, 0, 0, 0.43);
    right: -5px;
}
#main_slide  .bxslider .owl-prev{
	left: 0px;
	background: rgba(0, 0, 0, 0.43);
}
#main_slide  .bxslider .owl-next:hover,
#main_slide  .bxslider .owl-prev:hover{
	background: rgba(0, 0, 0, 0.6);
}
.box_search_top .box_search_content {
    background: #910141 !important;
    display: inline-block;
    width: 100%;
    /*height: 65px;*/
    margin-bottom: 0px;
    padding: 15px;
    border-radius: 3px;
}
.box_search_top .box_search_content .form-group{
    width: 25%;
    margin: 0px;
    padding-right: 10px;
    padding-top: 0px;
}
.box_search_top .box_search_content .form-group input{
    border-radius: 2px;
}
.box_search_top .box_search_content button.btn-submit{
    width: 100%;
    margin: 0px;
    background: #fff;
    color: #910141;
    border-radius: 3px;
}
.box_search_top .box_search_content .chosen-container-single .chosen-single {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
}
.wrapper.job_new .box_statistic,
.wrapper.job_new.job_location .box_list_new_1,
.wrapper.job_new.job_location .emp_right .job_right_now,
.wrapper.job_new.job_location .emp_right .banner_right{
	display: none;
}
.wrapper.job_new.job_location .box_statistic{
    display: block;
    margin-top: 10px;
}
.wrapper.job_new.job_location .box_white{
    background: #fff;
    border: 1px #e6e6e6 solid;
    padding: 0px 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
/*.wrapper.job_new.job_location .emp_right{
	background: #fff;
    border: 1px #e6e6e6 solid;
    padding: 0px 15px;
}*/
/*---------------------------------PRINT*/
#tth-wrapper.print_job header,
#tth-wrapper.print_job footer,
#tth-wrapper.print_job content #tth-scroll_left,
#tth-wrapper.print_job content #tth-scroll_right,
#tth-wrapper.print_job content .box_classifieds_other,
#tth-wrapper.print_job content .box_classifieds_department,
#tth-wrapper.print_job content .box_detail_left_note,
#tth-wrapper.print_job content .info_row-share,
#tth-wrapper.print_job content .box_list_creat,
#tth-wrapper.print_job content .box_num_employer_recruitment,
#tth-wrapper.print_job content .box_contact,
#tth-wrapper.print_job content .header_search .box_search,
#tth-wrapper.print_job content .box_detail_info_right input.apply{
	display: none;
}
#tth-wrapper.print_job content .header_search{
	border-bottom: 1px #ccc solid;
}
#tth-wrapper.print_job content{
	background: #fff !important;
}
#tth-wrapper.print_job content .full_search{
	box-shadow: none;
}
#tth-wrapper.print_job content .box_detail_info_right{
	height: 20px;
    display: inline-block;
    width: 20px;
}
#tth-wrapper.print_job content .box_detail_info_option ,
#tth-wrapper.print_job content .info_name,
#tth-wrapper.print_job content .box_detail_left,
#tth-wrapper.print_job content .box_detail_info_job,
#tth-wrapper.print_job content .box_detail_job,
#tth-wrapper.print_job content .box_company{
    box-shadow: none;
    background: none;
    margin: 0px;
    padding: 0px;
}
#tth-wrapper.print_job content .box_detail_info_center{
	width: 100%;
}
#tth-wrapper.detail_cv.print_job content .box_detail_info_left {
    width: 20%;
}
#tth-wrapper.detail_cv.print_job content .box_detail_info_center{
	width: 80%;
}
#tth-wrapper.detail_cv.print_job content .box_detail_info_right{
    width: 100%;
    height: auto;
}
#tth-wrapper.detail_cv.print_job content{
	background: #fff;
}
body.print_job #tth-scrollup{
	display: none !important;
}
.box_print{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.box_print .btn_print {
    display: inline-block;
    zoom: 1;
    height: 35px;
    width: 220px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    line-height: 35px!important;
    border-radius: 5px;
    background-color: #ea1b21;
    border-color: #d43f3a;
    color: #fff;
}
.box_print .btn_print:hover {
	background: #f95d62;
}
/*---------------------------------PRINT*/
.btn_fb{
	background: #3a589b;
    color: #fff;
    padding: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
    margin-top: 5px;
    float: left;
}
.btn_tw{
	background: #11c1ff;
    color: #fff;
    padding: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
    margin-top: 5px;
    float: left;
    padding-top: 2px;
}
.btn_gg{
	background: #e81e1e;
    color: #fff;
    padding: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
    margin-top: 5px;
    float: left;
    padding-top: 2px;
}
.btn_in{
	background: #0177b5;
    color: #fff;
    padding: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
    margin-top: 5px;
    float: left;
    padding-top: 2px;
}
.box_print .sharre{
	margin-top: 5px;
}
.box_print .sharre .title{
	display: inline-block;
    float: left;
    padding-top: 5px;
    margin-right: 5px;
}
.outshadow {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}
                    
.alert {
    padding: 7px 10px;
    border-radius: 1px;	
}



#main_slide .gallery-thumbs-container{
	display: none;
}
#main_slide .bx-controls{
	display: none;
}

#tth-wrapper.home #main_slide .bx-controls,
#tth-wrapper.home #main_slide .gallery-thumbs-container{
	display: block;
}

#tth-wrapper.search_employer .box_statistic_nature .col a span{
	color: #910141;
}
#tth-wrapper.search_employer.not_login .welcome,
#tth-wrapper.search_employer.not_login .logout{
	display: none;
}
.pl_0{
	padding-left: 0px !important;
}
.box_forget_pass{
    font-size: 12px;
    color: #0078c9;	
}
.box_forget_pass:hover{
	text-decoration: underline;
}
#Head_Login{
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}
#Head_Login.text.drop{
	border: 0px;
    border-left: 1px solid #71828a;
    border-top: 1px solid #71828a;
    border-right: 1px solid #71828a;
    background: #f4f6f8;
    margin-bottom: -2px;
    position: relative;
    z-index: 1000;
}
.signin_social .title_s{
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-weight: 500;
    font-size: 13px;
}
.alert{
	padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.btn_follow{
	text-align: center;
	margin: 10px 0px;
}
.btn_follow a{
	border: 1px solid #c5c5c5;
    border-bottom-color: #a3a3a3;
    color: #1163a2;
    height: 27px;
    line-height: 27px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    cursor: pointer;
    padding: 0px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.btn_follow a:hover{
	background-image: -moz-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#ffffff));
    background-image: -webkit-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: -o-linear-gradient(top,#e6e6e6,#ffffff);
    background-image: linear-gradient(to bottom,#e6e6e6,#ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',endColorstr='#ffffffff',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#manage_follow tr td a{
    text-decoration: underline;
    color: #09a0db;
}
#manage_follow tr td a:hover{
    text-decoration: inherit;
}
#manage_follow .table-striped > tbody > tr:nth-child(odd) > td, 
#manage_follow .table-striped > tbody > tr:nth-child(odd) > th{
    /*background: #fff !important;*/
}
#manage_follow .table > tbody > tr > td{
	padding: 4px;
    vertical-align: middle;
    border: 0px;
}
#manage_follow .table-bordered > thead > tr > th{
    border: 0px;
    background: #dbeaf2;
}
#manage_follow .table-bordered{
	border: 0px;
}
.btn_follow_a{
	cursor: pointer;
}
.btn_follow_p{
	line-height: 20px;
    padding: 0px;
    margin: 0px;
}
.box_search .col_search input{
    height: 32px;
    line-height: 32px;
    border-radius: 1px;
    outline: none;
}
.box_search.exchange_log .col_search .btn{
    margin-top: 0px !important;
    padding: 0px 0px !important;
    height: 32px !important;
}
.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 6px 10px !important;
    border-radius: 2px !important;
    margin-bottom: 10px !important;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 6px 10px !important;
    border-radius: 2px !important;
}
.empty{
	display: block;
	text-align: center;
	border: 0px !important;
	background: none !important;
}
.border_none{
	border: 0px !important;
}
.box_search .btn {
	border: 1px solid #dedede !important;
    border-bottom-color: #a3a3a3;
    color: #1163a2;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    cursor: pointer;
    font-weight: 500;
    padding: 5px 4px;
}
.AdvSearch .btn-submit {
    color: #fff;
    text-align: center;
    padding: 0 5px;
    font-weight: bold;
    font-size: 13px;
    display: block;
    height: 32px;
    float: left;
    cursor: pointer;
    background-color: #f79d25;
    border: none;
    min-width: 90px;
}
.AdvSearch .btn-submit:hover {
    background: #f7b154;
    color: #fff;
}
#form_box_search_employer_header .chosen-container-multi .chosen-choices li.search-choice ,
#form_box_search_seeker_header .chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #fff;
    background: #178220;
    margin-left: 11px;
    margin: 2px 2px;
    color: #fff;
    padding: 3px 18px 3px 5px;
    font-size: 12px;
}
div.chosen-container .shortags .search-choice span 
{white-space:nowrap;  overflow:hidden; text-overflow:ellipsis; display:block;   }
.show_up{
	color: #fff;
	line-height: 32px;
}
/*#tth-wrapper.white content{
	background: #fff !important;
}*/
.form-group .rowcontent.mw-650{
	max-width: 650px;
}
.emp_left > .banner_item{
	margin-top: 15px;
}
.bggradient_blue {
    background: url(../../images/bggradient_blue.gif) left top repeat-x;
    border: 1px solid #e8eef6;
}
.bggradient_blue_small {
    background: url(../../images/bggradient_blue_1x39.gif) left top repeat-x;
}
.expand_search .btn_advanced_search{
	text-align: right;
    color: #09a0db;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-bottom: 0px;
}
.expand_search .btn_advanced_search:hover{
	text-decoration: underline;
}
.AdvSearch .form-search{
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 12px;
}
.AdvSearch {
	border: 1px #910141 solid;
	background: #f7dfea;
    padding: 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    max-height: 1px;
    overflow: hidden;
}
.AdvSearch .form-search .title{
    font-weight: 500;
    margin-bottom: 4px;
}
#option_keyword{
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-top: 5px;
    margin-bottom: -10px;
}
.chosen-container-multi .chosen-choices {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    max-height: 32px;
}
#option_keyword span{
	width: 30px;
    display: inline-block;
}
#option_keyword label{
	margin: 0px;
    padding: 0px;
}
#option_keyword label .input_margin{
	display: inline-block;
    margin: 0px;
    vertical-align: middle;
    margin-left: 10px;
}
.highlight { background-color: yellow }
.div_empty{ text-align: center; }


#tth-main-menu > .menu-wrapper > ul > li > a.btn_h_employer{
	background: #b51718;
    padding: 8px 10px 5px 10px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    font-weight: normal;
    line-height: 21px;
    display: none;
}
#box_lang{
    display: inline-block;
    float: left;
    padding: 27px 6px 0px;
}
#box_lang ul{
	padding: 0px;
	margin: 0px;
}
#box_lang ul li{
	list-style: none;
}
#box_lang ul li a.flag_en{
    display: inline-block;
    float: left;
    width: 32px;
    height: 20px;
    background: url(../../images/flag_en.png) no-repeat;
}
#box_lang ul li a.flag_vi{
    display: inline-block;
    float: left;
    width: 32px;
    height: 20px;
    background: url(../../images/flag_vi.png) no-repeat;
}
.line_bot{
    cursor: pointer;
    text-decoration: underline;
    color: #09a0db;
    margin-top: 5px;
    display: inline-block;
    outline: none;
}
.line_bot:hover{
    text-decoration: initial;
}
#form_signin input[name="save_login"]{
	display: inline-block;
    vertical-align: top;
}
#main_slide ul li{
	list-style: none;
}
.bxslider .title_custom{
	position: absolute;
    bottom: 40px;
    left: 200px;
    background: rgba(0, 0, 0, 0.34);
    padding: 10px 60px 10px 30px;
    font-size: 25px;
    color: #fff;
}
.bxslider .title_custom i{
    color: #fff;
    background: #ed1b24;
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 10px;
}
.bxslider .title_custom i:hover{
	opacity: 0.6;
}
ul.list_page{
	padding: 0px;
	margin: 0px;
}
ul.list_page li{
	list-style: none;
}


@media (min-width: 999px) {

	#form_box_search_seeker_header #nature_group_4,
	#form_box_search_seeker_header #province,
	#form_box_search_employer_header #nature_group_4,
	#form_box_search_employer_header #province{
		height: 32px;
	    resize: none;
	    overflow: hidden;
	}
	#form_box_search_seeker_header #nature_group_4 option,
	#form_box_search_seeker_header #province option,
	#form_box_search_employer_header #nature_group_4 option,
	#form_box_search_employer_header #province option{
		padding: 8px 5px;
	}
}
.box_search_top{
	padding: 0px 5px;
}

.box_detail_company .box_image .item img{
	float: left;
	width: 20%;
	display: inline-block;
}
.box_detail_company .mt10 {
    margin-left: 0px;
}
.btn_nsld{
 	background-color: #7b0d65 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e939c5", endColorstr="#7b0d65");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e939c5), to(#7b0d65));
    background-image: -moz-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -ms-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e939c5), color-stop(100%, #7b0d65));
    background-image: -webkit-linear-gradient(top, #e939c5, #7b0d65);
    background-image: -o-linear-gradient(top, #e939c5, #7b0d65);
    background-image: linear-gradient(#e939c5, #7b0d65);
    text-shadow: 0 -1px 0 rgba(0,0,0,.49);
    padding: 5px 15px;
    color: #fff;
    margin: 0px 0px 5px 10px;
    text-transform: inherit;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d0d3d4;
    border-color: #7b0d65 #7b0d65 hsl(312,80%,19.5%);
    font-weight: bold;
    height: auto;
    text-align: center;	
}
.btn_nsld:hover{
	color: #fff;
}
.dangky_bct img{
	max-width: 160px;
}
.type_vip_1 .info-title > a,
.type_vip_1 .col_item_td > a{
    background: url(../images/vip.gif) no-repeat 0px 5px;
    position: relative;
    padding-left: 30px;
    color: #fa2929 !important;
}
.menthod_a{
	margin-bottom: 8px;
}
.type_vip_2 .info-title > a,
.type_vip_2 .col_item_td > a{
	background: url(../images/icon_gap.png) no-repeat 0px 5px;
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
/*.type_vip_3 .col_item_td > a{
	background: url(../images/icon_hot.jpg) no-repeat 0px 5px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}*/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0px;
	border: 0px;
	background: transparent;
	color: #910141;
	font-weight: normal;
	padding-left: 5px;
}























@media (max-width: 1299px) {
	#tth-scroll_left,
	#tth-scroll_right{
		display: none;
	}
}
@media (max-width: 1199px) {
	div.wrapper,  #tth-main-menu > .menu-wrapper {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
}
@media (max-width: 1169px) {
	#tth-scroll_left,
	#tth-scroll_right{
		display: none;
	}
	header .slogan {
		font-size: 1.8vw;
		margin-top: 2%;
		position: absolute;
	}
	#tth-main-menu > .menu-wrapper {
		position: relative;
		padding-left: 0px;
	}
	#tth-main-menu > .menu-wrapper > ul {
		width: 100%;
	}
	header .box_search {
		position: absolute;
		right: 0;
		top: -60px;
	}
	.box_creat_cv .create_cv{
		width: 34%;
	}
	.box_search_top .box_search_content .form-group {
	    width: 25%;
	}
	#form_res_email .email, #form_res_email_home .email {
	    width: 50%;
	    float: right;
	    position: relative;
	}
}
@media (max-width: 1099px) {
	#tth-main-menu > .menu-wrapper > ul > li > a{
		font-size: 13px;
	}
	header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a{
		 padding: 4px 0px 0px;
	}
	.info_footer {
	    margin: 20px 25px;
	}
	.header_search .box_search .box_search_content input {
	    width: 220px;
	}
	.header_search .box_search .box_search_content .form-group {
	    min-width: 200px;
	}
	footer .footer-col:nth-of-type(n) {
		width: 50%;
		margin: 20px 0px;
	}
	footer .footer-col:nth-of-type(2n+1) {
		clear: both;
	}
	#tth-scroll_right,
	#tth-scroll_left{
		display: none;
	}
	#bottom .copyright{
	    width: 25%;
	    padding-right: 15px;
	}
	.info_footer {
	    margin: 0px;
	    vertical-align: top;
	}
	.info_footer, .info_footer_1 {
	    display: inline-block;
	    margin: 0px;
	    width: 25%;
	    vertical-align: top;
	}
	.info_footer_2 {
	    display: inline-block;
	    margin: 0px;
	    width: 22%;
	    float: right;
	}
	#bottom .copyright img{
		max-width: 100%;
	}
}
@media (max-width: 999px) {
		#container{
		padding-left: 0px;
		padding-right: 0px;
	}
	#tth-column_left {
		width: 30%;
	}
	#tth-content {
		width: 67%;
	}
	.header_search .box_search .box_search_content input {
	    width: 200px;
	}
	.header_search .box_search .box_search_content .form-group {
	    min-width: 175px;
	}
	header .header-tool .header_cart > ul > li > a > .text, header .header-tool .header_user > ul > li > a > .text{
		display: none;
	}
	header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
	    padding: 0px 0px 0px;
	    font-size: 20px;
	}
}
@media (max-width: 979px) {
	#tth-main-menu > .menu-wrapper > ul > li > a{
		font-size: 15px;
	}
	header .slogan {
		margin-top: 0%;
		position: static;
		float: right;
	}
	#tth-main-menu {
		margin-top: 0px;
	}
	header .box_search {
		right: auto;
		left: 243px;
		top: -55px;
		-webkit-transform: skewX(-25deg);
		-moz-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		-o-transform: skewX(-25deg);
		transform: skewX(-25deg);
	}
	#tth-main-menu > .menu-wrapper > ul > li > a {
	    font-size: 14px;
	    padding: 0px;
	    margin: 25px 6px;
	}
	#form_res_email {
	    width: 60%;
	}
	.box_creat_cv .create_cv, .box_creat_cv .authentic, .box_creat_cv .info_user {
	    width: 31%;
	}
}
@media (max-width: 990px) {
	header .header-tool .header_user > ul > li > a.btn_h_employer b {
	    display: none;
	}
	header .header-tool .header_user > ul > li.pt0 > a > i{
		display: none;
	}
	#box_lang {
	    padding: 15px 6px 0px;
	}
	.header_search .box_search .box_search_content .form-group:nth-child(2){
		display: none;
	}
	.header_search .box_search {
	    display: inline-block;
	    width: 75%;
	}
	.box_creat_cv .create_cv, .box_creat_cv .authentic, .box_creat_cv .info_user {
	    width: 31%;
	}
}
@media (max-width: 990px) {
	.box_list_new_1 .col_item{
		box-shadow: 0 0 8px #c2c2c2;
	}
	.box_search_top .box_search_content .form-group{
		width: 25%;
	}
	.box_search_top .box_search_content button.btn-submit{
		width: 100%;
	}
	#bottom .copyright {
	    display: inline-block;
	    float: left;
	    margin-top: 10px;
	    width: 100%;
	    text-align: center;
	}
	.home_col .banner_item{
		display: none;
	}
	.info_footer, .info_footer_1 {
	    padding: 0px;
	    margin: 0px;
	    width: 34.5%;
	    vertical-align: top;
	}
	.info_footer_2 {
	    display: inline-block;
	    margin: 0px;
	    width: 30%;
	    float: right;
	    text-align: left;
	    vertical-align: top;
	    padding: 0px 15px;
	}
	#bottom{
	    padding: 0px;
	    padding-bottom: 15px;
	}
	#form_res_email .email{
	    width: 90%;
	}
	.resgister_email .follow {
	    width: 40%;
	    padding: 20px 0px;
	}
	#form_res_email span.title, #form_res_email_home span.title{
		display: none;
	}
	#main_slide .bx-wrapper .bx-controls-direction a {
	    top: 30%;
	    margin-top: 0px;
	    outline: 0;
	    width: 25px;
	    height: 50px;
	    text-indent: initial;
	    z-index: 99;
	    font-size: 30px;
	    text-align: center;
	    color: #fff;
	    vertical-align: middle;
	    padding-top: 0px;
	}
	header .header-tool .header_user > ul > li > a.btn_h_employer {
	    margin: 5px 0px 5px 25px;
	}
	header .header-tool .header_user > ul > li > a{
		padding: 5px 5px 0px;
	}
	.menu_seeker{
		display: none !important;
	}
	.gallery-thumbs-container{
		/*display: none !important;*/
	}
	.form-group .rowcontent {
	    margin-left: 0%; 
	}
	.form_signin #form_signin .form-group .label, .form_signin #form_signin_employer .form-group .label {
	    width: 120px;
	}
	.box_creat_cv .create_cv, .box_creat_cv .authentic, .box_creat_cv .info_user{
	    width: 100%;
	    margin-top: 10px;
	    margin-bottom: 0px;
	}
	.box_creat_cv .create_cv{
		margin-top: 0px;
	}
	#tth-scrollup{
		display: none !important;
	}
	.box_num_seeker_cv, .box_num_employer_re{
		display: none;
	}
	.box_create_main .create_cv, .box_create_main .create_re{
		width: 100%;
		margin-bottom: 10px;
	}
	.form_signin {
	    width: 100%;
	}
	.pl_0 {
		padding-left: 15px !important;
	}
	#form_signin_employer .pl_0{
		padding-left: 0px !important;
	}
	#box_signin_seeker,
	#box_signin_employer{
		width: 220px;
	}
	.header_search .box_search .btn{
		padding: 0px 20px;
	}
	.full_search{
		box-shadow: 0px 0px 25px -5px rgba(0,0,0,.2);
	}
	.create_cv , .create_employer{
		width: 100%;
	}
	body{
		background: #fff;
	}
	#tth-column_left {
		display: none;
	}
	#tth-column {
	    width: 100%;
	    padding: 0px;
	    margin-top: 10px;
	}
	#tth-content {
	    width: 100% !important;
	    padding: 0px !important;
	    margin: 0px !important;
	}
	#tth-content .wrapper{
		margin: 0px;
	}
	body content{
		background: #fff !important;
	}
	.box_num_employer_re{
		display: none;
	}
	
	#form_res_email {
   		width: 60%;
    }
	.resgister_email #email {
	    width: 70%;
	}
	.banner_right{
		display: none;
	}
	.banner_view {
	    float: left;
	    display: inline-block;
	    width: 100%;
	}
	#main_slide{
    	max-width: 100%;
    	padding: 0px;;
	}

	.box_num_employer_recruitment{
		display: none !important;
	}
	.header_search .box_search .box_search_content input {
	    width: 160px;
	    float: right;
	}
	#tth-wrapper {
		padding-top: 80px;
	}
	header {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    right: 0px;
	    background: #ffffff;
	    z-index: 500;
	    margin: 0px !important;
	}
	header .wrapper {
		padding-left: 0px;
	}
	header .logo {
	    position: relative;
	    float: left;
	    max-width: 50%;
	    margin: 5px 0px;
	    width: 30%;
	    padding: 0px;
	}
	header .logo a,  header .logo img {
		width: auto;
		max-width: 100%;
		max-height: 40px;
	}
	header .slogan {
		display: none;
	}
	header .header-tool {
		max-width: 80%;
		padding: 5px 0px 5px;
		margin: 0px 0px;
	}
	header .header-tool .header_user {
		margin-right: 25px;
	}
	header .header-tool .header_cart > ul > li,  header .header-tool .header_user > ul > li {
		margin-top: 0px;
		padding-top: 0px;
	}
	#tth-wrapper.mmenu-opening {
		overflow: hidden;
		height: 100%;
	}
	header .header-menu-btn {
		float: left;
		display: block;
		margin-left: 2px;
		height: 37px;
		line-height: 37px;
		width: 35px;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		outline: none;
	}
	header .header-menu-btn:before,  header .header-menu-btn:after,  header .header-menu-btn > span {
	    position: absolute;
	    display: block;
	    height: 4px;
	    width: 30px;
	    border-radius: 2px;
	    right: 0px;
	    background: #910141;
	    margin-top: -1px;
	    -webkit-transition: all 500ms ease-out 0s;
	    -moz-transition: all 500ms ease-out 0s;
	    -o-transition: all 500ms ease-out 0s;
	    transition: all 500ms ease-out 0s;
	}
	header .header-menu-btn:before,  header .header-menu-btn:after {
		content: '';
	}
	header .header-menu-btn:before {
		top: 25%;
	}
	header .header-menu-btn:after {
		top: 75%;
	}
	header .header-menu-btn > span {
		top: 50%;
	}
	#tth-wrapper.mmenu-opening header .header-menu-btn:before {
	    left: 5px;
	    top: 20px;
	    -ms-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	#tth-wrapper.mmenu-opening header .header-menu-btn:after {
	    left: 5px;
	    top: 20px;
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
	}
	#tth-wrapper.mmenu-opening header .header-menu-btn > span {
		right: -150%;
	}
	#tth-main-menu {
		position: fixed;
	    top: 80px;
	    padding: 20px;
		bottom: 0px;
		right: -100%;
		width: 300px;
		overflow: auto;
		z-index: 100;
		background: rgba(255,255,255,0.95);
		-webkit-transition: all 500ms ease-out 0s;
		-moz-transition: all 500ms ease-out 0s;
		-o-transition: all 500ms ease-out 0s;
		transition: all 500ms ease-out 0s;
	}
	#tth-wrapper.mmenu-opening #tth-main-menu {
	    right: 0px;
	    border-left: 1px #ccc solid;
	}
	#tth-main-menu > .menu-wrapper {
		min-height: 1px;
		padding: 0 0 50px;
		margin: 0px;
	}
	#tth-main-menu > .menu-wrapper > ul {
		display: block;
		float: none;
	}
	#tth-main-menu > .menu-wrapper > ul > li > a {
		color: #444;
	}
	#tth-main-menu > .menu-wrapper > ul > li > a:hover,  #tth-main-menu > .menu-wrapper > ul > li > a:focus,  #tth-main-menu > .menu-wrapper > ul > li > a:active,  #tth-main-menu > .menu-wrapper > ul > li > a.highlighted,  #tth-main-menu > .menu-wrapper > ul > li > a.current {
	}
	#tth-main-menu > .menu-wrapper > ul > li {
		display: block;
    	margin: 15px 0px;
	}
	#tth-main-menu > .menu-wrapper > ul > li > a {
	    text-align: left;
	    line-height: 10px;
	    border: 1px #ccc solid;
	    margin-bottom: 10px;
	    border-radius: 2px;
	    text-transform: inherit;
	    font-weight: 500;
	    padding: 12px 15px;
	    font-size: 15px;
	    margin: 0px 0px 0px;
	}
	#tth-main-menu > .menu-wrapper > ul > li > a::before {
		top: 0;
		bottom: auto;
		height: 1px;
		width: 100%;
		background: rgba(255, 255, 255, 0.5);
	}
	header .box_search {
		bottom: 10px;
		float: none;
		left: 15px;
		margin: 0;
		position: absolute;
		right: 15px;
		top: auto;
		-webkit-transform: skewX(0deg);
		-moz-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		-o-transform: skewX(0deg);
		transform: skewX(0deg);
	}
	header .box_search .text_search {
		background: rgba(255,255,255,0.9);
		width: 100%;
	}
}
@media (max-width: 767px) {
	.bxslider .title_custom {
	    display: none;
	}	
	.cropControls i.cropControlZoomMuchIn{
		display: none;
	}
	.cropControls i.cropControlZoomMuchOut{
		display: none;
	}
	.cropControls i{
		margin-right: 5px !important;
	}
	.btn_save{
		margin-right: 5px !important;
	}
	.avatar_dialog{
		width: 80%  !important;
	}
	.news_focus_main .focus_item,  .news_focus_main .focus_list {
		width: 100%;
	}
	.news_focus_main .focus_list-content, .news_focus_main .focus_item-content {
		height: auto !important;
	}
	.news_focus_main .focus_item h3 a {
		max-height: none;
	}
}
@media (max-width: 729px) {
	footer .footer-col:nth-of-type(n) {
		width: 100%;
	}
	#tth-scrollup{
		display: none !important;
	}
}
@media (max-width: 699px) {
	.form_signin #form_signin .form-group .label, .form_signin #form_signin_employer .form-group .label{
		width: 120px;
	}
	#form_res_email {
	    width: 50%;
	}
}
@media (max-width: 649px) {
	#tth-main-menu{
		width: 100%;
	}
	.captcha .captcha-group{
		text-align: left;
	}
	.captcha b{
		display: none;
	}
	.form-control[name=captcha] {
	    width: 100%;
	    float: right;
	    height: 32px;
	    border: 1px #e2e3e4 solid;
	    border-radius: 1px;
	    max-width: 100%;
	    margin-top: 10px;
	}
	#box_lang {
	    padding: 16px 6px 0px;
	}
	.tth_navigation{
		display: none;
	}
	.resgister_email #email {
	    width: 60%;
	}
	.header_search .box_search{
		display: none;
	}
	header .logo {
	    width: 45%;
	    margin: 8px 0px;
	}
	header .header-tool .header_user > ul > li > a.btn_h_employer{
		display: none;
	}
	#tth-main-menu > .menu-wrapper > ul > li > a.btn_h_employer{
	    display: block;
	    background: #910141;
	}
	ul.box_menu_horizontal li a {
	    padding: 0px 5px !important;
	}
	.form-group {
	    margin-bottom: 10px;
	}
	.form-group label.title {
	    text-align: left;
	    width: 100%;
	}
	.form_signin #form_signin .form-group .label, .form_signin #form_signin_employer .form-group .label{
		text-align: left;
	}
	.form_signin #form_signin .forget_password, .form_signin #form_signin_employer .forget_password {
	    padding: 0px;
	}
	.form_signin .note_signup{
		padding: 0px;
    	margin-bottom: -20px;
	}
	.form_signin .box_signin .btn_left, .form_signin .box_signin .btn_right{
	    width: 100%;
	    margin-bottom: 10px;
	}
	ul.box_menu_horizontal li{
	    width: 50%;
	}
	.form-group .rowcontent {
        margin-left: 0px;
    }
	#tth-column {
	    width: 100%;
    	margin-top: 15px;
	}
	.box_creat_cv .create_cv, .box_creat_cv .authentic, .box_creat_cv .info_user{
	    width: 100%;
	    margin-top: 5px;
	}
	.full_search{
		display: none;
	}
	.box_create_main .create_cv, .box_create_main .create_re{
		width: 100%;
    	margin-bottom: 10px;
	}
	.header_search .logo {
    	display: inline-block;
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	.box_search{
		display: none !important;
	}
	.h_desktop{
		display: block !important;
	}
	header .box_search {
	    bottom: 10px;
	    float: none;
	    left: 0px;
	    margin: 0;
	    position: relative;
	    right: 15px;
	    top: auto;
	    -webkit-transform: skewX(0deg);
	    -moz-transform: skewX(0deg);
	    -ms-transform: skewX(0deg);
	    -o-transform: skewX(0deg);
	    transform: skewX(0deg);
	    z-index: 999;
	}
	footer .solo-item{
		float: none;
	}
	footer .hotline {
	    margin-top: 10px;
	    display: none;
	}
	#bottom .follow {
	    width: 100%;
	    text-align: center;
	}
	#bottom .copyright {
	    width: 100%;
	    text-align: center;
	}
	#bottom .follow .menu li.menu_li {
	    margin-left: 0px; 
	    width: 33%;
	}
	.resgister_email{
		border: 0px;
   	 	padding: 0px;
	}
	.resgister_email #email {
	    width: 100%;
	}
	#form_res_email .btn_search {
		position: absolute;
	    right: 0px;
	    top: 0px;
	}
	.resgister_email .follow{
		display: none;
	}
	#form_res_email .email {
	    width: 100%;
	}
	#form_res_email {
	    width: 100%;
	    position: relative;
	    text-align: right;	
	}
	.emp_left .box_statistic .box_statistic_nature .col a {
	    width: 100%;
	}
	header .header-tool .header_user {
		margin-right: 0px;
    	padding: 3px 0px;
	}
	header .header-tool .header_cart > ul > li,  header .header-tool .header_user > ul > li {
		margin: 0px;
	}
	header .header-tool .header_cart > ul > li > a,  header .header-tool .header_user > ul > li > a {
	    color: #ffffff;
	    display: block;
	    text-align: center;
	    padding: 2px;
	    margin: 0px;
	    margin-left: 0px;
	    position: relative;
	    width: 35px;
	}
	header .header-tool .header_cart > ul > li > a {
		width: auto;
		padding-left: 30px;
		padding-right: 5px;
		margin: 0px;
	}
	header .header-tool .header_user > ul > li > a::before {
		display: none;
	}
	header .header-tool .header_cart > ul > li > a > i,  header .header-tool .header_user > ul > li > a > i {
		display: block;
		font-size: 20px;
		padding-left: 5px;
	}
	header .header-tool .header_cart > ul > li > a > .text,  header .header-tool .header_user > ul > li > a > .text {
		display: none;
	}
	.wrapper.job_new.job_location .box_white {
	    border: 0px;
	    padding: 0px;
	}
}
@media (max-width: 499px) {
	content .pagination .total {
	    float: left;
	    width: 100%;
	}
	content .pagination .view_detail {
	    float: left;
	    width: 100%;
	}
	content .pagination .view_detail .fr{
	    float: left;
	}
	.info_footer, .info_footer_1 {
	    width: 100%;
	    text-align: center;
	}
	.info_footer_2{
		width: 100%;
	    padding: 0px;
	    text-align: center;
	}
	.info_footer p, .info_footer_1 p {
	    text-align: center !important;
	}
}
@media (max-width: 449px) {
	
}
@media (max-width: 399px) {
	ul.box_menu_horizontal li {
	    width: 100%;
	    padding: 2px 0px;
	}
}

















