@charset "UTF-8";
#page {
  min-height: unset !important;
}

.elementor-element-ec1c454 {
  position: absolute;
  top: 0;
  background-color: none !important;
}

.ast-container {
  display: block !important;
}

.block_banner {
  position: relative;
  overflow: hidden;
  background: #000;
}

.product-slider {
  width: 100%;
  margin-bottom: 0 !important;
}
.product-slider .slick-list .slick-track {
  height: 640px;
}

.product-slide {
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex !important;
  align-items: center;
}

.product-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background-color: #000; /* Bắt đầu với màu đen đậm */
  transition: background-color 1s ease; /* Thêm transition cho background-color */
  z-index: 1;
}

/* Zoom effect for the background image */
/* Thêm class mới để thay đổi màu overlay sau khi zoom hoàn tất */
/* Thêm class mới để thay đổi màu overlay sau khi zoom hoàn tất */
.product-slide.zoomed-bg:before {
  animation: fadeOverlay 0.8s ease 1s forwards; /* Bắt đầu sau 2.5s, chạy trong 0.8s */
}

@keyframes fadeOverlay {
  0% {
    background-color: #000; /* Màu ban đầu */
  }
  100% {
    background-color: rgba(0, 0, 0, 0.75); /* Màu cuối với độ trong suốt */
  }
}
.product-slide.zoomed-bg {
  animation: expandBgImage 4s forwards;
}

