@charset "UTF-8";
.owl-carousel .animated {
  animation-duration: 5s;
  animation-fill-mode: both;
}

:root {
  --scroll-bar: 0rem;
}

/* Circular Progress Indicator */
.--round {
  position: absolute;
  bottom: 50px;
  right: 48%;
  z-index: 100;
}

.--number {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.125rem;
}

.--number > span:first-child {
  font-size: 1.5rem;
  margin-bottom: -5px;
}

.--number > span:last-child {
  font-size: 0.875rem;
  opacity: 0.8;
}

.arrow_homeBanner {
  position: absolute;
  /* bottom: -40px; */
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.arrow_homeBanner:hover {
  transform: translateX(-50%) scale(1.1);
}

.arrow_homeBanner img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.circle .fill {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
}

.circle .progress {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 502.65; /* 2 * π * r = 2 * π * 80 */
  stroke-dashoffset: 502.65;
  transition: stroke-dashoffset 0.1s linear;
}

.circle .progress.animate {
  animation: progress-animation var(--duration, 10000ms) linear infinite;
}

@keyframes progress-animation {
  0% {
    stroke-dashoffset: 502.65;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .--round {
    transform: translate(50%);
  }
  .ListBannerHomeGOldCoatsHodings {
    overflow: hidden;
  }
  .--number {
    width: 80px;
    height: 80px;
    font-size: 0.875rem;
  }
  .--number > span:first-child {
    font-size: 1.125rem;
  }
  .--number > span:last-child {
    font-size: 12px;
  }
  .circle {
    width: 80px;
    height: 80px;
  }
  .position-absolute.layout-banner-active {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    height: inherit;
  }
  .position-absolute.layout-banner-active div#mainContainer {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .position-absolute.layout-banner-active div#mainContainer .center-image.satellite-image {
    width: 140px;
    height: 140px;
  }
  .position-absolute.layout-banner-active div#mainContainer .satellite-image {
    width: 80px;
    height: 80px;
  }
}
.carousel-container.show-banner .layout-banner-active {
  display: block !important;
}

.carousel-container.show-banner .image-thuonghieu {
  display: none !important;
}

.carousel-container:not(.show-banner) .layout-banner-active {
  display: none !important;
}

.carousel-container:not(.show-banner) .image-thuonghieu {
  display: block !important;
}

/* Owl Carousel Slide Transition Effects */
/* Custom slide transition animations */
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.slideInRight {
  animation: slideInRight 0.8s ease-out;
}

.slideOutLeft {
  animation: slideOutLeft 0.8s ease-out;
}

/* Alternative smooth transition */
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOutToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slideInFromRight {
  animation: slideInFromRight 1s ease-in-out;
}

.slideOutToLeft {
  animation: slideOutToLeft 1s ease-in-out;
}

