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);
}
div#banner_gr img {
    display: block;
    width: 100%;
}
.about_sec_1{
    padding: 110px 0 120px;
}
.group_imgs {
    display: flex;
    justify-content: flex-end;
}

.group_imgs .box_img {
    position: relative;
    margin-right: 45px;
}
.group_imgs .box_img:before{
    background-color: #8ac52b;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 10px;
    left: -10px;
    content: '';
    position: absolute;
}
.group_imgs .box_img img {
    display: block;
}

.group_imgs .box_img .box_video {
    position: absolute;
    right: 155px;
    bottom: 40px;
    z-index: 5;
}
.group_imgs .box_img:after {
    content: '';
    background-image: linear-gradient(to top, #8ac52b 50%, #8ac52b 50%);
    width: 100%;
    height: 100%;
    opacity: .6;
    top: 0;
    position: absolute;
}
.group_imgs .box_img .box_video img {
    max-width: unset;
}


section.section.about_sec_1 .heading_h2 {
    margin-bottom: 20px;
    line-height: 1.1;
}

section.section.about_sec_1 .content {line-height: 1.7;}

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

section.section.about_sec_1 .group_content>a {
    height: 50px;
    background-color: #8ac52b;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    line-height: 50px;
    font-family: 'Montserrat Bold';
    padding: 0 35px;
    margin-top: 20px;
    transition: .5s all;
}
section.section.about_sec_1 .group_content>a:hover{
    background: #263e56;
}
section.section.about_sec_1:before {
    position: absolute;
    content: url(../../images/bg_sec_1_ab.jpeg);
    top: 50%;
    transform: translateY(-50%);
    left: calc(calc(calc(100vw - 1200px)/2) - 360px);
    z-index: -1;
}
.vision_mission .item {
    width: 50%;
    position: relative;
}

.vision_mission .item .box_content {
    position: absolute;
    z-index: 9;
    bottom: 55px;
    max-width: 395px;
    right: 74px;
    text-align: right;
}

.vision_mission .item img {
    display: block;
}

.vision_mission .item .box_content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.vision_mission .item:nth-child(2) .box_content {
    left: 74px;
    right: unset;
    text-align: left;
}

.vision_mission .item:before {
    height: 267px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    right: 0;
    width: 100%;
    content: '';
    bottom: 0;
}
.why_choose{
    padding: 130px 0 70px;
}
.why_choose .grid-33{
    padding: 0 40px;
    margin-bottom: 60px;

}
.why_choose .wrap{
    margin: 0 -40px;
}
.why_choose .wrap .item .icon{
    height: 95px;
}
.why_choose .wrap .item h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.infrastructure .item h3 {
    position: absolute;
}

.infrastructure .item img {
    display: block;
}

.infrastructure .item {
    position: relative;
    background: black;
    border-radius: 6px;
    overflow: hidden;
}

.infrastructure .item:before {
    height: 166px;
    /* border-radius: 6px; */
    background-image: linear-gradient(to top, #020202 0%, rgba(2, 2, 2, 0) 100%);
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s all;
    z-index: 1;
}

.infrastructure .item h3 {
    position: absolute;
    font-size: 15px;
    left: 50%;
    bottom: 20px;
    color: white;
    width: 90%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
}
.infrastructure .slider {
    padding: 70px 0;
    margin: 0 -50px 100px;
}
.infrastructure .slider .swiper-slide {
    transform: scale(1);
    transition: .5s all;
}

.infrastructure .slider .swiper-slide.swiper-slide-active {
    transform: scale(1.5);
    position: relative;
    z-index: 9;
}
.infrastructure .slider .swiper-slide img {
    opacity: .5;
    transition: .5s all;
}

.infrastructure .slider .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.infrastructure .slider .swiper-slide h3 {
    opacity: 0;
    transition: .5s all;
}

.infrastructure .slider .swiper-slide.swiper-slide-active h3 {
    opacity: 1;
}
.infrastructure .slider .swiper-slide.swiper-slide-active .item:before{
    opacity: 1;
}
.infrastructure .slider .arrow_slider.button_prev_slider{
    left: 180px;
}
.infrastructure .slider .arrow_slider.next{
    right: 180px;
    left: unset;
}
.infrastructure .slider .arrow_slider svg {
    width: 20px;
}
.member_large{
    padding-right: 50px;
}
.member_large .box_img {
    display: inline-flex;
    width: 254px;
    justify-content: center;
    flex: 0 0 auto;
    position: relative;
    margin-right: 50px;
}

.member_large .box_img:before {
    width: 254px;
    height: 254px;
    border-radius: 126px;
    background-color: #8ac52b;
    position: absolute;
    bottom: 2px;
    left: -5px;
    content: '';
}
.member_large .box_img img{
    position: relative;
    width: auto;
}

.member_large .box_content {
    position: relative;
    padding-top: 80px;}
.member_large .box_content:before{
    position: absolute;
    right: -22px;
    top: 60px;
    content: url(../../images/quote.png);
}
.member_large .box_content h3 {
    font-size: 19px;
    /*text-transform: uppercase;*/
    margin-bottom: 6px;
}

.member_large .box_content span {
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
}
section.section.team {
    padding: 95px 0 110px;
    background-attachment: fixed;
}

.item_member .box_img {
    background-color: #e0e0e0;
    border-radius: 5px;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    height: 262px;
    margin-bottom: 15px;
}

.item_member h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.item_member span {
    font-size: 14px;
}
.team .wrap .item_member{
    width: calc(100% - 30px);
    margin: 0 15px;
}
.team .slider .item_member {
    width: calc(100% - 30px);
    margin: 0 15px;
}
.team .wrap_top.display_flex_wrap {
    justify-content: center;
}

.team .slider {
    margin: 55px -15px 0;
}
.team .wrap{
    margin: -15px;
}
.team .box_slider .arrow_slider.next,
.staff .box_slider .arrow_slider.next{
    right: -45px;
    left: unset;
}
.team .box_slider .arrow_slider,
.staff .box_slider .arrow_slider{
    top: 135px;
    left: -45px;
}
.team .box_slider .arrow_slider svg ,
.staff .box_slider .arrow_slider svg{
    width: 25px;
    transition: .5s all;
    fill: #999999;
}
.team .box_slider .arrow_slider:hover svg ,
.staff .box_slider .arrow_slider:hover svg{
    fill: #80c342;
}
.team .heading_h2{
    margin-bottom: 40px;
}
.staff .item_member{
    width: calc(100% - 30px);
    margin: 0 15px;
}
.staff .slider{
    margin: 0 -15px;
    padding-bottom: 165px;
}
.staff .slider .swiper-slide:nth-child(odd){
    transform: translateY(55px);
}
.customer_about .slider{
    margin-bottom: 60px;
}
.staff{
    padding: 90px 0 0 0;
}.customer_about{
    padding: 115px 0 100px;
    background-attachment: fixed;
 }
.customer_about .slider:before {
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    height: 1px;
    background-image: linear-gradient(to left, rgba(51, 51, 51, 0) 0%, #333333 50%, rgba(51, 51, 51, 0) 100%);
    position: absolute;
    opacity: 0.1;
}
.customer_about .slider .item{
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.customer_about .content.top{
    max-width: 1150px;
    margin: auto;
}
.customer_about .content.bottom{
    font-size: 18px;
    color: #333333;
    opacity: .7;
    max-width: 781px;
    margin: auto;
}

section.section.project_page {
    padding: 90px 0;
}

section.section.project_page .wrap {
    align-items: center;
}

section.section.project_page .wrap h1 {
    margin: 0;
}

section.section.project_page .wrap a {
    margin-left: 34px;
    font-family: 'Montserrat Bold';
    font-size: 12px;
    color: #333333;
    padding-left: 50px;
    position: relative;
}
section.section.project_page .wrap a:before {
    position: absolute;
    left: 0;
    top: 61%;
    transform: translate(-23%,-50%);
    content: url(../../images/button_xanh.png);
}
section.section.project_page ul.list_tax {
    list-style: none;
    margin: 40px 0 45px 0;
    justify-content: flex-start;
    padding-right: 0;

}
section.section.project_page ul.list_tax a {
    margin: 0 29px 0 0;
}

.item_project {
    width: calc(33.3333% - 10px);
    position: relative;
    height: 376px;
}

.item_project:nth-child(2), .item_project:nth-child(6) {
    width: calc(66.6667% - 10px);
}

.item_project>h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 2;
    margin: 0;
    opacity: 1;
    transition: .5s all;
}

.item_project .box_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 385px;
    max-width: 90%;
    pointer-events: none;
    opacity: 0;
    transition: .5s all;
}

.item_project .box_content .arrow {
    width: 47px;
    height: 47px;
    background-color: #8ac52b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.item_project .box_content .arrow svg {
    width: 20px;
    fill: white;
}

.item_project .box_content h3 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.item_project .box_content .content {
    font-size: 15px;
    color: white;
    opacity: 0.57;
    margin-bottom: 30px;
}

.item_project a {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0;
    transition: .5s all;
}

.item_project:hover a {
    opacity: 0.88;
}

.item_project img {
    display: block;
    width: 100%;
}

.item_project {
    margin: 0 5px 10px;
}

.item_project:before {
    height: 145px;
    background-image: linear-gradient(to top, rgba(13, 13, 13, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    pointer-events: none;
}

.item_project:hover .box_content {
    opacity: 1;
}

.item_project:hover>h3 {
    opacity: 0;
}
ul.thenativePagination {
    list-style: none;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination svg {
    width: 12px;
    height: auto;
    fill: #999999;
}

ul.thenativePagination a {
    width: 38px;
    height: 38px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    border-radius: 50%;
    color: #999999;
    font-size: 16px;
    line-height: 38px;
    margin: 0 5px;
}

ul.thenativePagination li.active a {
    color: #8ac52b;
    border-color: #8ac52b;
}


li.thenativePaginationEnd,li.thenativePaginationStart {
    display: none !important;
}

li.thenativePaginationPrev {
    transform: rotate(180deg);
}

.project_details{
    padding: 100px 0 115px;
}


.group_info h1 {
    font-size: 40px;
    margin: 0;
}

.group_info .wrap a {
    font-size: 14px;
    color: #333333;
    height: 40px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    line-height: 42px;
    padding: 0 20px;
    margin-top: 8px;
    flex: 0 0 auto;
    margin-left: 10px;
    transition: .5s all;
}
.group_info .wrap a:hover{
    background-color: #8ac52b;
    border-color: #8ac52b;
    color: white;
}

.group_info .wrap a svg {
    width: 10px;
    height: auto;
    transform: rotate(180deg);
    margin-right: 5px;
    transition: .5s all;
}
.group_info .wrap a:hover svg{
    fill: white;
}

.group_info .wrap {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}


.project_details .list_item .item span {
    color: #999999;
    font-size: 15px;
    width: 45%;
    padding-right: 10px;
    flex:  0 0 auto;
}

.project_details .list_item .item h3 {
    color: #333333;
    font-size: 18px;
    margin: 0;
}

.project_details .list_item .item {
    padding: 12px 0;
}

.project_details .list_item {
    padding-left: 30px;
    border-left: 2px solid #8ac52b;
}
.content.hide_content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .5s all;
}
.content.hide_content.active{
    text-overflow: ellipsis;
    -webkit-line-clamp: 1000;
}
.show_content {
    position: relative;
    color: #333333;
    font-size: 12px;
    padding-left: 32px;
    margin-top: 25px;
    display: inline-block;
}
.show_content:before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: url(../../images/icon_view_more.png);
}
.slider_gallery_project {
    padding: 0 calc(calc(100vw - 1200px) / 2);
    margin-top: 75px;
}

.slider_gallery_project .item {
    width: calc(100% - 20px);
    margin: 0 10px;
    height: 80vh;
}
.slider_gallery_project .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slider_gallery_project .item a.video:before{
    position: absolute;
    width: 80%;
    height: 120%;
    background: black;
    filter: blur(30px);
    opacity: .1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
}
.slider_gallery_project .item a.video:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: url(../../images/button_play.png);
}
.slider_gallery_project .item{
    background: black;
}
.slider_gallery_project .swiper-slide img{
    opacity: .5;
    transition: .5s all;
}
.slider_gallery_project .swiper-slide.swiper-slide-active img{
    opacity: 1;
}
.slider_gallery_project .arrow_slider.button_prev_slider {
    left: calc(calc(calc(100vw - 1250px) / 2)/2);
}

.slider_gallery_project .arrow_slider.next {
    right: calc(calc(calc(100vw - 1250px) / 2)/2);
    left: unset;
}

.slider_gallery_project .arrow_slider svg {
    width: 20px;
}
.project_other .slider {
    margin: 0 -10px;
}
.project_other .item_project {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
}

.project_other .box_slider .arrow_slider {
    right: calc(calc(100vw - 1200px) / 2) !important;
    left: unset;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
}

.project_other .box_slider .arrow_slider.button_prev_slider {
    right: calc(calc(100vw - 1085px) / 2) !important;
}
.project_other .heading_h2{
    font-size: 40px;
}
.service_page{
    padding: 100px 0;
}
.item_service {
    position: relative;
    box-shadow: 0 2px 43px rgba(116, 116, 116, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}
.item_service a{
    z-index: 99;
}
.item_service .arrow{
    width: 47px;
    height: 47px;
    background-color: #8ac52b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .5s all;
}
.item_service:hover .arrow{
    opacity: 1;
}
.item_service .arrow svg{
    width: 20px;
    fill: white;
}
.item_service .box_img {
    height: 216px;
    position: relative;
}

.item_service .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_service .box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .5s all;
    content : "";
}

.item_service:hover .box_img:before {
    opacity: .5;
}

.item_service .box_content {
    padding: 20px;
}

.item_service .box_content h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}

.item_service .box_content .content {
    display: block;
    padding-top: 20px;
    position: relative;
    border-top: 1px solid #e1e1e1;
}

.item_service .box_content .content:before {
    position: absolute;
    width: 51px;
    height: 1px;
    background-color: #8ac52b;
    content: '';
    top: -1px;
    transition: .5s all;
}

.item_service:hover .box_content .content:before {
    width: 100%;
}
.service_page .info {
    padding-right: 70px;
}
.service_page .heading_h2{
    font-size: 40px;
}
div#banner_gr h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 140px;
    font-size: 31px;
    color: white;
    text-transform: uppercase;
}

