@-webkit-keyframes hideAnimation {
    0% { opacity: 1; }
    75% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; display: none;}
}

@keyframes hideAnimation {
    0% { opacity: 1; }
    75% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; display: none;}
}

@-webkit-keyframes fadeInOutLoop {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeInOutLoop {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@keyframes fadeInOut {
    0% {
        background-color: rgba(166, 239, 241, 0); /* 初始透明 */
    }
    50% {
        background-color: #6D6DF3; /* 完全不透明 */
    }
    100% {
        background-color: rgba(166, 239, 241, 0); /* 最终透明 */
    }
}

.light {
    animation: fadeInOut 2s infinite; /* 2秒的无限循环动画 */
}

body { padding-right: 0 !important }
/*
.scene-ball .original-image {content:url(/vsAssetFile/global/img/education/3d/lightball.svg); transition: .5s;}
.scene-ball:hover .original-image { content:url(/vsAssetFile/global/img/education/3d/lightball-hover.svg);transition: .5s;}
*/
.scene-ball {
    position: relative;
    display: inline-block;
}

.scene-ball .original-image,
.scene-ball .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
}

.scene-ball .hover-image {
    opacity: 0; transition: .7s; transform: scale(0.8);
}
img.img-fluid.hover-image:hover {
    opacity: 1;
    transition: .7s;
    transform: scale(1);
}
.hide-animation {
    -webkit-animation: hideAnimation 5s forwards;
    animation: hideAnimation 5s forwards;
}
#classroom-3d {
    position: relative;
}
#classroom-3d-bg {
    position: absolute;
    background-color: #000000cc;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s linear;
    position: absolute;
    visibility: hidden;
}
#classroom-3d-bg.show {
    visibility: visible;
    opacity: 1;
}
/* #classroom-3d:before {
    content: " ";
    background: -webkit-gradient(linear, left bottom, left top, from(#00000040), color-stop(15%, #00000000), color-stop(60%, #00000000), to(#00000040));
    background: linear-gradient(0deg, #00000040 0%, #00000000 15%, #00000000 60%, #00000040 100%);
    height: 92.5vh;
    width: 100%;
    position: absolute;
} */
#linkBtnToHome{
    color: #FFF;
    font-size: inherit;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 32px;


}
a.back-home{
    position: absolute; top: 0;padding: 15px;z-index:99;
    color: #000;
    font-size: inherit;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 32px;
}

a.back-home:hover{color:#5447F5;}
a.closebox {
    width: 30px !important;
}

#back-campus a.card-3dspace {
 border: 3px solid #ffffff;
}

#back-campus a.card-3dspace {
    color: #1F1F1F;
    font-size: inherit;
    font-weight: 400;
    border: 3px solid #FFF;
}

#back-campus a.card-3dspace:hover {
    color: #1F1F1F;
    border: 3px solid #5447F5;
}


#back-campus a {
    display: block;
    width: 100%;
}
#back-campus.home a {
    color: #000;
}
.uk-progress.progress-green::-webkit-progress-value {
  background-color: #5447F5 ;
}
.uk-progress.progress-green::-moz-progress-bar {
  background-color: #5447F5 ;
}
.uk-progress.progress-green::-ms-fill {
  background-color: #5447F5 ;
}
.products-container {
    width: 1280px;
    padding: 2.5%;
}
.software-container{}
    width: 800px;
    padding: 2.5%;
}
#space {
  position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 92.5vh;
    z-index: -1;
}
.scene-ball {
    display: block;
}
.space-ui select.form-control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 11px;
    border: 1px solid #959595;
    border-radius: 50px;
    margin-right: 2rem;
    background-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    min-width: 120px;
    padding: .375rem 1.5rem;
}
h2{font-weight: 600;}

#unityCanvas {
    width: 100%;
}

.aspect-16-9 {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#classroom-3d a:hover {
    color: #5447F5;
}

#classroom-3d a.btn:hover {
    color: #fff;
}

