/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* .full-width-section .row-bg-wrap,
.full-width-content {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    left: 0 !important;
} */
body .container {
    max-width: 1260px !important;
}
.page-id-8760 .contact_footer_row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper input[type="submit"] {
    font-family: "Paralucent", sans-serif !important;
    font-weight: 600 !important;

}

.single .main-content ul.attachment-items li::before {
    display: none;
}

#ajax-content-wrap .p_font_paral p,
#ajax-content-wrap .p_font_paral p strong {
    font-family: "paralucent";
}

body .row .col .attachment-title {
    font-weight: 500;
    font-size: 25.56px;
    line-height: 28.68px;
    letter-spacing: 0;
    color: #000;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.single ul.attachment-items {
    padding: 0;
    margin: 0;
}

.single .main-content ul li {
    list-style: none;
    position: relative;
    padding: 12px 12px 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.attachment-item-title {
    display: inline-block;
    margin-right: 10px;
    font-family: "paralucent";
    font-weight: 500;
    font-size: 19.56px;
    line-height: 28.68px;
    vertical-align: middle;
    letter-spacing: -0.03em;
}

.download-link {
    padding: 10px 20px;
    background-color: transparent;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    font-family: "paralucent";
    font-weight: 600;
    font-size: 11.86px;
    line-height: 16.91px;
    letter-spacing: 0;
    text-align: center;
    border: 0.8px solid #000;
    min-width: 138px;
    display: inline-block;
}

.single-project .wpb_text_column.wpb_content_element p,
.single-project .wpb_text_column.wpb_content_element li,
.single-project p.vc_custom_heading {
    font-family: "paralucent";
}

.single-project h3.vc_custom_heading.fs_39 {
    margin-bottom: 20px;
}





#ajax-content-wrap .logo_community {
    max-width: 160px;
    margin-top: 30px;
}

#gform_confirmation_message_2 {
    text-align: center;
}

body.single-project #footer-outer {
    /*margin-top: 0;*/
}

.map_project {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

body .row .snapshot-icon-item h4 span,
body .row .snapshot-icon-item h4 strong {
    font-weight: normal;
    font-size: 12px;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li.open-submenu ul {
    display: block !important;
}

body #slide-out-widget-area .open-submenu>.ocm-dropdown-arrow {
    transform: translateY(-50%);
}

#slide-out-widget-area .off-canvas-menu-container>ul>li>.ocm-dropdown-arrow i {
    color: #000;
    right: 20px;
}

body #top .sf-menu li ul li a:hover .menu-title-text {
    color: #0f8fe6;
    transition: all 0.3s;
}

.sf-menu li ul.sub-menu li a .menu-title-text::after {
    opacity: 0;
}

body #top .sf-menu li ul li.menuspec .menu-title-text {
    font-weight: 500;
    font-size: 21px;
    line-height: 25.2px;
    letter-spacing: 0;
}

body #top .sf-menu li ul .menu-title-text {
    font-family: Paralucent;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.63px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0;
    font-family: Paralucent;
}

body #header-outer #top .sf-menu li>ul {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 0;
    width: 293px !important;
    left: 329px !important;
    transform: unset !important;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: unset !important;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    padding: 26px;
    margin-left: 0;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out;
}

body #header-outer #top .sf-menu li.menuct_active>ul {
    opacity: 1 !important;
    transition: opacity 0.5s ease-in-out;
    height: 100%;
    overflow: visible !important;
    display: flex !important;
}

#ajax-content-wrap .ss_listtype>.row-bg-wrap::before {
    content: "";
    height: 63px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -60px;
    display: block;
    background: url("images/bgblue_top.png") center center / 100% 100% no-repeat;
    z-index: 9;
}

#ajax-content-wrap .ss_listtype>.row-bg-wrap::after {
    content: "";
    height: 63px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -60px;
    display: block;
    background: url("images/bgblue_bot.png") center center / 100% 100% no-repeat;
    z-index: 9;
}

#ajax-content-wrap .ss_timeline>.row-bg-wrap::after,
#ajax-content-wrap .singler_community>.row-bg-wrap::after {
    content: "";
    height: 57px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -54px;
    display: block;
    background: url("images/bggrey_bot.png") center center / 100% 100% no-repeat;
    z-index: 9;
}

.single_visualisations .row_col_wrap_12 {
    padding-top: 150px;
    padding-bottom: 120px;
}

.singler_community .row_col_wrap_12 {
    /* padding-top: 100px;
    padding-bottom: 100px; */
}

.single_visualisations .wpb_gallery {
    margin-top: 10px;
}

.singler_getintouch .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 130px;
}

.singler_getintouch.vswhite .row_col_wrap_12 {
    padding-top: 85px;
}

body .fancy-select-wrap {
    padding-top: 0 !important;
}

body .gform_wrapper.gravity-theme .gfield input,
body .gform_wrapper.gravity-theme .gfield textarea,
body .gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield .selection .select2-selection {
    background: #fff !important;
    border: unset !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
    border-radius: 5px;
}

body .vswhite .gform_wrapper.gravity-theme .gfield input,
body .vswhite .gform_wrapper.gravity-theme .gfield textarea,
body .vswhite .gform_wrapper.gravity-theme .gfield select,
.vswhite .gform_wrapper.gravity-theme .gfield .selection .select2-selection {
    background: #fff !important;
    border: unset !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
    border: 1px solid #ccc !important;
}

#gform_submit_button_2 {
    margin: 0 auto;
}

#select2-input_2_5-container {
    color: #000 !important;
    opacity: 0.7;
}

.gform_wrapper.gravity-theme .gfield_validation_message {
    background: none;
    border: unset;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
    background: transparent;
}

.singler_community .nectar-button {
    margin-top: 20px;
}

#ajax-content-wrap .singler_community .nectar-button {
    border: unset;
    padding: 13px;
}

#ajax-content-wrap .singler_community .nectar-button span {
    color: #fff;
}

.singler_getintouch .nectar_icon i {
    font-size: 30px !important;
    height: 40px !important;
}












body .row .snapshot-icon-item .snapshot-content {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

body .row .snapshot-icon-item h4 {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 22.15px;
    line-height: 22.15px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

body .row .snapshot-icon-item .snapshot-icons img {
    text-align: center;
    margin: 0 auto;
}

body .row .snapshot-icon-item .snapshot-icons {
    margin: 0 auto 19px;
    display: flex;
    gap: 10px;
    height: 56px;
    max-width: 100px;
    justify-content: center;
}

.single .row .vc-project-taxonomy-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.single .row .vc-project-taxonomy-icon img {
    max-width: 32px;
    margin-bottom: 0;
}

.vc-project-taxonomy-icon span {
    font-weight: bold;
    font-size: 15.2074px;
    line-height: 22px;
    color: #000000;
}

.single .ss_pjct p {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 21.91px;
    line-height: 31px;
    letter-spacing: 0;
}

.timeline-text-row {
    position: relative;
    text-align: center;
    margin-left: 27%;
    margin-right: 40px;
    margin-top: -15px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.timeline-text-row::after {
    content: '';
    background-color: #B0B0B0;
    width: 2px;
    height: 100%;
    right: 0px;
    bottom: 12px;
    position: absolute;
    display: block;
}

.timeline-text-row::before {
    content: '';
    background-color: #B0B0B0;
    width: 2px;
    height: 100%;
    left: 0px;
    bottom: 12px;
    position: absolute;
    display: block;
}

.timeline-text-row span::before {
    content: '';
    border-bottom: 2px solid #B0B0B0;
    display: block;
    position: absolute;
    left: 0px;
    top: 19px;
    width: 100%;
    z-index: -1;
}

.timeline-text-row span {
    display: inline-block;
    background-color: #F1F1F1;
    color: #B0B0B0;
    padding: 0 15px;
    z-index: 2;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
}

.ss_listtype .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 33px;
}

.ss_icontax .row_col_wrap_12 {
    padding-top: 44px;
    padding-bottom: 30px;
}

.ss_timeline .row_col_wrap_12 {
    padding-top: 109px;
    padding-bottom: 65px;
}

.ss_location .row_col_wrap_12 {
    padding-top: 160px;
    /* padding-bottom: 90px; */
}

.single .banner_top .vc_column-inner .title_page::before {
    background: rgba(255, 255, 255, 0.19);
}

.single .ss_pjct p {
    padding-bottom: 30px;
}

.project-pages-timeline {
    overflow-x: hidden;
    padding: 20px 0;
    margin-top: 66px;
}

.project-pages-timeline ol {
    width: 100%;
    transition: all 1s;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 0 23px;
}

.ss_pjct .row_col_wrap_12 {
    padding-bottom: 90px;
}

.project-pages-timeline ol li {
    list-style: none;
    position: relative;
    padding: 0 5px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    color: #0F9BF2;
}

.project-pages-timeline ol li.incomplete {
    color: #B0B0B0;
}

.project-pages-timeline ol li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #0F9BF2 content-box;
    margin: 0 auto 5px auto;
    border: 2px solid #0F9BF2;
    color: #0F9BF2;
    padding: 4px;
    top: -6px;
    position: relative;
}

.project-pages-timeline ol li.incomplete:before {
    background: #B0B0B0 content-box;
    border: 2px solid #B0B0B0;
    color: #B0B0B0;
}

.project-pages-timeline ol li:not(:last-child)::after {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    display: block;
    background: #0F9BF2;
    margin: 0;
    position: absolute;
    top: 4px;
    left: calc(50% + 10px);
}

.project-pages-timeline ol li.incomplete:not(:last-child)::after,
.project-pages-timeline ol li.not:not(:last-child)::after {
    background: #B0B0B0;
}

.nectar-global-section.after-nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all 0.5s !important;
}

body .home_banner {
    z-index: 3;
}

.home_about {
    z-index: 4;
}

.home_banner {
    min-height: calc(100vh + 106px) !important;
}

body .row .box_hero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50px;
    display: flex;
    justify-content: end;
    align-content: end;
    align-items: center;
}

body .row .box_hero .wpb_wrapper {
    position: relative;
    overflow: hidden;
    max-width: 632px;
    width: 100%;
    padding: 50px;
    border-radius: 18px;
    background: rgba(15, 155, 242, 0.63);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    text-align: left;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.15);
}

/* features-section  */
.features-section .vc_custom_heading {
    margin: auto;
    max-width: 60%;
    padding-bottom: 30px;
}

.features-grid * {
    color: #fff;
}

.features-grid .iwt-icon img {
    height: 32px;
}

.features-grid .iwt-text h3 {
    font-weight: 700;
    font-size: 21.91px;
    line-height: 31px;
    display: flex;
    align-items: center;
    min-height: 32px;
}

.features-grid .iwt-text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    margin-left: -60px;
    margin-top: 11px;
}

body .features-grid .vc_column-inner {
    overflow: hidden;
    border-radius: 16px;
}

.features-grid .iwithtext {
    display: flex;
}

.features-grid .iwt-icon {
    flex-shrink: 0;
}

.features-grid .vc_column-inner {
    padding: 20px 40px 30px 30px;
}

body .features-grid .iwt-text {
    padding-left: 27px;
}

body .features-grid .iwithtext .iwt-icon {
    position: static;
}

/*  */

body .row .box_hero h4 {
    font-family: Paralucent;
    font-weight: 700;
    font-size: 14.46px;
    line-height: 30.58px;
    letter-spacing: 0.52px;
    color: #fff;
    text-transform: uppercase;
}

body .row .box_hero h3 {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 55.79px;
    line-height: 62px;
    letter-spacing: 0;
    color: #fff;
    margin: 30px 0 60px;
}

body .row .box_hero p {
    display: flex;
    gap: 19px;
    align-items: center;
}

body .row .box_hero a {
    font-family: Paralucent;
    font-weight: 600;
    font-size: 13.68px;
    line-height: 21.5px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1.29px solid #FFFFFF;
    padding: 11px 10px;
    min-width: 175px;
    height: 45px;
    display: inline-block;
    opacity: 1 !important;
    transition: all 0.3s !important;
}

#rev_slider_2_1_wrapper,
#ajax-content-wrap .home_hero .row_col_wrap_12,
#rev_slider_2_1_forcefullwidth {
    min-height: calc(100vh + 106px);
}

#ajax-content-wrap .ff_par,
#ajax-content-wrap .ff_par a,
#ajax-content-wrap .ff_par p,
#ajax-content-wrap .box_ff_par p,
#ajax-content-wrap .box_ff_par li,
#ajax-content-wrap .box_ff_par a,
#ajax-content-wrap .box_ff_par span {
    font-family: Paralucent;
}

body .col .fs_17 {
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0;
}

body .employment_ct {
    padding-top: 13px;
    padding-bottom: 10px;
}

body .col .fs_18,
body .wpb_text_column.fs_18 p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
}

body .col .fs_19,
body .col .fs_19 a,
body .col .fs_19 p {
    font-size: 19px;
    line-height: 120%;
}


body .col .box_fs_20 p,
body .col .box_fs_20 li {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 19px;
}

body .col .fs_20 {
    font-size: 20px;
    line-height: 26px;
}

body .col .fs_21 {
    font-size: 21px;
    line-height: 26.43px;
    letter-spacing: 0;
}

body .col .fs_24 {
    font-size: 24px;
    line-height: 120%;
}

body .col .fs_26 {
    font-size: 26px;
    line-height: 36px;
}

body .col .fs_26 p {
    font-size: 26px;
    line-height: 36px;
}

body .col .fs_28 {
    font-size: 28px;
    line-height: 32px;
}

body .col .fs_30 {
    font-size: 30px;
    line-height: 33.57px;
    letter-spacing: 0;
}

body .col .fs_39 {
    font-size: 39px;
    line-height: 43px;
    letter-spacing: 0;
}

body .col .fs_39_lh_55 {
    font-size: 39px;
    line-height: 53px;
}

body .row .col .fs_45 {
    font-size: 45px;
    line-height: 48.52px;
}

body .row .col .fs_51 {
    font-size: 51px;
    line-height: 55px;
}

body .row .col .fs_60 {
    font-size: 60.04px;
    line-height: 60.93px;
    letter-spacing: 0;
}

body .row .col .fs_29,
body .row .col .box_fs_29 p {
    font-size: 29px;
    line-height: 34px;
}

body .row .col .fw_300,
body .row .col .box_fw_300 p,
body .row .col .box_fw_300 li {
    font-weight: 300;
}

body .row .col .fw_500,
body .row .col .box_fw_500 p,
body .col .fw_50,
body .col .fw_500 a,
body .col .fw_500 p {
    font-weight: 500;
}

body .row .col .fw_600,
body .col .font_demi,
body .col .fw_600 {
    font-weight: 600;
}

body .row .col .fw_700 {
    font-weight: 700;
}

body .row .col .fml_paralucent p {
    font-family: Paralucent;
}

#ajax-content-wrap .contact_ft .nectar-button {
    margin-top: 20px;
    margin-bottom: 23px;
}

#chart_box {
    max-width: 436px;
    max-height: 436px;
}

body #footer-outer[data-cols="1"] .col {
    text-align: left;
}

.nectar-global-section.after-nav>.row,.nectar-global-section.before-footer>.row {
    padding-bottom: 108px;
}

body.page-id-8760 .nectar-global-section.before-footer > .row {
    padding-bottom: 0 ;
}

#ajax-content-wrap .ft_bottom h4 {
    max-width: 1220px;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 9px;
    color: #fff;
}


body .col .copyright {
    font-weight: 500;
    font-size: 8.72px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-top: 8px;
}

#ajax-content-wrap .nectar-button.btn_bdwhite span {
    color: #fff;
}

#ajax-content-wrap .nectar-button.btn_bdwhite {
    background: transparent !important;
    border-color: #fff;
    color: #fff !important;
    padding: 11px 14px;
}
html[lang="ja"] .ctbox_address .vc_col-sm-6:first-child {
    width: 40%;
}

.contact_ft .box_inforft h4 {
    font-weight: 500;
    font-size: 16.77px;
    line-height: 21px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}

.contact_ft .box_inforft p {
    font-size: 13.7px;
    line-height: 24.32px;
    padding-bottom: 5px;
       color: #FFFFFF;
}

body .contact_ft {
    margin-top: 33px;
}

/* .contact_ft .box_inforft {
    margin-bottom: 32px;
} */

/* .contact_ft .wpb_column:last-child {
    padding-top: 34px;
} */

.contact_ft .office-item>.vc_column-inner {
    height: 100%;
}

.contact_ft .office-item>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact_ft .office-item .box_inforft {
    flex: 1;
}

.banner_top .vc_column-inner {
    min-height: 584px;
}

#ajax-content-wrap .banner_top .wpb_wrapper {
    display: flex;
    align-items: end;
    margin-left: calc((100% - 1300px) /2);
    overflow: hidden;
}

.banner_top .vc_column-inner .title_page {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 67.75px;
    line-height: 68.75px;
    letter-spacing: 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    padding: 37px 50px;
}

.banner_top .vc_column-inner .title_page::before {
    content: "";
    background: rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(9.80213px);
    border-radius: 80px;
    position: absolute;
    top: 0;
    right: -100px;
    bottom: -100px;
    left: 0;
    z-index: -1;
}

.overview_ss2 .row_col_wrap_12 {
    padding-top: 52px;
    padding-bottom: 80px;
}

.banner_top {
    overflow: hidden;
}

.custom-tooltip {
    position: absolute;
    background: #0F9BF2;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
    z-index: 999;
    white-space: normal;
    visibility: hidden;
    overflow: hidden;
    width: 345px;
    padding: 6px 6px 17px;
    pointer-events: none;
}

.custom-tooltip.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    display: block;
}

.singler_community p {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
}

.map-marker:hover {
    cursor: pointer;
}

#map-wrapper .map-marker image {
    width: 21px;
    height: 21px;
}

.project_list .row_col_wrap_12 {
    padding-top: 68px;
    padding-bottom: 230px;
}

.projects_ssmap .row_col_wrap_12 {
    /*    padding-top: 78px;*/
}

.projects_ssmap .projectss_map_innerrow {
    padding-top: 90px;
    padding-bottom: 120px;
}



#ajax-content-wrap .nectar-button.medium {
    min-width: 240px;
}

.ab_chartss .wpb_content_element {
    margin-top: 38px;
    margin-bottom: 54px;
}

.ab_chartss .wpb_content_element p {
    padding-bottom: 20px;
}

.doughnut-chart-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 100px;
    justify-content: center;
    padding-bottom: 56px;
}

.doughnut-chart-wrapper .chart-circle {
    position: relative;
    width: 422px;
    height: 422px;
}

.chart-canvas {
    width: 100% !important;
    height: 100% !important;
}

.chart-circle h3.chart-value {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 0;
}

.chart-inner-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
}

body .row .overview_ss2 .fs_30 {
    margin-top: 35px;
    margin-bottom: 50px;
}

body ul {
    margin-left: 10px;
}
.max_w80
{
    max-width: 80%;
    margin: auto;
}
.ab_chartss .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.chart-inner-label .chart-value span.value {
    font-family: Paralucent;
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
}

.chart-inner-label .chart-value span.unit {
    font-family: Paralucent;
    font-weight: 300;
    font-size: 35px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
}

.chart-inner-label .chart-description {
    color: #000;
    font-family: Paralucent;
    font-weight: 500;
    font-size: 24.32px;
    line-height: 30.41px;
    letter-spacing: -0.03em;
    text-align: center;
}

.chart-legend-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.chart-legend-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.legend-color {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: inline-block;
}

body .chart-legend-row .legend-label {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 23.28px;
    line-height: 22.22px;
    letter-spacing: 0;
    flex: 1;
    padding: 0 25px;
    min-width: 185px;
}

body .chart-legend-row .legend-value {
    font-family: Paralucent;
    font-weight: 600;
    font-size: 23.28px;
    line-height: 29.46px;
    letter-spacing: 0;
    min-width: 117px;
}


.project-tab-wrapper {
    margin: 0 auto;
}

#ajax-content-wrap .project-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 0;
    display: block;
    object-fit: cover;
}

.project-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.project-item {
    display: flex;
    gap: 57px;
    align-items: center;
    background: #F1F1F1;
    border-radius: 15px;
    padding: 5px;
}

.project-image {
    width: 53%;
    height: 328px;
}

.project-info {
    /*    flex: 1;*/
}

body .row .project-info h3 {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 25.24px;
    line-height: 25.35px;
    letter-spacing: 0;
}

body .row .project-info .project-location {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 17px;
    line-height: 30.66px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.project-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 38px;
}

#ajax-content-wrap .project-icon {
    width: 20px;
    height: auto;
    margin-bottom: 0;
}

.learn-btn {
    font-family: Paralucent;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 11px 20px;
    color: #000;
    min-width: 179px;
    display: inline-block;
    transition: all 0.3s;
}


.video-list-layout {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
}

body .main-video-slider {
    width: calc(100% - 245px);
    margin-right: 40px;
}

body .nav-slider-container {
    width: 205px;
    position: relative;
}

.video-nav-item {
    cursor: pointer;
    margin-bottom: 10px;
}

.video-nav-item img {
    border-radius: 8px;
    overflow: hidden;
}



#slider-2-slide-2-layer-3 {
    width: 632px !important;
    height: 497px !important;
}

.home_hero rs-group-wrap {
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(12.4545px);
    border-radius: 18.383px;
    height: auto !important;
}

#slider-2-slide-2-layer-4 {
    font-family: Paralucent !important;
    font-weight: 700 !important;
    font-size: 14.46px !important;
    line-height: 30.58px !important;
    letter-spacing: 0.52px !important;
    text-transform: uppercase;
}