div#banner_gr h1 b {
    color: #8ac52b;
    font-size: 58px;
}
.post_details{
    padding: 115px 0 105px;
}
.post_details .heading_h2{
    font-size: 40px;
    margin-bottom: 30px;
}
.post_details .list_item{
    border-left: 3px solid #8ac52b;
    padding-left: 20px;
    margin-bottom: 40px;
}
.post_details .list_item span{
    color: #666666;
    font-size: 16px;
    margin-right: 2px;
}
.post_details .list_item h3{
    color: #666666;
    font-size: 16px;
    margin: 0;
}
.post_details .list_item .item:not(:last-child){
    margin-bottom: 25px;
}
.post_details .list_item .item{
    align-items: center;
}
.nav {
    margin: 30px 0 0 0;
    padding-top: 23px;
    border-top: 1px solid rgba(166, 166, 166, 0.23);
}

.nav .share {
    align-items: center;
}

.nav .share h3 {
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #3f3f3f;
}

.nav .share a {
    display: inline-block;
    width: 26px;
    height: 26px;
    opacity: .6;
    border-radius: 50%;
    border: 1px solid #333333;
    transition: .5s all;
    text-align: center;
    margin-right: 3px;
}

.nav .share a:hover {
    border-color: #8ac52b;
    opacity: 1;
}

