
    /*---------------------------------panorama API---------------------------------*/

    #panorama {
        width: 100%;
        height: 80vh;
    }

    div.pnlm-tooltip span{
        width: fit-content!important;
        background-color: rgb(185, 146, 74, 0.8);
        min-width: 135px;
    }

    div.pnlm-tooltip:hover span:after{
        border-color:rgb(185, 146, 74, 0.8) transparent transparent transparent;
    }

    .pnlm-panorama-info{
        left: 0;
        bottom: 0px;
        width: fit-content;
        height: 5%;
        padding: 1.5vw;
        align-content: center;
        background-color: rgb(185, 146, 74, 0.8);
    }

    .map_icon_product{
        width: 35px;
        height: 35px;
        background: url(/frontend/img/info.png) no-repeat;

    }
    .map_icon_product:hover{
        width: 35px;
        height: 35px;
        background: url(/frontend/img/info_hover.png) no-repeat;

    }
    .map_icon_prev{
        background: url(/frontend/img/door.png) no-repeat;
        width: 25px;
        height: 25px;
        padding: 8px;
        background-color: rgb(204 204 204 / 50%);
        border-radius: 50%;
        background-position: center center;
    }
    .map_icon_next{
        background: url(/frontend/img/door_next.png) no-repeat;
        width: 25px;
        height: 25px;
        padding: 8px;
        background-color: rgb(204 204 204 / 50%);
        border-radius: 50%;
        background-position: center center;
    }

    .map_icon_prev:hover{
        width: 25px;
        height: 25px;
        background: url(/frontend/img/door_hover.png) no-repeat;
        padding: 8px;
        background-color: rgb(204 204 204 / 100%);
        border-radius: 50%;
        background-position: center center;
    }
    .map_icon_next:hover{
        background: url(/frontend/img/door_next_hover.png) no-repeat;
        width: 25px;
        height: 25px;
        padding: 8px;
        background-color: rgb(204 204 204 / 50%);
        border-radius: 50%;
        background-position: center center;
    }
    /*---------------------------------//panorama API--------------------------------*/

    /*------------ces banner------------------------*/

    .ces_banner_bg{
        background-image: url('/frontend/img/ces2026/ces_banner_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center -3vw;
        width: 100%;
        height: 800px;
    }
    
    .ces_banner{
        background-color: rgb(103, 178, 255, 0.4);
        color: #fff;
        width: fit-content;
        height: fit-content;
        border: 0.1rem solid;
        border-color: transparent;
        border-image-slice: 1;
        border-image-source: linear-gradient(#63a3ff,#b6dcff);
        box-shadow: 0.15rem 0.15rem rgb(0 0 0 / 30%); 
        margin: 15vh auto 7vh;
    }

    .ces_banner img:nth-child(1) {
        border-right: 3px solid;
        border-color: transparent;
        border-image-slice: 1;
        border-image-source: linear-gradient( #07f7f5,#c9fc66);
    }
    .ces_banner img{
        padding: 0rem 3rem 0 0;
        margin: 3rem 0rem;
    }


    /*------------//ces banner------------------------*/
    /*---------------------------------map---------------------------------*/

    #carouselMap{
        padding: 1vw;
    }

        #carouselMap .carousel-item img{
            width: 75%;
        }

    /* #carouselMap .carousel-inner {
        margin-bottom: 10vw;
    } */

    #carouselMap .circle_group{
        top: 50%;
        left: 50%;
    }

    /* #carouselMap .carousel-caption{
        bottom: calc(13vw + -1vh);
    } */

    #carouselMap .circle_group li{
        position: relative;
        text-align: center;
        list-style: none;
        width: 500px;
    }

    #carouselMap .circle_group a{
        background-color: #303d55;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        font-size: 20px;
        display: block;
        left: 0;
        top: 0;
        z-index: 1;
        transition: .1s;
        border: 3px solid #fff;
        color: #fff;
        font-weight: bold;
        /* box-shadow: 3px 3px 8px; */
    }

    #carouselMap .carousel-inner .btn_ipc{
        background-color: #f19100;
    }

    #carouselMap .circle_group li p{
        margin-top: 0.5vw;
        margin-left: 1.2vw;
        border-left: 4px solid rgb(155 135 100 / 80%);
        padding: 5px;
        color: #000;
        font-weight: bold;
        /* writing-mode: vertical-lr;
        height: 99px; */
        width: 165px;
        background-color: rgb(255, 223, 166, 0.8);
        display: none;
        font-size: 16px;
    }
