:root{
    --main-cl: #D6B46F;
    --sub-cl: #13122D ;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.scroll_content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scroll_content::-webkit-scrollbar
{
    width: 0.208rem;
    background-color: #cedbff;
}

.scroll_content::-webkit-scrollbar-thumb
{
    background-color: var(--sub-cl);
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,0);
    box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,.0);
    outline: none !important;
}
body{
    overflow-x: hidden;
    background-color: #fff;
}
html body{
    font-family: 'Open Sans', 'Oswald';
}
body.unscrollable{
    overflow: hidden !important;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.section{
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
}
.text_white{
    color: #FFF;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.text_6{
    color: #666666;
}
.text_secondary{
    color: var(--sub-cl)
}
.al_center{
    align-items: center;
}
.img_center{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap video,
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_26{
    font-size: 1.354rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.d_block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100% !important;
}
.ls_none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
    font-weight: 400;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    font-family: 'Montserrat 600';
}
.form_wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg_center{
    background-position: center;
}
.bg_custom{
    background-repeat: no-repeat;
}
.bg_cover{
    background-size: cover;
}
.bg_contain{
    background-size: contain;
}
.bg_primary{
    background-color: var(--main-cl);
}
.bg_secondary{
    background-color: var(--sub-cl);
}

@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx_auto{
    margin-left: auto;
    margin-right: auto;
}
/*===== Global CSS =====*/
.sec_sub_title{
    margin-bottom: 0.625rem;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 2.083rem;
    text-transform: uppercase;
}
.sec_title{
    font-family: 'Oswald';
    font-size: 3.90625rem;
    font-weight: 300;
    line-height: 4.6875rem;
}
b, strong{
    font-weight: 700 !important;
}
.post_content,
.post_content p,
.post_content li,
.post_content a{
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.post_content p{
    margin-bottom: 1.25rem;
}
.post_content > *:last-child{
    margin-bottom: 0;
}
.border_1{
    border: 1px solid;
}
.border_secondary{
    border-color: var(--sub-cl);
}
.sec_title_3{
    font-size: 2.083rem;
    font-weight: 700;
    line-height:2.604rem;
}
.wpcf7 .form_wrap p{
    margin-bottom: 0;
}
.wpcf7 .form_wrap label{
    display: block;
    margin-bottom: 0.521rem;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
}
.wpcf7 .form_wrap .selected_text,
.wpcf7 .form_wrap .select-styled,
.wpcf7 .form_wrap input,
.wpcf7 .form_wrap textarea{
    box-shadow: unset !important;
    outline: unset !important;
    margin: 0;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBBBBB;
    padding-left: 1.25rem;
    background: transparent !important;
    width: 100%;
}
.wpcf7 .form_wrap input{
    height: 2.604rem;
}
.wpcf7 .form_wrap .selected_text,
.wpcf7 .form_wrap .select-styled{
    height: 2.604rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.wpcf7 .form_wrap .selected_text{
    color: #FFF;
}
.wpcf7 .form_wrap .selected_text:before{
    filter: brightness(0) invert(1);
}
.wpcf7 .form_wrap .selected_text:before,
.wpcf7 .form_wrap .select-styled:before{
    top: 50%;
    right: 1.146rem;
    position: absolute;
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    transform: translateY(-50%);
    background-image: url('../images/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.wpcf7 .form_wrap .select-options{
    position: absolute;
    width: 100%;
    box-shadow: 0 0.208rem 0.521rem 0 #0000000D;
    background: #FFF;
    z-index: 99;
    list-style: none;
}
.wpcf7 .form_wrap .select-options > li{
    margin-bottom: 0;
    padding: 0.521rem 1.25rem;
    font-size: 0.833rem;
    line-height: 1.25rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7 .form_wrap .select-options > li.active,
.wpcf7 .form_wrap .select-options > li:hover{
    background: var(--sub-cl);
    color: #FFF;
}
.wpcf7 .form_wrap .multiple_options {
    position: absolute;
    width: 100%;
    box-shadow: 0 0.208rem 0.521rem 0 #0000000D;
    background: #FFF;
    z-index: 99;
    list-style: none;
}
.wpcf7 .form_wrap .multiple_options > li{
    padding: 0.625rem 1.042rem;
    border-bottom: 1px solid #BBBBBB;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wpcf7 .form_wrap .multiple_options > li > span.text{
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.wpcf7 .form_wrap .multiple_options > li > span.checkbox{
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.833rem;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcf7 .form_wrap .multiple_options > li > span.checkbox > svg{
    opacity: 0;
    width: 0.625rem;
    height: auto;
}
.wpcf7 .form_wrap .multiple_options > li.selected > span.checkbox > svg{
    opacity: 1;
}
.wpcf7 .form_wrap input::placeholder,
.wpcf7 .form_wrap textarea::placeholder{
    color: #BBBBBB;
}
.wpcf7 .form_wrap .form_group{
    margin-bottom: 1.5625rem;
    position: relative;
}
.wpcf7 .form_wrap .form_group:last-of-type{
    margin-bottom: 0;
}
.wpcf7 .form_wrap input:focus,
.wpcf7 .form_wrap textarea:focus{
    border-color: var(--main-cl);
}
.wpcf7 .form_wrap .wpcf7-spinner{
    display: none !important;
}
.wpcf7 .form_wrap .wpcf7-not-valid-tip{
    opacity: 1;
    position: absolute;
    width: 100%;
}
input[type='submit'].btn,
.btn{
    padding: 0.625rem 1.771rem !important;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: max-content;
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type='submit'].btn_primary,
.btn_primary{
    background: var(--main-cl);
    color: #FFF;
    border: 1px solid var(--main-cl);
}
.btn_secondary{
    background: var(--sub-cl);
    border: 1px solid var(--sub-cl);
    color: #FFF;
}
.btn_primary.btn_transparent{
    background: transparent;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
}
.btn_secondary.btn_transparent{
    background: transparent;
    border: 1px solid var(--sub-cl);
    color: var(--sub-cl);
}
.btn_icon_right span.icon{
    margin-left: 0.78125rem;
    display: flex;
}
.breadcrumbs ul{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0.833rem 0;
}
.breadcrumbs ul > li{
    margin: 0;
}
.breadcrumbs ul > li cite{
    font-size: 0.78125rem;
    line-height: 1.302rem;
    font-weight: 400;
    color: #BBBBBB;
    font-style: normal;
}
.breadcrumbs ul  span.divider{
    font-size: 0.78125rem;
    line-height: 1.302rem;
    color: #BBBBBB;
    opacity: 1;
}
.breadcrumbs ul  span.divider:last-of-type{
    color: #333333;
}
.breadcrumbs ul  span.divider:last-child{
    display: none !important;
}
.breadcrumbs ul > li:last-of-type cite{
    color: #333333
}
.swiper_arrow{
    width: 2.604rem;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #13122D;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.swiper_arrow > svg{
    width: 0.78125rem;
    height: auto;
}
.sec_title_2{
    font-family: "Oswald";
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 3.125rem;
}
.terms_menu li{
    margin: 0;
}
.terms_menu_list{
    display: none;
}
.terms_menu li > a{
    display: block;
    margin: 0 0.625rem;
    padding: 0.521rem 1.771rem;
    border: 1px solid var(--main-cl);
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: var(--main-cl);
    text-transform: uppercase;
}
.title_group .sec_title{
    margin-bottom: 1.042rem;
}
.title_group .sec_sub_title{
    margin-bottom: 0.625rem;
}
/*===== Contact Page =====*/
section.contact_page_1{
    padding-top: 5.208rem;
    z-index: 3;
}
section.contact_page_1 .grid-container{
    width: 58.958rem;
}
section.contact_page_1 .title_group{
    margin-bottom: 2.604rem;
}
section.contact_page_1 .grid_box{
    grid-gap: 5.46875rem;
    margin-bottom: 5.104rem;
}
section.contact_page_1 .item{
    padding: 2.604rem 1.042rem;
}
section.contact_page_1 .icon{
    margin-bottom: 0.833rem;
}
section.contact_page_1 .item h3{
    font-family: 'Oswald';
    font-size: 1.354rem;
    line-height: 1.354rem;
    padding-bottom: 0.833rem;
    margin-bottom: 1.042rem;
    font-weight: 400;
    position: relative;
}
section.contact_page_1 .item .post_content *{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.contact_page_1 .item h3:before{
    left: 50%;
    bottom: 0;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    height: 2px;
    background: var(--main-cl);
    width: 3.385rem;
}
section.contact_page_1 .contact_form{
    box-shadow: 0rem 0.208rem 1.042rem 0rem #0000001A;
    padding: 4.6875rem 5.365rem;
    background: #FFF;
}
section.contact_page_1 .sec_title_3{
    margin-bottom: 2.1875rem;
}
section.contact_page_2{
    margin-top: -18.75rem;
}
section.contact_page_2 iframe{
    width: 100%;
    height: 45rem;
    display: block;
}
/*===== Posts =====*/
.related_post .swiper.related_post_swiper{
    margin: 0 -2.135rem;
}
.related_post .swiper-slide{
    padding: 0 2.135rem;
}
section.related_post{
    padding: 3.021rem 0 4.792rem;
}
.post_item{
    background-color: #FBFBFB;
    padding: 0.417rem;
}
.post_item .date_term{
    margin-bottom: 0.26rem;
}
.post_item .cont_wrap{
    padding: 1.146rem 0.729rem 0.833rem;
}
.post_item .cont_wrap > a{
    padding-bottom: 0.729rem;
    margin-bottom: 0.729rem;
    position: relative;
    display: block;
}
.post_item .cont_wrap > a:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 3.646rem;
    height: 2px;
    background: var(--main-cl);
}
section.related_post .flex_box{
    margin-bottom: 1.667rem;
}
section.related_post .next{
    margin-left: 2px;
}
section.related_post .arrows{
    display: flex;
    justify-content: flex-end;
}
section.single_post{
    padding-bottom: 2.604rem;
}
section.single_post .post_content_wrap{
    padding: 0.417rem 6.25rem 4.0625rem;
    box-shadow: 0rem 0.521rem 0.521rem 0rem #0000000D;
}
section.single_post .post_title{
    font-size: 2.604rem;
    font-weight: 400;
    line-height: 3.125rem;
    margin-bottom: 1.25rem;
}
section.single_post .post_nav{
    margin-bottom: 1.25rem;
    border: 0.078125rem solid #E4E4E4;
    border-right: none;
    border-left: none;
    padding: 0.677rem 0;
}
section.single_post .post_content{
    margin-bottom: 3.125rem;
}
section.single_post .post_nav .share > a{
    margin-left: 1.25rem;
}
section.single_post .post_tags > span{
    margin-right: 1rem;
    margin-bottom: 10px;
}
section.single_post .post_tags > a{
    background: #F8F8F8;
    padding: 0.521rem;
    display: block;
    margin-right: 0.9375rem;
    margin-bottom: 10px;
}
#post_list{
    grid-gap: 1.25rem 4.271rem;
}
#post_list+.btn{
    margin-top: 3.021rem;
}
section.post_list_page{
    padding: 5.3125rem 0 4.6875rem;
}
section.post_list_page .title_group{
    margin-bottom: 1.5625rem;
}
section.post_list_page .terms_menu{
    margin-bottom: 2.604rem;
}
.btn.btn_loading{
    position: relative;
    pointer-events: none;
    color: var(--main-cl) !important;
    background-color: var(--main-cl) !important;
}
.btn.btn_loading:before{
    width: 2.083rem;
    height: 2.083rem;
    position: absolute;
    content: '';
    left: calc(50% - 1.042rem);
    top: calc(50% - 1.042rem);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    border-bottom-color: var(--sub-cl);
    animation: rotation 0.8s linear infinite;
    z-index: 5;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#submit_cf7_success{
    width: 41.667rem;
    padding: 5.729rem 9.896rem;
    max-width: 100%;
}
#submit_cf7_success h2{
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.604rem;
    margin-bottom: 0.521rem;
}
#submit_cf7_success .fancybox-button{
    padding: 0.26rem;
    color: #FFF;
}
header#header #logo{
    width: max-content;
    padding: 0 1.042rem;
    margin-right: 0;
}
header#header .nav > li{
    margin: 0;
}
header#header .nav > li > a{
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.302rem;
    text-transform: uppercase;
    color: #FFF;
    display: block;
    padding: 1.71875rem 2.1875rem;
    border-left: 1px solid #2E2C54;
}
header#header .nav > li > a > i{
    display: none;
}
header#header .nav > li.lang-item img{
    display: none !important;
}
header#header .nav > li.lang-item > a {
    display: flex;
    align-items: center;
}
header#header .nav > li.lang-item > a:after{
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    order: -1;
    position: relative;
    display: flex;
    margin-right: 0.521rem;
    width: 1.302rem;
    height: 1.302rem;
}
header#header .nav > li.lang-item > a[lang="en-GB"]:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPoSURBVHgBlZZdTBRXFMf/q4tli4Ep2hat0vGh0tRC1QdNDZHFtA8NtiXtQ/vSlKZgio22SQ3dJq1AX+oHTYpCTMXEj2hifDCoEGMU2I34kWgQWT8wQFiB+AUus4R1V1Cu59ydmewuqzv8kzNzZ+be+5tzz73nXhteISGEQrdisgIyJ5miG6tTN7fNZjuImYo7J6skGxW6pqamxET/kAievyrCN3tFnPq5/kwAqt5IjI5PiprGPvHnkVtC0zTRk+0U3ciRd37e+P91caB1UNwdfhINU+P7nBUHWE63a2RqbVM/lpS3YMuh23DfeJzwh7p8Yyipu46Cvy5hf+sgv1K5vd7PdIj+B21kSigUwgP/OLTgM1iR71EI3TcHMVJdx48cs7Zoj6I9kYCR6nr4/66H68tsaVZU4XwDGxr+wdPwU4TD4WiQYkL0oKns8s7MFQg3ezC+rcESqGKtIgGpRU7MdZWi+lgPapt9/Ekl+9WsyAEbGA4J9acWga+aRMWuC6I3d70Ycu2UAT7S2pcw8CdPe0XvsiKqVyOfXQe7ZHvluzNy0uizU5lFlxKmtnhH5NiydrhHsfdHF8JNbulR0cp5Cb3IrduN1M8LpQfbTgxIY2nBSew7d9cYtmI7IosMV3v8yM/JMDu4+FAg/9/tyN1Vi4n2DszJXzkNklb+rXzf3PEY7d2BmPaB4IRRLLCRJzxllwcCASTTcF4xng/cx+zsBXizqzFp/fT0dFA28DFETNzqw8BnpUkbMcAQg5LpXc9hpKjvaHbZ2K/FdGBFVupPDj1kiMIQzb4oS7HyZzP1ZHZmJEY2I9+MjY0lbTTTmGRkSEgne+Kh4Kg1zfem5ajyTxfK6fuy2cXvg3uOwrtpE3Z4tJhveWo66jfkSQiveLekps1B+52AafnvZ0gArxPuKJEYnJK7FB/85sKat20x7Ve9l2lUczOE/dZKP8mG8rqcB2Y6YUD4lBvezZsTQnh98ELkBcmp5XfKYSz1LQeKV2Vx0ccbmp0uGsWkVklLqaz6ZqnMviaAclhD2R+4QBlg7epF0yB7zt6DdzAIlysy/csIBKqfs2wxjYz8Yblj2vX6/5F9/8v6JSqnec7CBmA7AaJXcryMVGKAtvg7MH/dGsOLKhOie1NIxWsOh0N5LdWB3TrAigzQ1q0bQe25yLOg0Phu7ie8/PUP2vzKn6XLPLZWpNDQZM2bGwPQ+4PpSRSokzxaQcW2H9YtVr/+eAGOX36AK5Q8E8n5YSa+WL0QZTxpIjHwxQNeKYJVGQcK47TCpxQ+rfCphZ+jNKrXVxL1ZbMAK0FkO/iIzDggaLq5yTxkjRzXl/XxAkkhVjb21LadAAAAAElFTkSuQmCC');
}
header#header .nav > li > a[lang="vi"]:after{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANBSURBVHgBpZZNTBNBFMffbluxLV0XioihmnIzeoELCBdpNCYmRpBgvEhsglcQbkYPYEK8iuGqBownNRAvJiYk1AsfXiRGSPTSkrZGJdp2a0tp6a7v7c7Wfuy2gv/kdYaZ2fnNm3nzBg6qSFEUEYt+tHNovWgiM9I6swDHcXOwX9HkaJNoMYUpn0go2XBYSa0uK5nNT0qZgjTebD7OAODFYgnNK0sSJOZfQmrxLey8X6342N55FoSBa+Do7Aarx0NNITQfehYyhSCgnQHE2Oxj+DUzDXJSglqytXqgcWRcBaLiDLReAWEefCDA9tQkxJ89hf1KvDkMR+9N6KAO3aNiSBAL70EBBqAQA8V5BpgkgIT7Xwtg79qt2h+fe6IazYd2myqc7kUuEvZGhq7DXjRSdRLv4lfYunQclBxnOoYXBGhbWgbeJdC2tfEI8NO3FD21AI6eDNhO5uFwR7bqOIrK2KzqDd2pPtouumhAW1VLrisptXReTNccu7O2old7rfjTrjaW3QNbax5cA79L2hzsPI70p0FO8CV9yYV6yEUsfyE4H4U/bpkG2d3cgHLlohbYi1jBPSqBtXWvpI8XZHCPaPdHlnj48UAsAeiibUOIqC4nb3LhpAUnRG40Q+bjIcP+9FodbPW1QHLeadif085YhcRtnhNgJvIoPHgMXS+NJjnFQXSoGYPFYvotRZlaEsTiEqCa7F0ZdFspncCpYO6qfmfqTp2mYp0gASJSsjOT0KdFU/KNHbYut2AkatvjvLAD5gvr1qsq5F1ZY+WKzmRhe6oBvo01QfaLDb7facS/Rag/bw4Rrg7q1QDHHqYgRoIY9PVUZF1LQx6szTLsfrZVTERhTptYfi6UlT3PX2BUekKYu9p4SmDYPk1b5h4Zq5goH7MYAkhqmBscPKV9BFB1ln70G/UILST6b6lZ9H/U4B/W3xXy4n4BwrzxocUpTR8URICmu4X3xKe3m76MlMt+zjysmTTVleIVcI+O64szfxmLQF4G8uaiYUx0q3jzXxUnvIIoIh0Y+iJ6wGt3LQQGb7ypEDbB/gspKLO5oaTXVhR8e5S8lCjuirHxotFc3D/A/KA9B+3MSHFmAWav2bka6g+AaZyOwHd1aQAAAABJRU5ErkJggg==');
}
header#header #logo img{
    max-height: unset !important;
    height: 3.333rem;
    width: auto;
}
header#header .nav > li > a:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    height: 3px;
    width: 0;
    opacity: 0;
    background: var(--main-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header#header .nav > li.current-menu-item > a,
header#header .nav > li:hover > a{
    color: var(--main-cl);
}
header#header .nav > li.current-menu-item > a:before,
header#header .nav > li:hover > a:before{
    width: 100%;
    opacity: 1;
}
header#header .nav ul.sub-menu{
    position: absolute;
    min-width: 13.021rem;
    max-width: 20.833rem;
    left: 0;
    top: 100%;
    padding: 0;
    background: var(--sub-cl) !important;
    border: none !important;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-height: unset !important;
}
header#header .nav li:hover ul.sub-menu{
    opacity: 1;
    visibility: unset;
}
header#header .nav ul.sub-menu ul.sub-menu{
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-left: 1px solid #2E2C54;
}
header#header .nav ul.sub-menu li:hover ul.sub-menu{
    opacity: 1;
    left: 100%;
}
header#header .nav > li:before,
header#header .nav > li:after{
    display: none;
}
header#header .nav ul.sub-menu >li > a{
    font-size: 0.833rem;
    line-height: 1.302rem;
    text-transform: uppercase;
    color: #FFF;
    padding:  0.833rem 1.667rem;
    margin: 0;
    border-bottom: 1px solid rgba(214, 180, 111, 0.1);
    position: relative;
    width: max-content;
    max-width: 100%;
}
header#header .nav ul.sub-menu >li > a:before{
    bottom: -1px;
    height: 2px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    width: 0;
}
header#header .nav ul.sub-menu >li.current-menu-item > a:before,
header#header .nav ul.sub-menu >li:hover > a:before{
    width: 100%;
    opacity: 1;
}
header#header .nav > li:last-child > ul.sub-menu{
    margin-left: 0 !important;
    text-align: center;
    min-width: unset !important;
}
header#header .nav ul.sub-menu >li > a > span.menu-image-hover-wrapper{
    margin-right: 0.78125rem;
}
#masthead > .header-inner{
    padding: 0;
}
header#header .header-main{
    height: auto !important;
}
li#menu-item-change-currency i.icon-angle-down{
    display: none !important;
}
header#header .stuck .nav > li > a{
    padding: 1.458rem 2.292rem
}
section.about_1{
    padding: 6.25rem 0 1.042rem;
}
section.about_1 .swiper.about_swiper_1{
    overflow: unset;
    padding: 0 6.146rem;
}
section.about_1 .box_swiper .swiper:after,
section.about_1 .box_swiper .swiper:before{
    right: calc(0px - calc(calc(100vw - var(--container-w)) /2 ));
    height: 100%;
    width: 15.625rem;
    top: 0;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    content: '';
    z-index: 6;
    pointer-events: none;
}
section.about_1 .box_swiper .swiper:before{
    right: unset;
    left: calc(0px - calc(calc(100vw - var(--container-w)) /2 ));
    transform: rotate(180deg);
}
section.about_1 .box_swiper .img_wrap{
    height: 32.917rem;
    width: 100%;
}
.box_swiper{
    position: relative;
}
.box_swiper .arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    z-index: 9;
    cursor: pointer;
}
.box_swiper .next{
    right: -7.917rem;
}
.box_swiper .prev{
    left: -7.917rem;
}
section.about_1 .title_group{
    margin-bottom: 3.125rem;
    width: 60.417rem;
    max-width: 100%;
}
section.about_1 .sec_title{
    margin-bottom: 1.823rem;
}
section.about_1 .sec_des{
    margin-bottom: 3.125rem;
}
section.about_2 > .flex_box:not(:last-of-type){
    margin-bottom: 4.375rem;
}
section.about_2 > .flex_box:nth-child(even){
    flex-direction: row-reverse;
}
section.about_2 > .flex_box:nth-child(odd) .cont_wrap{
    padding-right: 2.1875rem;
}
section.about_2 > .flex_box:nth-child(even) .cont_wrap{
    padding-left: 5.625rem;
}
section.about_2 > .flex_box .sec_title{
    margin-bottom: 3.49rem;
}
section.about_2 .icon{
    margin-right: 0.833rem;
}
section.about_2 .icon img{
    width: 3.125rem;
    min-width: 3.125rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.about_2 .item:not(:last-child){
    margin-bottom: 1.458rem;
}
section.about_2 .item h3.title{
    margin-bottom: 1.042rem;
    font-size: 1.458rem ;
    line-height: 1.875rem;
}
section.about_3{
    padding-top: 10.417rem;
    padding-bottom: 11.71875rem;
}
section.about_3 .title_group{
    width: 50rem;
    max-width: 100%;
    margin-bottom: 2.8125rem;
}
section.about_3 .img_wrap{
    height: 28.958rem;
}
section.about_3 .grid-container > .img_wrap{
    margin-bottom: 5.521rem;
}
section.about_3 .history .item:nth-child(even) > .flex_box{
    flex-direction: row-reverse;
}
section.about_3 .history .item:nth-child(even) .cont_wrap{
    padding: 0 3.125rem 0 3.021rem;
}
section.about_3 .history .item:nth-child(even) .cont_wrap .post_content{
    padding-right: 3.021rem;
}
section.about_3 .history .item:nth-child(even) .col_6:nth-child(2){
    text-align: right;
    padding-right: 3.021rem;
}
section.about_3 .history .item:nth-child(odd) .cont_wrap{
    padding: 0 3.021rem 0 6.146rem;
    text-align: right;
}
section.about_3 .history .item:nth-child(odd) .col_6:nth-child(2){
    padding-left: 3.021rem;
}
section.about_3 .history .item:not(:last-child){
    margin-bottom: 5.99rem;
}
section.about_3 .history .item h3.text_secondary{
    margin-bottom: 1.25rem;
}
section.about_3 .history span.date{
    display: inline-block;
    padding: 0.365rem 0.729rem;
    margin-bottom: 1.042rem;
}
section.about_3 .history{
    position: relative;
}
section.about_3 .history:before{
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: var(--sub-cl);
}
section.about_3 .history .item{
    position: relative;
}
section.about_3 .history .item:before{
    width: 1.458rem;
    height: 1.458rem;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    border: 2px solid var(--sub-cl);
    background-color: #FFF;
}
section.about_3 .history .item:last-child:after{
    top: 28px;
    background: #FFF;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0.521rem;
    height: 100%;
}
section.about_4:before{
    position: absolute;
    width: 100%;
    content: '';
    height: 61.198rem;
    background: linear-gradient(180deg, #FFFBF2 0%, rgba(255, 252, 247, 0) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
section.about_4{
    padding: 7.552rem 0 9.115rem;
    z-index: 3;
}
section.about_4 .team_list .team_name{
    padding: 1.042rem 1.5625rem;
    margin-bottom: 2.708rem;
}
section.about_4 .team_list:not(:last-child){
    margin-bottom: 4.792rem;
}
section.about_4 .team_list{
    grid-gap: 2.708rem 0.521rem
}
.staff_item{
    padding-left: 3.75rem;
}
.staff_item .img_wrap{
    position: relative;
}
.staff_item .img_wrap:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.38) 49.48%, rgba(0, 0, 0, 0.00) 100%);
    content: '';
    z-index: 2;
}
.staff_item .name_gr h3{
    font-family: 'Oswald';
}
.staff_item .name_gr{
    bottom: 0.625rem;
    right: 0.625rem;
    left: 0.625rem;
    position: absolute;
    z-index: 5;
}
.staff_item .position{
    font-family: 'Oswald';
    left: 1.667rem;
    bottom: 0;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
    color: #BBBBBB;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
section.about_5{
    background-color: #FFFAF0;
}
.about_swiper_2.swiper{
    padding: 1.458rem 0;
}
.about_swiper_2.swiper .swiper-slide .item{
    padding: 2.708rem;
}
#staff_popup{
    width: 55.3125rem;
    max-width: 100%;
    padding: 2.604rem;
    display: none;
}
#staff_popup .col_5{
    padding-right: 0.78125rem;
}
#staff_popup .col_7{
    padding-left: 2.34375rem;
    padding-right:  2.865rem;
}
#staff_popup .col_7 .name_group{
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #13122D;
}
#staff_popup .col_7 #popup_staff_name{
    font-family: 'Oswald';
    font-size: 1.5625rem;
    line-height: 2.083rem;
    margin-bottom: 0;
}
#staff_popup .flex_box{
    position: relative;
    z-index: 5;
}
#staff_popup:before{
    bottom: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    content: '';
    width: 22.083rem;
    height: 17.03125rem;
    background-image: url('../images/popup_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
section.about_4 .title_group .sec_title{
    margin-bottom: 0;
}
section.about_4 .title_group{
    margin-bottom: 3.333rem;
}
section.about_4 .title_group .right_col{
    padding-left: 1.979rem;
}
section.about_4 .ceo_wrap{
    width: 62.5rem;
    max-width: 100%;
    margin-bottom: 2.708rem;
}
section.about_4 .ceo_wrap .img_wrap{
    width: 30%;
    padding-right: 0.26rem;
}
section.about_4 .ceo_wrap .cont_wrap{
    width: 70%;
    position: relative;
    padding: 4.167rem 6.771rem 3.646rem 2.083rem;
}
section.about_4 .ceo_wrap .cont_wrap:after{
    left: -11.5625rem;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #FFF1D4;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 0;
    z-index: -1;
}
section.about_4 .ceo_wrap .cont_wrap:before{
    right: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 102px;
    height: 102px;
    border: 2px solid var(--sub-cl);
    border-bottom: none;
    border-left: none;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
section.about_4 .ceo_wrap:hover .cont_wrap:before{
    opacity: 0;
}
section.about_4 .ceo_wrap:hover .cont_wrap:after{
    width: calc(100% + 11.5625rem);
}
section.about_4 .ceo_wrap .quotes > *:last-child{
    margin-bottom: 0;
}
section.about_4 .ceo_wrap .quotes{
    font-size: 1.042rem;
    line-height: 1.5625rem;
    margin-bottom: 0.78125rem
}
section.about_4 .ceo_wrap .name{
    font-family: 'Oswald';
}
section.about_2 .item:hover .icon img{
    transform: rotateY(360deg);
}
section.about_3 .history .item .dot{
    width: 0.833rem;
    height: 0.833rem;
    top: 0.3125rem;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-cl);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.about_3 .history .item:hover .dot{
    opacity: 1;
}
section.cost_estimate_2 .col_6:nth-child(2){
    padding-right: 5.729rem;
    padding-left: 6.51rem;
}
section.cost_estimate_2 .sec_title_2{
    font-family: 'Open Sans';
    margin-bottom: 0.729rem;
}
section.cost_estimate_2 .plus_btn{
    min-width: 5.208rem;
    height: 5.208rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--sub-cl);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 5.208rem;
}
section.cost_estimate .sec_title_2{
    margin-bottom: 3.75rem;
}
section.cost_estimate{
    padding: 4.0625rem 0 8.4375rem;
}
section.cost_estimate table td:first-child{
    width: calc(100% / 12 * 5);
}
section.cost_estimate table td:nth-child(2){
    width: calc(100% / 12 * 3);
}
section.cost_estimate table td:nth-child(3){
    width: calc(100% / 12 * 4);
}
section.cost_estimate table tbody td:first-child{
    padding-left: 1.458rem;
    color: var(--sub-cl);
    font-weight: 700;
}
section.cost_estimate table tbody td{
    font-size: 0.833rem;
    line-height: 1.25rem;
    height: 3.958rem;
    border-top: 1px solid #BBBBBB;
}
section.cost_estimate table tfoot tr{
    height: 76px;
    background-color: var(--sub-cl);
}
section.cost_estimate table tfoot td:first-child{
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #FFF;
    padding-left: 1.458rem;
}
section.cost_estimate table tfoot td:last-child{
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.083rem;
    color: var(--main-cl)
}
.form_popup.form_large{
    width: 72.917rem;
    max-width: 100%;
    padding: 6.25rem 6.146rem 5.9375rem;
}
.form_popup.form_large .wpcf7{
    margin-top: 2.34375rem;
}
.form_popup .form_wrap .form_group{
    margin-bottom: 1.042rem;
}
.form_popup .form_wrap .form_group:last-child{
    margin-bottom: 0;
}
.form_slice .col_6:first-child{
    padding-right: 2.34375rem;
    border-right: 1px solid #5A5A5A;
}
.form_slice .col_6:last-child{
    padding-left: 2.34375rem;
}
.form_popup .form_wrap .form_group label{
    margin-bottom: 0.417rem;
}
.form_dark label{
    color: #FFF;
}
.form_dark input,
.form_dark .select-styled,
.form_dark textarea{
    color: #FFF !important;
}
.form_dark input::placeholder,
.form_dark textarea::placeholder{
    color: #BBBBBB;
    opacity: 1;
}
.form_popup form{
    margin-bottom: 0;
}
.form_popup textarea{
    height: 11.458rem;
}
.form_popup_2 textarea{
    height: 3.958rem;
}
.form_popup h2.text_primary{
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.083rem;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
}
.form_dark.form_wrap .select-styled:before{
    filter: brightness(0) invert(1);
}
.form_wrap input[type="submit"]{
    background: var(--main-cl) !important;
    border-color: var(--main-cl) !important;
}
.project_swiper_1.swiper{
    padding: 0 calc(calc(100vw - 60.625rem) / 2);
}
section.single_project_1 .swiper_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.project_swiper_1{
    margin-bottom: 1.042rem;
}
.project_swiper_1 .swiper_arrow.next{
    right: calc(calc(100vw - 67.917rem) / 2);
}
.project_swiper_1 .swiper_arrow.prev{
    left: calc(calc(100vw - 67.917rem) / 2);
}
.project_swiper_1_thumb .img_wrap img{
    opacity: 0.5;
    cursor: pointer;
}
.project_swiper_1_thumb .img_wrap{
    height: 9.375rem;
}
.project_swiper_1_thumb .swiper-slide-thumb-active .img_wrap img{
    opacity: 1;
}
.font_title{
    font-family: 'Oswald' !important;
}
.project_swiper_1_thumb .next{
    right: 0;
}
section.single_project_2{
    padding-top: 3.125rem;
    padding-bottom: 5.729rem;
    overflow: unset;
}
section.single_project_2 h1.sec_title_3{
    margin-bottom: 0.521rem;
}
section.single_project_2 .price{
    padding-top: 0.9375rem;
    margin-top: 1.302rem;
    border-top: 1px solid #E1E1E1;
    padding-bottom: 2.083rem;
}
section.single_project_2 .price strong{
    font-size: 1.5625rem;
    line-height: 2.083rem;
    margin-left: 0.78125rem;
}
section.single_project_2 .project_heading{
    margin-bottom: 2.083rem;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #E1E1E1;
}
section.single_project_2 .project_heading .title_box{
    flex-grow: 1;
}
section.single_project_2 .project_heading .map_box{
    box-shadow: 0 0.208rem 0.521rem 0 #0000000D;
    padding: 0.208rem;
    margin-left: 1.25rem;
}
section.single_project_2 .project_heading .map_box span{
    display: block;
    margin-top: 0.208rem;
}
section.single_project_2 .project_utilities > .grid_box{
    grid-gap: 1.25rem;
    padding-bottom: 1.875rem;
    margin-bottom: 2.8125rem;
    border-bottom: 1px solid #E1E1E1;
}
section.single_project_2 .project_utilities > .grid_box span:first-child{
    display: inline-block;
    min-width: 5.729rem;
    width: 5.729rem;
    color: #BBBBBB;
    margin-right: 12px;
}
section.single_project_2 .project_utilities > .grid_box > div{
    display: flex;
}
section.single_project_2 .project_content > h3.f_20{
    margin-bottom: 0.729rem;
}
section.single_project_2 .project_content > .post_content:not(:last-child){
    margin-bottom: 3.125rem;
}
section.single_project_2 .project_content ul.check_list{
    margin-bottom: 3.125rem;
    grid-gap: 1.042rem;
    margin-top: 1.354rem;
}
section.single_project_2 .project_content ul.check_list > li{
    margin-bottom: 0;
}
section.single_project_2 .project_content ul.check_list > li > svg{
    margin-right: 0.521rem;
}
section.single_project_2 .project_links > div{
    margin-top: 2.5rem;
}
section.single_project_2 .project_links .btn{
    margin-left: 1.25rem;
}
section.single_project_2 .col_4{
    padding-left: 2.396rem;
}
section.single_project_2 .col_4 .project_seller{
    width: 21.875rem;
}
section.single_project_2 .col_4 .project_seller{
    padding: 1.25rem;
    box-shadow: 0px 4px 20px 0px #0000000D;
    background: #FFF;
    z-index: 9;
}
section.single_project_2 .col_4 img{
    width: 100%;
}
section.single_project_2 .col_4 .avatar{
    margin-bottom: 0.729rem;
}
section.single_project_2 .col_4 h3.seller_name{
    padding-bottom: 0.521rem;
    margin-bottom: 0.9375rem;
    border-bottom: 1px solid #E1E1E1;
}
section.single_project_2 .col_4 ul{
    margin-bottom: 0.9375rem;
}
section.single_project_2 .col_4 ul > li{
    margin-bottom: 0;
}
section.single_project_2 .col_4 ul > li:not(:last-child){
    margin-bottom: 0.625rem;
}
section.single_project_2 .col_4 ul > li svg{
    width: 1.042rem;
    height: auto;
    margin-right: 0.625rem;
}
section.single_project_2 .col_4 .project_seller{
    position: relative;
    overflow: hidden;
}
section.single_project_2 .col_4 .seller_contact{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    padding: 1.25rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.single_project_2 .col_4 .seller_contact.hide{
    transform: translateY(-100%);
}
section.single_project_2 .col_4 .seller_contact .hide_contact_form{
    margin-bottom: 0.833rem;
    cursor: pointer;
    width: max-content;
}
.ml_auto{
    margin-left: auto;
}
section.single_project_3{
    background-color: #FFF4DF;
    padding: 6.51rem 0 6.25rem;
}
section.single_project_3 h3.fs_20{
    margin-bottom: 1.5625rem;
}
section.single_project_3 img{
    margin: 2.8125rem 0;
}
section.single_project_3 .post_content{
    margin-bottom: 1.979rem;
}
section.single_project_3 .post_content.hide{
    display: none;
}
section.single_project_4{
    padding: 8.646rem 0 8.021rem;
}
section.single_project_4 .sec_title_3{
    margin-bottom: 1.25rem;
}
.questions .question{
    padding: 0.9375rem 0;
    border-top: 1px solid rgba(19, 18, 45, 0.1);
    cursor: pointer;
}
.questions .question .answer{
    display: none;
    margin-top: 1.25rem;
    padding-right: 18.4375rem;
}
.questions .question.active .ask path:first-child{
    opacity: 0;
}
section.single_project_5 .grid_box{
    grid-gap: 0.833rem;
    margin-bottom: 0.833rem;
}
section.single_project_5 .grid_box:nth-child(even) .item.bg_secondary{
    order: -1
}
section.single_project_5 .grid_box:nth-child(even) .item.bg_secondary .flex_box{
    padding: 2.604rem 6.5625rem 2.604rem 3.75rem;
    height: 100%;
}
section.single_project_5 .grid_box:nth-child(odd) .item.bg_secondary .flex_box{
    height: 100%;
    padding: 2.604rem 7.8125rem 2.604rem 4.479rem;
}
section.single_project_5 .item.bg_secondary .circle{
    right: 3.75rem;
    bottom: 2.1875rem;
    width: 3.90625rem;
    height: 3.90625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    display: flex;
    align-items: center;
    justify-content: center;
}
section.single_project_6{
    padding: 8.333rem 0 9.6875rem;
}
.project_swiper_2{
    margin: 1.5625rem -0.833rem 0;
}
.project_swiper_2 .swiper-slide{
    padding: 0 0.833rem;
}
.project_item .cont_wrap{
    padding: 1.25rem 1.042rem 1.042rem;
}
.project_item .utilities > li{
    margin: 0;
    display: flex;
    align-items: center;
}
.project_item .utilities > li svg{
    margin-right: 0.521rem;
}
.project_item .utilities{
    margin: 0.9375rem 0 0.78125rem;
    padding: 0.3125rem 0;
    border: 1px solid #E1E1E1;
    border-right: none;
    border-left: none;
}
.projects_page{
    height: calc(100vh - 8.021rem);
}
.projects_page > .flex_box > div,
.projects_page > .flex_box{
    height: 100%;
}
.projects_page .col_7{
    padding: 1.25rem 0.521rem 1.25rem 3.125rem;
    background: #F9F9F9;
}
.projects_page .col_7 .queried{
    margin-right: 0.417rem;
    background: #E3E3E3;
    -webkit-border-radius: 0.104rem;
    -moz-border-radius: 0.104rem;
    border-radius: 0.104rem;
    display: flex;
    align-items: center;
    padding: 0.104rem 0.521rem;
}
.projects_page .col_7 .filtered_query .title{
    margin-right: 0.729rem;
}
.projects_page .col_7 .queried .remove_queried{
    margin-left: 0.3125rem;
}
.projects_page .col_7 .filtered_query > div{
    margin-bottom: 0.833rem;
}
.projects_page .col_7 .filtered_query > div > div{
    margin-bottom: 0.417rem;
}
.projects_page .col_7 .count_projects{
    margin-bottom: 1.042rem;
}
#project_grid{
    grid-gap: 2.083rem 1.771rem;
    height: calc( 100% - 5rem) /*31.25rem*/;
    overflow: auto;
    padding-right: 2.604rem;
    position: relative;
}
#project_grid.loading:before{
    position: absolute;
    left: calc(50% - 2.083rem);
    animation: rotation 0.8s linear infinite;
    top: 4.167rem;
    width: 4.167rem;
    height: 4.167rem;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--sub-cl);
    border-bottom-color: var(--main-cl);
}
.projects_page .col_5 .map_heading{
    position: relative;
}
.projects_page .col_5 .filter_wrap .filter_inner{
    max-height: 26.042rem;
    overflow: auto;
}
.projects_page .col_5 .filter_wrap{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #FFF;
    padding: 1.354rem 0.625rem 1.5625rem 1.5625rem;
}
.projects_page .filter_wrap .filter_group{
    margin-top: 2.083rem;
    display: flex;
}
.projects_page .filter_wrap .filter_group .filter_label{
    width: 5.729rem;
    right: 0.833rem;
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #333333;
}
.projects_page .filter_wrap .filter_group .filter_values{
    flex-grow: 1;
}
.projects_page .filter_wrap .filter_group .filter_values .grid_box{
    grid-gap: 0.9375rem;
}
.projects_page .filter_wrap .filter_group .filter_values .item{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.projects_page .filter_wrap .filter_group .filter_values .item span.post_content{
    margin-right: 0.417rem;
    display: inline-block;
}
.projects_page .filter_wrap .filter_group .filter_values > svg,
.projects_page .filter_wrap .filter_group .filter_values > svg,
.projects_page .filter_wrap .filter_group .filter_values > svg{
    margin: 0 1.042rem;
}
.projects_page .filter_wrap .filter_group .filter_values > span.min,
.projects_page .filter_wrap .filter_group .filter_values > span.max{
    display: inline-block;
    min-width: 7.292rem;
    padding: 0.26rem 0.521rem;
    border: 1px solid #D9D9D9;
    text-align: center;
    font-size: 0.833rem;
    line-height: 1.25rem;
    position: unset !important;
}
.ui-slider {
    position: relative;
    text-align: left;
    height: 3px;
    background: #EBEBEB;
    margin-bottom: 0.625rem;
    width: 18.4375rem;
    margin-top: 1.042rem;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--main-cl);
    border: none;
}

