/* accordion */
.ns-acc-tab-inside .ns-btn {
	position: relative;
	top: -30px;
	margin-top: 0!important; }
.ns-tab-map-wrapper .ns-acc-tab-inside .ns-post-single-space {
	height: 100%; }
.ns-tab-map-wrapper .ns-acc-tab-inside .ns-post-single {
	margin-bottom: 60px; }
.ns-sub-tab2 {
	color: #DF1016;
	font-size: 15px!important;
    text-transform: unset!important;
    font-weight: 400!important;
    margin: -10px 0 5px 0;
	font-size: 15px!important; }
@media (max-width: 767px) {
.ns-acc-tab-inside .ns-btn {
	position: relative;
	top: 0;
	margin-top: 0!important; }
.ns-tab-map-wrapper .ns-acc-tab-inside .ns-post-single-space {
	height: unset; }
}
.ns-map-ac-type select {
background-position: 10px center!important;
    background-repeat: no-repeat!important;
    background-size: 20px!important; }
.nws-404-title {
	margin: 50px 0 0 0;
	text-align: center; }
.ns-emp-wrap {
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 27px 50px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10084);
	        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10084); }
.ns-map-ac-dis {
    padding: 0 30px;
    width: 248px; }
.ns-form-wrapper {
    background: #fff;
    margin: 61px 0 80px 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0571545), 0px 10px 20px rgba(0, 0, 0, 0.10084);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0571545), 0px 10px 20px rgba(0, 0, 0, 0.10084);
    padding: 35px 40px 40px 40px;
    border-radius: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.ns-map-ac-dis-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.ns-map-ac-dis-flex div {
    width: calc( 25% - 9px ); }