.kv a:hover{color: #5447F5;}

.card-3dspace{
    padding: 15px;
    background: #FFF;
    border-radius: 10px;
}

.uk-open>.uk-modal-dialog {
    border-radius: 15px;
}
button.uk-modal-close-default.uk-icon.uk-close svg {
    width: 20px;
    height: 20px;
}
.btn-main-cta{
    background-color: #5447F5; color: #FFF; font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 0;
    padding: 0.5em 2em;
    transition: border 0.5s, color 0.5s, background 0.5s;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    min-width: 180px;
    font-size: 1em;
}
.btn-white-cta {
    font-weight: 600;
    color: #1F1F1F;
    padding: 0.5em 2em;
    font-size: 1em;
    border: 1px solid;
    min-width: 180px;
}


.btn-white{font-weight: 700;color: #1F1F1F;font-size: 1em; text-transform: capitalize;}
.btn-main-cta:hover, .btn-white-cta:hover,.btn-white:hover{ background-color: #6D6DF3;color: #FFF!important;}



.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #ffffff;
}
.tooltips {
    display: inline;
    position: relative;

}
.tooltip{font-weight: 600;}
.tooltip.bs-tooltip-left .arrow::before {
    border-top-color: #ffffff00;
}
/*
.tooltip.bs-tooltip-left.show {
    top: 30px !important;
}
.tooltip.bs-tooltip-left{
    top: 30px !important;
}
*/


.tooltip-contents {
    opacity: 0; display: none;
}

.tooltips.active-play .tooltip-contents {
    display: block;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: .3s;
    transition: .3s;
}


.tooltip-contents p {
    color: #1F1F1F;
}
.featured-title b{font-weight: 700;}
.featured-title {
    border-top: 1px solid #D2D2D2;
    padding: 8px 0;
    margin-top: 8px;
    display: inline-block;
    width: 100%;
}
.tooltip-contents {
    position: absolute;
    background-size: 100% 100%;
    width: 420px;
    top: 0px;
    right: 1vw;
    padding: 40px;
    text-align: center;
    color: #1F1F1F;
    font-size: .9em;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    background: #FFF;
    border-radius: 10px;
}

.tooltips.active .tooltip-contents {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


#home-3d-room h1 {
    font-size: 52px;
    color: #FFF;
}
.space-ui{}
.space-ui div span {
    position: absolute;
    cursor: pointer;
}

span.info:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
}

.tooltips:before {
    content: "";
    color: #5447F5;
    position: absolute;

    background-size: contain;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;

}

.tooltips.active-play:before {
    content: "";
    color: #5447F5;
    position: absolute;

    background-size: contain;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;

}

#btnTutorial.tooltips:before {background: url(/vsAssetFile/global/img/education/3d/tuto.svg);background-size: cover;}
#btnTutorial.tooltips:hover::before {background: url(/vsAssetFile/global/img/education/3d/tuto-hover.svg);background-size: cover;}
#btnTutorial.tooltips.active-play:before {
    background: url(/vsAssetFile/global/img/education/3d/tuto-d.svg);
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);
    background-size: cover;
}

#btnReturn.tooltips:before {background: url(/vsAssetFile/global/img/education/3d/re.svg);background-size: cover;}
#btnReturn.tooltips:hover::before {background: url(/vsAssetFile/global/img/education/3d/re-hover.svg);background-size: cover;}
#btnReturn.tooltips.active-play:before {
    background: url(/vsAssetFile/global/img/education/3d/re.svg);
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);
    background-size: cover;
}

#btnHuman.tooltips:before {background: url(/vsAssetFile/global/img/education/3d/students.svg);background-size: cover;}
#btnHuman.tooltips:hover::before {background: url(/vsAssetFile/global/img/education/3d/students-hover.svg);background-size: cover;}
#btnHuman.tooltips.active-play:before {
    background: url(/vsAssetFile/global/img/education/3d/students-d.svg);
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8); background-size: cover;
}

#btnHuman.tooltips.active-play:hover:before {
    background: url(/vsAssetFile/global/img/education/3d/students-d-hover.svg);
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);
    background-size: cover;
}

#information.tooltips:before{background: url(/vsAssetFile/global/img/education/3d/information.svg);background-size: cover;}
#information.tooltips:hover:before {background: url(/vsAssetFile/global/img/education/3d/information-hover.svg);background-size: cover;}

#information.tooltips.active-play:before {
    background: url(/vsAssetFile/global/img/education/3d/information.svg);
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);    background-size: cover;
}
#information.tooltips.active-play:hover:before {
    background: url(/vsAssetFile/global/img/education/3d/information-hover.svg);
    -webkit-filter: contrast(0.8);
    filter: contrast(0.8);    background-size: cover;
}

