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: 'SVN-Gotham';
    color: #333333;
    overflow-x: hidden;
    background: white;
    font-size: 16px;
    line-height: 1.5;
}
.text_justify{
    text-align: justify;
}
.content{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

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

.text_bold{
    font-family: 'SVN-Gotham-Bold';
}

h1,h2,h3{
    font-family: 'SVN-Gotham-Bold';
    line-height: normal;
}
.font_black{
    font-family: 'SVN-Gotham';
}
.font_light{
    font-family: 'SVN-Gotham';
}


.heading_h2 {
    font-size: 40px;
    color: #262525;
    font-family: 'SVN-Gotham-Bold';
    margin: 10px 0 30px 0;
    position: relative;
    line-height: 47px;
}
.heading_h2 b{
    color: #DC2D27;
    font-size: 50px;
    line-height: 57px;
}
.sub_title{
    color: #000;
    font-family: 'SVN-Gotham';
    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: 'SVN-Gotham';
}

.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;
}

.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: #DC2D27;
    display: flex;
    justify-content: center;
    left: unset;
    right: calc(15% - 30px);
    top: calc(70% - 31.5px);
    transition: .5s all;
}
.hero-slider .button_next_slider.arrow_slider:hover{
    background: #DC2D27;
}
.hero-slider .button_prev_slider.arrow_slider:hover{
    background: #262525;
}

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

.hero-slider .button_next_slider.arrow_slider {
    top: calc(80% + 13px);
    background-color: #262525;
}

.hero-slider .arrow_slider.button_prev_slider {
    transform: translate(-100%,0%) 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: 90px 0;
}
section.section.about_sec_1 {
    padding: 20px 0 20px 0;
}
section.section.about_sec_1 > .grid-container {
    max-width: 1080px;
}
a.button_style {
    display: inline-flex;
    align-items: center;
    font-family: 'SVN-Gotham-Bold';
    color: #000;
    transform: translateX(0);
    transition: .5s all;
    font-size: 15px;
}
a.button_style:hover {
    transform: translateX(10px);
}
a.button_style.style_white{
    color: white;
}
a.button_style svg {
    width: 12px;
    height: auto;
    fill: #DC2D27;
}
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 #DC2D27;
    justify-content: center;
    border-radius: 50%;
    margin-left: 35px;
    flex: 0 0 auto;
    position: relative;
    margin-top: 6px;
}
a.button_style.style_white span{
    border-color: white;
}
a.button_style span:before {
    width: 50px;
    height: 1px;
    background-color: #DC2D27;
    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;
    padding-left: 20px;
}
section.section.about_sec_1 .box_content {
    padding-top: 15px;
}
section.section.about_home .box_content .content{
    margin-bottom: 30px;
}
section.section.about_home .group_video .top{
    background: url(../images/bg-right-box1-home.png) no-repeat top left;
    padding: 40px 35px 32px 35px;
}
section.section.about_home .group_video .top h3 {
    font-size: 25px;
    margin-bottom: 4px;
}

section.section.about_home .group_video .top span.text_white {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin-bottom: 25px;
}

.data h4 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

.group_video {
    margin-top: -50px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.about_sec_1 .group_video {
    margin-top: 0;
    width: 45%;
    /* margin-left: 35px; */
}
.group_video .wrap {
    max-width: 100%;
}
.box_video {
    position: relative;
}
.box_video img{
    display: block;
    max-width: 100%;
    border-radius: 12px;
}
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);
}
section.section.about_home .swiper-pagination {
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
section.section.service_home {
    padding: 90px 0 90px;
    background-color: #f2f2f2;
}
section.section.service_home .slider .icon {
    position: absolute;
    top: -30px;
    left: 15px;
    z-index: 999;
    background: #f2f2f2;
    padding: 0 15px;
    height: 68px;
}
section.section.why_choose .slider .icon {
    background: #fff;
}
section.section.service_home .grid-container {
    position: relative;
}

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

section.section.service_home .slider .item {
    padding: 70px 30px 0 30px;
    border: 2px #DC2D27 solid;
    position: relative;
    min-height: 264px;
    margin-bottom: 60px;
}
.color-f2f2f2 {
    color: #f2f2f2;
}

section.section.service_home .slider {
    margin: 0 -10px;
    padding: 30px 0 0 0;
}
section.section.service_home .box_content{
    padding-top: 52px;
    position: absolute;
    background: #f2f2f2;
    z-index: 100;
}
section.section.why_choose .box_content {
    background: #fff;
}
.swiper-pagination.style_2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #DC2D27;
    opacity: 0.5;
    margin: 0 5px !important;
}
.swiper-pagination.style_2 .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.box_slider{
    position: relative;
}
.infrastructure {
    padding: 50px 0 0 0;
}
section.section.service_home .swiper-pagination, section.staff .swiper-pagination, section.customer_about .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}
section.staff .swiper-pagination {
    bottom: 70px;
}
section.customer_about .swiper-pagination {
    bottom: 50px;
}
.project_home .wrap{
    margin: 5px -5px 0;
}
.project_home .item {
    width: 25%;
    border: 5px solid white;
}

