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

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

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    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;
}

.my_header.header_bg {
    background: #fff;
}

.my_header.header_bg .top_header {
    transform: translate(0, -100%);
    display: none;
}

.logo_color {
    display: none !important;
}

.my_header.header_bg .logo_white {
    display: none !important;
}

.my_header.header_bg .logo_color {
    display: block !important;
}

.my_header.header_bg * {
    color: #020069 !important;
}

.my_header.header_bg .sub-arrow svg path {
    fill: #020069;
}

.btn_slider .elementor-button {
    width: 200px;
    display: block;
}
.btn_slider.btn_slider_active .elementor-button {
    background-color: #020069;
}

.img_slider {
    display: none;
}

.img_slider.img_slider_active {
    display: block;
}

.solution_box_desc {
    display: none;
}

.solution_box_hover:hover .solution_box_desc {
    display: block;
}

.solution_box_hover:hover .solution_box {
    background: #fff !important;
}

.solution_box_hover:hover .solution_box_title .elementor-icon-box-title {
    color: #020069;
}

.solution_box_hover:hover .solution_box_title .elementor-icon svg path {
    fill: #020069;
}

.rank-math-breadcrumb p {
    margin: 0;
}

.rank-math-breadcrumb p a {
    color: #BDBDBD;
}

.rank-math-breadcrumb p span {
    color: #fff;
}

.breadcrumb_color .rank-math-breadcrumb p span {
    color: #020069;
    font-weight: 700;
}

.jet-filters-pagination,
.elementor-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.jet-filters-pagination .jet-filters-pagination__item,
.elementor-pagination .page-numbers {
    min-width: 28px;
    height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #424244;
    font-size: 15px;
    border-radius: 4px;
    margin: 0;
}

.jet-filters-pagination .jet-filters-pagination__item.jet-filters-pagination__current,
.elementor-pagination .page-numbers.current {
    background: #060386;
    color: #fff;
}

.jet-filters-pagination .jet-filters-pagination__item .jet-filters-pagination__link {
    padding: 0 !important;
}

.jet-filters-pagination .jet-filters-pagination__item .jet-filters-pagination__link svg {
    width: 20px !important;
    height: 20px !important;
}
.elementor-pagination .page-numbers svg {
    width: 20px;
}

.linhvuc-two-wrapper {
    display: flex;
    column-gap: 80px;
    row-gap: 40px;
    align-items: center;
}

/* LEFT (main) */
.lv-left {
    width: calc(50% - 40px);
}

.lv-main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lv-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lv-main-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lv-kicker {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.lv-main-title {
    color: #fff;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    .lv-main-title {
        font-size: 30px;
    }
}

.lv-main-excerpt {
    margin-bottom: 0;
    overflow: hidden;
    color: #FFF;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.32px;
}

.lv-main-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
}

/* RIGHT (thumbs) */
.lv-right {
    width: calc(50% - 40px);
}

.lv-thumb {
    width: 100%;
    overflow: hidden;
}

.lv-thumb .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lv-thumb-card {
    border-radius: 4px;
    box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, 0.50);
    position: relative;
}

.lv-thumb-img {
    aspect-ratio: 270/400;
    object-fit: cover;
    width: 100%;
    border-radius: 4px !important;
}

.lv-thumb-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    transition: ease all 300ms;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
    z-index: 2;
}

.lv-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    width: 160px;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #FFF;
    color: #020069 !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    z-index: 2;
    transition: ease all 300ms;
}

.lv-thumb-card:hover .lv-btn {
    opacity: 1;
}

.lv-thumb-card:hover .lv-thumb-label {
    opacity: 0;
}

.lv-thumb .swiper-slide .lv-thumb-card:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(17, 14, 169, 0.00) 44.25%, #000 100%);
    box-shadow: 4px 10px 20px 0 rgba(0, 0, 0, 0.50);
}

