/* header */
.ik-menu-expand {
    display: none;
}
.header_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    position: relative;
}

.custom-logo-link img {
    max-height: 90px;
    width: auto;
}

.header_wrap .main-navigation {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: -45px;
    position: relative;
}

.header_wrap .main-navigation li {
    margin-right: 50px;
    cursor: pointer;
}

.header_wrap .main-navigation li:last-child {
    margin: 0;
}

.header_wrap .main-navigation li a {
    font-size: 16px;
    color: #00665D;
}

.header_wrap .main-navigation li.menu-item-has-children{
    padding-bottom: 45px;
}

.header_wrap .main-navigation .menu-item-has-children a {
    padding-right: 30px;
    position: relative;
}
.header_wrap .main-navigation .menu-item-has-children a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: url('../img/arrow.svg') no-repeat center;
    background-size: 100%;
    right: 0;
    top: 6px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header_wrap .main-navigation li.menu-item-has-children li.menu-item-has-children {
    padding-right: 0!important;
}
.header_wrap .main-navigation li.menu-item-has-children li a {
    padding-right: 0!important;
}
.header_wrap .main-navigation li.menu-item-has-children li a:after {
    display: none;
}

.header_wrap .main-navigation .menu-item-has-children:hover a:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header_wrap .main-navigation .sub-menu {
    background: rgba(0, 66, 54, 0.6);
    padding: 10px 20px 30px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    display: flex !important;
    flex-direction: column;
    width: auto !important;
    top: 30px;
}
.header_wrap .main-navigation .sub-menu .sub-menu {
    display: flex!important;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0!important;
    background: none!important;
    margin: 0!important;
    float: none!important;
    padding-bottom: 5px;
}

.header_wrap .main-navigation .sub-menu li {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.header_wrap .main-navigation .sub-menu a {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    width: auto !important;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.header_wrap .main-navigation .sub-menu a:hover,
.header_wrap .main-navigation .sub-menu .current-menu-item a {
    color: #008368;
}
.header_wrap .main-navigation .pll-parent-menu-item  {
    position: absolute;
    top: -15px;
    right: -50px;
    padding-bottom: 0!important;
}
.header_wrap .main-navigation .pll-parent-menu-item .sub-menu {
    padding: 14px;
}
.header_wrap .main-navigation .pll-parent-menu-item a {
    opacity: 0;
    transition: none!important;
}
.header_wrap .main-navigation .pll-parent-menu-item .language_link {
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    background: #00665D;
    text-indent: -999!important;
    font-size: 0!important;
    color: transparent!important;
    opacity: 1;
    transition: none!important;
    position: relative;
    z-index: 20;
}

.header_wrap .main-navigation .pll-parent-menu-item .language_link:after {
    position: absolute;
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    background: none;
    transform: none!important;
}
.header_wrap .main-navigation .pll-parent-menu-item .current-lang a{
    color: #008368;
}
.header_wrap .main-navigation .pll-parent-menu-item ul {
    z-index: 19;
}
.header_wrap .main-navigation .pll-parent-menu-item ul a {
    opacity: 1!important;
}

    /* header end */
/* footer */
footer {
    background: #004236;
    padding: 50px 0 0 0;
}

.footer_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .logo img {
    max-width: 280px;
    height: auto;
}

footer .brand_holder {
    max-width: 344px;
    display: flex;
    flex-direction: column;
}

.social_accounts_holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 30px;
}

.social_accounts_holder a {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin: 8px;
    font-size: 18px;
    color: #004236;
}

.social_accounts_holder a:hover {
    color: #857040;
}

.footer_details_holder {
    width: calc(100% - 350px);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 15px;
}

.footer_details_holder .footer_details_block {
    width: 25%;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.footer_details_holder .footer_details_block:last-child {
    width: auto;
}

.footer_details_holder .footer_details_block h6 {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.footer_details_holder .footer_details_block h6:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #857040;
}

.footer_details_holder .footer_details_block .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    margin-top: 30px;
}

.footer_details_holder .footer_details_block .content p {
    font-size: 14px;
    color: #fff;
    margin: 15px 0 0 0;
    line-height: 16px;
}

.footer_details_holder .footer_details_block .content p a {
    color: #fff;
}

.footer_details_holder .footer_details_block .content img {
    max-width: 100%;
    height: auto;
}

.copyright_holder {
    padding: 30px 0;
    border-top: 3px solid #857040;
    margin-top: 30px;
}

.copyright_holder p {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Kanit-Regular", san-serif;
}
.footer_menu {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
}
.footer_menu li {
    margin-left: 7px;
    padding-left: 7px;
    border-left: 2px solid #fff;
    line-height: 12px;
}
.footer_menu li:first-child {
    padding-left: 0;
    border: none;
}
.footer_menu a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-family: "Kanit-Regular", san-serif;
}

/* footer end */
/* home */
.home_slider.video_slider {
    height: calc(100vw * 0.5625);
}
.home_slider {
    width: 100%;
    height: calc(100vw * 0.5117);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;

}
.home_slider video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.home_slider .mobile_video {
	display: none;
}

.home_slider .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_slider .swiper-wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.home_slider .swiper-slide {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.home_slider .swiper-pagination {
    bottom: 50px;
}

.home_slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 10px;
}

.home_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.home_slider .container {
    position: relative;
    z-index: 10;
}

.home_slider h1 {
    font-size: 100px;
    color: #fff;
    font-family: "madebruno", san-serif;
    letter-spacing: -1px;
    text-align: center;
    opacity: 0.8;
}

.home_content {
    background: #E6DBD1;
    padding: 45px 0 45px 0;
}

.home_content h2 {
    color: #857040;
}

.home_content .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.home_content .content p {
    max-width: 100%;
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 32px;
    color: #004236;
    font-family: "MADEEvolveSansMedium", san-serif;
}

.gallery_nav_holder {
    background: #fff;
    border-bottom: 7px solid #00665D;
}

.gallery_nav_holder_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.gallery_trigger {
    position: relative;
    padding-left: 70px;
    font-size: 32px;
    line-height: 38px;
    color: #6B5C4F !important;
    font-family: "MADEEvolveSansMedium", san-serif;
}

.gallery_trigger:hover,
.gallery_trigger.open {
    color: #00665D !important;
}

.gallery_trigger:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../img/camera.svg') no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
}

.home_form_holder {
    display: flex;
    flex-direction: column;
    position: relative;
}
.home_form_holder .sent .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    opacity: 1;
    background: #fff;
    font-size: 18px;
    color: #004236;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: none!important;
}

.home_form_holder h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #004236;
    font-family: "Kanit-Medium", san-serif;
}

.home_form_holder form {
    margin-top: 15px;
}

.home_form_holder .wpcf7-form-control-wrap.your-email {
    margin-right: 30px;
}

.home_form_holder .wpcf7-form-control-wrap.your-email input {
    border: 1px solid #004236;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    padding: 0 15px;
    color: #C4BEB9;
    font-size: 16px;
    width: 350px;
}

.home_form_holder .wpcf7-form-control.wpcf7-submit {
    height: 48px;
    padding: 0 25px;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    background: #004236;
    margin: 0;
    font-size: 16px;
}

