body {
    font-family: Manrope;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
}
html {
    scroll-behavior: smooth;
    margin-right: 0 !important;
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w);
}
.row.clearfix:after {
    content: unset;
}
.z-9 {
    z-index: 9;
}

.flex-col {
    flex-direction: column;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.ts-04-all {
    transition: .4s all;
}
.rounded-10 {
    border-radius: 0.521rem  /* 10/19.2 */;
}
.rounded-20 {
    border-radius: 1.042rem  /* 20/19.2 */;
}
.rounded-16 {
    border-radius: 0.833rem  /* 16/19.2 */;
}
.rounded-30 {
    border-radius: 1.5625rem  /* 30/19.2 */;
}
.object-cover {
    object-fit: cover;
}
.limit-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-1 {
    -webkit-line-clamp: 1;
}
.limit-2 {
    -webkit-line-clamp: 2;
}
.gap-4 {
    gap: 4px;
}
.gap-16 {
    gap: 0.833rem  /* 16/19.2 */;
}
.box_img.unset-overflow,
.unset-overflow {
    overflow: unset !important;
}

/*heading*/
h1, h2, h3, h4, h5, h6 {
    font-family: DoumbarVN;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.2;
    transition: .5s all;
}
.heading_1 {
    font-weight: 500;
    font-size: 3.385rem  /* 65/19.2 */;
}
.heading_2 {
    font-weight: 500;
    font-size: 2.604rem  /* 50/19.2 */;
}
.heading_3 {
    font-weight: 500;
    font-size: 1.667rem  /* 32/19.2 */;
}
.heading_4 {
    font-weight: 500;
    font-size: 2.083rem  /* 40/19.2 */;
}
.heading_5 {
    font-weight: 700;
    font-size: 1.25rem  /* 24/19.2 */;
}
.sub_heading {
    font-weight: 400;
    font-size: 1.302rem  /* 25/19.2 */;
    line-height: 1.4;
    text-transform: uppercase;
}
.content_heading {
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.5;
    margin-top: 1.042rem  /* 20/19.2 */;
}
.number_heading {
    font-family: Manrope;
    font-weight: 300;
    font-size: 3.90625rem  /* 75/19.2 */;
    line-height: 2;
    background: linear-gradient(180deg, #FF7000 0%, rgba(255, 112, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.group_heading_number .heading_1 {
    margin-top: -3.125rem  /* -60/19.2 */;
}

/*heading gradient*/
.text_linear,
.sub_heading,
.heading_3 span,
.heading_2 span,
.heading_1 span {
    /*background: -webkit-linear-gradient();*/
    background: var(--gradient-cl);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub_heading.no_linear {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--sub-cl);
}

/*line linear heading*/
.line_heading {
    padding-bottom: 0.5rem;
}
.line_heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 157, 0, 0) 0%, #FF9D00 100%);
    pointer-events: none;
}

/*single content section*/
.content_section {
    font-weight: 600;
    font-size: 1.302rem  /* 25/19.2 */;
    line-height: 1.4;
    text-align: center;
}

/*text sub color content*/
.text_subcolor {
    color: var(--sub-cl);
}

