/* 
Theme Name: SaoKim Digital
Theme URI: https://saokim.digital/
Description: A product designed and implemented by SaoKim Digital for customers. Hotline 0964.699.499
Author: Sao Kim Team
Template: hello-elementor
Author URI: https://saokim.digital/
Version: 1.0.0
*/
body{
    overflow-x: hidden;
    max-width: 100vw;
}
@media only screen and (max-width: 600px) {

}

@media only screen and (min-width: 1140px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1120px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1360px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1260px !important;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (min-width: 1551px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1424px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.swiper-pagination{
    bottom: 20px !important;
}
.swiper-pagination .swiper-pagination-bullet{
    height: 6px !important;
    border-radius: 3px 0;
    transition: all .5s;
}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 50px !important;
}

.slider-dm-home {
    padding: 0 80px !important
}


/*slider chay*/

.logo_carousel_trackToRight,
.logo_carousel_trackToLeft {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.logo_carousel_trackToRight .elementor-widget-container,
.logo_carousel_trackToLeft .elementor-widget-container {
    overflow-x: clip;
    position: relative;
    width: 100%;
}

.logo_carousel_trackToRight .elementor-icon-list-items,
.logo_carousel_trackToLeft .elementor-icon-list-items {
    display: flex;
    align-items: center;
    gap: 10px;
    will-change: transform;
    flex-wrap: nowrap !important;
}

.logo_carousel_trackToRight .elementor-icon-list-item,
.logo_carousel_trackToLeft .elementor-icon-list-item {
    height: 100%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rank-math-breadcrumb p{
    margin-bottom: 0;
}

.rank-math-breadcrumb a{
    color: #656565;
}
.rank-math-breadcrumb a:hover,.rank-math-breadcrumb span{
    color: #D29616;
}



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

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

@media only screen and (max-width: 600px) {
    .logo_carousel_trackToLeft .logo_carousel_img {
        width: 180px;
    }
}


/*End slider chay*/


.list-button-linh-vuc{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: -27px;
}

.list-button-linh-vuc a{
    padding: 16px 24px;
    background: #fff;
    border-radius: 99px;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.10);
    color:  #D29616;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    font-family: "Be Vietnam Pro", Sans-serif;
    display: block; 
}
.list-button-linh-vuc a:hover{
    background:  #D29616;
    color:  #fff;
}

.sp-tieu-bieu{
    display: flex;
    gap: 40px;
}

.sp-tieu-bieu .sp-tieu-bieu--left{
    width: 326px;
}
.sp-tieu-bieu .sp-tieu-bieu--right{
    flex: 1;
}
.sp-tieu-bieu--left .swiper-button-prev:after, .sp-tieu-bieu--left .swiper-button-next:after{
    display: none;
}
.sp-tieu-bieu--left .swiper-button-prev,.sp-tieu-bieu--left .swiper-button-next{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background:  #FFF;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.10);
}
.sp-tieu-bieu--left .swiper-button-prev{
    left: 0px;
}
.sp-tieu-bieu--left .swiper-button-next{
    right: 0px;
}
.sp-tieu-bieu--left .swiper-slide-thumb-active{
    border-radius: 6px;
    border: 1px solid var(--Color-Primary-Main-2, #D29616);
}
.sp-tieu-bieu--left .swiper-slide{
    border-radius: 6px;
    border: 1px solid  #D2961600;
    overflow: hidden;
}
.sp-tieu-bieu--left .swiper-slide.swiper-slide-thumb-active{
    border-radius: 6px;
    border: 1px solid #D29616;
}
.mySwiper2{
    margin-bottom: 10px;
}
.mySwiper2 img{
    border-radius: 12px;
    border: 1px solid  #F5F5F5;
}
.sp-tieu-bieu{
    background: url(./assets/images/bg-sp-tb.png) top center no-repeat;
    background-size: cover;
    border: 1px solid #D29616;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 40px;
}
.sp-tieu-bieu--img-cat{
    margin: 20px auto;
    display: block;
}
.sp-tieu-bieu:after{
    content: '';
    background: url(./assets/images/rlement.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;    
    width: 215px;
    height: 100px;
    z-index: 1;

}
.sp-contain{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.sp-tieu-bieu--right__tensp{
    margin-top: 0;
    color: var(--Color-Primary-Main-1, #004AA9);
    font-family: var(--Typography-Heading, "Be Vietnam Pro");
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-bottom: 20px;
    border-bottom: 1px solid #6565651f;
}
.sp-contain h4{
    color: #503600;

    /* Heading/H4 Bold */
    font-family: var(--Typography-Heading, "Be Vietnam Pro");
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    margin: 0;
    margin-bottom: 8px;
}

.sp-contain h4:before {
    content: url(./assets/images/line-star-ngan.png);
    display: inline-block;
    flex: 1;
    margin-right: 5px;
}











@media only screen and (max-width: 1550px) {
    .slider-dm-home {
        padding: 0 60px !important
    }
    .sp-tieu-bieu--right__tensp{
        font-size: 22px;
    }
    .sp-contain h4{font-size: 18px}
}

@media only screen and (max-width: 1110px) {
    .slider-dm-home {
        padding: 0 30px !important
    }
}


@media only screen and (max-width: 967px) {
    .slider-dm-home {
        padding: 0 30px !important
    }
    .sp-tieu-bieu{
        display: block;
    }
    .sp-tieu-bieu .sp-tieu-bieu--left{
        width: 50%;
        margin: 0 auto 50px;
    }
    .list-button-linh-vuc{
        display: block;
    }
    .list-button-linh-vuc li{
        margin: 20px 0;
    }
    .list-button-linh-vuc li a{
        text-align: center;
    }
    
    
}

@media only screen and (max-width: 767px) {
    .slider-dm-home {
        padding: 0 !important
    }
    .sp-tieu-bieu .sp-tieu-bieu--left{
        width: 100%;
        margin: 0 auto 20px;
    }
    .sp-contain{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .sp-tieu-bieu:after {
        width: 134px;
        height: 50px;
    }
    .sp-tieu-bieu {
        padding: 20px;
    }



}