#filter-panel{
    padding: 15px;
    background: #FFF;
    position: absolute;
    display: block;
    bottom: 82px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;

}
#qr-code {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 30px;
    max-width: 130px;
    text-align: center;
}
#qr-code p{    line-height: 1.2;}
#back-campus{
    position: absolute;
    display: block;
    top: 30px;
    left: 30px;
}

#next-stage {
    display: inline;
    background-image: url(/vsAssetFile/global/img/education/3d/arrow-right.svg);
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#back-stage{
    display: inline;
    background-image: url(/vsAssetFile/global/img/education/3d/arrow-left.svg);
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
}
#next-stage:hover {
    background-image: url(/vsAssetFile/global/img/education/3d/arrow-right-hover.svg);
}
#back-stage:hover {
    background-image: url(/vsAssetFile/global/img/education/3d/arrow-left-hover.svg);
}

.space-ui div.tooltips#btnHuman {
    position: absolute;
    display: block;
    top: 30px;
    right: 40px;
    width: 40px;
    height: 52px;
}

.space-ui div.tooltips#information {
    position: absolute;
    display: block;
    top: 100px;
    right: 80px;

}
.space-ui div.tooltips#btnTutorial {
    position: absolute;
    display: block;
    top: 170px;
    right: 40px;
    width: 40px;
    height: 52px;
}
.space-ui div.tooltips#btnReturn {
    position: absolute;
    display: block;
    top: 240px;
    right: 40px;
    width: 40px;
    height: 52px;
}
.space-ui div::after {
    display: none;
}

.card-content {
    height: 20vw;
    overflow-y: scroll;
    margin-bottom: 10px;
}


.loading-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    z-index: 10001;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.loading-layer > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#paneLookAround {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
*+.uk-progress{margin-bottom: 8px; margin-top: 8px;}
#paneLoading {
    display: none;
    min-width: 256px;
    height: auto;
    margin: 8px auto;
}

#paneIniting {
    -webkit-animation: fadeInOutLoop 3s ease-in-out infinite;
    animation: fadeInOutLoop 3s ease-in-out infinite;
    opacity: 1;
}
.space1-map {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.space1-map > div, .space2-map > div {
    width:50px;height:50px;
    cursor: pointer;
}
.space1-map >div:nth-child(1){
position: absolute;
    display: block;
    top: 33%;
    left: 50%;
    z-index: 999;
}
.space1-map div:nth-child(2){
position: absolute;
    display: block;
    top: 36%;
    left: 70%;
    z-index: 999;
}
.space1-map div:nth-child(3){
position: absolute;
    display: block;
    top: 56%;
    left: 83%;
    z-index: 999;
}
.space1-map div:nth-child(4){
position: absolute;
    display: block;
    top: 51%;
    left: 60%;
    z-index: 999;
}

.space2-map div:nth-child(1){
    position: absolute;
    display: block;
    top: 62%;
    left: 83%;
    z-index: 999;
    display: none;
}
.space2-map div:nth-child(2){
    position: absolute;
    display: block;
    top: 38%;
    left: 50%;
    z-index: 999;
}
.space2-map div:nth-child(3){
    position: absolute;
    display: block;
    top: 55%;
    left: 70%;
    z-index: 999;
}
.space2-map div:nth-child(4){
    position: absolute;
    display: block;
    top: 44%;
    left: 78%;
    z-index: 999;
}

#standard-classroom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: all 0.5s linear;
    opacity: 0;
}
#standard-classroom.show {
    opacity: 1;
}
.standard-classroom-info {
    width: 40%;
    padding: 4em;
    z-index: 999;
}
.hr-line {
    background-color: #5447F5;
    display: inline-block;
    height: 3px;
    width: 100%;
    max-width: 280px;
}
.tooltip-inner {
    background: #FFF;
    color: #1F1F1F;
    padding: 12px;
    border-radius: 16px;
}
.tooltip .arrow::before {
    border-top-color: #fff;
}
.tooltip-info-bg:before{
    content: " ";
    background: rgba(0, 0, 0, .85) !important;
    height: 92.5vh;
    width: 100%;
    position: absolute;
    z-index: 999;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }

.tooltips-info {
    display: none;
}

.tooltips-info .tooltip-content-right {
    background: #ffffff;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 250px;
    padding: 15px 20px;
    position: absolute;
    transition: all 0.3s ease;
    right: 30px;
    border-radius: 15px;
    text-align: left;
}

