/*
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
*/

body {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-rendering: optimizeLegibility;
    text-rendering: optimizeSpeed;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    transition: background-color 0.5s ease;
}

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

.gt_switcher-popup img,
.gt_switcher-popup span:last-child {
    display: none !important;
}

.btn-eyebrow .elementor-button-content-wrapper {
    align-items: center;
}

.btn-eyebrow .elementor-button-icon SVG {
    width: 6px;
    height: 6px;
}

.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_bottom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #FB5102;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: rotate(180deg);
}

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

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

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



.marquee {
    overflow: hidden;
    width: 100%;
    display: block !important;
}

.marquee__track {
    display: inline-flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.marquee__track .elementor-heading-title {
    white-space: nowrap;
    display: inline-block;
    padding-right: 60px;
}

.elementor-widget-heading {
    width: auto !important;
    max-width: none !important;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.btn-primary .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.btn-primary .elementor-button-icon SVG {
    width: 32px;
    height: 32px;
}

.my_img_animation {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

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


.my_img_animation:hover::after {
    animation: shine-once 0.8s forwards;



}


@keyframes shine-once {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}



.duan-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.duan-marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.duan-marquee-wrapper.rtl .duan-marquee-track {
    animation: scroll-right 30s linear infinite;
}

.duan-marquee-wrapper:hover .duan-marquee-track {
    animation-play-state: paused;
}

/* Animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.duan-thumb {
    position: relative;
}

.duan-thumb img {

    object-fit: cover;
    width: 100%;
    height: 400px !important;
    display: block;
    cursor: pointer;
}

.duan-item .duan-thumb img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.duan-item:hover .duan-thumb img {
    filter: grayscale(0%);
}

.cursor-dot {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%) scale(0);


    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Satoshi";
    text-align: center;
    padding: 10px;

    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
}


.cursor-dot.section-active {
    transform: translate(-50%, -50%) scale(1);
}


.cursor-dot.section-active.item-hidden {
    transform: translate(-50%, -50%) scale(0.15);
    opacity: 0.3;
}


/* list_playlist */

.playlist-swiper-container {
    position: relative;
}

.playlist-swiper {
    overflow: visible;
}


.playlist-section:not(:last-child) .playlist-swiper {
    padding-bottom: 60px;
    border-bottom: 1px solid #1c1e2a1a;
}


.playlist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 26px;
}

.playlist-section:first-child .playlist-header {
    margin-top: 0px;
}

.playlist-header h2 {
    color: #1C1E2A;
    font-family: "Satoshi";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 0;
}


.playlist-header .view-all-link {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 50px;
    border: 1.5px solid #FB5102;
    transition: all 0.25s ease;
}

.playlist-header .view-all-link:hover {
    background-color: #FB5102;
}

.playlist-header .view-all-link:hover .text-playlist {
    color: #fff;
}

.playlist-header .view-all-link:hover svg {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.playlist-header .text-playlist {
    color: #FB5102;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

button.mfp-close:hover,
button.mfp-close:active,
button.mfp-close:focus {
    background-color: #ffffff00 !important;
}

button.mfp-close {
    font-size: 20px !important;
}

.playlist-header .icon-playlist {
    line-height: 0;
}

.playlist-header .icon-playlist svg {
    width: 24px;
    height: 24px;
}

.playlist-thumb {
    aspect-ratio: 323/205;
    overflow: hidden;
}

.playlist-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.playlist-thumb:hover img {
    transform: scale(1.08);
}

.playlist-item h3 {
    color: #000;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 8px 0 8px;
}

.playlist-item h3:hover {
    color: #FB5102;
}

.playlist-swiper-container .swiper-button-prev,
.playlist-swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background: #F7F7F7;
    z-index: 10;
    padding: 4px;
}

.playlist-swiper-container .swiper-button-prev:hover,
.playlist-swiper-container .swiper-button-next:hover {
    border: 1px solid #FB5102;
    background: #FB5102;

    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 6px 18px rgba(251, 81, 2, 0.35);
}

.playlist-swiper-container .swiper-button-prev:hover svg,
.playlist-swiper-container .swiper-button-next:hover svg {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.playlist-swiper-container .swiper-button-prev {
    left: -20px;
}

.playlist-swiper-container .swiper-button-next {
    right: -20px;
}

.playlist-swiper .swiper-button-prev svg,
.playlist-swiper .swiper-button-next svg {
    width: 32px;
    height: 32px;
}



.project-hero-slider {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.5);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.hero-left {
    max-width: 500px;
}

.hero-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-desc {
    opacity: 0.8;
    margin-bottom: 20px;
}

.hero-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.hero-right {
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.slide-thumb {
    height: 180px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}





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


.my_header .custom-gtranslate::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-bottom.svg");
    background-size: 100%;
}

.my_header .gtranslate_wrapper::after {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: 24px;
    height: 24px;

    background-color: #F7F2E6;

    -webkit-mask: url("assets/images/globe.svg") no-repeat center;
    mask: url("assets/images/globe.svg") no-repeat center;

    background-size: 100%;
}

.container-sty.scrolled .gtranslate_wrapper::after {
    background-color: #271905;
}

.container-sty.scrolled .icon-menu svg {
    fill: #271905 !important;
}

.my_header .glink {

    font-family: "Satoshi";
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
}

.gt_white_content .glink {
    color: #333 !important;
}


.my_header .lang-group {
    position: absolute;
    top: 100%;
    z-index: 1;
    display: none;
    padding: 2px 10px;
    right: auto;
    left: -10px;
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 4px;


    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}

.lang-group .glink {
    display: block !important;
    color: #333 !important;
}



.gt-selected img,
.gt_options img {
    display: none !important;
}



.gt_float_switcher .gt_options a {
    color: #F7F2E6;
    font-family: Satoshi;
    font-size: var(--Spacing-5, 20px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.6px;
}


.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    background: transparent !important;

}


.gt_float_switcher,
.gt_float_switcher .gt-selected {
    box-shadow: none !important;
    background: transparent !important;
}




.my_header .gtranslate_wrapper:hover .lang-group {
    display: flex;
}

.container-sty .gt-selected .gt-current-lang {
    color: #F7F2E6 !important;
}

.container-sty.scrolled .gt-selected .gt-current-lang {
    color: #271905 !important;
}

.gt_float_switcher .gt_options a {
    padding: 6px !important;
    font-size: 14px;
}

#gt_float_wrapper {
    display: flex;
}

.gt_float_switcher .gt_options a:hover {
    background: #1E1005 !important;
}

.gt_float_switcher .gt_options {
    background: #fff;
    position: absolute !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.container-sty .gtranslate_wrapper::before {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.container-sty.scrolled .gtranslate_wrapper::before {
    -webkit-filter: none !important;
    filter: none !important
}

.container-sty .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: none !important;

    background-color: #F7F2E6 !important;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z'/></svg>");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 11px;
}

.container-sty.scrolled .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-color: #271905 !important;
}

/* Hoạt động slide */

.hoat-dong-wrapper {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}

.hoat-dong-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hoat-dong-bg::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(90deg,
            #271905 18.56%,
            rgba(39, 25, 5, 0) 80.99%);

    z-index: 2;
}


.hoat-dong-inner {
    padding-bottom: 40px;
    width: 1680px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 226px;
}

.hoat-dong-top {
    width: 55%
}

.hoat-dong-bottom {
    width: 35%;
    position: relative;
}


.hoat-dong-bottom::after {
    content: '';
    width: 30px;
    height: 125px;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(271deg, #1C1E2A 0%, rgba(28, 30, 42, 0.00) 50%);
}

.hoat-dong-inner .hd-sub {
    color: #26272B;
    font-family: "Satoshi";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;
}


.hoat-dong-inner .hd-title {
    color: #F7F2E6;
    font-family: "Satoshi";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
}

.item-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #FCFCFC;
}

.item-img {
    width: 100%;
    aspect-ratio: 226/125;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.item-img:hover {
    transform: scale(1.08);
}

.item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    color: #FFF;
    font-family: "Satoshi";
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
}


.hd-btn {
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    background: transparent;
    color: #fff;
    padding: 16px 50px 16px 50px;
    border-radius: 12px;

    border: 1px solid #F7F2E6;
    background: rgba(255, 243, 226, 0.14);
    backdrop-filter: blur(132px);
}

.hd-btn .text-btn-hd {
    color: #F7F2E6;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hd-btn:hover {
    background: #FB5102;
}

.hd-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.hd-nav h3 {
    color: #F7F2E6;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.hd-nav .hd-nav-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}


.hoat-dong-inner .swiper-button-prev,
.hoat-dong-inner .swiper-button-next {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    margin: 0 !important;
    transform: none !important;

    width: 40px;
    height: 40px;
    background: #F7F2E6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    padding: 6px;
}


.hoat-dong-inner .swiper-button-prev,
.hoat-dong-inner .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #F7F2E6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    padding: 6px;
}


.hoat-dong-inner .swiper-button-prev:hover,
.hoat-dong-inner .swiper-button-next:hover {
    background: #FB5102;

}


.hoat-dong-inner .swiper-button-prev svg,
.hoat-dong-inner .swiper-button-next svg {
    width: 32px;
    height: 32px;
}

.hoat-dong-inner .swiper-button-prev:hover svg,
.hoat-dong-inner .swiper-button-next:hover svg {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}




.container-sty {
    transition: background-color 0.3s ease;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}

.container-sty.scrolled {
    background-color: #FAFAFA !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
}

.container-sty.scrolled .menu-item a {
    color: #271905 !important;
    fill: #271905 !important;
}

.container-sty.scrolled .menu-item a:hover,
.container-sty.scrolled .elementor-item.elementor-item-active {
    color: #FB5102 !important;
    fill: #FB5102 !important;
}

.container-sty.scrolled .e-con-inner {
    padding: 16px 0px !important;
}



.list-ds-item .page-numbers {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
}

.list-ds-item .prev,
.list-ds-item .next {
    border: none;
}

.list-ds-item .page-numbers:hover,
.list-ds-item .current {
    background: #FB5102;
    color: #fff !important;
}

.list-ds-item .prev:hover,
.list-ds-item .next:hover {
    background: transparent;
}

.list-ds-item .elementor-pagination {
    align-items: center;
}

.list-ds-item .elementor-pagination {
    display: flex;
    justify-content: center;
}



.list-ds-item .prev,
.list-ds-item .next {
    width: 32px !important;
    height: 32px !important;

    position: relative;
}


.list-ds-item .prev::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('./assets/images/arrow-narrow-left.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    inset: 0;
    margin-left: 16px;
    background-position: left center;
}



.list-ds-item .next::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('./assets/images/arrow-narrow-right.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    inset: 0;
    margin-left: -16px;
    background-position: right center;
}

/* base chung */
.hd-marquee {
    overflow: hidden;
}

.hd-marquee .elementor-icon-list-items {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: hdMarquee 30s linear infinite;
}

.hd-marquee .elementor-icon-list-item {
    flex-shrink: 0;
}


.hd-marquee-left .elementor-icon-list-items {
    animation-direction: normal;
}


.hd-marquee-right .elementor-icon-list-items {
    animation-direction: reverse;
}


@keyframes hdMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* From Uiverse.io by ElsayedShamsEldeen */
/* The switch - the box around the speaker*/
.toggleSwitch {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5601;
    border-radius: 50%;
    cursor: pointer;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
    overflow: hidden;
}

/* Hide default HTML checkbox */
#checkboxInput {
    display: none;
}

.bell {
    width: 18px;
}

.bell path {
    fill: white;
}

.speaker {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition-duration: 0.3s;
}

.speaker svg {
    width: 18px;
}

.solgan-title-vn {
    display: none;
}

html[lang="vi"] .solgan-title-en {
    display: none;
}

html[lang="vi"] .solgan-title-vn {
    display: block;
}

.mute-speaker {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 3;
    transition-duration: 0.3s;
}

.mute-speaker svg {
    width: 18px;
}

#checkboxInput:checked+.toggleSwitch .speaker {
    opacity: 0;
    transition-duration: 0.3s;
}