/*button*/
.btn {
    width: fit-content;
    background: var(--gradient-cl);
    border-radius: 5.208rem  /* 100/19.2 */;
    margin-top: 1.354rem  /* 26/19.2 */;
    cursor: pointer;
    transition: background 0.4s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.btn.no_bg {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: unset !important;
    margin-top: 0;
    height: unset !important;
}
.item_service .no_bg.btn_hover:hover svg,
.no_bg.btn_hover:hover svg {
    transform: translateX(0.5rem);
}
.btn.btn_text {
    min-width: 8rem;
    height: 2.34375rem  /* 45/19.2 */;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 0.78125rem  /* 15/19.2 */;
    line-height: 18px;
    text-align: center;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem  /* 10/19.2 */;
    padding: 0 1.25rem;
    transition: background 0.4s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.btn_hover:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.btn_hover.outline {
    border: 1px solid transparent;
    transition: border-color 0.3s ease-in-out, background 0.4s ease-in-out, color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
}
.btn_hover:hover.outline {
    border-color: var(--sub-cl);
    background: transparent;
    backdrop-filter: blur(4px);
    color: var(--sub-cl);
}
.btn_hover:hover path {
    stroke: var(--sub-cl);
}
svg, path, circle {
    transition: .5s all;
}
.no_min_width {
    min-width: unset !important;
}
.btn_filter {
    cursor: default;
}
.btn_filter,
.btn_reset {
    width: 48%;
}
.btn_reset {
    background: var(--third-cl);
    border: 1px solid var(--sub-cl);
    color: var(--sub-cl) !important;
}
.btn_apply.btn {
    min-width: unset !important;
    width: 100%;
}
.btn.outdate_job {
    background: #333;
    color: #555 !important;
    min-width: unset !important;
    width: 100%;
}
.btn.outdate_job svg {
    display: none;
}

/*arrow down effect section banner*/
.arrow_down {
    position: relative;
    background: transparent;
    width: 2.604rem  /* 50/19.2 */;
    height: 2.604rem  /* 50/19.2 */;
    border-radius: 100px;
    border: 1px solid var(--sub-cl);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
}
.arrow_down svg {
    transform: translateY(0%);
    animation: animate-pulse 1.7s linear infinite;
}
.arrow_down:before {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #FF70004C;
    border-radius: 5.208rem  /* 100/19.2 */;
    animation: animate-pulse-before 1.5s linear infinite;
}
@keyframes animate-pulse {
    0% {
        transform: translateY(-30%);
    }
    25% {
        transform: translateY(-25%);
    }
    50% {
        transform: translateY(0%);
    }
    75% {
        transform: translateY(-25%);
    }
    100% {
        transform: translateY(-30%);
    }
}
@keyframes animate-pulse-before {
    0% {
        transform: scale(0.5);
        opacity: 0.2;
    }
    25% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    75% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(0.5);
        opacity: 0.4;
    }
}

/*format ul / ol*/
ul.select-options {
    list-style: none;
    padding-left: 0 !important;
}
ul, ol {
    list-style-position: outside;
    padding-left: 2.2rem;
}

/*effect item*/
.hover_item. img {
    transform: scale(1);
}
.hover_item:hover img {
    transform: scale(1.1);
}
.hover_item .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: .4s all;
}
.hover_item:hover .box_img:before {
    opacity: 1;
}
.hover_item:hover h2 {
    color: var(--sub-cl);
}
.hover_rotate svg,
.hover_rotate img {
    transition: .4s all;
}
.hover_rotate:hover svg,
.hover_rotate:hover img {
    transform: rotateY(360deg);
}

/*accordion*/
.accordion_item .accordion_title.active path:nth-child(2) {
    opacity: 0;
}
.accordion_title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 1.042rem  /* 20/19.2 */;
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.accordion_item:not(:last-child) {
    margin-bottom: 2.083rem  /* 40/19.2 */;
}

/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*width full left/right (out container)*/
.w_full_left {
    width: calc(100% + calc(100vw - var(--container-w)) / 2) !important;
    float: right;
}
.w_full_right {
    width: calc(100% + calc(100vw - var(--container-w)) / 2) !important;
}

/*width full left and right (out container*/
.w_out_container {
    width: calc(100% + (100vw - var(--container-w)));
    margin-left: calc((100vw - var(--container-w)) / -2);
}

/*height auto full slide of items*/
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}

/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

/*form*/
.form_wrap .flex {
    gap: 1.042rem  /* 20/19.2 */;
}
.form_wrap .form_item.col-6 {
    width: calc((100% / 2) - 10px);
}
.form_wrap .form_item.col-12 {
    width: 100%;
}
.form_contact .form_item input {
    margin-top: 0.5rem;
}
.form_contact .flex:not(:last-child) {
    margin-bottom: 16px;
}