/* 
    #carouselMap .circle_group a:after{
        display: block;
        border: 2px solid #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        content:'';
        position: absolute;
        top: -9px;
        left: -8px;
    } */

    #carouselMap .circle_group a:hover{
        box-shadow: 0px 0px 8px;
        transition: .3s;
    }

    #carouselMap .circle_group li span{
        position: relative;
        z-index: 998;
        font-weight: bold;
        margin: -5vw;
    }
  
    #carouselMap .carousel-item .circle1{    
        top: 5vw;
        left: 22vw;
    }


    #carouselMap .carousel-item .circle2{    
        top: 12vw;
        left: 14vw;
    }


    #carouselMap .carousel-item .circle3{    
        top: 12vw;
        left: 9vw;
    }
        /* .carousel-item .circle_group li:nth-child(3) p{
            top: -2vw;
            left: 0vw;
        } */


    #carouselMap .carousel-item .circle4{    
        top: 12vw;
        left: 19vw;
    }
        /* .carousel-item .circle_group li:nth-child(4) p{
            top: -1vw;
            left: 1vw;
        } */

    #carouselMap .carousel-item .circle5{    
        top: 12vw;
        left: 4vw;

    }

        /* .carousel-item .circle_group li:nth-child(5) p{
            top: -2vw;
            left: 0vw;
        } */

    #carouselMap .carousel-item .circle6{    
        top: -1vw;
        left: 14vw;
    }
/* 
        .carousel-item .circle_group li:nth-child(6) p{
            top: -2vw;
            left: 0vw;
        } */


    #carouselMap .carousel-item .circle7{    
        top: -1vw;
        left: 4vw;
    }

        /* .carousel-item .circle_group li:nth-child(7) p{
            top: 2vw;
            left: 0vw;
        } */
    

    #carouselMap .carousel-item .circle8{    
        top: -1vw;
        left: 19vw;
    }

    #carouselMap .carousel-item .circle9{    
        top: -1vw;
        left: 9vw;
    }
    
    /* ------------------// hilai ipc product-------------------*/



    /*-------------------------------// map--------------------------------*/

.card{
    display: none;
}

.card.active{
    display: block;
}

.card-text{
    white-space: pre-line;
    font-size: 1.2rem;
}

/*--------------------product--------------------*/

.card .row:nth-child(even){
    flex-direction: row-reverse !important;
}

.img_bg{
    text-align: center;
    background: linear-gradient(#ffffff,#9fd3ff);
    align-content: center;
}

.card .btn_retail{
    background: linear-gradient(160deg, #0079C4 15%, #25abff,  #0079C4 80%);
    color: #fff;
    border: 0;
}

.card .btn_retail:hover{
    background: #0079C4;
}

.card-body .card-title::first-letter{
   color: red;
}

/*------------------//--product--------------------*/

/*--------------------product--modal------------------*/

.modal-body{
    padding: 0!important;
}

.modal-body .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    margin: 30px;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    z-index: 1;
}

.modal-body .spec_table{
    font-size: 16px;
}

/*------------------//--product--modal------------------*/

/*---------------------------------media---------------------------------*/


@media (max-width: 575.98px) { 

    .ces_banner img:nth-child(1){
        border-right: 0;
    }

    .ces_banner img {
        padding: 0;
        margin: 1vh auto;
    }
}


@media (max-width: 767.98px) { 


}
    

@media (max-width: 991.98px) { 

        #carouselMap .carousel-item img{
            width: 100%;
        }

        #carouselMap .carousel-caption {
            position: relative;
            right: 0;
            bottom: 0;
            left: 0;
            padding-top: 0;
            padding-bottom: 5.25rem;
        }
        
        #carouselMap .circle_group a{
            font-size: 20px;
        }
        #carouselMap .circle_group {
            position: relative;
            top: 0;
            left: 0;
            width: 520px;
            text-align: left;
            margin: -42px auto;
        }

        #carouselMap .circle_group li {
            text-align: left;
            list-style: none;
            width: auto;
            padding: 15px;
        }
        #carouselMap .circle_group li p {
            display: block;
            margin-top: -31px;
            margin-left: 6vh;
            border-left: 0px;
            padding: 5px;
            color: #000;
            font-weight: bold;
            width: 300px;
            background-color: transparent; 
            display: block;
            text-align: left;
            font-size: 16px;
        }   
}


@media (max-width: 1198.98px) { 

}

@media (min-width: 992px) {

    #carouselMap .circle_group a{
        position: absolute;
    }

    #carouselMap .circle_group{
        position: absolute;
    }
    #carouselMap .circle_group li p{
        position: absolute;
    }

}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1280px!important;
    }


}

@media(min-width: 1400px){

}

@media (min-width: 1500px) {

}

/*-------------------------------//media---------------------------------*/



