/* cover */

.job-listing ul li{
  margin-top:10px !important;
}

.cover {
    position: relative;
    height: 950px;
    width: 100%;
    z-index: 2;
    background-color: #000000;

}

.cover .w {
    height: 100%;
}

.cover_bd {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-self: center;
    align-items: center;
}

.bg_1 {
    background: url(../images/cover-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg_2 {
    background: url(../images/cover-2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg_3 {
    background: url(../images/cover-3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


.cover_bd_content_1 p:nth-child(1) {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}

.cover_bd_content_1 p:nth-child(2) {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
}

.cover_bd_content_1 p:nth-child(3) {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Jost', sans-serif;
}

.cover_bd_content_1 p:nth-child(4) {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 60px;
    font-family: 'Jost', sans-serif
}

.cover_bd_content_1_a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.cover_bd_content_1_a a:nth-child(1) {
    padding: 18px 30px;
    font-size: 12px;
    background-color: #e18731;
    color: #ffffff;
}

.cover_bd_content_1_a a:nth-child(2) {
    padding: 14px 26px;
    font-size: 12px;
    border: 4px solid #ffffff;
    color: #ffffff;

}


.cover_bd_content_1 {
    width: 100%;
    text-align: center;
}

@keyframes floatAnimation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes floatAnimationUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}




@media (max-width: 1024px) {

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 60px;
    }

}


@media (max-width: 820px) {

    .cover_bd_content_1 p:nth-child(2) {
        font-size: 72px;
        font-weight: 700;

        margin-bottom: 20px;
    }

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 60px;
    }

}

@media (max-width: 768px) {

    .cover_bd_content_1 p:nth-child(2) {
        font-size: 56px;
        font-weight: 700;

        margin-bottom: 20px;
    }

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 60px;
    }

}

@media (max-width: 576px) {

    .cover {
        position: relative;
        height: 100vh;
        width: 100%;

        background-size: cover;
        background-position: center center;
        z-index: 2;

    }


    .cover_bd_content_1 p:nth-child(1) {
        font-size: 14px;
        color: #ffffff;

        font-weight: 700;
        letter-spacing: 3px;
        margin-bottom: 20px;
        text-align: center;
    }

    .cover_bd_content_1 p:nth-child(2) {
        font-size: 36px;
        font-weight: 700;

        margin-bottom: 20px;
        text-align: center;
    }

    .cover_bd_content_1 p:nth-child(3) {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    .cover_bd_content_1 p:nth-child(4) {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .cover_bd_content_1_a a:nth-child(1) {
        padding: 18px 30px;
        font-size: 12px;
        background-color: #e18731;
        color: #ffffff;

    }

    .cover_bd_content_1_a a:nth-child(2) {
        padding: 14px 26px;
        font-size: 12px;
        border: 4px solid #ffffff;
        color: #ffffff;
        display: none;
    }

    .cover_bd_content_1_a {
        display: flex;
        align-items: center;
        column-gap: 0px;
        justify-content: center;

    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-pagination,
.swiper .swiper-button-prev,
.swiper .swiper-button-next,
.swiper .swiper-scrollbar {
    opacity: 0;
}


/*--------------------------------------------------------------
>>> career-page
----------------------------------------------------------------*/
.section-head50 .section-title-divider {
    margin-bottom: 25px;
    display: inline-block;
    border: 2px solid #e18731;
    padding: 5px 15px 5px 15px;
    color: #e18731;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    border-radius: 10px;
}

.section-head50 {
    margin-bottom: 50px;
    line-height: 1;
}

.text-center {
    text-align: center !important;
}

.section-head50 .section-title {
    margin-bottom: 18px;
    color: #112526;
    font-size: 30px;
}

.section-head50 .section-paragraph {
    margin-bottom: 0;
    line-height: 1.5;
    color: #112526;
    font-size: 18px;
}



.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.carrer-page-section {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .carrer-page-section {
        padding-bottom: 60px;
    }
}

.carrer-page-section .city-pattern-overlay {
    opacity: 0.3;
}

.carrer-page-section .trangle-left {
    opacity: 1;
}

@media (min-width: 768px) {

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
}

.vacancy-container .vacancy-form {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: #e18731;
    padding: 30px 20px 10px;
    text-align: center;
    border-radius: 10px;
}

.vacancy-container .vacancy-form .form-title {
    background-color: #112526;
    color: white;
    padding: 17px;
    text-transform: uppercase;
    border-radius: 10px;
}

.vacancy-container .vacancy-form form {
    text-align: left;
    margin-top: 30px;
}

.vacancy-container .vacancy-form form p {
    margin-bottom: 20px;
}

.vacancy-container .vacancy-form textarea {
    border: none;
    padding: 15px;
    color: #4b686a;
    background-color: #fafafa;
}

.vacancy-container .vacancy-form input:not([type=submit]) {
    width: 100%;
    border: none;
    padding: 15px;
    color: #000;
    background-color: #fafafa;
    border-radius: 10px;

}

.vacancy-container .vacancy-form input[type=submit] {
    border: 1px solid #ffffff;
    width: 100%;
    border-radius: 10px;
}

@media screen and (min-width: 992px) {
    .vacancy-container .vacancy-form {
        margin-left: 20px;
    }
}

.vacancy-content {
    margin-bottom: 30px;
    padding: 39px;
    border: 1px solid rgba(253, 93, 20, 0.32);
    background-color: #ffffff;
    border-radius: 10px;
}

.vacancy-content .vacancy-time {
    color: #e18731;
    font-size: 15px;
    margin: 0 0 18px;
}

.vacancy-content h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 18px;
    color: #112526;
}

.vacancy-content p {
    margin-bottom: 35px;
    line-height: 1.5;
    color: #112526;
}

.vacancy-content-wrap [class*=col-]:first-child .vacancy-content,
.vacancy-content-wrap [class*=col-]:nth-child(4n+4) .vacancy-content,
.vacancy-content-wrap [class*=col-]:nth-child(4n+5) .vacancy-content {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 10px;
}

.about-service-wrap .section-head50 {
    padding-right: 26px;
}

.about-service-wrap .section-head50 .section-title {
    margin-bottom: 0;
}

.about-service-wrap .section-paragraph {
    margin-bottom: 0;
}

.button-primary {
    border-bottom: 1px solid #e18731;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
    -o-transition: background-color 0.4s, color 0.4s, border 0.4s;
    transition: background-color 0.4s, color 0.4s, border 0.4s;
    color: #e18731;
    font-size: 15px;
    line-height: 1.1;
    padding: 18px 5px 10px;
    font-weight: 500;
}

textarea {
    padding: 20px 15px;
    width: 100%;
    border-radius: 10px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    background-color: #fafafa;
    border: none;
    font-size: 15px;
    padding: 0 15px;
}

textarea {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

textarea {
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

input[type=button],
input[type=reset],
input[type=submit] {
    color: #ffffff;
    cursor: pointer;
    padding: 18px 30px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    background-size: 400%;
    background-position: left;
    transition: background-position 0.4s ease-out;
    background-color: transparent;
}


@media screen and (max-width: 991px) {
    .about-service-wrap .section-head50 {
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .about-service-wrap .section-paragraph {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .carrer-page-section .section-disc {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 767px) {
    .carrer-page-section .section-disc {
        margin-left: 0;
        margin-right: 0;
    }
}

.carrer-page-section .iconbox-container {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 50px;
}

@media screen and (max-width: 575px) {
    .carrer-page-section .iconbox-container {
        padding-top: 10px;
        margin-top: 30px;
    }
}

.iconbox-item-3 {
    padding: 0 15px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .iconbox-item-3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .iconbox-item-3 {
        padding: 0;
    }
}

.iconbox-item-3:nth-child(even) .iconbox-icon {
    background-color: #e18731;
}

@media screen and (min-width: 768px) {
    .iconbox-item-3 {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .iconbox-item-3 {
        width: 33.33%;
    }
}

.iconbox-border {
    border: 1px solid #e18731;
    padding: 25px;
    width: 100%;
}

@media screen and (max-width: 479px) {
    .iconbox-border {
        padding: 20px 15px;
    }
}

.iconbox-border .iconbox-icon {
    background-color: #e18731;
    color: #ffffff;
    font-size: 32px;
    width: 76px;
    height: 76px;
    line-height: 74px;
    text-align: center;
}

@media screen and (max-width: 479px) {
    .iconbox-border .iconbox-icon {
        font-size: 25px;
        width: 56px;
        height: 56px;
        line-height: 54px;
    }
}

.iconbox-border .iconbox-content {
    width: -moz-calc(100% - 78px);
    width: -webkit-calc(100% - 78px);
    width: calc(100% - 78px);
    padding-left: 20px;
}

@media screen and (max-width: 479px) {
    .iconbox-border .iconbox-content {
        width: calc(100% - 56px);
        padding-left: 12px;
    }
}

.iconbox-border .iconbox-content .inbox-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.iconbox-border .iconbox-content p {
    margin-bottom: 0;
}

.carrer-page-section {
    background-color: #fff;
    padding-top: 120px;
}

@media (max-width:991px) {
    .section-head50 .section-title-divider {
        font-size: 30px;
    }


    .section-head50 .section-title {
        font-size: 20px;
    }

    .section-head50 .section-paragraph {
        font-size: 16px;
    }
}

@media (max-width:500px) {
    .section-head50 .section-title-divider {
        font-size: 20px;
    }


    .section-head50 .section-title {
        font-size: 14px;
    }

    .section-head50 .section-paragraph {
        font-size: 12px;
    }
}