/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme customized by Kan Nguyễn
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.k-home-feature .elementor-icon-box-description {
    text-align: justify;
}
.btn-shine {
  padding: 24px 96px;
  color: #fff;
  background: linear-gradient(to right, #c4c4c4 0, #fff 10%, #a5a5a5 20%);
  background-position: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
  white-space: nowrap;
}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 360px;
    }
    100% {
        background-position: 360px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 360px;
    }
    100% {
        background-position: 360px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 360px;
    }
    100% {
        background-position: 360px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 360px;
    }
    100% {
        background-position: 360px;
    }
}

.btn-shine-2 {
  position: absolute;
  bottom: -36px;
  right: -48px;
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);
    background-position: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-2 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
}

@-moz-keyframes shine-2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

@-webkit-keyframes shine-2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

@-o-keyframes shine-2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

@keyframes shine-2 {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

.k-home-detail-services, .k-home-detail-services-en {
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: #ffd277;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.k-home-detail-services::before {
  position: absolute;
  content: "Chi tiết";
  text-transform: uppercase;
  color: #ffd277;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
}

.k-home-detail-services-en::before {
    position: absolute;
    content: "Details";
    text-transform: uppercase;
    color: #ffd277;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 90%;
    border-radius: 8px;
    transition-duration: 1s;
    background-color: rgba(0, 0, 0, 0.842);
    background-size: 200%;
  }

.k-home-detail-services:hover {
  background-position: right;
  transition-duration: 1s;
}

.k-home-detail-services:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.k-home-detail-services:active {
  transform: scale(0.95);
}

.elementor-widget-container p {
	margin-bottom: 8px !important;
}

.k-gioi-thieu-info ul {
  list-style: none; /* xóa marker mặc định */
  padding: 0;
  margin: 0;
}

.k-gioi-thieu-info ul li {
  position: relative;
  padding-left: 28px; /* chừa chỗ cho icon */
  margin-bottom: 8px;
}

.k-gioi-thieu-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px; 
  width: 18px;
  height: 18px;
  background: url("/wp-content/uploads/2025/09/tick-circle-svgrepo-com.svg") no-repeat center center;
  background-size: contain;
}
.k-contact-form textarea {
	height: 80px !important;
}
@media ( max-width: 1025px ) {
    .btn-shine {
        margin-left: -56px;
    }
}
@media ( max-width: 768px ) {
    .btn-shine {
        margin-left: -32px;
    }
}
@media ( max-width: 390px ) {
    .btn-shine {
        margin-left: -50px;
    }
}
.page-id-1376 h5, .page-id-1376 h3, .page-id-1376 h6, .page-id-1620 h5, .page-id-1620 h6, .page-id-1620 h3 {
    margin-bottom: 6px !important;
}
.page-id-1376 ul, .page-id-1376 ol, .page-id-1620 ul, .page-id-1620 ol {
    margin-bottom: 10px !important;
    padding-left: 28px !important;
}