body.disable_scroll{
    overflow-y: hidden;
}

#mobile-menu {
    display: none;
}

.page-template-about #banner_gr::before {
    z-index: 1;
}

#banner_gr::after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
}

.page-template-about > #banner_gr .gr_head {
    bottom: 80px;
}

.section.banner-full-height {
    height: 100vh;
}

.section.banner-full-height.banner-has-nav {
    height: calc(100vh - 60px);
}

#banner_gr,
.banner_def {
    background-size: cover;
}

.single-project .banner_gr .breadcrumbs {
    display: none;
}

.wrap-cs {
    background-color: #fff;
}

.text-justify {text-align:justify !important}

.single-project .banner_gr h1 {
    width: 520px;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.single-project .banner_gr#banner_gr .gr_head {
    bottom: 50px;
}

.single-project .banner_gr#banner_gr::after {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 393px);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 393px);
    bottom: 0;
    top: unset;
}

section.nav-scrollbar.nav-project {
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}

section.nav-scrollbar.nav-project .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.nav-scrollbar .nav-bar-section {
    margin: 0;
    list-style: none;
    padding: 0;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-scrollbar .nav-item-section {
    display: inline-block;
    border-left: 1px solid rgba(225, 225, 225, 0.5);
    border-right: 1px solid rgba(225, 225, 225, 0.5);
}

.nav-scrollbar .nav-item-section+.nav-item-section {
    border-left: none;
}

.nav-scrollbar .nav-item-section a {
    line-height: 60px;
    display: inline-block;
    padding: 0 24px;
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.nav-scrollbar .nav-item-section:hover a,
.nav-scrollbar .nav-item-section.active a {
    background-color: #0e68b0;
    color: #ffffff;
}

.wrap-hotline {
    float: left;
    height: 60px;
    background: #27943f;
    padding: 0 30px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #fffefe;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.wrap-hotline a {
    font-size: 16px;
    font-weight: 700;
    color: #fffefe;
}

.wrap-hotline a:hover {
    color: #fffefe;
}

.section.overview {
    padding: 213px 0 291px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.section.overview h2.title-section {
    font-size: 40px;
    line-height: 43px;
}

.section.overview p.subtitle {
    color: #333333;
    font-family: 'Montserrat-Regular';
    font-size: 22px;
    font-weight: normal;
    line-height: 23px;
    margin: 40px 0;
    position: relative;
}

.section.overview p.subtitle::before,
.section.overview p.subtitle::after {
    content: '';
    display: block;
    width: 231px;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section.overview p.subtitle::before {
    top: -20px;
}

.section.overview p.subtitle::after {
    bottom: -20px;
}

.section.overview .content {
    color: #333333;
    line-height: 20px;
    margin: 0;
}

.section.overview2 .container.wrap_icons {
    position: relative;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 0 87px rgba(0, 0, 0, 0.03);
}

.section.overview2 .icon-item {
    padding-top: 37px;
    padding-bottom: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section.overview2 .icon-item:nth-last-child(n+4)::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #ebebeb;
    width: calc(100% - 30px);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section.overview2 .wrap_icons .row {
    padding: 37px 70px;
}

.section.overview2 .wrap-info-icon {
    padding-left: 20px;
}

.section.overview2 .wrap-info-icon {
    color: #333333;
    line-height: 22px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
}

.section.overview2 .name {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
}

.section.overview2 .icon-item img {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: top;
    object-fit: contain;
}

.section.overview2 {
    position: relative;
}

.wrap_img_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    z-index: -1;
    left: 0;
}

.wrap_img_bg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section.overview2 .wrap_img_bg::after {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}


.wrap_img_bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.single-post .section,
.single-project .section {
    margin-bottom: 0;
    position: relative;

    max-width: 100vw;
    overflow: hidden;
}

.single-project .section.overview2 {
    overflow: visible;
}

.section.overview2 .wrap_desc .content {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.section.overview2 .wrap_desc {
    margin-top: 250px;
    padding-bottom: 150px;
}

.slider-time .item-time {
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.slider-time .item-time span {
    display: inline-block;
    text-align: center;
    width: 61px;
    height: 61px;
    line-height: 61px;
    background-color: #ffffff;
    border-radius: 999px;
    cursor: pointer;
    color: #060;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.slider-time .slick-list::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #acacac;
}

.slider-time::before,
.slider-time::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.17);
    background-color: #cccccc;
    border-radius: 999px;
    z-index: 1;
}

.slider-time::before {
    left: 0;
}

.slider-time::after {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.slider-time .slick-current .item-time span {
    background-color: #f48120;
    color: #ffffff;
    font-size: 24px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    box-shadow: 0 0 49px rgba(0, 0, 0, 0.08);
    position: relative;
}

.slider-time .item-time span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.slider-time .slick-current .item-time span::after {
    width: 87px;
    height: 87px;
    border: 1px solid #f48120;
}

.slider-time .slick-current .item-time {
    padding: 0;
}


.section.location .wrap_img_locate {
    margin: 150px 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 122px rgba(0, 0, 0, 0.29);
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.element {
    max-width: unset;
}

.panzoom {
    position: absolute;
    width: 100%;
    height: 100%;
}

#panzoom-parent {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.zoomBtn {
    position: absolute;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    color: #fff;
}

.zoomBtn.in {
    right: 15%;
    bottom: 15%;
}

.zoomBtn.out {
    right: 22%;
    bottom: 9%;
}

.zoomBtnMb {
    position: absolute;
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    color: #fff;
    left: 50px;
}

.zoomBtnMb.in {
    bottom: 135px;
}

.zoomBtnMb.out {
    bottom: 80px;
}

.section.location .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-time .slick-list {
    padding: 20px 0 !important;
}

.slider-name .slick-list {
    padding: 0 !important;
}

.abs-before {
    position: relative;
}

.abs-before>div {
    z-index: 20;
}

.abs-before::before,
.abs-before::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 50%;
    top: 0;
}

.section.location .abs-before::before {
    z-index: 1;
   /* background-color: #187037;

    background-image: linear-gradient(-221deg, #1dafed 0%, #0066b2 100%);*/
}

.section.location .abs-before::after {
    z-index: 2;
   /* background-image: url('../images/texture_white.png');*/
    background-size: cover;
    background-position-x: 300px;
    background-position-y: -60px;
    background-repeat: no-repeat;
}

.section.location .subtitle {
    margin: 30px 0 35px;
    font-family: Montserrat;
    font-size: 22px;
    line-height: 23px;
}

.section.location .content {
    margin-bottom: 40px;

}

.section.location .content p:last-child {
    margin-bottom: 0;
}

.slider-name .slick-slide {
    padding: 0 20px;
    text-align: center;
}

.slider-name .item-name {
    color: #333333;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.overall-ground-item {
    position: relative;
    min-height:600px;
}

.overall-ground-bg {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}


.overall-ground-bg .bg-left {
    width: 50vw;
	right: 50%;
	position: absolute;
	height: 100%;
}


.overall-ground-bg .bg-right {
    width: 50vw;
left: 50%;
position: absolute;
height: 100%;
overflow: hidden;
}

.overall-ground-bg .bg-left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overall-ground-content>.row {
    min-height: 600px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overall-ground-content h2 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.overall-ground-content .subtitle {
    color: #ffffff;
    font-family: 'Montserrat-Regular';
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 32px;
}

.overall-ground-content .content p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
   /* margin-bottom: 80px;*/
}
.overall-ground-content .content ul {
    color: #ffffff;
}

.list-overall-grounds .slick-arrow {
    width: 58px;
    height: 58px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.33);
    display: block !important;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    left: calc(50% - 265px);
    cursor: pointer;
}

.list-overall-grounds .slick-arrow.prev {
    bottom: 100px;
}

.list-overall-grounds .slick-arrow.next {
    bottom: 180px;
}

.list-overall-grounds .slick-arrow::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.list-overall-grounds .slick-arrow.next::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 22px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-similar {
    padding-top: 140px;
    padding-bottom: 125px;
}

.header-similar .subtitle {
    color: #333333;
    font-family: 'Montserrat-Regular';
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 20px;
}

.header-similar .content p:last-child {
    margin-bottom: 0;
}

.list-products .product-bg {
    background: #000;
    margin: 40px 0;
    transition: .3s all ease-in-out;
}

.list-products .slick-current .product-bg {
    margin: 0;
}

.list-products .product-bg img {
    width: 100%;
    height: 381px;
    object-fit: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
    opacity: 0.4;
    transition: .3s all ease-in-out;
}

.list-products .slick-current .product-bg img {
    opacity: 1;
    height: 461px;
}

.list-products .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.list-products .slick-arrow.prev {
    left: calc(100% * 2 / 12);
    transform: translate(-50%, -50%);
}

.list-products .slick-arrow.next {
    right: calc(100% * 2 / 12);
    transform: translate(50%, -50%);
}

.list-products .product-item {
    position: relative;
    cursor: pointer;
}

.list-galleries .gallery-content,
.list-products .product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    width: 50%;
    opacity: 0;
    transition: .5s all ease-in-out;
}

.list-galleries .gallery-content {
    opacity: 1;
    bottom: 3.5px;
    left: 3.5px;
}

.list-galleries .gallery-content .gallery-name,
.list-products .product-content .product-name {
    cursor: pointer;
    color: #333333;
    padding: 22px 30px;
    display: block;
    position: relative;
}

.list-galleries .gallery-content .gallery-name::after,
.list-products .product-content .product-name::after {
    position: absolute;
    width: 80px;
    height: 100%;
    background-color: #f48120;
    top: 0;
    left: 100%;
    content: '\f067';
    font-family: 'FontAwesome';
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 80px;
    font-size: 20px;
}

.list-galleries .gallery--item:not(:first-child) .gallery-content .gallery-name::after {
    left: unset;
    right: 0;
}

.list-galleries .gallery-content .gallery-name:hover,
.list-products .product-content .product-name:hover {
    color: #f48120;
}

.list-products .slick-current .product-content {
    opacity: 1;
}

.products-header.header-similar {
    padding-bottom: 25px;
}

.utility-header.header-similar {
    padding-bottom: 124px;
}

.section.products {
    padding-bottom: 70px;
}

.list-products .slick-list {
    height: 521px !important;
    padding: 30px 16.66667% !important;
}

.list-utilities .slick-slide {
    opacity: 0.2;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.list-utilities .slick-slide.slick-current {
    opacity: 1;
}

.list-utilities .slick-list {
    padding: 0 0 0 16.6666667% !important;
    /* height: 700px !important; */
    background-color: #000;
}

.list-utilities .utility-item {
    position: relative;
    height: 700px;
}

.list-utilities .wrap_img_bg {
    z-index: 1;
    left: 35%;
    width: 65%;
}

.utility-content {
    position: relative;
    z-index: 5;
    background-color: #e7e7e7;
    background-image: url('../images/texture_22.png');
	background-size: contain;
	
   /* background-position-x: -320px;*/
    background-position-y: bottom;
    background-repeat: no-repeat;
    width: 35%;
    height: 100%;
    padding: 0 70px 0 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.utility-content .content {
    padding-left: 48px;
}

.utility-content .wrap-utility-title {
    padding-left: 44px;
    border-left: 4px solid #060;
    margin-bottom: 60px;
}

.wrap-utility-title h3 {
    color:#060;
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 13px;
}

.wrap-utility-title .subtitle {
    color: #333333;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    z-index: 20;
    top: 50%;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    color: #7f7f80;
    cursor: pointer;
    text-align: center;
}

.list-utilities .slick-arrow.prev {
    left: 46%;
    -webkit-transform: translate(-50%, 55%);
    -ms-transform: translate(-50%, 55%);
    transform: translate(-50%, 55%);
}

.list-utilities .slick-arrow.next {
    left: 46%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.section.after-gallery {
    position: relative;
    height: 950px;
}

.after-gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.09);
    background: #fff url('../images/texture_gray.png') no-repeat;
    background-position-x: 70vw;
    background-position-y: -90px;
    width: 100%;
}

.after-gallery-content .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 274px;
}

.list-values::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    left: 50%;
    top: 0;
}

.list-values .value-item {
    padding: 0 50px;
}

.list-values .value-num {
    color: #0e68b0;
    font-family: "Montserrat";
    font-size: 49px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}

.list-values .value-name {
    color: #0e68b0;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
}

.list-values .value-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-news .slick-arrow.prev {
    left: 0;
    transform: translate(-100%, -50%);
}

.list-values .slick-arrow.prev {
    left: 0;
    transform: translate(-57px, -50%);
}

.list-news .slick-arrow.next {
    left: unset;
    right: 0;
    transform: translate(100%, -50%);
}

.list-values .slick-arrow.next {
    left: unset;
    right: 0;
    transform: translate(57px, -50%);
}

.news-item {
    padding: 10px;
}

.news-item .wrap-feature-news {
    overflow: hidden;
}

.news-item img {
    height: 228px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

section.about_socials .title_section {
    margin-bottom: 30px;
}

section.about_socials .news-item .wrap-news-item.row .col-md-6,
.news-item .wrap-news-item.row img {
    height: 292px;
}

section.about_socials .news-item img {
    height: 180px;
}

section.about_socials .wrap-news-info {
    padding: 15px 9px 0;
    height: 77px;
}

.news-item a:hover .wrap-feature-news img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-item a:hover .wrap-news-info .news-name {
    color: #060;
}

.news-item .wrap-news-item {
    display: block;
    padding: 17px 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section.news-project {
    padding-top: 160px;
}

.news-project .title-section {
    margin-bottom: 25px;
}


.wrap-news-item .wrap-feature-news{
	height:200px
}
.wrap-news-item .wrap-feature-news img{
	max-height:100%;
	width:100%
}

.wrap-news-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 9px 5px;
   /* min-height: 60px;*/
}

.news-date {
width: 180px;
text-align: center;
border-right: 1px solid #e1e1e1;
padding-right: 10px;
}

.news-date .date {
    font-family: "Montserrat";
    font-size: 35px;
    font-weight: 700;
    color: #6f6f6f;
    line-height: 24px;
    margin-bottom: 5px;
}

.news-date .month-year {
    color: #6f6f6f;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
}

.wrap-news-info .news-name {
    color: #333333;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding-left: 17px;
	
}

.list-news {
    margin-bottom: 136px;
}

.downloads {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 70px;
}

.downloads .col-md-4:nth-child(n+4){
    margin-top: 30px;
}

a.dowload-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4c4c4c;
    color: #ffffff;
}

a.dowload-item:hover {
    background-color: #0e68b0;
}

.dowload-item .num {
    opacity: 0.8;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 500;
    line-height: 77px;
    padding: 0 25px;
    border-right: 1px solid rgba(215, 215, 215, 0.2);
}

.dowload-item .download-name {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding-left: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dowload-item .pdf-img {
    padding-right: 27px;
}

.section.contact-project {
    padding-top: 140px;
    padding-bottom: 220px;
    color: #fff;
}

.contact-project .project-logo {
    margin-bottom: 74px;
}

.contact-project h3 {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 36px;
}

.contact-project p {
    margin-bottom: 34px;
}

.contact-project h4 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 18px;
}

.contact-project a {
    color: #fff;
}

.contact-project a:hover {
    color: #f48120;
}

.wpcf7-form label {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    color:#fff!important;
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #e1e1e1;
    outline: none;
    margin-bottom: 36px;
    padding-left:10px;
	font-weight:bold
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
   /* color: rgba(255, 255, 255, 1);*/
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #e1e1e1;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #ffffff;
    background-color: #f38230;
    line-height: 37px;
    text-transform: uppercase;
    padding: 0 53px 0 33px;
}

html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #f38230;
}