#checkboxInput:checked+.toggleSwitch .mute-speaker {
    opacity: 1;
    transition-duration: 0.3s;
    background-color: #FF5601;
}

#checkboxInput:active+.toggleSwitch {
    transform: scale(0.7);
}

#checkboxInput:hover+.toggleSwitch {
    background-color: rgb(61, 61, 61);
}


/*laptop*/
@media screen and (max-width: 1550px) {
    .hoat-dong-inner {
        gap: 120px;
        padding-left: 60px;
    }

    .item-name {
        padding: 16px;
        font-size: 16px;
    }

    .rank-math-breadcrumb a,
    .rank-math-breadcrumb .last,
    .playlist-header .text-playlist {
        font-size: 16px;
    }

    .playlist-item h3 {
        font-size: 16px;
        padding: 10px 6px 0 6px;
    }

    .playlist-header {
        margin-bottom: 20px;
        margin-top: 24px;
    }

    .playlist-header h2 {
        font-size: 24px;
    }

    .playlist-header .view-all-link {
        padding: 8px 10px;
    }

    .playlist-header .icon-playlist svg {
        width: 16px;
        height: 16px;
    }

    .playlist-section:not(:last-child) .playlist-swiper {
        padding-bottom: 40px;
    }

    .hoat-dong-inner .hd-title {
        font-size: 28px;
    }

    .hd-btn .text-btn-hd {
        font-size: 16px;
    }

    .hd-btn {
        padding: 12px 36px;
    }

    .hoat-dong-bottom::after {
        height: 95px;
    }

    .my_header .glink,
    .gt_float_switcher {
        font-size: 16px !important;
    }
}

