@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap");
.font-lato, .page-template-gamuda-2020prize-php .prizes .years-slide .slick-slide .year-item, .posts .post-archive .post-title, .posts .post-archive {
  font-family: "Lato", sans-serif !important;
}

.font-noto {
  font-family: "Noto Serif", serif;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.text-custom-1 {
  color: #18baaa !important;
}

.text-custom-2 {
  color: #b67e52 !important;
}

.text-custom-3 {
  color: #ee2424 !important;
}

.text-custom-4 {
  color: #19B8A9 !important;
}

.text-normal {
  text-transform: none !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-content {
  padding-top: 75px;
  padding-bottom: 75px;
}

.row-center {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .container, .header_hor .l-subheader-h {
    width: 1230px;
  }
}
.page-template-gamuda-2020news-php #primary-header-menu:not(.scrolling) .l-subheader.at_middle {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.page-template-gamuda-2020news-php .content-area {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #fff;
}
.page-template-gamuda-2020news-php .content-area #breadcumbs {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.page-template-gamuda-2020news-php .categories-tab {
  margin-top: 70px;
  margin-bottom: 30px;
}
.page-template-gamuda-2020news-php .categories-tab .nav {
  border-bottom: unset;
  margin-left: 0;
  font-size: 20px;
}
.page-template-gamuda-2020news-php .categories-tab .nav .nav-item .nav-link {
  border-radius: 10px 10px 0 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #a1a1a1;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}
.page-template-gamuda-2020news-php .categories-tab .nav .nav-item .nav-link.active, .page-template-gamuda-2020news-php .categories-tab .nav .nav-item .nav-link:hover {
  background-color: #ee2d25;
}
@media screen and (max-width: 575px) {
  .page-template-gamuda-2020news-php .categories-tab .nav .nav-item {
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }
  .page-template-gamuda-2020news-php .categories-tab .nav .nav-item .nav-link {
    border-radius: 0;
    text-align: center;
    font-size: 1em;
  }
  .page-template-gamuda-2020news-php .categories-tab .nav .nav-item.field-date {
    margin-left: 0;
  }
}
.page-template-gamuda-2020news-php .categories-tab .nav .field-date {
  margin-left: 20px;
}
.page-template-gamuda-2020news-php .categories-tab .nav .field-date #date {
  font-size: inherit;
  height: 42px;
  min-width: 180px;
}
.page-template-gamuda-2020news-php .pagination {
  display: flex;
  justify-content: center;
}
.page-template-gamuda-2020news-php .pagination .prev, .page-template-gamuda-2020news-php .pagination .next {
  display: none !important;
}
.page-template-gamuda-2020news-php .pagination .page-numbers {
  background-color: #555555;
  border-radius: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  box-shadow: none;
}
.page-template-gamuda-2020news-php .pagination .page-numbers:before {
  display: none;
}
.page-template-gamuda-2020news-php .pagination .page-numbers:hover, .page-template-gamuda-2020news-php .pagination .page-numbers.current {
  background-color: #ee2e24;
  color: #fff;
}
.page-template-gamuda-2020news-php .archive-125 .posts .post-archive .post-thumbnail, .page-template-gamuda-2020news-php .archive-120 .posts .post-archive .post-thumbnail {
  height: 350px;
}

