body {
  font-family: "San Francisco Display", sans-serif;
}

.gm-holdings-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111100;
  animation-delay: 1.5s;
  animation-duration: 0.7s;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0, 0, 0.75, 1);
  background: #fff;
}
.gm-holdings-intro #logo-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 180px;
  width: 100%;
  transform: translate(-50%, -50%);
}
.gm-holdings-intro #logo-loading .stroke {
  fill: transparent;
  stroke: #F2CD79;
  stroke-dasharray: 480;
  stroke-dashoffset: 480;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-name: DrawStroke;
  animation-timing-function: linear;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.368627451);
}
.gm-holdings-intro #logo-loading .fill {
  fill: #F2CD79;
  stroke: transparent;
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: GmFill;
  opacity: 0;
}

#logo img {
  margin: auto;
}
#logo a {
  border-right: 1px solid rgba(255, 255, 255, 0.431372549);
}

.text-justify {
  text-align: justify !important;
}

.text-center {
  text-align: center;
}

.m-auto {
  display: block;
  margin: auto;
}

header .nav > li > a {
  font-weight: 400;
}
header .nav > li.current-dropdown:before {
  border-bottom-color: transparent !important;
}
header .nav > li.current-dropdown .nav-dropdown {
  border: none;
}
header .nav > li.current-dropdown .nav-dropdown-default {
  padding: 5px 10px;
}
header .nav > li ul li {
  border-bottom: 1px solid #ececec;
}
header .nav > li ul li a {
  border-bottom: 0 !important;
}
header .nav > li ul li:last-child {
  border: none;
}

.dark, .dark p, .dark td {
  color: #fff;
}

.flickity-prev-next-button {
  width: 45px;
}

.slider-nav-light .flickity-prev-next-button svg:hover {
  color: #F2CD79;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0;
}

#footer .wpcf7-form {
  margin: 0;
}
#footer .input-group {
  flex-wrap: nowrap;
  display: flex;
}
#footer input[type=text], #footer input[type=email] {
  height: 45px;
  background: transparent;
  border-radius: 0;
  border-right: 0px;
  color: rgba(255, 255, 255, 0.6509803922);
  font-size: 14px;
  font-style: italic;
}
#footer input[type=text]::placeholder, #footer input[type=email]::placeholder {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6509803922);
}
#footer input[type=submit] {
  height: 45px;
  background-color: #F2CD79;
  border-radius: 0;
  border: 1px solid #fff;
  border-left: 0px;
  color: #fff;
  padding: 4px 10px;
  width: 65px;
}
#footer .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
#footer .back-to-top {
  border: none;
  background: #F2CD79;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.text-start {
  text-align: left !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.border-left-secondary {
  border-left: 1px solid #F2CD79;
}

.fw-bold {
  font-weight: bold;
}

.is-divider {
  display: none;
}

.hover-secondary:hover {
  background: #F2CD79 !important;
  color: #fff !important;
}
.hover-secondary:hover .post-title, .hover-secondary:hover .from_the_blog_excerpt {
  color: #fff !important;
}

.home-post > li.gmland_recent_posts {
  margin: 0;
}
.home-post > li.gmland_recent_posts .widgettitle {
  display: none;
}
.home-post > li.gmland_recent_posts ul li .post-date .badge-inner {
  border: none;
  background: transparent;
}
.home-post > li.gmland_recent_posts ul li .post-date .badge-inner .post-date-day {
  font-size: 39px;
  font-weight: 400;
  color: #084136;
}
.home-post > li.gmland_recent_posts ul li .post-date .badge-inner .post-date-month {
  font-size: 10px;
  color: #c1c1c1;
}
.home-post > li.gmland_recent_posts ul li.recent-blog-posts-li {
  border: 1px solid #ededed;
  margin-bottom: 15px;
}
.home-post > li.gmland_recent_posts ul li.recent-blog-posts-li .border-left-secondary {
  padding-left: 15px;
}
.home-post > li.gmland_recent_posts ul li.recent-blog-posts-li .recent-blog-posts:hover {
  background: #F2CD79;
  color: #fff;
}
.home-post > li.gmland_recent_posts ul li.recent-blog-posts-li .recent-blog-posts:hover .post-date-day, .home-post > li.gmland_recent_posts ul li.recent-blog-posts-li .recent-blog-posts:hover .post-date-month, .home-post > li.gmland_recent_posts ul li.recent-blog-posts-li .recent-blog-posts:hover a {
  color: #fff;
}