#slider-2-slide-2-layer-1 {
    font-family: Paralucent !important;
    font-weight: 500 !important;
    font-size: 55.79px !important;
    line-height: 62px !important;
    letter-spacing: 0 !important;
}

.home_hero .rev-btn {
    border: 1.28681px solid #FFFFFF !important;
    border-radius: 3.90987px !important;
    font-family: 'Paralucent' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 13.6846px !important;
    line-height: 22px !important;
    color: #FFFFFF !important;
    padding: 10.5px 20px !important;
    min-width: 175px !important;
    text-align: center !important;
    transition: all 0.3s;
}

#home_hero .rev-btn:hover,
.learn-btn:hover,
body .row .box_hero a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
}

.single .attachment-item a {
    display: inline-block;
    transition: all 0.3s ease;
}

.single .attachment-item a:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
    -ms-transform: translateY(-3px) !important;
}

#slider-2-slide-2-layer-3 .rs-parallax-wrap:last-child {
    left: 240px !important;
}


body .box_ft-left a {
    font-family: Paralucent;
    font-weight: 600;
    font-size: 13.68px;
    line-height: 21.5px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1.29px solid #FFFFFF;
    padding: 11px 10px;
    min-width: 175px;
    height: 45px;
    display: inline-block;
    opacity: 1 !important;
    transition: all 0.3s !important;
    border-radius: 4px;
}

body .box_ft-left a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
}

.box_ft-left {
    margin-top: 70px;
}

.ft-col-left p {
    display: flex;
    gap: 20px;
}

#footer-outer .ft_linkedin a {
    opacity: 1;
    position: relative;
}

body h4.ft_linkedin {
    margin-top: 39px;
}

#footer-outer .ft_linkedin a::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 100%;
    display: block;
    background: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#footer-outer .ft_linkedin a:hover::before {
    right: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

body[data-header-format="left-header"] #header-outer .nav-outer nav {
    padding: 0;
    width: 100%;
    max-width: none;
}







.map_custom {
    position: relative;
    margin-top: 42px;
}

.map-tabs button {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 14.65px;
    line-height: 24.18px;
    letter-spacing: 0;
    background: transparent;
    border: unset;
    padding: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    padding-bottom: 5px;
}

.project-tabs .project-tab {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 22.39px;
    line-height: 36.95px;
    letter-spacing: 0;
    background: transparent;
    border: unset;
    padding: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
    padding-bottom: 5px;
}

body .row .list_type h3 {
    font-weight: 500;
    font-size: 22.39px;
    line-height: 36.95px;
    letter-spacing: 0;
}

.map-tabs button::before,
.project-tabs .project-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 2.62px;
    background-color: #0B8BE3;
    transition: all 0.3s;
}

.map-tabs button.active::before,
.map-tabs button:hover::before,
.project-tabs .project-tab.active::before,
.project-tabs .project-tab:hover::before {
    right: 0;
    transition: all 0.3s;
}

.map-controls {
    position: absolute;
    top: 80px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    width: 37px;
    z-index: 20;
}

#ajax-content-wrap .row .zoom-reset {
    cursor: pointer;
    width: 18px;
    height: 17px;
    margin-bottom: 9px;
}

.map-controls button {
    width: 100%;
    height: auto;
    cursor: pointer;
    background: transparent;
    border: unset;
    padding: 0;
    font-size: 29px;
    display: block;
    color: #000 !important;
}

.map-controls button:first-child {
    border-bottom: 1px solid #000;
    border-radius: 0 !important;
}

.tooltip-content {
    position: relative;
}

#map-wrapper .tooltip-content .tooltip_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

#map-wrapper .tooltip-content .tooltip_link::after {
    display: none;
}

#map-wrapper {
    position: relative;
    /*    width: 800px;*/
    width: 100%;
    height: 700px;
    margin: 0 auto;
    cursor: grab;
    user-select: none;
    overflow: hidden;
}

#australia-map {
    width: 100%;
    height: 100%;
    overflow: visible;
    /*    transform-origin: center center;*/
    transform-origin: center center;
    transition: transform 0.3s ease;
    display: block;
}

#ajax-content-wrap .list_type img {
    max-width: 32px;
    margin-bottom: 0;
}

.list_type p {
    display: flex;
    gap: 15px;
    font-weight: 700;
    font-size: 13.21px;
    line-height: 21.78px;
    letter-spacing: 0%;
    align-items: center;
    padding-bottom: 17px;
}

.list_type {
    position: absolute;
    right: 0;
    top: 0px;
}

.mapcontrol_wrap {
    display: flex;
    text-align: center;
    border: 1px solid #000;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
}

.map-tabs button:not(:last-child)::after,
.project-tabs .project-tab:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -23px;
    width: 1px;
    background: #C0C0C0;
    display: block;
    top: 0;
    bottom: 0;
}

.map-tabs,
body .project-tabs {
    display: flex;
    gap: 43px;
    margin-bottom: 10px;
}

.tooltip-img {
    display: block;
    height: 187px;
    overflow: hidden;
}

#ajax-content-wrap .tooltip-img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}

.tt-bot {
    display: block;
    padding: 0 7px;
}

body .row .tooltip-content .tt-bot h3 {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 20.25px;
    line-height: 20.34px;
    letter-spacing: -0.03em;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 16px;
}

body .row .tooltip-content a {
    font-weight: 700;
    font-size: 12.25px;
    line-height: 20.34px;
    letter-spacing: -0.03em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff !important;
    position: relative;
    display: block;
}

body .row .tooltip-content a::after {
    content: "";
    background-image: url("images/tooltip_icon.png");
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 11px;
    background-position: center;
    background-size: contain;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.slick-video-slider .video-slide {
    opacity: 0.3;
    transition: 0.3s;
}

.slick-video-slider .video-slide.slick-active {
    opacity: 1;
    transition: all 0.3s;
}

#ajax-content-wrap .slick-arrow {
    color: transparent;
    display: block;
    width: 48px;
    height: 48px;
    background: transparent;
    box-shadow: unset;
    border: none;
    position: absolute;
    top: -50px;
    right: 35px;
    cursor: pointer;
    transition: all 0.3s;
}

#ajax-content-wrap .slick-arrow:hover,
.arrownav_video:hover {
    opacity: 0.5;
    transition: all 0.3s;
}

#ajax-content-wrap .slick-arrow.slick-prev {
    right: 100px;
}

#ajax-content-wrap .slick-arrow::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 25px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    color: #000;
    border: 1.35px solid #000;
    border-radius: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ajax-content-wrap .slick-arrow.slick-prev::before {
    content: "\f104";
}

body .row .col h2.video-heading {
    font-family: Paralucent;
    font-weight: 600;
    font-size: 51px;
    line-height: 55px;
    letter-spacing: 0%;
    position: relative;
    max-width: 1267px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.video-iframe-wrapper {
    width: 100%;
    position: relative;
    height: 530px;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.video-list-layout .video-iframe-wrapper {
    height: 496px;
}

.video-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.slick-video-slider {
    max-width: 100%;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.video-slide {
    padding: 0 10px;
}

.layout-slider .slick-track {
    margin-left: -150px;
}

body .row .col h3.video-title {
    font-family: Paralucent;
    letter-spacing: -0.03em;
    max-width: 80%;
    margin: 30px auto 0;
    font-weight: 500;
    font-size: 28.53px;
    line-height: 34px;
    text-align: center;
}

.layout-slider .slick-video-slider {
    margin-left: calc((100% - 1247px) /2);
}

body .row .col .layout-list h3.video-title {
    font-size: 28.56px;
    line-height: 28.68px;
}

body .row .nav-title {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 10.93px;
    line-height: 27.36px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .row .video-nav-item img {
    margin-bottom: 0;
    display: block;
}

.nav-arrow-down {
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    padding-bottom: 35px;
}

.nav-arrow-down::before {
    content: "";
    left: -20px;
    right: -20px;
    bottom: 0;
    top: -95px;
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 54.81%);
}

.arrownav_video {
    content: "\f104";
    font-size: 25px;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: 'FontAwesome';
    line-height: 30px;
    transition: all 0.3s;
}

.arrownav_video {
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    border: 1.35px solid rgb(0, 0, 0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transform: rotate(-90deg);
}

.arrownav_video::before {
    content: "\f104";
    font-size: 25px;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: 'FontAwesome';
    line-height: 30px;
}

.nav-label {
    font-family: Paralucent;
    font-weight: 700;
    font-size: 22.39px;
    line-height: 22.95px;
    letter-spacing: 0;
    margin: -5px auto 10px;
}




.contact_top>.row-bg-wrap>.inner-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 45%;
    display: block;
    z-index: 1;
    background: rgba(15, 155, 242, 0.83);
    backdrop-filter: blur(6.65px);
}

.contact_top .row_col_wrap_12 {
    padding-top: 113px;
    padding-bottom: 170px;
}

body.page-id-8760 #footer-contact,
body.page-id-8760 #footer-outer::before {
    display: none;
}

body.page-id-9381 #footer-contact,
body.page-id-9381 #footer-outer::before {
    display: none;
}
body.page-id-8760 #footer-outer {
    margin: 0;
}

.ctbox_address.contact_ft .wpb_column:last-child {
    padding: 0;
}

body .contact_top .address {
    margin-top: 44px;
    margin-bottom: 25px;
}

body .contact_top .auemail {
    margin-bottom: 47px;
}

#header-outer #social-in-menu .fa.fa-google::before,
#slide-out-widget-area .fa-google::before {
    content: "";
    width: 21px;
    height: 21px;
    background: url("images/international.png");
    background-size: contain;
    background-position: center;
    display: inline-block;
    transform: unset !important;
    text-align: left;
    vertical-align: middle;
}

#header-outer #social-in-menu .fa.fa-google::after,
#slide-out-widget-area .fa-google::after {
    content: "Global";
    font-family: Paralucent;
    font-weight: 500;
    font-size: 15px;
    line-height: 25.2px;
    letter-spacing: 0;
    transform: unset;
    position: static;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    color: #000 !important;
    margin-left: 10px;
}

body[data-header-format="left-header"] #header-outer ul #social-in-menu a i {
    transform: unset;
    width: 150px;
    text-align: left;
}


/*
body[data-header-format="left-header"] #header-outer ul #social-in-menu a {
    color: #fff !important;
    background: #0F9BF2;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transition: all 0.3s;
}
body[data-header-format="left-header"] #header-outer ul #social-in-menu a i {
    margin-right: 0;
    font-size: 15px;
    width: 28px;
    height: 28px;
    line-height: 1;
    top: 2px;
    transition: all 0.3s;
}
body[data-header-format="left-header"] #header-outer ul #social-in-menu a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 0.3s;
}
body[data-header-format="left-header"] #header-outer ul #social-in-menu a:hover i {
    transform: none;
}
#header-outer #social-in-menu a i::after{
    content: none !important;
}*/





