input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}
body{
    font-family: 'Montserrat';
    color: #333333;
    overflow-x: hidden;
    background: white;
    font-size: 14px;
    line-height: 1.5;
}
.text_justify{
    text-align: justify;
}
.content{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

b,strong{
    font-family: 'Montserrat Bold';
}

.text_bold{
    font-family: 'Montserrat Bold';
}

h1,h2,h3{
    font-family: 'Montserrat Bold';
    line-height: normal;
}
.font_black{
    font-family: 'Montserrat Black';
}
.font_light{
    font-family: 'Montserrat Light';
}


.heading_h2 {
    font-size: 50px;
    color: #333333;
    font-family: 'Montserrat Bold';
    margin-bottom: 30px;
    position: relative;
    line-height: normal;
}
.heading_h2 b{
    color: #8ac52b;
}
.sub_title{
    color: #333333;
    font-family: 'Montserrat';
    font-size: 20px;
    margin: 0;
}
/*.heading_h2:before{*/
/*    position: absolute;*/
/*    width: 80px;*/
/*    height: 1px;*/
/*    background-color: #f9741d;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    content: '';*/
/*}*/
/*.heading_h2.center:before{*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
/*.heading_h2.no_border:before{*/
/*    display: none;*/
/*}*/
/*.heading_h2.no_border{*/
/*    padding-bottom: 0;*/
/*}*/
.font_normal{
    font-family: 'Montserrat';}

.text_white{
    color: white;
}

.text_center{
    text-align: center;
}
.text_up{
    text-transform: uppercase;
}
.style_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.max{
    width: 100%;
    height: 100%;
}
.display_flex{
    display: flex;
}
.display_flex_wrap{
    display: flex;
    flex-wrap: wrap;
}
.css_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.swiper-slide img{
    display: block;
}
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 80vh;
    transition:all .4s ease;
}




.banner_slider .wrap_content {
    position: absolute;
    top: 45%;
    right: 220px;
    max-width: 725px;
    text-align: right;
    transform: translateY(-50%);
}

.banner_slider .wrap_content h1 {
    font-size: 60px;
    margin-bottom: 5px;
}

.banner_slider .wrap_content>* {
    margin: 0;
}

.banner_slider .wrap_content h2 {
    font-size: 40px;
}
.banner_slider .wrap_content a {
    position: absolute;
    width: 135px;
    height: 135px;
    right: 190px;
    margin-top: 40px;
    background-image: url(../../images/button_play.png);
}
.banner_slider .slide-inner:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 66.66667%;
    content: '';
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 67%);
    opacity: 0.7;
}
.button_next_slider.arrow_slider.next {}