/*ipad*/
@media screen and (max-width: 967px) {
    .hoat-dong-wrapper {
        height: 650px;
    }

    .hoat-dong-inner {
        padding: 0 25px;
        flex-wrap: wrap;
        gap: 40px;
    }

    .hoat-dong-top {
        width: 100%;
    }

    .hoat-dong-bottom {
        width: 60%;
    }

    .hoat-dong-wrapper {
        padding: 40px 0;
    }

    .hoat-dong-left {
        width: 100%;
    }

    .hoat-dong-right {
        width: 100%;
    }

    .hoat-dong-inner .hd-title {
        font-size: 24px;
    }

    .hd-btn {
        gap: 6px;
        padding: 10px 26px;
    }

    .item-name {
        padding: 10px;
        font-size: 22px;
    }

    .hd-nav {
        gap: 31px;
    }

    .hd-nav-inner {
        gap: 20px;
    }

    .duan-thumb img {
        height: 350px !important;
    }

    .playlist-header h2 {
        font-size: 20px;
        width: 70%;
    }

    .playlist-header {
        margin-bottom: 18px;
        margin-top: 20px;
        gap: 40px;
    }

    .playlist-item h3 {
        padding: 10px 0 0 0;
    }

    .hd-nav h3,
    .my_header .glink {
        font-size: 16px;
    }

    .gt_float_switcher {
        font-size: 16px !important;
    }

}