.community_ss2 .row_col_wrap_12 {
    padding-top: 78px;
    padding-bottom: 65px;
}

body .community_video {
    padding-top: 68px;
}

body .row .col .contact_boxemail h3 {
    margin-bottom: 15px;
}

#ajax-content-wrap .contact_boxemail .nectar-button {
    min-width: 196px;
}

body .row .title_address {
    padding-top: 16px;
}

body .contact_ft.ctbox_address {
    margin-top: 15px;
}



.page-id-7576 #footer-outer,
.page-id-8379 #footer-outer,
.page-id-8490 #footer-outer {
    background: #f4f4f4 !important;
}

#slider-2-slide-2-layer-1,
#slider-2-slide-2-layer-0 {
    font-family: "paralucent" !important;
}

.nectar-global-section.after-nav>.container.normal-container.row {
    max-width: none;
}

#ajax-content-wrap .home_hero>.row-bg-wrap::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: #f1f1f1;
    height: 60px;
    z-index: 9;
    border-radius: 52% 48% 44% 56% / 100% 100% 0% 0%;
}

.home_hero {
    z-index: 2 !important;
}

#footer-contact .col_linkedin * {
    color: #fff;
}

.merchandise_feed_wrap .content_feed {
    margin-top: 22px;
}

#ajax-content-wrap .merchandise_detail img {
    max-width: 274px;
    display: block;
    margin-bottom: 0;
}

.merchandise_detail .img_detail {
    min-width: 316px;
    padding: 37px 20px;
    background: #fff;
    margin-right: 35px;
    justify-content: center;
    display: flex;
}

.merchandise_detail {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

p.btn-merchandise {
    display: block;
}

.btn-merchandise a {
    font-family: 'Paralucent';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 11px 64px;
    display: inline-block;
    transition: all 0.3s;
}

.merchandise_detail .price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16.5789px;
    line-height: 19px;
    color: #000000;
}

.merchandise_detail .detail-title {
    font-family: 'Paralucent';
    font-style: normal;
    font-weight: 700;
    font-size: 19.8947px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.merchandise_detail .content-merchandise {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 15.0743px;
    line-height: 22px;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 21px;
}

.top-social .fa.fa-twitter::before {
    content: "";
    background: url("images/x.png");
    background-size: contain;
    background-position: center;
    width: 23px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
}

.top-social .nectar-social.default {
    display: inline-block;
    vertical-align: middle;
}

.single-social.has_bg .img_post_top {
    opacity: 0;
    display: block;
}

.single-social {
    text-align: right;
    width: 100%;
    padding-right: 37px;
    margin-top: 0;
    padding-top: 27px;
    display: flex;
    justify-content: right;
}

.single-social.has_bg {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 778px;
}

#ajax-content-wrap .home_career_section .nectar-button {
    margin-top: 19px;
    min-width: 148px;
}

.footer-contact .font_21 {
    margin-bottom: 0px;
}

body #footer-outer {
    margin-top: -108px;
    z-index: 99;
    background-color: transparent !important;
}

/* #footer-outer::before {
    content: "";
    height: 108px;
    display: block;
    background: url("images/divider_footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
    background-size: 100% 100%;
} */

#getintouch>.row-bg-wrap::before {
    content: "";
    height: 108px;
    display: block;
    background: url("images/divider_footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -106px;
    z-index: 1000;
}

#ajax-content-wrap .home_about>.row-bg-wrap::before {
    content: "";
    height: 108px;
    position: absolute;
    display: block;
    /*    background: url("images/divider_ss_about.png");*/
    background: url("images/home_herobg.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    top: -106px;
    left: 0;
    right: 0;
    height: 108px;
    background-position: center;
    background-size: 100% 100%;
}

#ajax-content-wrap .home_about>.row-bg-wrap::after {
    content: "";
    height: 108px;
    position: absolute;
    display: block;
    background: url(images/home_about-vector.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    bottom: -85px;
    left: 0;
    right: 0;
    height: 108px;
    background-position: center;
    background-size: 100% 60%;
}

#ajax-content-wrap .bggray_top>.row-bg-wrap::before {
    content: "";
    height: 108px;
    position: absolute;
    left: 0;
    right: 0;
    top: -85px;
    display: block;
    background: url(images/bggray_top.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
    background-size: 100% 57%;
}

#ajax-content-wrap .bg_white_top>.row-bg-wrap::before {
    content: "";
    height: 108px;
    position: absolute;
    left: 0;
    right: 0;
    top: -94px;
    display: block;
    background: url("images/bg_whitetop.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
    background-size: 100% 100%;
}

.video-gallery-wrapper.layout-slider .slick-dots {
    display: none !important;
}

body .row .col .font_20 {
    font-size: 20.7778px;
    line-height: 27px;
}

body .row .col .font_14 {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.44px;
}

body .row .col .font_51 {
    font-size: 51.2405px;
    line-height: 54px;
}

#ajax-content-wrap .mw_1283 {
    max-width: 1283px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

#ajax-content-wrap .feed_detail.hasfeature:hover .detail {
    background-color: transparent;
    transition: all 0.3s;
}

body #ajax-content-wrap .feed_detail.hasfeature {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#ajax-content-wrap .feed_detail.hasfeature::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: all 0.3s;
    opacity: 0;
}

#ajax-content-wrap .feed_wrap .feed_detail.hasfeature:hover .detail {
    border-color: transparent;
}

#ajax-content-wrap .feed_detail.hasfeature:hover::before {
    opacity: 1;
    transition: all 0.3s;
}

.feed_detail.hasfeature:hover .detail-title a {
    color: #fff;
    transition: all 0.3s;
}

#ajax-content-wrap .hasfeature:hover .arrow_feed i {
    color: #fff;
    transition: all 0.3s;
}

#copyright {
    display: none !important;
}

.home_about .row_col_wrap_12 {
    padding-top: 61px;
    padding-bottom: 52px;
}

.home_about h3 {
    padding-bottom: 52px;
}

.home_map .row_col_wrap_12 {
    padding-top: 55px;
    padding-bottom: 93px;
}

#ajax-content-wrap .row_home_about .content_elm {
    max-width: 700px;
    margin: 22px auto;
}

.home_about .button_link .nectar-button {
    margin: 0 11px;
}

#ajax-content-wrap .home_career_section .row-content .row_col_wrap_12_inner {
    padding: 50px 9% 35px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 178px;
    max-width: 87%;
    margin: 0 auto;
}

#ajax-content-wrap .home_career_section .row-content {
    margin-top: 503px;
    margin-bottom: 140px;
}

.footer-contact .row_col_wrap_12 {
    padding-top: 74px;
}

body .row .col .career_headlocation {
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
    font-family: "paralucent";
    border-bottom: 1px solid #666666;
    margin-bottom: 25px;
    padding-bottom: 19px;
}

.career_mail .wpb_wrapper h4 {
    margin-right: 26px;
}

.career_mail .wpb_wrapper {
    display: flex;
    align-items: center;
}

body .row .col .margin_bot_12 {
    margin-bottom: 12px;
}

body .row .col .margin_bot_57 {
    margin-bottom: 57px;
}

#popuppress-7994 .pps-content a#pps-btn-agree-7939:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.3s;
    border-color: transparent;
}

.page-id-7995 #ajax-content-wrap .container-wrap {
    background: #f4f4f4;
}

.disclaimer_content .row_col_wrap_12 {
    max-width: 800px;
}

body p,
body p i,
body p em,
body p strong,
body p b,
.single li {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
    padding-bottom: 20px;
}

body p strong,
body p b,
body p strong em {
    font-weight: bold;
}

body .row .col .font_bold {
    font-weight: bold;
}

body .row .col .font_demi {
    font-weight: 600;
}

body .row .col .font_medium,
body .row .col .font_500 {
    font-weight: 500;
}

body .row .col .font_normal {
    font-weight: 400;
}

body .row .col .font_light {
    font-weight: 300;
}

body .row .col .font_16 {
    font-size: 16px;
    line-height: 24px;
}

body .row .col .font_44 {
    font-size: 44px;
    line-height: 53px;
}

body .row .col .font_48 {
    font-size: 48.2211px;
    line-height: 70px;
}

body .row .col .font_24 {
    font-size: 24px;
    line-height: 36px;
}

body .row .col .font_24lg {
    font-size: 24.7619px;
    line-height: 32px;
}

body .row .col .font_21,
body .footer-contact .col .font_21 {
    font-size: 21px;
    line-height: 36px;
}

body .row .col .font_25 {
    font-size: 25px;
    line-height: 37px;
}

body .row .col .font_26 {
    font-size: 26px;
    line-height: 36px;
}

body .row .col .font_28 {
    font-size: 28px;
    line-height: 32px;
}

body .row .col .font_42 {
    font-size: 42px;
    line-height: 55px;
}

body .row .col .font_56 {
    font-size: 56px;
    line-height: 60px;
}

body .row .col .font_36 {
    font-size: 36px;
    line-height: 50px;
}

body .row .col .margin_bot_45 {
    margin-bottom: 45px;
}

body .row .col .margin_bot_43 {
    margin-bottom: 43px;
}

body .row .col .margin_top_20 {
    margin-top: 20px;
}

body .row .col .margin_bot_18 {
    margin-bottom: 18px;
}

body .row .col .margin_bot_28 {
    margin-bottom: 28px;
}

body .row .col .margin_bot_30 {
    margin-bottom: 30px;
}

body .row .col .margin_bot_33 {
    margin-bottom: 33px;
}

body .row .col .margin_bot_20 {
    margin-bottom: 20px;
}

body .row .col .margin_bot_23 {
    margin-bottom: 23px;
}

body .row .col .margin_bot_0 {
    margin-bottom: 0;
}

.page-id-7576 .container-wrap {
    background: #f4f4f4;
}

body .row .col .title-carousel-new {
    font-size: 36px;
    line-height: 50px;
    color: #000000;
    text-align: left;
    font-family: "paralucent";
    letter-spacing: 0;
    font-weight: 600;
}

body .flickity-viewport {
    overflow: visible;
}

.wrap_slider_feed .arousel_feed_container,
.wrap_slider_feed .title-carousel-new {
    /* max-width: 1248px; */
    max-width: 1284px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

body .arousel_feed_container {
    position: static;
}

body .flickity-prev-next-button .flickity-button-icon {
    width: 45%;
    height: 45%;
    left: 27%;
    top: 27%;
}

.wrap_slider_feed .content_feed {
    margin-top: 29px;
}

.new-home-section .row_col_wrap_12 {
    padding-top: 44px;
    padding-bottom: 147px;
}

.carousel_feed_wrap .feed_detail {
    width: 32%;
    margin-right: 22px;
    counter-increment: carousel-cell;
    position: relative;
    /* min-height: 357px; */
    background: #fff;
    transition: all 0.3s;
    border: 1px solid #c9c9c9;
}

#ajax-content-wrap .flickity-button {
    position: absolute;
    background: none;
    border: none;
    color: #000;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    top: -54px;
    transition: all 0.3s;
    border-radius: 50% !important;
    color: #000;
    box-shadow: none !important;
}