.arrow_slider {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrow_slider svg {
    width: 15px;
    height: auto;
    fill: white;
}

.arrow_slider.next {
    right: 30px;
}

.arrow_slider.button_prev_slider {
    left: 30px;
    transform: translateY(-50%) rotate(180deg);
}
.hero-slider .arrow_slider {
    width: 77px;
    height: 77px;
    background-color: #8ac52b;
    display: flex;
    justify-content: center;
    left: unset;
    right: 0;
    top: calc(45% - 31.5px);
    transition: .5s all;
}
.hero-slider .arrow_slider:hover{
    background: #263e56;
}

.hero-slider .arrow_slider svg {
    width: 30px;
}

.hero-slider .arrow_slider.button_prev_slider {
    transform: translate(-100%,50%) rotate(180deg);
}

.hero-slider .swiper-pagination {
    bottom: 50px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
    opacity: 0.3;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
section.section.about_home {
    padding: 120px 0;
}
a.button_style {
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat Bold';
    color: #333333;
    transform: translateX(0);
    transition: .5s all;
}
a.button_style:hover {
    transform: translateX(10px);
}
a.button_style.style_white{
    color: white;
}
a.button_style svg {
    width: 12px;
    height: auto;
    fill: #8ac52b;
}
a.button_style.style_white svg{
    fill: white;
}
a.button_style span {
    display: inline-flex;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid #8ac52b;
    justify-content: center;
    border-radius: 50%;
    margin-left: 35px;
    flex: 0 0 auto;
    position: relative;
}
a.button_style.style_white span{
    border-color: white;
}
a.button_style span:before {
    width: 50px;
    height: 1px;
    background-color: #8ac52b;
    content: '';
    position: absolute;
    left: -30px;
    /* transform: translateX(-57%); */
}
a.button_style.style_white span:before{
    border: 1px solid white;
}

section.section.about_home .box_content {
    padding-right: 25px;
}
section.section.about_home .box_content .content{
    margin-bottom: 30px;
}
section.section.about_home .group_video .top{
    background-image: url(../../images/bg_right.jpg);
    padding: 90px 35px 32px;
}
section.section.about_home .group_video .top h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

section.section.about_home .group_video .top span {
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 5px solid #ebebeb;
    display: block;
    margin-bottom: 45px;
}

.data h4 {
    font-size: 134px;
    line-height: .9;
    margin-bottom: 20px;
}

.data h5 {
    font-size: 12px;
    margin: 0;
}

.group_video {
    margin-top: -150px;
    display: flex;
    justify-content: center;
}
.box_video {
    position: relative;
}
.box_video img{
    display: block;
    width: 100%;
}
section.section.about_home .group_video .box_video:before,
.group_imgs .box_img .box_video:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: url(../../images/play_small.png);
}
.about_home:before {
    position: absolute;
    top: 0;
    right: calc(calc(calc(100vw - 1200px) / 2) - 348px);
    content: url(../../images/bf_section_ab.jpg);
    z-index: -1;
}
section.section.service_home {
    padding: 145px 0 100px;
    background-color: #f2f2f2;
}

section.section.service_home .slider .icon {
    height: 90px;
}

section.section.service_home .slider .item h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

section.section.service_home .slider .item {
    padding: 0 50px;
}

section.section.service_home .slider {
    margin: 0 -50px;
}
section.section.service_home .box_content{
    padding-top: 12px;
}


.swiper-pagination.style_2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #8ac52b;
    opacity: 0.5;
    margin: 0 5px !important;
}
.swiper-pagination.style_2 .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.box_slider{
    position: relative;
}
section.section.service_home .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    left: -5px;
    bottom: -40px;
}
.project_home .wrap{
    background-color: #8ac52b;
    margin: 5px -5px 0;
}
.project_home .item {
    width: 25%;
    border: 5px solid white;
}

.project_home .item:nth-child(1),.project_home .item:nth-child(6) {
    width: 50%;
}

.project_home .project_item {
    position: relative;
}

.project_home .project_item .box_content {
    position: absolute;
    left: 35px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    justify-content: space-between;
}

.project_home .project_item .box_content .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 73px;
    background-color: transparent;
    flex: 0 0 auto;
    margin-left: 20px;
    transition: .5s all;
}
.project_home .project_item:hover  .box_content .arrow{
    background-color: #8ac52b;
}

.project_home .project_item .box_content .arrow svg {
    width: 30px;
    height: auto;
    fill: white;
}

.project_home .project_item .box_content span {
    font-size: 12px;
}

.project_home .project_item .box_content h3 {
    font-size: 22px;
    margin: 0;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 1;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    margin-bottom: 10px;
}

.project_home .project_item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.project_home .project_item:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 67%);
    opacity: .6;
}
.project_home .item.info {
    display: flex;
    align-items: center;
    padding: 0 130px 0 calc(calc(100vw - 1200px)/2);
}
.data_home {
    padding: 170px 0 90px;
}

.data_home .map {
    align-items: center;
    margin-left: -100px;
}

.data_home .map img {margin-right: 114px;}

.data_home .map h3 {
    color: #8ac52b;
    font-size: 40px;
    margin: 0;
}

.data_home .map h4 {
    font-size: 14px;
    margin: 0;
}

.data_home .map .item {
    padding: 33px 0;
    position: relative;
    text-align: right;
}