.title-center .section-title-main {
  text-transform: none;
}

.nav-pills > li > a {
  border-radius: 0;
}

.list-news-home {
  width: 100%;
  display: table;
}
.list-news-home .box-news-home {
  float: left;
  display: block;
  width: 40%;
  position: relative;
}
.list-news-home .box-news-home .pic-news-home {
  float: left;
  display: block;
  width: 50%;
  height: 270px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s ease-in-out;
}
.list-news-home .box-news-home .pic-news-home:before {
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: " ";
  z-index: 1;
  color: #084136;
}
.list-news-home .box-news-home .pic-news-home img {
  object-fit: cover;
  height: 100%;
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.list-news-home .box-news-home .text-news-home {
  padding: 40px;
  background-color: #084136;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 50%;
  height: 270px;
  position: relative;
  float: left;
}
.list-news-home .box-news-home .text-news-home::before, .list-news-home .box-news-home .text-news-home:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.list-news-home .box-news-home .text-news-home .center-text-news {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  margin: 0 -5px;
}
.list-news-home .box-news-home .text-news-home .center-text-news h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.list-news-home .box-news-home .text-news-home .center-text-news p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px;
  display: block;
  max-height: 133px;
}
.list-news-home .box-news-home:first-child {
  width: 20%;
}
.list-news-home .box-news-home:first-child .pic-news-home, .list-news-home .box-news-home:first-child .text-news-home {
  width: 100%;
}
.list-news-home .box-news-home:first-child .pic-news-home::before, .list-news-home .box-news-home:first-child .text-news-home::before {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.list-news-home .box-news-home:nth-child(2) .pic-news-home {
  float: right;
}
.list-news-home .box-news-home:nth-child(2) .pic-news-home::before {
  border-left: 30px solid;
  left: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  top: 50%;
  margin-top: -30px;
}
.list-news-home .box-news-home:nth-child(3) .pic-news-home {
  float: right;
}
.list-news-home .box-news-home:nth-child(3) .pic-news-home::before {
  border-left: 30px solid;
  left: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  top: 50%;
  margin-top: -30px;
}
.list-news-home .box-news-home:nth-child(4) .pic-news-home::before, .list-news-home .box-news-home:nth-child(5) .pic-news-home::before {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid;
  top: 50%;
  margin-top: -30px;
  right: 0;
}
.list-news-home .box-news-home:hover .text-news-home {
  background-color: #F2CD79;
}
.list-news-home .box-news-home:hover .pic-news-home {
  background-position: 80% 100%;
}
.list-news-home .box-news-home:hover .pic-news-home:after, .list-news-home .box-news-home:hover .pic-news-home:before {
  color: #F2CD79;
}
@media screen and (max-width: 1100px) {
  .list-news-home .box-news-home:nth-child(n) {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 700px;
  }
}
@media screen and (max-width: 640px) {
  .list-news-home .box-news-home .text-news-home {
    height: auto;
    float: none !important;
    width: 100% !important;
  }
  .list-news-home .box-news-home:nth-child(n) {
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 640px;
  }
  .list-news-home .box-news-home:nth-child(n) .pic-news-home {
    float: unset;
    width: 100%;
  }
  .list-news-home .box-news-home:nth-child(n) .pic-news-home img {
    opacity: 1;
    z-index: 1;
  }
}

.partner-slider .box-image img {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.map-footer p {
  margin: 0;
}
.map-footer p iframe {
  margin-bottom: -6px;
}

.tree-his {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  padding: 0 0 10px;
  height: auto;
}
.tree-his .history-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  width: 100%;
  z-index: 2;
}
.tree-his .history-box:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #F2CD79;
  overflow: hidden;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.tree-his .history-box:nth-child(odd) {
  text-align: left;
}
.tree-his .history-box > div {
  width: 50%;
}
.tree-his .history-box .image-boxx img {
  width: 140px;
  float: right;
  margin: 15px 50px;
  height: auto;
}
.tree-his .history-box .content-boxx {
  padding: 15px 50px;
}
.tree-his .history-box .content-boxx .position {
  font-weight: bold;
}
.tree-his .history-box .content-boxx p {
  font-size: 0.95rem;
}
.tree-his .history-box:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
.tree-his .history-box:nth-child(2n) .image-boxx img {
  float: left;
}
@media (max-width: 768px) {
  .tree-his .history-box > div {
    width: 100%;
  }
  .tree-his .history-box .image-boxx img {
    float: unset;
    margin: auto;
    display: block;
  }
  .tree-his .history-box .content-boxx {
    padding: 15px 20px;
  }
  .tree-his .history-box .content-boxx p {
    text-align: justify;
  }
  .tree-his .history-box:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: left;
  }
  .tree-his .history-box:nth-child(2n) .image-boxx img {
    float: unset;
  }
  .tree-his .history-box:after {
    display: none;
  }
}
.tree-his .special-numb {
  position: relative;
  display: block;
  margin: 0px;
  font-size: 24px;
  color: #F2CD79;
  font-weight: 700;
}
.tree-his:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(124, 195, 231, 0.3);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 768px) {
  .tree-his:after {
    display: none;
  }
}