/*form item - input*/
.select-styled,
.form_item textarea,
.form_item input {
    height: 2.604rem  /* 50/19.2 */;
    border-radius: 5.208rem  /* 100/19.2 */;
    padding: 0 1.146rem  /* 22/19.2 */;
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF33;
    margin-bottom: 0;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFFE5;

    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.form_item textarea {
    height: unset;
    border-radius: 1.042rem  /* 20/19.2 */;
    padding: 1rem;
    margin-top: 0.5rem;
}

.form_item textarea:focus,
.form_item input:focus {
    background: none;
    border-color: var(--sub-cl);
    color: #fff;
    box-shadow: none;
}
.footer_form .submit-btn {
    position: absolute;
    top: 50%;
    right: 1.3px;
    transform: translateY(-50%);
    z-index: 3;
}
.footer_form .submit-btn input[type='submit'] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-height: unset;
}
.footer_form .submit-btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem  /* 48/19.2 */;
    height: 2.5rem  /* 48/19.2 */;
    background-size: 300%;
    margin-top: 0;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.form_wrap .wpcf7-not-valid-tip {
    font-size: 0.677rem;
    position: absolute;
    width: 100%;
    opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    padding-right: 0.833rem;
    padding-left: 0.833rem;
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.857rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*height: 100%;*/
    gap: 0.521rem;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjUgMUw5IDguNUwxLjUgMSIgc3Ryb2tlPSIjRTRFNUU2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.9rem;
    height: 0.5rem;
    position: relative;
    content: '';
    display: block;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: var(--third-cl);
    -webkit-border-radius: 0 0 0.521rem 0.521rem;
    -moz-border-radius: 0 0 0.521rem 0.521rem;
    border-radius: 0 0 0.521rem 0.521rem;
    border: 1px solid #E3DBD8;
    list-style: none;
    overflow: hidden;
}
.select .select-options > li{
    font-size: 0.729rem;
    font-weight: 600;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #FFF;
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: var(--sub-cl);
    color: #FFF;
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.form_wrap label{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    /*margin-bottom: 0.208rem;*/
    color: #fff;
}
.form_wrap span.required {
    color: red;
}
.select-styled span{
    flex-grow: 1;
}

.form_wrap .select-styled{
    /*border-radius: 0.833rem;*/
    /*height: 3.125rem;*/
    /*padding: 0.78125rem 0.9375rem;*/
    /*border: 1px solid #E3DBD8;*/
    /*font-size: 0.78125rem;*/
    /*font-weight: 400;*/
    /*line-height: 1.25rem;*/

    /*transition: all 0.4s ease-in-out;*/
    /*color: #A7A7A7;*/
    /*margin: 0;*/
}
.form_wrap .select-options{
    -webkit-border-radius: 0.833rem;
    -moz-border-radius: 0.833rem;
    border-radius: 0.833rem;
}
.form_wrap .form-group.target{
    z-index: 10;
}
.form_wrap .form-input::placeholder{
    color: #727272;
    opacity: 1;
}
.form_wrap .form-input:focus{
    border-color: var(--main-cl);
}
.form_wrap input.btn-primary{
    width: 100%;
    text-transform: unset;
    height: 3.125rem;
    margin: 0.625rem 0 0 0 !important;
}
.form_wrap .input-wrap input{
    padding-right: 2.604rem;
}
.form_wrap .input-wrap > svg{
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.042rem;
}
.form_wrap .form-group:not(:last-child){
    margin-bottom: 1.042rem;
}

/*submit form custom*/
.form_wrap .submit-btn.btn_block {
    position: relative;
    margin-top: 1.25rem  /* 24/19.2 */;
}
.form_wrap .submit-btn.btn_block input[type='submit'] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 18;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-height: unset;
}
.form_wrap .submit-btn.btn_block .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.5rem /* 48/19.2 */;
    background-size: 300%;
    margin-top: 0;
}

/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*navigation slide*/
.swiper_arrow_wrapper {
    gap: 1.25rem  /* 24/19.2 */;
}
.swiper_arrow {
    width: 2.5rem  /* 48/19.2 */;
    height: 2.5rem  /* 48/19.2 */;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #FFFFFF33;
    cursor: pointer;
    transition: .5s all;
}
.swiper_arrow:hover {
    background: var(--sub-cl);
}
.swiper_arrow.swiper-button-disabled {
    cursor: not-allowed;
    background: #FFFFFF33;
}