.data_home .map .item span {
    width: 290px;
    height: 1px;
    border: 1px solid #959595;
    opacity: 0.5;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.data_home .map .item:nth-child(2) span{
    width: 246px;
}
.data_home .map .item:nth-child(3) span{
    width: 219px;
}
.data_home .map .item:nth-child(4) span{
    width: 280px;
}
.data_home .map .item span:before {
    position: absolute;
    left: -2px;
    top: -4px;
    width: 8px;
    height: 8px;
    background-color: #959595;
    content: '';
    border-radius: 50%;
}
.data_home .box_content{
    padding-top: 250px;
}
.data_home .box_content .content{
    margin-bottom: 20px;
}
.data_home .heading_h2{
    margin-bottom: 20px;
}
.data_home .wrap{
    padding-left: 190px;
}
.data_home:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    content: url(../../images/bf_project.png);
    left: calc(calc(calc(100vw - 1200px)/2) - 247px);
}
.member_company{
    background-color: #8ac52b;
    padding: 100px 0;
}
.member_company .slider .item .logo {
    /*height: 125px;*/
    border-radius: 11px;
    /*background-color: #ffffff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.member_company .slider .item h3 {
    font-size: 18px;
    margin: 0;
}
.member_company .slider{
    margin: 0 -20px;
}
.member_company .slider .item {
    padding: 0 20px;
}
.customer .left .item>*{
    color: white;
}
.customer .left .number {
    color: #8ac52b;
    font-size: 100px;
    display: block;
    text-align: right;
    width: 100%;
    line-height: .9;
    margin-bottom: 30px;
}
.customer .left {
    padding: 70px 70px 100px;
    background-color: rgba(46, 77, 103, 0.5);
}
.customer .slider .item h3{
    font-size: 30px;
    margin-bottom: 15px;
}
.customer .slider .item .content{
    margin-bottom: 40px;
}
.customer .slider .item h4{
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}
.customer .slider .item span{
    font-size: 13px;
    display: block;
    margin-bottom: 45px;
}
.customer .slider .item a{
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat Bold';
    color: #f5f5f5;
    font-size: 16px;
    float: right;
}
.customer .slider .item a svg {
    fill: white;
    width: 12px;
    height: auto;
    margin-left: 3px;
    transform: translateY(2px);
}
.swiper-pagination.style_3 .swiper-pagination-bullet {
    opacity: 1;
    width: 31px;
    height: 2px;
    background-color: #ffffff;
    transition: .5s all;
    border-radius: 0;
}

.swiper-pagination.style_3 .swiper-pagination-bullet-active {
    width: 65px;
    background-color: #8ac52b;
}
.swiper-pagination.style_3 {
    bottom: 4px;
}
.customer .right{
    text-align: center;
    padding-top: 135px;
}
.customer .item_logo .inner {
    position: relative;
}

.customer .item_logo {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer .right .swiper-pagination {
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}
.recruitment_home{
    padding: 100px 0 80px;
}
.recruitment_home .wrap{
    align-items: center;
}
.recruitment_home .wrap .box_content{
    text-align: right;
    padding-right: 70px;
}
.recruitment_home .wrap .box_img img{
    width: auto;
    max-width: 100%;
}
ul.list_tax {
    list-style: none;
    margin: 40px 0 0 0;
    justify-content: flex-end;
    padding-right: 128px;
}

ul.list_tax a {
    font-size: 16px;
    color: #333333;
    margin-left: 34px;
    display: inline-flex;
    align-items: center;
}
ul.list_tax a.active {
    font-family: 'Montserrat Bold';
}

ul.list_tax a span {
    width: 0;
    height: 1px;
    transition: .3s all;
    background-color: #0e882d;
    margin-right: 10px;
    display: inline-block;
}

ul.list_tax a.active span {
    width: 33px;
}
section.section.news_home {
    padding: 100px 0 120px;
    background-color: #f2f2f2;
}
.news_item {
    width: calc(100% - 30px);
    margin: 0 15px;
    position: relative;
}

.news_item img {
    height: 214px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

section.section.news_home .slider {
    margin: 0 -15px;
}

.news_item .box_content .group_date {
    width: 62px;
    flex: 0 0 auto;
    text-align: center;
}

.news_item .box_content .group_date .date {
    font-family: 'Montserrat Bold';
    font-size: 35px;
    color: #8ac52b;
    line-height: 1;
}

.news_item .box_content .group_date .month {
    font-size: 11px;
    color: #8ac52b;
}

.news_item .box_content .group_date {
    border-right: 1px solid #cccccc;
    margin-right: 15px;
}

.news_item .box_content h3 {
    font-size: 16px;
    margin: 0;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 50px;
    transition: .5s all;
    line-height: 1.5;
}
.news_item:hover .box_content h3{
    color: #8ac52b;
}
.arrow_slider.style_2 {
    width: 41px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
}

.arrow_slider.style_2 svg {
    fill: #333333;
    opacity: .5;
}

.arrow_slider.style_2:hover {
    background-color: #8ac52b;
}

.arrow_slider.style_2:hover svg {
    fill: white;
}
.news_home .box_slider .arrow_slider,
.project_other .box_slider .arrow_slider{
    top: -58px;
    right: 0;
}

.news_home .box_slider .arrow_slider.button_prev_slider ,
.project_other .box_slider .arrow_slider.button_prev_slider{
    right: 50px;
    left: unset;
}
section.section.news_home:before{
    position: absolute;
    right: calc(calc(100vw - 1160px)/2);
    top: 118px;
    content: url(../../images/NEWS.png);
    pointer-events: none;
}
section.section.news_home .heading_h2 {
    margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    color: red !important;
    margin: 0;
    top: 42px;
    font-size: 10px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    display: none !important;
}

nav.breadcrumb ul {
    display: flex;
    align-items: center;
    list-style: none;margin: auto;
    max-width: 1200px;
    margin-top: 15px;
}
nav.breadcrumb ul * {
    font-size: 16px;
    font-style: unset !important;
    color: white;
}

section.breadcrumbs {
    height: 55px;
    background-image: linear-gradient(85deg, #263e56 0%, #263e56 100%);
}
span.divider {
    margin: 0 10px;
}
header#masthead {
    background-color: #8ac52b;
}

header#masthead {}

.inside-header {
    padding: 0;
}

.nav-float-right #site-navigation {
    background: transparent !important;
}

.main-navigation .main-nav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    background: transparent !important;
    color: white !important;
    font-family: 'Montserrat Bold';
    padding: 0;
    margin: 0 16px;
    position: relative;
}
.main-navigation .main-nav>ul>li>a:before {
    position: absolute;
    bottom: 10px;
    width: 0;
    height: 1px;
    background: white;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    transition: .5s all;
}
.main-navigation .main-nav>ul>li>a:hover:before{
    width: 100%;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a:before{
    width: 100%;
}
a.search_open {
    order: 5;
    width: 70px;
    text-align: center;
    /* height: 100%; */
    position: relative;
    margin-left: 10px;
}

