/*
Theme Name: Sao Kim Digital
Theme URI: https://www.saokim.com.vn
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sao Kim Digital
Author URI: https://www.saokim.com.vn
Template: hello-elementor
Version: 1.0.0
Text Domain: saokimdigital
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #ddd
}

.my_header.header_fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.max_line_1,
.max_line_1 p,
.max_line_1 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_4,
.max_line_4 p,
.max_line_4 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5,
.max_line_5 p,
.max_line_5 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_6,
.max_line_6 p,
.max_line_6 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_7,
.max_line_7 p,
.max_line_7 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
}

.my_img_animation.elementor-widget-image {
    position: relative;
    overflow: hidden;
}

.btn-shine .elementor-button::after,
.my_img_animation.elementor-widget-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    pointer-events: none;
    transition: none;
}

.btn-shine .elementor-button:hover::after,
.my_img_animation.elementor-widget-image:hover::after {
    animation: shine 0.8s forwards;
}

/* Keyframes chạy ánh sáng */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

@media only screen and (max-width: 600px) {
    
}