@charset "UTF-8";

/* CSS Document */
body {
	background-color:#F5F5F5;
	font-family:anuyart_light;
	color:#2B2E37;
	font-size:18px;
	}
a {
	color:#2B2E37;
	text-decoration:none;
	}
a:hover {
	color:#CF2A2B;
	text-decoration:underline;
	}
b {
	font-weight:normal;
	font-family:anuyart_regular;
	}
:focus {outline:none !important;}
.margin_10 {
	margin:10px 0px 10px 0px !important;
	}
.margin_20 {
	margin:20px 0px 20px 0px !important;
	}
.margin_30 {
	margin:30px 0px 30px 0px !important;
	}
.margin_top10 {
	margin-top:10px !important;
	}
.margin_bottom10 {
	margin-bottom:10px !important;
	}
.margin_top20 {
	margin-top:20px !important;
	}
.margin_top30 {
	margin-top:30px !important;
	}
.margin_top40 {
	margin-top:40px !important;
	}
.margin_bottom20 {
	margin-bottom:20px !important;
	}
.margin_bottom30 {
	margin-bottom:30px !important;
	}
.margin_bottom40 {
	margin-bottom:40px !important;
	}
.mobile-space {
	margin:20px 0px;
	display:none;
	}
.nav {
	font-size:14px;
	 letter-spacing: 0px;
	}
.navbar-custom {
    font-family: roboto_bold;
	-webkit-font-smoothing:antialiased;

	}
.intro-text {
	font-family: roboto_light;
	}

.sub-heading{
	margin:0 0 10px;
}
.navbar-brand img {
	margin-top:3px;
	}
.navbar-custom.top-nav-collapse {
	background-color:#CF2A2B;
	border:none;

	}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: roboto_bold;
    font-weight:normal;
    letter-spacing: 0px;
	line-height: 1.2;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: roboto_regular;
    font-weight:normal;
    letter-spacing: 0px;
	line-height: 1.2;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: roboto_bold;
    font-weight:normal;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-red {
	padding: 8px 16px;
	background: #CF2A2B;
	border-radius: 2px;
	color: #FFFFFF;
}
.btn-red:focus {
	color: #FFFFFF;
}
.btn-red:hover {
	color: #FFFFFF;
}
.btn-default {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 2px solid #CF2A2B;
    outline: 0;
    color: #FFF;
    background-color: #CF2A2B;
}
.btn-lg {
	padding: 10px 40px;
	font-size: 20px;
	}

.separator {
    position: relative;
    display: block;
    height: 1px;
    background-color: #eaeaea;
    margin: -20px 0px 45px 0px;
}

.separator.transparent {
    background-color: transparent
}

.separator.small {
    background-color: #2B2E37;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;

}

.content-section {
    padding-top: 100px 0px;
}
.ascend_group .col-xs-4 {
	margin:20px 0px;
	}
.intro {
	background-position: center top;
	}
.intro-scroll {
	width:50px;
	height:50px;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-25px;
	}
.intro-scroll a {
	color:#FFF;
	font-size:40px;
	}
.intro-scroll a:hover {
	color:rgba(204,204,204,1);
	}
.intro-scroll i.animated {
	    -webkit-transition-property: -webkit-transform;
	    -webkit-transition-duration: 1s;
	    -moz-transition-property: -moz-transform;
	    -moz-transition-duration: 1s;
	}
.intro-scroll i.animated {
	    -webkit-animation-name: pulse;
	    -moz-animation-name: pulse;
	    -webkit-animation-duration: 1.5s;
	    -moz-animation-duration: 1.5s;
	    -webkit-animation-iteration-count: infinite;
	    -moz-animation-iteration-count: infinite;
	    -webkit-animation-timing-function: linear;
	    -moz-animation-timing-function: linear;
	}
#buquote {
	background-image:url(/assets/img/buquote-bg-96c296e98441486e7c0e17c2e94bee80.jpg);
	color:#FFF;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center 30px;
	}
.icon-quote {
	font-size:30px;
	}
#buquote p {
	margin:0px;
	}
#buquote h3 {
	margin-top:20px;
	font-size:16px;
	text-transform:none;
	}
.carousel .carousel-inner {

	}
#buquote .carousel-indicators {
	display: none;
}
#career-intro .carousel-indicators {
	bottom:60px;
	}