a.search_open svg {
    width: 14px;
    fill: white;
}

a.search_open:before {
    position: absolute;
    top: 0;
    height: 67px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    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: 65px calc(calc(100vw - 1166px) / 2) 60px;
    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: 42px;
    right: 45px;
    cursor: pointer;
}

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

.wrap_search_popup .inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.wrap_search_popup input::placeholder {
    font-size: 25px;
    color: #929292;
}

.wrap_search_popup input#s {
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    margin-right: 10px;
    outline: none;
    background-color: #232323;
    border-radius: 5px;
    border: 1px solid transparent;
    color: white;
    font-size: 18px;
    transition: .5s all;
}

.wrap_search_popup input#s:focus {
    border-color: #8ac52b;
}

.wrap_search_popup input#s::placeholder {
    font-size: 18px;
}

.wrap_search_popup input#searchsubmit {
    height: 60px;
    width: 240px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    flex: 0 0 auto;
    background: #8ac52b;
    border-radius: 5px;
    position: unset;
    opacity: 1;
}

.wrap_search_popup form {
    display: flex;
}

.wrap_search_popup h2 {
    color: #fff;
}

.bg_close {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.footer{
    background-image: url(../../images/bg_footer.jpg);
    padding: 80px 0 75px;
}

img.logo_footer {
    margin-bottom: 20px;
}

.footer h2 {
    font-size: 25px;
    margin-bottom: 50px;
}

h3.title_footer {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.footer .content {
    color: white;
    opacity: 0.8;
}

.footer .content a {
    color: white;
}

.footer .content p {
    margin-bottom: 15px;
}

.footer .content>*:last-child {
    margin: 0;
}

.wrap_2_col {
    display: flex;
}

.wrap_2_col .footer_3 {
    width: 60%;
}

.wrap_2_col .footer_4 ul {
    list-style: none;
    margin: 0;
}

.wrap_2_col .footer_4 ul a {
    font-size: 14px;
    color: white;
    opacity: .8;
}

.wrap_2_col .footer_4 ul li:not(:last-child) {
    margin-bottom: 10px;
}
.wrap_2_col .footer_4 ul.link_socials a {
    opacity: 1;
    margin-right: 10px;
}
.wrap_2_col .footer_4 ul.link_socials.display_flex {
    margin-top: 25px;
}
.footer a:hover{
    color: #8ac52b !important;
}
section.section.footer_nav {
    background-color: #8ac52b;
    padding: 15px 0;
}

section.section.footer_nav * {
    color: white;
}

section.section.footer_nav .wrap {
    display: flex;
    align-items: center;
}

section.section.footer_nav .wrap ul {
    list-style: none;
    margin: 0;
    justify-content: flex-end;
}

section.section.footer_nav .wrap ul a {
    padding: 0 10px;
    font-size: 12px;
    height: 10px;
}

section.section.footer_nav .wrap ul li:not(:last-child) a {
    border-right: 1px solid white;
}
.site-info{
    display: none;
}
.search div#banner_gr{
    display: none;
}
header#masthead {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}
div#page{
    margin-top: 67px;
}