.project_home .item:nth-child(1),.project_home .item:nth-child(10) {
    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;
    background: rgba(38, 37, 37, 0.5);
}
.project_home .project_item:hover  .box_content .arrow{
    background-color: #DC2D27;
}

.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: 20px;
    margin: 0;
    margin-bottom: 10px;
}

.project_home .project_item img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.project_home .item.info {
    display: flex;
    align-items: center;
    padding: 0 130px 0 calc(calc(100vw - 1200px)/2);
}
.data_home {
    padding: 0 0 20px 0;
}

.data_home .map {
    align-items: center;
    margin-left: -33px;
}
.data_home .map > img {
    max-width: 450px;
}
.data_home .map h3 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    float: right;
    width: 138px;
    padding: 15px 0 25px 0;
    background: url('../images/bg-count-number.png') no-repeat top right;
    line-height: 40px;
    text-align: center;
}

.data_home .map h4 {
    font-size: 15px;
    margin: 0;
    float: right;
    width: calc(100% - 138px);
    text-align: center;
    padding-top: 10px;
}

.data_home .map .item {
    padding: 0 0;
    position: relative;
    width: 390px;
    float: right;
    margin: 60px 0;
}
.data_home .map .item:last-child {
    margin-bottom: 0;
}
/* .data_home .map .item:nth-child(1) {
    margin-top: 70px;
} */

.data_home .map .item span {
    width: 390px;
    height: 1px;
    border: 1px solid #DC2D27;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.data_home .map .item:nth-child(2) span, .data_home .map .item:nth-child(2) {
    width: 359px;
}
.data_home .map .item:nth-child(3) span, .data_home .map .item:nth-child(3) {
    width: 353px;
}
.data_home .map .item:nth-child(4) span, .data_home .map .item:nth-child(4) {
    width: 390px;
}
.data_home .map .item span:before {
    position: absolute;
    left: -2px;
    top: -4px;
    width: 8px;
    height: 8px;
    background-color: #DC2D27;
    content: '';
    border-radius: 50%;
}
.data_home .box_content{
    padding-top: 226px;
    margin-left: -62px;
    margin-right: 0;
}
.data_home .box_content .content{
    margin-bottom: 20px;
}
.data_home .heading_h2 {
    margin-bottom: 20px;
    color: #DC2D27;
    font-size: 47px;
    line-height: 65px;
    margin-top: 0;
}
.data_home .heading_h2 b{
    color: #000000;
}
.data_home .wrap{
    padding-left: 190px;
}
/* .data_home:before {
    position: absolute;
    content: '';
    top: 10px;
    z-index: -1;
    background: url(../images/bg-thanh-tuu.jpg) no-repeat top left;
    left: 20px;
    width: 100%;
    height: 100%;
} */
.member_company{
    background-color: #DC2D27;
    padding: 80px 0;
}
.member_company .slider .item .logo {
    border-radius: 11px;
    background-color: #B8110B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 30px;
}
.member_company .inner-content .heading_h2{
    font-size: 50px;
    line-height: 55px;
}