.buquote-control ul {
	position: static;
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.buquote-control li {
	display: inline-block;
	text-align:center;
	margin:5px;
	}
.buquote-control li i {
	width:32px;
	height:32px;
	border:#FFF 2px solid;
	line-height:30px;
	font-size:12px;
	}
.buquote-control li:hover i {
	background-color:#FFF;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
.buquote-control li:hover a {
	color:#2B2E37;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
.buquote-control li a {
	color:#FFF;
	}
#news ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
#news li {
	margin:0px;
	padding:0px;
	}
.text-title {
	font-family: roboto_regular;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom:40px;
}
#news .news_date {
	width:68px;
	height:68px;
	border:#CF2A2B 2px solid;
	text-transform: uppercase;
	font-family:roboto_bold;
	font-size:16px;
	line-height:18px;
	padding-top:14px;
	color:#CF2A2B;
	text-align:center;
}
#news .news_date span {
	display:inline;
	}
#news .news_caption p {
	font-size:18px;
	line-height: 1.3;
	}
#news .featurenews .news_caption {
	margin-top:20px;
	}
#career {
	background-image:url(/assets/img/mega-world-career-628ab1ba59e59de7851eb5eac217b8fd.jpg);
	color:#FFF;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center -250px;
	}
#footer {
	background-color:#2B2E37;
	color:#FFF;
	}
#footer .text-title {
	margin-bottom:20px;
	}
.footer-text {
	font-size:16px;
	}
.footer-link ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:20px;
	}
.footer-link li {
	margin:0px;
	padding:0px;
	color:#FFF;
	float:left;
	font-family:roboto_bold;
	font-size:14px;
	margin-right:15px;
	}
.footer-link a {
	color:#fff!important;
	}
.footer-contact{
	margin-top:10px;
	font-size:16px;
}
.footer-contact a{
	color:#CF2A2B !important;
}
.subpage  {
	margin-top:50px;
	}

#about-intro {
	background-image:url(/assets/img/mega-world-passion-bf22252d17c47ca2a517c80f925c3839.jpg);
	background-size:cover;
	background-position: center 72%;
	color:#FFF;
	}
#companies-intro {
	background-image:url(/assets/img/mega-world-company-7560a964f45a26fb342f148310c76a14.jpg);
	background-size:cover;
	background-position:center;
	color:#FFF;
	}
.subpage p {
	font-size:18px;
	}
.holder {
	overflow: hidden;
	}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
-webkit-transform: scale(1.03,1.03);
-moz-transform: scale(1.03,1.03);
-ms-transform: scale(1.03,1.03);
-o-transform: scale(1.03,1.03);
transform: scale(1.03,1.03);
}
.about-culture {
	margin:0px;
	}
.about-culture > div {
	padding:0px;
	}
.bg-red {
	background-color:#CF2A2B;
	padding:0px;
	}
.bg-lightgray {
	background-color:#F6F6F6;
	padding:0px;
	}
.text-white {
	color:#FFF;
	}
.text-red {
	color:#CF2A2B;
	}
.text-holder {
	padding:0px 30px !important;
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
	}
.text-vcenter {
	font-size:22px;
	text-transform:none !important;
	font-weight:normal;
	position: relative;
 	top: 50%;
 	-webkit-transform: translateY(-50%);
	}
.about-background .text-vcenter {
	margin-top:-35px !important;
	}
#career-intro {
	overflow:hidden;
	max-height: 500px;
}
#career-intro .item > img {
	width: 100%;
	}

.quote .holder {
	padding:0px;
	margin:0px;
	}
.career .quote {
	display: flex;
}
.career .quote h3 {
	font-size:16px;
	font-family:anuyart_regular;
	}
.position-group	 h3 {
	color:#CF2A2B;
	margin-top:70px !important;
	}
.position-group	 h3:first-child {
	margin-top:0px !important;
	}
.position-group .separator {
	background-color:#CF2A2B;
	}
.position-group ul  {
	margin-top:10px;
	margin-bottom:20px;
	list-style-type:disc;
	}
.position-group b {
	font-size:18px;
	}
.more-info {
	margin-top:40px;
	border:#CF2A2B 2px solid;
	padding:30px 0px;
	}
.more-info h3 {
	margin:0px !important;
	line-height:35px !important;
}
.sub-brand-logo img {
	height:40px;
	}
