@charset "UTF-8";
@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  to {
    transform: translateY(0); } }

#homepage-slider {
  position: relative; }

#homepage-slider .slide-action .slide--button {
  background: #faf39838;
  border: solid #b88a44; }

#homepage-slider .slide-action a {
  padding: 8px;
  font-size: 14px; }

#homepage-slider .scroll-down-section {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9; }

#homepage-slider .scroll-down-section button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #B88A44 0%, #FAF398 24.99%, #E0AA3E 64.91%, #F9F295 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--title-font);
  font-size: 20px;
  gap: 15px; }

#homepage-slider .scroll-down-section button svg {
  color: #FAF398;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite; }

#homepage-slider .scroll-down-section button svg path {
  fill: #FAF398; }

#homepage-slider .slick-callback .slick-arrow.slick-next {
  right: 20px; }

#homepage-slider .slick-callback .slick-arrow.slick-prev {
  left: 20px; }

#homepage-slider .slider-item {
  position: relative; }

#homepage-slider .slider-item.item-video {
  height: 0;
  padding-bottom: 56.25%; }

#homepage-slider .slider-item.item-video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

#homepage-slider .slider-item .slide--content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1; }

#homepage-slider .slider-item .slide--content .slide--title {
  font-family: var(--title-large-font) !important;
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 72px;
  padding: 22px 0 0; }

#homepage-slider .slider-item .slide--content .slide--subtitle {
  font-family: var(--title-font) !important;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 32px; }

#homepage-slider .slider-item .slide--content .slide--description {
  margin-bottom: 32px; }

#homepage-slider .slider-item .slide--content .slide-action {
  display: flex;
  gap: 16px; }

#homepage-slider .slider-item.item-video .slide--frame {
  opacity: 0;
  transition: opacity 0.3s ease 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#homepage-slider .slider-item.item-video .slide--frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none; }

#homepage-slider .slider-item.item-video .slide--mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.01); }

#homepage-slider .slider-item.item-video .slide--yticon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0);
  width: 50px;
  height: 42px;
  border: 0;
  outline: none; }

#homepage-slider .slider-item.item-video .slide--yticon svg {
  fill: #ffffff;
  width: 32px;
  height: 100%; }

#homepage-slider .slider-item.item-video .slide--frame iframe + .slide--yticon {
  opacity: 1; }

#homepage-slider .slick-active .slider-item.item-video .slide--frame {
  opacity: 1; }

.sectionHeading {
  text-align: center;
  margin-bottom: 48px; }

.sectionHeading img {
  width: 104px;
  height: 104px;
  aspect-ratio: 1;
  object-fit: contain;
  margin-bottom: 24px; }

.sectionHeading h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  background: linear-gradient(270deg, #B88A44 0%, #FAF398 24.99%, #E0AA3E 64.91%, #F9F295 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0; }

.sectionHeading .subtitle {
  margin-top: 8px;
  font-size: 16px; }

.home-see-more {
  margin: 48px 0 0 0; }

.item-article {
  border-radius: 24px;
  border: 1px solid #B88A44; }

.item-article .media-article {
  border-radius: 24px 24px 0 0; }

.item-article .info-article {
  border-radius: 0 0 24px 24px;
  background: rgba(154, 92, 35, 0.2);
  padding: 24px; }

.item-article .info-article time {
  font-size: 14px;
  margin-bottom: 6px;
  display: block; }

.item-article .info-article h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 24px; }

.item-article .info-article h4 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.item-article .info-article .view-article a {
  background: linear-gradient(270deg, #B88A44 0%, #FAF398 24.99%, #E0AA3E 64.91%, #F9F295 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-top: 16px; }

.slide--button-contact {
  cursor: pointer; }

.section-home-category {
  border-radius: 16px;
  border: 1px solid rgba(184, 138, 68, 0); }

@media (min-width: 992px) {
  .section-home-category .slick-list {
    display: flex;
    justify-content: center; } }

.section-home-category .sectionContent .item-category {
  transition: all 0.3s ease; }

.section-home-category .sectionContent .item-category .media-category {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 100%; }

.section-home-category .sectionContent .item-category .media-category img {
  aspect-ratio: 1;
  border-radius: 100%;
  transition: all 0.3s ease; }

.section-home-category .sectionContent .item-category .title-category {
  text-align: center; }

.section-home-category .sectionContent .item-category .title-category h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px; }

.section-home-category .sectionContent .item-category:hover .media-category img {
  transform: scale(1.05); }

#section-home-about .video {
  height: 100%; }

#section-home-about .video video {
  height: 100%;
  object-fit: cover; }