#ajax-content-wrap .flickity-button[disabled=""] {
    background: transparent;
    color: #CFD0D2;
    border-color: #CFD0D2;
    transition: all 0.3s;
}

body.flickity-enabled {
    position: relative;
    padding-top: 50px;
}

body .flickity-prev-next-button.previous {
    left: auto;
    right: 77px;
}

body .flickity-prev-next-button.next {
    left: auto;
    right: 13px;
}

#ajax-content-wrap .carousel.carousel-home-mbile {
    display: none;
}

#ajax-content-wrap .flickity-button svg {
    display: none;
}

#ajax-content-wrap .flickity-button::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 25px;
    top: 7px;
    position: absolute;
    left: 17px;
}

#ajax-content-wrap .flickity-button.previous::before {
    content: "\f104";
    left: 13px;
}

div.wrap-content {
    margin-top: 52px;
}

#ajax-content-wrap .home_special {
    padding-top: 220px;
    padding-bottom: 257px;
}

div.content-author {
    margin-top: 45px;
}

.single .main-content ul li {
    list-style: none;
    position: relative;
    padding-left: 32px;
}

.single .main-content ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: 300;
    font-size: 21px;
    color: #000;
}

.single ul {
    margin-left: 0;
    margin-bottom: 5px;
}

#ajax-content-wrap .nectar-social-inner i {
    color: #000;
    font-size: 24px;
    padding-top: 8px;
    transition: all 0.3s;
}

body .nectar-social .nectar-social-inner a {
    border: 1px solid #000;
    margin-right: 17px;
    width: 56px;
    height: 56px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s;
    vertical-align: middle
}

#ajax-content-wrap .nectar-social-inner .twitter-share i {
    padding-top: 16px;
}

body .nectar-social .nectar-social-inner a:hover {
    border-color: #0f8fe6;
    transition: all 0.3s;
}

#ajax-content-wrap .nectar-social-inner a:hover i {
    /* color: #0f8fe6; */
    transition: all 0.3s;
}

.single .container.main-content {
    margin-bottom: 30px;
}

p.backtonews {
    margin-left: 52px;
}

p.backtonews i {
    position: absolute;
    right: 21px;
    font-size: 30px;
    top: 13px;
    transition: all 0.3s;
}

p.backtonews a {
    border: 1px solid #000;
    padding: 13px 49px 13px 25px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s;
}

.single-about .about-below {
    border: 1px solid #C9C9C9;
    padding: 73px 102px 77px 102px;
    margin-top: 40px;
}

.single-about {
    max-width: 988px;
    margin: 0 auto;
}

.single .single-content {
    max-width: 888px;
    margin: 0 auto 42px;
}

.content-author h3.media {
    font-size: 21px;
    line-height: 28px;
    font-family: "paralucent";
    font-weight: 500;
    margin-bottom: 12px;
}

.single .main-content ul.extra-author li::before {
    content: none;
}

.single .main-content ul.extra-author li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 0;
    padding-bottom: 0px;
}

ul.extra-author {
    margin-left: 0;
}

p.name-about {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 0;
}

p.email-about a {
    display: inline-block;
    font-family: 'Paralucent';
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 14px 17px;
    min-width: 185px;
    transition: all 0.3s;
}

p.email-about a:hover,
p.backtonews a:hover,
.btn-merchandise a:hover,
.report_feed_section #more_posts:hover,
.report_wrap .report_link a:hover {
    transition: all 0.3s;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    border-color: transparent;
}

p.backtonews:hover i {
    transition: all 0.3s;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

p.email-about {
    display: block;
    margin-top: 27px;
}

.single-about h2 {
    font-family: "paralucent";
    font-size: 42px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 25px;
}

.single-content p.detail-date {
    font-family: 'Inter';
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    background: #F1F2F2;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.single-content h2 {
    font-family: "paralucent";
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 50px;
}

.top-social,
p.backtonews,
.nectar-social {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0;
    vertical-align: top;
}

.top-social span,
.backtonews a {
    font-size: 14px;
    color: #000;
    font-family: "paralucent";
    font-weight: 600;
    line-height: 17px;
}

#author-bio,
.comments-section {
    display: none !important;
}

#ajax-content-wrap .social_custom img {
    max-width: 27px;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
    float: none;
    transition: all 0.3s;
}

#ajax-content-wrap .social_custom img:hover {
    transform: scale(1.5);
    transition: all 0.3s;
}

#ajax-content-wrap .social_custom a {
    margin-bottom: 12px;
    display: block;
    margin-top: 14px;
}

#ajax-content-wrap .social_custom a span {
    color: #000;
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-family: "paralucent";
}

body .fs_18.mw_793 {
    max-width: 793px;
    margin: 0 auto;
}

body .inves_title {
    max-width: 570px;
    text-align: center !important;
}

#header-outer #top nav>ul>li>a span {
    font-family: 'paralucent';
}

#ajax-content-wrap .mw_898 {
    max-width: 898px;
    margin: 0 auto;
}

#ajax-content-wrap .mw_1010 {
    max-width: 1010px;
    margin: 0 auto;
}

#ajax-content-wrap .mw_1077 {
    max-width: 1197px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

.list_special li::before {
    position: absolute;
    display: block;
    left: 0;
    font-family: 'Paralucent';
    font-size: 71px;
    line-height: 80px;
    top: 28px;
    color: #F0F0F0;
    font-weight: bold;
}

.list_special li:nth-child(1)::before {
    content: '01';
}

.list_special li:nth-child(2)::before {
    content: '02';
}

.list_special li:nth-child(3)::before {
    content: '03';
}

.list_special li:nth-child(4)::before {
    content: '04';
}

.list_special li:nth-child(5)::before {
    content: '05';
}

.list_special li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 28px 0 37px 146px;
}

.list_special li:first-child {
    border-top: 1px solid #f0f0f0;
}

ul.list_special {
    margin-left: 0;
}

body .row ul.list_special li p {
    font-size: 21px;
    line-height: 29px;
    font-family: 'Paralucent';
    font-weight: 500;
}

body .row ul.list_special li h4 {
    font-size: 31px;
    line-height: 37px;
    font-family: 'Paralucent';
    font-weight: 600;
    letter-spacing: 0;
}

#ajax-content-wrap .value_responsibility_section {
    max-width: 976px;
    margin: 0 auto;
    padding: 71px 107px 60px !important;
    border: 1px solid #C9C9C9;
    margin-bottom: 102px;
}

.team_detail_link.show i::before {
    content: "\f068";
}

body .content-expand p,
body .content-expand p strong,
body .content-expand p em {
    font-size: 14px;
    line-height: 20px;
}

.row .col .content-expand p:last-child {
    padding-bottom: 15px;
}

.detail_team_wr {
    display: block;
    border-bottom: 1px solid #C9C9C9;
}

.team_detail_link i {
    position: absolute;
    right: 6px;
    top: 12px;
    color: #000;
    font-size: 12px;
    transition: all 0.3s;
}

.team_detail_link:hover i {
    color: #0F9BF2;
    transition: all 0.3s;
}

.team_detail_link:hover span {
    color: #0F9BF2;
    transition: all 0.3s;
}

#ajax-content-wrap .mw_1373 {
    max-width: 1373px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
}

body #header-outer[data-format="left-header"] {
    border-right: 1px solid #f0f0f0;
}

.list_team_container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.list_team_container .team_detail {
    width: 100%;
    margin: 0 25px 27px;
}

.detail_team_wr .content-expand {
    display: none;
}

.team_detail_link span {
    font-family: 'paralucent';
    font-weight: 600;
    font-size: 15px;
    color: #000;
    transition: all 0.3s;
}

.team_detail_link {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 7px;
    margin-top: 4px;
}

.team_detail h4.name-team {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

.team_detail p.position-team {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Paralucent';
    padding-top: 5px;
    padding-bottom: 10px;
}


.team_detail {
    display: flex;
    align-items: center;
    gap: 40px;
}

.team_detail .avarta img {
    margin-bottom: 0;
}

.team_detail .right {
    width: 100%;
}

.team_detail .avarta {
    width: 100%;
    max-width: 355px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-shrink: 0;
}

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

.nectar_cascading_images .img-wrap img {
    border-radius: 50%;
    max-width: 100%;
}

div.contact_footer_one {
    margin-bottom: 8px;
}

.nectar_cascading_images .cascading-image:nth-child(2) .img-wrap img {
    max-width: 320px;
}

.box_hori_border::before {
    content: "";
    display: block;
    width: 4px;
    height: 180px;
    position: absolute;
    background: #479FE3;
    left: 0;
    top: -130px;
    z-index: 99999;
}

.box_hori_border {
    max-width: 988px;
    margin: 65px auto 0;
    padding-left: 68px;
    padding-right: 68px;
    position: relative;
}

body .nectar-hor-list-item {
    border: none;
    padding: 0 0 20px 0;
}

#ajax-content-wrap .nectar-list-item i {
    position: absolute;
    left: 0;
    font-size: 10px;
    color: #0F9BF2;
    top: 2px;
}

#ajax-content-wrap .nectar-list-item {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
}

body p.font_16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.contact_footer_row {
    /* display: none; */
}

div.box-ft-footer.click a::after {
    content: url('images/minus-icon.svg');
    position: absolute;
    right: 0;
    width: 35px;
    display: block;
    top: -8px;
    /* transition: all 0.3s; */
}

div.box-ft-footer a::after {
    content: url('images/plus-icon.svg');
    position: absolute;
    right: 0;
    width: 35px;
    display: block;
    top: -2px;
    /* transition: all 0.3s; */
}

div.box-ft-footer a {
    position: relative;
    color: #fff;
    font-family: 'paralucent';
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    display: block;
}

#copyright .container {
    padding: 32px 35px;
    max-width: 100%;
}

#ajax-content-wrap .nectar-button span {
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    font-family: "paralucent";
    font-weight: 600;
    color: #000;
}

#ajax-content-wrap .nectar-button {
    border: 1px solid #000;
    min-width: 179px;
    text-align: center;
    height: 46px;
    transition: all 0.3s;
}

#ajax-content-wrap .nectar-button:hover {
    /*    border: none;*/
    transition: all 0.3s;
}

#ajax-content-wrap .bg_cover .column-image-bg {
    background-size: cover;
}

body .txt-up {
    text-transform: uppercase;
}

.contact_footer_row {
    /* background: #0F9BF2; */
    margin-top: 20px;
    padding-top: 32px;
}

body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-using-widget-area="false"] #copyright {
    padding-top: 0;
    padding-bottom: 0;
}

body .container,
body[data-header-format="left-header"] .container {
    max-width: 100%;
    padding: 0;
}