/*New Career*/
.paper {
	background: #FFFFFF;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.10);
	border-radius: 4px;
}
#content-career .paper {
	transition: all ease 0.4s;
}
#content-career .paper:hover {
	box-shadow: 0 16px 32px 0 rgba(0,0,0,0.20);
	border-radius: 4px;
	transform:scale(1.05,1.05);
}
#content-career .container {
	margin-top: -48px;
	padding-bottom: 80px;
}
#content-career .paper > a {
	display: block;
	text-decoration: none;
}
#content-career .paper > a:hover {
	text-decoration: none;
}
.carrer-news-thumb {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	overflow: hidden;
}
.carrer-content-box {
	padding: 24px;
}
.carrer-news-title h2 {
	font-style: normal;
	text-transform: none;
	font-size: 18px;
	color: #4A4A4A;
	letter-spacing: 0.2px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}
.carrer-content-box span {
	margin-top: 24px;
	color: #888888;
	letter-spacing: 0px;
	font-size: 16px;
}
.carrer-content-box .btn {
	margin-top: 24px;
}
#open-position .panel-group {
	margin-top: 60px;
	border-radius: 0px;
}
#open-position .panel {
background: #FFFFFF;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10);
border: none;
border-radius: 0px;
}
#open-position .panel-heading {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10), inset 5px 0 0 0 #CF2A2B;
	border-radius: 0px;
	height: 60px;
	padding: 0px;
}

#open-position .panel-heading .panel-title {
	text-transform: uppercase;
	font-family: roboto_bold;
	font-size: 24px;
	color: #CF2A2B;
	letter-spacing: 0.27px;
	line-height: 62px !important;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#open-position .panel-heading .panel-title a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	padding: 0px 30px;
}
#open-position .panel-heading ,#open-position .panel-body {
	background-color: #FFFFFF;
	border: none !important;
	margin: 0px;
}
#open-position .panel-body {
	padding: 16px 30px 30px 30px;
}
.collapse-toggle {
	position: absolute;
	top: 19px;
	right: 24px;
	z-index: 999;
	color: #4A4A4A;
}
.collapse-toggle .fa {
	transition: all ease 0.4s;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: rotate(90deg) scale(1, -1);
	-ms-transform: rotate(90deg) scale(1, -1);
	transform: rotate(90deg) scale(1, -1);
	transition: all ease 0.4s;

}
.panel-title a[aria-expanded="true"] ~ .collapse-toggle .fa {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: rotate(180deg) scale(1, -1);
	-ms-transform: rotate(180deg) scale(1, -1);
	transform: rotate(180deg) scale(1, -1);
	transition: all ease 0.4s;
}
.panel-group .panel+.panel {
	margin-top: 2px;
}
.position-list {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: #DDDDDD 1px solid;
}
.position-list:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.position-list h1 {
	font-family: roboto_bold;
	font-size: 18px;
	color: #4A4A4A;

	letter-spacing: 0px !important;
	text-transform: none !important;
	margin-bottom: 20px !important;
}
.position-list h1 span {
	color: #CF2A2B;
	font-size: 14px !important;
}
.position-detail ul {
	margin: 0px;
	padding-left: 20px;
	list-style-type: none;
}
.position-detail li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	margin-bottom: 2px;
	font-size: 16px;
}

.position-detail li:last-child {
	margin-bottom: 0px;
}

.position-detail ul > ul li {
	list-style-type: circle;
}
/*.position-detail li:before {
	content: '-';
	position: absolute;
	left:15px;
}*/
.position-list .social-share {
	padding-top: 16px;
	text-align: right;
}
.position-list .social-share a {
	margin: 2px;
}
.position-apply {
	text-align: right;
}
.files-embed {
	font-family: roboto_bold;
	padding: 8px 16px;
	background-color: #F5F5F5;
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	color: #4A4A4A;
}
.files-embed a {
	margin: 0px 3px;
	margin-top: -2px;
}
.files-embed a:first-child {
	margin-left: 16px;
}
#apply-intro {
	background-image: url('/assets/img/apply-bg-2634a94ac4f012042cbff8d0ddbf93a3.jpg');
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#apply-intro .container {
	padding: 60px 0px 100px;
	color: #FFFFFF;
}
#apply-intro h1 {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	margin-top: 16px;
	letter-spacing: 1.2px;
}
#apply-intro .apply-title {
	text-transform: uppercase;
	border-radius: 200px;
	font-size: 14px;
	padding: 6px 16px;
	cursor: default;
}
#content-apply {
	margin-top: -32px;
	margin-bottom: 60px;
}
.apply-form  {
	background: #FFFFFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10);
	padding: 30px !important;
	border-radius: 0px !important;
}
.apply-form label {
	color: #9B9B9B;
	font-size: 12px;
	font-family: roboto_regular;
	font-weight: normal;
}
.apply-form input {
	background: #F9F9F9;
	box-shadow: inset 0 0 0 1px #EAEAEA;
	border-radius: 0px;
	border: none;
	font-size: 16px;
}
.apply-form .capcha {
	padding: 24px 0px;
}
.apply-form h3 {
	margin-top: 24px;
	font-size: 16px;
	color: #4A4A4A;
}
.fade.in {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	-moz-backdrop-filter: blur(3px);
	background: rgba(0,0,0,0.40) !important;
	padding-right: 0px !important;
}
.modal-dialog {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	max-width: 480px;
	margin: 0px;
}
.modal-content {
	background: #FFFFFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10);
	border-radius: 2px;
	border: none;
}
.modal-header h4 {
	font-family: roboto_bold;
	font-size: 22px;
	color: #CF2A2B;
	letter-spacing: 0.27px;
}
.modal-header, .modal-footer  {
	padding: 24px;
	border: none;
}
.modal-body {
	padding: 0px 24px;
	font-size: 16px;
}
.modal-open {
	padding-right: 0px !important;
}
.lang {
	margin-left: 20px;
	font-size: 80%;
}
.lang img {
	margin-right: 5px;
}


