.elementor-kit-7{--e-global-color-primary:#D4AF37;--e-global-color-secondary:#6B6B6B;--e-global-color-text:#956D2B;--e-global-color-accent:#FEE65E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#111111;font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FFFFFF00;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:1.2em;letter-spacing:2px;box-shadow:0px 0px 2px 0px rgba(254, 230.00000000000003, 94, 0.19);border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;padding:12px 30px 12px 30px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-text );}.elementor-kit-7 a:hover{color:#956D2B9C;}.elementor-kit-7 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h2{font-family:"Playfair Display", Sans-serif;}.elementor-kit-7 h3{font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Tạo hiệu ứng chữ lấp lánh cho bất kỳ tiêu đề nào có Class: luxury-gold */
.luxury-gold {
  background: linear-gradient(-45deg, #956d30, #fee65e, #956d30, #fee65e);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    
    /* Thời gian chạy hiệu ứng là 8 giây và lặp vô tận */
    animation: gradient-flow 8s ease-in-out infinite;
    -webkit-animation: gradient-flow 8s ease-in-out infinite;
    
    /* Bóng đổ cho chữ (Shadow) */
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.24);
}


/* Định nghĩa chuyển động */
@keyframes gradient-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Đảm bảo trình duyệt Safari cũng chạy mượt */
@-webkit-keyframes gradient-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */