:root{
    --main-cl: #33A64A;
    --accent: #33A64A !important;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,0);
    box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,.0);
    outline: none !important;
}
body{
    overflow-x: hidden;
    background-color: #fff;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
    .cus_btn:hover{
        background: #FFF;
    }
    .cus_btn:hover > span:first-child{
        color: #33A64A;
    }
    .cus_btn:hover > span:nth-child(2) path{
        stroke: #33A64A;
    }
}
.grid-container{
    max-width: var(--container-w);
}
.section{
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
}
.text_white{
    color: #FFF;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.al_center{
    align-items: center;
}
.img_center{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap 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;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -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;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.d_block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100%;
}
.ls_none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    font-family: 'Montserrat 600';
}
.form_wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg_center{
    background-position: center;
}
.bg_custom{
    background-repeat: no-repeat;
}
.bg_cover{
    background-size: cover;
}
.bg_contain{
    background-size: contain;
}
.bg_primary{
    background-color: var(--main-cl);
}

@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,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;
}
.section.footer_form{
    padding-top: 2.604rem;
    padding-bottom: 1.823rem;
}
.section.footer_form .wpcf7-not-valid-tip{
    display: none !important;
}
.section.footer_form .wpcf7 form.invalid .wpcf7-response-output{
    position: absolute;
}
.logo_footer{
    margin-bottom: 0.417rem;
    width: max-content;
}
.logo_footer img{
    width: 24.84375rem;
    height: auto;
}
.section.footer_form .form_title{
    font-size: 2.083rem;
    line-height: 2.604rem;
    margin-bottom: 0.9375rem;
}
.section.footer_form svg{
    position: absolute;
    right: 0.729rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.823rem;
    height: 1.823rem;
}
.section.footer_form input[type='submit']{
    position: absolute;
    opacity: 0;
    width: 1.823rem;
    height: 1.823rem;
    overflow: hidden;
    z-index: 5;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.section.footer_form input[type='tel']{
    width: 100%;
    border: 1px solid #FFFFFF;
    background: transparent;
    font-size: 1.146rem;
    font-weight: 300;
    line-height: 1.354rem;
    color: #FFFFFF;
}
.section.footer_form p{
    margin-bottom: 0;
}
.section.footer_form input[type='tel']::placeholder{
    font-size: 1.146rem;
    font-weight: 300;
    line-height: 1.354rem;
    color: #FFFFFF;
}
section.footer_main_wrap{
    background: linear-gradient(94.94deg, #ebffed 7.79%, #dcffe3 100%);
}
section.footer_main_wrap > .footer_main{
    padding-top: 3.125rem;
    padding-bottom: 2.34375rem;
}
section.footer_main_wrap > .footer_main .col_6{
    padding-right: 9.375rem;
}
.footer_title{
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.5625rem;
    text-transform: uppercase;
    color: #33A64A;
    margin-bottom: 1.302rem;
}
section.footer_main_wrap > .footer_main .col_6 .icon{
    display: flex;
    margin-top: 5px;
    min-width: 1.042rem;
    width: 1.042rem;
    margin-right: 0.521rem;
}
section.footer_main_wrap > .footer_main .col_6 .text{
    font-size: 1.302rem;
    font-weight: 400;
    line-height: 1.5625rem;
}
section.footer_main_wrap > .footer_main .col_6 .text a{
    color: #333333;
}
section.footer_main_wrap > .footer_main .col_6 .text strong,
section.footer_main_wrap > .footer_main .col_6 .text b{
    font-weight: 600;
}
section.footer_main_wrap > .footer_main .col_6 a.flex_box{
    font-size: 1.302rem;
    font-weight: 400;
    line-height: 1.667rem;
    color: #0075FF;
}
section.footer_main_wrap > .footer_main .col_6 a.flex_box > span{
    border-bottom: 1px solid #0075FF;
    margin-right: 0.26rem;
}
section.footer_main_wrap > .footer_main .col_6 .item:not(:last-child){
    margin-bottom: 0.78125rem;
}
section.footer_main_wrap > .footer_main .col_6 p{
    margin-bottom: 0;
}
section.footer_main_wrap > .footer_main .col_6 ul{
    margin-left: 1.823rem;
    margin-bottom: 0;
    list-style: disc;
}
section.footer_main_wrap > .footer_main a:hover{
    text-decoration: underline !important;
}
section.footer_main_wrap .menu_footer ul{
    margin: 0;
    list-style: none;
}
section.footer_main_wrap .menu_footer li > a{
    font-size: 1.302rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #333333;
    margin-bottom: 0.729rem;
    display: block;
}
section.footer_main_wrap .menu_footer li:last-child > a{
    margin-bottom: 0;
}
section.footer_main_wrap .col_3 .footer_title:not(:first-child){
    margin-top: 2.34375rem;
}
section.footer_main_wrap .social:not(:last-child){
    margin-right: 1.198rem;
}
section.footer_main_wrap .copyright{
    padding-top: 0.729rem;
    padding-bottom: 0.573rem;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}
footer.footer_custom_nk .footer_main > svg{
    position: absolute;
    right: 0;
    top: 4.583rem;
}
.text_3 {
    color: #333333;
}
header.site-header .inside-header{
    max-width: 100%;
    padding: 0 0 0 calc(calc(100vw - var(--container-w)) / 2);
}
header.site-header .main-navigation .inside-navigation{
    align-items: unset;
    max-width: 100%;
}
.menu-item-has-children .dropdown-menu-toggle{
    padding-right: 0;
}
.menu-item-has-children .dropdown-menu-toggle svg{
    width: 0.9375rem;
    height: auto;
}
.actions_header > .item{
    background: #33A64A;
    display: flex;
}
.actions_header > .item  > .flex_box{
    padding: 0 1.71875rem;
    display: flex;
    align-items: center;
    border-left: 1px solid #FFFFFF33;
    cursor: pointer;
}
header.site-header #mobile_menu{
    display: none;
}
.actions_header > .item  > .flex_box svg{
    margin-right: 10px;
}
header.site-header .main-nav > ul > li{
    margin-right: 2.34375rem;
}
header.site-header .main-nav > ul > li:last-child{
    margin-right: 3.4375rem;
}
header.site-header .main-nav ul > li > a{
    font-size: 1.302rem;
    font-weight: 600;
    line-height: 1.5625rem;
    color: #333333;
    padding: 1.302rem 0;
    text-transform: uppercase;
    position: relative;
    -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;
    display: flex;
}
header.site-header .main-nav > ul > li > a:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    -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;
    opacity: 0;
    position: absolute;
    content: '';
    background: #33A64A;
}
header.site-header .main-nav > ul > li > a:hover,
header.site-header .main-nav > ul > li.current-menu-item > a{
    color: #33A64A;
}
header.site-header .main-nav > ul > li > a:hover path,
header.site-header .main-nav > ul > li.current-menu-item > a path{
    fill: #33A64A;
}
header.site-header .main-nav > ul > li > a:hover:before,
header.site-header .main-nav > ul > li.current-menu-item > a:before{
    opacity: 1;
    width: 100%;
}
header.site-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0rem 0.208rem 1.5625rem 0rem #00000014;
}
header.site-header .main-nav ul.sub-menu{
    background: #FFF;
}
header.site-header .main-nav ul.sub-menu > li > a{
    padding: 15px;
}
/*=================BEGIN BREADCRUMB================*/
.breadcrumb {
    background: none;
    padding: 12px 0;
    margin: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumb ul{
    padding: 0;
    width: 100%;
    background-color: transparent;
    margin: 0;
    position: relative;
    text-align: left;
}
.breadcrumb ul li {
    padding: 0;
    display: inline-block;
    margin: 0px 12px;
    float: none;
    position: relative;
    color:#666666;
    font-size: 14px;
    line-height: 22px;
}
.breadcrumb ul li:first-child{
    margin-left:0;
}
.breadcrumb ul li a {
    font-size: inherit;
    line-height: inherit;
    color:inherit;
    font-weight: inherit;
}
.breadcrumb ul li a:hover{
    color:#33A64A;
}
.breadcrumb ul li:after {
    content: "/";
    font-family: FontAwesome;
    position: absolute;
    right: -18px;
    top: 0;
    color: #333333;
    font-size: 16px;
}
.breadcrumb ul li:last-child{
    margin-right: 0;
}
.breadcrumb .wrapper{
    max-width: var(--container-w);
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.breadcrumb ul li:last-child:after{
    content:initial;
}
.breadcrumb ul li cite {
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
}
/*=================END BREADCRUMB==================*/

.wrapperMain_content,
#vnt-content,
.site.container.hfeed{
    margin-top: 4.167rem;
}
.contact-form p{
    width: 100%;
    margin-bottom: 0 !important;
}
.contact-form input.button.dark{
    width: auto;
    background: #33A64A;
    font-size: 0.833rem !important;
}
.sitebox-recaptcha{
    font-size: 0.78125rem !important
}
.box-map-contact iframe{
    width: 100%;
}
.sec_title {
    text-transform: uppercase;
    font-size: 4.167rem;
    font-weight: 700;
    line-height: 4.167rem;
    color: #33A64A;
}
.sec_des{
    font-size: 1.302rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #333333;
}
.sec_des.text_white,
.sec_title.text_white{
    color: #FFF
}
.heading_h2{
    color: #33A64A;
    font-size: 2.448rem;
    font-weight: 500;
    line-height: 2.865rem;
}
.recruitment_page_why_chose p{
    color: #333333;
    font-size: 1.146rem;
    font-weight: 400;
    line-height: 1.458rem;
}
.recruitment_page_why_chose img {
    box-shadow: 0 8px 29px rgba(0, 0, 0, 0.32);
}
.button_send_contact input {
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 25px;
    border: 2px solid #33A64A;
    background-color: #33A64A;
    padding-right: 40px;
}
.show_tablet{
    display: none;
}
.bg_cus{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.separate-containers .site-main{
    margin: 0 !important;
}
.sidebar_td{
    background: #f5f5f5;
}
.content-form-recruits ul > li:last-child{
    position: relative;
    width: max-content;
}
.site-header .header-image{
    width: 9.167rem;
}
.wrapper-mainCollection{
    margin-top: 20px;
}
/*================ Search ==================*/
.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}

.wrap_search_popup.show {
    opacity: 1;
    pointer-events: unset;
}

.wrap_search_popup .inner {
    background: #353535e8;
    padding: 1.25rem calc(calc(100vw - 56.25rem) / 2) 1.25rem;
    position: relative;
    z-index: 2;
    transform: translateY(-120%);
    transition: .3s all;
}

.wrap_search_popup.show .inner {
    transform: translateY(0%);
    transition-delay: .3s;
}

.wrap_search_popup .inner .button_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);right: 2.8125rem;
    cursor: pointer;
}