#header-outer #top nav>ul>li>a {
    padding-left: 28px;
    position: relative;
    transition: all 0.3s;
    line-height: 1.2;
}

#header-outer #top nav>ul>li>a::before {
    content: "";
    width: 35px;
    height: 5px;
    background: #0F9BF2;
    display: block;
    position: absolute;
    left: -17px;
    top: 21px;
    transition: all 0.3s;
    opacity: 0;
}

#header-outer #top nav>ul>li>a:hover {
    transform: translateX(17px);
}

#header-outer #top nav>ul>li>a:hover::before {
    transition: all 0.3s;
    opacity: 1;
}

.box-ft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}








.padl-90>.vc_column-inner {
    padding-left: 90px;
    padding-right: 10%;
}

#ajax-content-wrap .heading-small {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
    letter-spacing: 0.44px;
    font-family: 'Paralucent';
    font-weight: 700;
    padding-left: 76px;
}

#ajax-content-wrap .heading-small::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 52px;
    height: 3px;
    background: #7ED1F8;
}

body[data-header-format=left-header][data-header-resize="0"] #ajax-content-wrap .container-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

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

.bxfancy .box-bg {
    /*     position: relative;
    -webkit-transition: transform .6s cubic-bezier(.24,1,.3,1),opacity .55s ease .25s;
    transition: transform .6s cubic-bezier(.24,1,.3,1),opacity .55s ease .25s;
    opacity: 1; */
}

.bxfancy .box-bg {
    /*     position: absolute;
    top: 0;
    left: 0;
    height: 100.2%;
    width: 100.2%;
    background-size: cover;
    z-index: 1;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all .6s cubic-bezier(.24,1,.3,1);
    -webkit-transition: all .6s cubic-bezier(.24,1,.3,1); */
}

.bxfancy .box-bg {
    background-size: cover;
}

.bxfancy .boxinner {
    position: relative;
    color: #fff;
    padding: 30px 21px;
    height: 100%;
    display: block;
    min-height: 241px;
    transition: all 0.3s;
}

body .bxfancy div.boxinner h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22.584px;
    line-height: 30px;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

#ajax-content-wrap .arrow-box {
    position: absolute;
    bottom: 21px;
    right: 32px;
    width: 40px;
    height: auto;
    margin-bottom: 0;
    transition: all 0.3s;
}

.bxfancy .link-box {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.bxfancy .link-box:hover {
    cursor: pointer;
}

.bxfancy:hover .boxinner {
    /* background-color: transparent !important; */
    transition: all 0.3s;
}

.bxfancy:hover .boxinner {
    /* background-color: transparent !important; */
    transition: all 0.3s;
}

.bxfancy:hover .boxinner img {
    transform: translateX(8px);
    transition: all 0.3s;
}

#ajax-content-wrap .grid_feed_section {
    display: block;
    padding-bottom: 57px;
}

#ajax-content-wrap .grid_feed_wrap {
    display: block;
    max-width: 1123px;
    margin: 0 auto;
}

.content_feed {
    display: block;
    position: relative;
    margin-top: 43px;
}

.content_feed .feed_wrap.active {
    opacity: 1;
    position: static;
}

.feed_wrap .feed_detail {
    position: relative;
    /* min-height: 360px; */
    background: transparent;
    transition: all 0.3s;
}

.grid_feed_container .feed_detail {
    width: 31.33%;
    margin-bottom: 2%;
    margin-right: 1%;
    margin-left: 1%;
    border: 1px solid #C9C9C9;
    transition: all 0.3s;
}

.feed_detail .detail {
    display: block;
    height: 100%;
    width: 100%;
    padding: 21px 28px;
    position: relative;
    transition: all 0.3s;
    border: 4px solid transparent;
    background: #fff;
    min-height: 360px;
}

.grid_feed_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    margin-left: -1%;
    margin-right: -1%;
}

.feed_detail .over-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

body .load_more {
    display: block;
    text-align: center;
    padding-top: 10px;
}

#more_posts {
    font-size: 21px;
    line-height: 36px;
    color: #000;
    font-weight: normal;
    transition: all 0.3s;
    cursor: pointer;
    font-family: "paralucent";
}

#loadicon {
    width: 40px;
    animation: preloader-rotation 1500ms linear infinite;
    margin-bottom: 0 !important;
    vertical-align: middle;
    margin-left: 17px;
    display: none !important;
}

#ajax-content-wrap .feed_wrap .feed_detail:hover {
    transition: all 0.3s;
    /* border-color: #0F9BF2; */
}

#ajax-content-wrap .feed_wrap .feed_detail:hover .detail {
    border-color: #0F9BF2;
    transition: all 0.3s;
}

#ajax-content-wrap .feed_wrap .feed_detail:hover .arrow_feed i {
    color: #0F9BF2;
    .feed_detail .detail transition: all 0.3s;
}

.feed_detail .detail p,
.feed_detail .detail h2 {
    position: relative;
}

.feed_detail .detail-date {
    font-size: 10px;
    line-height: 16px;
    color: #000;
    font-family: 'Inter';
    font-weight: normal;
    padding: 3.5px 20px;
    background: #F0F1F1;
    display: inline-block;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: uppercase;
}

.feed_detail .detail-title,
.feed_detail .detail-title a {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-weight: normal;
    margin-top: 31px;
    font-weight: 500;
    font-family: "paralucent";
    transition: all 0.3s;
}

#ajax-content-wrap .arrow_feed {
    position: absolute;
    bottom: 18px;
    right: 20px;
}

#ajax-content-wrap .arrow_feed i {
    color: #000;
    transition: all 0.3s;
    font-size: 35px;
    transition: all 0.3s;
}

.st-heading-news {
    padding: 80px 0;
}

#ajax-content-wrap .value_responsibility_section.section_first {
    margin-bottom: 40px;
}

body .row .col .heading-borderbot {
    border-bottom: 1px solid #666;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 37px;
}

.list-spec p {
    font-family: "paralucent";
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 8px;
}

.gov_team .vc_col-sm-9 .vc_column-inner {
    padding-left: 26px;
}

.gov_section {
    padding-right: 0;
}

body .row .col .font_32 {
    font-size: 32.68px;
    line-height: 47.21px;
}

body .row .col .font_48 {
    font-size: 48.22px;
    line-height: 69.65px;
}

body .row .report_wrap .detail-title,
body .row .video_wrap .detail-title {
    font-size: 19.89px;
    font-weight: 700;
    line-height: 28.74px;
    text-align: left;
    margin-bottom: 5px;
}

.report_wrap .detail-date,
body .row .video_wrap .detail-date {
    font-size: 11.07px;
    font-weight: 300;
    line-height: 21.77px;
    text-align: left;
}

.report_wrap .report_link a {
    font-family: Paralucent;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    display: inline-block;
    width: 179px;
    padding: 10px;
    color: #000;
}

.report_section .row_col_wrap_12_inner h3 {
    padding-top: 35px;
}

.report_section h3.vc_custom_heading,
.video_section h3.vc_custom_heading {
    border-bottom: 1px solid #0F9BF2;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.report_detail .detail {
    margin-left: 85px;
}

.report_wrap {
    display: block;
    margin-bottom: 24px;
}

.report_detail {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 115px; */
    background: #FFFFFF;
    padding: 13px 48px 11px 12px;
    margin-bottom: 13px;
    flex-wrap: wrap;
    align-content: center;
}

.img_detail {
    width: 173px;
    height: 92px;
    justify-content: center;
    display: flex;
}

#ajax-content-wrap .report_detail img {
    margin-bottom: 0;
    object-fit: cover;
}

.report_detail .detail {
    margin-left: 85px;
}

.report_wrap .report_link {
    margin-left: auto;
}

.report_wrap .report_link a {
    font-family: Paralucent;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    display: inline-block;
    width: 179px;
    padding: 10px;
    color: #000;
    transition: all 0.3s;
}

.report_feed_section #more_posts {
    font-family: 'Paralucent';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    display: inline-block;
    width: 179px;
    height: 46px;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 10px;
    transition: all 0.3s;
}

body .video_lighbox_ss .slick-arrow {
    background: transparent;
    border: navajowhite;
    box-shadow: unset;
    position: absolute;
    top: 34%;
    left: -15px;
}

body .video_lighbox_ss .slick-arrow:hover {
    cursor: pointer;
}

body .video_lighbox_ss .slick-arrow.slick-next {
    right: -15px;
    left: auto;
}

.video_lighbox_ss .img_detail {
    max-width: 534px;
    height: 300px;
    padding: 0 11.5px;
    width: auto;
    position: relative;
    width: auto;
}

.video_lighbox_ss .img_detail img {
    margin-bottom: 0;
    object-fit: cover;
}

.img_detail .icon_play {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.video_section .row_col_wrap_12_inner {
    padding-top: 32px;
    padding-bottom: 33px;
}

.video_section .detail {
    padding: 0 11.5px;
}

.click_lighbox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 99999;
}

#ajax-content-wrap .report_feed_section .container,
#ajax-content-wrap .video_lighbox_ss .container {
    padding-left: 0;
    padding-right: 0;
}

.page-id-8490 .container-wrap {
    background-color: #f4f4f4;
}

.singler_community .img-with-aniamtion-wrap .hover-wrap-inner {
    border-radius: 12px;
    overflow: hidden;
}

/*sc-Engagement  */
.single .main-content .col-li ul {
    list-style: disc !important;
    padding-left: 40px !important;
}

.single .main-content .col-li ul li {
    display: list-item;
    list-style: disc;
    padding: 0 !important;
    background: none !important;
}


.single .col-image {
    left: 54px;
}

.single .main-content .col-li ul li {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
}

/* ourteam*/
.section-orteam .inner-orteam .team-member {
    justify-items: center;
    white-space: nowrap;
    margin: 0 auto;
    padding-bottom: 0;
}

.section-orteam .inner-orteam .team-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 16px;
    max-width: 210px;
}

.section-orteam .inner-orteam .light {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.section-orteam .inner-orteam .position {
    font-family: Paralucent;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -0.03em;
}

/* footer-bot */

.single .footer-bot .row_col_wrap_12 {

    padding: 28px 80px 0px 80px;
}

#gform_submit_button_2 {
    padding: 12px 50px;
}

.single .footer-bot .contactrow-inner .wpb_wrapper a {
    font-family: 'Paralucent', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.single #footer-outer .contactrow-inner a {
    color: #000000 !important;
}

/* .single .footer-bot .inner-wrap {
    border-radius: 13px;
} */

/* footer-top */
.contact_footer_row .footer-top {
    padding: 69px 86px 0px 86px !important;
    margin-bottom: 200px;
}

#gform_submit_button_3 {
    margin: 0 auto;
}

#gform_submit_button_3 {
    padding: 12px 50px;
}

.footer-top .gform-body {
    margin-top: 20px;
}

