.themeNav{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cnd__nav{
    position: fixed;
    /* color: #656565; */
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: "industry-inc-base", sans-serif;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    position: relative;
}

#feedbackBtn{
    display: none !important;
    color: transparent !important;
    background: transparent !important;
}

#projectBtn{
    display: none !important;
    color: transparent !important;
    background: transparent !important;
}

.feedbackBtnBox,.contactBtnBox{
    position: relative;
    z-index: 30;
}

.feedbackBtnLayout,.contactBtnLayout{
    pointer-events: auto;
    margin-top: 20px;
    color: #fff;
    padding: 1px;
    /* font-family: "industry-inc-base", sans-serif; */
    font-size: 16px;
    /* clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%); */
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 30;
}

.feedbackInSide,.contactBtnInSide{
    line-height: 1;
    display: inline-block;
    /* clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%); */
    padding: 6px 30px ;
}

.theme-pro-oneTab .feedbackBtnLayout{
    pointer-events: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    clip-path: none;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 30;
    border-radius: 12px;
    min-width: 140px;
    background: #fff;
    border: 1px solid #5983CD;
}

.theme-pro-oneTab .contactBtnLayout{
    pointer-events: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    clip-path: none;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 30;
    border-radius: 12px;
    min-width: 140px;
    background: #fff;
    border: 1px solid #9a8555;
}

.theme-pro-oneTab .feedbackInSide,.theme-pro-oneTab .contactBtnInSide{
    line-height: 1;
    display: inline-block;
    clip-path: none;
    padding: 6px 30px ;
    border-radius: 10px;
    font-weight: 700;
    width: 100%;
}



@media screen and (min-width: 997px) {
    .feedbackBtnLayout:hover,.contactBtnLayout:hover{
        transform: scale(1.05);
        padding: 2px;
    }
}

.titleList{
    display: none;
}

.cnd__nav.is-active {
    opacity: 1;
    pointer-events: auto;
}

.theme .cnd__nav-logo{
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 19;
}