.home_gallery_section {
    max-height: 1440px;
    overflow: visible;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.home_gallery_section h3,
.home_posts_section h3 {
    font-size: 32px;
    color: #00665D;
    line-height: 38px;
    margin-top: 40px;
    font-family: "MADEEvolveSansMedium", san-serif;

}

.home_gallery_section .swiper-container {
    width: 100%;
    height: 710px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}

.home_gallery_section .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.home_gallery_section .swiper-button-next {
    right: -50px;
}

.home_gallery_section .swiper-button-prev {
    left: -50px;
}

.home_gallery_section .swiper-button-white:after {
    color: #857040;
}

.home_posts_section {
    padding-bottom: 100px;
}
.home_posts_section .row:last-child .col-12 {
	    margin-top: 45px;position: relative;
}
.home_posts_section .swiper-container {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.home_posts_section .swiper-slide {
    height: 100%!important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home_posts_section .post_image {
    width: 250px;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border: 1px solid #6B5C4F;
}

.home_posts_section .content {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
}

.home_posts_section .content .blog_post_date {
    font-size: 18px;
    color: #6B5C4F;
    font-family: "MADEEvolveSansMedium", san-serif;
}

.home_posts_section .content h5 {
    line-height: 18px;
}

.home_posts_section .content h5 a {
    font-size: 18px;
    color: #6B5C4F;
    font-family: "MADEEvolveSansMedium", san-serif;
    line-height: 18px;
}

.home_posts_section .content h5 a:hover {
    text-decoration: underline;
}

.home_posts_section .content p {
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 18px;
    font-family: "MADEEvolveSansLight", san-serif;
    color: #6B5C4F;
}

.home_posts_section .swiper-button-next {
    right: -50px;
}

.home_posts_section .swiper-button-prev {
    left: -50px;
}

.home_posts_section .swiper-button-white:after {
    color: #857040;
}


/* home end */
/* default page */
.banner img {
    width: 100%;
    height: auto;
}

.page_content {
    padding: 30px 0 70px 0;
}

.page_content .row {
    margin-top: 30px;
}

.page_content .blog_post_date {
    font-size: 18px;
    color: #6B5C4F;
    font-family: "MADEEvolveSansMedium", san-serif;
    padding-bottom: 10px;
}

.page_content h2 {
    color: #004236;
}

.page_content .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.page_content .content p {
    max-width: 100%;
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 32px;
    color: #004236;
    font-family: "MADEEvolveSansLight", san-serif;
}

.page_content .content p strong {
    font-family: "MADEEvolveSansMedium", san-serif;
}

.page_content .content p img {
    width: 100%;
    height: auto;
}

/* default page end */
/* contact page */
.contacts_banner {
    width: 100%;
    min-height: calc(100vw * 0.51176);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.contacts_banner h1 {
    color: #fff;
    font-size: 92px;
    line-height: 110px;
    font-family: "madebruno", san-serif;
    letter-spacing: -1px;
    width: 100%;
    text-align: center;
}

.contact_form {
    padding-bottom: 80px;
}

.contact_form .row {
    margin-top: 40px;
}

.map_img {
    width: 100%;
    height: auto;
}

.contact_form form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form .field {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.contact_form .field input, .contact_form .field textarea {
    width: 100%;
    height: 48px;
    border: 2px solid #857040;
    font-size: 16px;
    color: #8A9298;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: 0;
}

.contact_form .field textarea {
    resize: none;
    min-height: 150px;
    padding: 15px;
}

.contact_form .field input:focus, .contact_form .field textarea:focus {
    border-color: #004236;
}

.contact_form .field_long {
    width: 100%;
}

.contact_form .field_short {
    width: calc(25% - 10px);
}

.contact_form .field_mid {
    width: calc(75% - 10px);
}

.submit_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

.submit_wrap input {
    height: 48px;
    padding: 0 25px;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    background: #004236;
    margin: 0;
    font-size: 16px;
}
.contact_form span.wpcf7-not-valid-tip {
    left: 17px;
    bottom: -20px;
}
.contact_form .wpcf7 form{
    position: relative;
}
.contact_form .sent .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    opacity: 1;
    background: #fff;
    font-size: 24px;
    color: #004236;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: none!important;
}

/* contact page end */
/* accordion */
.accordion_content {
    padding: 60px 0 100px 0;
}

.accordion_content h2 {
    color: #004236;
}

.accordion_holder {
    margin-top: 80px;
}

.accordion_wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.accordion_wrap:first-child {
    margin-top: 0;
}

.accordion_wrap h5 {
    font-family: "MADEEvolveSansRegular", san-serif;
    font-size: 24px;
    color: #004236;
}

.accordion_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 65px;
    margin-top: 5px;
}

.accordion_item .accordion_label {
    font-size: 18px;
    font-family: "MADEEvolveSansRegular", san-serif;
    color: #004236;
    position: relative;
    cursor: pointer;
}

.accordion_item .accordion_label:after {
    position: absolute;
    content: '>';
    left: -20px;
    top: 0;
    color: #004236;
    font-size: 18px;
    font-family: "MADEEvolveSansRegular", san-serif;

}

.accordion_item .content {
    overflow: hidden;
    display: none;
    width: 100%;
    padding-bottom: 30px;
}

.accordion_item .content p {
    margin: 15px 0 0 0 !important;
    font-size: 16px;
    font-family: "MADEEvolveSansRegular", san-serif;
    color: #004236;
    line-height: 18px;
}


.image_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    border: 1px solid #6B5C4F;
}

.image_holder:first-child {
    margin: 0;
}

.image_holder img {
    width: 100%;
    height: auto;
}

/* accordion end */
/* project */
.projects_banner {
    width: 100%;
    height: calc(100vw * 0.2805);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projects_banner .title_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 60px;
    border-left: 5px solid #857040;
}

.projects_banner .title_wrap h1 {
    color: #fff;
    font-size: 160px;
    font-family: "MADEEvolveSansBold", san-serif;
    line-height: 120px;
    display: flex;
}
.projects_banner .title_wrap h1 em {
    font-size: 70px;
    line-height: 60px;
    font-family: "MADEEvolveSansLight", san-serif;
    font-style: normal;
}

.projects_banner .title_wrap h6 {
    color: #857040;
    font-size: 90px;
    font-family: "MADEEvolveSansLight", san-serif;

}

.project_content_wrap {
    padding: 90px 0 100px 0;
}

.project_content_wrap .image_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.project_content_wrap .image_wrap img {
    width: 100%;
    height: auto;
}

.project_content_wrap .content, .project_content_wrap .specifications {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.project_content_wrap .content p {
    font-size: 20px;
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 80px;
}

.project_content_wrap .content_gold p {
    font-family: "RobotoCondensed-Light", san-serif;
    color: #857040;
    counter-increment: p;
}

.project_content_wrap .content_gold p:before {
    content: counter(p);
    position: absolute;
    color: #857040;
    left: 40px;
    top: 2px;
    font-size: 24px;
    font-family: "RobotoCondensed-Bold", san-serif;
    font-weight: 900;
}

.project_content_wrap .content_green {
    margin-top: 50px;
}

.project_content_wrap .content_green p {
    font-family: "RobotoCondensed-Light", san-serif;
    font-style: italic;
    color: #00665D;
    counter-increment: p;
}

.project_content_wrap .content_green p:before {
    color: #00665D;
    content: counter(p);
    position: absolute;
    left: 40px;
    top: 2px;
    font-size: 24px;
    font-family: "RobotoCondensed-Bold", san-serif;
    font-style: normal;
    font-weight: 900;
}

.project_content_wrap .specifications {
    padding-left: 80px;
    margin-top: 60px;
}

.project_content_wrap .specifications .spec_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    color: #857040;
    font-size: 24px;
    font-family: "RobotoCondensed-Light", san-serif;
}

.project_content_wrap .specifications .spec_wrap .title_green {
    color: #00665D;
    font-style: italic;
    margin-top: 5px;
}

.project_content_wrap .specifications .spec_wrap h5 {
    font-style: italic;
    font-family: "RobotoCondensed-Bold", san-serif;
    font-weight: 900;
    font-size: 32px;
}

.project_content_wrap .specifications .spec_wrap.total_spec_wrap {
    font-size: 32px;
}

.project_content_wrap .specifications .spec_wrap.total_spec_wrap .title_green {
    margin-top: 10px;
}

.project_content_wrap .specifications .spec_wrap.total_spec_wrap h5 {
    font-size: 38px;
}

.project_gallery {
    padding: 50px 0 100px 0;
}

.project_gallery .swiper-container {
    width: 100%;
    height: 710px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}

.project_gallery .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.project_gallery .swiper-button-next {
    right: -50px;
}

.project_gallery .swiper-button-prev {
    left: -50px;
}

.project_gallery .swiper-button-white:after {
    color: #857040;
}

.project_gallery .swiper-button-white {
    top: 220px;
}

/* project end */
/* category */
.related_posts {
    padding: 300px 0 100px 0;
}
.related_posts .projects_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.related_posts .projects_wrap .post_block {
    padding: 0 70px;
    border-left: 8px solid #857040;
    display: flex;
    flex-direction: column;
}
.related_posts .projects_wrap .post_block:first-child {
    border: none;
    padding-left: 0;
}
.related_posts .projects_wrap .post_block a {
    font-size: 140px;
    line-height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #857040;
}
.related_posts .projects_wrap .post_block a em {
    font-size: 70px;
    line-height: 60px;
    font-style: normal;
    font-family: "MADEEvolveSansLight", san-serif;
    margin-left: 10px;
}
/* category end */
/* 404 */
.content_404 {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.content_404 .content {
    margin-top: 50px;
}
/* 404 end */
/* iframe */
.frame_holder {
padding-top: 100px;
}
.frame_holder iframe {
	border: none!important;
	width: 100%!important;
	height: 690px!important;
}
/* iframe end */