.ns-map-ac-dis-flex label {
    border: 1px solid #A4ABC150;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: center; }
.ns-map-ac-dis-flex input:checked ~ label {
    border: 1px solid #002857;
    background: #002857;
    color: #fff; }
.ns-map-ac-dis-flex div input {
    opacity: 0;
    display: none; }
.ns-map-ac-dis-flex div label {
    margin: 0;
    padding: 10px; }
.ns-form-wrapper .ns-loc-wrap {
    padding-right: 42px;
    width: 50%; }
.ns-form-wrapper label {
    width: 100%;
    margin-bottom: 17px;
    font-family: 'Circular Std', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px; }
.ns-form-wrapper  select ,
.ns-form-wrapper  input {
    font-family: 'Circular Std', sans-serif;
    font-size: 17px;
    font-weight: 450;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid rgba(164, 171, 193, 0.498566);
    border-radius: 3px; }
.ns-form-wrapper  select {
	padding: 11px 10px 11px 40px; }
.ns-map-ac-dis select {
	padding-left: 10px; }
.ns-map-ac-loc {
    width: calc( 50% - 144px ); }
.ns-map-ac-type {
    width: calc( 50% - 248px ); }
.ns-form-wrapper button {
    padding: 10px 30px;
    border-radius: 5px;
    color: #CF152D;
    background-color: #fff;
    border: 2px solid #CF152D;
    font-family: 'Circular Std', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 38px;
    width: 114px;
    margin-left: 30px;
    text-align: center; }
.ns-form-wrapper button:hover {
    background-color: #CF152D;
    color: #fff; }
.ns-text , .ns-tel-fax {
    width: 50%; }
.ns-tel-fax {
    padding-left: 25px; }

@media only screen and (max-width: 767px){
	.ns-emp-wrap {
	margin-bottom: 15px;
	padding: 17px 30px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10084);
	        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10084); }
    .ns-form-wrapper .ns-loc-wrap , .ns-radio-wrap {
        padding-right: 0;
        width: 100%; }
}
/* career */
.ns-career-list-wrapper .ns-title {
    background-size: 15px;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('marker.svg'); }
/* oth */
.ns-container {
    padding: 0 20px;
    margin: 0 auto; }
.ns-center-pos {
	background-color: rgba(0, 0, 0, 0.5);
    display: -ms-grid;
    display: grid;
    text-align: center;
    height: 100%;
    -ms-flex-line-pack: center;
        align-content: center; }
.ns-height {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
.ns-button {
    display: inline-block!important }
.ns-red-space {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.ns-red-space h3 {
    margin: 0 15px; }
.ns-red-left, .ns-red-right {
    height: 14px; }
/* kk employment */
.ns-emp-single {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0;
    position: relative; }
.ns-none {
    display: none;}
.ns-emp-top .ns-emp-single {
    padding: 0;
    position: unset!important; }
.ns-emp-single .ns-name {
    width: 45%; }
.ns-emp-single h4.name {
    font-family: 'Circular Std', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left; }
.ns-emp-single h4, .ns-emp-single .ns-title {
    margin: 0; }
.ns-emp-top .ns-emp-single div {
    line-height: 35px!important; }
.ns-emp-single .ns-title {
    width: calc( 30% - 48px ); }
.ns-emp-single .ns-zip-code {
    width: 25%; }
.ns-emp-single .ns-btn-wrap {
    height: 48px;
    width: 48px; }
.ns-emp-single .ns-content {
    width: 100%;
    display: none; }
.ns-emp-single.active .ns-content {
    display: block; }
.ns-emp-single .ns-btn-wrap {
    cursor: pointer;
    background-image: url('down.svg');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;}
.ns-emp-single .ns-btn-wrap:hover {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-image: url('red.svg'); }
.ns-emp-single.active:hover .ns-btn-wrap,
.ns-emp-single.active .ns-btn-wrap {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background-image: url('top.svg'); }
.ns-emp-single.active .ns-btn-wrap {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url('red.svg')!important; }
.ns-emp-single .ns-content {
    margin-top: 34px; }   
.ns-emp-single .ns-details h4 {
    font-family: 'Circular Std', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 11px;
    letter-spacing: 0px;
    text-align: left; }
.ns-emp-single .ns-details ul {
	margin: 0;
    padding-left: 15px; }
.ns-emp-single .ns-details ul li {
	padding-right: 20px; }
.ns-emp-single .ns-details div {
    font-family: 'Circular Std', sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 36px;
/*     white-space: pre-line;  */
}
.ns-emp-single .ns-details p {
    margin: 0 0 10px 0; }
.ns-emp-single .ns-apply {
    background: #CF152D;
    color: #fff;
    margin-right: 20px;
    border-radius: 6px;
    padding: 13px 34px;
    display: inline-block;
    font-family: 'Circular Std', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center; }
.ns-career-list-wrapper .ns-btn-wrapper {
    margin-top: 17px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
/* @media only screen and (min-width: 768px){
    .ns-emp-single .ns-details ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
} */
@media only screen and (max-width: 767px){
    .ns-emp-single .ns-name {
        width: 100%; }
    .ns-emp-single .ns-title {
        width: calc( 50% - 30px ); }
    .ns-emp-single .ns-zip-code {
        width: 50%; }
    .ns-emp-single .ns-btn-wrap {
        width: 30px; }
    .ns-emp-single .ns-btn-wrap {
        background-position: center; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.ns-map-ac-type {
    width: 50%;
    padding-top: 20px;
}
	.ns-map-ac-loc {
    	width: 50%; }
	.ns-map-ac-dis {
    padding: 0 0 0 30px;
    width: 50%; }
	.ns-text, .ns-tel-fax {
    width: 100%;
    padding: 0!important; }
	.ns-acc-post-single .nw-cate-single {
		width: 100%; }
	.ns-acc-post-wrapper {
    	padding-left: 50px; }
    .ns-tab-trig {
        padding: 0 50px 8px 50px; }
}
@media (max-width: 767px){
	.ns-emp-single .ns-apply {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px; }
    .ns-map-tab {
        margin-bottom: 50px;}
    .ns-tab-trig {
        padding: 0 10px 8px 10px; }
    .ns-map-tab {
        margin-bottom: 30px; }
    .ns-tab-trig.active {
        border-bottom: 5px solid #CF152D;}
    .ns-tab-trig.active::after {
        bottom: -17px; }
    .ns-map-wrapper , .ns-acc-post-wrapper {
        width: 100%; }
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
        to { opacity: 1; }    }
@keyframes fadeIn {
    from { opacity: 0; }
        to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
        to { opacity: 0; } }
@keyframes fadeOut {
    from { opacity: 1; }
        to { opacity: 0; } }
.ns-tab {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    display: none;}
.ns-tab.active {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block; }
.ns-tab-inside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.ns-tab-inside iframe {
    height: 580px;}
.ns-text {
    margin: 0 0 11px 0; }
.ns-post-single .title {
    margin: 0;}
/* share */
.cr-share-wrapper {
    position: relative;
    display: inline-block; }
.cr-share-trigger {
    cursor: pointer;
    display: inline-block }
.cr-share-icon {
    visibility: hidden;
    display: none; }
.cr-shared {
    visibility: visible;
    display: block;    }
.cr-share-display.cr-left {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    }
.cr-share-display.cr-right {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    }
.cr-share-display.cr-top {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.cr-share-display.cr-bottom {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.cr-share-icon a {
    display: inline-block;
    text-align: center; }
/* kk map accordion */
.ns-map-ac-dis-flex,
.ns-map-accordion-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.ns-map-accordion-wrapper h1 {
    font-family: 'Circular Std', sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: left;
    width: 60%; }
.ns-map-accordion-wrapper p {
    font-family: 'Circular Std', sans-serif;
    font-size: 19px;
    font-weight: 450;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: right;
    margin-top: 25px;
    text-align: right;
    width: 40%; }
.ns-map-accordion-wrapper p .ns-city {
    font-weight: 700; }
.ns-radio-wrap, .ns-loc-type {
    width: 50%; }
.ns-loc-type {
    margin-top: 35px;
    width: 100%; }
.nw-cate-wrapper input {
    display: none; }

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
        to { opacity: 1; }    }
@keyframes fadeIn {
    from { opacity: 0; }
        to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
        to { opacity: 0; } }
@keyframes fadeOut {
    from { opacity: 1; }
        to { opacity: 0; } }
.ns-acc-post-single .ns-post-inside,
.ns-tab {
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    display: none;}
.ns-acc-post-single.active .ns-post-inside,
.ns-tab.active {
    margin-top: 13px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.ns-tab.active {
    display: block; }
.ns-tab-inside , .ns-acc-tab-inside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.ns-tab-inside iframe {
    position: absolute;
    left: 0;
    display: none;
    top: 0; }
.ns-acc-post-single.active iframe {
    width: 59%;
    display: block;}
.ns-text {
    color: #404554;
    font-family: 'Circular Std', sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    white-space: pre-line;
    margin: 0 0 11px 0; }
.ns-tel-fax a {
    color: #404554;
    font-family: 'Circular Std', sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left; }
.ns-tel-fax a .ns-tel-url {
    color: #181726;
    font-weight: 700;}
.ns-acc-post-single .title {
    font-family: 'Circular Std', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    cursor: pointer;
    line-height: 34px!important;
    margin: 0;
    padding: 0 40px 0 0;
    background-image: url('down.svg');
    background-size: 34px;
    background-position: top right;
    background-repeat: no-repeat;}
.ns-acc-post-single:hover .title {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background-image: url('red.svg'); }
.ns-acc-post-single.active:hover .title,
.ns-acc-post-single.active .title {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background-image: url('top.svg'); }
.ns-acc-post-single .ns-title {
    border-bottom: 1px solid #A4ABC1;
    padding: 18px 0 25px 0; }
@media (max-width: 1100px) and (min-width: 768px){
	.nw-cate-wrapper .ns-loc-search-cate-single {
	margin: 0 6px 10px 6px;
    width: calc( 25% - 12px ); }
}
@media (max-width: 767px){
	.ns-tab-inside iframe {
    height: 350px;}
    .ns-acc-post-wrapper {
        padding: 0; }
    .ns-form-wrapper {
        margin: 30px 0;
        padding: 15px 25px 25px 25px;
        border-radius: 10px; }
    .ns-map-accordion-wrapper p {
        text-align: center; }
    .ns-form-wrapper label {
        margin-top: 20px; }
    .ns-map-ac-dis {
        padding: 0; }
    .nw-cate-wrapper {
        margin: 0; }
    .ns-acc-post-wrapper {
        margin-top: 20px; }
    .ns-acc-post-single.active iframe ,
    .ns-map-ac-loc, .ns-map-ac-dis, .ns-map-ac-type,
    .ns-map-accordion-wrapper p,
    .ns-map-accordion-wrapper h1 {
        width: 100%; }
    .ns-map-ac-type {
        width: 100%; }
    .ns-radio-wrap {
        margin-top: 30px;
        width: 100%; }
    .nw-cate-wrapper .ns-loc-search-cate-single {
		margin: 0 6px 10px 6px;
        width: calc( 33.33% - 12px ); }
    .ns-form-wrapper-2 label {
        margin-top: 0; }
    .ns-form-wrapper button {
        margin-top: 28px;
        width: 114px;
        margin-left: 0px;
        text-align: center; }
    .ns-loc-type-button {
        margin-top: 15px; }
    .ns-loc-type-button button {
        margin: 0 10px; }
	
	    .ns-btn-wrapper{
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}

.ns-btn-wrapper div {


text-align: center;

margin-bottom:20px;
}


.ns-emp-single .ns-name {

    margin-bottom: 10px;
}
}
.ns-form-wrapper-2 {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin: 0; }

.ns-btn-wrapper div {
    font-family: 'Uniform Condensed';
font-style: normal;
font-weight: 5;
font-size: 16px;
line-height: 26px;
/* identical to box height, or 162% */

text-align: right;

color: #A4ABC1;
}



.ns-emp-single .ns-apply{
    width: 200px !important;
}
