/*
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.1
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
}

.e-hotspot__tooltip {
    padding: 24px !important;
    width: 440px !important;
    max-width: max-content !important;
    text-wrap: wrap !important;
}

.my_header .gtranslate_wrapper {
    position: relative;
    padding-right: 20px;
}

.my_header .gtranslate_wrapper::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: 16px;
    height: 16px;
    background-image: url("assets/images/arrow-lg.svg");
    background-size: 100%;
}

.my_header .gtranslate_wrapper .glink:not(.gt-current-lang) {
    position: absolute;
    top: 100%;
    background: #fff;
    color: #000;
    padding: 2px 8px;
    border-radius: 4px;
    right: 8px;
    display: none;
}

.my_header .gtranslate_wrapper:hover .glink:not(.gt-current-lang) {
    display: block;
}
@media only screen and (max-width: 600px) {
    .e-hotspot__tooltip {
        width: 330px !important;
    }
}

.e-hotspot {
    border-radius: 100px !important;
    border: 1px solid #DBA63C !important;
    padding: 8px !important;
}
.e-hotspot__button{
    background: #fff !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

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

.selected_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.filter-item {
    background: #fff;
    border: 1px solid #DBA63C;
    color: #060400;
    padding: 5px 8px;
    font-size: 14px;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.filter-item .remove-filter {
    border: 0;
    background: none !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    color: #060400 !important;
    padding: 0 !important;
}

.filter-item:hover {
    background: #DBA63C;
    color: #fff;
}

.filter-item:hover .remove-filter {
    color: #fff !important;
}

.fade-bottom {
    position: sticky;
    bottom: 0;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        #fff
    );
}


.single-san-pham .swiper-pagination {
    transform: none !important;
    left: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.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: #DBA63C;
    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: #DBA63C; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.swiper-pagination {
    z-index: 2;
}

.menu-tooltip-wrap {
    display: inline-block;
    padding: 0 24px;
}

.menu-tooltip {
    position: fixed;
    top: 100%;
    left: 0;
    background: #fff;
    color: #060400;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    z-index: 999;
}

.menu-tooltip::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 40px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -3px 8px rgba(0,0,0,.05);
}
.menu-tooltip p {
    margin-bottom: 4px;
}
.menu-tooltip p:last-child {
    color: #575351;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0;
}

/* khi active */
.menu-tooltip.show {
    opacity: 1;
    visibility: visible;
}

/* nút close */
.menu-tooltip-close {
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    border: 0;
    font-size: 18px !important;
    cursor: pointer;
    color: #f00 !important;
    outline: 0 !important;
}


.heroSwiper {
    width: 100%;
    height: 100vh;
}

.hero-slide {
    width: 100%;
    height: 100vh;
}

.hero-slide-wrap {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    position: relative;
}

.hero-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.hero-content h1 {
    font-size: 60px;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.hero-btn {
    padding: 12px 16px;
    background: #134D8B;
    color: #fff !important;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 18px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px !important;
}

.thong_so_sp {
    list-style: none;
    padding: 0;
}

.thong_so_sp li {
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: #F3F3F3 1px solid;
}

.thong_so_sp_full li {
    padding: 10px 0;
}

.thong_so_sp li:last-child {
    border-bottom: 0;
}

.thong_so_sp li b {
    color: #060400;
    font-size: 14px;
    font-weight: 700;
}

.thong_so_sp li span {
    font-size: 14px;
    font-weight: 400;
    color: #575351;
    text-align: right;
    font-style: italic;
}

.total_sp_wrap {
    margin-bottom: 0;
}

.jet-filters-pagination {
    display: flex;
    gap: 10px;
}

.jet-filters-pagination__item {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 0 !important;
    color: #060400 !important;
}

.jet-filters-pagination__current {
    border: 1px solid #060400 !important;
}

.hover_number {
    opacity: 0;
    transition: ease all 300ms !important;
}

.hover_box_number:hover .hover_number {
    opacity: 1;
}

.hover_box_number:hover .hover_box_text .elementor-image-box-title {
    color: #DBA63C;
}


body:not(.elementor-editor-active) .logo_carousel {
    overflow-x: clip;
    position: relative;
    width: 100%;
}

.nangluc_marqee.logo_carousel {
    display: block !important;
}

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

.nangluc_marqee .logo_carousel_track {
    gap: 0;
}

body:not(.elementor-editor-active) .logo_carousel_track .logo_carousel_img {
    height: 100%;
    flex-shrink: 0;
    /*padding: 10px 30px;*/
    width: 25vw;
    /*aspect-ratio: 16/9;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: ease all 300ms;
}

.logo_carousel_track .logo_carousel_img img {
    width: auto;
}

.nangluc_marqee .logo_carousel_img img {
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.page-numbers.current {
    border: 1px solid #060400;
    color: #060400;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
}

.timeline-year-item.active-scroll .elementor-image-box-title,
.timeline-year-item.active-scroll .number_timeline p {
    color: #DBA63C !important;
}

.timeline-year-item .line_timeline img {
    transition: ease all 300ms;
    height: 0 !important;
}

.timeline-year-item.active-scroll .line_timeline img {
    height: 90px !important;
}

.my_coverflow_swiper .swiper-slide {
    width: 25vw;
}

.my_coverflow_swiper .swiper-slide img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.coverflow-swiper-pagination {
    text-align: center;
}

.my_cv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    padding: 10px;
    margin: 0;
    border: #BAB6B5 1px dashed;
    border-radius: 0;
    height: 90px;
}

.my_file_cv_name {
    color: #060400;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.help_text_form {
    color: #060400;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.help_text_form span {
    color: #E6003E;
}

.form_apply_job .elementor-field-type-upload .elementor-upload-field {
    display: none !important;
}

/*.e-hotspot__tooltip {
  position: relative;
}
*/
.e-hotspot__close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    line-height: 1;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-hotspot__close:hover {
    background: rgba(0, 0, 0, 0.8);
}

.e-hotspot__tooltip h3 {
    font-size: 24px !important;
}

.e-hotspot__tooltip h4 {
    font-size: 20px !important;
}

#dot-nav {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 999;
}

#dot-nav .dot {
    width: 12px;
    height: 12px;
    position: relative;
}

#dot-nav .dot:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #060400;
    transition: all 0.3s ease;
}


#dot-nav .dot.active:before {
    width: 8px;
    height: 8px;
    background: #060400; /* màu active */
}

.box_desc_hover .box_desc {
    max-height: 0;
    transition: max-height .8s ease, opacity .3s ease;
    overflow: hidden;
}

.box_desc_hover:hover .box_desc {
    max-height: 300px;
}

.timelineSwiper .sp-buttons {
    top: 60% !important;
    padding: 0 !important;
}

.show_on_mobile {
    display: none !important;
}

.all_filter_wrap.loading {
    pointer-events: none;
}
@media (max-width: 1024px) {
    .logo_carousel_track .logo_carousel_img {
        width: 33.33333vw;
    }

    .hover_number {
        opacity: 1;
    }

    #dot-nav {
        display: none;
    }
}

@media (max-width: 600px) {
    .logo_carousel_track .logo_carousel_img {
        width: 50vw;
    }

    .my_coverflow_swiper .swiper-slide {
        width: 40vw;
    }

    body:not(.elementor-editor-active) .logo_carousel_track .logo_carousel_img {
        width: 50vw;
    }
    
    .show_on_mobile {
        display: block !important;
    }
    
    .hide_on_mobile {
        display: none !important;
    }
}