/*
Theme Name: Sao Kim Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sao Kim Digital
Author URI: https://elementor.com/
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_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%;
    }
}

.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;
}

.m_header_page.header_fixed_bg {
    background: #11475B !important;
}

.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.page-numbers {
    width: 40px;
    height: 40px;
    border: #11475B 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.page-numbers.current {
    background: #11475B;
    color: #fff;
}

.img_bg_white {
    display: none !important;
}
.glink {
    color: #fff !important;
    font-weight: 500 !important;
}
.glink.gt-current-lang {
    color: #E9D7B9 !important;    
}

.m_header.header_bg_white .glink {
    color: #ccc !important;
}

.m_header.header_bg_white .glink.gt-current-lang {
    color: #11475B !important;    
}

.m_header.header_bg_white {
    background: transparent !important;
}

.m_header.header_bg_white .img_bg_white {
    display: block !important;
}

.m_header.header_bg_white .img_bg_primary {
    display: none !important;
}

.m_header.no_bg {
    padding-bottom: 20px !important;
}

.m_header.hide_header {
    display: none !important;
}
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #DA1B13;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #DA1B13; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.fp-watermark {
    display: none !important;
}

.dialog-type-lightbox {
	z-index: 999999999999 !important
}

.my_btn {
    border: #fff 1px solid;
    color: #E9D7B9 !important;
    padding: 12px 72px 12px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
}

.my_btn:hover {
    color: #fff !important;
}

.my_btn span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    border-left: #fff 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_carousel {
    overflow-x: clip;
    position: relative;
    width: 100%;
}

.logo_carousel_track {
    display: flex;
    align-items: center;
    gap: 16px;
    will-change: transform;
}

.logo_carousel_track .logo_carousel_img {
    width: 152px;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.logo_carousel_track .logo_carousel_img img {
    max-height: 72px;
    width: 120px;
}
@media (max-width: 1024px) {
    .m_header {
        background: #11475B !important;
    }
}
@media (max-width: 900px) {

}

@media only screen and (min-width: 1140px) {
    .section {
        min-height: 100vh;
    }
    
    body:not(.fp-responsive) .fp-overflow {
        width: 100%;
    }
    .fp-overflow:-webkit-scrollbar { width: 0; height: 0; }
    .fp-overflow { scrollbar-width: none; }
}


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