/* Banner Home */
.owl-carousel-home {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.owl-carousel-home.ready {
  opacity: 1;
}
.owl-carousel-home .owl-item img {
  width: 100%;
  height: auto;
  display: block;
}
.owl-carousel-home .owl-item .--img.background {
  position: relative;
  height: 100vh;
}
.owl-carousel-home .owl-item .--img.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel-home .owl-item .--img.background::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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel-home .owl-stage {
  display: flex;
}
.owl-carousel-home .owl-stage .owl-item {
  transition: opacity, visibility;
  z-index: 1;
}
.owl-carousel-home .owl-stage .owl-item.active.--animation {
  animation: 5s linear 0s 1 normal none running bVIEwX;
  transition: 0.25s ease-in-out !important;
  z-index: 3 !important;
  animation-duration: 5s;
  animation-fill-mode: both;
  transition: opacity, visibility;
  z-index: 1;
}
.owl-carousel-home .owl-stage-outer {
  overflow: hidden;
}

.carousel_banner_mobile {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.carousel_banner_mobile.ready {
  opacity: 1;
}
.carousel_banner_mobile .owl-item img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel_banner_mobile .owl-item .--img.background {
  position: relative;
  height: 100vh;
}
.carousel_banner_mobile .owl-item .--img.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_banner_mobile .owl-item .--img.background::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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_banner_mobile .owl-stage {
  display: flex;
}
.carousel_banner_mobile .owl-stage .owl-item {
  transition: opacity, visibility;
  z-index: 1;
}
.carousel_banner_mobile .owl-stage .owl-item.active.--animation {
  animation: 5s linear 0s 1 normal none running bVIEwX;
  transition: 0.25s ease-in-out !important;
  z-index: 3 !important;
  animation-duration: 5s;
  animation-fill-mode: both;
  transition: opacity, visibility;
  z-index: 1;
}
.carousel_banner_mobile .owl-stage-outer {
  overflow: hidden;
}

@keyframes bVIEwX {
  0% {
    -webkit-mask-image: linear-gradient(to right, transparent 40%, rgb(255, 255, 255) 60%);
            mask-image: linear-gradient(to right, transparent 40%, rgb(255, 255, 255) 60%);
    -webkit-mask-size: 220%;
            mask-size: 220%;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
  50% {
    -webkit-mask-position: right center;
            mask-position: right center;
  }
}
.box-social-icon {
  position: absolute;
  left: 170px;
  top: 20%;
  z-index: 50;
}

.social-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-line {
  width: 1px;
  height: 210px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.banner-social-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.social-icon img {
  width: 20px;
  height: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .box-social-icon {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .social-line {
    height: 150px;
  }
}
.about-us {
  padding-bottom: 80px;
}
.about-us .about-us__title-background {
  position: relative;
}
.about-us .about-us__title-background .about-us__title {
  padding: 3.625rem 0;
  position: relative;
}
.about-us .about-us__title-background .about-us__title .about-us-box {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 2rem;
}
.about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--left {
  width: 75%;
}
.about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--left .about-us__title-heading {
  color: #ddb359;
  font-family: "NotoSemiBold";
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}
.about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--left .about-us__title-description {
  color: #764d2a;
  font-family: "MontserratBold";
  font-size: 2rem;
  max-width: 1120px;
  position: relative;
  z-index: 2;
}
.about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--right {
  width: 25%;
}
.about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--right .about-us__image--right--box {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--right .about-us__image--right--box .about-us__image.about-us__image--right {
  text-align: left;
  top: 0px;
  z-index: 20;
  position: absolute;
  width: 100%;
}
.about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--right .about-us__image--right--box .about-us__image.about-us__image--right .about-us__image--wrapper img {
  height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0 0 0 120px;
  vertical-align: middle;
  display: inline-block;
  width: 25vw;
  width: inherit;
  max-width: 25vw;
  height: 640px;
  object-fit: cover;
  object-position: center center;
}
.about-us .about-us__title-background .about-us__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(/images/icon/background-abouus-top.svg);
  position: absolute;
  height: 100%;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: unset;
  background-size: auto;
  max-height: 300px;
  overflow: hidden;
  z-index: 1;
  width: calc(100vw - var(--scroll-bar)) !important;
  margin-left: calc(-52vw + 50% + var(--scroll-bar) / 2) !important;
  margin-right: calc(-50vw + 50% + var(--scroll-bar) / 2) !important;
  left: 0 !important;
  background-position: top left;
  background-repeat: no-repeat;
}
.about-us .about-us__content .about-us__text {
  background-image: url(/images/icon/Vector-background-aboutus-content.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  background-color: #fbf5e3;
  border-radius: 0 0 120px;
  height: 640px;
  border-radius: 120px;
}
.about-us .about-us__content .about-us__text h2,
.about-us .about-us__content .about-us__text h3,
.about-us .about-us__content .about-us__text h4,
.about-us .about-us__content .about-us__text h5 {
  font-family: "NotoBold";
  color: #764d2a;
  font-size: 1.5rem;
}
.about-us .about-us__content .about-us__text p,
.about-us .about-us__content .about-us__text span {
  color: #090909;
  font-size: 1.2rem;
}
.about-us .about-us__content .about-us__text .aboutus-see.see_all {
  justify-content: flex-start;
}
.about-us .about-us__content .about-us__text .aboutus-see .view-all-btn {
  background-color: #764d2a;
  padding: 7px 1.5rem;
}
.about-us .about-us__content .about-us__text .aboutus-see .view-all-btn span {
  color: #fff;
}
.about-us .about-us__content .about-us__text .about-us__content {
  z-index: 5;
  width: 70%;
  padding: 0% 28% 0% 2%;
  align-content: center;
  align-items: center;
}
.about-us .about-us__content .about-us__text .about-us__title--left {
  width: 30%;
}
.about-us .about-us__content .about-us__text .about-us__title--left .about-us__image--left--box {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.about-us .about-us__content .about-us__text .about-us__title--left .about-us__image--left--box .about-us__image.about-us__image--left {
  text-align: right;
  width: var(--container-widget-width, 40vw);
  max-width: 40vw;
  --container-widget-width: 40vw;
  --container-widget-flex-grow: 0;
  top: 0px;
  z-index: 3;
  right: 0vw;
}
.about-us .about-us__content .about-us__text .about-us__title--left .about-us__image--left--box .about-us__image.about-us__image--left .about-us__image--wrapper img {
  vertical-align: middle;
  display: inline-block;
  border-radius: 0 0px 0 120px;
  max-width: 30vw;
  width: 30vw;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0 120px 0 120px;
  border: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .about-us {
    padding-bottom: 0rem;
  }
  .about-us .about-us__content .about-us__text p,
  .about-us .about-us__content .about-us__text span {
    font-size: 1rem;
  }
  .about-us .about-us__title-background .about-us__title {
    padding: 1.625rem 0;
  }
  .about-us .about-us__title-background .about-us__title .about-us-box {
    padding-left: 1rem;
  }
  .about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--left {
    width: 100%;
  }
  .about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--left .about-us__title-description {
    font-size: 1.5rem;
  }
  .about-us .about-us__title-background .about-us__title .about-us-box .about-us__title--right {
    width: 0%;
    display: none;
  }
  .about-us .about-us__content.my-container {
    width: 100%;
    padding: 0 0rem;
  }
  .about-us .about-us__content.my-container .about-us__text {
    height: auto;
    border-radius: 60px 0 60px 0;
    background-position: center bottom;
    background-size: contain;
    padding: 0 0 10rem 0;
  }
  .about-us .about-us__content.my-container .about-us__text .about-us__title--left {
    width: 0%;
    display: none;
  }
  .about-us .about-us__content.my-container .about-us__text .about-us__content {
    width: 100%;
    padding: 2rem 1rem;
    padding: 4rem 1.5rem 0 1.5rem;
  }
}