#panels_project {
  display: flex;
  flex-wrap: wrap;
}
#panels_project .section_panel {
  width: 50%;
  padding: 15px;
}
#panels_project .section_panel .project-inner {
  position: relative;
  aspect-ratio: 3/2;
  background: #F2CD79;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
#panels_project .section_panel .project-inner .project-img {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#panels_project .section_panel .project-inner .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#panels_project .section_panel .project-inner .content {
  position: absolute;
  z-index: 1;
  background: #F2CD79;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#panels_project .section_panel .project-inner .content > * {
  margin: 0;
}
#panels_project .section_panel .project-inner .content h3 {
  font-size: 1.2rem;
  font-weight: 400;
}
#panels_project .section_panel .project-inner:hover .project-img {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  #panels_project .section_panel {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.title-b {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  height: auto;
  text-transform: uppercase;
}
.title-b .title-d-1 {
  font-size: 13px;
  font-weight: 700;
}
.title-b .title-2 {
  margin-bottom: 0;
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
}
.title-b .title-2:before, .title-b .title-2:after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background-color: #666;
  left: 0;
}
.title-b .title-2:before {
  left: auto;
  right: 0;
}
.title-b .title-2 h2 {
  margin: 0 auto;
  max-width: 38%;
  font-weight: 700;
  font-size: 35px;
  color: #666;
  text-transform: inherit;
  text-align: center;
}
.title-b .title-2 p {
  text-transform: uppercase;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

.entry-content {
  text-align: justify;
}

.gmland-archive > .row > .col:first-child, .gmland-archive > .row > .col:nth-child(2) {
  flex-basis: 50%;
  max-width: 50%;
}
.gmland-archive > .row > .col:nth-child(3), .gmland-archive > .row > .col:nth-child(4) {
  flex-basis: 100%;
  max-width: 100%;
}
.gmland-archive > .row > .col:nth-child(3) .box-blog-post, .gmland-archive > .row > .col:nth-child(4) .box-blog-post {
  display: flex;
}
.gmland-archive > .row > .col:nth-child(3) .box-blog-post .box-image, .gmland-archive > .row > .col:nth-child(4) .box-blog-post .box-image {
  width: 220px;
}
.gmland-archive > .row > .col:nth-child(3) .box-blog-post .box-text, .gmland-archive > .row > .col:nth-child(4) .box-blog-post .box-text {
  padding-left: 20px;
}

.recruit-table thead tr {
  background: #F2CD79;
}
.recruit-table thead tr th {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  font-size: 18px;
}
.recruit-table tbody tr {
  background: ghostwhite;
}
.recruit-table tbody tr td {
  color: #666666;
  text-align: center;
  border: 1px solid #fff;
}
.recruit-table tbody tr:nth-child(odd) {
  background: #dfdfe0;
}

.invert-image img {
  filter: grayscale(1) brightness(5);
}

.category .page-title {
  font-size: 45px;
}

.home-slider .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation-name: zoomInOut;
  animation-timing-function: linear;
  animation-duration: 25s;
  animation-iteration-count: infinite;
}

.wheel {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 54px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 23px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.wheel:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 5px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: 3s linear infinite trackBallSlide;
  animation: 3s linear infinite trackBallSlide;
}

@keyframes trackBallSlide {
  0%, 100%, 30%, 60% {
    opacity: 1;
    transform: translateY(-12px);
  }
  15%, 50% {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeZoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes DrawStroke {
  0% {
    stroke-dashoffset: 480;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes GmFill {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  #logo {
    width: 240px !important;
  }
}
@media (max-width: 1180px) {
  #logo {
    width: 240px !important;
  }
}