.ui-slider .ui-slider-range {
    position: relative;
    z-index: 1;
    display: block;
    background: var(--main-cl);
    height: 100%;
}
.checkbox_custom{
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9
}
.checkbox_custom svg{
    opacity: 0;
    width: 0.833rem;
    height: auto
}
.item.checked .checkbox_custom svg{
    opacity: 1;
}
.projects_page .col_5 .search_input{
    flex-grow: 1;
}
.projects_page .col_5 .show_filter svg{
    margin-left: 0.417rem;
}
.projects_page .col_5 .show_filter{
    padding-right: 3.646rem;
    padding-left: 1.25rem;
    border-left: 1px solid #373565;
    cursor: pointer;
}
.projects_page .col_5 .search_input{
    padding: 0.521rem 1.042rem 0.521rem 1.5625rem;
}
.projects_page .col_5 .search_input > *{
    margin: 0;
}
.projects_page .col_5 .search_input > input{
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #FFF !important;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.projects_page .col_5 .search_input > input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.projects_page .col_5 .search_input > button{
    width: 2.604rem;
    height: 2.604rem;
    padding: 0 !important;
    margin-left: 1.042rem;
}
.projects_page .col_5 .map_wrap{
    height: calc(100% - 3.646rem);
}
section.manage_page.introduce{
    padding: 7.65625rem 0 10.208rem;
}
section.manage_page.introduce .col_6:first-child{
    padding-left: 6.146rem;
    padding-right: 6.146rem;
}
section.manage_page.introduce .col_6:nth-child(2){
    padding-left: 0.521rem;
    padding-right: 6.51rem;
}
section.manage_page.introduce .col_6:nth-child(2) .img_wrap{
    margin-bottom: 2.1875rem;
}
section.manage_page.introduce .video_wrap{
    padding-left: 4.0625rem;
    display: flex;
    position: relative;
    margin-top: 1.771rem;
}
section.manage_page.introduce .video_wrap > a{
    position: relative;
    margin-right: 1.042rem;
}
section.manage_page.introduce .video_wrap > a > span{
    font-size: 0.833rem;
    line-height: 0.9375rem;
    display: block;
    transform: rotate(-90deg) translateY(-50%) translateX(-100%);
    width: max-content;
    max-width: 9.896rem;
    position: absolute;
    top: 4.6875rem;
    left: 50%;
    transform-origin: top left;
}
section.manage_page.introduce .grid-container > .flex_box{
    margin-bottom: 6.667rem;
}
section.manage_page.introduce .grid_box{
    grid-gap: 4.0625rem;
}
section.manage_page.introduce .grid_box .item{
    padding-left: 2.083rem;
    border-left: 1px solid #D4D4D4;
    position: relative;
}
section.manage_page.introduce .grid_box .item:before{
    bottom: 0;
    left: -1px;
    position: absolute;
    content: '';
    background-color: var(--sub-cl);
    width: 2px;
    height: 3.646rem;
}
section.manage_page.introduce .grid_box .number{
    font-family: "Oswald";
    font-size: 3.90625rem;
    line-height: 4.6875rem;
    margin-bottom: 0.625rem;
}
section.manage_page.introduce .grid_box .fw700{
    font-size: 1.5625rem;
    line-height: 1.823rem;
}
section.manage_page.checkbox_col{
    padding: 8.698rem 0 7.396rem;
    background: linear-gradient(180deg, #FFFBF2 0%, rgba(255, 250, 241, 0) 100%);
}
section.manage_page.checkbox_col .sec_title_3{
    margin-bottom: 4.271rem;
}
section.manage_page.checkbox_col .item:nth-child(3n+1){
    padding-right: 3.125rem;
}
section.manage_page.checkbox_col .item:nth-child(3n+2){
    padding: 0 1.5625rem 0 2.083rem;
    border: 1px solid #B0B0B0;
    border-top: none;
    border-bottom: none;
}
section.manage_page.checkbox_col .item:nth-child(3n+3){
    padding-left: 2.083rem;
}
section.manage_page.checkbox_col .item .post_content{
    margin-bottom: 2.1875rem;
}
section.manage_page.checkbox_col .item h3.title{
    margin-bottom: 0.9375rem;
}
section.manage_page.checkbox_col .item ul.ls_none > li:last-child{
    margin-bottom: 0 !important;
}
section.manage_page.checkbox_col .item ul.ls_none > li{
    margin-bottom: 1.042rem;
}
section.manage_page.checkbox_col .item ul.ls_none > li > svg{
    margin-right: 0.729rem;
}
section.manage_page.img_left_cont_right{
    padding: 11.458rem 0;
}
section.manage_page.img_left_cont_right .col_7{
    padding-left: 2.708rem;
    padding-top: 2.34375rem;
    position: relative;
}
section.manage_page.img_left_cont_right .col_5{
    padding-right: 1.302rem;
    padding-left: 10.417rem;
}
section.manage_page.img_left_cont_right .col_7:before{
    bottom: 0;
    right: 0;
    width: 100%;
    height: 8.333rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(19, 18, 45, 0) 0%, #13122D 100%);
    z-index: 3;
    pointer-events: none;
}
section.manage_page.img_left_cont_right .col_5 > .flex_box{
    gap: 1.042rem;
}
section.manage_page.img_left_cont_right .col_5 > .flex_box.img_2 > .img_wrap:nth-child(2){
    transform: translateY(4.48rem);
}
section.manage_page.img_left_cont_right .col_5 > .flex_box.img_2:hover > .img_wrap{
    transform: translateY(2.24rem);
}
section.manage_page.img_left_cont_right .sec_title_3{
    margin-bottom: 1.979rem;
}
section.manage_page.img_left_cont_right .scroll_content{
    padding-right: 1.5625rem;
    max-height: 27.5rem;
    overflow: auto;
    padding-bottom: 4.167rem;
}
section.manage_page.img_left_cont_right .scroll_content > .item{
    margin-bottom: 1.40625rem;
    padding-left: 1.979rem;
    position: relative;
}
section.manage_page.img_left_cont_right .scroll_content > .item:before{
    top: 0.625rem;
    left: 0;
    position: absolute;
    content: '';
    width: 1.042rem;
    height: 1.042rem;
    background-color: var(--main-cl);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
section.manage_page.img_left_cont_right .scroll_content > .item > h3{
    margin-bottom: 0.365rem;
}
section.manage_page.services{
    padding: 5.208rem 0 8.229rem;
}
section.manage_page.services .grid_box.grid_2{
    grid-gap: 1.042rem;
}
section.manage_page.services .grid_box.grid_2 > .service_item{
    padding-right: 3.542rem;
}
section.manage_page.services .grid_box > .service_item h3{
    margin-top: 1.5625rem;
    font-size: 1.5625rem;
    line-height: 2.083rem;
    margin-bottom: 0.78125rem;
}
section.manage_page.services .grid_box.grid_2 > .service_item .post_content{
    margin-bottom: 0.78125rem;
}
section.manage_page.services .title_group{
    margin-bottom: 4.271rem;
}
section.manage_page.services .grid_box.grid_2 > .service_item p{
    margin-bottom: 0.521rem;
}
section.manage_page.services .grid_box.grid_3{
    grid-gap: 1.042rem;
}
section.manage_page.services .grid_box.grid_3 > .service_item .post_content{
    margin-bottom: 1.25rem;
    padding-right: 1.5625rem;
}
section.manage_page.services .grid_box.grid_3 > .service_item h3{
    min-height: 3.958rem;
}
section.manage_page.services.service_3{
    background-color: #FFF4DF;
    padding-top: 8.854rem;
}
section.manage_page.estimate_form{
    margin-bottom: 6.771rem;
    overflow: unset;
    padding-top: 2.96875rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.form_estimate{
    width: 42.396rem;
    max-width: 100%;
    margin-left: auto;
    transform: translateY(6.771rem);
    padding: 4.167rem 5rem;
}
.form_estimate .post_content{
    margin-bottom: 1.042rem;
}
.form_estimate .form_group.btn_submit{
    margin-top: 1.667rem;
}
.form_estimate .form_group.flex_box:nth-child(2) > .form_field:not(:last-child){
    width: 25%;
    margin-right: 0.833rem;
}
.form_estimate .form_group.flex_box:nth-child(2) > .form_field:last-child{
    flex-grow: 1;
}
.form_estimate .form_group.flex_box:nth-child(5) > .col_6{
    width: calc(50% - 0.417rem);
}
.form_group.form_file:before{
    right: 1.042rem;
    bottom: 12px;
    position: absolute;
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('../images/UploadSimple.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.form_group.form_file input[type='file']{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.form_group.form_file span.filename{
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #FFF;
}
.form_group.form_file .file_input_wrap{
    position: relative;
}
.form_group.form_file span.wpcf7-form-control-wrap{
    display: block;
    height: 50px;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBBBBB;
    padding-left: 1.25rem;
    background: transparent !important;
    width: 100%;
}
section.manage_page.faq{
    padding: 10.729rem 0 9.271rem;
}
section.manage_page.faq .questions .question:last-child{
    border-bottom: 1px solid rgba(19, 18, 45, 0.1);
}
section.manage_page.projects{
    padding: 9.115rem 0 8.542rem;
}
section.manage_page.projects .item{
    width: calc(100% / 3 - 0.833rem);
}
section.manage_page.projects .item h3{
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.667rem;
    margin-bottom: 0.625rem;
    padding-top: 1.146rem;
    border-top: 2px solid rgba(214, 180, 111, 0.3);
    position: relative;
}
section.manage_page.projects .item h3:before{
    left: 0;
    top: -2px;
    position: absolute;
    content: '';
    background: var(--main-cl);
    height: 2px;
    width: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.manage_page.projects .item .post_content{
    margin-bottom: 1.25rem;
}
section.manage_page.projects .item:nth-child(3n+2){
    margin-top: 6.771rem;
}
section.manage_page.projects .item:nth-child(3n+3){
    margin-top: 13.542rem;
}
section.manage_page.projects .item .img_wrap svg{
    opacity: 0;
}
section.manage_page.projects .title_group{
    margin-bottom: 2.083rem;
}
section.manage_page.projects .item .img_wrap:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery_popup.show{
    opacity: 1;
    visibility: unset;
    pointer-events: unset;
}
.gallery_popup .bg_close{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}
.gallery_popup .gallery_inner{
    width: 71.875rem;
}
.gallery_popup .gallery_inner .popup_swiper{
    margin: 0 1.823rem 0.833rem;
}
.gallery_popup .popup_swiper_thumb .swiper-slide{
    cursor: pointer;
}
section.manage_page.steps .step:not(:last-child){
    margin-right: 4.948rem;
}
section.manage_page.steps .steps{
    position: relative;
}
section.manage_page.steps .steps:before{
    left: 0;
    width: 100vw;
    top: 1.5625rem;
    position: absolute;
    content: '';
    height: 1px;
    background-color: #D6B46F;
}
section.manage_page.steps .step{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-width: 3.854rem;
    cursor: pointer;
}
section.manage_page.steps .step h3{
    font-weight: 400;
}
section.manage_page.steps .step .icon{
    width: 3.125rem;
    height: 3.125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    margin-bottom: 0.78125rem;
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(0.15) translateX(-290%);
    background: var(--main-cl);
}
section.manage_page.steps .step .post_content{
    /*max-width: 0;*/
    opacity: 0;
    overflow: hidden;
}
section.manage_page.steps .step.active .icon{
    transform: scale(1);
    background: #FFF;
}
section.manage_page.steps .step.active{
    min-width: 15.104rem;
}
section.manage_page.steps .step.active .post_content{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-delay: 0.4s;
    max-width: 100%;
    opacity: 1;
}
section.manage_page.steps{
    padding-top: 15.833rem;
}
section.manage_page.steps .grid-container{
    position: absolute;
    top: 8.854rem;
    left: calc(calc(100vw - var(--container-w))/2);
}
section.manage_page.steps .sec_title_3{
    margin-bottom: 2.34375rem;
}
section.manage_page.basic_content{
    padding: 7.5rem 0 5.208rem;
}
section.manage_page.basic_content .sec_des{
    margin-bottom: 2.604rem;
}
section.manage_page.basic_content .post_content table tr{
    min-height: 5rem;
}
section.manage_page.basic_content .post_content table td{
    padding: 1.25rem 2.604rem;
    border: 1px solid #EAEAEA;
    font-size: 0.833rem;
    line-height: 1.042rem;
    min-height: 5rem;
}
section.manage_page.basic_content .post_content table td:nth-child(even){
    background-color: #FFF8EA;
}
section.manage_child_1 .sec_title{
    margin-bottom: 1.302rem;
}
section.manage_child_1{
    padding: 7.292rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}
section.manage_child_1 .col_5{
    padding-right: 2.604rem;
}
section.manage_child_2{
    background: linear-gradient(90deg, #FFF8EA 0%, #FFE8B8 100%);
    padding: 3.646rem 0;
}
section.manage_child_2 .sec_title_3{
    width: max-content;
    max-width: 80%;
    margin-bottom: 0;
    margin-right: 3.646rem;
}
section.manage_child_2 .text_secondary{
    font-size: 6.771rem;
    font-weight: 700;
    line-height: 7.292rem;
}
section.manage_child_3{
    padding:  8.333rem 0 11.979rem;
}
section.manage_child_3 .count{
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 2.604rem;
    margin-right: 0.521rem;
}
section.manage_child_3 .item:not(:last-child){
    margin-bottom: 8.854rem;
}
section.manage_child_3 .item:nth-of-type(even) > .flex_box{
    flex-direction: row-reverse;
}
section.manage_child_3 .item:nth-of-type(even) .cont_wrap{
    padding-left: 0.521rem;
    padding-right: 5.99rem;
}
section.manage_child_3 .item:nth-of-type(even) ._img{
    padding-right: 2.708rem;
}
section.manage_child_3 .item:nth-of-type(odd) .cont_wrap{
    padding-right: 4.427rem;
}
section.manage_child_4{
    padding: 5.521rem 0;
}
section.manage_child_4 .form_estimate{
    transform: unset;
}
section.single_settled_1{
    padding: 5.9375rem 0 4.583rem;
}
section.single_settled_1 .sec_title{
    margin-bottom: 1.458rem;
}
section.single_settled_1 .grid_box{
    grid-gap: 2.1875rem;
    margin-top: 3.385rem;
}
section.single_settled_1 .grid_box > .item{
    border: 1px solid #BBBBBB;
    background: #FFFFFF;
    padding: 1.146rem 1.5625rem 1.25rem;
}
section.single_settled_1 .grid_box > .item sup{
    font-size: 0.625rem;
}
section.single_settled_1 .grid_box > .item .icon > img{
    height: 100%;
    width: auto;
}
section.single_settled_1 .grid_box > .item .icon{
    height: 3.646rem;
    margin-bottom: 0.26rem;
}
section.single_settled_2{
    padding: 2.708rem 0 6.771rem;
}
section.single_settled_2 .grid_box{
    margin-top: 1.979rem;
    grid-gap: 1.25rem 1.771rem;
}
section.single_settled_2 .grid_box > .item{
    box-shadow: 0rem 0.208rem 1.042rem 0rem #00000014;
    background-color: #FBFBFB;
    padding: 1.25rem 1.667rem;
}
section.single_settled_2 .grid_box > .item .count{
    font-size: 2.96875rem;
    line-height: 2.96875rem;
    margin-bottom: 0.625rem;
}
section.single_settled_3{
    padding: 7.8125rem 0;
}
section.single_settled_3 .sec_title_3{
    margin-bottom: 2.604rem;
}
section.single_settled_3 ul > li{
    padding: 1.042rem;
    border-bottom: 0.078125rem solid #22204F;
    cursor: pointer;
    margin-bottom: 0;
}
section.single_settled_3 ul > li  > svg{
    opacity: 0;
}
section.single_settled_3 ul > li:first-child{
    border-top: 0.078125rem solid #22204F;
}
section.single_settled_3 ul > li > .icon > img{
    width: 100%;
    height: auto;
}
section.single_settled_3 ul > li > .icon{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1.979rem;
    min-width: 3.542rem;
    width: 3.542rem;
    height: 3.542rem;
    padding: 0.625rem;
}
section.single_settled_3 ul > li > .post_content{
    width: 34.375rem;
    max-width: 70%;
}
#popup_benefits{
    width: 52.083rem;
    max-width: 100%;
    padding: 2.083rem 3.333rem 2.083rem 2.083rem;
}
#popup_benefits .col_7{
    padding-left: 2.34375rem;
}
#popup_benefits .col_7 .icon{
    width: 3.542rem;
    height: 3.542rem;
    margin-bottom: 0.729rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.single_settled_4{
    padding: 8.59375rem 0 6.458rem;
}
section.single_settled_4 .sec_title_3{
    margin-bottom: 4.01rem;
}
section.single_settled_4 .col_5{
    padding-left: 0.78125rem;
}
section.single_settled_4 .col_7{
    margin-left: -4.6875rem;
    padding-right: 0.9375rem;
}
section.single_settled_4 .col_5 .icon{
    margin-bottom: 0.417rem;
}
section.single_settled_4 .col_5 .swiper-wrapper,
section.single_settled_4 .col_5 h3.text_primary{
    margin-bottom: 1.667rem;
}
section.single_settled_5{
    padding: 9.0625rem 0 8.698rem
}
section.single_settled_5 .grid-container > .flex_box{
    margin-bottom: 3.90625rem;
}
section.single_settled_5 .sec_title_3{
    margin-bottom: 1.354rem;
}
.settled_swiper_2{
    padding-top: 0.521rem;
}
.settled_swiper_2 .dot{
    width: 0.729rem;
    height: 0.729rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--sub-cl);
    margin-bottom: 1.354rem;
    position: relative;
}
.settled_swiper_2 h3.font_title{
    margin-bottom: 0.521rem;
    font-size: 1.5625rem;
    line-height: 2.083rem;
}
.settled_swiper_2.swiper:before{
    width: 100%;
    top: 0.885rem;
    background-image: linear-gradient(90deg, #22204F 0%, rgba(34, 32, 79, 0) 100%);
    position: absolute;
    content: '';
    left: 0;
    height: 0.104rem;
}
section.single_settled_6{
    padding: 8.75rem 0 10rem;
}
section.single_settled_6 .col_6:nth-child(2){
    padding-left: 5.104rem;
    padding-right: 1.146rem;
}
section.single_settled_6 .post_content{
    margin-bottom: 1.667rem;
}
section.single_settled_6 .sec_title_3{
    margin-bottom: 1.25rem;
}
section.single_settled_8{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7.8125rem 0 6.5625rem;
}
section.single_settled_8 .col_5{
    padding-right: 1.823rem;
    margin-left: -3.75rem;
}
section.single_settled_8 .col_7{
    padding-left: 0.521rem;
}
section.single_settled_8 .col_7 .question .answer{
    padding-right: 5.208rem;
}
section.single_settled_7 .block{
    position: absolute;
    background-color: var(--sub-cl);
    display: block;
    padding: 3.125rem 7.552rem 4.6875rem 3.333rem;
    width: 21.354rem;
    height: 15.625rem;
    z-index: 3;
}
section.single_settled_7 .block:first-of-type{
    left: 0;
    bottom: 15.625rem;
}
section.single_settled_7 .block:last-of-type{
    bottom: 0;
    left: 21.354rem;
}
section.single_settled_7 .block span.text{
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.604rem;
}
section.single_settled_7 .block span.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    width: 3.4375rem;
    height: 3.4375rem;
    position: absolute;
    right: 3.125rem;
    bottom: 1.5625rem;
}
section.single_settled_2 .grid_box > .item:hover,
section.single_settled_1 .grid_box > .item:hover{
    background-color: var(--sub-cl);
    border-color: var(--sub-cl);
}
section.single_settled_2 .grid_box > .item:hover .post_content,
section.single_settled_1 .grid_box > .item:hover *{
    color: #FFF
}
section.single_settled_1 .grid_box > .item:hover img{
    transform: rotateY(360deg);
    filter: brightness(0) invert(1);
}
section.single_settled_2 .grid_box > .item:hover .count{
    color: var(--main-cl)
}
section.single_settled_4 .swiper_controls{
    display: flex;
    align-items: center;
}
section.single_settled_4 .swiper_controls .swiper_fraction{
    width: max-content;
    max-width: calc(100% - 2.083rem);
    margin: 0 1.042rem;
    min-width: 2.604rem;
    display: flex;
    align-items: baseline;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.354rem;
    justify-content: center;
}
section.single_settled_4 .swiper_controls .arrow{
    width: 2.604rem;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-cl);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
section.single_settled_4 .swiper_controls .swiper_fraction .swiper-pagination-current{
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.979rem;
    color: var(--main-cl)
}
.settled_swiper_2 .swiper-slide .dot:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-image: url('../images/dot_border.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.5625rem;
    height: 1.5625rem;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.settled_swiper_2 .swiper-slide:hover .dot:before{
    opacity: 1;
}
section.single_settled_7 .block:hover{
    background-color: var(--main-cl);
}
section.single_settled_7 .block:hover span.text{
    color: #FFF;
}
section.single_settled_7 .block:hover span.icon path{
    stroke: #FFF;
}
section.single_settled_7 .block:hover span.icon{
    border-color: #FFF;
}
section.compare_page{
    padding: 3.385rem 0 8.125rem;
}
section.compare_page .title_group{
    margin-bottom: 2.083rem;
}
section.compare_page .grid_box{
    padding:  1.25rem 0.833rem 0;
    background-color: #FAFAFA;
    grid-gap: 1px
}
section.compare_page .grid_box .select_wrap{
    margin-bottom: 0.625rem;
    position: relative;
    z-index: 9;
}
section.compare_page .select_wrap .select-options{
    list-style: none;
    position: absolute;
    top: 100%;
    background-color: var(--sub-cl);
    width: 100%;
}
section.compare_page .select_wrap .select-options > li{
    padding: 0.521rem 1.354rem;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
section.compare_page .select_wrap .select-options > li.active{
/*section.compare_page .select_wrap .select-options > li[crclass*="selected"]{*/
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
section.compare_page .select_wrap .select-styled{
    width: 100%;
    border: 1px solid #BBBBBB;
    font-size: 0.833rem;
    line-height: 2.1875rem;
    padding: 0 2.083rem 0 1.042rem;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
section.compare_page .select_wrap .select-styled:before{
    right: 0.729rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.042rem;
    height: 1.042rem;
    background-image: url('../images/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
}
section.compare_page .grid_box .settled_details{
    padding: 1.042rem;
    position: relative;
}
section.compare_page .grid_box > .column:not(:last-child) .settled_details:before{
    right: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    content: '';
    background-color: #bbbbbb;
}
section.compare_page .grid_box > .column > .settled_details > div{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.compare_page .grid_box > .column.loading > .settled_details:after{
    position: absolute;
    left: calc(50% - 2.083rem);
    animation: rotation 0.8s linear infinite;
    top: 2.083rem;
    width: 4.167rem;
    height: 4.167rem;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--sub-cl);
    border-bottom-color: var(--main-cl);
}
section.compare_page .grid_box > .column.loading > .settled_details > div{
    opacity: 0;
}
section.compare_page .select_wrap .select-options > li:hover{
    background-color: var(--main-cl);
}
section.compare_page .grid_box .settled_details .compare_button{
    margin-top: 1.302rem;
}
section.compare_page .grid_box .settled_details .compare_item{
    padding: 1.042rem 0;
    border-top: 1px solid #D9D9D9;
}
section.compare_page .grid_box .settled_details .compare_item .title{
    margin-bottom: 0.3125rem;
}
section.compare_page .grid_box .settled_details .compare_item:nth-of-type(10) .cont{
    min-height: 2.5rem;
}
section.compare_page .grid_box .settled_details .item_heading{
    padding-bottom: 1.5625rem;
}
section.compare_page .grid_box .settled_details .item_heading .name{
    margin-top: 1.5625rem;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--sub-cl)
}
section.compare_page .grid_box .settled_details .cont{
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #333333;
}
section.compare_page .grid_box .settled_details .cont.price{
    font-size: 2.083rem;
    font-weight: 600;
    line-height: 2.083rem;
    color: var(--sub-cl);
}
.settled_item{
    animation: 1s fade_up;
}
.settled_item .cont_wrap{
    width: 37%;
    padding: 5.208rem 6.979rem;
    background-color: #F9F9F9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
table.estimate_table th{
    height: 2.604rem;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #FFF;
    background-color: var(--sub-cl);
}
table.estimate_table tr > *{
    padding: 0 1.979rem;
}
table.estimate_table tbody tr{
    height: 3.4375rem;
}
table.estimate_table tbody tr > td:first-of-type{
    font-size: 0.833rem;
    color: #333333;
    line-height: 1.25rem;
    width: 65%;
}
table.estimate_table tbody tr > td:nth-of-type(2){
    font-size: 1.042rem;
    font-weight: 600;
    width: 35%;
    line-height: 1.25rem;
}
table.estimate_table tbody tr.total{
    background-color: rgba(214, 180, 111, 0.1);
    height: 2.604rem;
}
table.estimate_table th.total{
    width: 35%;
}
table.estimate_table th.total,
table.estimate_table tbody tr.total td:nth-of-type(2){
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 2.083rem;
    color: var(--main-cl);
}
.settled_item .cont_wrap h2.text_primary b{
    display: block;
    font-size: 3.125rem;
    font-weight: 800;
    line-height: 3.854rem;
}
.settled_item .cont_wrap h2.text_primary{
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 2.083rem;
    margin-bottom: 1.458rem;
}
.settled_item .cont_wrap .post_content{
    line-height: 1.5625rem;
    margin-bottom: 1.25rem;
}
.settled_item .cont_wrap .post_content p,
.settled_item .cont_wrap .post_content li{
    line-height: 1.5625rem;
}
.settled_item:hover .cont_wrap .post_content,
.settled_item:hover .cont_wrap .post_content *{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.settled_page .grid-container{
    padding: 5.208rem 0 4.167rem
}
section.settled_page .settled_item:nth-child(even) > .flex_box{
    flex-direction: row-reverse;
}
section.settled_page > .flex_box > .col_6:first-of-type{
    border-right: 1px solid #E6E6E6;
}
section.settled_page > .flex_box > .col_6{
    padding: 6.615rem 5.729rem 6.615rem 6.615rem;
}
section.settled_page > .flex_box > .col_6 .plus_btn{
    min-width: 5.208rem;
    height: 5.208rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5.208rem;
    border: 1px solid var(--sub-cl);
    display: flex;
    align-items: center;
    justify-content: center;
}
.load_more_settled{
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    padding: 0 !important;
}
section.settled_estimate h1.text_secondary{
    font-size: 2.604rem;
    line-height: 3.125rem;
    margin-bottom: 2.34375rem;
    margin-top: 3.90625rem;
}
table.estimate_table{
    margin-bottom: 2.604rem;
}
section.settled_estimate{
    padding-bottom: 7.552rem;
}
section.settled_estimate .text_title{
    font-size: 1.5625rem;
    line-height: 1.25rem;
    margin-bottom: 1.042rem;
}
section.settled_estimate .post_content{
    margin-top: 3.646rem;
    margin-bottom: 1.25rem;
}
#form_filter_estimate{
    width: 78.125rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0rem 0.208rem 1.042rem 0rem #0000000D;
    margin-top: 0.625rem;
    max-width: 100%;
}
#form_filter_estimate .dropdown_wrap{
    z-index: 9;
    position: absolute;
    top: 100%;
    width: 100%;
    box-shadow: 0rem 0.208rem 0.521rem 0rem #0000000D;
    background-color: #FFF;
    padding: 1.25rem 1.667rem;
    left: 0;
    border-top: 1px solid var(--main-cl);
    display: none;
}
#form_filter_estimate .dropdown_wrap .dropdown_item .title,
#form_filter_estimate .filter_group .select-styled,
#form_filter_estimate .filter_group .filter_title{
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #333333;
}
#form_filter_estimate .filter_group .select-options{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    box-shadow: 0px 4px 10px 0px #0000000D;
    background-color: #FFF;
    list-style: none;
    z-index: 9;
}
#form_filter_estimate .filter_group .select,
#form_filter_estimate .filter_group .select-styled{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
#form_filter_estimate .filter_group .select{
    padding: 0 1.667rem;
}
#form_filter_estimate .filter_group .select-styled{
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#form_filter_estimate .filter_group .select:after{
    position: relative;
    display: flex;
    content: url("../images/arrow_down.svg");

}
#form_filter_estimate .filter_group .select-options > li{
    font-size: 0.833rem;
    line-height: 1.25rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0.521rem 1.71875rem;
    cursor: pointer;
    margin-bottom: 0;
}
#form_filter_estimate .filter_group .select-options > li:hover,
#form_filter_estimate .filter_group .select-options > li.active{
    background: var(--sub-cl);
    color: #FFF
}
#form_filter_estimate .dropdown_wrap .dropdown_item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#form_filter_estimate .dropdown_wrap .dropdown_item:not(:last-child){
    margin-bottom: 0.9375rem;
}
#form_filter_estimate button,
#form_filter_estimate input{
    margin: 0;
}
#form_filter_estimate .filter_group{
    padding: 0 1.667rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#form_filter_estimate .filter_group input[type="number"]{
    width: 1.5625rem;
    margin: 0 0.521rem;
    background: transparent;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    padding: 0 !important;
    text-align: center !important;
    height: auto;
}
#form_filter_estimate .filter_group input[type="number"]::-webkit-outer-spin-button,
#form_filter_estimate .filter_group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#form_filter_estimate .filter_group:not(:last-child){
    border-right: 1px solid #E6E6E6;
}
#form_filter_estimate .filter_group:nth-of-type(1){
    width: 18%;
    padding: 0;
}
#form_filter_estimate .filter_group:nth-of-type(2){
    width: 20%;
}
#form_filter_estimate .filter_group:nth-of-type(3){
    width: 25%;
    cursor: pointer;
}
#form_filter_estimate .filter_group:nth-of-type(4){
    width: 21%;
}
#form_filter_estimate .filter_group.submit_btn{
    padding: 0.729rem 1.25rem;
}
#form_filter_estimate .filter_group .number_input{
    display: flex;
    align-items: center;
}
#form_filter_estimate .filter_group .number_input > div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.354rem;
    height: 1.354rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #333333;
    cursor: pointer;
}
section.compare_page .grid_box .settled_details:hover .name,
section.compare_page .grid_box .settled_details:hover .cont{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home_banner .cont_wrap{
    position: absolute;
    z-index: 9;
    left: calc(calc(100vw - var(--container-w)) / 2);
    top: 50%;
    transform: translateY(-50%);
    width: 39.0625rem;
    max-width: 95%;
}
.home_banner .cont_wrap:before{
    z-index: -1;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 110%;
    height: 150%;
    opacity: 0.7;
    background: #02374E;
    filter: blur(104px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.home_banner .cont_wrap .banner_sub_title{
    font-size: 2.083rem;
    line-height: 3.385rem;
    padding-left: 0.833rem;
    position: relative;
    margin-bottom: 0.208rem;
}
.home_banner .cont_wrap .banner_sub_title:before{
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    width: 0.208rem;
    height: 60%;
    background-color: var(--main-cl);
}
.home_banner .cont_wrap .banner_title{
    font-size: 3.125rem;
    line-height: 3.385rem;
    margin-bottom: 1.5625rem;
}
section.home_2 .left_col{
    padding-top: 7.604rem;
    width: 62%;
    padding-right: 6.25rem;
    position: relative;
    z-index: 5;
}
section.home_2 .right_col{
    padding-top: 9.635rem;
    height: 63.542rem;
}
section.home_2 .right_col{
    background-image: linear-gradient(180deg, #D6B46F 0%, #FFF1D6 100%);
    width: 38%;
}
section.home_2 .right_col .num{
    font-size: 15.224rem;
    line-height: 15.625rem;
    margin-bottom: 0.9375rem;
}
.b_0{
    bottom: 0;
}
.l_0{
    left: 0;
}
section.home_2 .left_col .sec_title{
    margin-bottom: 0.78125rem;
}
section.home_2 > img.absolute{
    z-index: 3;
}
section.home_2 .left_col h3.font_title{
    margin-bottom: 1.771rem;
    font-size: 2.865rem;
    line-height: 4.167rem;
}
section.home_2 .left_col .post_content{
    margin-bottom: 2.5rem;
}
section.home_2 .left_col .grid_box .item{
    padding:  0 2.083rem;
}
section.home_2 .left_col .grid_box .item:last-of-type{
    padding-right: 0;
}
section.home_2 .left_col .grid_box .item:first-of-type{
    padding-left: 0;
}
section.home_2 .left_col .grid_box{
    margin-bottom: 2.604rem;
}
section.home_2 .left_col .grid_box .number{
    font-size: 2.917rem;
    line-height: 2.34375rem;
    margin-bottom: 0.677rem;
    width: max-content;
}
section.home_3 .video_wrap{
    width: 66.5625rem;
    height: 34.792rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
section.home_3 .video_wrap:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
}
section.home_3 .video_wrap.expanded{
    width: 84.792rem;
    height: 44.271rem;
}
section.home_3 .video_wrap > iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 3;
    pointer-events: none;
}
section.home_3 .video_wrap.expanded > iframe{
    transform: scale(1);
    opacity: 1;
    pointer-events: unset;
}
section.home_3{
    z-index: 3;
    margin-top: -5.208rem;
    padding-bottom: 12.5rem;
}
section.home_3 .play_btn{
    width: 9.896rem;
    height: 9.896rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_3 .play_btn:before{
    width: 6.40625rem;
    height: 6.40625rem;
    position: absolute;
    content: '';
    background-image: url('../images/circle_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: 2s rotate infinite;
}
.home_3 .play_btn:after{
    animation: 2s rotate infinite;
    animation-delay: 100ms;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url('../images/circle_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes rotate {
    0%{
        transform: translate(-50%, -50%) scale(1);
    }
    50%{
        transform: translate(-50%, -50%) scale(0.6);
    }
}
section.home_4{
    padding-bottom: 13.542rem;
}
section.home_4 h2.sec_title{
    margin-bottom: 4.0625rem;
}
section.home_4 .item:nth-child(odd) .img_wrap{
    padding-right: 0.521rem;
}
section.home_4 .item:nth-child(even) .img_wrap{
    padding-left: 0.521rem;
}
section.home_4 .item:nth-child(odd) .cont_wrap{
    padding-left: 2.292rem;
}
section.home_4 .item:nth-child(even) .cont_wrap{
    padding-right: 2.292rem;
}
section.home_4 .item .cont_wrap > *{
    margin-bottom: 1.042rem;
}
section.home_4 .item:nth-child(even) .flex_box{
    flex-direction: row-reverse;
}
section.home_4 .item:not(:last-child){
    margin-bottom: 6.09375rem;
}
section.home_5:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 2;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.590062) 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
section.home_5 .btn{
    margin-top: 1.875rem;
}
section.home_5 > img{
    width: 100%;
}
section.home_5 > img:last-of-type{
    z-index: 4;
}
section.home_5 .cont_wrap{
    width: 60.208rem;
    max-width: 100%;
    padding: 5.46875rem 3.646rem 19.479rem;
    background: linear-gradient(180deg, #13122D 0%, rgba(19, 18, 45, 0.48) 100%);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(100%);
    z-index: 3;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}
section.home_5.animated:before{
    opacity: 1;
}
section.home_5.animated .cont_wrap {
    transform: translateX(-50%) translateY(0);
}
#popup_tu_van_2{
    width: 82.604rem;
    padding: 4.271rem;
}
#popup_tu_van_2 .col_6:nth-child(1){
    padding-right: 1.875rem;
}
#popup_tu_van_2 .col_6 .post_content{
    margin-bottom: 1.5625rem;
}
#popup_tu_van_2 .col_6 .wpcf7{
    padding-right: 1.875rem;
}
#popup_tu_van_2 .col_6 .wpcf7 .form_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#popup_tu_van_2 .col_6 .wpcf7 .form_group{
    width: 100%;
}
#popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(2),
#popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(3),
#popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(4),
#popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(5){
    width: calc(50% - 0.208rem);
}
#popup_tu_van_2 .col_6:nth-child(2){
    padding-left: 0.521rem;
}
#form_tu_van_3{
    width: 58.958rem;
    max-width: 100%;
    padding: 4.6875rem 5.365rem;
}
footer#footer > .grid-container{
    padding: 3.49rem 0 3.646rem;
}
footer#footer > .copyright_wrap{
    padding: 0.729rem 0;
}
footer#footer > .copyright_wrap ul > li{
    margin-left: 0.9375rem;
}
footer#footer .footer_title{
    font-size: 0.9375rem;
    line-height: 1.042rem;
    position: relative;
    font-weight: 700;
    color: #FFF;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