/*-----------new added*/
.ascend-group{
	margin-bottom: 40px;
}
.ascend-group .group-info span{
	text-transform: uppercase;
	font-family: roboto_bold;
}
.group-img{
	text-align:left;
}
.group-img img{
	height: 36px;
	margin-bottom:20px;
}

.ecom-group .group-img a,.fintech-group .group-img a{
	display: block;
}
.fintech-group .group-img img{
	height: 50px;
}

.ecom-group .margin-r{
	margin-right: 30px;
}
.ecom-group .margin-c{
	margin: 0 10px;
}

#buquote .item-bold{
	font-weight: bold;
}

.buquote-control{
	margin-top: 20px;
}

.intro.night{
    background-image: url(/assets/img/mega-world-ai-eb29fb53196d9a2d14a41b08ebdf01d2.jpg);
}

.brand-logo{
	padding-left: 15px;
}

.brand-logo img{
	height: 50px;
}

.brand-logo h3{
	margin: 10px 0 30px 4px !important;
}

.career-about{
	margin-top:60px;
}

.position-detail p{
	margin: 14px 0 2px;
}

.about-content h2{
	margin: 0 0 60px !important;
}

.about-content h4{
	font-family: roboto_light;
    font-size: 28px;
    margin-bottom: 40px !important;;
}

.about-content .mission_text{
	margin-top: 0;
}
.about-culture .text-vcenter{
	font-size: 20px;
}

/*-----------end new added*/

/*Large Screen*/
@media (min-width: 1200px) {
.intro .intro-body .brand-heading {
	font-size:40px;
	}
.navbar-custom .nav li.active a {
	background:none;
	border-bottom:#FFF 3px solid;
	padding-bottom:12px;
	}
.brand-heading {
	margin-top:0px;
	margin-bottom:10px;
	}
.content-section {
	padding:150px 0px;
	}
.content-section.short {
	padding:100px 0px;
	}
#about .grouplogo {
	height:50px;
	}
.space {
	height:100px;
	}
}



/*Desktop*/
@media (min-width: 992px) and (max-width: 1199px) {
.intro .intro-body .brand-heading {
	font-size:70px;
	}
.navbar-custom .nav li.active a {
	background:none;
	border-bottom:#FFF 3px solid;
	padding-bottom:12px;
	}
.brand-heading {
	margin-top:0px;
	margin-bottom:20px;
	}
.content-section {
	padding:150px 0px;
	}
.content-section.short {
	padding:100px 0px;
	}
#about .grouplogo {
	height:50px;
	}
.space {
	height:80px;
	}
.culture-text h2 {
	font-size:20px;
	}

}