/* active highlight for center thumb */
.lv-thumb-card:hover:before {
    background: linear-gradient(180deg, rgba(17, 14, 169, 0.00) 44.25%, #110EA9 100%) !important;
}

/* progress bar under thumbs */
.lv-progress {
    height: 5px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    flex: 1;
}

.lv-progress-bar {
    height: 100%;
    width: 0%;
    background: #1611F0;
    transition: width .25s linear;
}
.lv-main-pagination {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 28px;
}
.lv-main-arrows {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 104px
}

.lv-main-arrows svg {
    width: 44px;
    height: 44px
}
/* Responsive */
@media (max-width: 1024px) {
    .linhvuc-two-wrapper {
        flex-direction: column;
    }

    .lv-left, .lv-right {
        width: 100%;
    }
}

.du-an-item {
    position: relative;
    border-radius: 4px;
}

.du-an-thumb-img {
    aspect-ratio: 337/475;
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
}

.du-an-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) 50.13%, #121212 100%);
    z-index: 1;
    transition: ease all 300ms;
}

.du-an-item:hover .du-an-overlay {
    background: linear-gradient(180deg, rgba(2, 0, 105, 0.00) 23.63%, #050437 90.98%);
}
.du-an-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    padding: 16px;
}
.du-an-overlay h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #FFFFFF;
    margin: 0;
}
.du-an-overlay .du-an-excerpt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.32px;
    margin: 0;
}
.du-an-swiper {
    padding-bottom: 50px !important;
}
.du-an-swiper .swiper-pagination-bullet {
    border-radius: 30px;
}
.du-an-swiper .swiper-pagination-bullet-active {
    width: 30px;
    background: #020069;
}
.single-linh-vuc .page-header {
    display: none !important;
}

.project_gallery_items{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

.project_gallery_item {
    width: calc(20% - 12px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    transition: ease all 800ms;
    position: relative;
    border-radius: 4px;
}

.project_gallery_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: ease all 500ms;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.project_gallery_icon svg {
    width: 68px;
    height: 68px;
}

.project_gallery_item:hover .project_gallery_icon {
    opacity: 1;
}

.project_gallery_item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    height: 300px;
    border-radius: 4px;
}

.project_gallery_item.active img {
    aspect-ratio: 2;
}

.project_gallery_items .project_gallery_item.active {
    width: calc(40% - 12px);
}

.project_gallery_wrap {
    overflow: hidden;
}

.project_gallery_wrap_mobile {
    display: none;
}

.project_gallery_wrap .img_gallery {
    display: block;
}

.project_gallery_wrap_mobile .img_gallery {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.short-desc-collapsed {
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

/* Hiệu ứng mờ phần cuối */
.short-desc-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* Nút xem thêm */
.btn-view-more {
    display: inline-block;
    margin-top: 8px;
    color: #020069 !important;
    background: transparent !important;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}
.btn-view-more:hover {
    color: #DA1B13 !important;
}

/* Popup nội dung */
.mfp-content-wrap {
    padding: 32px 20px;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.mfp-arrow,
.mfp-close {
    background-color: transparent !important;
}

.mfp-arrow {
    top: 50% !important;
    transform: translate(0, -50%) !important;
    margin: 0 !important;
}

@media only screen and (max-width: 820px) {
    .du-an-overlay h3 {
        font-size: 16px;
    }

    .project_gallery_icon svg {
        width: 52px;
        height: 52px;
    }
}

@media only screen and (max-width: 600px) {
    .project_gallery_wrap_mobile {
        display: block;
    }

    .project_gallery_wrap_pc {
        display: none;
    }

    .project_gallery_item {
        width: 100%;
    }
}

#sk-slick-next,#sk-slick-previous{cursor: pointer;}
.slider-ls--item h3{
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    background: var(--Linear, linear-gradient(180deg, #30559B -17.51%, #020069 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0;
}


@media only screen and (min-width: 767px) {
    .slider-ls--item__bot .slider-ls--item__content{
        order: 2;
    }
}

.slider-ls--item .slider-ls--item__title{
    height: 260px;
}

.slider-ls--item .slider-ls--item__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

@media only screen and (min-width: 1024px) {
    .slider-ls--item .slider-ls--item__title {
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    .main_menu_pc .elementor-nav-menu > li:first-child ul {
        display: none !important;
    }

}
.slider-ls--item__content{
    height: 260px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 767px) {
    .slider-ls--item__bot.slider-ls--item .slider-ls--item__content{
        padding-bottom: 0;
        padding-top: 40px;
        align-items: flex-start;
    }
}

.slider-ls--item p{
    padding-bottom: 0;
    margin: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    color: #000;
    text-align: center;
    margin: 0;
}

.slider-ls--item{
    position: relative;
    display: flex !important;
    flex-direction: column;
    padding: 0 60px;
}
.slider-ls--item .slider-ls--item__content{
    display: flex;
    align-items: flex-end;
}
.slider-ls--item .slider-ls--item__content div{
    width: 100%;
}

.slider-ls--item .slider-ls--item__content img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 357 / 200;
    height: 200px;
    margin: 0 auto;
    border-radius: 8px;
}


.slider-ls--item:before{
    content: '';
    width: 100%;
    height: 4px;
    background: #F2F2F2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.slider-ls--item:after{
    content: '';
    width: 24px;
    height: 24px;
    background: url(./assets/images/dot-t.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.slider-ls .slick-current.slider-ls--item:after{
    background: url(./assets/images/dot-key.svg) center center no-repeat;
    background-size: contain;
    animation: zoom2 1.3s infinite;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom2 1.3s infinite;
    box-shadow: 0 0 0 0 #30559B;
    border-radius: 50%;
}

@keyframes zoom2 {
    0% {
        transform: scale(1) translate(-50%, -50%);
    }

    70% {
        transform: scale(1) translate(-50%, -50%);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(1) translate(-50%, -50%);
        box-shadow: 0 0 0 0 transparent
    }
}

.slider-ls-nav {
    display: none;
}

.slider-ls-nav .item{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    text-transform: uppercase;
    padding-bottom: 14px;
    border-bottom: 2px solid #FFFfff00;
    margin-bottom: -1px;
    cursor: pointer;
}
.slider-ls-nav .slick-current.item{
    border-bottom: 2px solid #FFFfff;
}

.slider-ls-nav{
    border-bottom: 1px solid #fff;
    margin-top: 120px;
}

.slider-ls-wrap {
    position: relative;
}

.sk-timeline-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 32px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    width: 40px;
    height: 40px;
    transition: ease all 300ms;
}
#sk-slick-next {
    right: 0;
}

#sk-slick-previous {
    left: 0;
}

.sk-timeline-arrow svg {
    width: 16px;
    height: 16px;
}

.sk-timeline-arrow:hover {
    background: #020069;
}

.sk-timeline-arrow:hover svg path {
    fill: #fff;
}
@media screen and (max-width:1550px) {
    .slider-ls--item h3{
        font-size: 48px;
    }

    .slider-ls--item__content {
        font-size: 14px;
    }


}
@media screen and (max-width:1350px) and (min-width:1110px){
    .slider-ls-nav {
        margin-top: 30px;
    }

}
/*ipad-pro*/
@media screen and (max-width:1110px){
    .slider-ls--item h3 {
        font-size: 40px;
    }

    .slider-ls-nav{
        margin-top: 60px;
    }

}

@media screen and (max-width:967px){
    .slider-ls--item h3 {
        font-size: 36px;
    }

    .slider-ls--item {
        position: relative;
        display: flex !important;
        flex-direction: column;
        padding: 0 10px;
    }

    .slider-ls--item__content {
        height: 240px;
    }

    .slider-ls--item .slider-ls--item__title {
        height: 240px;
    }
}
/*mobile*/
@media screen and (max-width:767px){
    .slider-ls--item h3 {
        font-size: 32px;
    }
}

.dong_sp_tabs {
    display: flex;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    /*margin-bottom: 40px;*/
}

.dong_sp_tab {
    width: 60px;
}
.dong_sp_tab a {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.dong_sp_tab a img {
    border-radius: 100%;
    border: 2px solid #fff;
    padding: 2px;
}

.dong_sp_tab.active a img {
    border: 2px solid #0A5D99;
}
.dong_sp_tab_content {
    display: none;
}

.dong_sp_tab_content.active {
    display: block;
}

.dong_sp_tabs_content table th {
    border: 0 !important;
}

.web_h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.elementor-button {
    position: relative;
    overflow: hidden;
    background-color: #DA1B13 !important;
    color: #fff;
    transition: color 0.3s ease;
    z-index: 1;
}

.btn_contact .elementor-button {
    background-color: #fff !important;
}
.elementor-button::before,
.btn_contact .elementor-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #020069 !important;
    transition: height 0.3s ease;
    z-index: -1;
}

/* khi hover */
.elementor-button:hover::before {
    height: 100%;
}

.box_hover {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

.box_hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #DA1B13 !important;
    transition: height 0.5s ease;
    z-index: -1;
}

.box_hover:hover::before {
    height: 100%;
}

.box_hover:hover * {
    color: #fff !important;
}
.box_hover:hover .elementor-icon svg path {
    fill: #fff;
}
.head_icon h2,
.head_icon_left h2 {
    position: relative;
}

.head_icon h2:after {
    content: '';
    position: absolute;
    left: -60px;
    width: 53px;
    height: 11px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url('https://demo.saokim.com.vn/formula/wp-content/uploads/2025/11/head_left.svg');
    background-size: cover;
}

.head_icon h2:before {
    content: '';
    position: absolute;
    right: -60px;
    width: 53px;
    height: 11px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url('assets/images/head_right.svg');
    background-size: cover;
}
.head_icon_left {
    margin-left: 60px;
}
.head_icon_left h2 {
    position: relative;
}

.head_icon_left_white h2 {
    color: #fff; font-size: 18px; font-weight: 400; display: inline-block
}

.head_icon_left h2:after {
    content: '';
    position: absolute;
    left: -60px;
    width: 53px;
    height: 11px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url('assets/images/head_left.svg');
    background-size: cover;
}

.head_icon_left_white h2:after {
    content: '';
    position: absolute;
    left: -60px;
    width: 53px;
    height: 11px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url('assets/images/head_left_white.svg');
    background-size: cover;
}

/* CSS */
.myAboutSwiper {
    width: 100%;
    padding: 50px 0 !important;
    overflow: hidden;
}

.myAboutSwiper .swiper-slide {
    background-image: url('https://demo.saokim.com.vn/formula/wp-content/uploads/2025/11/CTA-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 4px;
    padding: 20px;
    min-height: 260px;
    transition: transform 0.4s, box-shadow 0.4s;
    z-index: 1;
}

.myAboutSwiper .swiper-slide-active {
    box-shadow: 0 0 10px 4px rgba(31, 34, 34, .5);
}

.myAboutSwiper .swiper-slide .about_box {
    position: relative;
    padding-bottom: 24px;
}

.myAboutSwiper .swiper-slide .about_box h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 12px;
}

.myAboutSwiper .swiper-slide .about_box p {
    font-size: 16px;
    margin-bottom: 24px;
}

.myAboutSwiper .swiper-slide .about_box .about_box_img {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: ease all 200ms;
    border: #fff 1px solid;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.myAboutSwiper .swiper-slide .about_box .about_box_img img {
    width: 18px;
}

.myAboutSwiper .swiper-slide .about_box .about_box_img:hover {
    border: #fff 3px solid;
}

@media only screen and (min-width: 1120px) {
    .myAboutSwiper .swiper-slide-active {
        transform: scale(1.15) !important;
        z-index: 3;
    }

    .myAboutSwiper .swiper-slide-active .about_box {
        transform: scale(0.94) !important;
    }
    
    .myAboutSwiper .swiper-slide-active .about_box h3 {
        font-size: 18px;
    }
}

.myCamhungSwiper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.myCamhungSwiper .swiper-slide .cam_hung_img_box > img {
    width: 100%;
    display: block;
    border-radius: 8px;
    aspect-ratio: 836/528;
    object-fit: cover;
}

.cam-hung-nav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 0;
    transform: translate(0, -40%);
    z-index: 3;
    width: 100%;
    padding: 0 10px;
}

.cam-hung-nav .nav-buttons-wrapper {
    overflow: hidden;
    flex: 1;
}

.cam-hung-nav .nav-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
    gap: 10px;
}

.cam-hung-nav .nav-btn {
    height: 90px;
    font-size: 13px;
    font-weight: 700;
    padding: 12px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(179, 187, 201, .15);
    border: none;
    cursor: pointer;
    border-radius: 8px;
    width: calc(33.3333% - 6.66667px);
    white-space: normal;
    text-align: center;
}

.cam-hung-nav .nav-btn.active {
    background: #DA1B13;
    color: #fff;
}

.navs_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 56px;
}
.cam-hung-nav .nav-prev, .cam-hung-nav .nav-next {
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: 200;
    cursor: pointer;
    color: #979797 !important;
    padding: 0 !important;
    outline: 0 !important;
}

.cam_hung_img_box {
    position: relative;
}

.cam_hung_img_box:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, #12121200 50.13%, #121212 100%);
    z-index: 1;
}

.cam_hung_img_box h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 0;
    text-align: center;
    display: none;
}