#section-home-about .home-about-title {
  margin-bottom: 0;
  font-family: var(--title-large-font) !important;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  padding-top: 15px; }

#section-home-about .slide--button-contact {
  margin-left: 16px; }

#section-home-about .home-about-subtitle {
  font-family: var(--title-font) !important;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500; }

#section-home-about .home-about-description {
  margin-bottom: 32px;
  font-size: 16px; }

#section-home-commit .sectionHeading p {
  text-align: justify;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 48px; }

#section-home-commit .home-commit-item {
  text-align: center; }

#section-home-commit .home-commit-item .home-commit-item-img {
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(250, 243, 152, 0) 0%, rgba(250, 243, 152, 0.3) 100%);
  width: 84px;
  height: 84px;
  line-height: 84px;
  margin: 0 auto 16px; }

#section-home-commit .home-commit-item .home-commit-item-img img {
  width: 48px;
  height: 48px; }

#section-home-commit .home-commit-item .home-commit-item-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px; }

#section-home-marquee {
  padding: 48px 0;
  border-top: 1px solid #B88A44;
  border-bottom: 1px solid #B88A44;
  position: relative; }

#section-home-marquee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(154, 92, 35, 0.2) 0%, rgba(154, 92, 35, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), radial-gradient(223.72% 53.17% at 43.72% 66.21%, transparent 0%, #000 100%), linear-gradient(0deg, rgba(233, 195, 92, 0.4) 0%, rgba(233, 195, 92, 0.4) 100%);
  backdrop-filter: blur(10px);
  opacity: 0.6; }

#section-home-marquee .home-marquee-item span {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin: 0; }

#section-home-marquee .home-marquee-item span::before {
  content: "";
  width: 12px;
  height: 12px;
  background: linear-gradient(270deg, #B88A44 0%, #FAF398 24.99%, #E0AA3E 64.91%, #F9F295 100%);
  border-radius: 50%;
  display: inline-block; }

#section-home-blog .home-blog-right .item-article {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #B88A44;
  background: rgba(154, 92, 35, 0.2); }

#section-home-blog .home-blog-right .item-article:not(:last-child) {
  margin-bottom: 25px; }

#section-home-blog .home-blog-right .item-article .media-article {
  flex: 0 0 200px;
  max-width: 200px;
  border-radius: 24px 0 0 24px;
  overflow: hidden; }

#section-home-blog .home-blog-right .item-article .media-article img {
  height: 176px;
  aspect-ratio: 1;
  object-fit: cover; }

#section-home-blog .home-blog-right .item-article .info-article {
  flex: 1;
  background: transparent;
  padding: 16px 24px; }

#section-home-blog .home-blog-right .short-article {
  display: none; }

/* MODAL CONTACT */
#home-modalContact .modal-header p {
  color: #000; }

#home-modalContact .modal-header .close {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 50%;
  opacity: 1;
  text-align: center;
  outline: none; }

#home-modalContact .modal-header .close svg {
  display: block;
  margin: auto;
  height: 30px;
  width: 14px;
  text-align: center;
  fill: #f3f3f3; }

#home-modalContact .input-group {
  margin-bottom: 16px;
  position: relative; }

#home-modalContact .input-group input, #home-modalContact .input-group textarea, #home-modalContact .input-group select {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  border: 1px solid var(--shop-color-border);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
  outline: none;
  color: #000;
  transition: all 0.3s ease; }

#home-modalContact .input-group input::placeholder, #home-modalContact .input-group textarea::placeholder, #home-modalContact .input-group select::placeholder {
  color: #000; }

#home-modalContact .input-group input.is-invalid, #home-modalContact .input-group textarea.is-invalid, #home-modalContact .input-group select.is-invalid {
  border-color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
  animation: shake 0.5s ease-in-out; }