.member_company .slider .item h3 {
    font-size: 15px;
    margin: 0;
}
.member_company .slider{
    margin: 0 -20px;
}
.member_company .slider .item {
    padding: 0 20px;
}
.member_company .arrow_slider.style_2 {
    background: #E93831;
    position: absolute;
    bottom: -87px;
    top: auto;
}
.member_company .arrow_slider.style_2 svg {
    fill: #fff;
    opacity: 1;
}
.member_company .arrow_slider.button_prev_slider {
    left: calc(50% - 44px);
} 
.member_company .arrow_slider.button_next_slider {
    right: calc(50% - 44px);
} 
.customer .left .item>*{
    color: white;
}
.customer .left .number {
    color: #DC2D27;
    font-size: 88px;
    display: block;
    text-align: left;
    width: 100%;
    line-height: .9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #DC2D27 solid;
}
.customer .left {
    padding: 70px 70px 100px;
    background-color: rgba(0, 0, 0, 0.58);
}
.customer .left .swiper-pagination {
    position: absolute;
    top: 59px;
    right: 0;
}
.customer .left .swiper-pagination .swiper-pagination-bullet,
.service_home .swiper-pagination .swiper-pagination-bullet,
.about_home .swiper-pagination .swiper-pagination-bullet,
.staff .swiper-pagination .swiper-pagination-bullet,
.customer_about .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(217, 217, 217, 1);
    height: 4px;
    width: 30px;
    border-radius: 0;
}
.customer .left .swiper-pagination .swiper-pagination-bullet-active,
.service_home .swiper-pagination .swiper-pagination-bullet-active,
.about_home .swiper-pagination .swiper-pagination-bullet-active,
.staff .swiper-pagination .swiper-pagination-bullet-active,
.customer_about .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #DC2D27;
}
.customer .left .arrow_slider {
    background-color: #DC2D27;
    border-radius: 0;
    bottom: -80px;
    top: auto;
}
.customer .left .arrow_slider.button_next_slider {
    right: calc(100% - 85px);
}
.customer .left .arrow_slider.button_prev_slider {
    left: 0;
}
.customer .left .arrow_slider svg {
    fill: #fff;
    opacity: 1;
}
.customer .slider .item h3{
    font-size: 25px;
    margin-bottom: 15px;
}
.customer .slider .item .content{
    margin-bottom: 40px;
    font-size: 16px;
}
.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: 'SVN-Gotham-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: #DC2D27;
}
.swiper-pagination.style_3 {
    bottom: 4px;
}
.customer .right {
    text-align: center;
    padding-top: 74px;
    padding-left: 40px;
}
.customer .right .heading_h2 {
    font-size: 45px;
    margin-bottom: 50px;
}
.customer .right .heading_h2 b {
    color: #fff;
}
.customer .item_logo .inner {
    position: relative;
}
.customer .right .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(217, 217, 217, 1);
    height: 2px;
    width: 32px;
}
.customer .right .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background-color: #DC2D27;
}
.customer .item_logo {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(217, 217, 217, 0.5);
    margin: 0.5px;
}
.customer .right .swiper-pagination {
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}
.recruitment_home{
    padding: 100px 0 80px;
}
.recruitment_home .heading_h2 {
    font-size: 50px;
    line-height: 60px;
}
.recruitment_home .content {
    font-size: 16px;
}
.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: 48px 0 0 0;
    justify-content: flex-end;
    padding-right: 128px;
}

ul.list_tax a {
    font-size: 16px;
    color: #4A4A4A;
    padding-left: 57px;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    background: url('../images/line-dot-space.png') no-repeat center left;
}
ul.list_tax li:first-child a {
    background: none;
    padding-left: 0;
    margin-left: 0;
}
ul.list_tax a.active {
    font-family: 'SVN-Gotham-Bold';
}

ul.list_tax a span {
    transition: .3s all;
    margin-right: 10px;
    display: inline-block;
}
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: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 20px;
    display: block;
}

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

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

.news_item .box_content .group_date .date {
    font-family: 'SVN-Gotham-Bold';
    font-size: 35px;
    color: #fff;
    line-height: 1;
}

.news_item .box_content .group_date .month {
    font-size: 14px;
    color: #fff;
}

.news_item .box_content .group_date {
    margin-right: 15px;
    background: #DC2D27;
}

.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: #DC2D27;
}
.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: #DC2D27;
}

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

.news_home .box_slider .arrow_slider.button_prev_slider ,
.project_other .box_slider .arrow_slider.button_prev_slider{
    right: 50px;
    left: unset;
    background: #E93831;
}
.news_home .box_slider .arrow_slider.button_next_slider {
    background: #E93831;
}
.news_home .box_slider .arrow_slider.button_prev_slider svg,
.news_home .box_slider .arrow_slider.button_next_slider svg{
    fill: #fff;
    opacity: 1;
}
section.section.news_home .heading_h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
}

.wpcf7-not-valid-tip {
    color: red !important;
    margin: 0;
    font-size: 14px !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: #262525;
    opacity: 0.9;
}
span.divider {
    margin: 0 10px;
}
header#masthead {
    background-color: #DC2D27;
}

header#masthead {}

.inside-header {
    padding: 0;
    position: relative;
}