/*/////////*/
.kenit-alo-phone {
    position: fixed;
    right: 20px;
    bottom: 100px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 8 !important;
}

.kenit-alo-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 40px;
    position: absolute;
    background: #8ac52b url(../images/whatapp.png);
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-repeat: no-repeat;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #8ac52b;
}

.kenit-alo-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 100%;
    opacity: .1;
    border-color: rgba(138, 197, 43, 0.64);
    opacity: .5;
    box-shadow: 0 3px 15px rgba(138, 197, 43, 0.18);
    background-color: rgba(138, 197, 43, 0.41);
}

.kenit-alo-phone span {
    display: block;
    background: #30a4cc;
    color: #fff;
    padding: 5px;
    text-align: center;
    position: absolute;
    left: 5px;
    width: 110px;
    top: -15px;
    border-radius: 4px 4px;
}

.kenit-alo-phone span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #30a4cc transparent transparent transparent;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
/*////////////////////*/

.call-now svg {
    position: absolute;
    top: 53%;
    left: 52%;
    z-index: 999;
    transform: translate(-50%,-50%);
    fill: white;
}
.service_home .arrow_slider.button_prev_slider {
    left: unset;
    right: 50px;
}
.service_home .arrow_slider {
    bottom: -75px;
    right: 0;
    top: unset !important;
    border: 1px solid #666666;
    background: transparent;
}
.service_home .arrow_slider:hover {
    border-color: transparent;
}
.project_home .content {
    margin-bottom: 30px;
}
.project_home .heading_h2 {
    margin-bottom: 10px;
}
div#load_news {
    min-height: 285px;
}
div#load_news.active:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(.5);
    content: url(../../images/load_product.gif);
}
.search_open.tablet{
    display: none;
}
ul.options.language_flag.display_flex {
    position: absolute;
    right: 0;
    top: 50%;
    right: calc(calc(100vw - 1320px)/2);
    transform: translateY(-50%);
}