body .gform_wrapper.gravity-theme .gfield input,
body .gform_wrapper.gravity-theme .gfield textarea,
body .gform_wrapper.gravity-theme .gfield select {
    border: 1px solid #888888 !important;
}

.footer-top {
    display: none;
}

.single .footer-top {
    display: block;
}

.footer-bot {
    display: none;
}

.single .footer-bot {
    display: block;
}

.footer-top .inner-wrap {
    border-radius: 13px;
}

.footer-bot .row_col_wrap_12 {
    background-color: #ffff;
    margin-top: 32px;
    border-radius: 13px;
}

.single .footer-contact>.row-bg-wrap::before {
    display: none;
}

.footer-contact>.row-bg-wrap::before {
    content: "";
    height: 125px;
    display: block;
    background: url(images/divider_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -106px;
    z-index: 1000;
}

.contactrow-inner,
.contactrow-inner .wpb_wrapper,
.contactrow-inner .wpb_text_column {
    text-align: center !important;
}






/*  */
/* ==========================================
   ACTIVITIES SECTION
========================================== */

/* ========= FLOW BAR ========= */

.activities-section .flow-bar {
    position: relative;
    margin-bottom: 20px;
}

.activities-section .flow-bar .iwithtext {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 32px;

    min-height: 105px;
    padding: 0 45px;

    background: linear-gradient(90deg, #109CF4, #0B89E3);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0, 145, 255, .25);
}

/* Line giữa 2 flow bar */

.activities-section .flow-bar:first-child .iwithtext::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);

    width: 3px;
    height: 24px;

    background: #646464;
    z-index: -1;
}

/* Icon */

.activities-section .flow-bar .iwt-icon {
    width: 32px;
    position: static;
    flex-shrink: 0;
}

.activities-section .flow-bar .iwt-icon img {
    display: block;
    width: 32px;
    height: auto;
    margin-bottom: 0;
}

/* Text */

.activities-section .flow-bar .iwt-text {
    flex: 1;

    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

/* ========= CARD ========= */

.activities-section .sub-cards-wrapper {
    position: relative;
    margin-top: 28px;
}

/* Line nối xuống card */

.activities-section .sub-cards-wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -49px;
    transform: translateX(-50%);

    width: 3px;
    height: 56px;

    background: #646464;
    z-index: 1;
}

.activities-section .sub-cards-wrapper .vc_column-inner {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 28px 24px;

    background: #111827;
    border: 1px solid #F1F1F1;
    border-radius: 16px;
    box-shadow: 0 9px 10.9px rgba(0, 0, 0, .2);
}

.activities-section .sub-cards-wrapper .wpb_wrapper {
    display: flex;
    align-items: center;
}


.activities-section .sub-cards-wrapper p {
    margin: 0;

    color: #fff;
    font-family: "Paralucent", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}


/*  */
/* advantages__grid   */
/* ** */
.advantages__grid .vc_column-inner {
    padding: 20px 20px 56px 20px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    transition: .3s ease;
}

.advantages__grid .vc_column-inner:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.advantages__grid .iwithtext .iwt-icon {
    position: static;
}

.advantages__grid .iwt-icon img {
    width: 30px !important;
    height: 30px;
}

.advantages__grid .iwt-text {
    color: #111827;
    font-family: "Paralucent", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    padding-left: 0;
}

/* ==========================================
   TARGETS GRID
========================================== */

.targets__grid .iwithtext {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.targets__grid .iwt-icon {
    position: static;
}

.targets__grid .iwt-icon img {
    width: 80px !important;
    height: 80px;
    margin-bottom: 0;
}

.targets__grid .iwt-text {
    padding-left: 0;
}

.targets__grid .iwt-text h3 {
    color: #fff;
    font-family: "Paralucent", sans-serif;
    font-size: 21.91px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0;
}

.target_p_max_mar p {
    max-width: 73%;
    margin: auto;
}
html[lang="ja"] .target_p_max_mar p {
    max-width: 100%;
}

.targets__grid .iwt-text p {
    color: #fff;
    font-family: "Paralucent", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
}

#ajax-content-wrap .targets__container>.row-bg-wrap::before {
    content: "";
    height: 108px;
    position: absolute;
    left: 0;
    right: 0;
    top: -85px;
    display: block;
    background: url(images/targets-vector.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
}

#ajax-content-wrap .targets__container>.row-bg-wrap::after {
    content: "";
    position: absolute;
    display: block;
    background: url(images/targets-vector-bot.svg);
    background-repeat: no-repeat;
    z-index: 9;
    bottom: -84px;
    left: 0;
    right: 0;
    height: 108px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

/* mr-bot  */
h2.mr-bot {
    margin-bottom: 30px;
}

/* company-profile-widget  */
.company-profile-widget {
    width: 100%;
    border-top: 1px solid #BEBEBE;
}

.company-profile-widget .profile-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 50px;
    align-items: center;
    padding: 19px 0;
    border-bottom: 1px solid #BEBEBE;
}

html[lang="ja"] .company-profile-widget .profile-row {
    grid-template-columns: minmax(290px, max-content) 1fr;
}


.company-profile-widget .profile-label {
    font-family: 'Paralucent';
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    color: #000;
}

.company-profile-widget .profile-value {
    font-family: 'Paralucent';
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #222;
}

.company-profile-widget {
    margin-top: 28px;
}

#ajax-content-wrap .cp_section>.row-bg-wrap::before {
    content: "";
    height: 108px;
    position: absolute;
    left: 0;
    right: 0;
    top: -85px;
    display: block;
    background: url(images/company-profile-vector-top.svg);
    background-repeat: no-repeat;
    z-index: 9;
    background-position: center;
    background-size: cover;
}

/*  */

.contact_boxemail .box_ft-left {
    margin-top: 40px;
}

.contact_boxemail .box_ft-left p {
    display: flex;
    gap: 20px;
}

/* hide ft_bottom in page 8760 */
.page-id-8760 .ft_bottom ,
.page-id-9381 .ft_bottom {
    display: none;
}
/* tagenergy-language-switcher  */

.tagenergy-language-switcher {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px; 
    border: 0.81px solid #CCCCCC;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 16px; 
    background: #fff;
    flex-direction: row-reverse;
}

/* button */
.tagenergy-language-switcher a {
    display: flex;
    padding: 9px 16px;
    align-items: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 10.52px;
    line-height: 100%;
    text-align: center;
    color: #666666;
    background: transparent;
    text-decoration: none;
    border-radius: 16px; 
    transition: all 0.2s ease-in-out; 
}

/* active */
.tagenergy-language-switcher a.active {
    color: #FFFFFF;
    background: #0F9BF2;
}
/* hover */
.tagenergy-language-switcher a:hover {
    color: #FFFFFF;
    background: #0F9BF2;
    transform: translateY(-1px);
    box-shadow: 0px 3px 8px rgba(15,155,242,0.35);
}

.tagenergy-language-switcher a.active {
    color: #FFFFFF;
    background: #0F9BF2;
    box-shadow: 0px 2px 6px rgba(15,155,242,0.25);
}
.tagenergy-language-switcher a {
    transition: 
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


/* =====================================
   Mobile Language Switcher - Salient
===================================== */

#slide-out-widget-area.fullscreen-split 
.inner 
.off-canvas-menu-container 
.tagenergy-mobile-language {
    margin: 0 0 25px ;
}

/* Wrapper */
#slide-out-widget-area.fullscreen-split 
.inner 
.off-canvas-menu-container 
.tagenergy-mobile-language 
.tagenergy-language-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    position: static;
    padding: 3px;
    border: 1px solid #CCCCCC;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0,0,0,.12);
}


/* Language button */
#slide-out-widget-area.fullscreen-split 
.inner 
.off-canvas-menu-container 
.tagenergy-mobile-language 
.tagenergy-language-switcher a {
    display: flex;
    height: 32px;
    border-radius: 100px;
    font-size: 24px ;
    font-weight: 700 ;
    line-height: 1 ;
    text-decoration: none;
    color: #000 ;
    background: transparent;
    transition: all .25s ease;
}

/* Active */
#slide-out-widget-area.fullscreen-split 
.inner 
.off-canvas-menu-container 
.tagenergy-mobile-language 
.tagenergy-language-switcher a.active {
    color: #fff !important;
    background: #0F9BF2 ;
    box-shadow: 0 3px 8px rgba(15,155,242,.35);
}


#slide-out-widget-area.fullscreen-split 
.inner 
.off-canvas-menu-container 
.tagenergy-mobile-language 
.tagenergy-language-switcher a:hover {
    color: #fff !important ;
    background: #0F9BF2 ;
}
.tagenergy-mobile-language {
    display:none !important;
}



/*  */




@media all and (min-width: 1400px) {
    .project-pages-timeline {
        margin-left: -40px;
        margin-right: -40px;
    }

    .home_career_section .vc_col-sm-7 .vc_column-inner {
        padding-left: 20px;
    }
}

@media all and (max-width: 1399px) {
    #ajax-content-wrap .targets__container>.row-bg-wrap::before {
        top: -66px;
        background-size: contain;
    }
    #ajax-content-wrap .targets__container>.row-bg-wrap::after {
        bottom: -67px;
        background-size: contain;
    }
    #ajax-content-wrap .cp_section>.row-bg-wrap::before {
        top: -63px;
        background-size: contain;
    }       
    #ajax-content-wrap .home_career_section>.row-bg-wrap::before,
    #footer-outer::before,
    #ajax-content-wrap .bggray_top>.row-bg-wrap::before,
    #ajax-content-wrap .bg_white_top>.row-bg-wrap::before {
        height: 70px;
        top: -64px;
    }

    #ajax-content-wrap .home_about>.row-bg-wrap::before {
        top: -67px;
        height: 70px;
    }

    #ajax-content-wrap .home_hero>.row-bg-wrap::after {
        height: 40px;
    }

    body .row .col .font_36 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media all and (min-width: 1000px) {
    .singler_community .row_col_wrap_12_inner .vc_col-sm-6:first-child .vc_column-inner {
        padding-left: 15px;
    }

}