/*mobile*/
@media screen and (max-width: 767px) {
    .playlist-header h2 {
        font-size: 18px;
        width: 100%;
    }

    .playlist-header {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .duan-thumb img {
        height: 250px !important;
    }

    .hoat-dong-inner {
        padding: 0 16px;

    }

    .rank-math-breadcrumb .separator {
        margin: 0 4px;
    }

    .rank-math-breadcrumb a,
    .rank-math-breadcrumb .last,
    .my_file_cv_name,
    .playlist-item h3,
    .playlist-header .text-playlist {
        font-size: 14px;
    }

    .playlist-header .view-all-link {
        padding: 4px 8px;
    }

    .playlist-header .icon-playlist svg {
        width: 14px;
        height: 14px;
    }

    .playlist-swiper-container .swiper-button-next {
        right: -10px;
    }

    .playlist-swiper-container .swiper-button-prev {
        left: -10px;
    }

    .playlist-swiper-container .swiper-button-prev,
    .playlist-swiper-container .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .hoat-dong-inner .hd-title {
        font-size: 18px;
    }

    .hoat-dong-bottom {
        width: 100%;
    }

    .hd-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .item-name {
        font-size: 18px;
    }

    .hoat-dong-inner .swiper-button-prev,
    .hoat-dong-inner .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .icon-hd svg {
        width: 20px;
        height: 20px;
    }

    .container-sty.scrolled .e-con-inner {
        padding: 10px 0px !important;
    }

    .item-img {
        height: 130px;
    }

}