.wrap-submit {
    display: inline-block;
    position: relative;
    margin-top: 18px;
}

.wrap-submit i {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 33px;
    color: #fff;
    width: 10px;
    height: 39px;
    line-height: 39px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

html input[type="button"]:hover~i,
input[type="reset"]:hover~i,
input[type="submit"]:hover~i,
html input[type="button"]:focus~i,
input[type="reset"]:focus~i,
input[type="submit"]:focus~i {
    transform: translateX(10px);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

.info-contact-project {
    border-right: 1px solid rgba(225, 225, 225, 0.5);
}

.info-contact-project p:last-child {
    margin-bottom: 0;
}
.wrap-page-gallery {
	
    padding-top: 80px;
    padding-bottom:80px;
}
.gallery {
    background-image: url('../images/texture_white.png');
    background-position-x: -350px;
    background-position-y: -100px;
    background-size: 100% 110%;
    background-repeat: no-repeat;
}

.gallery.gallery--item {
    padding: 0;
    margin: 0;
}

.gallery .title-section {
    color: #ffffff;
}

.list-gallery-cats {
    margin: 0;
    text-align: right;
    list-style-type: none;
    padding-right: 130px;
}

.gallery-cat-item {
    display: inline-block;
    padding: 0 30px;
}

.gallery-cat-item a {
    position: relative;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-cat-item a.active {
    padding-left: 40px;
}

.gallery-cat-item a.active:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 1px;
    left: 0;
    top: 10px;
    opacity: 1;
}

.gallery-cat-item a.active,
.gallery-cat-item a:hover {
    font-weight: 600;
}

.gallery-cat-item a:before {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wrap-galleries {
    margin-left: -15px;
    margin-right: -15px;
}

.wrap-galleries .gallery--item {
    position: relative;
    width: calc(100% / 3);
    float: left;
    cursor: pointer;
}

.wrap-galleries .gallery--item:first-child {
    width: calc(200% / 3);
}

.gallery-bg {
    padding: 3.5px;
}

.wrap-galleries .gallery--item img {
    width: 100%;
    object-fit: cover;
    height: 251px;
}

.wrap-galleries .gallery--item:first-child img {
    height: 509px;
}

.list-galleries .slick-arrow {
    top: -60px;
    transform: none;
}

.list-galleries .slick-arrow.next {
    right: 15px;
}

.list-galleries .slick-arrow.prev {
    right: 63px;
}

.list-galleries .gallery--item:not(:first-child) .gallery-content {
    width: calc(100% - 7px);
}

footer.section.full_container.not_fullpage {
    padding: 60px 0 10px;
    position: relative;
    overflow: hidden;
    clear: both;
	background-color:rgba(0,0,0,0.1)
}

.list-galleries .gallery--item:not(:first-child) .gallery-content .gallery-name {
    padding-right: 110px;
}

section.nav-scrollbar.nav-fixed {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

section.nav-scrollbar.nav-fixed.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #000000d9 50%, #000000d9 50%);
    visibility: hidden;
    z-index: 99999;
}

.cd-popup.is-visible {
    opacity: 1 !important;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    max-width: 90vw;
    max-height: 80vh;
    background: transparent;
    text-align: left;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

@media only screen and (min-width: 1400px) {
    .cd-popup-container {
        width: 100%;
    }
}

.cd-popup .cd-popup-close {
    transition: 250ms;
    cursor: pointer;
    position: fixed;
    top: 15px;
    color: #fff;
    right: 15px;
    width: 50px;
    height: 50px;
    /* background: url("../images/close.svg") center center no-repeat; */
    background-size: cover;
    opacity: 0.7;
    transform: scale(0.8, 0.8);
}

.cd-popup .cd-popup-close:hover {
    transform: scale(1, 1) rotate(360deg);
    opacity: 1;
}

.is-visible .cd-popup-container {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-header {
    padding-top: 140px;
    padding-left: 105px;
    padding-bottom: 77px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popup-header h2 {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.popup-content {
    padding: 40px 64px 40px 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

.wrap-conten-cs {
    padding-right: 40px;
    max-height: 50vh;
    position: relative;
}

.wrap-conten-cs ul {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.wrap-conten-cs li {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.wrap-conten-cs h4 {
    color: #0e68b0;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.ps--active-y>.ps__rail-y {
    opacity: 1;
    background-color: #e1e1e1;
    width: 8px;
    border-radius: none !important;
}

.ps__thumb-y {
    right: 0;
    background-color: #0e68b0;
    width: 8px;
    opacity: 1;
    border-radius: none !important;
    cursor: pointer;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #0e68b0;
    width: 8px;
}

.list-galleries .gallery-content .gallery-name {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.not_fullpage .footer_right:before,
.not_fullpage .footer_left:before {
    height: 100%;
}

span.slick-arrow-img.slick-arrow {
    height: 80px;
    width: 80px;
    transform: translateY(-50%) scale(0.8, 0.8);
    left: -65px;
    background: none;
    box-shadow: none;
    transition: 250ms;
    background: url("../images/previous.svg") center center no-repeat;
    opacity: 0.5;
}

span.slick-arrow-img.slick-arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1, 1);
}

span.slick-arrow-img.slick-arrow.next {
    background: url("../images/next.svg") center center no-repeat;
    left: auto;
    right: -65px;
}

.gallery-popup .popup-gallery-body img {
    height: 80vh;
    width: 100%;
    object-fit: contain;
}

.gallery-popup .popup-gallery-body .slick-slide {
    /* position: relative;
    height: calc(40vh - 40px); */
}

.gallery-popup .popup-gallery-nav .slick-track {
    text-align: center;
}

.gallery-popup .popup-gallery-nav .slick-slide {
    width: 150px !important;
    display: inline-block !important;
    float: none;
}

.gallery-popup .cd-popup-container {
    overflow: visible;
}

.popup-gallery-nav {
    margin: 1vh auto 0;
    width: 50%;
}

.gallery-popup .popup-gallery-nav .slick-slide img {
    width: 100% !important;
    max-width: 100%;
    height: 8vh;
    object-fit: cover;
    border: 4px solid transparent;
    margin: auto;
    display: block !important;
    transition: .2s all ease-in-out;
    cursor: pointer;
}

.gallery-popup .popup-gallery-nav .slick-slide.slick-current img {
    border-color: #dfdfdf;
}

.section.about_life {
    background: url(../images/backgroup-thongdiep1.png) no-repeat;
    background-position-y: 0;
    background-position-x: 160%;
    background-size: 70%100%;
}

.has_content h2.title_section {
    color: #27943f;
    font-family: "Montserrat";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.has_content .subtitle {
    color: #333333;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 21px;
}

.has_content .content {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.has_content .content p:last-child {
    margin-bottom: 0;
}

.about_section_2 .container {
    padding-top: 100px;
}

.item-foundation {
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 200px;
    height: 0;
    padding-bottom: 200px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: left;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.item-foundation:nth-child(1) {
    margin-left: 0px;
}
.item-foundation:nth-child(2) {
    margin-left: -50px;
    margin-top: 150px;
}

.item-foundation:nth-child(3) {
    margin-left: -50px;
    margin-top: 0px;
}

.item-foundation:nth-child(4) {
    margin-left: -50px;
    margin-top: 150px;
}
.item-foundation:nth-child(5) {
    margin-left: 600px;
    margin-top: -350px;
}

.found_num {
    background-image: linear-gradient(89deg, #dfdfdf 0%, #a6a6a6 100%);
    color: #c0c0c0;
    font-family: "Montserrat";
    font-size: 81px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 40%;
    left: 20%;
    -webkit-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
}

.foundation_name {
    color: #5b5b5b;
    font-family: "Montserrat";
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    text-align: center;
    position: absolute;
   bottom: 22%;
   right: 10%;
    -webkit-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
}
.foundation_name p {
	margin:5px;
}

.item-foundation:after {
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid rgba(243, 130, 49, 0.26);
    left: 5px;
    top: 5px;
    position: absolute;
}

.item-foundation:first-child:after,
.item-foundation:hover:after {
    display: none;
}

.item-foundation:first-child,
.item-foundation:hover {
    background: #27943f;
}

.item-foundation:first-child .found_num,
.item-foundation:hover .found_num {
    background-image: linear-gradient(89deg, #fff 0%, #fff 100%);
}

.item-foundation:first-child .foundation_name,
.item-foundation:hover .foundation_name {
    color: #fff;
}

.about_foundation_content .content h4 {
    color: #333333;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 50px;
}

.about_foundation_content .content {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

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

.about_foundation_content .content p:last-child {
    margin-bottom: 0;
}

.about_section_history .has_content h2.title_section {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 50px;
    text-transform: unset;
}

.about_section_history .has_content .subtitle {
    margin-bottom: 33px;
}

.full-height.figures-history {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.feature-posts .col-third {
    width: 33.33333%;
    float: left;
    height: 224px;
}

.feature-posts .col-two-third {
    width: 66.66666667%;
    float: left;
    height: 448px;
}
.feature-posts .col-two-third.col-full-third,.feature-posts .col-third.col-full-third{
    width: 100% !important;

}
/*.feature-posts .col-two-third.col-full-third,.feature-posts .col-third.col-full-third{
    width: 100% !important;
	height: 300px;

}
*/
.news_title {
    display: inline-block;
    width: 100%;
}
.news_title h2 {
    float: left;
    color: #187037;
    line-height: 50px;
	margin-top:36px;
	font-size:24px
}

.figures-history .col-third {
    width: 33.33333%;
    float: left;
    height: 33.33333%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.figures-history .col-third.col-two-third {
    width: 66.66666667%;
}

.figures-history .col-third:not(.active) img {
    opacity: 0;
}

.figures-history .col-third img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figures-history .col-third:nth-of-type(5) {
    float: right;
    height: 66.6666667%;
}

/**
 * ----------------------------------------
 * animation swing-in-left-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}

@keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}

.figures-history .col-third:not(.active):hover img {
    -webkit-animation: swing-in-left-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-left-fwd 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    opacity: 1;
}

.about_scale_dev {
    background-color: #fff;
}

.about_scale_dev .has_content .title_section {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 23px;
    text-transform: initial;
}

.about_scale_dev .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_full_bg_nav {
    position: absolute;
    width: 100%;
    bottom: 90px;
    text-align: center;
}

.nav-bg {
    margin: 0;
    list-style: none;
}

.nav-bg li {
    padding: 0 60px;
    display: inline-block;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-bg li:not(:first-child) {
    border-left: 1px solid #fff;
}

.nav-bg li:hover,
.nav-bg li.active {
    color: #f38230;
}

.about_full_bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 70%);
    top: 0;
    right: 0;
    z-index: 2;
}

.about_full_bg .wrap_img_bg {
    z-index: 1;
}

.about_full_bg_nav {
    z-index: 3;
}

.about_leaderships img.map-leader {
    max-height: 65vh;
}

.about_leaderships .title_section {
    margin-bottom: 43px;
}

.about_leaderships {
    background-image: url('../images/texture_22.jpg');
    background-repeat: no-repeat;
	background-size:cover
}

.list-post-social article:first-child .news-item .wrap-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap-content-post {
    margin-bottom: 70px !important;
}

.content-post {
    margin-top: -127px;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 56px 0 0;
}

.content-post .news-name {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 25px;
}

.content-post .wrap-news-info .date,
.content-post .wrap-news-info .month-year {
    color: #0e68b1;
}

.content-post .wrap-news-info {
    margin: 0 65px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
    height: auto;
}

.wp-caption .wp-caption-text {
    text-align: center;
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
}

.content-post .entry-content {
    margin: 30px 65px;
}

.content-post .entry-content a {
    color: #0e68b1;
    font-family: "Open Sans";
    font-weight: 700;
}

.wrap-footer-post {
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    padding: 38px 65px;
}

.label-tag {
    color: #565656;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    margin-right: 10px;
}

.wrap-tags {
    float: left;
}

.wrap-next-post {
    float: right;
}

ul.list-tags {
    list-style: none;
    margin: 0;
    display: inline-block;
}

ul.list-tags li {
    display: inline-block;
    margin: 0 5px 5px;
}

ul.list-tags li a {
    color: #5f5f5f;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 35px;
    border-radius: 5px;
    background-color: #ebebeb;
    display: block;
    padding: 0 12px;
}

ul.list-tags li a:hover {
    background-color: #0e68b1;
    color: #ffffff;
}

.wrap-next-post a {
    color: #575757;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}

.wrap-next-post a i {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.07);
    border: 1px solid #b7b7b7;
    display: inline-block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 13px;
    color: #b7b7b7;
}

.wrap-next-post a:hover {
    color: #0e68b1;
}

.wrap-next-post a:hover i {
    color: #ffffff;
    background-color: #0e68b1;
    border-color: #0e68b1;
}

.wrap-rotate {
    padding-top: 50px;
}

.fix-font a {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #333333;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    border-radius: 50%;
}

.fix-font a:hover {
    border: 1px solid #0e68b1;
    background-color: #0e68b1;
    color: #fff;
}

.at-share-tbx-element .at-share-btn {
    margin: 16px 0 0 !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    text-align: center;
    background-color: transparent !important;
    border: 1px solid #333333 !important;
}

.at-share-tbx-element .at-icon-wrapper {
    line-height: 34px !important;
    height: 34px !important;
    width: 34px !important;
}

.at-share-tbx-element .at-icon {
    height: 34px !important;
    width: 20px !important;
    fill: #333333;
}

.at-share-btn-elements {
    width: 36px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.at-share-btn-elements::after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background-color: #959595;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.at-share-tbx-element .at-icon-wrapper:hover .at-icon {
    fill: #0e68b1;
}

.at-share-tbx-element .at-icon-wrapper:hover {
    border-color: #0e68b1 !important;
}

.wrap-share-post label {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -35px;
    display: block;
}

.wrap-related-news {
    margin-bottom: 90px !important;
}

.wrap-related-news .row .row {
    margin: 0 -25px;
}

.wrap-related-news h2 {
    color: #333333;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

a.view-more {
    border-radius: 5px;
    border: 1px solid #464646;
    background-color: #f5f5f5;
    display: inline-block;
    line-height: 38px;
    padding: 0 45px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    margin-top: 35px;
}

a.view-more i {
    display: inline-block;
    margin-left: 10px;
}

a.view-more:hover {
    border-color: #0e68b0;
    color: #0e68b0;
}

.wrap-related-news .wrap-news-info {
    padding-bottom: 18px;
}

.wrap-news-info .news-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.contact-page.row,
.feature-posts {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -136px;
}

.feature-posts .wrap-news-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.feature-posts .feature-item {
    position: relative;
    z-index: 11;
}

.feature-posts .feature-item .wrap-news-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 70%);
    top: 0;
    right: 0;
    z-index: 0;
}

.feature-posts .wrap-feature-news img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.feature-posts .news-name {
    position: absolute;
    bottom: 30px;
    left: 37px;
    z-index: 10;
    color: #ffffff;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    max-width: 70%;
}

.feature-posts .col-two-third .news-name {
    bottom: 40px;
    left: 45px;
    font-size: 20px;
    line-height: 26px;
}

.feature-posts .feature-item:first-child .news-name {
    text-transform: uppercase;
}

.feature-posts .news-date {
    position: absolute;
    top: 0;
    left: 37px;
    background-color: rgba(14, 104, 177, 0.9);
    border: none;
    width: 73px;
    height: 73px;
    padding: 0;
    z-index: 11;
}

.feature-posts .news-date .date {
    margin-top: 17px;
    color: #f8f8f8;
}

.feature-posts .news-date .month-year {
    color: #f8f8f8;
}

.category #banner_gr:after,
.blog #banner_gr:after {
    display: none;
}

.category #banner_gr:before,
.blog #banner_gr:before {
    background-image: url(../images/texture_22.png);
}

.categories-menu {
    margin: 78px 0 56px;
}

.categories-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.categories-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    text-align: center;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    overflow: hidden;
}

.categories-menu ul li {
    display: inline-block;
}

.categories-menu ul li a {
    background-color: #ffffff;
    padding: 0 36px;
    line-height: 50px;
    display: block;

    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.categories-menu ul li:not(:first-child) a {
    border-left: 1px solid #ebebeb;
}

.category,
.blog {
    background: #f5f5f5;
}

.categories-menu ul li a:hover,
.categories-menu ul li.current-menu-item a {
    color: #fefefe;
    background-color: #0e68b1;
}

.news-item .wrap-news-item.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.news-item .wrap-news-item.row .col-md-6 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-item .wrap-news-item.row .col-md-6,
.news-item .wrap-news-item.row img {
    height: 259px;
}

.news-item .wrap-news-item.row .wrap-news-info {
    padding-left: 27px;
    padding-right: 52px;
    padding-bottom: 37px;
}

.news-item .wrap-news-item.row .wrap-news-info {
    padding-bottom: 5px;
}

.news-excerpt {
    padding-left: 110px;
    padding-right: 52px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 49px;
}

.news-item .wrap-news-item.row .news-excerpt {
    padding-left: 52px;
}

section.about_socials .news-excerpt {
    -webkit-line-clamp: 5;
    margin-bottom: 10px;
}

.link-to-post {
    color: #333333;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 101px;
}

.link-to-post i {
    margin-left: 10px;
    display: inline-block;
}

.news-item a:hover .link-to-post {
    color: #fd6e09;
}

.paging-navigation {
    background: transparent !important;
    width: 100%;
    text-align: center;
    padding-bottom: 95px !important;
}

.page-numbers {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #333333 !important;
    font-family: Montserrat;
    margin: 0 5px;
    font-size: 13px;
}

a.page-numbers:hover,
span.page-numbers.current {
    background-color: #27943f;
    color: #ffffff !important;
}

.contact-page {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin-bottom: 76px;
}

.contact-page>div {
    padding: 70px;
}

.contact-page .wpcf7-form label {
    color: #333333;
}

.contact-page h2 {
    margin-bottom: 52px;
    font-size: 25px;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 26px;
}

.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="url"],
.contact-page input[type="password"],
.contact-page input[type="search"],
.contact-page input[type="tel"],
.contact-page input[type="number"],
.contact-page textarea,
.contact-page select {
    color: #333333;
}

input.col-full {
    width: 100%;
}

.info-contact-page {
   background-image: linear-gradient(-186deg, #03ff07 0%, #295200 100%);
	position: relative;
}

.info-contact-page::before {
    background-image: url(../images/texture_white.png);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-size: 150%100%;
    background-repeat: no-repeat;
    background-position-x: 30%;
    left: 0;
    bottom: 0;
}

.info-contact-page>div {
    position: relative;
    z-index: 2;
}

.contact-page .info-contact-page h2 {
    color: #ffffff;
}

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

.info-contact-content ul a,
.info-contact-content ul li {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.info-contact-content ul li {
    margin-bottom: 41px;
}

.info-contact-content ul li strong {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    display: inline-block;
}

.item-headquarter {
    padding: 40px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.item-headquarter .marker {
    color: #999999;
    margin-right: 10px;
}

.item-headquarter .headquarter_name {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.item-headquarter .headquarter_address {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.item-headquarter.active,
.item-headquarter:hover {
    background-color: #f5f5f5;
}

.item-headquarter.active .marker,
.item-headquarter.active .headquarter_name,
.item-headquarter:hover .marker,
.item-headquarter:hover .headquarter_name {
    color: #0e68b1;
}

.wrap-headquarter .row {
    margin-bottom: 60px;
}

.content-offices {
    padding-top: 335px;
}

.map-offices {
    padding-top: 70px;
    padding-bottom: 280px;
}

.sales_office_content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.separate-containers .widget,
.separate-containers .site-main>*,
.separate-containers .page-header,
.widget-area .main-navigation {
    margin-bottom: 0;
}

.sales_office_locations .row {
    box-shadow: 0 0 106px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    margin-top: -250px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 18px;
    overflow: hidden;
}

.sales_office_locations .row>div {
    padding: 0;
}

.list-offices {
    margin: 0;
    list-style: none;
}

.office-item {
    padding: 20px 50px 0;
    cursor: pointer;
    background-color: rgba(235, 235, 235, 0.5);
}

.office-item.active {
    background: #fff;
    padding-top: 30px;
}

.office-item .office-name {
    color: #27943f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.office-item .address {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
}


.office-item.active .address,
.office-item:last-child .address {
    border-color: transparent;
}

.sales_office_img {
    position: relative;
    overflow: hidden;
}

.sales_office_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.sales_office_img img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.sales_office_locations {
    margin-bottom: 120px !important;
}

.tab-frame {
    text-align: center;
    background: #fff;
}

.tab-frame input {
    display: none;
}

.tab-frame label {
    display: inline-block;
    padding: 0 70px;
    cursor: pointer;
    background-color: #ffffff;
    line-height: 60px;
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.tab-frame input:checked+label {
    background-color: #0e68b0;
    color: white;
    cursor: default
}

.tab-frame .tab {
    display: none;
    clear: left;
    text-align: left;
    padding-top: 260px;
    padding-bottom: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tab-frame h2.title_tab {
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media only screen and (min-width: 1430px) {
    .tab-frame .tab .col-md-4 {
        margin-left: -100px;
    }
}

.gallery-nav-tax {
    position: absolute;
    height: 291px;
    padding: 55px 15px;
}

.wrap-gallery-items {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.wrap-gallery-items .gallery:nth-child(2),
.wrap-gallery-items .gallery:nth-child(6) {
    flex-basis: 50%;
    max-width: 50%;
}

.wrap-gallery-items .gallery {
    position: relative;
    height: 291px;
    background-color: transparent;
}

.wrap-gallery-item {
    display: block;
}

.wrap-gallery-item img {
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    object-fit: cover;
    z-index: -1;
}

body.tax-gallery-type,
body.post-type-archive-gallery {
    background-color: #dcdcdc;
}

.wrap-gallery-info {
    width: calc(100% - 4px);
    height: 287px;
    margin: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 23px 32px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
}

.wrap-gallery-info .gallery-name {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    max-width: 80%;
}

.slick-nav-video,
.slick-nav-gallery {
    margin-top: 33px;
}

.slick-nav-video .slick-arrow,
.slick-nav-gallery .slick-arrow {
    position: static;
    transform: unset;
    display: inline-block;
    box-shadow: unset;
}

.slick-nav-video .slick-arrow.next,
.slick-nav-gallery .slick-arrow.next {
    margin-left: 4px;
}

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

.gallery-menu ul li {
    display: block;

}

.gallery-menu ul li a {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.gallery-menu ul li a::before {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    display: block;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.gallery-menu ul li:hover a,
.gallery-menu ul li.current-menu-item a {
    color: #0e68b0;
    font-weight: 700;
    padding-left: 40px;
}

.gallery-menu ul li:hover a::before,
.gallery-menu ul li.current-menu-item a::before {
    width: 30px;
    height: 1px;
    background-color: #0066b2;
}

.wrap-gallery-items .gallery.gallery-type-video a::after,
.wrap-gallery-items .gallery.gallery-type-hinh-anh a::after {
    position: absolute;
    bottom: 22px;
    right: 22px;
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    z-index: 2;
    background-image: url('../images/canvas_img.png');
}

.wrap-gallery-items .gallery.gallery-type-video a::after {
    background-image: url('../images/canvas_video.png');
    width: 39px;
    height: 38px;
}

.modal-video-close-btn {
    background: transparent !important;
}

.list_td_prize {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.prize-content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(to right, #27943f 0%, #1e98eb 100%);
    position: relative;
}

.prize-content::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/texture_22.png);
    background-size: 100%100%;
    background-repeat: no-repeat;
    background-position-x: -150px;
}

.list_td_section_1 .prize-content .title_section {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0px;
}

.prize-content p:last-child {
    margin-bottom: 0;
}

.list_td_prize img {
    width: 100%;
    height: 294px;
    object-fit: cover;
}

.slick-img-prize .slick-arrow {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.list_td_section_1 {
    margin-top: -140px;
    overflow-x: hidden;
    padding-bottom: 145px;
}

.list_td_section_1::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 70%;
    height: calc(100% - 140px);
    background-image: url(../images/texture_gray.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(50%);
}

.list_td_section_1 .title_section {
    color: #0e68b1;
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 25px;
}

.list_td_section_1 .content p:last-child {
    margin-bottom: 0;
}

.list_td_environment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 240px;
}

.list_td_environment .title_section {
    color: #fff;
    margin-bottom: 0;
}

.list_td_environment .content {
    color: #fff;

}

.td_advantage-item {
    background: #000;
    position: relative;
    cursor: pointer;
}

.td_advantage-item img {
    opacity: 0.3;
    width: 100%;
    height: 450px;
    object-fit: cover;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.td_advantage-item:hover {
    background: #060  ;
}

.list_td_advantages .slick-slide:nth-child(even) img {
    opacity: 0.5;
}

.td_advantage-item:hover img {
    opacity: 0 !important;
}

.list_td_advantages .slick-arrow {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.list_td_advantages {
    margin: -150px -15px 105px;
}

.list_td_advantages .wrap-advantage-content {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding: 150px 45px 50px 0;
}

.list_td_advantages .title_advantage {
    line-height: 25px;
    height: 50px;
    padding-left: 40px;
    border-left: 5px solid #27943f;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
}

.list_td_advantages .td_advantage-item:hover .title_advantage {
    border-color: #0e68b0;
    color: #0e68b0;
}

.list_td_advantages .content {
    padding-left: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.list_td_advantages .td_advantage-item:hover .content {
    color: #333333;
}

.list_td_envi_advantages {
    background-image: linear-gradient(to top, #0066b2 0%, #1dafed 100%);
}

.list-recruiments .title_section {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
}

section.section.process-nav-tax {
    background: #fff;
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    margin-bottom: 90px;
}

.process-nav-tax ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.process-nav-tax ul a {
    display: block;
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 50px;
    transition: .2s all ease-in-out;
}

.process-nav-tax ul li a:hover,
.process-nav-tax ul li.current-process-parent a,
.process-nav-tax ul li.current-menu-item a {
    background: #0e68b0;
    color: #fff;
}

.sidebar-list-process {
    margin: 0;
    list-style: none;
    background-color: #f6f6f6;
}

.sidebar-list-process li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}

.sidebar-list-process li a {
    display: block;
    color: #333333;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    padding: 20px;
}

.sidebar-list-process li.active a {
    background-color: #ebebeb;
    border-left: 5px solid #27943f;
    padding-left: 15px;
}

.head-process-detail .title_process {
    color: #0e68b0;
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.head-process-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-process-detail select {
    width: 218px;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 28px;
    border-radius: unset !important;
    border: none;
    cursor: pointer;
    background: url(../images/arrow_down.png) no-repeat right #0e68b0;
    background-size: 10px;
    -webkit-appearance: none;
    background-position-x: 190px;
}

.body-process-detail .content {
    margin-bottom: 50px;
}

.body-process-detail .content p:last-child {
    margin-bottom: 0;
}

.wrap-process-imgs img {
    width: 100%;
    object-fit: cover;
}

.wrap-process-imgs .process-body img {
    /* height: 502px; */
}

.wrap-process-imgs .process-nav img {
    height: 125px;
    cursor: pointer;
}

.wrap-process-imgs .slick-slide {
    padding: 4px;
}

.wrap-process-imgs .process-body figure {
    position: relative;
}

.wrap-process-imgs .process-body figcaption {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: calc(100% - 150px);
    background-color: #e7e7e7;
    padding: 22px 34px;
}

.title-img {
    height: 36px;
    width: 60%;
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wrap-process-imgs .process-body .slick-arrow {
    font-size: 70px;
    bottom: 4px;
    top: unset;
    right: 79px;
    width: 75px;
    height: 80px;
    background-color: #d8d8d8;
    border-radius: 0;
    line-height: 80px;
    color: #333333;
    cursor: pointer;
    box-shadow: unset;
}

.wrap-process-imgs .process-body .slick-arrow.next {
    right: 4px;
}

.wrap-process-imgs .process-body .slick-arrow:hover {
    color: #fff;
    background-color: #f48120;
}

.wrap-process-imgs .process-nav .slick-arrow {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.6);
}

.wrap-process-imgs .process-nav .slick-arrow.prev {
    left: 9px;
}

.wrap-process-imgs .process-nav .slick-arrow.next {
    right: 9px;
}


.wrap-process-imgs .process-nav .slick-arrow:hover {
    background: #fff;
    color: #7f7f80;
}

.wrap-process-imgs {
    margin-bottom: 125px;
}

body.search .entry-header,
body.search .page-header {
    padding: 0;
}

body.search .entry-title,
body.search .page-title {
    margin-top: 150px;
    margin-bottom: 40px !important;
}

body.error404 input[type="search"],
body.search input[type="search"] {
    color: #333;
    padding-left: 15px;
}

body.error404 input[type="submit"],
body.search input[type="submit"] {
    padding: 0 30px;
}

body.error404 .inside-article {
    padding: 200px 0 !important;
}

.main-navigation .main-nav ul li.search-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation li.search-item {
    float: left;
}

.main-navigation li.toggle-second-menu {
    float: right;
    z-index: 21;
}

.main-navigation li.toggle-second-menu a {
    height: 60px;
    width: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-navigation li.toggle-second-menu span {
    display: block;
    width: 31px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.main-navigation li.toggle-second-menu span:last-child {
    margin-bottom: 0;
    margin-left: auto;
    width: 23px;
}

.main-navigation li.toggle-second-menu:hover span {
    background: #f48120;
}

.main-navigation li.toggle-second-menu:hover span:last-child {
    width: 31px;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a,
.main-navigation .main-nav ul li:hover>a,
.main-navigation .main-nav ul li:focus>a,
.main-navigation .main-nav ul li.sfHover>a {
    color: #060 !important;
    background-color: transparent !important;
}

.post-type-archive-gallery #primary,
.tax-gallery-type #primary {
    background: #ffffff url(../images/texture_gray.png) no-repeat !important;
    background-size: 65%100% !important;
    background-position-x: 160% !important;
}

.about_foundations {
    padding-top: 60px;
}

.sidebar-post {
    position: relative;
}

.sidebar-post.fixed .wrap-rotate {
    position: fixed;
    top: 100px;
}

.sidebar-post.fixed .wrap-share-post label {
    margin-left: -13px;
    margin-bottom: 20px;
}

.map-content .info_content h5 {
    margin-bottom: 0;
}

.wrap-second-primary-menu {
    z-index: 80;
    position: fixed;
    right: -6px;
    top: 94px;
    background-color: transparent;
    height: calc(100vh - 80px);
    width: 100%;
    opacity: 0;
    transition: .3s all ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.wrap-second-primary-menu.open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.wrap-second-primary-menu .col-md-6 {
    text-align: right;
    /* background-image: linear-gradient(89deg, #27943f 0%, #187037 100%); */
    /* transform: skewX(-30deg); */
    margin-left: auto;
    /* flex-basis: 1500px;
    max-width: 1500px; */
    /* overflow: hidden; */
}

body {
    overflow-x: hidden;
	text-align:justify
}

.overlay-menu {
    position: fixed;
    height: 100%;
    overflow: hidden;
    top: 0;
    width: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    z-index: 50;
}

.overlay-menu.show {
    width: 100%;
}

.wrap-second-bg-menu {
    /* transform: skewX(30deg); */
    z-index: 99;
    height: calc(100vh - 80px);
    /* width: 370px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.wrap-second-bg-menu ul.menu a:before {
    content: '';
    /* background: rgba(255, 255, 255, 1); */
    display: block;
    width: 1500px;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    top: 0;
    z-index: -1;
}

.wrap-second-bg-menu ul.menu li.current-menu-item a:before,
.wrap-second-bg-menu ul.menu a:hover:before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.wrap-second-bg-menu:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(89deg, #27943f 0%, #187037 100%);
    width: 1500px;
    height: 1500px;
    z-index: -1;
    top: 0;
    left: 0;
    margin-left: -53px;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.wrap-second-bg-menu ul {
    margin: 0;
    list-style: none;
    width: 100%;
}

.wrap-second-bg-menu ul.menu li {
    position: relative;
}

.main-navigation.toggled .main-nav li,
.open .wrap-second-bg-menu ul.menu li {
    animation-name: goRight;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

.main-navigation .main-nav li:nth-child(1) ,
.wrap-second-bg-menu ul.menu li:nth-child(1) {
    animation-delay: 0ms;
}

.main-navigation .main-nav li:nth-child(2) ,
.wrap-second-bg-menu ul.menu li:nth-child(2) {
    animation-delay: 50ms;
}

.main-navigation .main-nav li:nth-child(3) ,
.wrap-second-bg-menu ul.menu li:nth-child(3) {
    animation-delay: 100ms;
}

.main-navigation .main-nav li:nth-child(4) ,
.wrap-second-bg-menu ul.menu li:nth-child(4) {
    animation-delay: 150ms;
}

.main-navigation .main-nav li:nth-child(5) ,
.wrap-second-bg-menu ul.menu li:nth-child(5) {
    animation-delay: 200ms;
}

.main-navigation .main-nav li:nth-child(6) ,
.wrap-second-bg-menu ul.menu li:nth-child(6) {
    animation-delay: 250ms;
}

.main-navigation .main-nav li:nth-child(7) ,
.wrap-second-bg-menu ul.menu li:nth-child(7) {
    animation-delay: 300ms;
}

.main-navigation .main-nav li:nth-child(8) ,
.wrap-second-bg-menu ul.menu li:nth-child(8) {
    animation-delay: 350ms;
}

.main-navigation .main-nav li:nth-child(9) ,
.wrap-second-bg-menu ul.menu li:nth-child(9) {
    animation-delay: 400ms;
}

.main-navigation .main-nav li:nth-child(10),
.wrap-second-bg-menu ul.menu li:nth-child(10) {
    animation-delay: 450ms;
}

@keyframes goRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.goright {
    animation-duration: 1s;
    animation-fill-mode: forwards
}

.goright {
    animation-name: goRight
}



.wrap-second-bg-menu ul.menu li::before {
    /* content: ''; */
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(100%);
    transition: .3s all ease-in-out;
}

.wrap-second-bg-menu ul.menu li.current-menu-item::before,
.wrap-second-bg-menu ul.menu li:hover::before {
    transform: translateX(0);
}

.wrap-second-bg-menu ul.menu a {
    position: relative;
    z-index: 11;
    display: block;
    color: #ffffff !important;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    transition: .3s all ease-in-out;
}

.wrap-second-bg-menu a:hover,
.wrap-second-bg-menu ul.menu li.current-menu-item a,
.wrap-second-bg-menu ul.menu li:hover a {
    color: #f5882f !important;
}

.second-primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wrap-second-primary-menu .col-md-6>span::before {
    width: 100vh;
    content: '';
    /* background: #187037; */
    height: calc(100vh - 80px);
    left: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.wrap-second-primary-menu .social li {
    float: right;
}

.wrap-second-primary-menu .social li a {
    color: #0d68b0;
}

.wrap-second-bg-menu ul.menu {
    padding-bottom: 30px;
}

.wrap-second-primary-menu .info-contact-social {
    position: relative;
    padding-top: 30px;
}

.wrap-second-primary-menu .info-contact-social::before {
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 100vw;
    /* content: ''; */
    display: block;
    position: absolute;
    top: 0;
}


.hotline_op {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 66px;
}

.hotline_op a {
    display: inline-block;
    margin-left: 5px;
    color: #ffffff !important;
    font-size: 25px;
}

.hotline_op a:hover{
    color: #f48120 !important;
}

.main-navigation li.toggle-second-menu a.active span:first-child {
    -webkit-transform: rotate(33deg) translate(1px, 7px);
    -ms-transform: rotate(33deg) translate(1px, 7px);
    transform: rotate(33deg) translate(1px, 7px);
    width: 37px;
}

.main-navigation li.toggle-second-menu a.active span:last-child {
    -webkit-transform: rotate(-33deg) translate(1px, -8px);
    -ms-transform: rotate(-33deg) translate(1px, -8px);
    transform: rotate(-33deg) translate(1px, -8px);
    width: 37px;
}

.main-navigation li.toggle-second-menu a.active span:nth-child(2) {
    opacity: 0;
}

.main-navigation .main-nav li:nth-last-child(3)[class*="current-menu-"] a {
    color: #fff !important;

}

.main-navigation .main-nav li:nth-last-child(2):hover a,
.main-navigation .main-nav li:nth-last-child(3):hover a {
    color: #fff !important;
}

.main-navigation .main-nav li:nth-last-child(1):hover span {
    background-color: #fff !important;
}

.about_life_detail.has_content {
    padding-right: 60px;
}

.slick-arrow:hover {
    background-color: #27943f;
    color: #fff;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
    padding: 40px 0;
}

.hidden-mobile {
    display: block;
}

.hidden-desktop {
    display: none;
}

.kenit-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 20px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 8888;
}
.get-info-project-btn .kenit-alo-phone {
    right: 20px;
    left: unset;
}

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

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

.kenit-alo-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 100%;
    opacity: .1;
    border-color: rgba(244, 129, 32, 0.88);
    opacity: .5;
    box-shadow: 0 3px 15px rgba(244, 129, 32, 0.88);
    background-color: rgba(244, 129, 32, 0.88);
}

.kenit-alo-phone span {
    display: block;
    background: #f48120;
    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: #f48120 transparent transparent transparent;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

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

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

@-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);
    }
}

@-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);
    }
}

.navigation-search input {
    margin-bottom: 0;
    padding-left: 20px;
	color: #ffffff;
	background-color: #27943f;
}
.navigation-search input[type="search"]:focus{color:#fff;background-color: #27943f !important}

.navigation-search {
    top: calc(100% + 10px);
}

.project_main_detail h2:hover {
    color: #f38230;
}

.button_project span {
    position: absolute;
    left: 110%;
    display: block;
    width: max-content;
    height: 100%;
    background: #f38230;
    padding: 8px 20px;
    border-radius: 999px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .2s all ease-in-out;
}

.button_project:hover span {
    visibility: visible;
    opacity: 1;
}

div#hotline,
div#get-info {
    width: 440px;
    background: #e5e5e5;
    border-radius: 10px;
    text-align: center;
}

div#hotline .title_hotline_form,
div#get-info .title_hotline_form {
    margin-top: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

#hotline input.wpcf7-form-control,
#get-info input.wpcf7-form-control {
    font-size: 13px;
    background: #efefef;
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 1px solid #93b4cf;
    border-radius: 5px;
    width: 300px;
    color: #333;
    line-height: 1;
}

#hotline input.wpcf7-form-control.wpcf7-submit,
#get-info input.wpcf7-form-control.wpcf7-submit {
    background: #0e68b1;
    border-color: #0e68b1;
    color: #fff;
    font-weight: 600;
}

div#hotline .form-hotline-content {
    margin-top: 10px;
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
    margin-bottom: 30px;
}

div#hotline .form-hotline-content p {
    margin-bottom: 0;
    color: #333;
}

div#hotline .form-hotline-content a {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

#get-info .form-hotline-op {
    margin-bottom: 25px;
}

#get-info .form-hotline-content {
    width: 300px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    margin-top: -10px;
}



.cd-popup.post .cd-popup-container {
    max-height: 100vh;
    max-width: 1260px;
    width: 100%;
    background: #fff;
}

.cd-popup.post .container {
    position: relative;
    max-height: 100vh;
}

.cd-popup.post h4.title-post {
    color: #f38230;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.cd-popup.post .col-md-12 {
    padding: 30px 50px 50px;
}

.cd-popup.post .content {
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #404040;
    border-top: 1px dotted #404040;
    font-size: 15px;
    line-height: 20px;
    color: #404040;
    text-align: left;
}

.cd-popup.post img {
    clear: both;
    width: 100%;
    margin: 20px 0;
}

.cd-popup.post p+p {
    margin-top: 20px;
}

.cd-popup.post figure.wp-caption {
    width: 100% !important;
}

.cd-popup.cs .cd-popup-container {
    max-height: 90vh;
}

.iframe-360-content iframe {
    margin: auto;
    display: block;
    width: 100%;
    height: 500px;
}

.news_box2_img,
.news_box3_img {
    overflow: hidden;
    height: 280px;
}

.news_box2 img,
.news_box3 img {
    transition: .2s all ease-in-out;
    width: calc(100% + 20px);
    height: 300px;
    max-width: calc(100% + 20px);
    filter: grayscale(100%);
}

.news_box2:hover img,
.news_box3:hover img {
    transform: translateY(-10px);
    filter: grayscale(0%);
}

.site-header .ps__rail-x, .site-header .ps__rail-y{
    display: none !important;
}

.cd-popup.product-popup img {
    display: block;
    margin: auto;
}

span.svg-icon.icon-arrow-left.size-normal {
    vertical-align: -5px;
    margin-right: 35px;
    font-size: 1.5rem;
    line-height: 1;
    display: inline-block;
}

span.svg-icon svg{
    vertical-align: -0.125em;
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-block;
}

.lable-notice:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    display: block;
    width: 20px;
    border-bottom: 2px solid;
}

.lable-notice {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding-left: 40px;
}

.title-404{
    line-height: 1;
    margin: 25px 0;
    color: #000;
}


.content-404{
    font-size: 24px;
    line-height: 30px;
}

.button-404{
    background-color: #161619;
    padding: 0 100px 0 80px;
    line-height: 60px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.cd-popup.get-info-price .cd-popup-container#get-info {
    width: 800px;
    padding: 100px 80px;
    background: #0b95d5;
}

.cd-popup.get-info-price #get-info .form-hotline-op h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.cd-popup.get-info-price #get-info input.wpcf7-form-control{
    width: 100%;
}

.cd-popup.get-info-price #get-info input.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    background: #f07f32;
    border-color: #f07f32;
}

.cd-popup.get-info-price #get-info .form-hotline-op h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}