.project-specials .project-special {
  margin-bottom: 30px;
  border: 1px solid #f2f2f2;
}
.project-specials .project-special .project-thumbnail {
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project-specials .project-special .project-thumbnail:before {
  z-index: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.project-specials .project-special .project-thumbnail img {
  position: relative;
  z-index: 2;
}
.project-specials .project-special .phone-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.project-specials .project-special .phone-container a:hover {
  color: #ee2e24;
}
.project-specials .project-special .phone-container a:hover i {
  border-color: #ee2e24;
}
.project-specials .project-special .view-more-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 42px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}
.project-specials .project-special .view-more-btn:hover {
  color: #212121;
}
.project-specials .project-special:hover .project-thumbnail:before {
  opacity: 1;
}

.posts .post-archive {
  margin-bottom: 30px;
  min-height: 400px;
}
.posts .post-archive .post-body {
  padding-left: 15px;
  padding-right: 15px;
}
.posts .post-archive .post-thumbnail {
  position: relative;
  height: 215px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 0 3px 0 #0000003d;
}
.posts .post-archive .post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (min-width: 1920px) {
  .posts .post-archive .post-title {
    font-size: 24px;
  }
}
.posts .post-archive .post-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1em;
  color: #212121;
  margin-bottom: 15px;
}
.posts .post-archive a {
  transition: all 0.3s ease-in-out;
  display: block;
}
.posts .post-archive a:hover {
  color: #ee2e24;
}
.posts .post-archive a:hover .post-title {
  color: #ee2e24;
}
@media screen and (min-width: 1200px) {
  .posts .post-archive {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .posts {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.news-component {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-component h4.title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.news-component .posts .slick-slide {
  margin-right: 30px;
}
.news-component .posts .slick-arrow:before {
  color: #111;
  font-size: 50px;
}
.news-component .posts .slick-arrow.slick-prev {
  left: -50px;
}
.news-component .posts .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .news-component .posts .slick-slide {
    margin-right: 0;
  }
  .news-component .posts .slick-arrow:before {
    color: #111;
  }
  .news-component .posts .slick-arrow.slick-prev {
    left: -25px;
  }
  .news-component .posts .slick-arrow.slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 575px) {
  .news-component h4.title {
    font-size: 35px;
  }
  .news-component .posts .slick-arrow:before {
    font-size: 35px;
  }
  .news-component .posts .slick-arrow.slick-prev {
    left: -18px;
  }
  .news-component .posts .slick-arrow.slick-next {
    right: -18px;
  }
}

.single-post .news .header-banner {
  background-image: url("../images/single-new-bgl.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 45px;
  position: relative;
}
.single-post .news .header-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 0;
}
.single-post .news .header-banner .container {
  position: relative;
  z-index: 1;
}
.single-post .news .header-banner .crumble {
  font-size: 12px;
}
.single-post .news .header-banner .crumble * {
  color: #fff !important;
}
.single-post .news .header-banner .page-post-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .single-post .news .header-banner .page-post-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post .news .post-single-content p {
  font-size: 1em;
  line-height: 1.5;
}
.single-post .news .post-single-content img {
  margin-top: 15px;
}
.single-post .news #newest {
  padding-top: 50px;
}
.single-post .news #newest h4 {
  font-size: 17px;
  font-weight: 600;
}
.single-post .news #newest .post-newest .post .post-thumbnail {
  height: 130px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .single-post .news #newest .post-newest .post .post-thumbnail {
    height: 200px;
  }
}
.single-post .news #newest .post-newest .post .post-thumbnail:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.single-post .news #newest .post-newest .post .post-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #212121;
  font-weight: 600;
}
.single-post .news #newest .post-newest .post:hover .post-thumbnail:before {
  opacity: 0;
}