/*pagination slide*/
.swiper-pagination {
    margin-top: 1rem;
}
.swiper-pagination-bullet {
    width: 0.833rem  /* 16/19.2 */;
    height: 0.833rem  /* 16/19.2 */;
    background: rgba(255, 255, 255, 0.8);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

/*before, after background full width/height*/
.before_after_img:after,
.before_after_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #0C0C0C 0%, transparent 50%, transparent 50%, #0C0C0C 100%);
    z-index: 0;
    overflow: hidden;
}
.before_after_img:after {
    background: linear-gradient(to left, #0C0C0C 0%, transparent 50%, transparent 50%, #0C0C0C 100%);
}

/*hover opacity image*/
.opacity_hover img {
    opacity: 0.38;
}
.opacity_hover:hover img {
    opacity: 1;
}

/*breadcrumbs*/
.breadcrumbs cite {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.87);
}
.breadcrumbs .divider,
.breadcrumbs a[title="Home"] cite {
    color: rgba(255, 255, 255, 0.5);
}

/*hidden class*/
.select-hidden-value {
    display: none !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}

/*table*/
.table_custom {

}
.table_custom #jobs_table_title {
    background: rgba(255, 255, 255, 0.2);
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    border-top-left-radius: 0.833rem  /* 16/19.2 */;
    border-top-right-radius: 0.833rem  /* 16/19.2 */;
    overflow: hidden;
}
.table_custom #jobs_table_list {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom-left-radius: 0.833rem  /* 16/19.2 */;
    border-bottom-right-radius: 0.833rem  /* 16/19.2 */;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.table_custom ul > li {
    display: flex;
    align-items: center;
    margin-left: 0;
}
.table_custom ul>li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.625rem;
    width: 100%;
}
.table_custom ul#jobs_table_list>li>span:first-child {
    justify-content: flex-start;
}
.table_custom #jobs_table_list > li > span:first-child,
.table_custom #jobs_table_title > li > span:first-child {
    padding-left: 1.25rem  /* 24/19.2 */;
}
.table_custom ul>li.title>span {
    height: 3.125rem  /* 60/19.2 */;
    font-family: DoumbarVN;
    font-weight: 700;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
}
.table_custom #jobs_table_title>li>span {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.table_custom #jobs_table_title>li>span:last-child {
    border: none;
}
.table_custom #jobs_table_list>li:hover {
    background: #FF70000D;
}
.table_custom #jobs_table_list>li>span {
    height: 4.167rem  /* 80/19.2 */;
}
.table_custom #jobs_table_list>li>span:not(:last-child) {
    border-right: 1px solid #333333;
}
.table_custom #jobs_table_list>li>span>strong {
    display: none;
}

/*paging custom*/
.paging {
    display: flex;
    justify-content: center;
    margin-top: 1.667rem  /* 32/19.2 */;
}
.paging>ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 8px;
}
.paging li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.667rem  /* 32/19.2 */;
    height: 1.667rem  /* 32/19.2 */;
    background: transparent;
    border-radius: 5.208rem  /* 100/19.2 */;
}
.paging li>a.active,
.paging li>a:hover {
    background: var(--sub-cl);
    color: #fff !important;
}

/*custom input type checkbox*/
span.custom-checkbox {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #333333;
    background: #fff;
    flex-shrink: 0;
    margin-right: 0.6rem;
    transition: .2s all;
}
span.custom-checkbox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjQ3MDU5IDFMMy44MjM1IDYuNjQ3MDZMMSAzLjgyMzUzIiBzdHJva2U9IiNGRjcwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .2s all;
}
input[type="checkbox"]:checked+span.custom-checkbox:before {
    opacity: 1;
}
input[type="checkbox"]:checked+span.custom-checkbox {
    background: #000;
    border-color: var(--sub-cl);
}

/*hover flip item*/
.hover_flip img,
.hover_flip svg {
    transition: .4s all;
}
.hover_flip:hover img,
.hover_flip:hover svg {
    transform: rotateY(360deg);
}

