@charset "UTF-8";
/* ******************************************************************
	--home.css--
****************************************************************** */
html, body {
	-webkit-font-smoothing: antialiased;
}
body {
	cursor: default;
	font-size: 14px;
	font-family: "latoregular", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
	overflow-x: hidden;
	background: #ffffff;
	margin: 0px;
}
a{
	color: #4d4d4d;
}
a:hover {
	cursor: pointer;
	color: #567db3;
}
a:focus {
	outline: none;
}
img, object, embed {
	height: auto;
}
object, embed {
	height: 100%
}
img {
	-ms-interpolation-mode: bicubic;
	display: inline-block;
}
textarea {
	height: auto;
	min-height: 50px;
	resize: none;
	outline: none;
}
select {
	width: 100%;
	outline: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	outline: none;
}
input, radio{
	outline: none;
}
input:focus, textarea:focus, select:focus {
	outline-offset: 0px !important;
	outline: none !important;
}
.clear{
	clear: both;
}
.button_send:hover, .button_cancel:hover, .button_close:hover{
	opacity: 0.7;
}
/********************* scroll *********************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
	filter: alpha(opacity=0); 
	zoom: 1; 
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #ffffff;
	color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 32px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid #d4d4d4;
}
.scroll-top-inner{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
	background-size: 16px 10px;
	text-indent: -9999px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
		background-size: 16px 10px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scrolltop@2x.png) no-repeat center center;
		background-size: 16px 10px;
	}   
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
	opacity: 1.0;
	filter: alpha(opacity=100); 
	zoom: 1; 
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/********************* header *********************/
.header {
	position: fixed;
	width: 100%;
	height: auto;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 20px 0px 15px 0px;
	background: #ffffff;
	z-index: 1000;
}
.header.header_small {
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.2);
}
.header a.logo{
	float: left;
	display: block;
	width: auto;
}
.header button, .header a{
	float: right;
	display: block;
	width: auto;
}
a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	position: relative;
	padding: 4px 10px 2px 10px;
	cursor: pointer;	
	text-decoration: none;
	border-radius: 4px;
	outline: none;
	transition: all 0.3s;
	transition: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: none;
	-moz-transition: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 10px;
}
button.button.red{
	background: #f34545;
	font-family: 'latobold' , Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 3px #c53838;
	box-shadow: 0 3px #a93a3a;
	border: 1px solid #f34545;
}
a.button.white{
	background: #fff;
	color: #333;
	box-shadow: 0 3px #567db3;
	border: 1px solid #567db3;
}
.modal-header{
	padding: 0px;
    float: left;
    display: block;
    width: 100%;
	border: 0px;
}
.modal-header button{
    background: #567db3;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
	padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.modal-header button img{
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s; /* Safari */
	-moz-transition: width 1s, height 1s, -moz-transform 1s; /* Safari */
    transition: width 1s, height 1s, transform 1s;
}
.modal-header button:hover img{
	-webkit-transform: rotate(45deg); /* Safari */
	-moz-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-body{
	float: left;
	display: block;
	width: 100%;
	padding: 0px 100px;
}
#tuvan_confirm .modal-body{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
}
.modal-footer .button_close{
	background: #567db3;
    color: #fff;
    width: 40%;
    height: 32px;
    line-height: 32px;
    border: 0px;
    border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0px;
    text-transform: uppercase;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
}
.modal-body-label{
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.navbar-form{
	padding: 0px;
	margin: 0px;
}
.hovaten, .form-group-label, .form-group-input, .form-group-input input{
	float: left;
	display: block;
	width: 100%;
}
.dienthoai, .email, .modal-footer button{
	float: left;
	display: block;
	width: 47.5%;
	margin-left: 0px;
}
.email, .modal-footer button.button_cancel{
	float: right;
}
.form-group-label{
	padding-bottom: 5px;
	text-transform: uppercase;
}
.navbar-form .form-group{
	margin-bottom: 20px !important;
}
sup {
    top: 0em;
    padding-left: 3px;
	font-size: 14px;
	color: #ff0000;
}
input.form-control{
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	background: #f3f7fa;
	border: 0px;
	border-bottom: 1px solid #d4d4d4;
	height: 32px;
}
.modal-footer{
	padding: 0px 100px 30px 100px;
}
.error input.form-control{
	border-bottom: 1px solid #f34545;
}
.button_send, .button_cancel{
	background: #567db3;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border: 0px;
    border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0px;
    text-transform: uppercase;
    float: left;
}
.button_cancel{
	background: #909090;
}

/************************** content **********************************/
.news_content{
	width: 100%;
    background: #f0f0f0;
    padding-top: 70px;
    position: relative;
}
.news_content_expand, .content_expand, .content_expand_news, .content_expand hr, .content_expand_date_view, .content_expand_content_small, .content_expand_content,
.content_social, .detail_news_differrent, .detail_news_differrent_title, .detail_news_differrent_cont, .detail_news_differrent_cont_row, .detail_news_content_title,
.detail_news_content_title h4, .detail_news_content_cont, .detail_news_content_cont_column{
    float: left;
    display: block;
    width: 100%;
}
.news_content_expand {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    background: #fff;
    padding: 60px 20px;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
.content_expand_content{
	margin-bottom: 30px;
}
.content_social_zalo, .content_social_face, .content_social_friend{
	float: left;
	display: block;
	width: auto;
}
.content_social_zalo button, .content_social_face button, .content_social_friend button, .content_social_zalo button:hover, .content_social_face button:hover, .content_social_friend button:hover,
.content_social_zalo button:focus, .content_social_face button:focus, .content_social_friend button:focus {
    width: 180px;
    height: 40px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
	margin-left: 0px;
	padding: 0px;
	background: #fff;
	outline: none;
	color: #333;
	margin-right: 30px;
}
.content_social button span {
	width: 140px;
    height: 40px;
	float: left;
	display: block;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	line-height: 40px;
	padding-right: 20px;
	text-align: left;
	outline: none;
}
.content_social button span.icon, .content_social button span.icon:hover, .content_social_zalo button:hover span.icon , .content_social_face button:hover span.icon, .content_social_face button:hover span.icon{
	margin-right: 0px;
	width: 40px;
	border: 0px;
}
.content_social_zalo button span.icon, .content_social_zalo button span.icon:hover {
    background: url(../images/icon/icon_zalo@2x.png) no-repeat center center #0090ed;
    background-size: 22px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_social_zalo button span.icon, .content_social_zalo button span.icon:hover {
		background: url(../images/icon/icon_zalo@2x.png) no-repeat center center #0090ed;
		background-size: 22px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_zalo button span.icon, .content_social_zalo button span.icon:hover {
		background: url(../images/icon/icon_zalo@2x.png) no-repeat center center #0090ed;
		background-size: 22px 20px;
	} 
}
.content_social_face button span.icon, .content_social_face button span.icon:hover {
    background: url(../images/icon/icon_face_view@2x.png) no-repeat center center #163774;
    background-size: 11px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_social_face button span.icon, .content_social_face button span.icon:hover {
		background: url(../images/icon/icon_face_view@2x.png) no-repeat center center #163774;
		background-size: 11px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_face button span.icon, .content_social_face button span.icon:hover {
		background: url(../images/icon/icon_face_view@2x.png) no-repeat center center #163774;
		background-size: 11px 20px;
	}
}
.content_social_friend button span.icon, .content_social_friend button span.icon:hover {
    background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
    background-size: 20px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_social_friend button span.icon, .content_social_friend button span.icon:hover {
		background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_social_friend button span.icon, .content_social_friend button span.icon:hover {
		background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
		background-size: 20px 20px;
	}
}
.content_social_zalo button:hover span{
	border: 1px solid #0090ed;
}
.content_social_face button:hover span{
	border: 1px solid #163774;
}
.content_social_friend button:hover span{
	border: 1px solid #4b9331;
}
.content_social{
	margin-bottom: 20px;
}
#myModalFriend h4{
	padding: 30px 0px 0px 40px;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
    display: block;
    width: 87%;
}
.modal-title span{
	float: left;
    display: block;
    width: 90%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.modal-title span.icon{
	width: 40px;
    height: 40px;
    background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
    background-size: 20px 20px;
    float: left;
    display: block;
    margin-right: 20px;
	border-bottom: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .modal-title span.icon {
		background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .modal-title span.icon {
		background: url(../images/icon/icon_friend@2x.png) no-repeat center center #4b9331;
		background-size: 20px 20px;
	}
}
.label_error {
    color: #ff0003;
    border: 1px solid #ff0003;
    padding: 5px 30px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#myModalFriend .navbar-form .form-group {
    margin-bottom: 20px !important;
    width: 100%;
}
textarea.form-control{
	background: #f3f7fa;
    border: 0px;
	border-bottom: 1px solid #d4d4d4;
	border-radius: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	width: 100%;
}
#myModalFriend_confirm .modal-body-confirm, #myModalUngtuyen_confirm .modal-body-confirm{
	font-size: 24px;
    padding-bottom: 30px;
	line-height: 30px;
}
.news_content_expand.xuatkhaulaodong_chitiet {
    padding: 60px;
}
.xuatkhaulaodong_chitiet_img , .xuatkhaulaodong_chitiet_title, .xuatkhaulaodong_chitiet_hanchot_ungtuyen, .content_expand_content_row, .form_ungtuyen, .xuatkhaulaodong_chitiet_hanchot_ungtuyen_ct,
.xuatkhaulaodong_chitiet_ungtuyen button, .form-group {
    float: left;
    display: block;
    width: 100%;
}
.xuatkhaulaodong_chitiet_img, .xuatkhaulaodong_chitiet_title {
    text-align: center;
}
.xuatkhaulaodong_chitiet_img {
    max-height: 400px;
    overflow: hidden;
}
.xuatkhaulaodong_chitiet_title {
    width: 70%;
    float: left;
    display: block;
    margin: 25px 15% 0px 15%;
    font-family: "latobold", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.content_expand_date_view {
    width: 16%;
    float: left;
    display: block;
    margin: 0px 42% 20px 42%;
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
}
.content_expand_date {
    width: auto;
    float: left;
    display: block;
    font-size: 11px;
    color: #4d4d4d;
}
.content_expand_view {
    width: auto;
    float: right;
    display: block;
    color: #b8c3c8;
    font-size: 12px;
    background: url(../images/icon/icon_view@2x.png) no-repeat left center;
    background-size: 18px 9px;
    padding-left: 23px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .content_expand_view{
		background: url(../images/icon/icon_view@2x.png) no-repeat left center;
		background-size: 18px 9px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .content_expand_view {
		background: url(../images/icon/icon_view@2x.png) no-repeat left center;
		background-size: 18px 9px;
	}
}
.content_expand_content_small {
    font-family: "latobold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #898989;
    line-height: 30px;
    padding: 0px 40px 30px 40px;
    text-align: center;
}
.xuatkhaulaodong_chitiet_hanchot_ungtuyen, .content_expand_content_row, .form_ungtuyen, .content_social  {
    padding: 0 13%;
}
.xuatkhaulaodong_chitiet_hanchot_ungtuyen_ct {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0px;
}
.xuatkhaulaodong_chitiet_hanchot {
    float: left;
    display: block;
    width: auto;
    padding-top: 7px;
}
.xuatkhaulaodong_chitiet_hanchot span {
    color: #ff0000;
}
.xuatkhaulaodong_chitiet_ungtuyen {
    float: right;
    display: block;
    width: 35%;
}
.xuatkhaulaodong_chitiet_ungtuyen button, .form_ungtuyen button, .ungtuyen_dif_2 a {
    background: #567db3;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px;
    line-height: 36px;
    padding: 0px;
    height: 32px;
}
.xuatkhaulaodong_chitiet_ungtuyen button,.form_ungtuyen button{
	margin-left: 0px;
}
.content_expand_content_row {
    margin-top: 30px;
}
.form_ungtuyen button {
    margin-bottom: 30px;
}
.content_expand_content_row_title {
    font-family: "latobold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #f282a9;
    padding-bottom: 5px;
    border-bottom: 1px solid #567db3;
    line-height: 28px;
    text-transform: uppercase;
}
.content_expand_content_row .content_expand_content_row_content {
    padding-top: 15px;
}
.content_expand_content_row .content_expand_content_row_content, .content_expand_content_row.thongtinthem .content_expand_content_row_content, .form_ungtuyen button,
.modal-body .modal-body-label{
	float: left;
    display: block;
    width: 100%;
}
.chedophucloi .content_expand_content_row_content, .chedophucloi .content_expand_content_row_content p, .chedophucloi .content_expand_content_row_content ul li, 
.chedophucloi .content_expand_content_row_content span, .chedophucloi .content_expand_content_row_content p span, .lichtrinhthamgia .content_expand_content_row_content ul li span, 
.lichtrinhthamgia .content_expand_content_row_content, .lichtrinhthamgia .content_expand_content_row_content p, .lichtrinhthamgia .content_expand_content_row_content ul li, 
.lichtrinhthamgia .content_expand_content_row_content ul li span, .lichtrinhthamgia .content_expand_content_row_content span, .lichtrinhthamgia .content_expand_content_row_content p span, 
.thongtinlienhe .content_expand_content_row_content, .thongtinlienhe .content_expand_content_row_content p, .thongtinlienhe .content_expand_content_row_content ul li, 
.thongtinlienhe .content_expand_content_row_content span, .thongtinlienhe .content_expand_content_row_content p span, .thongtinlienhe .content_expand_content_row_content ul li span, 
.dieukientuyendung .content_expand_content_row_content, .dieukientuyendung .content_expand_content_row_content p, .dieukientuyendung .content_expand_content_row_content ul li, 
.dieukientuyendung .content_expand_content_row_content span, .dieukientuyendung .content_expand_content_row_content p span, .dieukientuyendung .content_expand_content_row_content ul li span, 
.noilamviec .content_expand_content_row_content, .noilamviec .content_expand_content_row_content p, .noilamviec .content_expand_content_row_content ul li, 
.noilamviec .content_expand_content_row_content span, .noilamviec .content_expand_content_row_content p span, .noilamviec .content_expand_content_row_content ul li span, 
.yeucaucongviec .content_expand_content_row_content, .yeucaucongviec .content_expand_content_row_content p, .yeucaucongviec .content_expand_content_row_content ul li, 
.yeucaucongviec .content_expand_content_row_content ul li span, .yeucaucongviec .content_expand_content_row_content span, .yeucaucongviec .content_expand_content_row_content p span, 
.motacongviec .content_expand_content_row_content, .motacongviec .content_expand_content_row_content p, .motacongviec .content_expand_content_row_content ul li, 
.motacongviec .content_expand_content_row_content ul li span, .motacongviec .content_expand_content_row_content span, .motacongviec .content_expand_content_row_content p span {
    font-size: 14px !important;
    font-family: "latoregular", Arial, Helvetica, sans-serif !important;
    color: #333 !important;
}
.content_expand_content_row_content ul {
    margin-bottom: 0px;
}
.content_expand_content_row_content p {
    margin-bottom: 20px;
}
.noilamviec .content_expand_content_row_content {
    background: url(../images/icon/icon_back_hover_1@2x.png) repeat left top #eef2f7;
    padding-bottom: 15px;
}
.content_expand_content_row.thongtinthem .content_expand_content_row_content {
    padding-top: 20px;
    border-top: 1px solid #d4d4d4;
}
.content_expand_content_row_content blockquote {
    display: table;
    border-left: 0px solid #333333;
    padding: 0px;
    margin: 0 auto 20px auto;
    max-width: 100%;
    width: auto;
}
.content_expand_content_row_content blockquote p {
    font-family: 'Tinos', serif;
    font-size: 16px;
    border-left: 1px solid #333333;
    padding: 8px 0px 8px 30px;
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
}
#myModalUngtuyen h4 {
    padding: 30px 0px 0px 40px;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
    display: block;
    width: 87%;
}
.modal-title span.icon_tuyendung{
	width: 40px;
    height: 40px;
    background: url(../images/icon/icon_tuyendung@2x.png) no-repeat center center #f282a9;
    background-size: 20px 20px;
    float: left;
    display: block;
    margin-right: 20px;
	border-bottom: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .modal-title span.icon_tuyendung {
		background: url(../images/icon/icon_tuyendung@2x.png) no-repeat center center #f282a9;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .modal-title span.icon_tuyendung {
		background: url(../images/icon/icon_tuyendung@2x.png) no-repeat center center #f282a9;
		background-size: 20px 20px;
	}
}
#myModalUngtuyen .modal-body .modal-body-label {
	border: 0px;
	padding-bottom: 0px;
}
#myModalUngtuyen .modal-body .modal-body-label.label_error {
    color: #ff0003;
    border: 1px solid #ff0003;
    padding: 5px 30px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.div_hidden{
	display: none !important;
}
.div_block{
	display: block !important;
}
.thongtinthem .content_expand_content_row_content p img{
	width: auto !important;
	max-width: 755px !important;
    height: auto !important;
}
/************************** bar_footer **********************************/
.bar_footer{
	background: #f0f0f0;
	padding: 50px 0px 60px 0px;
}
.bar_footer_logo{
	float: left;
	display: block;
	width: 100%;
}
.bar_footer_logo{
	margin-bottom: 20px;
}
.bar_footer_logo_column{
	float: right;
	width: auto;
	padding-left: 30px;
}
.copyright{
	float: left;
	display: block;
	width: 50%;
	color: #898989;
}
.link_website{
	float: left;
	display: block;
	width: 50%;
}
.link_website a{
	float: right;
	display: block;
	padding-left: 20px;
	color: #567db3;
}
.link_website a:last-child{
	padding-left: 0px;
}