.page-template-gamuda-2020prize-php #primary-header-menu:not(.scrolling) .at_middle {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-gamuda-2020prize-php #primary-header-menu:not(.scrolling) .at_middle .menu-item span {
  color: #fff;
}
.page-template-gamuda-2020prize-php #primary-header-menu:not(.scrolling) .at_middle .menu-item .sub-menu {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-gamuda-2020prize-php #primary-header-menu:not(.scrolling) .at_middle .menu-item.current_page_item > span, .page-template-gamuda-2020prize-php #primary-header-menu:not(.scrolling) .at_middle .menu-item.current_page_item > a > span, .page-template-gamuda-2020prize-php #primary-header-menu:not(.scrolling) .at_middle .menu-item.current-menu-parent > span, .page-template-gamuda-2020prize-php #primary-header-menu:not(.scrolling) .at_middle .menu-item.current-menu-parent > a > span {
  color: #ee2e24 !important;
}
.page-template-gamuda-2020prize-php .content-area {
  position: relative;
  background-color: #fff;
}
.page-template-gamuda-2020prize-php .prizes ul {
  margin-left: 0;
}
.page-template-gamuda-2020prize-php .prizes ul li {
  margin-right: 10px;
}
.page-template-gamuda-2020prize-php .prizes ul li .prize-link {
  background-color: #e1e1e1;
  color: #212121;
  text-transform: uppercase;
  font-weight: 600;
}
.page-template-gamuda-2020prize-php .prizes ul li.active .prize-link {
  background-color: #ee2e24;
  color: #fff;
}
.page-template-gamuda-2020prize-php .prizes .years-slide {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-arrow {
  border-radius: 0;
  background-color: #ee2424;
  z-index: 2;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-arrow.slick-prev {
  left: 0;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-arrow.slick-next {
  right: 0;
}
.page-template-gamuda-2020prize-php .prizes .years-slide:before {
  content: "";
  height: 2px;
  top: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #ee2424;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-list {
  z-index: 1;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-track {
  height: 85px;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-slide .year-item {
  outline: none !important;
  position: relative;
  text-align: center;
  height: 35px;
  font-size: 20px;
  color: #212121;
  padding-bottom: 50px;
  transition: all 0.3s ease-in-out;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-slide .year-item:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ee2424;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-slide .year-item.active {
  font-size: 24px;
  color: #ee2424;
}
.page-template-gamuda-2020prize-php .prizes .years-slide .slick-slide .year-item.active:after {
  box-shadow: 0 0 0px 5px #fac0bd;
}
.page-template-gamuda-2020prize-php .prizes .prizes-list .prizes-year {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100px);
}
.page-template-gamuda-2020prize-php .prizes .prizes-list .prizes-year ul li {
  margin-bottom: 10px;
}
.page-template-gamuda-2020prize-php .prizes .prizes-list .prizes-year ul li .panel-heading {
  background-color: #fff;
  min-height: 70px;
  padding: 10px 15px 10px 80px;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
}
.page-template-gamuda-2020prize-php .prizes .prizes-list .prizes-year ul li .panel-heading a:hover {
  color: initial;
}
.page-template-gamuda-2020prize-php .prizes .prizes-list .prizes-year ul li .name {
  color: #ee2424;
}
@media screen and (max-width: 768px) {
  .page-template-gamuda-2020prize-php .prizes .prizes-list .prizes-year ul li {
    padding-left: 15px;
    display: block;
  }
}
.page-template-gamuda-2020prize-php .prizes .prizes-list .prizes-year.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  display: block;
}

.gamuda-parks p {
  font-size: 1em;
  line-height: 1.5em;
}
.gamuda-parks .img-after-parallax img {
  width: 100%;
}
.gamuda-parks .banner-responsive .banner-item .banner-content .banner-text {
  width: 100%;
  max-width: 390px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gamuda-parks .banner-responsive .banner-item .banner-content .banner-text {
    text-align: justify;
  }
}
.gamuda-parks .breadcrumbs-absolute-top .name, .gamuda-parks .breadcrumbs-absolute-top a {
  text-transform: uppercase;
  color: #fff;
}
.gamuda-parks .parallax-content .parallax-content-html {
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
.gamuda-parks .parallax-content .parallax-content-html p {
  line-height: 1.5;
}
.gamuda-parks .page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.gamuda-parks .list h4 {
  font-size: 21px;
}
.gamuda-parks .list .content {
  font-size: 14px;
}
.gamuda-parks .biodiversity_assessment {
  margin-top: 50px;
}
.gamuda-parks .biodiversity_assessment h5 {
  font-size: 30px;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.gamuda-parks .biodiversity_assessment .biodiversities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.gamuda-parks .biodiversity_assessment .biodiversities .biodiversity-item {
  flex: 0 0 140px;
  max-width: 140px;
  margin: 0 10px;
  box-shadow: 0 2px 4px #999;
}
.gamuda-parks .biodiversity_assessment .biodiversities .biodiversity-item a {
  display: block;
}
.gamuda-parks .biodiversity_assessment .biodiversities .biodiversity-item a img {
  width: 100%;
}
.gamuda-parks .biodiversity_assessment .biodiversities-img {
  position: relative;
  z-index: 1;
  top: -22px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gamuda-parks .biodiversity_assessment .biodiversities-img {
    top: 0;
  }
}
.gamuda-parks .posts .post-archive .post-thumbnail {
  height: 320px;
}
.gamuda-parks .galleries {
  background-size: cover;
  background-position: top;
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gamuda-parks .galleries .photo-album {
  position: relative;
  display: inline-block;
  max-width: 400px;
  width: 100%;
  padding: 50px 30px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: #FFF;
  background: rgba(255, 255, 255, 0.85);
}
.gamuda-parks .galleries .photo-album p {
  font-size: 30px;
}

.gl-friends-page p {
  font-size: 1em;
  line-height: 1.5;
}
.gl-friends-page .breadcrumbs-absolute-top span {
  color: #111 !important;
}
.gl-friends-page .breadcrumbs-absolute-top a span {
  color: #ee2e24 !important;
}
.gl-friends-page .breadcrumbs-absolute-top a:hover span {
  color: #111;
}
.gl-friends-page .gl-friend-logo-container {
  margin-top: 100px;
  padding-bottom: 20px;
}
.gl-friends-page .gl-friend-logo-container img {
  max-width: 40%;
}
.gl-friends-page .how-to {
  background-color: #b67e52;
  color: #fff;
  text-align: center;
}
.gl-friends-page .how-to * {
  color: inherit;
}
.gl-friends-page .table-responsive {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .table-responsive {
    padding: 15px;
  }
}
.gl-friends-page table {
  background-color: #fff;
  font-size: 16px;
}
.gl-friends-page table th {
  color: #b67e52;
  font-weight: normal;
  vertical-align: middle !important;
}
.gl-friends-page table tbody tr td {
  padding: 10px;
  vertical-align: middle !important;
}
.gl-friends-page table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.gl-friends-page .faq .faq-title {
  font-size: 75px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .faq .faq-title {
    font-size: 40px;
  }
}
.gl-friends-page .faq .faq-content {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: 80px;
  background-color: #b67e52;
  color: #fff;
}
.gl-friends-page .faq .faq-content * {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .faq .faq-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gl-friends-page .welcome-container {
  position: relative;
}
.gl-friends-page .welcome-container .welcome-button {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: calc(100% - 15px);
  max-width: 50%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .welcome-container .welcome-button {
    max-width: 100%;
  }
}
.gl-friends-page .welcome-container .welcome-button:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #b67e52;
}
.gl-friends-page .welcome-container .welcome-button .w-btn {
  background-color: #b67e52 !important;
}
.gl-friends-page .welcome-container .welcome-content {
  position: unset;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .welcome-container .welcome-content {
    position: relative;
  }
}
.gl-friends-page .parallax-center {
  background-size: cover;
  min-height: 600px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .parallax-center {
    min-height: 400px;
  }
}
.gl-friends-page .parallax-footer {
  background-size: cover;
  min-height: 365px;
  background-position: center;
}
.gl-friends-page .benefits {
  padding-top: 30px;
  padding-bottom: 50px;
}
.gl-friends-page .benefits .benefit-title {
  font-family: "Noto Serif", serif;
}
.gl-friends-page .benefits .benefits-container {
  position: relative;
}
.gl-friends-page .benefits .benefits-container:before {
  position: absolute;
  left: 0;
  width: 50%;
  background-color: #f7f7f7;
  content: "";
  height: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .gl-friends-page .benefits .benefits-container:before {
    width: 100%;
  }
}
.gl-friends-page .benefits .nav-pills {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .benefits .nav-pills {
    margin-top: 30px;
  }
}
.gl-friends-page .benefits .nav-pills .benefit-item {
  position: relative;
}
.gl-friends-page .benefits .nav-pills .benefit-item:before {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-top: 30px solid transparent;
  border-left: 50px solid #f7f7f7;
  border-bottom: 30px solid transparent;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .gl-friends-page .benefits .nav-pills .benefit-item:before {
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.gl-friends-page .benefits .nav-pills .benefit-item .benefit-link {
  background-color: transparent;
  display: flex;
  color: #b67e52;
  font-size: 20px;
  align-items: center;
  text-align: center;
  opacity: 0.4;
}
.gl-friends-page .benefits .nav-pills .benefit-item .benefit-link .icon {
  flex: 0 0 50px;
  max-width: 50px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fadfce;
}
.gl-friends-page .benefits .nav-pills .benefit-item .benefit-link .icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gl-friends-page .benefits .nav-pills .benefit-item .benefit-link .icon {
    flex: 0 0 40px;
    max-width: 40px;
  }
}
.gl-friends-page .benefits .nav-pills .benefit-item .benefit-link .name {
  text-align: left;
}
.gl-friends-page .benefits .nav-pills .benefit-item.active .benefit-link, .gl-friends-page .benefits .nav-pills .benefit-item:hover .benefit-link {
  opacity: 1;
}
.gl-friends-page .benefits .nav-pills .benefit-item.active:before, .gl-friends-page .benefits .nav-pills .benefit-item:hover:before {
  opacity: 1;
}
.gl-friends-page .benefits .tab-content .icon {
  max-width: 125px;
}
.gl-friends-page .benefits .tab-content .name {
  font-size: 40px;
}
.gl-friends-page .benefits .tab-content .content p {
  margin-bottom: 5px;
}

#page-sustainability .banner {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-sustainability .banner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-sustainability .banner h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  text-shadow: 1px 1px #000;
  margin: 0 0 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page-sustainability .banner h1 {
    font-size: 40px;
  }
}
#page-sustainability .banner .post-content {
  color: #fff;
  font-size: 22px;
  text-shadow: 1px 1px #000;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page-sustainability .banner .post-content {
    font-size: 20px;
  }
}
#page-sustainability .our-sustainability {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page-sustainability .our-sustainability {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-sustainability .our-sustainability h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 50px;
  line-height: 1.2;
}
#page-sustainability .our-sustainability .green-box {
  background-color: #0ead69;
  padding: 70px 0;
  text-align: center;
  margin: 0 0 25px !important;
}
#page-sustainability .our-sustainability .green-box h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page-sustainability .our-sustainability .green-box h3 {
    font-size: 30px;
  }
}
#page-sustainability .our-sustainability .green-box .link-div a {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 35px;
  border-radius: 30px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #page-sustainability .our-sustainability .pillars .pillar {
    margin-bottom: 25px;
  }
}
#page-sustainability .our-sustainability .pillars .box-div {
  height: 280px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-sustainability .our-sustainability .pillars .box-div * {
  color: inherit;
}
#page-sustainability .our-sustainability .pillars .box-div .box-inner {
  display: flex;
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
}
#page-sustainability .our-sustainability .pillars .box-div .box-inner:hover {
  transform: translateX(0);
}
#page-sustainability .our-sustainability .pillars .box-div .box-inner .front, #page-sustainability .our-sustainability .pillars .box-div .box-inner .back {
  padding: 5px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  width: 100%;
}
#page-sustainability .our-sustainability .pillars .box-div h4 {
  font-size: 20px;
  font-weight: 600;
}
#page-sustainability .our-sustainability .pillars .box-div h5 {
  font-size: 18px;
  margin: 0;
}