/*filter mobile*/
.btn-close-filter,
.fixed-show-filter-btn{
    display: none;
}

/*section default-page*/
.section.default-page {
    padding: 4rem 0;
}

/*line section*/
.line_section {
    position: relative;
}
.line_section:after,
.line_section:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .7) 52.5%, rgba(255, 255, 255, .1) 100%);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.line_section:after {
    height: 100px;
    width: 3px;
    top: 10%;
    background-image: linear-gradient(180deg, rgba(255, 157, 0, .4) 0%, #FF9D00 100%);
    z-index: 1;
}


@media (max-width: 1199px) {
    .heading_1 {
        font-size: 2.6rem;
        line-height: 1.2;
    }
    .heading_2 {
        font-size: 2.5rem;
    }

    .banner_page_child>img {
        height: 28rem;
        object-fit: cover;
    }
}
@media (max-width: 911px) {
    body {
        font-size: 1rem;
        line-height: 1.5;
    }
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.3;
    }
    .heading_2 {
        font-size: 1.8rem;
    }
    .heading_1 {
        font-size: 2.8rem;
    }
    .sub_heading {
        font-size: 1rem;
    }
    .group_heading_number .heading_1 {
        margin-top: -2rem !important;
    }

    /*header*/
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
        top: 70px !important;
    }
    .off-canvas .sidebar-menu{
        padding-top: 0 !important;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
        border-top: 1px solid hsla(0,0%,100%,.2);
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color: var(--third-cl);
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 2.604rem !important;
        color: #fff !important;
        font-size: 1.2rem !important;
        text-transform: initial;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a svg {
        width: 4rem;
        height: auto;
        margin-left: -0.833rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a path {
        fill: #fff !important;
        stroke: #fff;
    }
    #main-menu .current_page_item {
        background-color: rgba(209, 209, 209, 0.3);
    }
    body.body-scroll-lock--active .mfp-wrap {
        overflow: hidden;
    }
    html.js.has-off-canvas-left {
        margin-right: 0 !important;
    }
    #main-menu.mobile-sidebar .icon-angle-down {
        color: #fff;
    }
    #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children {
        padding-bottom: 0;
    }
    .business-filter > .flex-box {
        flex-direction: column;
    }
    .business-filter > .flex-box .col-4 {
        width: 100% !important;
    }
    header#header #masthead:before {
        background: none;
    }
    .header#header .nav-icon .icon-menu {
        color: #fff;
        font-size: 2rem;
    }
    .off-canvas .nav-vertical>li.menu-item-home>a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .banner_page_child>img {
        height: 20rem;
    }

    /*table_custom*/
    .table_custom #jobs_table_title {
        display: none;
    }
    .table_custom #jobs_table_list {
        border: none !important;
    }
    .table_custom #jobs_table_list > li {
        flex-direction: column;
        margin-bottom: 1.25rem !important;
        border: none;
        background: rgba(96, 177, 58, 0.1);
        border-radius: 0.625rem  /* 12/19.2 */;
    }
    .table_custom #jobs_table_list > li > span:not(:last-of-type) {
        border-right: none;
    }
    .table_custom #jobs_table_list > li > span > strong {
        display: block;
        width: 50%;
        text-align: center !important;
        padding: 0.75rem !important;
    }
    .table_custom #jobs_table_list > li > span > span.btn_apply {
        display: flex;
        justify-content: center;
    }
    .table_custom #jobs_table_list > li > span > span {
        width: 50%;
        text-align: center !important;
        padding: 0.75rem !important;
    }
    .table_custom #jobs_table_list > li > span+span {
        border-top: 1px solid rgba(76, 76, 76, 0.93);
    }

    /*filter mobile*/
    .fixed-show-filter-btn {
        display: flex !important;
        position: fixed;
        bottom: 1.25rem;
        left: 1.25rem;
        z-index: 1000;
        padding: 0.375rem 0.75rem;
        background-color: var(--sub-cl);
        -webkit-border-radius: 0.3125rem;
        -moz-border-radius: 0.3125rem;
        border-radius: 0.3125rem;
        gap: 0.625rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .recruit_6 .box_terms_recruit {
        position: fixed;
        width: 25rem !important;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 999;
    }
    .recruit_6 .box_terms_recruit{
        transform: translateX(100%) !important;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
        -ms-transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        transition: all 0.4s ease-in-out !important;
        top: 70px;
    }
    .recruit_6 .box_terms_recruit .bg-close{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: -1;
        content: '';
        opacity: 0.6;
        background-color: #000;
        width: 0;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
        -ms-transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        transition: all 0.4s ease-in-out !important;
    }
    .recruit_6 .box_terms_recruit.show .bg-close{
        width: 100vw;
    }
    .recruit_6 .box_terms_recruit.show{
        transform: translateX(0) !important;
    }
    .recruit_6 .filter-outer{
        /*border-top: 1px solid #dedede;*/
        background-color: var(--third-cl);
        width: 100%;
        height: 100%;
        padding: 1.5rem 1.5rem 1.5rem;
        position: relative;
        z-index: 5;
    }
    .recruit_6 .filter-outer .btn-close-filter{
        width: max-content;
        position: relative;
        display: flex;
        align-items: center;
        padding: 6px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #dedede;
        font-size: 14px;
        line-height: 18px;
        gap: 5px;
        margin-left: auto;
        margin-bottom: 1.25rem;
    }
    .recruit_6 .filter-outer .filter-inner{
        max-height: calc(100% - 7rem);
        overflow: auto;
    }
    .recruit_6 .box_terms_recruit {
        padding: 0;
        border-radius: 0;
        border: none;
    }
    .btn-close-filter {
        display: block;
    }

    .line_section:before,
    .line_section:after {
        content: unset;
    }



}
@media (max-width: 767px) {
    .heading_1 {
        font-size: 2.4rem;
        margin-bottom: 0;
    }
    .sub_heading {
        font-size: 0.9rem;
    }
    .content_section {
        font-size: 1rem;
    }
    .btn.btn_text {
        height: 2.8rem;
    }
    .content_heading {
        font-size: 1rem;
    }

    .breadcrumbs ul>li:not(:last-child) cite {
        white-space: nowrap;
    }
    .breadcrumbs ul>li:last-child>cite {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    /*section default-page*/
    .section.default-page {
        padding: 2rem 0;
    }


    /*header*/
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 1.5rem !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 1rem !important;
    }
}