.nav .share a svg {
    width: 12px;
    fill: #333333;
    transition: .5s all;
}

.nav .share a:hover svg {
    fill: #8ac52b;
}
.side_bar .box {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 30px 25px 28px;
}

.side_bar {
    padding-left: 90px;
    box-sizing: border-box;
}

.side_bar .box.top img {
    margin-bottom: 9px;
}

.side_bar .box.top .content {
    font-size: 16px;
    margin-bottom: 20px;
}

.side_bar .box.top a {
    width: 100%;
    height: 46px;
    background-color: #8ac52b;
    display: block;
    line-height: 46px;
    font-family: 'Montserrat Bold';
    color: white;
}

.side_bar .box.bottom h3 {
    font-size: 16px;
}

.side_bar .box.bottom ul {
    list-style: none;
    margin: 0 0 25px;
    padding-left: 30px;
    position: relative;
}
.side_bar .box.bottom ul:before,
.mail span:before{
    position: absolute;
    top: 3px;
    left: 0;
    content: url(../../images/icons8_phone_message.png);
}
.mail span {
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}
.mail span:before{
    content: url(../../images/icons8_important_mail.png);

}
.side_bar .box.bottom a {
    color: #333333;
    font-size: 16px;
}

.side_bar .box.bottom li:not(:last-child) {
    margin-bottom: 5px;
}
.service_related {
    margin-top: 40px;
}

.service_related h3 {
    font-size: 22px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(215, 215, 215, 0.51);
    margin: 0;
}
.service_related .item {
    position: relative;
}

.service_related .item .box_img {
    width: 135px;
    height: 90px;
    flex: 0 0 auto;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 12px;
}

.service_related .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_related .item h4 {
    color: #333333;
    font-size: 13px;
    margin-top: 13px;
    transition: .5s all;
}
.service_related .item:hover h4{
    color: #8ac52b;
}
.service_related .item {
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7;
}
.service_related .item:last-child{
    border: none;
}

.page_news {
    padding: 110px 0 80px 0;
}

.page_news .nav_scroll {
    margin: 50px 0 55px !important;
}


.item_news a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    z-index: 3;
}

.item_news:hover .box_img img {
    transform: scale(1.2);
}

.item_news .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s all;
}

.item_news .box_img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.list_news {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -10px 30px -10px;
}

.item_news {
    position: relative;
    width: calc(calc(100% / 3) - 20px);
    box-shadow: 0 0 20px rgb(0 41 74 / 10%);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    margin: 0 10px 20px 10px;
}

.item_news .date_post * {
    color: #6f6f6f !important;
}

.item_news .box_content {
    display: flex;
    flex-wrap: wrap;
}

.item_news .box_content .date_post {
    position: relative;
    background: transparent;
    width: 60px;
    padding: 0;
    /*border-right: 1px solid #e1e1e1;*/
    border-radius: unset;
    text-align: left;
    top: unset;
    left: unset;
}

.item_news .box_content .date_post:before {
    position: absolute;
    width: 2px;
    height: 56px;
    background: #e1e1e1;
    right: 0;
    top: 0;
    content: '';
}

.item_news .box_content .info {
    width: calc(100% - 61px);
    box-sizing: border-box;
    padding-left: 18px;
}