#page-green-plan header.banner {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page-green-plan header.banner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-green-plan header.banner h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  text-shadow: 1px 1px #000;
  margin: 0 0 30px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #page-green-plan header.banner h1 {
    font-size: 42px;
  }
}
#page-green-plan header.banner a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
#page-green-plan header.banner a img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
#page-green-plan header.banner a:hover span {
  text-decoration: underline !important;
}
#page-green-plan header.banner .post-content {
  color: #fff;
  font-size: 22px;
  text-shadow: 1px 1px #000;
  font-weight: 500;
  line-height: 1;
}
#page-green-plan div.banner {
  background-color: #f2f2f2;
  position: relative;
}
#page-green-plan div.banner .banner-body {
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  background-position: right bottom;
  padding: 120px 0 260px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  #page-green-plan div.banner .banner-body {
    padding: 50px 0 120px;
  }
}
#page-green-plan div.banner .banner-body .banner-content p {
  color: #615f62;
  font-size: 18px;
  margin: 0 0 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page-green-plan div.banner .banner-body .banner-content p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #page-green-plan div.banner .banner-body .banner-content {
    padding: 35px 15px;
  }
}
#page-green-plan .pillar-title {
  flex: 0 0 25%;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#page-green-plan .pillar-title p {
  line-height: 25px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