/*Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
.about-content .mission_text{
	margin-top: 10px;
}

.mobile-space {
	height:0px;
	display:inline-block;
	}
.intro .intro-body .brand-heading {
	font-size:50px;
	}
.brand-heading {
	margin-top:0px;
	margin-bottom:10px;
	}
.navbar-custom .nav li.active a {
	background:none;
	border-bottom:#FFF 3px solid;
	padding-bottom:12px;
	}
.intro .intro-body .intro-text {
  font-size: 24px;
}
.content-section {
	padding:150px 0px;
	}
.content-section.short {
	padding:80px 0px;
	}
#about .grouplogo {
	height:50px;
	}
.icon-quote {
	font-size:25px;
	}
#buquote h3 {
	margin-top:20px;
	font-size:14px;
	text-transform:none;
	}
#career {
	background-position:center;
	}
.space {
	height:60px;
	}
#content-career .container {
	padding-bottom: 60px;
	}
#open-position .panel-group {
	margin-top: 60px;
}

.position-list .social-share {
	text-align: center;
}
.position-apply {
	text-align: left;
	margin-top: 24px;
}
.position-apply a {
	display: block !important;
}
}


/*Mobile*/
@media (max-width: 767px) {
.about-content .mission_text{
	margin-top: 10px;
}
.mobile-space {
	height:0px;
	display:inline-block;
	}
.brand-heading {
	margin-top:10px;
	margin-bottom:10px;
	}
.navbar-custom {
	background-color:#CF2A2B;
	border:none;
	color:#FFF;
	}
.navbar-toggle {
	margin-top: 3px;
	margin-bottom: 0px;
	}
.content-section {
	padding:80px 0px;
	}
.content-section.short {
	padding:80px 0px;
	}
#about .grouplogo {
	height:60px;
	margin-bottom: 20px;
	}
.ascend_group .col-xs-4 {
	margin:10px 0px;
	}
.intro-scroll {
	width:50px;
	height:50px;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-25px;
	}
.icon-quote {
	font-size:20px;
	}
#news .news_date {
	width:65px;
	height:65px;
	}
#news .news_caption p {
	font-size:18px;
	}
#career {
	background-position:center;
	}
.space {
	height:40px;
	}
#content-career .col-xs-12 {
	margin-bottom: 30px;
}
#content-career .container {
	margin-top: -18px;
	padding-bottom: 20px;
}
#open-position .panel-heading .panel-title a {
	font-size: 15px;
	min-width: 22ch;
}
#career-intro .carousel-indicators {
	bottom:15px;
	}
	.position-list .social-share {
		text-align: center;
	}
	.position-apply {
		text-align: left;
		margin-top: 24px;
	}
	.position-apply a {
		display: block !important;
	}
	#open-position .panel-heading .panel-title a {
		width: calc(100% - 24px);
		padding: 0px 15px;
	}
	.collapse-toggle {
		right: 16px;
	}
#content-career .container, #cpen-position .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.collapse-toggle {
	font-size: 20px;
}
.lang {
	margin-left:0px;
}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    -webkit-font-smoothing: subpixel-antialiased;
}
::selection {
	background: #CF2A2B;
	color: #fff;
	}
.img-responsive {
	margin:0 auto;
	}



/*-- Sub-brand --*/
.sub-brand{
	margin: 10px 0px;
}
.sub-brand .sub-brand-logo{
	text-align: left;
	margin-bottom: 20px;
}
.sub-brand p{
	margin-bottom: 10px;
}
#sidebar h4{
	margin-bottom: 10px !important;
    margin-top: 28px;
}
#sidebar{
	position: absolute;
	top: 540px;
	margin-top: 10px;
	padding-left: 30px;
}
#sidebar a{
	line-height: 30px;
	color: #888;
}
#sidebar a:hover{
	text-decoration: none;
}
#sidebar a:focus, .sidebar a:hover,  .sidebar a:active{
	color: #000 !important;
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}


@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	/* width:228px; */
  }

  #sidebar.affix {
    position: fixed;
    top:70px;
    /* width:228px; */
  }
}
.anchor {
    display:block;
    padding-top:50px;
    margin-top:-50px;
 }

#modal-mother .modal-dialog{
		width:1024px;
}

/*-- Responsive --*/
@media (min-width: 1201px){
	#modal-mother .modal-dialog{
		width:1024px;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	#modal-mother .modal-dialog{
		width:1024px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.sub-brand .sub-brand-logo{
	text-align: center;
	}
	#modal-mother .modal-dialog{
		margin-top: 30px;
		width:600px;
	}
}

@media (min-width: 0px) and (max-width: 768px) {
	.sub-brand .sub-brand-logo{
	text-align: center;
	}
	.culture-text{
		min-height: 280px !important;
	}
	#modal-mother .modal-dialog{
		margin-top: 50px;
		width:100%;
	}
	.career .quote .text-vcenter {
		text-transform:none !important;
		font-weight:normal;
		position: relative;
	 	top: 0px;
	 	-webkit-transform: none;
		}
	.career .quote {
		display: block;
	}
	.career .quote h3 {
		margin: 35px 0px !important;
	}
}

.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow:none;
	box-shadow: inset 0 0 0 1px #DBDBDB;
}

.h-70 {
	height: 70px !important;
}

.h-55 {
	height: 55px !important;
}

.group-info {
	min-height: 80px;
}