.item_news .box_content .info h3 {
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_news.style_1 {
    width: calc(calc(calc(100% / 3) + calc(100% / 3)) - 20px);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
}

.item_news.style_1>* {
    width: 50%;
    margin: 0;
}

.item_news.style_1 .box_img {
    height: 100%;
    border-radius: 20px 0 0 20px;
}

.item_news.style_1 .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_news.style_1>*.box_content {
    padding: 0 50px 0 20px;
    box-sizing: border-box;
}

.item_news.style_1>*.box_content h3 {
    margin-bottom: 50px;
}

.item_news.style_1>*.box_content .content {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.item_news.style_1>*.box_content .content a{
    display: none;
}

.item_news span img {
    filter: brightness(1) invert(1);
    margin-left: 5px;
    opacity: .8;
}

.item_news span {
    font-size: 14px;
    display: inline-flex;
    margin-top: 30px;
    align-items: center;
}
.page_news ul.list_tax a {
    margin: 0 30px 0 0;
}
.page_news ul.list_tax {
    justify-content: flex-start;
    margin: 0 0 40px 0;
}
.item_news .box_content .month_year {
    font-size: 11px;
}
.item_news .box_content .date_post .date {
    font-size: 38px;
    line-height: 1;
}
.item_news span svg {
    transform: scale(.5);
}
section.section.post_details.news_details .wrap_content {
    padding: 40px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-right: 30px;
}

section.section.post_details.news_details .wrap_content .heading_h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

section.section.post_details.news_details .date {
    display: flex;
    font-size: 13px;
    opacity: .8;
    margin-bottom: 10px;
}

section.section.post_details.news_details .date svg {
    width: 12px;
    transform: translateY(-2px);
    margin-right: 5px;
}
section.section.post_details .side_bar {
    padding-left: 10px;
}
section.section.post_details .service_related .item h4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    height: 43px;
}
section.section.post_details .service_related .item .box_img{
    width: 135px;
    height: 90px;
}
section.section.post_details .service_related .date{
    font-size: 12px;
}
section.section.post_details.news_details .service_related .date svg{
    transform: translateY(-3px);
}
section.section.post_details.news_details .service_related .item h4 {
    margin-bottom: 10px;
}
ul.list_cat {
    list-style: none;
    margin: 15px 0 0 0;
}

ul.list_cat li a {
    font-size: 15px;
    color: #333333;
    display: block;
    padding: 15px 0;
    transition: .5s all;
}
ul.list_cat li a:hover{
    color: #8ac52b;
}
ul.list_cat li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}

ul.list_cat li:not(:last-child) a {
}
ul.list_cat li:last-child a{
    padding-bottom: 0;
}
.recruitment{
    padding: 90px 0;
}
.recruitment .wrap{
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0 90px;
}
.recruitment .wrap .item {
    height: 450px;
    width: 25%;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: flex-end;
}
.recruitment .wrap .item .box_content{
    position: relative;
}
.recruitment .wrap .item:before {
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: .5s all;
}
.recruitment .wrap .item:hover:before{
    opacity: 0.7;
}
.recruitment .wrap .item .box_content .inner {
    transform: translateY(calc(100% - 50px));
    transition: .5s all;
}
.recruitment .wrap .item:hover .box_content .inner{
    transform: translateY(0);

}
.recruitment .wrap .item .box_content {
    padding: 0 35px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 2;
}
.recruitment .wrap .item:after {
    content: '';
    background-color: #8ac52b;
    position: absolute;
    bottom: 27px;
    left: 20px;
    right: 20px;
    height: 55px;
    opacity: .8;
    transition: .5s all;
    border-radius: 30px;
}
.recruitment .wrap .item:hover:after {

    opacity: 0;
    bottom: 100%;
}
.recruitment .wrap .item:hover:after{
    opacity: 0;
}
.recruitment .wrap .item .box_content .content{
    padding-bottom: 30px;
}
.recruitment .wrap .item .box_content h3 {
    font-size: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 -35px 20px;
    padding: 0 35px;
} .recruitment .wrap .item .box_content h3 br{
    display: none;
  }
.recruitment .wrap .item .box_content .content{
    line-height: 1.5;
}
.recruitment .wrap .item .box_content h3:before {
    position: absolute;
    left: 0px;
    width: 3px;
    height: 51px;
    background-color: #8ac52b;
    content: '';
    bottom: 0;
    opacity: 0;
    transition: .5s all;
}
.recruitment .wrap .item:hover .box_content h3:before {
    opacity: 1;
}
.recruitment .heading_h2{
    font-size: 40px;
}

.qa_details {
    padding-top: 50px;
    padding-bottom: 100px;
}

.qa_details .box_left {
    display: inline-block;
    float: left;
}

.qa_details .box_right {
    display: inline-block;
    box-shadow: 0 0 59px rgb(0 0 0 / 6%);
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 85px;
    padding: 40px 20px 50px;
    width: calc(33.33333% - 30px);
    margin-left: 30px;
}
.qa_details .box_right .heading_h2{
    font-size: 35px;
}
.qa_details .box_left .top {
    margin-bottom: 35px;
}

.qa_details .box_left .top h2 {
    margin: 0;
    display: inline-block;

}

.qa_details .box_left .top a {
    display: inline-block;
    float: right;
    color: #17757a;
    font-family: "Lato-Bold";
    font-size: 18px;
    line-height: 44px;
}

.qa_details .box_left .top a span.arrows,
.qa_details .box_left .top a span.arrows:before,
.qa_details .box_left .top a span.arrows:after {
    background: #17757a;
}

.qa_details .box_left .top a span.arrows {
    transform: translateY(-5px);
    margin-right: 5px;
}

.qa_details .box_left .list_qa .item h3 {
    margin-bottom: 10px;
    height: 70px;
    line-height: 1.5;
    padding: 0 30px;
    cursor: pointer;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.06);
    transition: .3s;
    font-size: 18px;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
}

.qa_details .box_left .list_qa .item.active h3 {
    margin-bottom: 30px;
    transition: .3s;
    font-family: 'Montserrat Bold';
    border: 1px solid #8ac52b;
}

.qa_details .box_left .list_qa .item h3.gradient_border_radius:after {
    background: linear-gradient(-76deg, #ffffff 0%, #ffffff 100%);
    transition: .3s;
}

.qa_details .box_left .list_qa .item.active h3 {
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.02);
    transition: .3s;
}

.qa_details .box_left .list_qa .item.active h3.gradient_border_radius:after {
    background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
    transition: .3s;
}

.qa_details .box_left .list_qa .item .content {
    color: #666666;
    margin-bottom: 0px;
    padding: 0 30px;
    text-align: justify;
    max-height: 0px;
    overflow: hidden;
    transition: .3s;
}

.qa_details .box_left .list_qa .item.active .content {
    max-height: 1000px;
    transition: .3s;
    margin-bottom: 40px;

}

.qa_details .box_right .content {
    color: #666666;
    margin-bottom: 30px;
}

.qa_details .box_right input:not(.wpcf7-submit) {
    height: 44px;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    margin-bottom: 10px;
    outline: none;
    color: #666666;
    font-size: 14px;
}

.qa_details .box_right textarea {
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    margin-bottom: 10px;
    outline: none;
    color: #666666;
    font-size: 14px;
    height: 146px;
    margin-bottom: 25px;
}

.qa_details .box_right input:not(.wpcf7-submit)::placeholder,
.qa_details .box_right textarea::placeholder {
    color: #666666;
    font-size: 14px;
}

.qa_details .box_right form .grid-40 {
    position: relative;
    z-index: 2;
}

.qa_details .box_right div.wpcf7 .ajax-loader {
    display: none;
}