#home-modalContact .input-group input.is-valid, #home-modalContact .input-group textarea.is-valid, #home-modalContact .input-group select.is-valid {
  border-color: #28a745;
  background: rgba(40, 167, 69, 0.1); }

#home-modalContact .input-group select {
  color: #000;
  height: auto;
  cursor: pointer; }

#home-modalContact .input-group select option {
  color: #000; }

#home-modalContact .input-group textarea {
  height: 80px;
  resize: vertical;
  min-height: 80px; }

#home-modalContact .input-group .field-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  gap: 4px; }

#home-modalContact .input-group .field-error::before {
  content: "⚠";
  font-size: 14px; }

#home-modalContact #btn-send-request {
  width: 100%;
  justify-content: center; }

/*RESPONSIVE*/
@media (max-width: 991px) {
  .sectionHeading {
    margin-bottom: 20px; }
  .sectionHeading img {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px; }
  .sectionHeading h3 {
    font-size: 25px;
    line-height: normal; }
  .item-article .media-article {
    overflow: hidden; }
  .item-article .info-article {
    padding: 12px; }
  .item-article .info-article .view-article a {
    margin-top: 10px; }
  .home-see-more {
    margin: 20px 0 0 0; }
  #homepage-slider .scroll-down-section {
    bottom: 10px; }
  #homepage-slider .scroll-down-section button {
    font-size: 14px;
    gap: 6px; }
  #homepage-slider .scroll-down-section button svg {
    width: 15px;
    height: 15px; }
  #homepage-slider .slider-item.item-video {
    padding-bottom: 100%; }
  #homepage-slider .slider-item .slide--image img {
    aspect-ratio: 1;
    object-fit: cover; }
  #homepage-slider .slider-item .slide--content .slide--title {
    font-size: 20px;
    line-height: normal; }
  #homepage-slider .slider-item .slide--content .slide--subtitle {
    font-size: 18px;
    margin-bottom: 10px; }
  #homepage-slider .slider-item .slide--content .slide--description {
    font-size: 14px;
    margin-bottom: 20px; }
  #section-home-about .home-about-img {
    margin-bottom: 15px; }
  #section-home-about .home-about-title {
    font-size: 30px;
    line-height: normal; }
  #section-home-about .home-about-subtitle {
    font-size: 20px;
    margin-bottom: 15px; }
  #section-home-about .home-about-description {
    margin-bottom: 20px; }
  #section-home-about .home-action {
    display: flex; }
  #section-home-about .slide--button-contact {
    margin-left: 10px; }
  #section-home-commit .sectionHeading p {
    font-size: 16px;
    margin-bottom: 20px; }
  #section-home-commit .col-12:not(:last-child) {
    margin-bottom: 15px; }
  #section-home-marquee {
    padding: 20px 0; }
  #section-home-marquee .home-marquee-item span {
    font-size: 18px; }
  #section-home-marquee .home-marquee-item span::before {
    width: 8px;
    height: 8px; }
  #section-home-blog .flex-row-reverse {
    flex-direction: column-reverse !important; }
  #section-home-blog .home-blog-right {
    margin-top: 15px; }
  #section-home-blog .home-blog-right .item-article .media-article {
    flex: 0 0 150px;
    max-width: 150px; }
  #section-home-blog .home-blog-right .item-article .media-article img {
    height: auto; }
  #section-home-blog .home-blog-right .item-article:not(:last-child) {
    margin-bottom: 15px; }
  #section-home-blog .home-blog-right .item-article .info-article {
    padding: 12px; }
  #home-modalContact .input-group input, #home-modalContact .input-group textarea, #home-modalContact .input-group select {
    padding: 8px 12px;
    height: auto; } }

div#addthis-modalContact .modal-header {
  background: linear-gradient(270deg, #b88a44 0%, #faf398 24.99%, #e0aa3e 64.91%, #f9f295 100%); }

.modal-contactform .modal-header h4.modal-title {
  color: #000 !important;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial; }

.slide-action {
  display: none !important; }

#homepage-slider .scroll-down-section {
  display: none !important; }

@media (max-width: 767px) {
  #section-home-about .home-action .button {
    padding: 10px; } }