@keyframes expandBgImage {
  0% {
    background-size: 58%;
    background-position: right center;
  }
  100% {
    background-size: 100%;
    background-position: center center;
  }
}
.product-slide-content {
  top: 5%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.product-info {
  width: 400px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.product-info .title {
  font-size: 40px;
  margin-bottom: 15px;
  color: #fff;
}
.product-info .cat_name {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  font-weight: 500;
}
.product-info .product-summary {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.product-info .learn-more-btn {
  padding: 12px 24px;
  border: solid 1px rgba(218, 207, 49, 0.5);
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.product-info .learn-more-btn:hover {
  background-color: rgba(218, 207, 49, 0.5);
  color: #000;
}

.product-image {
  width: calc(100% - 400px);
  text-align: right;
}
.product-image img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  float: right;
}

.slider-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.slider-prev,
.slider-next {
  display: none;
}

.slider-dots {
  margin: 0 20px;
}

.slick-dots {
  bottom: 0px !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  list-style: none;
  gap: 12px;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.slick-dots li {
  margin: 0 !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.slick-dots li button {
  display: none !important;
}
.slick-dots .slick-active {
  background-color: #ffdd00 !important;
}

.block {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff, #f3f3f7);
}
.block h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #222;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.product-categories {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.product-categories .product-categories-item {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  text-decoration: none;
  padding: 16px 20px;
  border: solid 0.5px #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, #e2e3ee, #fff);
  transition: all 0.3s ease;
  box-shadow: 8px 8px 32px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product-categories .product-categories-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20224d;
  transform: translate(-100%, 100%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.product-categories .product-categories-item .thumb-title {
  color: #222;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s ease;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}
.product-categories .product-categories-item .thumb-img-wrapper {
  position: relative;
}
.product-categories .product-categories-item .thumb-img-wrapper img {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 144px;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  transform: translateY(-50%);
}
.product-categories .product-categories-item .thumb-img-wrapper .prd-bgr {
  z-index: 1;
  display: block;
  width: 144px;
  height: 144px;
  border-radius: 100%;
  background: linear-gradient(135deg, #fff, #d8dae8);
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-categories .product-categories-item .thumb-img-wrapper .detail {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0px;
  right: -12px;
}
.product-categories .product-categories-item .thumb-img-wrapper .detail span {
  font-size: 16px;
  font-weight: 600;
  color: #ffdd00;
}
.product-categories .product-categories-item:hover {
  background: transparent;
}
.product-categories .product-categories-item:hover:before {
  transform: translate(0, 0);
}
.product-categories .product-categories-item:hover .thumb-title {
  color: #ffffff;
  transition: color 0.3s ease 0.1s;
}
.product-categories .product-categories-item:hover .thumb-img-wrapper .prd-bgr {
  background: #20224d;
  transition: background 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
.product-categories .product-categories-item:hover .thumb-img-wrapper .detail {
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease 0.2s;
}

.application-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.application-categories .application-categories-item {
  width: calc((100% - 40px) / 2);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
.application-categories .application-categories-item:hover .thumb-img-wrapper {
  border-radius: 12px 12px 0 0;
}
.application-categories .application-categories-item:hover .thumb-img-wrapper .thumb-title {
  background: rgba(32, 34, 77, 0.8);
  color: #ffdd00;
}
.application-categories .application-categories-item:hover .thumb-img-wrapper .thumb-title svg {
  transform: translateX(10px);
  transition: all 0.4s ease;
}
.application-categories .application-categories-item:hover .thumb-img-wrapper .thumb-title svg path {
  stroke: #ffdd00;
}
.application-categories .application-categories-item:hover .thumb-description {
  background: #20224d;
  transition: all 0.3s ease;
}
.application-categories .application-categories-item:hover .thumb-description span {
  color: #fff;
}
.application-categories .application-categories-item .thumb-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.application-categories .application-categories-item .thumb-img-wrapper img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.application-categories .application-categories-item .thumb-img-wrapper .thumb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.application-categories .application-categories-item .thumb-img-wrapper .thumb-title span {
  transition: all 0.3s ease;
}
.application-categories .application-categories-item .thumb-img-wrapper .thumb-title svg {
  transition: all 0.4s ease;
}
.application-categories .application-categories-item .thumb-description {
  padding: 16px 24px 20px;
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease;
}
.application-categories .application-categories-item .thumb-description span {
  display: block;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block-form {
  position: relative;
}
.block-form .featured-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 960px;
}

.contact-form-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.contact-form,
.international-assistance {
  box-sizing: border-box;
  padding: 30px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  background-color: rgba(234, 225, 215, 0.75);
  border-radius: 0;
}

.international-assistance {
  flex: 1;
  min-width: 300px;
  color: white;
  background-image: url("../images/bgr-form.png");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.form-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 36px;
}

.assistance-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}

.form-group {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 18px 0;
  border-top: solid 1px #d7d2cc;
}
.form-group label {
  display: block;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  max-width: 135px;
  color: #222222;
}
.form-group input {
  background: none;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: none;
}
.form-group input:focus {
  background: none;
  border: none;
}
.form-group textarea {
  width: 100%;
  padding: 20px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 18px;
  border: none;
}

.form-area {
  display: block !important;
}

.captcha-container {
  margin-bottom: 20px;
}

.captcha-label {
  margin-bottom: 10px;
  font-size: 14px;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #ffcc00;
  color: #000;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 17px;
}

.assistance-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 40px 0;
  border-top: rgba(255, 255, 255, 0.2);
  border-bottom: rgba(255, 255, 255, 0.2);
}

.contact-info {
  flex: 1;
}

.contact-name {
  font-weight: bold;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-methods a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}

.phone-icon {
  background-color: #ffcc00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.contact-apps {
  display: flex;
  gap: 5px;
  margin-left: 35px;
}

.app-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1e88e5;
  color: white;
  font-size: 14px;
}

.qr-code {
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.qr-code img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.social-connect {
  text-align: center;
  margin-top: 40px;
}
.social-connect h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
}
.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.ff-el-group {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 18px 0;
  border-top: solid 1px #d7d2cc;
  margin-bottom: 0 !important;
}
.ff-el-group::before, .ff-el-group::after {
  display: none !important;
}
.ff-el-group:last-child {
  border-top: none !important;
  padding: 0 !important;
}
.ff-el-group .ff-el-input--label {
  width: 100%;
  max-width: 150px;
}
.ff-el-group .ff-el-input--label label {
  display: block;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
}
.ff-el-group .ff-el-input--label label::after {
  display: none !important;
}
.ff-el-group .ff-el-input--content {
  width: 100% !important;
}
.ff-el-group .ff-el-input--content input {
  background: none;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: none;
  text-transform: uppercase;
}
.ff-el-group .ff-el-input--content input:focus {
  background: none;
  border: none;
}
.ff-el-group textarea {
  width: 100%;
  padding: 20px !important;
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 0px;
  border: none;
}
.ff-el-group textarea::-moz-placeholder {
  text-transform: uppercase;
}
.ff-el-group textarea::placeholder {
  text-transform: uppercase;
}
.ff-el-group .form-area {
  display: block !important;
}
.ff-el-group .captcha-container {
  margin-bottom: 20px;
}
.ff-el-group .captcha-label {
  margin-bottom: 10px;
  font-size: 14px;
}
.ff-el-group .ff-btn {
  width: 100%;
  padding: 12px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 17px;
}
.ff-el-group .ff-btn:hover {
  background-color: rgb(229.5, 183.6, 0) !important;
  border-color: #ffcc00 !important;
  color: #222 !important;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .product-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .application-categories {
    gap: 20px;
  }
  .application-categories-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .product-slider .slick-list .slick-track {
    height: 540px;
  }
  .product-slide::before {
    display: none;
  }
  .product-slide-content {
    top: 0;
    flex-direction: column;
  }
  .product-slide-content .product-info,
  .product-slide-content .product-image {
    width: 100%;
    text-align: center;
  }
  .product-slide-content .product-info {
    margin-bottom: 20px;
  }
  .product-slide-content .product-info .title {
    font-size: 28px;
  }
  .product-slide-content .product-info .product-summary h2 {
    font-size: 18px;
  }
  .product-slide-content .product-info .learn-more-btn {
    padding: 10px 24px;
    font-size: 16px;
  }
  .product-slide-content .product-image {
    width: 70%;
  }
  .block {
    padding: 40px 0;
  }
  .block h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .block .product-categories {
    gap: 20px;
  }
  .block .product-categories .product-categories-item {
    width: calc((100% - 20px) / 2);
    padding: 16px 20px 40px;
    gap: 20px;
  }
  .block .product-categories .product-categories-item .thumb-title {
    font-size: 17px;
    height: 43px;
  }
  .block .product-categories .product-categories-item .thumb-img-wrapper .detail {
    bottom: -30px;
  }
  .block .application-categories {
    gap: 20px;
  }
  .block .application-categories .application-categories-item {
    width: 100%;
  }
  .block-form .featured-image {
    display: none;
  }
  .block-form .contact-form-container {
    position: unset;
    transform: unset;
    padding: 0 !important;
  }
  .block-form .contact-form-container .contact-form {
    padding: 30px 10px;
  }
  .block-form .contact-form-container .contact-form .form-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .block-form .contact-form-container .contact-form .form-group {
    gap: 10px;
    padding: 12px 0;
  }
  .block-form .contact-form-container .contact-form .form-group label {
    font-size: 14px;
    max-width: 120px;
  }
  .block-form .contact-form-container .contact-form .form-group input {
    font-size: 14px;
    padding: 12px 5px;
  }
  .block-form .contact-form-container .international-assistance {
    padding: 30px 10px;
  }
  .block-form .contact-form-container .international-assistance .assistance-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .block-form .contact-form-container .international-assistance .assistance-contacts {
    grid-template-columns: 1fr;
    padding: 20px 0;
    text-align: center;
  }
  .block-form .contact-form-container .international-assistance .assistance-contacts .contact-name {
    margin-bottom: 10px;
  }
  .block-form .contact-form-container .international-assistance .assistance-contacts .contact-phone {
    justify-content: center;
  }
  .block-form .contact-form-container .international-assistance .social-connect {
    margin-top: 20px;
  }
  .block-form .contact-form-container .international-assistance .social-connect .social-icons {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .application-categories {
    gap: 15px;
  }
  .application-categories-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-categories {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=home.css.map */