/* Project single styles */
.project-video,
.project-photo-gallery {
  margin-bottom: 30px;
}
.project-title {
  line-height: 1.25;
}
.project-meta-name {
  font-weight: 700;
}
.project-related {
  margin-top: 150px;
  margin-bottom: 150px;
}
/*
.project-related .esg-filters {
  display: none;
}
*/
.project-related h2 {
  margin-bottom: 2.5rem;
}
.single-project .page_content_wrap {
  padding-bottom: 0;
}

/* Slick slider custom styles */
.slick-arrow {
  background-color: transparent !important;
  color: #000 !important;
  width: 32px;
  height: 32px;
  z-index: 99;
}

.slick-arrow::before {
  font-size: 32px;
}

.slick-arrow.slick-prev {
  left: 20px;
}

.slick-arrow.slick-next {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 24px;
    height: 24px;
  }
  .slick-arrow::before {
    font-size: 24px;
  }
}

/* Elementor */
.elementor-column .elementor-spacer-inner {
  height: var(--spacer-size);
}

.page_wrap > header.top_panel .sc_layouts_title_title .sc_layouts_title_caption,
.page_wrap
  > header.top_panel
  .sc_layouts_title_title
  .sc_layouts_title_description,
.page_wrap > header.top_panel .sc_layouts_title_breadcrumbs > .breadcrumbs {
  display: none; /* Hide the page title by default to change the wording if needed */
}

.page_wrap
  > header.top_panel
  .sc_layouts_title_title
  > .sc_layouts_title_caption {
  line-height: 1.35;
}

.project-faqs .elementor-tab-title a {
  color: #9ccb47 !important;
}

.project-faqs .elementor-toggle .elementor-tab-title {
  padding: 21px 29px !important;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.project-faqs .elementor-toggle .elementor-tab-content {
  padding: 37px 45px !important;
}

/* Widget banner image on the News page */
.sidebar.widget_area .widget.widget_block.widget_media_image {
  padding: 0;
  border: 0;
}

/* Footer */
.contacts_logo img {
  max-width: 130px !important;
}
.footer-address,
.footer-email,
.contacts_info {
  display: flex !important;
  align-items: center;
}
.footer-address span,
.footer-email a,
.contacts_info a {
  margin-left: 8px;
}
.contacts_description a {
    display: inline-block !important;
}

/* Blog */
.sc_blogger_item h5.sc_blogger_item_title.entry-title,
.post_item .post_title {
  text-transform: none;
}

/* Header */
header.top_panel .sc_layouts_title_content .sc_layouts_title_title h1.sc_layouts_title_caption {
  text-transform: uppercase;
  font-weight: 700;
  color: #92C83E;
}
header.top_panel .scheme_dark .sc_layouts_menu_nav>li>a {
  color: #222a35 !important;
}
header.top_panel .scheme_dark .sc_layouts_menu_nav>li.current-menu-item>a,
header.top_panel .scheme_dark .sc_layouts_menu_nav>li.current-menu-parent>a,
header.top_panel .scheme_dark .sc_layouts_menu_nav>li.current-menu-ancestor>a {
    color: #6fb72f !important;
    border-color: #6fb72f !important;
}
header.top_panel .scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover {
    color: #6fb72f !important;
}
header.top_panel .scheme_dark .sc_layouts_row_type_normal .search_wrap .search_submit:before {
  color: #222a35 !important;
}
header.top_panel .scheme_dark .sc_layouts_row_type_normal .search_wrap .search_submit:hover:before {
  color: #6fb72f !important;
}
header.top_panel .scheme_dark .sc_layouts_row_type_normal .search_style_fullscreen.search_opened .search_submit:before,
header.top_panel .scheme_dark .search_style_fullscreen.search_opened .search_submit:before,
header.top_panel .scheme_dark .search_style_fullscreen.search_opened .search_submit {
  color: #fff !important;
}
header.top_panel .scheme_dark .sc_layouts_title_breadcrumbs a,
header.top_panel .breadcrumbs .breadcrumbs_item,
header.top_panel .breadcrumbs_delimiter {
    color: #222a35 !important;
}
header.top_panel .scheme_dark .sc_layouts_menu_mobile_button .sc_layouts_item_icon {
    color: #222a35 !important;
}
@media screen and (max-width: 767px) {
    header.top_panel .elementor-widget-trx_sc_layouts_search {
        display: none;
    }
    header.top_panel .elementor-widget-trx_sc_layouts_menu {
        height: 4.72em;
        line-height: 4.72em;
    }
}
@media screen and (min-width: 768px) {
    header.top_panel .menu_main_nav>li>ul {
        min-width: 250px;
    }
}

/* Hau Truong */
.custom-carousel-caption {
    text-transform: none !important;
}
@media screen and (max-width: 767px) {
    .custom-carousel-caption {
        font-size: 12px !important;
        padding: 10px !important;
    }
}
.load-more-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.btn-load-more {
    color: #fff;
    background-color: #9ccb47;

    font-family: "Barlow Condensed", sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    -webkit-font-smoothing: antialiased;

    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
    min-height: 38px;
    vertical-align: middle;
    padding: 1.645em 4.25em;
    box-sizing: border-box;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background-color: #5ea41f;
}

/* Hide arrow icon */
.sc_icons.sc_icons_extra .sc_icons_item:after {
    display: none !important;
}

/* Team */
.sc_team_item_info > div.sc_team_item_socials.socials_wrap {
  display: none !important;
}
.sc_team_short .sc_team_columns_wrap > div:nth-child(2n) .sc_team_item_info {
    margin-top: 0 !important;
}

/* Page banner */
.bg-hidden {
  background-image: none !important;
  background-color: transparent !important;
}

/* Services page */
@media screen and (max-width: 767px) {
    .post_layout_chess_1 .post_header+.post_content {
        margin-top: 1rem !important;
    }

    .post_layout_chess .post_content_inner,
    .post_layout_chess:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
        font-size: 11px !important;
        display: block !important;
    }
}