#page-green-plan .pillar-title:hover, #page-green-plan .pillar-title.active {
  background-color: #fff !important;
  color: #000;
}
@media screen and (max-width: 767px) {
  #page-green-plan .pillar-title {
    padding: 14px 20px;
  }
  #page-green-plan .pillar-title p {
    font-size: 19px;
    line-height: 20px;
  }
}
#page-green-plan .our-pillars {
  background-color: #fafafa;
  padding-bottom: 50px;
}
#page-green-plan .our-pillars .tab-pillars {
  display: flex;
  margin-left: 0;
  margin-bottom: 0;
  height: 140px;
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #page-green-plan .our-pillars .tab-pillars {
    display: none;
  }
}
#page-green-plan .our-pillars div.pillars .pillar {
  background-color: #fff;
}
#page-green-plan .our-pillars div.pillars .pillar .box-title {
  display: none;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content {
  border: solid transparent;
  box-sizing: content-box;
  padding: 14px 20px;
  display: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: padding 0.2s ease-in-out;
  font-size: 18px;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content .box-div {
  margin-bottom: 15px;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content h4 {
  color: #717635;
  font-size: 26px;
  font-weight: 500;
  padding: 15px;
  line-height: 1;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content .heading-div {
  background-color: #bfc563;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content .heading-div h4 {
  font-size: 26px;
  font-weight: 500;
  padding: 15px;
  line-height: 1;
  color: #000;
  margin: 0;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content .content-div {
  background-color: #e3e7b6;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content ul {
  padding: 25px 30px 15px 10px;
  list-style: disc outside;
  margin: 0 0 15px 30px;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content ul li {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.5;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content ul li strong {
  font-weight: 500;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content ul li ul {
  padding: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content ul li ul li {
  position: relative;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content ul li ul li::before {
  content: "-";
  position: absolute;
  left: -16px;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content .border-div {
  border: 2px solid #bfc563;
  margin-bottom: 15px;
}
#page-green-plan .our-pillars div.pillars .pillar .box-content .border-div h4 {
  color: #bfc563;
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  padding: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #page-green-plan .our-pillars div.pillars .pillar .box-content {
    border: 1px solid #f0f0f0;
  }
  #page-green-plan .our-pillars div.pillars .pillar .box-content h4 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #page-green-plan .our-pillars div.pillars .pillar .box-title {
    display: block;
  }
  #page-green-plan .our-pillars div.pillars .pillar .box-content {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 768px) {
  #page-green-plan .our-pillars {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.vn #page-green-plan .our-pillars div.pillars .pillar .box-content .heading-div h4,
body.vn #page-green-plan .our-pillars div.pillars .pillar .box-content ul li {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

#primary-header-menu {
  position: fixed !important;
}
#primary-header-menu .at_middle {
  transition: all 0.3s ease-in-out;
}
#primary-header-menu .at_middle .l-subheader-cell.at_left {
  flex-grow: 2;
  width: 150px;
}
#primary-header-menu .at_middle .l-subheader-cell.at_right {
  flex-grow: unset;
}

.flexslider .slides > li {
  display: block;
}

.feedbacks .slide-item-wrapper {
  background-size: cover;
  background-position: right top;
  position: relative;
}
.feedbacks .slide-item-wrapper .slide-item-content {
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.feedbacks .slide-item-wrapper .slide-item-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.feedbacks .slide-item-wrapper .slide-item-content > .container {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedbacks .slide-item-wrapper .slide-item-content .left {
  height: 100%;
  border-right: 1px solid #fff;
  padding-right: 30px;
  white-space: nowrap;
  text-align: right;
}
.feedbacks .slide-item-wrapper .slide-item-content .left .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  transform: translateY(-20px);
  opacity: 0;
}
.feedbacks .slide-item-wrapper .slide-item-content .left .position {
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.3s;
}
.feedbacks .slide-item-wrapper .slide-item-content .right {
  padding-left: 30px;
}
.feedbacks .slide-item-wrapper .slide-item-content .right .feedback {
  font-size: 20px;
  line-height: 35px;
  transform: translateX(20px);
  opacity: 0;
  transition-delay: 0.5s;
}
.feedbacks .slide-item-wrapper .slide-item-content .right .feedback:before, .feedbacks .slide-item-wrapper .slide-item-content .right .feedback:after {
  font-size: 100px;
}
.feedbacks .slide-item-wrapper .slide-item-content .right .feedback .first {
  font-size: 100px;
  content: "“";
  height: 0;
  line-height: 0;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  top: 40px;
}
.feedbacks .slide-item-wrapper .slide-item-content .right .feedback::after {
  position: absolute;
  content: "”";
  bottom: -25px;
  padding-left: 10px;
  line-height: 1rem;
  height: 1rem;
}
.feedbacks .name, .feedbacks .position, .feedbacks .feedback {
  transition: all 1s ease-in-out;
}
.feedbacks .slick-active .name, .feedbacks .slick-active .position, .feedbacks .slick-active .feedback {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
@media screen and (max-width: 768px) {
  .feedbacks .slide-item-wrapper {
    background-size: auto 100%;
  }
  .feedbacks .slide-item-wrapper .slide-item-content {
    min-height: 400px;
  }
  .feedbacks .slide-item-wrapper .slide-item-content .left {
    white-space: normal;
    flex: 0 0 150px;
  }
  .feedbacks .slide-item-wrapper .slide-item-content .right .feedback {
    font-size: 1em;
  }
  .feedbacks .slide-item-wrapper .slide-item-content .right .feedback .first, .feedbacks .slide-item-wrapper .slide-item-content .right .feedback:after {
    font-size: 50px;
  }
  .feedbacks .slide-item-wrapper .slide-item-content .right .feedback .first {
    top: 10px;
  }
  .feedbacks .slide-item-wrapper .slide-item-content .right .feedback:after {
    bottom: -10px;
  }
}

.banner-footer {
  background-color: #1e1e1e;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.banner-footer a {
  position: relative;
  display: block;
  width: 100%;
}
.banner-footer a .glod {
  width: 150px;
  position: absolute;
  left: 60px;
  bottom: calc(100% - 23px);
}
@media screen and (max-width: 768px) {
  .banner-footer a .glod {
    width: 100px;
    position: absolute;
    left: 15px;
    bottom: calc(100% - 35px);
  }
}
.banner-footer a img {
  width: 100%;
}
.banner-footer a .banner-mobile {
  display: none;
}
.banner-footer a .banner-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .banner-footer a .banner-mobile {
    display: block;
  }
  .banner-footer a .banner-desktop {
    display: none;
  }
}

.banner-simple {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.banner-simple .banner-title {
  text-transform: uppercase;
  font-size: 1em;
  float: none;
  background-color: transparent;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .banner-simple .banner-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .banner-simple .banner-title {
    font-size: 48px;
  }
}

.slick-list {
  z-index: 1;
}

.slick-arrow {
  z-index: 2;
}
.slick-arrow:before {
  font-family: FontAwesome, serif !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "";
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "";
}

.banner-responsive .banner-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-responsive .banner-item .banner-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.banner-responsive .banner-item .banner-content .banner-text {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .banner-responsive .banner-item .banner-content .banner-text {
    width: 100%;
  }
}
.banner-responsive .slick-arrow.slick-prev {
  left: -3px;
}
.banner-responsive .slick-arrow.slick-next {
  right: -3px;
}
@media screen and (min-width: 1200px) {
  .banner-responsive .slick-arrow:before {
    font-size: 55px;
  }
  .banner-responsive .slick-arrow.slick-prev {
    left: 30px;
  }
  .banner-responsive .slick-arrow.slick-next {
    right: 30px;
  }
}

.breadcrumbs-absolute-top {
  position: absolute;
  left: 0;
  width: 100%;
  top: 70px;
  font-size: 0.8em;
}
.breadcrumbs-absolute-top span:last-child span {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs-absolute-top {
    font-size: 1em;
  }
  .breadcrumbs-absolute-top .container {
    width: 1260px;
  }
}

.w-100 {
  width: 100% !important;
}

.flexslider .slides > li {
  overflow: hidden;
}
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr="#999999", endcolorstr="#e1e1e1", gradienttype=0);
  border: 3px solid #e5e5e5;
}
.flex-control-paging li a.flex-active {
  background: #666666;
}

@media screen and (max-width: 480px) {
  .container-slider {
    background-color: #fff;
  }

  .container-slider #slider-top li .tp-parallax-wrap {
    margin: 50px 0 10px 0;
  }

  body.home .landing-main-slider {
    margin-top: 85px !important;
  }
}
.marquee-with-options {
  z-index: 10;
  background-color: #e9473e;
  overflow: hidden;
  padding: 10px 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .marquee-with-options {
    font-size: 12px;
  }
}
.marquee-with-options .container {
  display: flex;
  align-items: center;
}
.marquee-with-options .container .name {
  flex: none;
  font-weight: bold;
  padding-right: 20px;
  font-size: inherit;
}
.marquee-with-options .container .marquee {
  max-width: calc(100% - 200px);
  overflow: hidden;
}
.marquee-with-options .container .marquee a {
  font-size: inherit;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.marquee-with-options .container .marquee a:after {
  content: "|";
  position: absolute;
  right: -12px;
}
.marquee-with-options .container .marquee a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 1200px) {
  #primary-header-menu.scrolling .marquee-with-options {
    visibility: hidden;
    opacity: 0;
    cursor: none;
    transform: translateY(-10px);
  }
}
.posts-home article header {
  position: relative;
  height: 230px;
}
.posts-home article header a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .container-slider .slider-top .flex-control-nav {
    display: block;
    bottom: 20px;
    z-index: 100;
  }
  .container-slider .tp-parallax-wrap, .container-slider .mouse {
    display: none;
  }
}
body.home .title-post a:hover {
  color: #000;
}

.page-template-simple-page .main-primary {

  padding-bottom: 40px;
  background-color: #fff;
}
.page-template-simple-page .main-primary .banner{
  color: #fff;
  background-color: rgba(0,0,0,.2);
  padding-top: 180px;
  padding-bottom: 45px;
  text-align: center;
  margin-bottom: 50px;
}

.page-template-simple-page .main-primary .banner h1{     font-size: 20px; font-weight: 600; color:#fff; margin-bottom:0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-template-simple-page .main-primary .banner{padding-top: 140px;}
}
.page-template-simple-page .main-primary .page-title {
  font-size: 24px;
}
.page-template-simple-page .main-primary .page-content ul {
  list-style-type: initial;
}
.page-template-simple-page .main-primary table tr td {
  border-bottom: unset;
  border-right: 2px solid #927300;
}
.page-template-simple-page .main-primary table tr td:last-child {
  border-right-color: transparent;
}

.responsible-original {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .responsible-original {
    margin-bottom: 30px;
  }
}
.responsible-original .responsible_original_logo {
  width: 220px;
  max-width: 100%;
  height: auto;
  margin: 35px auto 0;
}
.responsible-original .responsible_original_content p {
  margin-bottom: 15px;
  font-weight: 500;
}
.responsible-original .responsible_original_content i {
  font-weight: bold;
}
.responsible-original .responsible_original_group .responsible_original_group-item {
  margin-bottom: 30px;
}
.responsible-original .responsible_original_group .responsible_original_group-item .group-item-icon img {
  overflow: hidden;
  margin: 0 auto 10px;
  background-color: #ec1b24;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.responsible-original .responsible_original_group .responsible_original_group-item .group-item-name {
  color: #ec1b24;
}

.l-subheader-cell.at_center > .w-nav {
  position: relative;
}
.l-subheader-cell.at_center .ush_menu_1.type_desktop > div > ul > li > a {
  color: #000 !important;
}

#primary-header-menu.scrolling .l-subheader-cell.at_center {
  background-color: #00000087;
}
#primary-header-menu.scrolling .ush_menu_1.type_desktop > div > ul > li > a {
  color: #fff !important;
}
#primary-header-menu.scrolling .ush_menu_1.type_desktop > div > ul > li:hover > a {
  color: #000 !important;
}