ul.options.language_flag.display_flex a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 4px;
}

ul.options.language_flag.display_flex a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-navigation ul ul {
    background-image: linear-gradient(
            85deg, #263e56 0%, #263e56 100%);
}
.main-navigation .main-nav ul ul li a {
    color: #515151;
    font-family: 'Montserrat';
    text-transform: unset;
    margin: 0;
    padding: 10px;
    transition: .3s all;
}
.main-navigation .main-nav ul ul li a:hover {
    padding-left: 20px;
}
.menu-item-has-children .dropdown-menu-toggle{
    display: none;
}
@media only screen and (max-width: 1199px) {
    .grid-container{
        max-width: 950px;
    }
    .heading_h2 {
        font-size: 35px;
    }
    .about_home:before{
        right: calc(calc(calc(100vw - 950px) / 2) - 348px);
    }
    .hero-style {
        height: 600px;

    }
    .banner_slider .wrap_content h1 {
        font-size: 40px;
    }.banner_slider .wrap_content h2 {
         font-size: 30px;
     }
    .banner_slider .wrap_content a{
        margin-top: 0;
        transform: scale(.9)
    }
    .main-navigation .main-nav ul li a {
             font-size: 10px;

             margin: 0px 8px;
         }
    .data h4 {
        font-size: 100px;
    }
    .project_home .item.info {
        padding: 0 50px 0 calc(calc(100vw - 950px)/2);
    }
    .project_home .project_item .box_content h3 {
        font-size: 15px;
    }
    .project_home .project_item .box_content {
        left: 10px;
    }
    .project_home .project_item .box_content .arrow{
        width: 63px;
        height: 63px;
    }
    .data_home:before{
        left: calc(calc(calc(100vw - 950px)/2) - 247px);
    }
    .data_home .wrap {
        padding-left: 50px;
    }
    .data_home .map h4{
        font-size: 12px;
    }
    .data_home .map h3 {
        font-size: 35px;
    }
    ul.list_tax a {
        font-size: 15px;
    }
    .news_home .box_slider .arrow_slider, .project_other .box_slider .arrow_slider {
        top: -35px;
    }
    section.section.footer_nav * {
        font-size: 12px;
    }
    .customer .left {
        padding: 30px;
    }
    .wrap_search_popup .inner{
        padding: 65px calc(calc(100vw - 900px) / 2) 60px;
    }
}
@media only screen and (max-width: 991px){
    .grid-container{
        max-width: 720px;
    }
    .heading_h2 {
        font-size: 25px;
    }
    .hero-style {
        height: 400px;
    }
    section.section.service_home .slider .item {
        padding: 0 20px;
    }
    section.section.service_home .slider {
        margin: 0 -20px;
    }
    .project_home .item.info {
        padding: 30px;
    }
    .project_home .item:nth-child(1), .project_home .item:nth-child(6) {
        width: 100%;
    }
    .project_home .item {
        width: 50%;
    }
    .data_home:before {
        left: calc(calc(calc(100vw - 720px)/2) - 247px);
    }
    .data_home .wrap {
        padding-left: 0;
    }
    .data_home .map {
        margin-left: -150px;
    }
    .swiper-pagination.style_3 .swiper-pagination-bullet{
        width: 10px;
    }
    .swiper-pagination.style_3 .swiper-pagination-bullet-active {
        width: 30px;
    }
    .sub_title{
        font-size: 15px;
    }
    .news_home .grid-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .news_home .grid-container>* {
        width: 100%;
        text-align: center;
    }
    ul.list_tax {
        list-style: none;
        margin: 0 0 30px;
        justify-content: center;
        padding-right: 0;
    }
    .news_item img {
        height: 150px;
    }
    .news_item .box_content h3 {
        font-size: 14px;
        height: 44px;
    }
    section.section.news_home {
        padding: 60px 0;
    }
    div#load_news {
        min-height: 229px;
    }
    .recruitment_home .wrap .box_img img{
        max-width: 100%;
    }
    .recruitment_home .wrap {
        align-items: flex-start;
    }
    .recruitment_home .wrap .box_content {
        padding-right: 10px;
    }
    .recruitment_home .wrap .box_img{
        padding-top: 30px;
    }
    .wrap_2_col .footer_3 {
        padding-right: 30px;
        box-sizing: border-box;
    }
    section.section.footer_nav *.grid-60.tablet-grid-60 {
        order: 2;
    }
    section.section.footer_nav * {
        width: 100%;
    }
    section.section.footer_nav .wrap {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    section.section.footer_nav .wrap ul li {
        width: auto;
    }
    section.section.footer_nav .wrap ul{
        justify-content: center;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper span {
        color: white;
        font-size: 40px;
    }
    .gp-icon svg{
        transform: translateY(8px);
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper{
        background: transparent;
    }
    .search_open.tablet {
        display: inline-flex !important;
        position: absolute;
        top: 0;
        right: 80px;
        height: 68px;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled{
        background: transparent !important;
    }
    .main-navigation .main-nav ul li a {
        font-size: 20px;
        margin: 20px 0;
        line-height: 1.5;
    }
    .wrap_search_popup .inner{
        padding: 65px calc(calc(100vw - 700px) / 2) 60px;
    }
    .main-navigation .main-nav>ul>li>a:before{
        bottom: 0;
    }
    ul.options.language_flag.display_flex{
        right: 200px;
    }
    .inside-header.grid-container{
        max-width: 100%;
    }
    ul.options.language_flag.display_flex{
        right: 160px;
        display: flex;
        top: 34px;
    }
}
@media only screen and (max-width: 767px){
    .banner_slider .wrap_content h1 {
        font-size: 14px;
    }
    .banner_slider .wrap_content h2 {
        font-size: 12px;
    }
    .hero-slider .arrow_slider {
        width: 40px;
        height: 40px;
    }
    .hero-slider .arrow_slider svg {
        width: 15px;
    }
    .banner_slider .wrap_content{
        right: 120px;
    }
    .hero-style {
        height: 200px;
    }
    section.section.about_home {
        padding: 50px 0;
    }
    .group_video {
        margin-top: 30px;
    }
    .group_video .wrap{
        width: 100%;
    }
    .box_video img {
        width: 100%;
    }
    section.section.service_home {
        padding: 50px 0 100px 0;
    }

    section.section.service_home .box_content{
        margin-bottom: 30px;
    }
    section.section.service_home .slider .icon img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    section.section.service_home .slider .icon {
        height: 40px;
        margin-bottom: 20px;
    }
    section.section.service_home .slider .item {
        padding: 0 5px;
    }
    section.section.service_home .slider {
        margin: 0 -5px;
    }
    .data_home {
        padding: 50px 0;
    }
    .member_company .slider .item h3 {
        font-size: 12px;}
    .member_company {
        background-color: #8ac52b;
        padding: 50px 0;
    }
    .customer .right {
        padding-top: 50px;
    }
    ul.list_tax a {
        font-size: 12px;
        margin-left: 10px;

    }
    ul.list_tax a.active span {
        width: 14px;
    }.news_item img {
         height: 120px;
     }
    .news_item .box_content .group_date {
                   width: 35px;
               }
    .news_item .box_content .group_date .date {
        font-size: 20px;
    }.news_item .box_content .group_date .month {
             font-size: 7px;
         }
    .news_item .box_content h3 {
        font-size: 12px;
        height: 35px;
    }
    .news_item .box_content .group_date{
        margin-right: 8px;
    }
    .news_item .box_content h3{
        text-align: left;
    }
    .news_item {
        width: calc(100% - 10px);
        margin: 0 5px;
    }
    div#load_news {
        min-height: 185px;
    }
    .news_home .box_slider .arrow_slider{
        top: 60px;
    }
    .news_home .box_slider .arrow_slider{
        right: -20px;
    }
    .news_home .box_slider .arrow_slider.button_prev_slider{
        left: -20px;
        right: unset;
    }
    .recruitment_home {
        padding: 50px 0;
    }
    .customer .left .number{
        font-size: 70px;
    }.member_company .slider .item {
         padding: 0 5px;
     }.member_company .slider {
          margin: 0 -5px;
      }
    .footer h2 {
        font-size: 20px;
    }
    .wrap_2_col {
        display: flex;
        flex-wrap: wrap;
    }
    .wrap_2_col>* {
        width: 100% !important;
        padding: 0 !important;
        margin-top: 40px;
    }
    .footer{
        padding: 50px 0;
    }
    img.logo_footer{
        max-width: 120px;
    }
    .data_home .map img {
        margin-right: 0;
        max-width: 200px;
    }
    .data_home .map {
        margin-left: 0;
        margin-top: 30px;
    }
    .data_home .map .item {
        padding: 10px 0;
    }
    .data_home .map .item span {
        width: 160px;
    }
    .data_home .map .item:nth-child(2) span {
        width: 120px;
    }
    .data_home .map .item:nth-child(3) span {
        width: 110px;
    }
    .data_home .map .item:nth-child(4) span {
        width: 160px;
    }
    .data_home .map h3 {
        font-size: 25px;
    }
    .data_home .map h4 {
        font-size: 10px;
    }
    .data_home .map .item {
        padding: 20px 0;
    }
    .data_home .box_content {
        padding-top: 0;
    }
    section.customer {
        padding: 40px 0 80px;
    }
    .banner_slider .wrap_content a {
        margin-top: -40px;
        transform: scale(.3);
        right: 0;
    }
    .hero-slider .swiper-pagination {
        bottom: 20px;
    }
    .data_home:before {
        left: 0;
    }
    .site-header .header-image {
        vertical-align: middle;
        height: 35px;
        width: auto;
        margin-left: 10px;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper span {
        font-size: 35px;
    }
    .search_open.tablet{
        height: 60px;
    }
    div#page {
        margin-top: 60px;
    }
    .search_open.tablet{
        right: 75px;
    }
    .about_home:before {
        right: -100px;
    }
    .about_home:before{
        left: 0;
    }
    .wrap_search_popup .inner{
        padding: 40px 20px;
    }
    .wrap_search_popup input#searchsubmit{
        width: auto;
    }
    .wrap_search_popup .inner h2{
        font-size: 26px;
    }
    .wrap_search_popup .inner .button_close{
        top: 10px;
        right: 10px;
    }
    a.search_open:before{
        height: 60px;
    }
    .main-navigation .main-nav ul li a{
        font-size: 15px;
    }
    ul.options.language_flag.display_flex{
        right: 130px;
    }
    a.search_open{
        width: 50px;
    }
    ul.options.language_flag.display_flex{
        display: flex;
    }
    ul.options.language_flag.display_flex{
        display: flex;
        top: 30px;
    }
    .project_home .item {
        width: 100%;
        min-height: unset;
        height: 250px;
    }
}
@media only screen and (max-width: 400px){
    .hero-style {
        height: 180px;
    }
}
@media only screen and (max-width: 370px){
    .has-inline-mobile-toggle .mobile-menu-control-wrapper span{
        font-size: 30px;
    }
    .search_open.tablet{
        right: 50px;
    }
    ul.options.language_flag.display_flex{
        right: 105px;
    }
    .site-header .header-image{
        height: 30px;
    }
    .menu-toggle{
        line-height: 50px;
    }
    .search_open.tablet,
    a.search_open:before{
        height: 50px;
    }
    ul.options.language_flag.display_flex{
        top: 25px;
    }
    div#page{
        margin-top: 50px;
    }
    .menu-toggle{
        padding: 0 10px;
    }

}