/*load home page*/
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--third-cl);
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}
div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 20rem;
    }
}
@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 15rem;
    }
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*.path-1 {*/
/*    animation-name: Signature2;*/
/*    animation-duration: 8s;*/
/*    animation-fill-mode: forwards;*/
/*    animation-timing-function: cubic-bezier(2, .25, .43, .96);*/
/*    !*stroke: #FFF;*!*/
/*    !*stroke-width: 0.45px;*!*/
/*    stroke-dasharray: 2108;*/
/*    stroke-dashoffset: 2108;*/
/*    !*fill: transparent;*!*/
/*}*/
/*.path-2{*/
/*    animation-name: Signature1;*/
/*    animation-duration: 10s;*/
/*    animation-fill-mode: forwards;*/
/*    animation-timing-function: cubic-bezier(2,.25,.43,.96);*/
/*    !*stroke: var(--sub-cl);*!*/
/*    !*stroke-width: 0.5px;*!*/
/*    stroke-dasharray: 2108;*/
/*    stroke-dashoffset: 2108;*/
/*    !*fill: transparent;*!*/
/*}*/
/*.load_home_page.complete .path-2{*/
/*    fill: var(--sub-cl);*/
/*}*/
/*.load_home_page.complete .path-1{*/
/*    fill: #FFF*/
/*}*/
/*@keyframes Signature1 {*/
/*    to {*/
/*        stroke: #82D15D;*/
/*        stroke-dashoffset: 0;*/
/*    }*/
/*}*/
/*@keyframes Signature2 {*/
/*    to {*/
/*        stroke: #FFF;*/
/*        stroke-dashoffset: 0;*/
/*    }*/
/*}*/
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--third-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}


































