@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans");

/* header */
.btn:hover {
  background-color: #dcb47a;
}
.container__itp__header {
  position: fixed;
  top: 0;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.home__banner {
  position: absolute;
  z-index: 21;
  width: 100vw;
  left: 0;
  background: #f4f0ec;
  height: 50px;
}
.home__banner .wrap__medsos {
  width: 100%;
  max-width: 85%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 100%;
}
.home__banner .content__medsos {
  width: inherit;
  height: auto;
  margin: 18px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__banner .text__medsos {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.66px;
}
.home__banner .item__medsos {
  display: flex;
  flex-direction: row;
  column-gap: 54px;
  left: 0;
}

/* end of header */

/* navigation */
.navigation {
  background-color: transparent;
  position: absolute;
  top: 50px;
  z-index: 1;
  padding: 10px 0;
  transform: translate(50%, 0);
  right: 50%;
}

.navigation .item__navigation ul.navbar-nav {
  display: flex;
  flex-direction: row;
  column-gap: 48px;
  list-style: none !important;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px !important;
}

.navigation .item__navigation li {
  cursor: pointer;
}

.navigation .item__navigation .nav-item .nav-link {
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /*padding: 5px 8px;*/
  text-align: center;
  text-decoration: none !important;
}
.navigation .item__navigation .nav-item .nav-link.active,
.navigation .item__navigation .nav-item .nav-link:hover {
  color: #dcb47a;
}
.navigation .item__navigation .nav-item .nav-link.active {
  font-weight: 700;
}
.navigation .item__navigation .nav-item .nav-link.dropdown-toggle:after {
  margin-left: 10px;
  vertical-align: 2px;
}
.navigation .item__navigation .nav-item .dropdown-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 300px;
  left: 28px;
}
.navigation .item__navigation .nav-item .dropdown-menu li {
  padding: 5px var(--bs-dropdown-item-padding-x);
}
.navigation .item__navigation .nav-item .dropdown-menu li a {
  border-radius: 10px;
  color: #566270;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.navigation .item__navigation .nav-item .dropdown-menu li a:hover,
.navigation .item__navigation .nav-item .dropdown-menu li a.active {
  background: #dcb47a;
  color: #fff;
  padding: 10px 40px 10px 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.navigation .item__navigation .nav-item .dropdown-menu li a:hover:after,
.navigation .item__navigation .nav-item .dropdown-menu li a.active:after {
  background: url(../img/icon-right-arrow-white.png) no-repeat center
    transparent;
  background-size: 17px 14px;
  content: "";
  display: block;
  height: 14px;
  width: 17px;
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
}

.navigation .btn-quote {
  display: inline-flex;
  padding: 10px 24px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50px;
  background: #dcb47a;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  border: none;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 700;
  text-decoration: none;
}

.cta-btn {
  display: inline-flex;
  padding: 10px 24px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50px;
  background: #dcb47a;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  border: none;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 700;
  text-decoration: none;
}


.navigation .nav-menu {
  display: flex;
  column-gap: 100px;
}

.navigation.active {
  background-color: rgb(0 0 0) !important;
}

.navigation > div:first-child {
  max-width: 85%;
}

.wrap__navigation img {
  width: 370px;
  height: auto;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #cdcdcd;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 102vw;
  margin: -45px 0 0 0;
  padding: 100px 30px;
  /*margin-top: -10px;*/
  right: -32px;
  background: rgb(0 0 0 / 78%) !important;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh;
  /*top: 65px;*/
  z-index: -21;
}

#menu li,
#menu ul,
#menu a {
  list-style: none !important;
  text-decoration: none !important;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
}

#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-height:500px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rating {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}
.rating img{
  width: 40px;
}

.swiper-slide {
  width: 50%;
}

.swiper-slide:nth-child(2n) {
  width: 50%;
}

.swiper-slide:nth-child(3n) {
  width: 50%;
}
/* end of navigation */

/* sticky social media */
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -115px;
  top: 50%;
  width: 210px;
  z-index: 1100;
  transform: translate(0, -50%);
}
.sticky li {
  list-style-type: none;
  color: #efefef;
  height: 55px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.sticky li img {
  float: left;
  width: 50px;
  height: 50px;
}
.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 11px;
}
.sticky li p a {
  text-decoration: none;
  color: #2c3539;
}
.sticky li p a:hover {
  text-decoration: underline;
}

/* end of sticky social media */

/* banner */
.home .banner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.banner {
  top: 50px;
  max-width: 100vw;
  left: 0;
  background-color: rgb(173, 212, 212);
}
.banner .slick-track {
  margin-bottom: 0px;
}
.banner .slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 960px;
  max-height: 960px;
}

.banner .slick-dots {
  bottom: 7.5vh;
}

.banner .slick-dots li.slick-active button:before,
.banner .slick-dots li button:before {
  opacity: 0;
  display: none !important;
  background: transparent !important;
}

.banner .slick-dots li button {
  background: #a4a4a4;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.banner .slick-dots li.slick-active button {
  background: #d1940e;
  border-radius: 50%;
}

.banner .item .wrap-info-text {
  width: 100%;
  background-color: #00000059;
  opacity: 1;
  /* top: 50%; */
  /* transform: translate(50%, 50%); */
  height: 100%;
  z-index: 999;
}

.banner .item {
  background-color: #00000059;
  height: 100vh;
}

.banner .info-text {
  width: 85%;
  margin-top: 7%;
}

.banner .info-text .text-left {
  text-align: left;
  font-size: 45px;
  font-family: "Plus Jakarta Sans";
}

.banner .info-text div {
  color: #fff;
  font-family: Poppins;
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  /* 120% */
  text-align: left;
}

.banner .info-text p {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-top: 3rem;
  /* 40px */
}

.banner .item img {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  object-position: center;
  min-height: 0;
  max-height: 100vh;
}

.banner .item video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-project .slick-track{
  margin-bottom: 15px;
}

.banner-project .slick-dots {
  bottom: -30px;
}

.banner-project .slick-dots li.slick-active button:before,
.banner-project .slick-dots li button:before {
  opacity: 0;
  display: none !important;
  background: transparent !important;
}

.banner-project .slick-dots li button {
  background: #a4a4a4;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.banner-project .slick-dots li.slick-active button {
  background: #d1940e;
  border-radius: 50%;
}


/* end of banner */

/* content */
.container__itp {
  max-width: 85%;
  margin: 0 auto;
  background: #fff;
}

.residence_info {
  padding-top: 150px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  column-gap: 10%;
}
.residence_info .title {
  color: #564e4e;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 80px */
}

.residence_info p {
  color: #564e4e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  /* 41.4px */
}

.residence_info a {
  border-radius: 60px;
  background: #dcb47a;
  color: #fff;
  padding: 17px 60px;
  border: none;
  outline: none;
  text-decoration: none;
}

.residence_info span {
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  text-transform: capitalize;
}

.residence_info table div {
  max-width: 31px !important;
  width: 31px;
  height: 0.4px !important;
  background: #000;
  margin-right: 26px;
}

.residence_info table td:first {
  width: 31px !important;
}

.residence_info table span {
  color: #564e4e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  /* 45px */
}

