@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 822;
  }
}
.banner_project {
  padding: 80px 0;
  background-color: #fffbf1;
  overflow: hidden;
  background-image: url("/images/icon/background-banner-project.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.banner_project .project-header {
  text-align: left;
  margin-bottom: 36px;
}
.banner_project .project-header .section-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b78b23;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "NotoSemiBold";
}
.banner_project .project-header .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #5e3c17;
  line-height: 1.3;
  max-width: 800px;
  font-family: "MontserratBold";
}
.banner_project .left {
  max-width: 720px;
}
.banner_project .right .marker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.banner_project .right .marker .--item {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.5s;
}
.banner_project .right .marker .--item .--name {
  position: absolute;
  top: calc(100% - 60px);
  left: 50%;
  font-size: 0.875rem;
  transform: translate(-50%, 0px);
  width: -moz-max-content;
  width: max-content;
}
.banner_project .right .marker .--item:hover {
  z-index: 2;
}
.banner_project .right .marker .--item:hover img {
  transform: scale(1.2);
}
.banner_project .right .marker .--item:nth-child(1) {
  top: 13%;
  left: 22.5%;
}
.banner_project .right .marker .--item:nth-child(1) .--name {
  top: calc(100% - 0px);
}
.banner_project .right .marker .--item:nth-child(2) {
  top: 15%;
  left: 31.5%;
}
.banner_project .right .marker .--item:nth-child(3) {
  top: 84.5%;
  left: 35%;
}
.banner_project .right .marker .--item:nth-child(4) {
  top: 90.9%;
  left: 37.2%;
}
.banner_project .right .marker .--item:nth-child(4) .--name {
  top: calc(100% - 0px);
}
.banner_project .right .marker .--item:nth-child(5) {
  top: 45.5%;
  left: 83%;
}
.banner_project .right .marker .--item:nth-child(6) {
  top: 85.5%;
  left: 97%;
}
.banner_project .right .line-pint {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.banner_project .right .line-pint svg {
  position: absolute;
  width: auto;
  transform: translate(-50%, -50%);
  animation: 28s linear 0s infinite alternate none running dash;
  top: 51%;
  left: 40%;
}
.banner_project .project-carousel {
  position: relative;
}
.banner_project .project-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .banner_project .project-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    max-width: 720px;
  }
}
.banner_project .project-item .project-image {
  position: relative;
  flex: 0 0 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner_project .project-item .project-image {
    flex: 0 0 55%;
    margin-bottom: 0;
  }
}
.banner_project .project-item .project-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .banner_project .project-item .project-image img {
    min-width: 720px;
  }
}
.banner_project .project-item .project-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 16.42%, rgba(0, 0, 0, 0.114) 34.1%, rgba(0, 0, 0, 0.29) 100%);
  width: 100%;
  height: 100%;
}
.banner_project .project-item .project-content {
  flex: 1;
}
.banner_project .project-item .project-content .project-title {
  font-family: "NotoBold";
  font-size: 28px;
  font-weight: 700;
  color: #090909;
  margin-bottom: 20px;
}
.banner_project .project-item .project-content .project-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #090909;
  margin-bottom: 30px;
}
.banner_project .project-item .project-content .project-description p {
  margin-bottom: 15px;
}
.banner_project .project-item .project-content .project-link {
  display: inline-flex;
  align-items: center;
  background-color: #b78b23;
  color: #fff;
  padding: 12px 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.banner_project .project-item .project-content .project-link span {
  margin-right: 8px;
}
.banner_project .project-item .project-content .project-link svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.banner_project .project-item .project-content .project-link:hover {
  background-color: #5e3c17;
  transform: translateY(-2px);
}
.banner_project .project-item .project-content .project-link:hover svg {
  transform: translateX(4px);
}
.banner_project .owl-nav {
  top: 28%;
}
.banner_project .owl-nav button {
  position: absolute;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner_project .owl-nav button.owl-prev {
  left: 0px;
}
.banner_project .owl-nav button.owl-next {
  right: 0px;
}
.banner_project .owl-nav button svg {
  transition: all 0.3s ease;
}
.banner_project .owl-nav button svg circle,
.banner_project .owl-nav button svg path {
  transition: all 0.3s ease;
}
.banner_project .owl-nav button:hover {
  transform: scale(1.15);
}
.banner_project .owl-nav button:hover svg {
  filter: drop-shadow(0 0 20px #eacd75);
}
.banner_project .owl-nav button:hover svg circle {
  stroke: #eacd75 !important;
  fill: rgba(183, 139, 35, 0.1);
  opacity: 1 !important;
}
.banner_project .owl-nav button:hover svg path {
  stroke: #eacd75 !important;
  animation: arrowPulse 1s ease-in-out infinite alternate;
}
@keyframes arrowPulse {
  0% {
    stroke-width: 2;
  }
  100% {
    stroke-width: 3;
  }
}
.banner_project .slideOutLeft {
  animation: slideOutLeft 0.8s ease-in-out;
}
.banner_project .slideInRight {
  animation: slideInRight 0.8s ease-in-out;
}
.banner_project .owl-carousel .animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}
.banner_project .owl-carousel .owl-animated-in {
  z-index: 0;
}
.banner_project .owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel-project {
  position: relative;
  overflow: hidden !important;
}
.owl-carousel-project .owl-stage-outer {
  overflow: hidden !important;
}
.owl-carousel-project .owl-item {
  opacity: 1;
  transform: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  will-change: opacity;
}
.owl-carousel-project .owl-item.active {
  opacity: 1;
  z-index: 2;
}
.owl-carousel-project .owl-item:not(.active) {
  opacity: 0;
  z-index: 1;
}
.owl-carousel-project.owl-loaded .owl-item {
  transition: opacity 0.5s ease-in-out;
}
.owl-carousel-project .project-item {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.owl-carousel-project .project-item .project-image {
  position: relative;
  z-index: 1;
}
.owl-carousel-project .project-item .project-content {
  position: relative;
  z-index: 2;
}

.fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}

.fadeOut {
  animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideOutRight {
  animation: slideOutRight 0.8s ease-in-out;
}

.slideInLeft {
  animation: slideInLeft 0.8s ease-in-out;
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .banner_project .right .marker .--item:nth-child(6) {
    left: 90%;
  }
  .banner_project .left {
    max-width: 100%;
  }
  .banner_project .left .project-item .project-content .project-title {
    font-size: 1.5rem;
  }
  .banner_project .left .project-item .project-content .project-link {
    padding: 0.5rem 1.5rem;
  }
  .banner_project .right {
    padding-top: 2rem;
  }
  .banner_project .right .line-pint {
    height: 90%;
  }
  .banner_project .right .line-pint svg {
    position: absolute;
    width: auto;
    transform: translate(-50%, -50%);
    animation: 28s linear 0s infinite alternate none running dash;
    top: 57%;
    left: 40%;
    width: 100%;
    height: inherit;
  }
  .banner_project .right .img-pint {
    height: auto;
  }
  .banner_project .right .img-pint img {
    width: 100%;
    height: 100%;
  }
}
