/* 
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
*/
@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;
    }
}
body{
	font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1200px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1140px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 1300px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1280px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1440px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1460px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button{
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 50%;
}
.elementor-element .swiper .elementor-swiper-button:hover,
.elementor-element .swiper~.elementor-swiper-button:hover, 
.elementor-lightbox .swiper .elementor-swiper-button:hover, 
.elementor-lightbox .swiper~.elementor-swiper-button:hover{
    background: #D7171F;
}

.swiper-pagination-bullet-active{
    width: 30px !important;
    border-radius: 10px;
    background: #D7171F !important;
}
.swiper-pagination-bullet{
    opacity: 1;
    transition: all .5s;
}
.thong-so-san-pham{
    color: #fff;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
    padding-right:  10px;
}
.thong-so-san-pham li{
    list-style: none;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
}
.thong-so-san-pham li:last-child{
    border-bottom: none;
}


/**  STYLE 3 */
.thong-so-san-pham::-webkit-scrollbar-track {
    background-color: #223F9900;
}

.thong-so-san-pham::-webkit-scrollbar {
    width: 6px;
    background-color: #223F9900;
}

.thong-so-san-pham::-webkit-scrollbar-thumb {
    background-color: #f2f2f240;
    border-radius: 10px;
}
/* entire container, keeps perspective */
.prd-box {
    perspective: 1000px;
}
/* flip the pane when hovered */
.prd-box:hover>.e-con-inner{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.prd-box, .prd-box--front, .prd-box--back {
    height: 425px;
}

/* flip speed goes here */
.prd-box>.e-con-inner {
    transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.prd-box--front, .prd-box--back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* prd-box--front pane, placed above back */
.prd-box--front {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

/* back, initially hidden pane */
.prd-box--back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}









@media only screen and (max-width: 1110px) {
    .prd-box, .prd-box--front, .prd-box--back {
        height: 378px;
    }
}
@media only screen and (max-width: 767px) {
    .prd-box, .prd-box--front, .prd-box--back {
        height: 355px;
        display: block;
    }
}