.qa_details .box_right input.wpcf7-submit {
    font-size: 13px;
    height: 40px;
    line-height: 35px;
    width: 100%;
    padding: 0;
    background-color: #8ac52b;
    color: white;
    font-family: 'Montserrat Bold';
}

.qa_details .box_right .grid-40 .gradient_border_radius {
    width: 100%;
}

.qa_details .box_right .grid-40 {
    padding-right: 5px;
}

.qa_details .box_right .grid-60 {
    padding-left: 5px;
}

.qa_details .box_right .grid-60 a.link_contact {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    color: #333333;
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.qa_details .heading_h2{
    font-size: 40px;
}
img.alignnone.size-full.wp-image-578 {}

.contact_page {
    padding-top: 110px;
}

.contact_page .heading_h2 {
    font-size: 40px;
}

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

.contact_page .content ul li {
    position: relative;
    padding-left: 35px;
}

.contact_page .content ul li img {
    position: absolute;
    left: 0;
    top: 4px;
}

.contact_page .content ul li {
    margin-bottom: 15px;
}

.contact_page .content {
    font-size: 18px;
    padding-right: 50px;
}

.contact_page .content a {
    color: #333333;
}
.contact_page .box {
    box-shadow: 0 0 43px rgb(75 75 75 / 18%);
    background-color: #ffffff;
    padding: 50px 80px;
}
.contact_page .box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.contact_page .box .content {
    font-size: 14px;
    margin-bottom: 30px;
}
.contact_page .box .content label {
    font-size: 14px;
    display: block;
    font-family: 'Montserrat Bold';
}

.contact_page .box label {
    font-size: 14px;
    font-family: 'Montserrat Bold';
    display: block;
    margin-bottom: 5px;
}

.contact_page .box br {
    display: none;
}

.contact_page .box input ,
.contact_page .box textarea{
    margin-bottom: 18px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background: transparent;
    opacity: .8;
}

.contact_page .box input::Placeholder,
.contact_page .box textarea::placeholder{
    font-size: 13px;
    color: #959595;
}
.contact_page .box textarea{
    height: 90px;
}
.contact_page .box input:focus,
.contact_page .box textarea:focus{
    opacity: 1;
    border-color: #80c342;
    outline: none;
}


.box_button {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 50px;
    background-color: #8ac52b;
    justify-content: center;
    padding: 0 32px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat Bold';
    transition: .5s all;
}
.box_button:hover,
.form_td input.wpcf7-submit{
    background: #263e56;
}
.box_button input {
    opacity: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.box_button svg {
    fill: white;
}

.box_button .ajax-loader {
    position: absolute;
    right: -30px;
    margin: 0;
}

.box_button svg {
    width: 16px;
    margin-left: 10px;
}
.contact_page .box .wpcf7-not-valid-tip{
    top: 30px;
}
section.section.contact_page iframe {
    width: 100%;
    display: block;
    margin-top: 100px;
    height: 600px;
}
.contact_page:before{
    position: absolute;
    right: 0;
    top: 0;
    content: url(../../images/bf_contact.png);
    z-index: -1;
}
.gallery_page{
    padding: 120px 0 80px;
}
.gallery_page .heading_h2{
    margin-bottom: 30px;
}
.item_gallery_img {
    width: calc(100% - 30px);
    margin: 25px 15px;
    overflow: hidden;
}

.slider_gallery_img ,
.slider_gallery_video{
    margin: 0 -15px;
}

.slider_gallery_img img,
.slider_gallery_video img{
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
    width: calc(100% + 20px);
    max-width: unset;
    transform: translateX(-20px);
    transition: .5s all;
}
.slider_gallery_img .item:hover img,
.slider_gallery_video .item:hover  img{
    transform: translateX(0px);

}

.slider_gallery_img h3 ,
.slider_gallery_video h3{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .5s all;
}
.slider_gallery_img .item:hover h3 ,
.slider_gallery_video .item:hover h3{
    color: #8ac52b;
}
.item_gallery_img .box_content {
    display: flex;
}

.item_gallery_img .box_content .icon {
    height: 56px;
    width: 73px;
    border-right: 1px solid #e1e1e1;
    margin-right: 20px;
}

.item_gallery_img .box_content .icon {
    position: relative;
    pointer-events: none;
    flex: 0 0 auto;
}
.item_gallery_img .box_content .icon:before{
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: url(../../images/icon_gallery_img.png);
}
.video_gallery .item_gallery_img  .box_content .icon:before{
    content: url(../../images/icon_youtube.png);

}
.gallery_page .arrow_slider.style_2.button_prev_slider {
    right: 53px;
}
.gallery_page .arrow_slider.style_2 {
    left: unset !important;
    top: -50px;
    box-shadow: 0 0 16px rgb(0 0 0 / 11%);
    right: 0;
}
.fancybox-button{
    background: transparent !important;
}
.video_gallery{
    padding-top: 0;
}


.wrap_square {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.square {
    height: 50px;
    width: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.square:not(:first-of-type),
.square:not(:last-of-type) {
    margin: 0 15px;
}

.square:nth-of-type(1) {
    animation: animate 1s linear 0s alternate infinite;
}

.square:nth-of-type(2) {
    animation: animate 1s linear 0.3s alternate infinite;
}

.square:nth-of-type(3) {
    animation: animate 1s linear 0.6s alternate infinite;
}

.square:nth-of-type(4) {
    animation: animate 1s linear 0.9s alternate infinite;
}

.square:nth-of-type(5) {
    animation: animate 1s linear 1.2s alternate infinite;
}

@keyframes animate {
    from {
        opacity: 0.1;
    }

    to {
        transform: rotate(45deg) scale(1.6);
    }
}

.meta-popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    filter: blur(20px);
}

.meta-popup.active {
    opacity: 1;
    pointer-events: unset;
    filter: blur(0px);

}

.close_popup svg {
    transform: scale(.8) translate(0px, 2px);
}

.bg_close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cd-popup {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 90vw;
}

.cd-popup img {
    width: auto;
    height: auto;
    max-height: 80vh;
    margin: auto;
}

.bg_close svg path {
    fill: white;
}

.bg_close svg {
    position: absolute;
    right: 0;
    top: 20px;
    right: 20px;
    transform: scale(1.5);
    cursor: pointer;
}
nav.breadcrumb svg {
    fill: white;
    width: 17px;
    transform: translateY(3px);
}
.single-services .post_details>.grid-container {
    display: flex;
}
.single-services .post_details{
    overflow: unset;
}
.single-services .service_related {
    position: sticky;
    top: 100px;

}
.gallery_page .box_img {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 222px;
    margin-bottom: 15px;
    pointer-events: none;
}
.item_news>a{
    z-index: 9;
}
section.section.post_details .side_bar>*:first-child {
    margin-top: 0;
}
section.section.post_details.news_details .grid-container {
    display: flex;
}

section.section.post_details.news_details {
    overflow: unset;
}

.service_related.sroll {
    position: sticky;
    top: 100px;
}
.qa_details .box_right .wpcf7-not-valid-tip{
    bottom: -23px;
    position: absolute;
    margin: 0;
    top: unset;
    font-size: 9px !important;
}
.qa_details .box_right .wrap_form span.wpcf7-form-control-wrap{
    position: relative;
}
.qa_details .box_right textarea+span {
    bottom: 17px !important;
}
.popup_member {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
    filter: blur(10px);
    opacity: 0;
    pointer-events: none;
}

.popup_member .bg_close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: black;
    opacity: .6;
    cursor: pointer;
}

.item_popup {
    max-width: 900px;
    background: white;
    position: relative;
    z-index: 2;
    padding: 30px;
}

.popup_inner .content {
    text-align: justify;
}
.popup_inner {
    max-height: 80vh;
    overflow: auto;
    padding-right: 30px;
}

.popup_member.active {
    opacity: 1;
    filter: blur(0px);
    pointer-events: unset;
}
.team .popup_inner .heading_h2,
.staff .popup_inner .heading_h2{
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.6;
}
.team .popup_inner .sub_title ,
.staff .popup_inner .sub_title{
    margin-bottom: 20px;
}
.member_popup{
    cursor: pointer;
}
.archive .breadcrumbs{
    display: none;
}
section.section.about_home.about_sec_1 .group_video{
    margin-top: -120px;
}
section.section.about_home.about_sec_1 .box_content .content{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 13;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
section.section.about_home.about_sec_1 .box_content .content>*:last-child{
    margin: 0;
}
section.section.about_sec_1 .group_content a.load_more_content {
    display: block;
    width: 100%;
    background: transparent;
    color: #333333;
    /* padding: 0; */
    padding-left: 32px;
    margin: 0 0 30px 0;
    height: auto !important;
    line-height: normal;
   font-family: 'Montserrat';
}
section.section.about_home.about_sec_1 .box_content .content.active {
    text-overflow: ellipsis;
    -webkit-line-clamp: 100000;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.fancybox-thumbs__list{
    margin: 0 auto 30px;
}
.fancybox-thumbs__list a {
    width: 8px;
    height: 8px;
    background: white !important;
    border-radius: 50%;
}
.fancybox-show-thumbs .fancybox-thumbs{
    height: auto !important;
    background: transparent !important;
}
.fancybox-thumbs__list a:before{
    border: none;
}

.fancybox-thumbs__list a.fancybox-thumbs-active{
    background: #8ac52b !important;
}
.fancybox-is-open .fancybox-bg{
    opacity: 1 !important;
}.fancybox-bg {
     background: #000000 !important;
 }
.item_project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logged-in header#masthead {
    top: 32px;
}
section.section.staff+section.section.staff{
    padding-top: 0;
}
@media only screen and (max-width: 1199px) {
    .group_imgs .box_img .box_video{
        right: 40px;
    }
    .infrastructure .slider {
        margin: 0 -0px 100px;
    }
    .team .wrap_top.display_flex_wrap{
        justify-content: space-between;
    }
    .member_large .box_content{
        padding-top: 0;
    }
    .member_large .box_content:before {
        right: -20px;
        top: 0px;
    }
    .item_member .box_img{
        height: 206px;
    }
    .item_member .box_img img{
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .slider_gallery_project {
        padding: 0 calc(calc(100vw - 950px) / 2);
    }
    .project_details .grid-container .grid-100>* {
        width: 100%;
        margin-top: 20px;
    }
    .project_details .grid-container .grid-100>*:first-child{
        margin: 0;
    }
    .item_service .box_img {
        height: 180px;
    }
    div#banner_gr h1{
        font-size: 35px;
    }
    div#banner_gr h1 b {
        font-size: 45px;
    }
    .post_details .heading_h2 {
        font-size: 35px;
    }
    section.section.post_details .service_related .item h4{
        height: 40px;
    }
    .item_news .box_img{
        height: 180px;
    }
    section.section.post_details .service_related .item .box_img {
        width: 70px;
        height: 70px;
    }
    section.section.post_details .service_related .item h4{
        margin-top: 0;
    }
    .recruitment .heading_h2 {
        font-size: 35px;
    }
    .recruitment .wrap .item {
        height: 380px;
    }
    .recruitment .wrap .item .box_content h3 {
        font-size: 13px;
        margin: 0 -20px 20px;
        padding: 0 20px;
    }
    .recruitment .wrap .item .box_content {
        padding: 0 20px;
    }
    .recruitment .wrap .item:after {

        left: 9px;
        right: 9px;
        height: 45px;
        border-radius: 30px;
        bottom: 31px;
    }
    .contact_page .heading_h2 {
        font-size: 30px;
    }
    .contact_page .box{
        padding: 40px;
    }
    section.section.contact_page iframe{
        height: 400px;
    }
    .qa_details .box_right .heading_h2 {
        font-size: 30px;
    }
    .item_project {
        height: 293px;
    }
}
@media only screen and (max-width: 991px){
    .group_imgs .box_img .box_video img{
        max-width: 250px;
    }
    .group_imgs .box_img .box_video {
        right: 65px;
        bottom: 20px;
    }
    .vision_mission .item .box_content{
        right: 30px;
    }
    .vision_mission .item:nth-child(2) .box_content {
        left: 30px;
    }

    .vision_mission .item .box_content{
        max-width: 300px;
    }
    .why_choose .grid-33{
        width: 50%;
    }
    .infrastructure .item h3{
        font-size: 10px;
    }
    .member_large .box_img{
        width: 150px;
    }
    .member_large .box_img:before{
        left: -31px;
        width: 200px;
        height: 200px;
    }
    .team .wrap_top.display_flex_wrap .grid-60{
        width: 70%;
    }
    .team .wrap_top.display_flex_wrap .grid-20{
        width: 30%;
    }
    .member_large .box_content:before{
        top: 69px;
        transform: scale(.5);    right: -54px;
    }
    .item_popup {
        max-width: 700px;
    }
    .item_project>h3{
        font-size: 12px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .slider_gallery_project {
        padding: 0 calc(calc(100vw - 720px) / 2);
    }
    .project_details .grid-container .grid-100>* {
        width: 100%;
        margin-top: 20px;
    }
    .project_details .grid-container .grid-100>*:first-child{
        margin: 0;
    }
    .item_service .box_content h3{
        font-size: 14px;
        height: 40px;
    }
    .item_service .box_content {
        padding: 15px;
    }
    .item_service .box_img {
        height: 130px;
    }
    div#banner_gr h1{
        left: 40px;
        font-size: 20px;
        top: 57%;
    }
    div#banner_gr h1 b{
        font-size: 25px;
    }
    .side_bar .box.bottom h3 {
        font-size: 13px;
    }
    .side_bar .box.bottom a {
        font-size: 14px;
    }
    .service_related h3 {
        font-size: 18px;
    }
    .post_details .heading_h2 {
        font-size: 26px;
    }
    section.section.post_details iframe {
        height: 250px;
    }
    .gallery_page {
        padding: 70px 0;
    }
    .gallery_page .box_img{
        height: 170px;
    }
    .slider_gallery_img h3, .slider_gallery_video h3 {
        font-size: 13px;
    }
    .video_gallery{
        padding-top: 0;
    }
    .item_news .box_img {
        height: 120px;
    }
    .item_news .box_content .info h3{
        font-size: 14px;
    }
    .item_news.style_1>*.box_content {
        padding: 0 20px;
    }
    .item_news span {
        font-size: 12px;
    }
    .item_news.style_1>*.box_content h3 {
        margin-bottom: 20px;
    }
    .item_news span {
        margin-top: 20px;
    }
    nav.breadcrumb ul * {
        font-size: 10px;
    }
    section.breadcrumbs {
        height: 40px;
    }
    nav.breadcrumb ul{
        max-width: 950px;
        margin-top: 6px;
    }
    section.section.post_details.news_details .wrap_content .heading_h2{
        font-size: 25px;
    }
    section.section.post_details.news_details .grid-container>* {
        width: 100%;
    }

    section.section.post_details.news_details .grid-container {
        flex-wrap: wrap;
    }
    nav.breadcrumb ul * {
        font-size: 10px;
    }
    .post_details {
        padding: 50px 0;
    }
    section.section.post_details.news_details .wrap_content{
        margin-right: 0;
    }
    section.section.post_details .side_bar>*:first-child {
        margin-top: 50px;
    }
    section.section.post_details .service_related .item .box_img {
        width: 135px;
        height: 90px;
    }

    section.section.post_details.news_details .service_related .item h4 {
        font-size: 15px;
        height: 45px;
    }
    nav.breadcrumb ul * {
        font-size: 12px !important;
    }
    .recruitment .wrap .item {
        height: 450px;
        width: 50%;

    }
    .recruitment .heading_h2 {
        font-size: 25px;
    }
    .contact_page:before{
        display: none;
    }
    .contact_page .wrap>* {
        width: 100%;
    }
    .contact_page .wrap>*:first-child{
        margin-bottom: 40px;
    }
    section.section.contact_page iframe{
        margin-top: 70px;
    }
    .qa_details .box>* {
        width: 100%;
    }
    .qa_details .box_right {
        margin-top: 30px;
        padding: 40px 20px 50px;
        margin-left: 0;
    }
    .qa_details .box_right .wrap_form>* input {
        width: 100%;
    }
    section.section.about_home.about_sec_1 {
        padding: 60px 0;
    }
    section.section.about_home.about_sec_1 .group_video{
        margin-top: -60px;
    }
    .team .wrap_top>*,
    .team .wrap_top.display_flex_wrap .grid-60{
        width: 100%;
    }
    .member_large .box_content:before{
        top: 0;
    }
    .member_large{
        margin-bottom: 30px;
    }
    section.section.team {
        padding: 60px 0;
    }
    .item_project {
        height: 216px;
    }
    .slider_gallery_project .item{
        height: 350px;
    }
}
@media only screen and (max-width: 767px){
    .about_sec_1 {
        padding: 50px 0;
    }
    .group_imgs .box_img{
        margin-left: 45px;
        margin-right: 0;
        margin-top: 50px;
    }
    .group_imgs .box_img .box_video {
        right: 52px;
        bottom: 20px;
        transform: translateX(-45px);
    }
    .about_sec_1 .grid-container{
        display: flex;
        flex-wrap: wrap;
    }
    .about_sec_1 .group_imgs{
        order: 2;
    }
    .vision_mission .item{
        width: 100%;
    }
    .vision_mission .item .box_content{
        text-align: left;
        right: unset;
        left: 30px;

    }
    .why_choose {
        padding: 50px 0;
    }
    .why_choose .grid-33 {
        width: 100%;
        padding: 0 10px;
    }
    .why_choose .wrap {
        margin: 0;
    }
    .why_choose .grid-33:last-child{
        margin-bottom: 0;
    }
    .infrastructure .slider .swiper-slide h3 {
        opacity: 1;
        transition: .5s all;
        font-size: 14px;
    }
    .infrastructure .slider .arrow_slider.button_prev_slider {
        left: 10px;
    }
    .infrastructure .slider .arrow_slider.next {
        right: 10px;
        transform: translateY(calc(-50% + 9px));
    }
    .infrastructure .slider {
        margin: 0 0 50px;
    }
    .infrastructure .slider {
        padding: 0;
    }
    .team .wrap_top.display_flex_wrap .grid-60 {
        width: 100%;
    }
    .member_large .box_img {
        width: 100%;
    }
    .member_large {
        padding-right: 0px;
        flex-wrap: wrap;
    }
    .team .wrap_top.display_flex_wrap .grid-20 {
        width: 100%;
        margin-top: 40px;
    }
    .member_large .box_img:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .member_large .box_content {
        padding-top: 30px;
    }
    .member_large .box_content:before {
        top: 23px;
        right: 0;
    }
    section.section.team {
        padding: 50px 0;
    }
    .slider .item_member .box_img{
        height: 220px;
    }
    .item_member img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .staff {
        padding: 50px 0 0 0;
    }
    .staff .slider .swiper-slide:nth-child(odd) {
        transform: unset;
    }
    .staff .slider {
        padding-bottom: 50px;
    }
    .item_popup {
        max-width: 90%;
        padding: 30px 20px;
    }
    .customer_about,section.section.project_page {
        padding: 50px 0;
    }
    section.section.project_page ul.list_tax{
        justify-content: center;
    }
    section.section.project_page ul.list_tax a{
        margin: 0 10px 0 0;
    }
    section.section.project_page .wrap{
        flex-wrap: wrap;
    }
    section.section.project_page .wrap a {
        margin: 40px 0 0 0;
    }
    .item_project {
        width: calc(50% - 10px) !important;
    }
    .item_project img {
        height: 100%;
    }
    .item_project>h3 {
        font-size: 10px;
    }
    .project_details {
        padding: 50px 0;
    }
    .group_info h1 {
        font-size: 25px;
        width: 100%;
        margin-top: 20px;
    }
    .group_info .wrap{
        flex-wrap: wrap;
    }
    .group_info .wrap a{
        order: -1;
        margin: 0;
    }
    .project_details .grid-container .grid-100>* {
        padding: 0;
    }
    .project_details .list_item .item span {
        font-size: 13px;
        min-width: 120px;
    }
    .project_details .list_item .item h3 {
        font-size: 15px;
    }
    .project_details .list_item {
        padding-left: 20px;
    }
    .slider_gallery_project .item a.video:after {
        transform: translate(-50%, -50%) scale(.5);
    }
    .project_other .heading_h2 {
        font-size: 25px;
    }
    .project_other .item_project {
        width: calc(100% - 10px) !important;
        margin: 0 5px 10px;
    }
    .content.hide_content>*:last-child{
        margin: 0;
    }
    .service_page {
        padding: 50px 0;
    }
    .service_page .heading_h2 {
        font-size: 35px;
    }
    .service_page .info {
        padding-right: 10px;
        margin-bottom: 40px;
    }
    .item_service .box_content .content{
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .item_service .box_content h3 {
        margin-bottom: 5px;
    }
    .item_service .box_content .content{
        padding-top: 5px;
    }
    .item_service .box_img {
        height: 100px;
    }
    /*.page-template-service div#banner_gr img{*/
    /*    min-height: 200px;*/
    /*    width: 100%;*/
    /*    object-fit: cover;*/
    /*}*/
    .single-services .post_details>.grid-container{
        flex-wrap: wrap;
    }
    .single-services .post_details>.grid-container>* {
        width: 100%;
    }
    .single-services div#banner_gr{
        display: none;
    }
    .post_details {
        padding: 50px 0;
    }
    .post_details .list_item h3{
        margin-left: 20px;
        line-height: 1.5;
    }
    .post_details .list_item .item {
        align-items: flex-start;
    }
    .post_details .list_item span{
        flex:  0 0 auto;
        min-width: 100px;
    }
        .post_details .heading_h2 {
            font-size: 25px;
        }
    section.section.post_details iframe {
        height: 200px;
    }
    section.section.post_details .side_bar>*:first-child{
        margin-top: 40px;
    }
    .side_bar .box.bottom h3 {
        font-size: 20px;
    }
    .side_bar .box.bottom a,
    .mail span{
        font-size: 16px;
    }
    .service_related h3 {
        font-size: 22px;
    }
    .item_gallery_img {
        width: calc(100% - 20px);
        margin: 15px 10px;
    }
    .item_gallery_img .box_content .icon {
        height: 30px;
        width: 50px;
        margin-right: 10px;
    }
    .item_gallery_img .box_content .icon:before {
        left: 47%;
        transform: translate(-50%, -50%) scale(.7);
    }
    .gallery_page .box_img {
        height: 120px;
    }
    .slider_gallery_img h3, .slider_gallery_video h3{
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .gallery_page .arrow_slider.style_2 {
        width: 30px;
        height: 30px;
        top: -42px;
    }

    .gallery_page .arrow_slider.style_2 svg {
        width: 10px;
    }
    .gallery_page .arrow_slider.style_2.button_prev_slider {
        right: 38px;
    }
    .gallery_page {
        padding: 50px 0;
    }
    .video_gallery {
        padding-top: 0;
    }
    .wrap_square {
        transform: translate(-50%, -50%) scale(.5);
    }
    .item_news .box_img {
        height: 180px;
    }
    .single_product_sec6 .grid-33.box_content {
        padding-right: 10px;
        margin-bottom: 30px;
    }
    .page_news .list_tax_post{
        margin: 30px 0;
        box-shadow: none;
        border-radius: 0;
    }
    .page_news .list_tax_post a{
        font-size: 12px;
    }
    .item_news {
        width: calc(50% - 10px) !important;
        margin: 0 5px 10px;
        padding: 10px !important;
        border-radius: 10px;
    }
    .item_news .box_img {
        height: 100px !important;
        margin-bottom: 10px;
    }
    .item_news .box_img img{
        border-radius: 10px;
    }
    .item_news .box_content .date_post,
    .item_news .box_content .info{
        width: 100% !important;
        padding: 0;
    }
    .item_news .date_post .date {
        display: inline-block;
        font-size: 11px !important;
        font-family: 'Montserrat';
    }
    .item_news .date_post * {
        display: inline-block;
    }
    .item_news .box_content .info h3 {
        font-size: 12px;
        line-height: 1.3;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .item_news .box_content .date_post:before{
        display: none;
    }
    .item_news>* {
        width: 100% !important;
    }
    .item_news.style_1>*.box_content{
        padding: 0;
    }
    .item_news.style_1>*.box_content .content
    ,.item_news.style_1 span.arrow_item{
        display: none;
    }
    .page_news {
        padding: 50px 0;
    }
    .page_news ul.list_tax{
        flex-wrap: wrap;
        justify-content: center;
    }
    .item_news span{
        display: none;
    }
    .item_news.style_1 .box_img{
        border-radius: 10px !important;
    }
    .single-post  div#banner_gr img{
        display: none;
    }
    nav.breadcrumb ul * {
        font-size: 10px !important;
    }
    section.section.post_details.news_details .wrap_content {
        padding: 20px;
    }
    .contact_page {
        padding-top: 50px;
    }
    .contact_page .heading_h2 {
        font-size: 25px;
    }
    .contact_page .box {
        padding: 30px;
    }
    section.section.contact_page iframe {
        height: 250px;
        margin-top: 50px;
    }
    .group_imgs .box_img .box_video img{
        max-width: 100%;
    }
    section.section.project_page .wrap h1{
        width: 100%;
    }
    .page-template-project div#banner_gr img{
        min-height: auto;
    }
    .item_project .box_content{
        display: none;
    }
    .content.hide_content{
        height: 156px;
    }
    .content.hide_content.active{
        height: auto;
    }
    .item_project:hover>h3 {
        opacity: 1;
    }
    .qa_details .box_left .list_qa .item h3{
        font-size: 14px;
    }
    .qa_details {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.section.about_home.about_sec_1 .group_video{
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .vision_mission .item .box_content {
        position: unset;
    }

    .vision_mission .item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .vision_mission .item .box_content {
        top: unset !important;
        left: unset !important;
        transform: unset !important;
        width: auto;
        height: auto;
        padding: 30px;
        width: auto;
        max-width: unset;
        position: relative;
        bottom: unset;
    }
    .item_project {
        height: 170px;
    }
    .slider_gallery_project .item{
        height: 200px;
    }
    .infrastructure .slider .swiper-slide{
        transform: scale(1) !important;
    }
    .project_details .list_item .item {
        padding: 7px 0;
    }
}