.wrap_search_popup .inner .button_close path {
    fill: white;
}

.wrap_search_popup .inner h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
}

.wrap_search_popup input::placeholder {
    font-size: 1.5625rem;
    color: #929292;
}

.wrap_search_popup input#s {
    margin-bottom: 0;
    height: 3.125rem;
    width: 100%;
    margin-right: 0.625rem;
    outline: none;
    background-color: #232323;
    border-radius: 0;
    border: 0.0625rem solid transparent;
    color: white;
    font-size: 1rem;
    transition: .5s all;
    padding: 0 1.25rem;
}

.wrap_search_popup input#s:focus {
    border-color: var(--main-cl);
}

.wrap_search_popup input#s::placeholder {
    font-size: 1.125rem;
}

.wrap_search_popup input#searchsubmit {
    height: 3.125rem;
    width: 12.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    flex: 0 0 auto;
    background: var(--main-cl);
    border-radius: 0.3125rem;
    position: unset;
    opacity: 1;
    border: none;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.wrap_search_popup input#searchsubmit:hover{
    background: var(--main-cl);
}
.wrap_search_popup form {
    display: flex;
}

.wrap_search_popup h2 {
    color: #fff;
}
.wrap_search_popup .bg_close{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
section.section.search_page{
    padding-top: 5.208rem;
    padding-bottom: 2.084rem;
}
section.section.search_page .grid_box{
    grid-gap: 1.25rem;
}
section.section.search_page .grid_box+.text_center{
    margin-top: 3rem;
}
section.section.search_page .search_grid:not(:last-child){
    margin-bottom: 4.5rem;
}
section.section.search_page .grid_box .post_item{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    box-shadow: 0rem 0.208rem 1.042rem 0rem #00000014;
}
.text_center > .cus_btn{
    margin-left: auto;
    margin-right: auto;
}
.cus_btn{
    border: 1px solid #33A64A;
    background: #33A64A;
    display: flex;
    -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;
    cursor: pointer;
    width: max-content;
}
.cus_btn > span{
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
}
.cus_btn > span:first-child{
    padding: 0.625rem 1.979rem 0.625rem 1.302rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.354rem;
    color: #FFF;
    -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;
}
.cus_btn > span:nth-child(2){
    padding: 0.625rem 0.885rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.the-content ul,.the-content ol {list-style: disc;padding-left: 20px;margin-bottom: 20px;}
.the-content p {
    margin-bottom: 20px;
}
.the-content .iframe_wrap{
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.the-content .iframe_wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.the-content h1,.the-content h2,.the-content h3,.the-content h4 {
    margin-bottom: 20px;
}
/*================ End Search ==================*/
@media only screen and (max-width: 1199px){
    body, html {
        font-size: 16px !important;
    }
    :root{
        --container-w: 59.375rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    .actions_header > .item > .flex_box{
        width: 60px;
        padding: 0 15px;
    }
    .actions_header > .item > .flex_box > svg{
        margin: 0;
    }
    .actions_header > .item > .flex_box > span{
        display: none;
    }
    header.site-header .main-nav > ul > li{
        margin-right: 15px;
    }
    header.site-header .main-nav > ul > li:last-child{
        margin-right: 25px;
    }
    .logo_footer img{
        width: 20rem;
    }
    section.footer_main_wrap > .footer_main .col_6{
        padding-right: 60px;
    }
    section.footer_main_wrap > .footer_main .col_6 ul{
        margin-left: 20px;
    }
    .recruitment_page_why_chose .row{
        padding: 60px 0 !important;
    }
    section.recruitment_page{
        padding-bottom: 60px !important;
    }
    .ortherAll{
        margin-top: 40px;
    }
    .custom_home_2 .grid_box{
        grid-gap: 40px
    }
    .custom_home_7,
    .custom_home_2{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .custom_home_3{
        padding-top: 60px;
    }
    .custom_home_5,
    .custom_home_4{
        padding-top: 80px;
    }
    .custom_home_5{
        padding-bottom: 40px;
    }
    .custom_home_8 .left_col img{
        height: auto;
    }
    .custom_home_8{
        padding-bottom: 40px;
    }
    .sec_title{
        font-size: 50px;
        line-height: 60px;
    }
    .custom_home_1 .swiper_arrow.next{
        right: 1rem;
    }
    .custom_home_1 .swiper_arrow.prev{
        left: 1rem;
    }
    .custom_home_1 .swiper_arrow > svg{
        width: 50px;
        height: auto;
    }
    .custom_home_1 .cont_wrap.absolute{
        right: 20px;
        top: 20px;
    }
    .custom_home_1 .cont_wrap h2{
        font-size: 35px;
        line-height: 45px;
    }
    .custom_home_1 .cont_wrap .banner_des{
        font-size: 20px;
        line-height: 26px;
    }
    .custom_home_4 .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .custom_home_4 .swiper-pagination-bullet-active{
        background-color: var(--main-cl);
    }
    .custom_home_4{
        padding-bottom: 2rem
    }
    .custom_home_4 .swiper{
        padding-bottom: 1rem;
    }
    header.site-header .inside-header{
        padding-left: 15px;
    }
    header.site-header .main-nav ul > li > a{
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .tablet_text_center{
        text-align: center;
    }
    .tablet_al_center{
        align-items: center;
    }
    .tablet_jus_center{
        justify-content: center;
    }
    .logo_footer{
        margin-left: auto;
        margin-right: auto;
    }
    .section.footer_form .tablet_col_12{
        margin-bottom: 15px;
    }
    section.footer_main_wrap > .footer_main .col_6{
        margin-bottom: 20px;
        padding-right: 0;
    }
    .show_tablet{
        display: flex;
    }
    header.site-header{
        display: flex;
        align-items: center;
    }
    .main-navigation .menu-toggle{
        display: none !important;
    }
    .header_item{
        background: #33A64A;
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
    }
    .header_item:first-child{
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header_item > .flex_box{
        align-items: center;
        justify-content: center;
    }
    .hamburger{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .hamburger  > span{
        width: 30px;
        height: 2px;
        background: #FFF;
        margin: 4px 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -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;
    }
    .hamburger.active > span:nth-child(2){
        opacity: 0;
    }
    .hamburger.active > span:nth-child(1){
        transform: rotate(45deg) translate(7px, 7px);
    }
    .hamburger.active > span:nth-child(3){
        transform: rotate(-45deg) translate(7px, -7px);
    }
    .language_switcher img{
        width: 25px;
    }
    header.site-header .inside-header{
        padding-left: 0;
    }
    .wrapperMain_content, #vnt-content, .site.container.hfeed{
        margin-top: 60px;
    }
    .wrapper-bodycontact{
        margin-top: 20px;
    }
    .recruitment_page_why_chose .row{
        padding: 0 0 40px !important;
    }
    table.table_td thead th:nth-child(1){
        width: 65% !important;
    }
    table.table_td thead th:nth-child(4){
        width: 30% !important;
    }
    table.table_td thead{
        display: none !important;
    }
    table.table_td tbody{
        display: flex;
        flex-direction: column;
    }
    table.table_td tbody tr{
        display: flex;
        flex-direction: column;
        background: #fafafa !important;
        border: 1px solid #33A64A !important;
    }
    table.table_td tbody tr:not(:last-child){
        margin-bottom: 30px;
    }
    .wrap_table_td table.table_td tbody td{
        text-align: center !important;
        padding-left: 40% !important;
        position: relative !important;
    }
    .wrap_table_td table.table_td tbody td:before{
        position: absolute;
        content: attr(data-title);
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    table.table_td tbody td a{
        height: 400%;
    }
    .form_td.opened_form{
        padding: 30px 0;
    }
    body.single-recruit #main{
        padding-bottom: 20px !important;
    }
    .wrapper_layered_filter .layered_filter_title .close_filter{
        padding: 0;
    }
    .sticker_frame .promotion-2{
        height: 70px !important;
    }
    .custom_home_2 .grid_box{
        grid-gap: 20px
    }
    .custom_home_7, .custom_home_2{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.section > .patterns_wrap{
        display: none !important;
    }
    .custom_home_3{
        padding-top: 40px;
    }
    .custom_home_3 .item svg{
        height: 60px;
    }
    .custom_home_5, .custom_home_4{
        padding-top: 50px;
    }
    .sec_title{
        font-size: 40px;
        line-height: 50px;
    }
    .custom_home_8{
        padding-top: 50px;
    }
    .custom_home_8 .left_col{
        display: none;
    }
    .custom_home_8 .right_col{
        width: 100% !important;
    }
    .custom_home_1 .cont_wrap h2{
        font-size: 28px;
        line-height: 35px;
    }
    .custom_home_1 .cont_wrap .banner_des{
        font-size: 18px;
        line-height: 24px;
    }
    .wrap_search_popup .inner{
        padding: 1.25rem;
    }
    #mobile_menu{
        position: fixed;
        right: 0;
        top: 60px;
        width: 50vw;
        height: calc(100vh - 4.1875rem);
        background: var(--main-cl);
        padding: 2.5rem 1.5rem 2.5rem 2.5rem;
        max-width: 25rem;
        transform: translateX(100%);
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }
    #mobile_menu.active{
        transform: translateX(0);
    }
    #mobile_menu ul{
        flex-direction: column;
        list-style: none;
    }
    #mobile_menu > ul{
        padding-right: 1rem;
        margin: 0;
        max-height: 100%;
        overflow: auto;

    }
    header.site-header .main-nav{
        display: none !important;
    }
    header.site-header #mobile_menu ul > li{
        width: 100%;
    }
    header.site-header #mobile_menu ul > li > a > div{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        height: 100%;
        display: flex;
        align-items: center;
    }
    header.site-header #mobile_menu ul > li > a > div.active > svg{
        transform: rotate(180deg);
    }
    header.site-header #mobile_menu ul > li > a path{
        fill: #FFF;
    }
    header.site-header #mobile_menu ul > li > a{
        text-transform: uppercase;
        font-weight: 500;
        color: #FFF !important;
        padding:  0 !important;
        height: 3.125rem;
        padding-left: 0.625rem !important;
        display: flex !important;
        align-items: center;
        border-bottom: 1px solid #FFF !important;
        font-size: 1rem !important;
        justify-content: space-between;
    }
    .menu-item-has-children .dropdown-menu-toggle{
        display: flex;
        align-items: center;
    }
    header.site-header .gp-icon svg{
        position: unset !important;
        width: 1.25rem;
        height: 1.25rem;
    }
    #mobile_menu{
        display: block !important;
    }
    header.site-header #mobile_menu > ul > li > ul.sub-menu{
        position: unset !important;
        margin-left: 1.5rem;
        width: calc(100% - 1.5rem);
        background: transparent;
        box-shadow: unset !important;
        /*display: none;*/
        height: auto;
    }
    header.site-header #mobile_menu > ul > li:before{
        display: none;
    }
    header.site-header #mobile_menu > ul > li.menu-item-has-children:has(li.current-menu-item) > a{
        background: var(--main-cl);
    }
    header.site-header #mobile_menu > ul > li.menu-item-has-children:has(li.current-menu-item) > ul.sub-menu{
        opacity: 1;
    }
    header.site-header #mobile_menu ul > li.current-menu-item > a{
        background: var(--main-cl);
    }
    header.site-header{
        align-items: stretch;
    }
    header.site-header >.show_tablet > div{
        height: 100%;
        background-color: transparent;
    }
    .hamburger > span{
        background: #000;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse;
    }
    .mobile_text_center{
        text-align: center;
    }
    .mobile_text_center{
        text-align: center;
    }
    .logo_footer img{
        width: 15rem;
    }
    .logo_footer+div{
        font-size: 17px;
    }
    .section.footer_form .form_title{
        font-size: 26px;
    }
    footer.footer_custom_nk .footer_main > svg{
        display: none;
    }
    section.footer_main_wrap .col_3:nth-child(2){
        margin-bottom: 25px;
    }
    section.footer_main_wrap .col_3 .footer_title:not(:first-child){
        margin-top: 25px;
    }
    section.footer_main_wrap > .footer_main{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .wrapper-bodycontact .wrapbox-content-left{
        padding-right: 0;
        padding-left: 0;
    }
    .header_item{
        width: 45px;
    }
    .site-logo{
        margin-left: auto;
        margin-right: auto;
    }
    .site-logo img{
        width: 120px;
    }
    .wrapper-bodycontact{
        margin-top: 0;
    }
    body.single-recruit #main{
        padding-top: 20px !important
    }
    .employment_information ul{
        margin-left: 25px;
    }
    .submit_download_td a.submit_td{
        margin-right: 0;
    }
    .submit_download_td{
        flex-direction: column;
    }
    .submit_download_td a.download_td{
        margin-left: 0;
    }
    body.single-recruit #main .col-md-8{
        padding-left: 10px;
        padding-right: 10px;
    }
    .gripNewTop .col1{
        margin: 0 !important;
    }
    .gripNewTop .col1 .itemNewsS:first-child{
        padding-left: 0 !important;
    }
    .gripNewTop .col1 .itemNewsS:last-child{
        padding-right: 0 !important;
    }
    .custom_home_7, .custom_home_2{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .custom_home_3 .sec_heading{
        margin-bottom: 40px;
    }
    .custom_home_3 .item{
        width: 47%;
        margin-top: 0 !important;
    }
    .custom_home_3 .item:nth-child(odd):last-child{
        margin: auto !important;
    }
    .custom_home_3 .counter{
        font-size: 50px;
    }
    .sec_title{
        font-size: 32px;
        line-height: 45px;
    }
    .custom_home_5 .sec_heading .sec_title{
        margin-bottom: 15px;
    }
    .custom_home_5 .img_wrap{
        padding: 15px;
        height: 200px;
    }
    .custom_home_5 h3{
        font-size: 26px;
    }
    .custom_home_5 .cont_wrap{
        padding: 1rem 0;
    }
    .custom_home_7 .swiper-slide.swiper-slide-active .item{
        margin: 0 -3rem;
    }
    .custom_home_8 .cont_wrap h3{
        font-size: 20px;
    }
    .custom_home_8 .right_col img{
        height: 9rem;
    }
    .custom_home_8 .cont_wrap > .fw400{
        font-size: 14px;
        line-height: 20px
    }
    .custom_home_8 .cont_wrap{
        padding: 0.75rem 0.5rem;
    }
    .custom_home_8 .absolute.post_tax{
        left: 0.5rem;
    }
    .custom_home_8{
        padding-top: 35px;
    }
    .custom_home_7 .sec_heading{
        margin-bottom: 24px;
    }
    .custom_home_6 > img{
        height: 400px;
        object-fit: cover;
    }
    .custom_home_6 > .cont_wrap.absolute{
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .custom_home_6 > .cont_wrap.absolute > .flex_box{
        flex-direction: column;
    }
    .custom_home_6 .play_btn{
        margin-right: 0;
    }
    .swiper.home_banner img{
        height: 250px;
    }
    .custom_home_1 .swiper_arrow.prev{
        left: 0;
    }
    .custom_home_1 .swiper_arrow.next{
        right: 0;
    }
    .custom_home_1 .swiper_arrow > svg{
        width: 30px;
    }
    .custom_home_1 .swiper_arrow > svg path{
        stroke-width: 4px;
    }
    .custom_home_1 .item{
        position: relative;
    }
    .custom_home_1 .cont_wrap.absolute{
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 90%;
    }
    .custom_home_1 .cont_wrap h2{
        font-size: 22px;
        line-height: 28px
    }
    .custom_home_1 .cont_wrap .banner_des{
        font-size: 16px;
        line-height: 20px;
    }
    .wrap_search_popup form{
        max-width: 100%;
        margin-left: 0;
    }
    .wrap_search_popup .inner{
        padding: 0;
    }
    .wrap_search_popup .inner .button_close{
        right: 0.75rem;
    }
    .wrap_search_popup input#searchsubmit{
        display: none;
    }
    .wrap_search_popup input#s{
        margin-right: 0;
    }
    #mobile_menu{
        width: 100%;
        max-width: 100%;
    }
    .site-header .header-image{
        transition: all 0.4s ease-in-out;
    }
    .sticky.site-header .header-image{
        transform: scale(0.7);   
    }
}
@media only screen and (min-width: 992px) {
    .lstKythuat .col1:last-of-type {
        height: 375px;
    }
}