@media all and (max-width: 999px) {

    body .features-grid {
        margin-bottom: 0px;
    }

    body .features-grid .vc_column-inner {
        margin-bottom: 10px;
    }

    .project-pages-timeline {
        overflow-x: scroll;
    }

    .project-pages-timeline ol li {
        padding: 0 3vw;
        min-width: 150px;
        font-size: .77rem;
    }

    .project-pages-timeline ol li.timeline-1::after {
        width: calc(100% - 10px);
        left: calc(50% + 0px);
    }

    .project-pages-timeline ol li.not::after {
        width: calc(100% - 20px);
    }

    .project-pages-timeline ol li.timeline-1 {
        padding-left: 0;
    }

    .project-pages-timeline ol li.timeline-7::after {
        width: calc(100% - 7px);
    }

    .project-pages-timeline ol li.timeline-8 {
        padding-right: 0;
    }

    .project-pages-timeline ol li.timeline-1::after {
        width: calc(100% - 11px);
        left: calc(50% + 2px);
    }

    .project-pages-timeline ol li.timeline-7::after {
        width: calc(100% - 13px);
    }



    .video_lighbox_ss .img_detail {
        /*  width: 100%;
        max-width: none;
        height: 250px;
        margin-bottom: 10px; */
    }

    .video_lighbox_ss .img_detail {
        margin-bottom: 10px;
        height: auto;
        width: auto;
        max-width: unset;
    }

    .video_lighbox_ss .img_detail img {
        margin-bottom: 0;
        object-fit: cover;
        display: block;
        height: auto;
        width: 100%;
        display: block;
    }

    .report_section .row_col_wrap_12_inner h3 {
        padding-top: 10px;
    }

    body .report_detail {
        margin-bottom: 13px;
    }

    .report_wrap .report_link {
        margin-left: 0;
        margin-top: 10px;
    }

    .report_detail .detail {
        margin-left: 0;
        margin-top: 10px;
    }

    body .img_detail .icon_play {
        /* max-width: 50px; */
    }

    body .video_lighbox_ss .slick-arrow {
        /* max-width: 40px; */
        left: -10px;
        top: 31%;
    }

    body .video_lighbox_ss .slick-arrow.slick-next {
        right: -10px;
    }

    #ajax-content-wrap .home_about .nectar-button {
        margin-bottom: 10px;
    }

    .top-social .fa.fa-twitter::before {
        width: 19px;
        height: 18px;
    }

    .single-social.has_bg {
        min-height: 320px;
    }

    .merchandise_content .container {
        padding: 0 !important;
    }

    .merchandise_detail .img_detail {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .merchandise_detail {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: start;
    }

    #ajax-content-wrap .mw_1077 {
        padding-left: 0;
        padding-right: 0;
    }

    body .row .col .font_20 {
        font-size: 18px;
        line-height: 21px;
    }

    #ajax-content-wrap .home_career_section .nectar-button {
        margin-top: 10px;
    }

    #ajax-content-wrap .home_career_section .row-content .row_col_wrap_12_inner .vc_col-sm-5 {
        margin-bottom: 5px;
    }

    #ajax-content-wrap .home_career_section .row-content .row_col_wrap_12_inner {
        padding: 25px 9%;
        border-radius: 50px;
        max-width: 87%;
    }

    #ajax-content-wrap .home_career_section .row-content {
        margin-top: 250px;
        margin-bottom: 130px;
    }

    body .row .col .font_24lg {
        font-size: 18px;
        line-height: 21px;
    }

    #ajax-content-wrap .home_career_section>.row-bg-wrap::before,
    #footer-outer::before,
    #ajax-content-wrap .bggray_top>.row-bg-wrap::before,
    #ajax-content-wrap .bg_white_top>.row-bg-wrap::before {
        height: 30px;
        top: -24px;
    }

    #ajax-content-wrap .home_about>.row-bg-wrap::before {
        top: -37px;
        height: 40px;
    }

    #ajax-content-wrap .home_hero>.row-bg-wrap::after {
        height: 25px;
    }

    .list-spec p {
        font-size: 16px;
    }

    .gov_team .vc_col-sm-9 .vc_column-inner {
        padding-left: 0;
    }

    #ajax-content-wrap .value_responsibility_section.section_first .nectar-button {
        text-align: center;
    }

    body .row .col .font_24 {
        font-size: 18px;
        line-height: 28px;
    }

    body #footer-outer {
        margin-top: -40px;
    }

    #map-wrapper {
        max-width: 100%;
    }

    .layout-slider .slick-track {
        margin-left: -30px;
    }

    body .video_full .col h2 {
        max-width: 80%;
        margin: 0 auto;
    }

    .nectar-global-section.after-nav>.container.normal-container.row {
        padding: 0;
    }

    .contact_ft .wpb_column:last-child {
        padding-top: 0;
    }

    #slider-2-slide-2-layer-3 .rs-parallax-wrap:first-child {
        top: 60px !important;
    }

    #ajax-content-wrap .project-image img {
        border-radius: 7px;
    }

    .project-info {
        width: 100%;
        padding: 0 13px 15px;
    }

    body .row .project-info h3 {
        font-size: 21.24px;
        line-height: 21.35px;
    }

    .project-meta {
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .learn-btn {
        font-size: 14px;
        line-height: 22px;
        padding: 11px 27px;
        min-width: unset;
    }

    .project_list .row_col_wrap_12 {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .chart-legend-row {
        width: auto;
        gap: 5px;
    }




    .overview_ss2 .wpb_column {
        margin-bottom: 0px;
    }

    body .col .box_fs_20 p,
    body .col .box_fs_20 li {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 15px;
    }

    body .row .overview_ss2 .fs_30 {
        margin-top: 17.91px;
        margin-bottom: 21px;
    }

    .ab_chartss .row_col_wrap_12 {
        padding-top: 48px;
        padding-bottom: 66px;
    }

    .ab_chartss .wpb_content_element {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .chart-inner-label .chart-description {
        font-size: 12.53px;
        line-height: 15.67px;
    }

    .chart-inner-label .chart-value span.unit {
        font-size: 20px;
        line-height: 40px;
    }

    .chart-inner-label .chart-value span.value {
        font-size: 35px;
        line-height: 40px;
    }

    body .chart-legend-row .legend-value {
        font-size: 11.59px;
        line-height: 14.67px;
        min-width: 45px;
    }

    body .chart-legend-row .legend-label {
        font-size: 11.59px;
        line-height: 11.06px;
        padding: 0 5px 0 0;
        min-width: 20px;
    }

    .legend-color {
        width: 16px;
        height: 16px;
    }

    .chart-legend-list {
        gap: 8px 13px;
        margin-top: 35px;
        flex-wrap: wrap;
        flex-direction: unset;
        align-items: center;
    }

    .doughnut-chart-wrapper .chart-circle {
        width: 240px;
        height: 240px;
    }

    .doughnut-chart-wrapper {
        column-gap: 20px;
        padding-bottom: 25px;
        flex-direction: column;
        margin-top: 40px;
    }

    .banner_top .vc_column-inner .title_page::before {
        right: -50px;
        bottom: -50px;
        border-radius: 0;
    }

    .banner_top .vc_column-inner .title_page {
        font-size: 47.75px !important;
        line-height: 47.75px !important;
        padding: 13px 15px;
    }

    .projects_ssmap .projectss_map_innerrow {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #ajax-content-wrap .banner_top .wpb_wrapper {
        margin-left: 0;
    }

    .banner_top .vc_column-inner {
        min-height: 458px;
    }

    .layout-list .video-slide {
        padding: 0;
    }

    .chart-circle h3.chart-value {
        gap: 5px;
    }

    .project-list {
        gap: 15px;
        margin-top: 20px;
    }

    .project-item {
        gap: 18px;
        border-radius: 7px;
        padding: 16px;
        flex-direction: column;
    }

    .project-image {
        width: 100%;
    }

    .video-iframe-wrapper {
        height: 150px;
        padding-bottom: 56.25%;
    }

    body .contact_ft .wpb_column {
        margin-bottom: 10px;
    }

    body div .contact_ft {
        margin-bottom: 5px;
        margin-top: 22px;
    }

    .contact_ft .box_inforft {
        margin-bottom: 10px;
        /*        width: 50%;*/
    }

    .contact_ft .box_inforft p {
        font-size: 8.7px;
        line-height: 13.32px;
        padding-bottom: 5px;
     
    }

    body .ft_bottom h4 {
        font-size: 9.81px;
        line-height: 13.73px;
        margin: 15px 0 10px;

    }
  


    .footer-contact .row_col_wrap_12 {
        padding-top: 40px;
    }

    #ajax-content-wrap .slick-arrow::before {
        font-size: 15px;
    }

    #ajax-content-wrap .slick-arrow.slick-prev {
        right: 55px;
    }

    #ajax-content-wrap .slick-arrow {
        width: 30px;
        height: 30px;
        top: -31px;
        right: 15px;
    }

    .slick-video-slider {
        padding-top: 26px;
    }

    .overview_ss2 .row_col_wrap_12 {
        padding-top: 52px;
        padding-bottom: 80px;
    }

    .community_ss2 .row_col_wrap_12 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .video-list-layout {
        margin-top: 25px;
        flex-direction: column;
    }

    body .main-video-slider {
        width: 100%;
        margin-right: 0;
    }

    .video-list-layout .video-iframe-wrapper {
        height: 170px;
        padding-bottom: 56.25%;
    }

    body .nav-slider-container {
        width: 100%;
        margin-top: 15px;
    }

    body .row .col .layout-list h3.video-title {
        font-size: 14.56px;
        line-height: 14.68px;
        margin-top: 10px;
    }

    .nav-label {
        font-size: 15.39px;
        line-height: 19.95px;
        margin: 5px 0;
    }

    .arrownav_video {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transform: rotate(-180deg);
    }

    .arrownav_video::before {
        font-size: 16px;
        line-height: 20px;
    }

    .nav-arrow-down {
        margin-top: 0;
        padding-bottom: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
    }

    .video-nav-item.slick-slide {
        margin-right: 5px;
    }

    .video-nav-item.slick-slide {
        margin-right: 5px;
    }

    .video-nav-item.slick-slide:last-child {
        margin-right: -5px;
    }

    body .community_video {
        padding-top: 50px;
    }

    .nav-arrow-down::before {
        left: -40px;
        right: -40px;
        bottom: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 54.81%);
        transform: rotate(-90deg);
    }

    .contact_top .row_col_wrap_12 {
        padding-top: 45px;
        padding-bottom: 20px;
        margin-top: 300px;
    }

    .contact_top>.row-bg-wrap>.inner-wrap::before {
        right: 0;
    }

    .ctbox_address.contact_ft .wpb_column:last-child {
        padding: 0 1%;
    }

    .contact_boxemail .wpb_column {
        margin-bottom: 5px;
    }

    body .row .col .contact_boxemail h3 {
        margin-bottom: 5px;
    }

    body .col .fs_18 {
        font-size: 15px !important;
        line-height: 120% !important;
    }

    #ajax-content-wrap .contact_boxemail .nectar-button {
        min-width: 150px;
    }

    #ajax-content-wrap .contact_boxemail .nectar-button span {
        font-size: 12px;
        line-height: 16px;
    }

    body .contact_top .fs_24 {
        margin-top: 17px;
        margin-bottom: 20px;
        font-size: 17px !important;
        line-height: 120% !important;
    }

    .contact_top .fs_60 br {
        display: none;
    }













}

@media all and (min-width: 420px) and (max-width: 499px) {
    .chart-legend-list {
        gap: 8px 25px;
    }



}

@media all and (min-width: 500px) and (max-width: 999px) {
    .chart-legend-list {
        gap: 8px 35px;
    }



}