.tooltips-info .tooltip-content-ar {
    background: #ffffff;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 250px;
    padding: 15px 20px;
    position: absolute;
    transition: all 0.3s ease;
    right: 210px;
    bottom: 50px;
    border-radius: 15px;
    text-align: left;
}
.tooltips-info .tooltip-content-left {
    background: #ffffff;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    width: 250px;
    padding: 20px 28px;
    position: absolute;
    transition: all 0.3s ease;
    right: -280px;
    border-radius: 15px;
    top: 30px;
    text-align: left;
    font-weight: 400;
}
.tooltips-info .tooltip-content-bottom {
    background: #ffffff;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 250px;
    padding: 15px 20px;
    position: absolute;
    transition: all 0.3s ease;
    left: 50%;
    bottom: 190px;
    border-radius: 15px;
    text-align: left;
    transform: translateX(-50%);
}
.tooltips-info .tooltip-content-right:after {
    display: block;
    background: #ffffff;
    content: "";
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    right: -5px;
    top: 15px;
}
.tooltips-info .tooltip-content-ar:after {
    display: block;
    background: #ffffff;
    content: "";
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    right: -5px;
    top: 15px;
}
.tooltips-info .tooltip-content-left:after {
    display: block;
    background: #ffffff;
    content: "";
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    left: -5px;
    top: 15px;
}
.tooltips-info .tooltip-content-bottom:after {
    display: block;
    background: #ffffff;
    content: "";
    height: 20px;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    width: 20px;
    bottom: -15px;
    left: 50%;
}

.quick-msg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
}

.quick-msg.show {
    opacity: 1;
    visibility: visible;
}

.quick-msg>div {
    margin: auto;
    font-size: 1.5em;
    background-color: rgb(255 255 255 / 90%);
    padding: .5em 1em;
    color: #fff;
    border-radius: 15px;
    display: block;
    color: #000;
    font-weight: 500;
    top: -75px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.quick-msg i{ font-weight: 400; color: #67d54c;}


.tooltips-info.active {
    font-weight: 400;
    display: block;
    opacity: 1;
}
.tooltips-info.active b {
    font-weight: 700;
    font-size: 14px;
}

.tooltips-info .closebox {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
}

.tooltips-info .closebox:before {
    content: "\f00d";
	font-family: 'Font Awesome 5 Pro';
    font-size: 1em;
    position: absolute;
    top: 0.8em;
    right: 1em;
}

.tooltips-info a {
    color: #111 !important;
}

.tooltips-info a:hover {
    color: #5447F5 !important;
}

.tooltips-info .step-nav {
    color: #5447F5 !important;
    align-items: center;
    font-weight: 700;
}

.tooltips-info .step-nav-arrows {
    display: flex;
}


.tooltips-info .step-nav-arrows a {
    padding: 5px 8px;
    border-left: 1px solid #ccc;
}

.tooltips-info .step-nav-arrows .next,.tooltips-info .step-nav-arrows .prev{
       border: 1px solid #b2b2b2;
    border-radius: 50px;
    margin: 0 5px;
}
.tooltips-info .step-nav-arrows a:after {
    font-family: 'Font Awesome 5 Pro';
}


.tooltips-info .step-nav-arrows a:hover {
    background-color: #6D6DF3;
    color: #000 !important;
    border: 1px solid transparent;

}

.tooltips-info .step-nav-arrows .next:after {
    content: "\f054";
    font-weight: 700;
}

.tooltips-info .step-nav-arrows .prev:after {
    content: "\f053";
    font-weight: 700;
}

.tooltips-info .step-nav-arrows .next.done:after {
    content: "";
}

.product-btn > svg #hover {
    fill: black;
}

.product-btn:hover > svg #hover {
    fill: #5447F5;
}

#filter-panel {
    transition: all .3s ease-in-out;
    visibility: visible;
}

#filter-panel.d-none {
    display: flex !important;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 2500px) {

    .card-content {
        height: inherit;
    }

}

@media(max-width: 1600px) {

    #standard-classroom p {
        font-size: 14px;
    }
}

@media(max-width: 1440px) {
    #standard-classroom p {
        font-size: 13px;
    }

    h2 {
        font-size: 1.25rem;
    }

    .card-content {
        height: 13vw;
    }

    .standard-classroom-info {
        padding: 2em;
    }
}

@media(max-width: 1200px) {

    .standard-classroom-info {
        display: none;
    }
}

@media(max-width: 1080px){}

@media(max-width: 767px) {}