.nav-float-right #site-navigation {
    background: transparent !important;
}
.main-navigation {
    margin-left: 40px;
}
.main-navigation .main-nav ul li a {
    font-size: 13px;
    text-transform: uppercase;
    background: transparent !important;
    color: white !important;
    font-family: 'SVN-Gotham-Bold';
    padding: 0;
    margin: 0 18px;
    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: 60px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    border-left: 1px solid #FF3D3D;
    border-right: 1px solid #FF3D3D;
}
.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: #DC2D27;
}

.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: #DC2D27;
    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{
    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: 20px;
    text-transform: uppercase;
}

.footer .content {
    color: white;
    opacity: 1;
    font-size: 16px;
}

.footer .content a {
    color: white;
}

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

.footer .footer_3 .content p {
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
}

.footer .footer_3 .es-form-field-container input {
    background: #3B5E84;
    width: 100%;
    border-radius: 30px;
    border: 0;
    font-size: 12px;
    color: #fff;
}
.footer .footer_3 .es-form-field-container input[type="submit"] {
    background: #DC2D27;
    font-family: 'SVN-Gotham-Bold';
    font-size: 12px;
    text-transform: uppercase;
    width: auto;
}

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

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

.footer_4 ul a {
    font-size: 14px;
    color: #BABABA;
}

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

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

section.section.footer_nav .copyright {
    font-size: 12px;
}

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;
}
.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: 60px;
}


/*/////////*/
.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: #DC2D27 url(../images/whatapp.html);
    -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: #DC2D27;
}

.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: -55px;
    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%;
    transform: translateY(-50%);
    background: #EDEDED;
    border-radius: 15px;
}