.page-template-contact .l-subheader-cell.at_center {
  background-color: #fff;
}

body.page-template-gamuda-green-plan .marquee-with-options, body.page-template-sustainability .marquee-with-options, body.page-template-contact .marquee-with-options {
  display: none;
}
body.page-template-gamuda-green-plan #primary-header-menu, body.page-template-sustainability #primary-header-menu, body.page-template-contact #primary-header-menu {
  position: relative !important;
}

.ush_menu_1.type_desktop > div > ul {
  margin-left: 0;
  margin-right: 0;
}

#gamuda-register .upb_row_bg {
  display: flex;
  align-items: center;
}
#gamuda-register .upb_row_bg .l-section-h {
  padding-top: 0;
}
#gamuda-register .upb_row_bg .main-reg-button {
  display: inline-block;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  border: 0 !important;
  min-width: 150px;
  padding: 10px 30px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  #gamuda-register .upb_row_bg .main-reg-button {
    margin-top: 30px;
  }
}
#gamuda-register .upb_row_bg .view-dem {
  color: #fff;
  text-align: left;
  border-right: unset;
  padding-bottom: 0;
}
#gamuda-register .upb_row_bg .view-dem h2 {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  #gamuda-register .upb_row_bg .view-dem .view-dem-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .l-subheader.at_middle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-subheader.at_middle .l-subheader-cell.at_left {
    width: 400px !important;
  }

  .btn-show-mobile .btn-show {
    font-size: 25px;
    padding: 5px 15px;
  }

  .barnav-menu {
    flex: 0 0 50px;
    max-width: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