.theme-mag-oneTab .cnd__nav-logo{
    background: url("https://storage-asset.msi.com/global/template/images/MAG_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-mpg-oneTab .cnd__nav-logo{
    background: url("https://storage-asset.msi.com/global/template/images/MPG_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-meg-oneTab .cnd__nav-logo{
    background: url("https://storage-asset.msi.com/global/template/images/MEG_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-pro-oneTab .cnd__nav-logo{
    background: url("https://storage-asset.msi.com/global/template/images/PRO_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.piNav__box{
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
}

.piNav__list{
    font-size: 14px;
    color: #999;
    display: none;
    cursor: pointer;
}

.piNav__ul--active{
    display: inline-block;
}

.piNav__list-item{
    margin: 6px 0;
    position: relative;
    cursor: pointer;
    z-index: 19;
}

.piNav__list-item span{
    display: inline-block;
    padding: 2px 8px 0; 
    transition: all 0.3s ease;
    background-color: transparent; 
    position: relative;
    z-index: 19;
}

.piNav__box    .piNav__title{
    position: relative;
    z-index: 19;
}

/* meg */
.theme-meg-oneTab .piNav__list-item--active span,.theme-meg-oneTab .piNav__list-item:hover span{
    background: #F1D8A7;
    color: #000000;
    padding: 2px 8px 0;
    border-radius: 5px;
}


.theme-meg-oneTab .piNav__title--active{
    color: #F1D8A7;
    position: relative;
}

.theme-meg-oneTab .piNav__title--active::before{
    background-image: url("https://storage-asset.msi.com/global/template/images/MEG_dot-active.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 2px;
    right: -25px;
}

/* mpg */
.theme-mpg-oneTab .piNav__list-item--active span,.theme-mpg-oneTab .piNav__list-item:hover span{
    color: #fff;
    background: #E81F76;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-mpg-oneTab .piNav__title--active{
    color: #E81F76;
    position: relative;
}

.theme-mpg-oneTab .piNav__title--active::before{
    background-image: url("https://storage-asset.msi.com/global/template/images/MPG_dot-active.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 2px;
    right: -25px;
}

/* mag */
.theme-mag-oneTab .piNav__list-item--active span,.theme-mag-oneTab .piNav__list-item:hover span{
    background: #D3E736;
    color: #000000;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-mag-oneTab .piNav__title--active{
    color: #D3E736;
    position: relative;
}

.theme-mag-oneTab .piNav__title--active::before{
    background-image: url("https://storage-asset.msi.com/global/template/images/MAG_dot-active.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 2px;
    right: -25px;
}

/* pro */
.theme-pro-oneTab .piNav__list-item--active span,.theme-mpro .piNav__list-item:hover span{
    background: #5983CD;
    color: #ffffff;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-pro-oneTab .piNav__title--active{
    color: #5983CD;
    position: relative;
}

.theme-pro-oneTab .feedbackInSide{
    color: #5983CD;
    background: #fff;
}

.theme-pro-oneTab .piNav__title--active::before{
    background-image: url("https://storage-asset.msi.com/global/template/images/PRO_dot-active.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 2px;
    right: -25px;
}
.theme-pro-oneTab  .contactBtnLayout .contactBtnInSide{
    color: #9a8555;
    background: #fff;
}


.theme .piNav__title{
    position: relative;
}

@media screen and (max-width: 1599px) {

    .feedbackBtnLayout,.contactBtnLayout{
        opacity: 0;
        pointer-events: none;
    }

    .feedbackHoverArea,.contactHoverArea{
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        bottom: 6px;
        right: -25px;
        z-index: 101;
        width: 20px;
        height: 20px;
        /* pointer-events: none; */
    }

    .feedbackLeaveBlock{
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
        z-index: 101;
        width: 40px;
        height: 2px;
    }

    .feedbackLeaveBlockTwo{
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        top: 20px;
        right: -25px;
        z-index: 101;
        width: 40px;
        height: 2px;
    }

    .feedbackBtnBox::after{
        width: 20px;
        height: 100%;
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        right: -25px;
        z-index: 100;
        pointer-events: none;
    }

    .cnd__nav-hoverBlock{
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -25px;
        z-index: 20;
    }
    .cnd__nav-leaveBlock{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -25px;
        z-index: 10;
    }

    .theme .piNav__title span,.theme .piNav__list-item span,.theme .cnd__nav-logo{
        opacity: 0;
    }

    .theme .piNav__list-item--active{
        background: transparent;
    }

    /* .theme .cnd__nav:hover .piNav__title span, .theme .cnd__nav:hover .piNav__list-item span,.theme .cnd__nav:hover .cnd__nav-logo{
        opacity: 1;
    } */

    /* .theme .cnd__nav .piNav__list-item span:hover .theme .piNav__title span{
        opacity: 1;
    } */

    .theme.theme-meg-oneTab .cnd__nav:hover .piNav__list-item--active span{
        background: #f2d8a7;
        border-radius: 5px;
    }

    .theme.theme-mpg-oneTab .cnd__nav:hover .piNav__list-item--active span{
        background: #E81F76;
        border-radius: 5px;
    }

    .theme.theme-mag-oneTab .cnd__nav:hover .piNav__list-item--active span{
        background: #D3E736;
        border-radius: 5px;
    }
    .theme.theme-pro-oneTab .cnd__nav:hover .piNav__list-item--active span{
        background: #5983CD;
        border-radius: 5px;
    }

    .theme-pro-oneTab   .feedbackBtnBox::after{
        background-image: url("https://storage-asset.msi.com/global/template/images/PRO_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .theme .piNav__list-item::before{
        background-size: contain;
        content: ".";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -15px;
    }

    /* meg */
    .theme-meg-oneTab .piNav__list-item--active::before,.theme-meg-oneTab .piNav__list-item:hover::before{
        background-size: contain;
        content: ".";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -15px;
        color: #f2d8a7;
    }

    .theme-meg-oneTab .piNav__title::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/MEG_dot.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
    }

    .theme-meg-oneTab .piNav__title--active::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/MEG_dot-active.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
    }
    /* mpg */
    .theme-mpg-oneTab .piNav__list-item--active::before,.theme-mpg-oneTab .piNav__list-item:hover::before{
        background-size: contain;
        content: ".";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -15px;
        color: #E81F76;
    }

    .theme-mpg-oneTab .piNav__title::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/MPG_dot.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
    }

    .theme-mpg-oneTab .piNav__title--active::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/MPG_dot-active.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
    }

    /* mag */
    .theme-mag-oneTab .piNav__list-item--active::before,.theme-mag-oneTab .piNav__list-item:hover::before{
        background-size: contain;
        content: ".";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -15px;
        color: #D3E736;
    }

    .theme-mag-oneTab .piNav__title::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/MAG_dot.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
    }

    .theme-mag-oneTab .piNav__title--active::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/MAG_dot-active.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
    }

    /* pro */
    .theme-pro-oneTab .piNav__list-item--active::before,.theme-pro-oneTab .piNav__list-item:hover::before{
        background-size: contain;
        content: ".";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -15px;
        color: #5983CD;
    }

    .theme-pro-oneTab .piNav__title::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/PRO_dot.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
    }

    .theme-pro-oneTab .piNav__title--active::before{
        background-image: url("https://storage-asset.msi.com/global/template/images/PRO_dot-active.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
}


@media screen and (max-width: 1400px) {
    .themeNav{
        right: 2.5%;
    }
    .themeNav{
        top: 55%;
    }
    

}


@media screen and (max-width: 996px) {
    .cnd__nav{
        display: none;
    }

    .feedbackBtnLayout,.contactBtnLayout{
        opacity: 1;
        pointer-events:auto;
        /* writing-mode: sideways-lr; */
        /* clip-path: polygon(0 5%, 70% 0, 100% 10%, 100% 95%, 30% 100%, 0 90%); */
        /* transform: translateX(40%); */
        transform: rotate(270deg);
        margin: 0px 0px 130px;
        position: relative;
        transform-origin: right;
        font-size: 14px;
    }

    .theme-pro-oneTab  .feedbackBtnLayout,.theme-pro-oneTab .contactBtnLayout{
        min-width: auto;
        border-radius: 12px;
    }
    .theme-pro-oneTab .themeNav{
        right: 16px;
    }
    
    .feedbackInSide,.theme-pro-oneTab .feedbackInSide,.theme-pro-oneTab .contactBtnInSide{
        /* clip-path: polygon(0 5%, 70% 0, 100% 10%, 100% 95%, 30% 100%, 0 90%);
        padding: 20px 3px 20px; */
        clip-path: none;
    }
    .theme  .feedbackBtnBox::after{
        background-image: none;
        color: transparent;
        content: "";
    }

}

.theme .toDisplay{
    opacity: 1 !important;
}

.theme .toHidden{
    opacity: 0 !important;
}

.theme .toTouch{
    pointer-events: auto !important;
}

.theme .toNotTouch{
    pointer-events: none !important;
}

.theme .toHiddenAndNotTouch{
    opacity: 0 !important;
    pointer-events: none !important;
}

.theme .toDisplayAndTouch{
    opacity: 1 !important;
    pointer-events: auto !important;
}