ul.options.language_flag.display_flex a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 8px;
    color: #828282;
    font-family: 'SVN-Gotham-Bold';
}
ul.options.language_flag.display_flex li.current-lang a {
    color: #DC2D27;
    background: #fff;
    border-radius: 15px;
}
.main-navigation ul ul {
    background-image: linear-gradient(
            85deg, #263e56 0%, #263e56 100%);
}
.main-navigation .main-nav {
    margin-left: 10px;
}
.main-navigation .main-nav ul ul li a {
    color: #515151;
    font-family: 'SVN-Gotham';
    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;
}
.site-header .header-image {
    max-width: 90%;
}
.wp-pagenavi {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0;
    padding: 3px 5px;
    margin: 0 5px;
    font-size: 18px;
    color: #D4D4D4;
}
.wp-pagenavi span.current {
    font-weight: normal;
    color: #F36F21;
    border: 2px solid #D4D4D4;
    border-radius: 50%;
    padding: 4px 13px 5px 13px;
}
.project_detail .list-info .item {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    text-align: center;
    color: #000;
    padding: 30px 0;
    border-bottom: 1px #D3D3D3 solid;
}
.project_detail .list-info .item p {
    margin: 0;
}
.project_detail .list-info .item:nth-child(2) {
    border-left: 1px #D3D3D3 solid;
    border-right: 1px #D3D3D3 solid;
}
.project_detail .detail-content {
    text-align: center;
    padding: 30px 0;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
.grid-container > .row {
    margin: 0 -10px;
}
.mobile {
    display: none;
}
@media only screen and (min-width: 1199px) {
    .project_home .item.info {
        background: none!important;
    }
}
@media only screen and (max-width: 1366px) {
    .data_home::before {
        left: -126px;
    }
    .data_home .map {
        margin-left: -275px;
    }
}
@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 (max-width: 991px) {
    header#masthead, .logged-in header#masthead {
        top: 0;
    }
    .main-navigation .menu-bar-item:hover > a,
    .main-navigation .menu-bar-item.sfHover > a {
      background: none;
      color: #515151;
    }
    h1 {
        font-size: 31px;
      }
    h2 {
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 19px;
    }
    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header,
    .wp-block-group__inner-container {
      padding: 30px;
    }
    .widget-area .widget {
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
    }
    .footer-widgets-container {
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
    }
    .inside-site-info {
      padding-right: 30px;
      padding-left: 30px;
    }
    .entry-content .alignwide,
    body:not(.no-sidebar) .entry-content .alignfull {
      margin-left: -30px;
      width: calc(100% + 60px);
      max-width: calc(100% + 60px);
    }
    .one-container .site-main .paging-navigation {
      margin-bottom: 20px;
    }
    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
      display: block;
    }
    .main-navigation ul,
    .gen-sidebar-nav,
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,
    .has-inline-mobile-toggle
      #site-navigation
      .inside-navigation
      > *:not(.navigation-search):not(.main-nav) {
      display: none;
    }
    .nav-align-right .inside-navigation,
    .nav-align-center .inside-navigation {
      justify-content: space-between;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
      display: flex;
      flex-wrap: wrap;
    }
    .has-inline-mobile-toggle .inside-header {
      flex-direction: row;
      text-align: left;
      flex-wrap: wrap;
    }
    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
      flex-basis: 100%;
    }
    .nav-float-left .has-inline-mobile-toggle #site-navigation {
      order: 10;
    }
}
@media only screen and (max-width: 991px){
    .grid-container{
        max-width: 720px;
    }
    .heading_h2, .heading_h2 b, .data_home .heading_h2,
    .recruitment_home .heading_h2, section.section.news_home .heading_h2,
    .customer_about .heading_h2,
    .page_news .heading_h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .customer_about .contact-info ul {
        margin-left: 0;
    }
    .customer_about .contact-info ul li {
        margin: 0 20px;
    }
    .customer_about .contact-info p {
        margin-bottom: 10px;
    }
    .data h4 {
        font-size: 16px;
    }
    .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;
    }
    .data_home .map .item, .data_home .map .item:nth-child(2) span, .data_home .map .item:nth-child(2),
    .data_home .map .item:nth-child(3) span, .data_home .map .item:nth-child(3),
    .data_home .map .item:nth-child(4) span, .data_home .map .item:nth-child(4) {
        width: 160px;
    }
    .data_home .map h3, .data_home .map h4 {
        float: none;
        width: 100%;
    }
    .data_home .map h3 {
        padding: 5px 26px;
        text-align: right;
    }
    .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.staff .swiper-pagination {
        bottom: 10px;
        width: 100%;
    }
    section.section.footer_nav * {
        width: 100%;
    }
    section.section.footer_nav .wrap ul {
        margin: 10px 0 0 0;
    }
    section.section.footer_nav ul li img {
        width: auto;
    }
    section.section.footer_nav .wrap ul a {
        padding: 0 5px;
    }
    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: -10px;
    }
    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;
    }
    section.section.about_home .group_video .top h3 {
        font-size: 20px;
    }
    section.section.about_home .group_video .top span.text_white {
        font-size: 14px;
    }
    .data_home .box_content {
        margin-left: 0;
        margin-right: 0;
    }
}
@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: 30px 15px;
    }
    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: #DC2D27;
        padding: 50px 0;
    }
    .customer .right {
        padding-top: 30px;
        padding-left: 10px;
    }
    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: 12px;
        text-align: right;
        margin-top: 10px;
    }
    .data_home .map .item {
        padding: 10px 0;
        margin: 10px 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;
        display: none;
    }
    .site-header .header-image {
        vertical-align: middle;
        height: 35px;
        width: auto;
        margin-left: 10px;
    }
    .member_company .inner-content .heading_h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .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: 82px;
    }
    .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;
    }
    .member_company .arrow_slider.style_2 {
        bottom: -66px;
    }
    .customer .left .arrow_slider {
        bottom: -40px;
    }
    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: 480px){
    .list-activities .activity-item {
        background: none!important;
        padding: 30px 0 0 0!important;
        margin-bottom: 30px!important;
    }
    .list-activities .activity-item .activity-item-content h2,
    .list-activities .activity-item .activity-item-content .view-more > a, .list-activities .activity-item .description {
        color: #000;
    }
    .list-activities .activity-item h2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .list-activities .activity-item:first-child .activity-item-content, .list-activities .activity-item:last-child .activity-item-content,
    .list-activities .activity-item:nth-child(2) .activity-item-content,
    .list-activities .activity-item:nth-child(3) .activity-item-content {
        position: static;
        padding: 0 0;
    }
    .list-activities .activity-item .description {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-activities .activity-item .activity-item-content .view-more a.button_style span,
    .list-activities .activity-item .activity-item-content .view-more a.button_style span::before {
        border: 1px #000 solid;
    }
    .list-activities .activity-item .activity-item-content .view-more a.button_style svg {
        fill: #000;
    }
    .list-activities .activity-item:nth-child(2) .activity-item-image,
    .list-activities .activity-item:nth-child(3) .activity-item-image {
        width: 100%;
        float: none;
        padding: 0;
    }
    .list-activities .activity-item:nth-child(2) .activity-item-content,
    .list-activities .activity-item:nth-child(3) .activity-item-content {
        width: 100%;
    }
    .list-activities .activity-item:last-child::before {
        display: none;
    }
    .project_detail .list-info .item p {
        font-size: 14px;
    }
    .footer_4 {
        margin: 30px 0;
    }
    section.section.service_home .slider {
        padding: 30px 0 0 0;
    }
    section.section.service_home .box_content {
        position: static;
        padding-top: 0;
    }
    .hero-style {
        height: 180px;
    }
    .about_home {
        background: none!important;
    }
    section.section.service_home .slider .icon {
        top: -24px;
    }
    .project_home .wrap {
        background-size: 100% 285px !important;
        margin-top: 0;
        background: none!important;
    }
    .project_home .item {
        border: 0;
    }
    .project_home .item:nth-child(1), .project_home .item:nth-child(10) {
        width: 100%;
    }
    .list_news {
        display: block;
        margin-bottom: 0;
    }
    .row {
        display: block!important;
    }
    section.breadcrumbs {
        display: none;
    }
    .tab {
        margin-top: 20px;
    }
    .tab button {
        width: calc(50% - 15px);
        font-size: 14px;
        margin: 0 5px 10px 5px;
        padding: 10px 20px;
    }
    #mobile-menu-control-wrapper {
        margin-left: 32px;
    }
    ul.options.language_flag.display_flex {
        right: 7px;
    }
    .about_sec_1 .group_video {
        width: 100%;
    }
    #site-navigation {
        margin-left: 0;
        margin-top: 0!important;
    }
    .content.hide_content {
        height: auto;
        -webkit-line-clamp: unset;
        margin-bottom: 0;
        font-size: 14px;
    }
    .main-navigation .main-nav > ul > li > a::before {
        display: none;
    }
    .footer h2 {
        font-size: 13px;
    }
    h3.title_footer {
        font-size: 15px;
    }
    .footer .content {
        font-size: 14px;
    }
    .service_page .heading_h2 {
        font-size: 27px;
    }
    .list_news > .item_news {
        padding: 0 10px!important;
        background: none !important;
        box-shadow: none;
    }
    .item_news .box_content {
        padding: 0;
    }
    .item_news .box_content .content {
        font-size: 14px;
    }
    ul.list_cat li a {
        background: url('../images/Add_ring.png') no-repeat top 12px left;
    }
    section.section.post_details.news_details .wrap_content {
        border: 0;
        padding: 0 5px;
    }
    section.section.post_details.news_details .wrap_content .heading_h2 {
        font-size: 20px;
        line-height: 29px;
    }
    .service_related h3 {
        font-size: 19px;
        line-height: 27px;
    }
    .info_employment_information {
        padding: 0!important;
    }
    .info_employment_information .info_general_apply {
        padding: 15px!important;
        width: auto!important;
    }
    .info_employment_information h1 {
        margin-top: 0;
    }
    .info_employment_information ul li {
        margin-bottom: 10px!important;
    }
    .apply_cv {
        padding: 20px 0!important;
    }
    .apply_cv h3 {
        font-size: 20px;
    }
    .apply_cv .wrap_form input, .apply_cv .wrap_form textarea {
        font-size: 14px;
    }
    .wpcf7-spinner {
        display: inherit
    }
    .section.data_home {
        padding: 30px 0;
        background: none!important;
    }
    .data_home .map {
        margin-top: 21px;
        display: block;
        text-align: center;
    }
    .item_member .box_img {
        background: none!important;
    }
    .slider .item_member .box_img {
        height: auto!important;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .data_home .list_data {
        overflow: hidden;
        display: block;
    }
    .data_home .map .item {
        float: left;
        width: 50% !important;
        padding-right: 15px;
    }
    .data_home .map h4 {
        margin-top: 0;
    }
    .data_home .map .item span {
        width: 50%!important;
        right: 15px;
    }
    .project_home .item {
        height: auto;
        margin-bottom: 10px;
    }
    .box_slider.mobile .arrow_slider {
        right: -10px;
    }
    .box_slider.mobile .arrow_slider.button_prev_slider {
        right: 37px;
    }
}
@media only screen and (max-width: 370px){
    .has-inline-mobile-toggle .mobile-menu-control-wrapper span{
        font-size: 30px;
    }
    .search_open.tablet{
        right: 80px;
    }
    ul.options.language_flag.display_flex{
        right: 2px;
    }
    .site-header .header-image{
        height: 30px;
    }
    #mobile-menu-control-wrapper {
        margin-left: 40px;
    }
    .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;
    }

}