.news-banner-detail .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #098186;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.news-banner-detail .swiper .swiper-pagination .swiper-pagination-bullet{
	margin: 0;
	width: 17px;
	height: 17px;
	border-radius: 17px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	opacity: 1;
}
.news-banner-detail .swiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	bottom: 36px;
}



.news-banner-detail .swiper .swiper-button-prev {
    background-image: url('../images/news-slider-arrow.svg');
    background-repeat: no-repeat;
    height: 36px !important;
    width: 30px !important;
    left: 35px;
    top: 0;
    bottom: 0%;
    margin: auto;
}

.news-banner-detail .swiper .swiper-button-next {
    background-image: url('../images/news-slider-arrow.svg');
    background-repeat: no-repeat;
    height: 36px !important;
    width: 30px !important;
    transform: rotate(-180deg);
    right: 35px;
    top: 0;
    bottom: 0%;
    margin: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
	background-image: none;
}
.contact-us-detail .contact-us-form .form-group{
	position: relative;
}
.contact-us-detail .contact-us-form .form-group .invalid-feedback {
    position: absolute;
    bottom: -21px;
    margin: 0;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus{
	box-shadow: none;
	border-color: inherit;
}
.career-middle-section-detail .career-middle-section-data img{
	width: 100%;
}


.career-middle-section-wrap .career-middle-section-detail .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #098186;
}
.career-middle-section-wrap .career-middle-section-detail .mySwiper .swiper-pagination .swiper-pagination-bullet{
	margin: 0;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #D9D9D9;
	opacity: 1;
}
.career-middle-section-wrap .career-middle-section-detail .mySwiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	bottom: 0;
    position: relative;
    margin-top: 34px;
}
.desktop_version{
    display: block;
}
.mobile_version{
    display: none;
}
.benefits-list{
	display: block !important;
}
.benefits-list .benefits-list-data{
	box-shadow: none !important;
}
.benefits-list .swiper-slide {
    box-shadow: 0px 4px 8px 5px rgba(0, 0, 0, 0.15);
    height: auto;
    background-color: #ffffff;
}
.benefits-list .swiper{
	overflow: visible;
}
.contact-us-send-btn .send-button .send-btn.back_home{
    padding: 16px 50px;
}
.errorpage {
    background-color: #ffffff;
    height: 100vh;
    height: 100svh;
    display: flex;
}

.section.errorpage h1, a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.section.errorpage .mainbody {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 4rem 2rem;
    height: 481px;
    margin: auto;
}

.section .error {
    font-size: 150px;
    color: #511f4e;
    text-shadow:
        1px 1px 1px #1EBCA9,
        2px 2px 1px #1EBCA9,
        3px 3px 1px #1EBCA9,
        4px 4px 1px #1EBCA9,
        5px 5px 1px #1EBCA9,
        6px 6px 1px #1EBCA9,
        7px 7px 1px #1EBCA9,
        8px 8px 1px #1EBCA9,
        25px 25px 8px rgba(0, 0, 0, 0.2);
}

.section.errorpage .page {
    margin: 2rem 0;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}
/*.career-job-search-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 50px;
}*/

.career-job-search-box .form-group .form-control {
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 15px;
    border-radius: 35px;
    border: 2px solid #000000;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.career-job-search-wrap .job-search-button button.job-search-btn {
    background-color: #098186;
    padding: 14px 82px;
    border-radius: 35px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    border: 0;
    width: 100%;
}
.career-list-middle-section {
    padding: 50px 0 0 0 !important;
}
.opening-job-list{
    margin-bottom: 20px;
}
.pagination-list ul li a.active {
    color: #0a8186;
}
.pagination-list ul li a.disabled{
    pointer-events: none;
    cursor: default;
}
.opening-job-list ul li.dt{
    padding: 45px 0 66px;
    border-top: 1px solid #000000;
}
.career-benefits-detail .benefits-list .mySwiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 38px;
}
.career-benefits-detail .benefits-list .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #098186;
}
.career-benefits-detail .benefits-list .mySwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #D9D9D9;
    opacity: 1;
}



.vehicle-contract-slider-wrap .vehicle-contract-list-box .mySwiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.vehicle-contract-slider-wrap .vehicle-contract-list-box .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #098186;
}
.vehicle-contract-slider-wrap .vehicle-contract-list-box .mySwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #D9D9D9;
    opacity: 1;
}



.employee-wrap .employee-detail .mySwiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 30px;
}
.employee-wrap .employee-detail .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #098186;
}
.employee-wrap .employee-detail .mySwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #D9D9D9;
    opacity: 1;
}


.our-location-list .our-location-slider .mySwiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 32px;
}
.our-location-list .our-location-slider .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #098186;
}
.our-location-list .our-location-slider .mySwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #D9D9D9;
    opacity: 1;
}
.sources-detail p {
    word-wrap: break-word;
}
.benefits-list-data ul li p span{
    overflow: visible;
}
.menu-open-body {
    overflow: hidden;
}
.working-at-anser-banner-text{
    z-index: 123456 !important;
}
.our-impact-banner-text{
    z-index: 123456 !important;
}
.benefits-text-wrap .benefits-text-detail h4{
    color: #3C1532;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px;
}