footer#footer .wpcf7-not-valid-tip{
    display: none !important;
}
footer#footer .wpcf7-response-output{
    width: 13.021rem;
}
footer#footer .footer_title:before{
    bottom: 0;
    left: 0;
    width: 2.083rem;
    position: absolute;
    content: '';
    height: 1px;
    background: var(--main-cl);
}
footer#footer .menu_footer li > a{
    font-size: 0.729rem;
    line-height: 1.042rem;
    display: block;
    color: #FFF;
    margin-bottom: 0.9375rem;
}
footer#footer form{
    margin-bottom: 3.4375rem;
}
footer#footer .footer_form input::placeholder{
    color:#FFF;
    opacity: 1;
}
footer#footer .footer_form input{
    margin-bottom: 0;
    width: 11.979rem;
    height: 2.34375rem;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #FFF;
    border: 1px solid var(--main-cl);
    background: transparent;
}
footer#footer .footer_form .btn p{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer#footer .footer_form .btn{
    width: 2.34375rem;
    height: 2.34375rem;
    padding: 0 !important;
}
footer#footer .footer_form input[type="submit"]{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 9;
}
footer#footer .footer_socials ul.ls_none > li{
    margin-right: 1.25rem;
}
footer#footer .footer_column{
    max-width: 25%;
}
footer#footer .footer_column:first-of-type ul.m_0 > li svg{
    min-width: 1.25rem;
    margin-right: 0.417rem;
}
footer#footer .footer_column .logo_footer{
    margin-bottom: 1.5625rem;
}
footer#footer .footer_column:first-of-type ul.m_0 > li,
footer#footer .footer_column:first-of-type ul.m_0 > li a{
    color: #FFF;
    font-size: 0.729rem;
    line-height: 1.042rem;
}
footer#footer .footer_column:first-of-type ul.m_0 > li.hotline a{
    font-size: 1.042rem;
    line-height: 1.146rem;
}
.show_tablet{
    display: none;
}
.form_wrap .number_input input{
    border: none;
    padding: 0 0.521rem;
    text-align: center;
}
.form_wrap .number_input > div,
.form_wrap .number_input > div >p{
    display: flex;
}
.form_wrap .number_input span.wpcf7-form-control-wrap{
    position: unset;
}
.form_wrap .number_input .wpcf7-not-valid-tip{
    left: 0;
}
.form_wrap .number_input{
    padding: 0 0.9375rem;
    display: flex;
    align-items: center;
    border: 1px solid #BBBBBB;
    position: relative;
}
.form_wrap .form_group.rate_wrap > p > label{
    width: 42%;
}
.form_wrap .form_group.rate_wrap > p{
    display: flex;
}
.flex_row_reverse{
    flex-direction: row-reverse;
}
.form_wrap .form_group.rate_wrap span.wpcf7-form-control-wrap > span label{
    display: flex;
    height: 2.604rem;
    margin: 0;
}
.form_wrap .form_group.rate_wrap span.wpcf7-form-control-wrap > span{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.form_wrap .form_group.rate_wrap span.wpcf7-form-control-wrap{
    width: 58%;
    display: flex;
    justify-content: flex-end;
}
.form_wrap .form_group.rate_wrap .wpcf7-list-item{
    position: relative;
    margin: 0 0 0 0.3125rem;
}
.form_wrap .form_group.rate_wrap .wpcf7-list-item .wpcf7-list-item-label{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.form_wrap .form_group.rate_wrap .wpcf7-list-item input:checked{
    background-color: var(--main-cl) !important;
    border-color: var(--main-cl) !important;
}
.form_wrap .form_group.rate_wrap .wpcf7-list-item input{
    padding: 0 2.5rem 1.354rem 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.show_mobile {
    display: none;
}
.projects_page #projects_wrap{
    height: 100%;
}
#popup_tu_van .fancybox-button.fancybox-close-small{
    color: #FFF;
}
h3.empty_notify{
    grid-column: 1/3;
}
@media only screen and (min-width: 1280px){
    section.settled_page > .flex_box > .col_6:hover{
        background-color: var(--main-cl);
    }
    section.settled_page > .flex_box > .col_6:hover .plus_btn path{
        stroke: #FFF;
    }
    section.settled_page > .flex_box > .col_6:hover .plus_btn{
        background-color: var(--sub-cl);
    }
    .settled_item:hover .cont_wrap{
        background-color: var(--sub-cl);
    }
    .settled_item:hover .cont_wrap .post_content,
    .settled_item:hover .cont_wrap .post_content *{
        color: #FFF !important;
    }
    section.single_settled_4 .swiper_controls .arrow:hover{
        background-color: var(--main-cl);
    }
    section.single_settled_3 ul > li:hover img{
        transform: rotateY(360deg);
    }
    section.single_settled_3 ul > li:hover svg{
        opacity: 1;
    }
    section.manage_page.projects .item:hover .img_wrap svg{
        opacity: 1;
        transform: translate(-50%, -50%) rotate(450deg);
    }
    section.manage_page.projects .item:hover .img_wrap:before{
        background: rgba(0, 0, 0, 0.6);
    }
    section.manage_page.projects .item:hover h3:before{
        width: 100%;
    }
    section.single_project_5 .grid_box .item.bg_secondary:hover h2{
        color: var(--sub-cl)
    }
    section.single_project_5 .grid_box .item.bg_secondary:hover .circle{
        border-color: var(--sub-cl);
        background-color: var(--sub-cl);
    }
    section.single_project_5 .grid_box .item.bg_secondary:hover{
        background-color: var(--main-cl);
    }
    section.contact_page_1 .item:hover h3{
        color: #FFF;
    }
    section.contact_page_1 .item:hover{
        background: var(--sub-cl);
    }
    section.contact_page_1 .item:hover img{
        transform:  rotateY(360deg);
    }
    section.contact_page_1 .item:hover .post_content,
    section.contact_page_1 .item:hover .post_content *{
        color: #FFF;
    }
    .swiper_arrow:hover{
        background: var(--sub-cl);
    }
    section.single_settled_4 .swiper_controls .arrow:hover path,
    .swiper_arrow:hover path{
        stroke: #FFF
    }
    .project_item:hover .price,
    .project_item:hover .price_contact{
        color: var(--main-cl)
    }
    .project_item:hover{
        background-color: var(--sub-cl);
    }
    .project_item:hover h3,
    .project_item:hover .address,
    .project_item:hover .utility,
    .post_item:hover h3,
    .post_item:hover .fs_14{
        color: #FFF !important;
    }
    section.single_project_5 .grid_box .item:hover img,
    .staff_item:hover .img_wrap > img,
    .post_item:hover img{
        transform: scale(1.1);
    }
    .about_swiper_2.swiper .swiper-slide .item:hover img{
        transform: scale(1.2);
    }
    .post_item:hover{
        background-color: var(--sub-cl);
    }
    section.single_post .post_tags > a:hover{
        background: var(--sub-cl);
    }
    .btn_primary:hover{
        color: var(--main-cl);
        background-color: var(--sub-cl);
        border-color: var(--main-cl);
    }
    .btn_secondary:hover{
        background-color: var(--main-cl);
        border-color: var(--main-cl);
        color: #FFF;
    }
    .swiper_arrow.bg_secondary:hover,
    .btn_primary.btn_transparent:hover{
        background-color: var(--main-cl);
        border-color: var(--main-cl);
        color: #FFF;
    }
    .btn_secondary.btn_transparent:hover{
        background-color: var(--sub-cl);
        border-color: var(--sub-cl);
        color: #FFF;
    }
    .btn_icon_right:hover path{
        stroke: #FFF;
    }
    .terms_menu li.active > a,
    .terms_menu li > a:hover{
        background: var(--main-cl);
        color: #FFF
    }
    section.cost_estimate_2 .col_6:hover{
        background-color: var(--main-cl);
    }
    section.cost_estimate_2 .col_6:hover .plus_btn path{
        stroke: #FFF;
    }
    section.cost_estimate_2 .col_6:hover .plus_btn svg,
    .staff_item:hover .name_gr > svg{
        transform: rotate(450deg);
    }
    section.cost_estimate_2 .col_6:hover .plus_btn{
        background-color: var(--sub-cl);
    }
    section.compare_page .grid_box .settled_details:hover .name,
    section.compare_page .grid_box .settled_details:hover .cont{
        color: #FFF
    }
    section.compare_page .grid_box .settled_details:hover{
        background-color: var(--sub-cl);
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    header#header .hide-for-medium{
        display: none !important;
    }
    header#header .show-for-medium,
    header#header [data-show=show-for-medium]{
        display: block !important;
    }
    header#header .header-inner{
        padding: 1.042rem;
    }
    header#header .header-inner > div:nth-child(2){
        order: -1;

    }
    header#header .header-inner > div:nth-child(2) .mobile-nav li > a > i{
        display: flex;
    }
    header#header .header-inner > div:nth-child(2) .mobile-nav li > a{
        padding: 0;
        font-size: 1.24rem;
    }
    section.contact_page_1 .grid_box{
        grid-gap: 2rem
    }
    .sec_title{
        font-size: 3.25rem;
        line-height: 1.3;
    }
    .sec_title_3{
        font-size: 1.7rem;
        line-height: 1.3;
    }
    #post_list{
        grid-gap: 1.25rem 2rem
    }
    .terms_menu{
        display: none;
    }
    .terms_menu_list{
        display: flex;
        position: relative;
        z-index: 9;
        margin-bottom: 2.5rem
    }
    .terms_menu_list .select{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .terms_menu_list .select-styled{
        border: 1px solid var(--sub-cl);
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        line-height: 1.3;
        position: relative;
    }
    .terms_menu_list .select-styled:before{
        right: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        content: '';
        background-image: url('../images/arrow_down.svg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 1.5rem;
        height: 1.5rem;
        pointer-events: none;
    }
    .terms_menu_list .select-options{
        position: absolute;
        width: 100%;
        border: 1px solid var(--sub-cl);
        margin: 0;
        list-style: none;
    }
    .terms_menu_list .select-options > li{
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 0;
        padding: 0.75rem 1.5rem;
        border-bottom: 1px solid var(--sub-cl);
        background: #FFF;
    }
    .terms_menu_list .select-options > li.active{
        background: var(--sub-cl);
        color: #FFF;
    }
    section.single_post .post_title{
        font-size: 2.25rem;
    }
    section.single_post .post_content_wrap{
        padding: 0.5rem 4rem 2rem;
    }
    .related_post .swiper-slide{
        padding: 0 1rem;
    }
    .related_post .swiper.related_post_swiper{
        margin: 0 -1rem;
    }
    section.manage_page.introduce .col_6:first-child{
        padding-left: 0;
        padding-right: 2rem;
    }
    section.manage_page.introduce .col_6:nth-child(2){
        padding-right: 0;
    }
    section.manage_page.introduce{
        padding: 4rem 0 5rem;
    }
    section.manage_page.introduce .grid_box{
        grid-gap: 2rem
    }
    section.manage_page.introduce .grid_box .fw700{
        font-size: 1.25rem;
    }
    section.manage_page.checkbox_col{
        padding: 4rem 0;
    }
    section.manage_page.checkbox_col .item:nth-child(3n+1){
        padding-right: 1.25rem;
    }
    section.manage_page.checkbox_col .item:nth-child(3n+2){
        padding: 0 0.75rem;
    }
    section.manage_page.checkbox_col .item:nth-child(3n+3){
        padding-left: 1.25rem;
    }
    section.manage_page.img_left_cont_right{
        padding: 4rem 0;
    }
    section.manage_page.img_left_cont_right .col_5{
        padding-left: 1rem;
    }
    section.manage_page.img_left_cont_right .col_7{
        padding-top: 0;
    }
    section.manage_page.basic_content{
        padding: 4rem 0 3rem;
    }
    section.manage_page.basic_content .post_content{
        max-width: 100%;
        overflow: auto;
    }
    section.manage_page.basic_content .post_content table td{
        padding: 0.75rem 1.5rem;
        font-size: 0.75rem;
    }
    section.manage_page.services .grid_box.grid_2 > .service_item{
        padding-right: 2rem;
    }
    section.manage_page.services{
        padding: 3rem 0 4rem;
    }
    section.manage_page.faq{
        padding: 5rem 0 4rem;
    }
    section.cost_estimate_2 .col_6:nth-child(2){
        padding: 2rem;
    }
    section.cost_estimate_2 .plus_btn{
        min-width: 3rem;
        height: 3rem;
        margin-left: 1.5rem;
    }
    section.manage_page.services.service_3{
        padding-top: 4rem;
    }
    section.manage_page.services .grid_box.grid_3 > .service_item h3{
        font-size: 1.25rem;
    }
    section.manage_page.steps .grid-container{
        top: 4rem;
    }
    section.manage_page.steps .step:not(:last-child){
        margin-right: 2rem;
    }
    section.manage_page.projects{
        padding: 5rem 0 4rem;
    }
    section.manage_child_1 .col_5{
        padding-right: 0;
    }
    section.manage_child_1{
        padding: 4rem 0;
    }
    section.manage_child_3 .item:nth-of-type(odd) .cont_wrap{
        padding-right: 1.5rem;
    }
    section.manage_child_3 .item:nth-of-type(even) .cont_wrap{
        padding-right: 0;
    }
    section.manage_child_3{
        padding: 4rem 0 5rem;
    }
    .settled_item .img_wrap{
        width: 55%;
    }
    .settled_item .cont_wrap{
        width: 45%;
        padding: 2rem 2.5rem;
    }
    section.settled_page > .flex_box > .col_6{
        padding: 3rem 2rem;
    }
    section.settled_page > .flex_box > .col_6 .plus_btn{
        min-width: 3.125rem;
        height: 3.125rem;
        margin-left: 2.083rem;
    }
    section.settled_page .grid-container{
        padding: 3rem 0;
    }
    section.cost_estimate{
        padding: 3rem 0 4rem;
    }
    section.cost_estimate .sec_title_2{
        text-align: center;
        bottom: 2rem;
    }
    section.single_project_2 .col_4 .project_seller{
        width: 17.375rem;
    }
    section.single_project_4{
        padding: 4rem 0;
    }
    section.single_project_5 .grid_box .item.bg_secondary .flex_box{
        padding: 2rem 4rem 2rem 1rem !important;
    }
    section.single_project_5 .item.bg_secondary .circle{
        width: 2.5rem;
        height: 2.5rem;
        right: 1rem;
        bottom: 1rem;
    }
    section.single_project_6{
        padding: 4rem 0 5rem
    }
    section.single_settled_1 .grid_box{
        grid-gap: 1rem
    }
    section.single_settled_1 .grid_box > .item{
        padding: 1rem;
    }
    section.single_settled_1{
        padding: 3rem 0 2rem;
    }
    section.single_settled_2{
        padding: 2rem 0 4rem;
    }
    section.single_settled_3{
        padding: 3rem 0;
    }
    section.single_settled_4{
        padding: 4rem 0 3rem;
    }
    section.single_settled_8 .col_5,
    section.single_settled_4 .col_7{
        margin-left: 0;
    }
    section.single_settled_5{
        padding: 5rem 0 4rem;
    }
    section.single_settled_6{
        padding: 5rem 0 6rem;
    }
    section.compare_page .grid_box{
        grid-template-columns: 1fr  1fr 1fr;
    }
    section.compare_page .grid_box > .column:nth-child(4){
        display: none;
    }
    section.compare_page .grid_box .settled_details .cont.price{
        font-size: 1.5rem;
    }
    section.about_2 > .flex_box:nth-child(odd) .cont_wrap{
        padding: 1rem 1rem 1rem 2rem;
    }
    section.about_2 > .flex_box:nth-child(even) .cont_wrap{
        padding: 1rem 2rem 1rem 1rem;
    }
    section.about_3{
        padding: 5rem 0 6rem;
    }
    section.about_3 .history .item:nth-child(odd) .cont_wrap{
        padding-left: 0;
    }
    section.about_3 .history .item:nth-child(even) .cont_wrap{
        padding-right: 0;
    }
    section.about_3 .history .item:not(:last-child){
        margin-bottom: 3rem;
    }
    .staff_item{
        padding-left: 2.5rem;
    }
    .staff_item .position{
        left: 0.5rem;
    }
    section.about_4{
        padding: 3rem 0 4rem;
    }
    section.about_1{
        padding-top: 3rem;
    }
    section.home_2 > img.absolute{
        display: none;
    }
    section.home_2 .right_col .num{
        font-size: 10rem;
        line-height: 11rem;
    }
    section.home_3{
        margin-top: 0;
    }
    section.home_2 .right_col{
        height: auto;
    }
    section.home_2 .left_col{
        padding: 2rem 0;
    }
    section.home_2 .left_col .grid_box .item{
        padding: 0 1rem;
    }
    section.home_4,
    section.home_3{
        padding-bottom: 5rem;
    }
    section.home_3 .video_wrap.expanded{
        height: 38rem;
    }
    section.home_4 .item:not(:last-child){
        margin-bottom: 3rem;
    }
    section.home_5 > img:last-of-type{
        display: none;
    }
    .home_banner .cont_wrap .banner_sub_title{
        font-size: 1.625rem;
        line-height: 1.3;
    }
    .home_banner .cont_wrap .banner_title{
        font-size: 2.25rem;
        line-height: 1.3;
    }
    .home_banner .cont_wrap .banner_title{
        width: 30rem;
    }
    #form_filter_estimate{
        flex-wrap: wrap;
    }
    #form_filter_estimate > .filter_group{
        width: 50% !important;
        padding: 10px 40px !important;
        border-bottom: 1px solid #E6E6E6;
    }
    #form_filter_estimate .filter_group .select{
        padding: 0;
    }
    .form_popup.form_large{
        padding: 2rem 3rem;
    }
    .form_wrap .form_group.rate_wrap > p{
        flex-direction: column;
    }
    .form_wrap .form_group.rate_wrap > p > *{
        width: 100% !important;
    }
    .form_wrap .form_group.rate_wrap span.wpcf7-form-control-wrap{
        justify-content: flex-start;
    }
    #popup_tu_van_2 .col_6 .wpcf7{
        padding-right: 0;
    }
    #popup_tu_van_2{
        padding: 3rem;
    }
    .projects_page .col_7{
        padding-left: 1.5rem;
    }
    #project_grid{
        padding-right: 1rem;
    }
    #project_grid .project_item .cont_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .project_item .utilities > li > span{
        font-size: 0.75rem;
    }
    .projects_page .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .projects_page{
        height: auto;
    }
    .projects_page .col_5,
    .projects_page .col_7{
        width: 100%;
    }
    .projects_page .col_5 .map_wrap{
        height: 30rem;
    }
    #project_grid{
        height: auto;
        padding-right: 0;
    }
    .projects_page .col_7{
        padding: 2rem 3rem;
    }
    ul.mobile-nav li.header-language-dropdown > a > i{
        display: flex;
    }
    header#header .nav.mobile-nav > li.lang-item > a{
        padding: 0;
        border-left: none;
        margin-right: 0;
    }
    header#header .nav.mobile-nav > li.lang-item > a:after{
        margin-right: 0;
    }
    header#header .stuck .nav > li > a{
        border-left: none;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .tablet_text_center{
        text-align: center;
    }
    .tablet_al_center{
        align-items: center;
    }
    .tablet_jus_center{
        justify-content: center;
    }
    section.contact_page_1 .grid_box{
        grid-gap: 1rem
    }
    section.contact_page_1 .contact_form{
        padding: 3rem 4rem;
    }
    section.contact_page_1{
        padding-top: 3rem;
    }
    .sec_title{
        font-size: 2.5rem;
    }
    .sec_sub_title{
        font-size: 1.375rem;
        line-height: 1.3;
    }
    .breadcrumbs{
        display: none !important;
    }
    .banner_image .img_wrap img{
        min-height: 21.875rem
    }
    section.post_list_page{
        padding: 3rem 0 2rem;
    }
    #post_list{
        grid-template-columns: 1fr 1fr;
    }
    section.single_post .post_title{
        font-size: 1.75rem;
        line-height: 1.3;
    }
    section.single_post .post_content_wrap{
        padding: 1rem 3rem 2rem;
    }
    .sec_title_2{
        line-height: 1.3;
        font-size: 2.25rem;
    }
    section.manage_page.introduce .video_wrap{
        padding-left: 0;
    }
    section.manage_page.introduce .video_wrap img{
        width: 12.5rem;
    }
    section.manage_page.introduce .grid_box .item{
        padding-left: 1rem;
    }
    section.manage_page.introduce .grid_box .number{
        font-size: 2.5rem;
        line-height: 1.3;
    }
    section.manage_page.img_left_cont_right .scroll_content{
        max-height: 16.5rem;
    }
    .form_estimate{
        margin-left: auto;
        margin-right: auto;
        transform: unset;
    }
    section.manage_page.estimate_form{
        margin-bottom: 0;
        padding: 2rem 0;
    }
    section.cost_estimate_2 > .flex_box{
        flex-direction: column;
    }
    section.cost_estimate_2 > .flex_box > .col_6{
        width: 100%;
    }
    section.cost_estimate_2 > .flex_box > .col_6:nth-child(2){
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(214, 180, 111, 0.8);
    }
    .tablet_grid_2 > div:nth-child(odd):last-of-type{
        grid-column: 1/3;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    section.manage_page.steps .steps{
        flex-direction: column;
    }
    section.manage_page.steps .step .post_content{
        max-width: 100%;
    }
    section.manage_page.steps .grid-container{
        position: relative;
        top: unset;
        margin-left: 0;
    }
    section.manage_page.steps{
        padding-top: 3rem;
    }
    section.manage_page.steps .steps:before{
        display: none;
    }
    section.manage_page.steps .step{
        margin-bottom: 1rem;
    }
    section.manage_page.steps .step .icon{
        transform: scale(1);
        background: #FFF;
    }
    .hide_tablet{
        display: none;
    }
    .show_tablet{
        display: flex;
    }
    section.manage_page.projects .btn.show_tablet{
        margin-top: 2rem;
    }
    section.manage_page.steps .step{
        margin-right: 0 !important;
    }
    section.manage_child_3 .item:not(:last-child){
        margin-bottom: 3rem;
    }
    .settled_item .img_wrap{
        width: 50%;
    }
    .settled_item .cont_wrap{
        width: 50%;
        padding: 1rem 1.5rem;
    }
    .settled_item .cont_wrap h2.text_primary{
        font-size: 1.25rem;
        margin-bottom: 0.521rem;
    }
    .settled_item .cont_wrap h2.text_primary b{
        font-size: 2.25rem;
        line-height: 1.3;
    }
    .project_swiper_1.swiper{
        padding: 0 4rem;
    }
    section.single_project_2{
        padding: 2rem 0 3rem;
    }
    section.single_project_2 .col_4{
        padding-left: 0;
        margin-top: 1.5rem;
    }
    section.single_project_2 .col_4 .project_seller{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    section.single_project_3{
        padding: 3rem 0;
    }
    section.single_project_5 .grid_box{
        grid-template-columns: 1fr 1fr;
        padding: 0 1rem;
    }
    section.single_project_5 .grid_box >.item.relative{
        grid-column: 1/3;
        order: -1
    }
    section.single_project_6{
        padding: 3rem 0 4rem;
    }
    .questions .question svg{
        min-width: 17px;
        height: auto;
    }
    .questions .question .answer{
        padding-right: 0;
    }
    section.single_project_1{
        padding-top: 1rem;
    }
    section.single_settled_3 ul > li > .post_content{
        max-width: 80%;
    }
    section.single_settled_4 .sec_title_3{
        margin-bottom: 2rem;
    }
    section.single_settled_6 .col_6:nth-child(2){
        padding-left: 1.25rem;
        padding-right: 0;
    }
    section.single_settled_8{
        padding: 4rem 0 3rem;
    }
    section.single_settled_7 .block:first-of-type{
        width: 50%;
        left: 0;
        bottom: 0;
        height: 100%;
    }
    section.single_settled_7 .block:last-of-type{
        left: 50%;
        height: 100%;
        width: 50%;
    }
    section.compare_page{
        padding-bottom: 4rem;
    }
    section.about_1 .box_swiper .img_wrap{
        height: 20rem;
    }
    section.about_2 > .flex_box{
        flex-direction: column;
        padding: 1rem;
    }
    section.about_2 > .flex_box > .col_6{
        padding: 0 !important;
    }
    section.about_2 > .flex_box > .col_6.cont_wrap{
        margin-bottom: 1rem;
    }
    section.about_3 .img_wrap{
        height: auto;
    }
    section.about_3 .history .item:nth-child(even) .cont_wrap .post_content{
        padding-right: 0;
    }
    section.about_4 .ceo_wrap .cont_wrap{
        padding: 2rem 3rem 1.5rem 1rem;
    }
    section.home_2 .left_col{
        width: 100%;
    }
    section.home_2 .right_col{
        display: none;
    }
    section.home_3 .video_wrap.expanded{
        height: 30rem;
        padding: 0 1rem;
    }
    section.home_4 .item:nth-child(odd) .cont_wrap{
        padding-left: 0.625rem
    }
    section.home_4 .item:nth-child(even) .cont_wrap{
        padding-right: 0.625rem;
    }
    .sec_title_3{
        font-size: 1.6rem;
    }
    .home_banner .img_wrap{
        height: 21.875rem;
    }
    .home_banner .cont_wrap .banner_title{
        font-size: 1.75rem;
    }
    .home_banner .cont_wrap .banner_sub_title{
        font-size: 1rem;
    }
    footer#footer .footer_column{
        width: 50%;
        max-width: 50%;
        margin-bottom: 1rem;
        padding: 0 0.521rem;
    }
    footer#footer .footer_column:nth-child(2){
        order: 3
    }
    footer#footer .footer_column:nth-child(3){
        order: 4
    }
    section.settled_estimate{
        padding-bottom: 3rem;
    }
    section.settled_estimate h1.text_secondary{
        font-size: 2rem;
        line-height: 1.3;
        text-align: center;
    }
    .form_popup.form_large{
        padding: 1.5rem 1rem;
    }
    .form_slice .col_6:last-child{
        padding-left: 1.25rem;
    }
    .form_slice .col_6:first-child{
        padding-right: 1.25rem;
    }
    #popup_tu_van_2{
        padding: 1.5rem;
    }
    #popup_tu_van_2 .col_6{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0 !important;
    }
    #popup_tu_van_2 .col_6.img_wrap{
        display: none;
    }
    .projects_page .col_5 .map_wrap{
        height: 400px;
    }
    #project_grid,
    .projects_page{
        height: auto;
    }
    #staff_popup{
        padding: 1.5rem;
    }
    #staff_popup .col_7{
        padding-right: 0;
        padding-left: 1.5rem;
    }
    #staff_popup .col_5{
        padding: 0 4rem 1.5rem;
    }
    #staff_popup .col_7{
        padding: 0;
    }
    .staff_item{
        padding-left: 1.75rem;
    }
    .staff_item .position{
        font-size: 0.8rem;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column !important;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse;
    }
    .mobile_text_center{
        text-align: center;
    }
    .sec_title{
        font-size: 2rem;
    }
    .sec_title_2{
        font-size: 1.65rem;
    }
    .sec_sub_title{
        font-size: 1.125rem;
    }
    section.contact_page_1 .grid_box{
        margin-bottom: 2rem;
    }
    section.contact_page_1 .contact_form{
        padding: 1rem 1.5rem;
    }
    .sec_title_3{
        font-size: 1.375rem;
    }
    section.contact_page_2{
        margin-top: -8rem;
    }
    .banner_image .img_wrap img{
        min-height: 15.625rem
    }
    #post_list{
        grid-gap: 1rem
    }
    .terms_menu_list .select {
        width: 100%;
    }
    section.single_post .post_content_wrap{
        padding: 1rem;
    }
    section.single_post .post_title{
        font-size: 1.375rem;
    }
    .related_post .swiper.related_post_swiper{
        margin: 0 -0.5rem;
    }
    .related_post .swiper-slide{
        padding: 0 0.5rem;
    }
    section.related_post{
        padding: 2rem 0 3rem;
    }
    section.manage_page.introduce .col_6{
        padding: 0 !important;
        margin-bottom: 1.5rem;
    }
    section.manage_page.introduce .video_wrap img{
        width: auto;
        flex-grow: 1;
    }
    section.manage_page.introduce .grid-container > .flex_box{
        margin-bottom: 3rem;
    }
    section.manage_page.introduce .grid_box .item{
        text-align: center;
        padding: 0;
        border: none;
    }
    section.manage_page.introduce{
        padding: 2.5rem 0 3rem;
    }
    section.manage_page.checkbox_col .item{
        padding: 0 !important;
        margin-bottom: 1.5rem;
        border: none !important;
    }
    section.manage_page.checkbox_col{
        padding: 2.5rem 0 1.5rem;
    }
    section.manage_page.checkbox_col .sec_title_3{
        margin-bottom: 1.5rem;
    }
    section.manage_page.img_left_cont_right .col_7{
        padding: 0 1rem 2rem;
    }
    section.manage_page.img_left_cont_right .col_5{
        padding-bottom: 2rem;
    }
    section.manage_page.img_left_cont_right .scroll_content{
        max-height: unset;
        padding-right: 0;
        padding-bottom: 0;
    }
    section.manage_page.img_left_cont_right .scroll_content > .item > h3{
        font-size: 1rem;
    }
    section.manage_page.services .title_group{
        margin-bottom: 2rem;
    }
    section.manage_page.services .grid_box.grid_2{
        grid-gap: 1rem
    }
    section.manage_page.services .grid_box.grid_2 > .service_item{
        padding-right: 0;
    }
    section.manage_page.services .grid_box > .service_item h3{
        font-size: 1rem;
        margin-top: 1rem;
        line-height: 1.3;
    }
    .form_estimate{
        padding: 1.5rem 2rem;
    }
    .form_popup h2.text_primary{
        font-size: 1.375rem;
    }
    .form_estimate .form_group > .form_field{
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 1.042rem !important;
    }
    section.cost_estimate_2 > .flex_box > .col_6:nth-child(2){
        position: relative;
        height: auto;
        padding: 1.5rem 1rem;
    }
    .tablet_grid_2 > div:nth-child(odd):last-of-type{
        grid-column: unset;
        width: 100%;
    }
    section.manage_page.services .grid_box.grid_3 > .service_item .post_content{
        padding-right: 0;
    }
    section.manage_page.services .grid_box.grid_3 > .service_item h3{
        font-size: 1rem;
    }
    section.manage_page.projects .item {
        margin-top: 1rem !important;
    }
    section.manage_page.projects{
        padding: 4rem 0 3rem;
    }
    section.manage_page.steps .step .icon{
        margin-left: auto;
        margin-right: auto;
    }
    section.manage_page.steps .step{
        text-align: center;
    }
    section.manage_child_1{
        padding: 2.5rem 0;
    }
    section.manage_child_2 .sec_title_3{
        margin-top: 1.5rem;
    }
    section.manage_child_2 .text_secondary{
        font-size: 4rem;
        line-height: 1.3;
    }
    section.manage_child_3 .item .img_wrap{
        padding: 0 !important;
    }
    section.manage_child_3 .item .cont_wrap{
        padding: 0 !important;
        margin-bottom: 1rem !important;
    }
    section.settled_page .grid-container{
        text-align: center;
        padding: 2rem 1rem;
    }
    .settled_item > .flex_box{
        flex-direction: column-reverse !important;
    }
    .settled_item > .flex_box > div{
        width: 100% !important;
    }
    section.settled_page > .flex_box > .col_6:first-of-type{
        border-right: none;
        border-bottom: 1px solid #E6E6E6;
    }
    section.cost_estimate table td:nth-child(3){
        text-align: right;
        padding-right: 0.26rem;
        width: calc(100% / 12 * 5);
    }
    section.cost_estimate table td:nth-child(2){
        width: calc(100% / 12 * 2);
        text-align: center;
    }
    section.cost_estimate table td:nth-child(1) {
        width: calc(100% / 12 * 5);
    }
    section.cost_estimate table tbody td:first-child{
        padding-left: 0.26rem;
    }

    section.cost_estimate table tfoot td:last-child{
        font-size: 1rem
    }
    section.single_project_2 .col_4 .project_seller{
        width: 100%;
    }
    section.single_project_2 .project_links > div > a{
        margin-top: 1rem;
        margin-left: 0 !important;
    }
    section.single_project_2 .project_links > div{
        flex-direction: column;
        align-items: flex-start;
    }
    section.single_project_2 .project_heading{
        flex-direction: column;
    }
    section.single_project_2 .project_heading .title_box{
        width: 100%;
    }
    section.single_project_2 .project_heading .map_box img{
        width: 100%;
    }
    section.single_project_2 .project_heading .map_box{
        margin-left: 0;
        margin-right: auto;
        width: 13.75rem;
    }
    section.single_project_2 .project_utilities > .grid_box{
        grid-template-columns: 1fr 1fr;
    }
    section.single_project_2 .project_utilities > .grid_box > div{
        flex-direction: column;
    }
    .project_swiper_1 .img_wrap{
        height: 12.5rem;
    }
    .project_swiper_1_thumb .img_wrap{
        height: 7rem;
    }
    .project_swiper_1.swiper{
        padding: 0 2rem;
    }
    section.single_settled_4 .col_7{
        padding-left: 0;
        margin-bottom: 1rem;
    }
    .hide_mobile {
        display: none !important;
    }
    .show_mobile{
        display: flex;
    }
    .settled_swiper_2{
        margin-bottom: 1rem;
    }
    section.single_settled_6 .col_6:nth-child(2){
        padding-left: 0;
        margin-top: 1rem;
    }
    section.single_settled_6{
        padding: 2rem 0 3rem;
    }
    section.single_settled_8 .col_5{
        padding-right: 0;
        margin-top: 1.5rem;
    }
    section.single_settled_7 .block:first-of-type{
        position: relative;
        width: 100%;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }
    section.single_settled_7 .block:last-of-type{
        position: relative;
        width: 100%;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }
    section.compare_page .grid_box{
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }
    section.compare_page .grid_box .settled_details .cont.price{
        font-size: 1.25rem;
    }
    section.compare_page .grid_box  > .column:nth-child(3){
        display: none;
    }
    section.compare_page .grid_box .settled_details{
        padding: 0.5rem;
    }
    section.compare_page{
        padding: 2rem 0 3rem;
    }
    section.about_1 .swiper.about_swiper_1{
        padding: 0 1rem;
    }
    section.about_1 .box_swiper .swiper:after, section.about_1 .box_swiper .swiper:before{
        display: none !important;
    }
    section.about_2 > .flex_box:not(:last-of-type){
        margin-bottom: 2rem;
    }
    section.about_2 .item h3.title{
        font-size: 1.25rem;
    }
    section.about_3 .history .item{
        padding-left: 1.5rem;
    }
    section.about_3 .history .item .cont_wrap{
        text-align: left !important;
        padding: 0 !important;
        margin-bottom: 1.5rem;
    }
    section.about_3 .history .item .col_6:last-of-type{
        padding: 0 !important;
        text-align: left !important;
    }
    section.about_3 .history .item:before,
    section.about_3 .history .item .dot,
    section.about_3 .history:before{
        left: 0;
    }
    section.about_3{
        padding: 3rem 0 4rem;
    }
    section.about_4 .title_group .right_col{
        padding-left: 0;
        margin-top: 1rem;
    }
    .ceo_wrap > .flex_box{
        flex-direction: column;
        text-align: left;
    }
    section.about_4 .ceo_wrap .cont_wrap,
    section.about_4 .ceo_wrap .img_wrap{
        width: 100%;
    }
    section.about_4 .title_group{
        margin-bottom: 1.5rem;
    }
    section.about_4 .ceo_wrap .cont_wrap{
        padding: 1.5rem 1rem;
    }
    section.about_4 .ceo_wrap .cont_wrap:after{
        width: 100% !important;
        left: 0;
    }
    .staff_item .name_gr svg{
        display: none;
    }
    section.about_4 .team_list:not(:last-child){
        margin-bottom: 2.5rem;
    }
    .about_swiper_2.swiper .swiper-slide .item{
        padding: 1.5rem;
    }
    section.home_2 .left_col .grid_box{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.25rem
    }
    section.home_2 .left_col .grid_box .item{
        padding: 0;
    }
    section.home_3 .video_wrap{
        height: 18rem;
    }
    section.home_3 .video_wrap.expanded{
        height: 20rem;
    }
    section.home_4 .item > .flex_box{
        flex-direction: column !important;
    }
    section.home_4 .item > .flex_box > div{
        width: 100% !important;
        padding: 0 !important;
    }
    section.home_4 .item > .flex_box > div.col_5{
        margin-top: 1rem;
    }
    section.home_4 .item:not(:last-child){
        margin-bottom: 2rem;
    }
    section.home_4, section.home_3{
        padding-bottom: 2rem;
    }
    section.home_5 .cont_wrap{
        position: relative;
        top: unset;
        left: unset;
        transform: unset !important;
    }
    section.home_5 > img{
        display: none;
    }
    .home_banner .cont_wrap{
        bottom: 1.25rem;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
    }
    .home_banner .cont_wrap .btn{
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        width: 100%;
        z-index: 9;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
    }
    .home_banner .cont_wrap .banner_title{
        width: 100%;
        text-align: center;
        font-size: 1.375rem;
        margin-bottom: 0;
    }
    footer#footer .footer_column{
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        padding: 0 1rem;
    }
    footer#footer .footer_column .logo_footer{
        text-align: center;
    }
    footer#footer > .grid-container{
        padding: 3rem 0 1rem;
    }
    footer#footer .copyright_wrap > div > div{
        flex-direction: column;
    }
    table.estimate_table tbody tr > td:first-of-type{
        padding-left: 0;
        padding-right: 0.521rem;
    }
    table.estimate_table tbody tr > td:nth-of-type(2){
        text-align: right;
        padding-right: 0.521rem;
        padding-left: 0.521rem;
    }
    table.estimate_table th{
        font-size: 12px;
        padding: 0 10px;
    }
    table.estimate_table th.total, table.estimate_table tbody tr.total td:nth-of-type(2){
        font-size: 20px;
    }
    #form_filter_estimate > .filter_group{
        width: 100% !important;
        padding: 10px 20px !important;
    }
    .form_slice .col_6:last-child{
        width: 100%;
        padding-left: 0;
    }
    .form_slice .col_6:first-child{
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.042rem;
        border-right: none;
    }
    #popup_tu_van_2{
        padding: 1rem;
    }
    #popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(2), #popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(3), #popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(4), #popup_tu_van_2 .col_6 .wpcf7 .form_group:nth-child(5),
    #popup_tu_van_2 .col_6{
        width: 100%;
    }
    #form_tu_van_3{
        padding: 1.5rem 1rem;
    }
    section.home_5 .cont_wrap{
        padding-bottom: 2rem;
    }
    .projects_page .filter_wrap .filter_group{
        flex-direction: column;
    }
    .projects_page .filter_wrap .filter_group .filter_label{
        margin-bottom: 10px;
        width: 100%;
    }
    .projects_page .col_5 .filter_wrap{
        padding: 1rem 0.5rem 1rem 1rem;
    }
    .projects_page .col_5 .filter_wrap .filter_inner{
        padding-right: 0.5rem;
    }
    .projects_page .col_7{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #project_grid{
        padding-right: 0;
        grid-gap: 1rem;
    }
    .project_item .address{
        margin-bottom: 10px;
    }
    .project_item .utilities{
        display: none !important;
    }
    .projects_page .col_5 .show_filter span{
        width: max-content;
    }
    .projects_page .col_5 .show_filter{
        padding-right: 1rem;
    }
    section.about_3 .history .item:last-child:after{
        display: none;
    }
    section.manage_page.basic_content .post_content table td{
        padding: 0.5rem 0.75rem;
    }
    .form_wrap .number_input > p{
        flex-grow: 1;
    }
}