/* Project archive page */
.page-content-padding {
  padding-top: 142px;
  padding-bottom: 142px;
}
@media screen and (max-width: 1024px) {
  .page-content-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* Home page */
.home-services .sc_button {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
    .home-about-us > .elementor-widget-wrap {
        background: none !important;
    }
    .home-about-us > .elementor-widget-wrap > .elementor-section > .elementor-container {
        min-height: auto !important;
    }
}
.home-news .sc_blogger_item .sc_blogger_item_title {
    text-align: left;
    margin-top: 0 !important;
    padding: 0 !important;
}

/* Blog */
body.blog .post_item {
  border: 0;
  padding: 0 !important;
}
body.blog .post_item .post_label label_sticky {
  display: none;
}
body.single-post .post_item_single h3.post_title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.938em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.18px;
    margin-bottom: 2rem;
}

/* Project single page */
body.single-project .project-meta ul {
    padding-left: 0;
    list-style: none;
}
body.single-project .project-meta ul li.cat-item::before {
    display: none;
}

/* Essential grids - tab */
.esg-filters div.esg-filter-wrapper .esg-filterbutton {
  font-size: 16px;
}
.esg-filters div.esg-filter-wrapper .esg-filterbutton>span:hover {
  text-decoration: underline;
}

/* About us */
.sc_team_default .sc_team_item .sc_team_item_title,
.sc_team_short .sc_team_item .sc_team_item_title {
  font-size: 30px;
}

/* Font */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
.sc_team_item_title,
.sc_team_item_subtitle {  
  /* font-family: "Barlow Condensed", sans-serif !important; */
  font-family: Roboto, sans-serif !important;
}

/* Sticky header */
.top_panel.sticky-header,
.header_position_over .top_panel.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top_panel.sticky-header.active,
.header_position_over .top_panel.sticky-header.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.top_panel.sticky-header .sc_layouts_menu_nav > li > ul,
.header_position_over .top_panel.sticky-header .sc_layouts_menu_nav > li > ul {
  top: 6.2em;
}
.top_panel.sticky-header .sc_layouts_menu_nav > li > a,
.header_position_over .top_panel.sticky-header .sc_layouts_menu_nav > li > a {
  padding: 2em 0.3em;
}