.left-side .categories {
  color: #7d7d7d;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

.left-side .title {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  /*line-height: 200%;*/
  text-transform: uppercase;
  margin-bottom: 10px;
}

.residence_info img {
  width: 100%;
  max-width: 900px;
  border-radius: 60px 60px 60px 0px;
  box-shadow: none;
}

.featured_project {
  padding-top: 30px;
  padding-bottom: 30px;
}
.featured_project .banner {
  background-color: #fff;
}

.featured_project h4 {
  color: #564e4e;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  /*line-height: 200%;*/
  margin-bottom: 50px;
  /* 80px */
}

.container__dimension {
  width: 85%;
  margin: auto;
}
.dimension_project {
  margin-top: 150px;
  /*height: 1465px;*/
  padding: 100px 0;
  background-color: #faf5f2;
}

.dimension_project h4 {
  color: #564e4e;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  /*line-height: 200%;*/
  margin-bottom: 20px;
  /* 80px */
}

.dimension_project p {
  color: #564e4e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  /* 41.4px */
}

.dimension_project iframe {
  height: 50vw;
}

.gallery-nav-td {
  background-color: #faf5f2;
}

.gallery-nav-td img {
  margin-top: 20px;
  padding: 10px;
  height: 200px !important;
}
.gallery-for .slick-prev {
  left : 30px;
  z-index: 9;
}
.gallery-for .slick-next {
  right : 30px;
  z-index: 9;
}
.img-design .slick-prev {
  display: none !important;
}
.img-design .slick-next {
  display: none !important;
}
.gallery-nav-td .slick-prev {
  left: -22px;
  top: 60px;
  width: 30px;
  height: 30px;
  background: #dcb47a url(../../img/icon/arrow-prev.png) no-repeat center;
  background-size: 60%;
}

.gallery-nav-td .slick-next {
  right: -22px;
  top: 60px;
  width: 30px;
  height: 30px;
  background: #dcb47a url(../../img/icon/arrow-next.png) no-repeat center;
  background-size: 60%;
}

.carousel-project .box {
  /*display: grid;*/
  /*grid-template-rows: 0.7fr 0.3fr;*/
  /*width: 387.657px;*/
  /*height: 402.555px;*/
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16.147px;
  flex-shrink: 0;
  background: rgb(209, 209, 209);
  border-radius: 25.8px;
  background: #fff;
  box-shadow: 0px 6.458830833435059px 12.917661666870117px 0px
    rgba(41, 41, 41, 0.08);
  margin: auto;
  width: 90%;
  height: 100%;
}

.carousel-project .item {
  background: #fff;
}

.carousel-project .box .img {
  border-top-right-radius: 28.5px;
  border-top-left-radius: 28.5px;
  background-size: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 13 / 9;
  overflow: hidden;
  background-repeat: no-repeat;
}

.carousel-project .box .img .overlay {
  border-top-right-radius: 28.5px;
  border-top-left-radius: 28.5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: 13 / 9;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2e3131;
}

.carousel-project .box .img:has(:hover) .overlay {
  opacity: 0.7;
}

.carousel-project .text-overlay-featured {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.carousel-project .text-overlay-featured-name {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.caption {
  position: relative;
  background-color: #faf5f2;
  bottom: 0;
  height: 75px;
  text-align: center;
  padding: 20px;
}

.slide-text {
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.carousel-project .desc {
  padding: 20px;
  background: #fff;
  row-gap: 14px;
  border-radius: 25.8px;
}
.carousel-project .desc .categories {
  color: #7d7d7d;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.carousel-project .desc .title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}
  

.awards {
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 37px;
  justify-items: center;
}
.awards .awards__item {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 12px 22px 12px;
}

.awards .awards__item .item_content span {
  color: #4b4b4b;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}

.awards .awards__item .item_content img {
  width: 100%;
  max-width: 254px;
  }

#awards h4 {
  padding-top: 50px;
  color: #564e4e;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  /*line-height: 200%;*/
  /* 80px */
}

#awards .see_awards {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.concept, .past-events {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /* max-height: 364px; */
  height: 100%;
  column-gap: 10.5px;
  margin-bottom: 10px;
}

.concept_item {
  border-radius: 25px 25px 0px 0px;
  background: #faf5f2;
  max-width: 100%;
  /*max-height: 364px;*/
  height: 40vh;
  object-fit: contain;
  background-size: cover;
  background-repeat: no-repeat;
}

.concept-mobile {
  display: none;
}

.title-concepts {
  margin-top: 50px;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.title-concepts a {
  color: #DCB47A;
}

.title-concepts-breadcrumb {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.title-concepts-breadcrumb a {
  color: #DCB47A;
  text-decoration: none;
}

.footer {
  padding: 150px 5%;
  padding-bottom: 52px;
  background: linear-gradient(315deg, #000 0%, #4b4b4b 100%);
}

.icon_tip img {
  width: 320px;
}

.wrap__footer {
  display: flex;
  justify-content: space-between;
  column-gap: 2%;
  padding-bottom: 150px;
  border-bottom: 1px solid #faf5f2;
}

.newsletter-icon {
  display: none;
}

.newsletter .title {
  color: #dcb47a;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}

.newsletter .box-subscribe {
  display: flex;
  width: 100%;
  /* padding: 24px 30px; */
  align-items: flex-start;
  gap: 8px;
  background: #878787;
  border-radius: 50px;
  border: 1px solid #878787;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  justify-content: space-between;
  align-items: center;
  padding: 6px 19px;
}

.newsletter .mini-info {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.placeholder_email {
  color: #c4c4c4;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.newsletter input,
.newsletter input:focus {
  background-color: transparent;
  border: none;
  color: #c4c4c4;
  outline: none;
  box-shadow: none;
}

.newsletter button,
.bg-apply button,
.btn-gradient {
  display: inline-flex;
  padding: 12px 24px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 50px;
  background-color: #dcb47a;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  /* Remove the default border */
}

.info-wrap .title {
  color: #dcb47a;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}

.info-wrap ul,
.info-wrap a {
  color: #fff !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  list-style: none !important; /* Remove default list-style */
  text-transform: none !important;
  text-decoration: none !important;
  /* 24px */
}

.footer span {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 52px;
}

.info {
  column-gap: 10%;
}

#featuredModal {
  width: 100vw;
  height: 85%;
  margin: auto;
  --bs-modal-width: 100vw;
}

#featuredModal .modal-header {
  border-bottom: none;
}

#featuredModal .modal-header .title {
  flex-shrink: inherit;
  flex-basis: 100%;
  margin: auto;
}

#featuredModal .modal-header button {
  margin-left: -10px;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    overflow-y: auto;
    height: 82vh;
}

.modal-content .title {
  color: #7d7d7d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 40px */
}

.modal-content .desc {
  color: #564e4e;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 72px */
}

.img-list img {
  border-radius: 20px;
  /*max-width: 506px;*/
  margin-bottom: 15px;
}

.img-list {
  padding: 30px 160px 30px 160px;
}
.img-list span {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 40.8px */
}

.btn-show-all {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: capitalize;
  border-radius: 60px;
  background: #dcb47a;
  width: fit-content;
  padding: 17px 27px;
}

.mark-footer {
  grid-column-start: 1;
  grid-column-end: 5;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.mark-footer span {
  color: #dcb47a;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
/* basic article elements styling */

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

article img {
  width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
  height: 100%;
  object-fit: cover;
}

figure .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  aspect-ratio: 16/9;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2e3131;
}

figure:has(:hover) .overlay {
  opacity: 0.7;
}

.text-overlay {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.article-body {
  padding: 24px;
}

.article-body span {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.2px;
}

.article-body .title-project {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  line-height: 26.4px;
  text-align: left;
  margin: 15px 0px;
  color: #000;
}

.article-body p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
}

article a {
  /* display: inline-flex; */
  align-items: center;
  text-decoration: none;
  color: #28666e;
}

article a:focus {
  outline: 1px dotted #28666e;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #28666e;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/************************ 
Generic layout (demo looks)
**************************/

/* body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  min-height: 100vh; 
} */


.filter-sort {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}
.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-bottom: 50px;
}



@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

/*.pagination-section {
  margin-top: 100px;
  margin-bottom: 70px;
}*/

.paginations {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.paginations > li {
  display: inline;
  background-color: white !important;
}
.paginations > li:first-child > a,
.paginations > li:first-child > span,
.paginations > li:last-child > a,
.paginations > li:last-child > span {
  border-radius: 50%;
}

.paginations > li > a:focus,
.paginations > li > a:hover,
.paginations > li > span:focus,
.paginations > li > span:hover,
.paginations > .active > a,
.paginations > .active > a:focus,
.paginations > .active > a:hover,
.paginations > .active > span,
.paginations > .active > span:focus,
.paginations > .active > span:hover {
  background-color: #dcb47a;
  color: #ffffff !important;
  border: none !important;
}

.paginations > li > a,
.paginations > li > span {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: bold;
  color: #a4aca7;
  margin-left: 8px;
  margin-right: 8px;
}

.container__itp .description-project {
  font-family: Poppins;
  font-size: 18px;
  line-height: 41.4px;
  font-weight: 400;
  text-align: justify;
  margin-top: 120px;
  margin-bottom: 100px;
}

.container__itp .gallery-nav, .gallery-for {
  width: 85%;
  margin: auto;
  max-height: 775px;
}

.container__itp .gallery-nav img {
  width: 100%;
  height: auto;
  margin: 20px;
}

.container__itp .gallery-nav .slick-track {
  height: 200px;
}

.slick-prev {
  background: #dcb47a url(../img/icon/arrow-prev.png) no-repeat center !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-size: 40% !important;
  /*z-index: 999 !important;;*/
  left: -50px;
}
.slick-next {
  background: #dcb47a url(../img/icon/arrow-next.png) no-repeat center !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-size: 40% !important;
  /*z-index: 999 !important;;*/
  right: -50px;
}
.container__itp img.slick-slide,
.slick-slide img {
  object-fit: contain;
  height: 100%;
  max-height: 775px;
}
.container__itp .slick-prev:before,
.container__itp .slick-next:before {
  display: none;
}

.related-project {
  margin: 100px 0;
}

.related-project a {
  color: #000;
  text-decoration: none;
}
.related-project .prev-project:before {
  content: "<";
  background: url(../img/icon/prev.png) no-repeat center;
  color: transparent;
  margin-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}
.related-project .next-project:after {
  content: ">";
  background: url(../img/icon/next.png) no-repeat center;
  color: transparent;
  margin-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.form-container {
  background: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 85%;
  padding: 30px;
  padding-top: 100px;
  text-align: left;
}

form .row > [class*="col-"] {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 17px;
}

.form-container .form-control,
.form-container .form-select {
  background-color: #fff;
  border: 1px solid #afa2c3;
  border-radius: 8px;
  color: #3e334e;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-height: 52px;
}
.form-container .form-label {
  font-size: 16px;
}
.form-container .form-control[type="file"] {
  line-height: 40px;
}
form .invalid-feedback {
  color: #eb4335;
  position: absolute;
  left: 12px;
  bottom: 0;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  min-width: 100px;
  width: auto;
}

form label,
form input,
form select,
form textarea {
  font-family: Poppins;
  font-size: 16px;
}

select option[disabled]:first-child {
  display: none;
}



/* loader */
.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #FFF;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-left: 5px;
  margin-top: 5px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


/* media news event */
.news-list-heading {
  margin-top: 120px;
  margin-bottom: 100px;
}

.news-articles-item {
  margin-bottom: 50px;
}

.news-articles-thumbnail {
  max-width: 100%;
  height: 100vh;
  max-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.news-articles-item-inner {
  padding: 8% 0;
}

.news-articles-category a {
  align-items: center;
  margin-bottom: 10px;
  color: #DCB47A;
  font-size: 20px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 45px;
  text-decoration: none;
}

.news-articles-title h4 {
  margin-bottom: 10px;
  min-height: 80px;
  font-size: 24px;
  font-weight: 700;
  font-family: Montserrat;
  line-height: 45px;
  padding: 25px 0;
}
.news-articles-title a {
  text-decoration: none;
  color: #000;
}

.news-articles-excerpt, 
.news-articles-excerpt p, 
.news-articles-excerpt span {
  margin-bottom: 40px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #3E334E;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
}

.img-news-detail {
  width: 100%;
  height: auto;
}

.sidebar-item {
  border: 1px solid #C4C4C4;
  margin-bottom: 30px;
}
.sidebar-item .form-container {
  box-shadow: none;
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.form-search .input-group .form-control {
  border-color: #C4C4C4;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 30px;
  font-family: Poppins;
}
.form-search .input-group .form-control {
  border-color: #C4C4C4;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 30px;
  font-family: Poppins;
}
.form-search .input-group .btn {
  border-radius: 0;
  max-width: 90px;
  min-height: 80px;
  padding: 25px;
}
.sidebar-heading {
  padding: 35px 35px 0 35px;
}
.sidebar-heading h4 {
  border-bottom: 1px solid #C4C4C4;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 30px;
}
.sidebar-body {
  padding: 35px;
}
.news-category-item:first-child a {
  border-top: 0 none;
  padding-top: 0;
}
.news-category-item a {
  border-top: 1px solid #C4C4C4;
  color: #797979 !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  font-family: Poppins;
}

.upcoming-events img.event-image {
  width: 100%;
  height: auto;
}
.detail-upcoming-events {
  display: flex;
  column-gap: 50px;
  max-width: 75%;
  margin: 30px auto;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}
.detail-upcoming-events img{
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.detail-upcoming-events-date, .detail-upcoming-events-time {
  width: 70%;
  display: -webkit-inline-box;
}
.detail-upcoming-events-loc {
  width: 150%;
  display: -webkit-inline-box;
}

.past-events .col-sm-12 {
  display: flex;
  column-gap: 25px;
}

.past-events .detail-upcoming-events{
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 0;
}

.detail-news-event, .detail-event {
  margin-top: 50px;
}
.detail-news-event .title, .detail-event .title h1{
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
  font-family: Poppins;
  margin-bottom: 30px;
}

.detail-news-event .description {
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  font-family: Poppins;
  margin-bottom: 100px;
  margin-top: 50px;
}
/* .detail-news-event .description img{
    max-width: 80%;
    max-height: 80%;
    height: 100%;
    width: 100%;
} */
.detail-event .banner-event img{
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  margin-top: 50px;
}
.detail-event .description {
  margin-bottom: 100px;
}

.detail-event .description table {
  width: 100%;
}
.detail-event .description table td {
  text-align: left;
  padding: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.detail-event .description table tr td:first-child {
  width: 60%;
}
.detail-event .description table tr td:nth-of-type(2n) {
  border-left: 1px solid #CCCCCC;
  width: 40%;
}
.detail-event .description table td .loc {
  display: -webkit-inline-box;
  white-space: pre-wrap;
}
.detail-event .description table td button {
  padding: 12px 50px;
}
.detail-event .description .content-event {
  text-align: justify;
  margin-top: 50px;
  font-size: 18px;
  /* line-height: 55px;
  font-weight: 400; */
  font-family: Poppins;
}
.news-list-heading .title h2 {
  font-size: 40px;
  font-family: Poppins;
  line-height: 100%;
  font-weight: 600;
}
.event-list-section .sub-title:nth-of-type(2n) {
  margin: 100px auto;
}
.event-list-section .sub-title {
  font-size: 30px;
  font-family: Poppins;
  line-height: 200%;
  font-weight: 600;
  margin-bottom: 30px;
}
.upcoming-events img.event-image {    
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
}
.detail-upcoming-events {
  display: flex;
  column-gap: 50px;
  max-width: 75%;
  margin: 30px auto;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}
.detail-upcoming-events img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.detail-upcoming-events-loc {
  width: 150%;
  display: -webkit-inline-box;
}
.event-list-section .sub-title:nth-of-type(2n) {
  margin: 100px auto;
}
/* end media news event */

.container__itp .description{
  font-family: Poppins;
  font-size: 18px;
  line-height: 41.4px;
  font-weight: 400;
  text-align: justify;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* contact us */
.contact-us {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../img/bg__contact_us.jpg) no-repeat center;
  background-size: 100% 100%;
}
.maps {
  margin-bottom: 120px;
}
.maps iframe {
  width: 100%;
  height: auto;
  margin: 120px 0;
  text-align: center;
  min-height: 500px;
}
.maps h4{
  font-size: 22px;
  line-height: 200%;
  font-weight: 500;
  font-family: Poppins;
  color: #DCB47A;
}
.maps p{
  font-size: 18px;
  line-height: 200%;
  font-weight: 500;
  font-family: Poppins;
}
/* end of contact us */


/* free service */
.free-service .form-container,
.free-quotation .form-container {
  box-shadow: none;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}
.free-service .btn-gradient, 
.free-quotation .btn-gradient {
  padding: 12px 70px;
}

/* end of free service */

/* ABOUT PAGE =========================================================================== */
.bg_about {
  background: url(../img/about/bg_about.png);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: 50% 0px;
  /*background-attachment: fixed;*/
  margin-top: 50px;
}
.bg_about .title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 150% */
}

.bg_about .desc {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  max-width: 55ch;
  /* 40px */
}

.bg_about>div:first-child {
  background: rgba(0, 0, 0, 0.35);
}

.about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: url(../img/bg__about_us.jpg);
  background-size: cover;
}
.about-us .left-side {
  /*background: url(../img/about/bg-profile.png);*/
  height: 100%;
  background-size: auto;
  padding-left: 70px;
  padding-right: 70px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-us .left-side .title {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  /*line-height: 200%;*/
  margin-bottom: 10px;
  /* 80px */
}

.about-us .right-side {
  /*background: url(../img/about/bg-rightside.png);*/
  max-height: 960px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-us .desc {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 41.4px */
}

.mission {
  background: url(../img/about/bg-mission.png);
  /*max-height: 1471px;*/
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 7%;
}

.wrap-mission {
  background: #FFF;
  width: 70%;
  padding: 150px 78px;
  grid-template-rows: auto 1fr 1fr;
  grid-template-columns: auto 1fr 1fr;
  display: grid;
  column-gap: 17px;
  row-gap: 30px;
}
.wrap-mission .title-mission {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 4;
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  /*line-height: 200%;*/
  /* 80px */
}
.wrap-mission .img-mission {
  grid-column-start: 1;
  grid-column-end: 2;

}
.wrap-mission .desc-mission {
  grid-column-start: 2;
  grid-column-end: 4;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  /* 41.4px */
}

.awards-about {
  display: grid;
  grid-template-rows: fit-content(100px) 1fr;
  grid-template-columns: 1fr 1fr 20% 1fr 1fr;
  gap: 0px;
  height: 100%;
  row-gap: 100px;
  padding: 150px 0px;
}
.awards-about .title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 80px */
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 6;
}

.awards-about .desc {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  /* 41.4px */
}

.awards-about .left-side {
  grid-column-start: 1;
  grid-column-end: 3;

}

.awards-about .right-side {
  grid-column-start: 4;
  grid-column-end: 6;
}

.awards-about .title-awards {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 64px */
}

.awards-about .desc-awards {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  /* 41.4px */
}
.awards-about .img {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.our-partners {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px;
  height: 100%;
  row-gap: 24px;
}
.our-partners .title {
  grid-column-start: 1;
  grid-column-end: 6;
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 80px */
  padding-bottom: 55px;
}
.our-partners .item-0 {
  background: #FAF5F2;
  height: auto;
  text-align: center;
  padding: 30px 0px;
}

.our-partners .item-1 {
  background: #F4F0EC;
  height: auto;
  text-align: center;
  padding: 30px 0px;
}

.item-0 img, 
.item-1 img {
  height:90px;
  width: auto;
}

.our-partners-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.our-partners-list .left-side {
  grid-column-start: 1;
}
.our-partners-list .right-side {
  grid-column-start: 2;
}

.our-partners-table {
  padding: 78px 0px 178px 0px;
}
.our-partners-table th,  
.our-partners-table tr, 
.our-partners-table td{
  border:1px solid #DCB47A;
}
.our-partners-table td {
  padding: 29px 0px;
  color: #3C3C3C;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

.company {
  background: linear-gradient(0deg, #21252970, #21252969), url(../img/about/bg-company.png) no-repeat center;
  padding: 100px 7.5%;
  text-align: center;
  color: #fff;
  margin: auto;
  background-size: cover;
}
.company p{
  font-family: Poppins;
  font-size: 18px;
  line-height: 230%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.our-team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  /*column-gap: 75px;*/
  row-gap: 70px;
  margin-top: 70px;
  text-align: center;
}
.our-team .team {
  display: flex;
  flex-direction: column;
  column-gap: 0;
  width: 80%;
}
.our-team .team .profile {
  height: 70%;
}
.our-team .team .profile img {

}
.our-team .bio {
  margin-top: 20px;
}
.our-team .bio p{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.our-team .bio p:first-child{
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

.collapsible {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 18px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  outline: none;
  font-family: 'Poppins';
  position: relative;
  border: 1px solid #DCB47A;
  font-weight: 600;
  line-height: 21.6px;
  display: flex;
}
.collapsible p {
  width: 100%;
  margin-bottom: 0px;
}
.collapsible span {
  font-weight: 400;
  width: 35%;
  color: #DCB47A;
}

.collapsible.active {
  background-color: #fff !important;
  border-radius: 10px 10px 0 0;
  transition: max-height 0.2s ease-out;
}

.collapsible:after {
  content: "\2304";
  font-size: 45px;
  color: #DCB47A;
  position: absolute;
  right: 5%;
  top: 5px;
  font-weight: 400;
}

.collapsible.active:after {
  content: "\2303";
  top: 20px;
}

.content {
  padding: 20px;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
  border: 1px solid #DCB47A;
  border-radius: 0 0 10px 10px;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 200%;
  font-weight: 400;
  display: none;
}

.collapsible.active .content {
  display: block;
}

.career {
  margin-bottom: 150px;
}
.career .title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 50px;
}
.career .title .desc{
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 30px;
}
.career h4 {
  font-family: Poppins;
  font-size: 24px;
  line-height: 200%;
  font-weight: 600;
}
.job {
  display: flex;
  column-gap: 115px;
}
.job .bg-apply img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 50px;
}
.teams {
  margin-bottom: 100px;
}
.teams .title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 80px */
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 6;
}
.teams .desc {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  /* 41.4px */
}

#formapply .modal-body-wrap .row{
  margin-bottom: 20px;
  font-family: Poppins;
}

#formapply .modal-body-wrap .form-label {
  font-family: Poppins;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}

#formapply .modal-body-wrap i {
  font-weight: 600;
  color: #FF0000;
}

.panel {
  margin-bottom: 20px;
}

.teams .our-team .profile img{
  max-width: 80%;
  height: 340px;
  object-fit: contain;
}

/* CREATIVITY PAGE ========================================================================*/
.creativity {
  background: #fff;
}

.our-creativity .title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  /*line-height: 80px;*/
  margin-top: 5px;
}
.our-creativity .description {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

.bg_creativity {
  background: url(../img/creativity/bg__banner.png);
}
.bg_creativity .desc {
  margin-top: 1rem;
}
.banner-creativity {
  top: 50px;
  /* height:300px; */
  /* position: absolute; */
  max-width: 100vw;
  left: 0;
  background-color: rgb(173, 212, 212);
}
.banner-creativity .item .wrap-info-text {
  width: 100%;
  background-color: #00000059;
  opacity: 1;
  /* top: 50%; */
  /* transform: translate(50%, 50%); */
  height: 100%;
}

.banner-creativity .item {
  background-color: #00000059;
}

.banner-creativity .info-text-creativity {
  width: 85%;
}

.banner-creativity .info-text-creativity div {
  color: #fff;
  font-family: Poppins;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  /* 120% */
  text-align: center;
}

.banner-creativity .info-text-creativity p {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  width: 44%;
  text-align: center;
  margin: auto;
  /* 40px */
}

.banner-creativity .item img {
  width: 100%;
  height: auto;
}

.residence_info-creativity {
  /* padding-top: 100px; */
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  column-gap: 83px;
}

.residence_info-creativity span {
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px;
  /* 19.2px */
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.residence_info-creativity .projects {
  margin-top: 90px;
  position: relative;
}

.residence_info-creativity img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  box-shadow: 0px -20px 0px 0px rgba(0, 0, 0, 0.23);
  /* max-width: 957px; */
}
.residence_info-creativity .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: calc(100% - calc(var(--bs-gutter-x) * 1));
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 36px;
    margin: auto;
}

/* END CREATIVITY PAGE ========================================================================*/


/* TESTIMONIAL PAGE ========================================================================*/
.our-service .title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 80px */
}
.our-service .container-carousel {
  width: 700px;
  border-radius: 16px;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0px 9px 32px 0px rgba(89, 92, 219, 0.05);
  position: absolute;
  bottom: 0;
  top: 0;
  transform: translate(50%, 50%);
  right: 50%;
}
.our-service .container-carousel .title {
  color:  #1B1C57;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 187.5% */
  text-transform: capitalize;
}
.our-service .container-carousel .desc {
  text-align: justify;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 36px;  */
  /* 200% */
  padding-bottom: 15px;
}
.wrap-tip {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  column-gap: 24px;
}
.wrap-tip .user {
  color: var(--neutral-900, #0E1735);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
  text-align: left;
}
.wrap-tip .position {
  color: var(--neutral-500, #888B97);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 200% */
  text-align: left;
}

/* .swiper-wrapper {
  height: 900px !important;
} */


.video-testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 55px;
  /*padding-bottom: 60px;*/
}
.video-testimonial .title {
  grid-column-start: 1;
  grid-column-end: 4;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 80px */
  padding: 40px 0px 84px 0px;
}

img.noprofile {
  width: 75px;
  height: 75px;
}
/* END TESTIMONIAL PAGE ========================================================================*/

.img-design {
  display: flex;
  justify-content: center;
}
.img-design img {
  margin-top: 50px;
  width: 100%;
}

.wrap__footer .icon_tip {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.y-link{
   position: relative;
   height: 0;
  overflow:hidden;
}
.y-link iframe {
   position:absolute;
   top:50%;
   transform:translateY(-50%);
   left:0;
   pointer-events:none;
   width:100vw;
   height:56.25vw;
   margin-top: 50px;
}

@media only screen and (max-width: 1649px) {

  .banner .info-text .text-left {
    font-size: 2.5em;
  }
  .banner .info-text p {
    font-size: 18px;
  }
  
  .residence_info {
    padding-top: 100px;
  }
  .our-service .container-carousel {
    width: 80%;
    transform: translate(50%, 6%);
  }
  .our-service .container-carousel .desc,
  .our-service .container-carousel .desc .user {
    font-size: 14px;
  }
  .our-service .container-carousel .title {
    font-size: 20px;
  }
  .rating img { 
    width: 30px;
    height: 30px;
    margin: 5px;
  }
  img.noprofile {
    width: 60px !important;
    height: 60px;
  }
}

@media only screen and (min-width: 1650px) {
  .container_testimoni {
    height: 600px;
  }

  .container-carousel {
    margin-top: -135px;
    height: 450px;
  }

  .video iframe {
    height: 312px;
  }

  .gallery-for-td {
    /* height: 750px; */
  }

}

@media only screen and (max-width: 1650px) {
  .bg_about .title {
    font-size: 42px;
    line-height: 150%;
  }
  .bg_about .desc {
    font-size: 16px;
  }

  .about-us .desc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1500px) {
  .our-team {
    margin-top: 0px;
  }
  .our-team .team .profile {
    height: 65%;
  }
  .teams .our-team .profile img{
    max-width: 70%;
    /*height: 340px;*/
    object-fit: contain;
  }
  .our-team .bio p:first-child {
    line-height: 30px;
  }
  .banner .info-text p {
    font-size: 15px;
  }

  .modal-content .desc {
    font-size: 35px;
  }

  .img-list span {
    font-size: 16px;
  }

  .residence_info,
  .featured_project,
  #awards h4 {
    padding-top: 125px;
  }
  .dimension_project {
    padding-top: 125px;
    margin-top: 125px;
    padding-bottom: 125px;
  }
  .title-concepts {
    margin-top: 120px;
  }
  .footer {
    padding-top: 125px;
    padding-bottom: 52px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .wrap__footer {
    padding-bottom: 125px;
  }

  .footer .info-wrap .title {
    font-size: 22px;
  }

  .footer .info-wrap ul, 
  .footer .info-wrap a {
    font-size: 15px;
  }

  .wrap__navigation img {
    width: 170px;
    height: auto;
  }
}

@media only screen and (max-width: 1400px) {
  .collapsible span {
    width: 45%;
  }
  .navigation .item__navigation .nav-item .nav-link {
    font-size: 16px;
  }
  .navigation .nav-menu {
    column-gap: 70px;
  }
  .navigation .item__navigation .nav-item .dropdown-menu {
    width: 200px;
  }
  .navigation .item__navigation .nav-item .dropdown-menu li a {
    padding: 5px 0;
    font-size: 16px;
  }
  .banner .info-text .text-left {
    font-size: 2em;
    line-height: 150%;
  }
  .bg_about {
    margin-top: 50px;
  }
  .bg_about .d-flex {
    padding-top: 70px;
  }
  .bg_about .title {
    font-size: 27px;
    line-height: 150%;
    margin-bottom: 1rem;
  }
  .bg_about .desc {
    font-size: 12px;
  }

  .bg_creativity .title {
    font-size: 45px;
  }
  .bg_creativity .desc {
    font-size: 15px;
  }

  .company {
    padding: 70px 7.5%;
  }
  .company p {
    font-size: 16px;
    line-height: 200%;
  }

  .residence_info p {
    font-size: 16px;
    line-height: 210%;
  }

  .residence_info span {
    font-size: 14px;
  }

  .residence_info a {
    padding: 14px 40px;
  }
  .residence_info,
  .featured_project,
  #awards h4 {
    padding-top: 100px;
  }
  .dimension_project {
    padding-top: 100px;
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .career {
    margin-bottom: 0;
  }
  .title-concepts,
  .our-creativity .title {
    margin-top: 100px;
  }
  .footer {
    padding-top: 100px;
    padding-bottom: 52px;
    padding-right: 6%;
    padding-left: 6%;
  }

  .wrap__footer {
    padding-bottom: 100px;
  }

  .footer .info-wrap .title,
  .newsletter .title {
    font-size: 20px;
  }

  .footer .info-wrap ul, 
  .footer .info-wrap a,
  .newsletter .mini-info {
    font-size: 14px;
  }

  .newsletter button, 
  .bg-apply button {
    padding: 6px 20px;
  }

  .awards-about {
    padding: 70px 0;
  }
  .awards-about .title-awards {
    font-size: 30px;
    padding: 10px 0;
  }
  .awards-about .desc-awards {
    font-size: 15px;
  }

  .awards-about .img {
    width: 70%;
    height: 150px;
    display: flex;
  }
  .awards-about img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .mission {
    padding: 100px 7%;
  }
  .mission .wrap-mission {
    padding: 70px 78px;
  }

  .news-list-heading {
    margin-top: 100px;
    margin-bottom: 70px;
  }

  .news-articles-category a {
    font-size: 14px;
    line-height: 200%;
  }
  .news-articles-title h4 {
    font-size: 20px;
    line-height: 170%;
    padding: 15px 0;
  }

  .news-articles-excerpt, 
  .news-articles-excerpt p, 
  .news-articles-excerpt span {
    font-size: 15px;
    line-height: 200%;
    margin-bottom: 0;
  }

  .form-search .input-group .btn {
    padding: 21px;
    max-width: 100%;
    min-height: 0;
  }
  .sidebar-heading h4 {
    font-size: 22px;
  }

  .news-category-item a {
    font-size: 16px;
    padding: 15px 0;
  }

  .paginations > li > a, 
  .paginations > li > span {
    font-size: 16px;
    padding: 15px 21px;
  }

  .container__itp .description {
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 200%;
    font-size: 16px;
  }
  .contact-us {
    padding: 100px 0;
  }
  .maps {
    margin-bottom: 100px;
  }
  .maps iframe {
    margin: 100px auto;
  }

  .maps h4 {
    font-size: 20px;
  }
  .maps p {
    font-size: 16px;
  }

  .wrap__footer .icon_tip {
    flex-direction: column;
    row-gap: 30px;
  }
  .newsletter {
    display: none;
  }

  .newsletter-icon {
    display: block;
  }
}

@media only screen and (max-width:1360px) {
  .about-us .left-side {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-us .title {
      font-size: 30px !important;
  }

  .about-us .desc {
      font-size: 11px;
  }
  
  .navigation .item__navigation .nav-item .nav-link {
    font-size: 16px;
  }
  .navigation .item__navigation ul.navbar-nav {
    column-gap: 40px;
  }
  .our-service .container-carousel .desc,
  .our-service .container-carousel .desc .user {
    font-size: 13px;
  }
}

@media only screen and (max-width:1280px) {
  .our-partners {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer .info-wrap ul, 
  .footer .info-wrap a, 
  .newsletter .mini-info,
  .newsletter input,
  .newsletter button {
    font-size: 14px;
  }
  .newsletter::after {
    content: "";
    flex: auto;
  }
  .y-link iframe {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    pointer-events:none;
    width: 111vw;
    height: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1140px) {
  
  .navigation .item__navigation .nav-item .nav-link {
    font-size: 14px;
  }
  .navigation .nav-menu {
    column-gap: 50px;
  }
  .navigation .item__navigation .nav-item .dropdown-menu {
    width: 200px;
  }
  .navigation .item__navigation .nav-item .dropdown-menu li a {
    padding: 5px 0;
    font-size: 14px;
  }
  .navigation .item__navigation ul.navbar-nav {
    column-gap: 30px;
  }
  
}

@media only screen and (max-width:1100px) {
  h4 {
    font-size: 35px;
  }
  .dimension_project p {
    font-size: 15px;
  }
  .title-concepts {
    font-size: 18px;
  }
  .residence_info,
  .featured_project,
  #awards h4 {
    padding-top: 70px;
  }
  .dimension_project {
    padding-top: 70px;
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .title-concepts {
    margin-top: 70px;
  }
  .footer {
    padding-top: 70px;
    padding-bottom: 52px;
    padding-right: 6%;
    padding-left: 6%;
  }

  .wrap__footer {
    padding-bottom: 100px;
  }
  .footer {
    padding-right: 5%;
    padding-left: 5%;
  }
  .footer .info-wrap .title, 
  .newsletter .title {
    font-size: 17px;
  }

  .footer .info-wrap ul, 
  .footer .info-wrap a, 
  .newsletter .mini-info,
  .newsletter input,
  .newsletter button {
    font-size: 12px;
  }

  .sticky li {
    height: 40px
    width: 40px;
  }
  .sticky li img {
    height: 35px;
    width: 35px;
  }
}

@media only screen and (max-width: 1028px) {
  .bg_about {
    max-height: 700px !important;
  }
  .bg_about .title {
    font-size: 23px;
    line-height: 30px;
  }

  .bg_about .desc {
    padding-top: 20px;
    font-size: 14px;
    max-width: 35ch;
  }

  .y-link iframe {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-40%);
    pointer-events: none;
    width: 478vw;
    height: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width:1024px) {
  .about-us {
    grid-template-columns: 1fr;
  }
  .about-us .left-side {
    padding: 70px 10%;
  }

  .video-testimonial {
    grid-template-columns: 1fr !important;
    row-gap: 30px;
    /*max-width: fit-content;*/
  }
  .video-testimonial .title {
    grid-column-end: 1 !important;
    font-size: 24px !important;
    padding-bottom: 10px;
  }
  .video-testimonial .videos img {
    width: 100%; /* Make the image width 100% of the container's width */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Remove any extra spacing below the image */
  }
}

@media screen and (max-width: 960px) {
  article {
    container: card/inline-size;
  }
  .article-body p {
    display: none;
  }

  .about-us {
    background: none;
    background-color: #f5f0ed;
  }

  .about-us .right-side {
    display: none;
  }

  .footer span {
    font-size: 15px;
  }
}

@media screen and (max-width: 835px) {
  .footer .info-wrap .title, 
  .newsletter .title {
    font-size: 15px;
  }

  .footer .info-wrap ul, 
  .footer .info-wrap a, 
  .newsletter .mini-info, 
  .newsletter input, 
  .newsletter button{
    font-size: 11px;
  }

  .footer span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-nav-td img {
    height: 70px !important;
  }
  .rating {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }

  .video iframe {
    height: 312px;
  }
  .rating img{
      width: 30px !important;
  }
  /* navigation */
  .home__banner {
    position: fixed;
  }
  #menu li{
    margin-bottom: 10px;
  }
  .item__navigation ul {
    flex-direction: column !important;
  }
  .item__navigation,
  .nav-menu .btn-quote {
    display: none;
  }
  .navigation {
    top: 50px !important;
  }
  /* end of navigation */

  /* content */

  main {
    margin-top: 50px;
  }

  .wrap__footer {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }

  .wrap__footer div {
    width: 100%;
  }

  .box-subscribe {
    width: 100% !important;
  }
  .footer {
    padding: 20px;
  }
  .concept {
    max-height: fit-content;
    grid-template-columns: 1fr;
    display: none;
    margin-top: 70px;
  }
  .concept-mobile{
    display: block;
  }
  .wrap__footer {
    padding-bottom: 50px;
  }
  .box {
    width: 85% !important;
    margin-bottom: 50px !important;
  }
  .item__medsos {
    column-gap: 10px !important;
    position: unset !important;
  }
  .item__medsos div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text__medsos {
    text-align: right !important;
    padding-left: 20px !important;
    text-wrap: balance;
  }
  
  .residence_info {
    padding-top: 30px;
    grid-template-columns: 1fr !important;
    flex-wrap: wrap;
  }
  .residence_info .title {
    font-size: 30px;
  }
  
  .residence_info  .bottom {
    order: 2;
  }
  .residence_info p {
    font-size: 15px !important;
    line-height: 213% !important;
    text-align: justify !important;
  }

  /* .overlay {
    height: 53%;
  } */

  .residence_info span,
  .our-creativity .residence_info span {
    font-size: 14px;
  }

  .our-creativity .title {
    font-size: 35px;
  }

  .our-creativity .description {
    width: 85%;
    margin: auto;
    font-size: 16px;
  }

  .residence_info-creativity span {
    font-size: 35px;
  }

  .residence_info .projects {
    margin-bottom: 50px;
    position: relative;
  }

  .featured_project {
    padding-top: 70px !important;
  }

  .featured_project h4 {
    font-size: 35px !important;
  }

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

  #awards h4 {
    font-size: 35px !important;
    padding-top: 70px;
  }
  #awards .see_awards {
    font-size: 15px !important;
  }
  .awards,
  .concept {
    row-gap: 10px !important;
  }

  .newsletter .title,
  .info-wrap .title {
    font-size: 20px !important;
  }
  .newsletter .mini-info,
  .info-wrap ul,
  .info-wrap a,
  .placeholder_email {
    font-size: 13px !important;
  }
  .newsletter button {
    font-size: 15px !important;
    margin-left: -150px;
  }

  .img-list img {
    border-radius: 20px;
    max-width: 150px !important;
    padding-bottom: 15px;
  }
  .img-list span {
    font-size: 17px;
  }
  .img-list {
    padding: 20px 80px;
  }

  .mark-footer,
  .mark-footer span {
    font-size: 14px;
  }

  .title-concepts {
    /*padding: 20px;*/
    margin: auto;
    margin-top: 80px;
    font-family: Poppins;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    width: 85%;
  }

  .title-concepts a {
    color: #dcb47a;
  }

  .pagination-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .paginations > li > a,
  .paginations > li > span {
    font-size: 15px;
    padding: 13px 17px;
  }

  .related-project {
    font-size: 15px;
    line-height: 20px;
  }

  .free-service .form-container,
  .free-quotation .form-container {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .wrap__footer .icon_tip {
    text-align: center;
    row-gap: 20px;
  }

  .wrap__footer .icon_tip img {
    width: 70%;
    height: auto;
  }

  .container__itp .description {
    font-family: Poppins;
    font-size: 18px;
    line-height: 41.4px;
    font-weight: 400;
    text-align: justify;
    margin-top: 120px;
    margin-bottom: 100px;
  }
  /* end of content */

  /* our creativity */
  .articles {
    flex-wrap: wrap;
    padding-inline: 0;
    margin-top: 50px;
  }

  .gallery-nav .slick-prev {
    left: -35px;
    width: 30px;
    height: 30px;
    background: #dcb47a url(../img/icon/arrow-prev.png) no-repeat center;
    background-size: 60%;
  }

  .gallery-for .slick-next {
    right: -35px;
    width: 30px;
    height: 30px;
    background: #dcb47a url(../img/icon/arrow-next.png) no-repeat center;
    background-size: 60%;
  }

  .gallery-for .slick-prev {
    left: -35px;
    width: 30px;
    height: 30px;
    background: #dcb47a url(../img/icon/arrow-prev.png) no-repeat center;
    background-size: 60%;
  }

  .gallery-nav .slick-next {
    right: -35px;
    width: 30px;
    height: 30px;
    background: #dcb47a url(../img/icon/arrow-next.png) no-repeat center;
    background-size: 60%;
  }
  .concept-mobile {
    display: block;
  }

  /* end of our creativity */

  /* news & events */
  .detail-upcoming-events {
    flex-wrap: wrap;
  }
  .detail-upcoming-events-date,
  .detail-upcoming-events-time {
    width: 100%;
    margin-bottom: 10px;
  }
  .past-events {
    grid-template-columns: auto;
  }
  .news-articles-title h4 {
    padding: 15px 0;
  }
  .past-events .detail-upcoming-events {
    row-gap: 0;
  }
  .detail-upcoming-events img {
    width: 22px;
  }
  .detail-news-event .title, 
  .detail-event .title {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .detail-event .banner-event img {
    margin-bottom: 30px;
  }
  .detail-event .container__itp .description {
      margin-bottom: 80px;
      margin-top: 60px;
  }
  .detail-event .description table td {
    display: block;
    clear: both;
    border: none;
    width: 100%;
    padding: 3px;
  }
  .detail-event .description table td img {
    width: 25px;
  }
  .detail-event .description table td[data-th]:before {
    content: attr(data-th);
    float: left;
  }
  .detail-event .description table tr td:nth-of-type(2n) {
    border: none;
  }
  .detail-upcoming-events-date,
  .detail-upcoming-events-time,
  .detail-event .description table tr td:first-child,
  .detail-event .description table tr td:nth-of-type(2n) {
    width: 100%;
  }
  .detail-event .description .content-event {
    line-height: 40px;
  }


  /* end of news & events */

  .awards {
    grid-template-columns: 1fr;
  }

  .dimension_project {
    padding: 70px 0;
    margin-top: 70px;
  }

  .dimension_project h4 {
    font-size: 30px;
  }

  .dimension_project p {
    font-size: 15px;
    line-height: 200%;
  }

  .container__dimension {
    width: 85%;
    margin: auto;
  }
  .newsletter button, 
  .bg-apply button {
    padding: 6px 20px;
  }

  .about-us {
    grid-template-columns: 1fr;
    background: none;
    background-color: #f5f0ed;
  }
  .about-us .left-side {
    padding: 70px 10%;
  }
  .about-us .desc {
    font-size: 12px;
    line-height: 200%;
  }
  .about-us .right-side {
    background-size: contain;
    background-position: top;
    height: calc(1 * 99vw);
    display: none;
  }
  
  .sticky-container {
    display: none;
  }

  .mission {
    padding: unset !important;
    height: unset !important;
  }

  .wrap-mission {
    /*padding: 40px;*/
    width: 100%;
    /*grid-template-columns: 1fr;*/
    /*grid-template-rows: 1fr;*/
    /*row-gap: 10px;*/
  }
  .wrap-mission .title-mission {
    font-size: 31px;
  }

  .wrap-mission .img-mission{
    /*grid-column-start: 1;*/
    /*margin-top: 30px;*/
    display: grid;
    justify-content: center;
    align-items: center;
  }

  .wrap-mission .desc-mission {
    /*grid-column-start: 1;*/
    font-size: 14px;
  }

  .awards-about {
    grid-template-rows: fit-content(100px) 1fr 1fr;
    grid-template-columns: 1fr;
    row-gap: 50px !important;
    padding: 100px 0;
  }
  .awards-about .title {
    font-size:31px;
  }
  .awards-about .desc {
    font-size: 14px;
  }

  .left-side {
    grid-column-start: 1 !important;
  }

  .right-side {
    grid-column-start: 1 !important;
  }

  .title-awards {
    font-size: 25px !important;
    text-align: center;
  }

  .desc-awards {
    font-size: 14px !important;
    text-align: center;
  }

  .left-side .img,
  .right-side .img {
    text-align: center !important;
  }

  .awards-about .left-side .img img{
    width: 90%;
    height: auto;
    max-height: 100%;
  }

  .our-partners {
    grid-template-columns: 1fr 1fr;
  }
  .our-partners .item-0 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .our-partners .item-1 {
    grid-column-start: 2;
    grid-column-end: 3;
  }
 
  .bg_about .title {
    padding: 0 20px;
    font-size: 22px;
  }
  .bg_about .desc {
  font-size: 12px;
  }

  .our-partners-table {
    padding: 20px 0px 50px 0px;
  }

  .teams .our-team {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .our-team .team {
    margin: auto;
  }
  .teams .our-team .profile img {
    height: auto;
  }

  .career .job {
    flex-wrap: wrap;
  }
  .career .job div {
    width: 100%;
  }
  .collapsible:after {
    font-size: 38px;
    top: 6%;
  }
  .job .bg-apply img {
    margin-top: 50px;
  }

  .company {
    background-size: cover;
  }
  .company p {
        font-size: 12px;
        line-height: 200%;
  }
  .teams {
    margin-bottom: 70px;
  }
  .career .title,
  .teams .title {
    font-size: 32px;
  }
  .career .title .desc,
  .teams .desc {
    font-size: 16px;
    line-height: 200%;
    margin-top: 20px;
  }
  .collapsible {
    font-size: 14px;
  }

  .collapsible span {
    width: 50%;
  }
  .banner .info-text div {
    font-size: 25px !important;
    line-height: 40px !important;
    margin-top: 30px;
  }
  .banner .banner .info-text p {
    font-size: 14px !important;
    line-height: 140% !important;
    width: 90%;
    padding-top: 20px;
  }
  .banner .item,
  .banner .item img {
    height: calc(100svh - 50px);
  }
  .banner .slick-dots { 
    bottom: 7vh;
  }
  .home .banner .info-text div{
    font-size: 20px !important;
    line-height: 130% !important;
    margin-top: 55px;
  }

  .home .banner .info-text p {
    font-size: 10px;
    line-height: 150%;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .residence_info, 
  .featured_project, 
  #awards h4 {
    padding-top: 70px;
  }

  .awards-about .img {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .contact-us {
    padding: 70px 0;
  }
  .maps {
    margin-bottom: 70px;
  }
  .maps iframe {
    margin: 70px auto;
  }
  .maps h4 {
    font-size: 18px;
  }
  .maps p {
    font-size: 14px;
  }

  .our-service .title {
    font-size: 26px;
    width: 85%;
    margin: auto;
    line-height: 180%;
  }
  .our-service .swiper-slide img {
    width: 85%;
    margin: auto;
  }
  .our-service .container-carousel .title {
    font-size: 18px;
    width: 85%;
    margin: auto;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .swiper-slide {
    width: 100% !important;
  }
  .mySwiper, 
  .swiper-wrapper {
    height: 715px !important;
  }
  .container-carousel {
    width: auto !important;
    position: unset !important;
    transform: unset !important;
  } 
  .container-carousel .desc {
    font-size: 14px !important;
  }

  .video-testimonial {
    grid-template-columns: 1fr !important;
    row-gap: 30px;
    /*max-width: fit-content;*/
  }
  .video-testimonial .title {
    grid-column-end: 1 !important;
    font-size: 24px !important;
    padding-bottom: 10px;
  }
  .video-testimonial .videos img {
     width: 100%; /* Make the image width 100% of the container's width */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Remove any extra spacing below the image */
  }

  .img-news-detail {
    width: 100%;
    height: auto;
  }
  .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
  }

  .container__itp img.slick-slide,
  .slick-slide img {
    object-fit: contain;
    height: 100%;
    max-height: 275px;
  }

  .y-link iframe {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-40%);
    pointer-events: none;
    width: 400vw;
    height: 100%;
    margin-top: 0;
  }
}

.td_label { 
  background: #121212;
  color: #fff;
  top: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
  position: absolute;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.td_section {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* start of news & events media query */
@media only screen and (max-width: 768px) {
.detail-news-event .title, .detail-event .title h1 {
    font-size: 27px !important;
}    
}
/* end of news & events media query */
.custom-breadcrumb {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
}
.custom-breadcrumb ol li a {
    color: #fff;
    text-decoration: none;
}
.custom-breadcrumb .breadcrumb-item.active::before {
    float: left;
    color: #fff;
    content: ">";
}
.custom-breadcrumb .breadcrumb-item.active{
    color: #fff;
}
.category-breadcrumb .title-concepts-breadcrumb{
margin: 30px 118px 0px 118px !important;
}
.category-breadcrumb .title-concepts-breadcrumb a {
  text-decoration: none;
}
.category-breadcrumb .title-concepts-breadcrumb li.breadcrumb-item{
 color: #DCB47A;   
}

.fullfaq .collapsible:after {
    content: "\2304";
    font-size: 45px;
    color: #DCB47A;
    position: absolute;
    right: 2%;
    top: 5px;
    font-weight: 400;
}

h1,h2,h3,h4{
    color: #564e4e;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
}

p{
    color: #564e4e;
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 210%;
}

.list p{
    color: #564e4e;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 210%;
}

.title h1{
    color:white;
}

.desc p{
    color:white;
}

.company p{
    color:white;
}

h1{
    font-size:2rem!important;
}

h2{
    font-size:1.6rem!important;
}

h3{
    font-size:1.2rem !important;
}
.dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
#sub-dropdown{
    margin-left: 167px !important;
    top: 20px;
}
.view-btn{
    text-align: center;
}
.new-articles{
    padding-bottom: 10px !important;
    margin-top: 50px;
}
.view-btn a {
    border-radius: 60px;
    background: #dcb47a;
    color: #fff;
    padding: 17px 60px;
    border: none;
    outline: none;
    text-decoration: none;
}
.news-section .title-concepts.remove-top-margin {
    margin-top: 0px;
}