.my_zoom_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 4;
    cursor: pointer;
}

.elementor-lightbox-image {
    border-radius: 4px !important;
}

.home_banner_slider .swiper-slide-contents {
    opacity: 0;
}

.home_banner_slider .swiper-slide-contents.animated.fadeInUp {
    opacity: 1;
}

.table_product_child thead tr th,
.table_product_child tr.is_header_row td {
    background: #020069;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    border-color: #fff;
    border-top: 0 !important;
    border-bottom: 0 !important;
    font-size: 13px;
    line-height: 1.25;
}

.table_product_child tbody tr td {
    padding: 5px 10px;
    text-align: left;
    border-color: #fff;
    font-size: 12px;
    line-height: 1.25;
}
.table_product_child tr.is_header_row td {
    padding: 0 10px 6px 10px;
    font-size: 12px;
    line-height: 1;
    border: 0;
}

#all-in-one-vr > .phone-vr > .phone-vr-img-circle {
    background-image: url('assets/images/close.svg');
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center;
}

#button-contact-vr.active #all-in-one-vr > .phone-vr > .phone-vr-img-circle {
    background-image: url('assets/images/support.svg');
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
}

#phone-vr2 > .phone-vr > .phone-vr-img-circle {
    background-image: url('assets/images/3cx.png');
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
#phone-vr2 > .phone-vr > .phone-vr-img-circle img,
#all-in-one-vr > .phone-vr > .phone-vr-img-circle img {
    display: none !important;
}

@media only screen and (max-width: 900px) {
    .cam-hung-nav {
        width: 100%;
        transform: translate(0, -50%);
        top: 50%;
    }
    .nav-buttons-wrapper {
        display: none;
    }
    
    .navs_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        padding: 20px;
    }
    
    .cam-hung-nav .nav-prev, .cam-hung-nav .nav-next {
        color: #fff !important;
    }
    .cam_hung_img_box h3,
    .cam_hung_img_box:before {
        display: block;
    }
    
    .myAboutSwiper {
        padding: 20px 0 !important;
    }
    
    .myAboutSwiper .swiper-slide {
        box-shadow: none !important;
    }
}

@media only screen and (max-width: 600px) {
    
    .myAboutSwiper .swiper-slide .about_box h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }
}