/*
:root {
    --primary-blue: #3C5AAA;
    --secondary-blue: #CEE4F4;
    --tertiary-blue: #F3F4F9;
    --btn-hover: #4678D1;
    --primary-dark: #222;
}
*/
a:hover {
   color: #4848F0;
}
.dropdown-group a.dropdown-items:hover {
     color: #4848F0;
}
#navbarCollapse .mr-auto .nav-item.show a.nav-link {
    color: #4848F0;
}
.nav-link {
    color: #404041;
}
#navbarCollapse .mr-auto .nav-item a.nav-link:before {
    background-color: #4848F0;
}
/*
#navbarCollapse .nav-item a.nav-link:hover {
    color: #4848F0;
}
*/
.menu-ul-group a:hover .dropdown-subtitle.readmore:after {

    color: #4848F0;
}

.menu-ul-group a:hover b.dropdown-subtitle {
    color: #4848F0;
}

.btn.btn-red {
    background-color: #4848F0;
    border-color: #4848F0;
    padding: 10px 32px;

}
.btn-white{ padding: 10px 32px;}
.btn.btn-red:hover {
    background: #6D6DF3;
    border-color: #6D6DF3;
    color: #FFF;
}
a.btn-white:hover{background: #6D6DF3;color: #FFF;}
.btn-white:hover{ background: #6D6DF3;color: #FFF;}

section .kv h2{color: #4848F0;font-size: 48px;}
a:hover {color: #4848F0;}
a:hover h4 { color: #4848F0;}
a:hover.vs-read-more p{color: #4848F0; }
#edu-player .yt-playlist a.vs-video-outer {
    border-radius: 2em 2em 0 0;
}
#edu-player .yt-playlist .uk-slider-container {
    border-radius: 0 0 2em 2em;
}

.color-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}



.school-tag span {
    background: #EEE;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    display: inline-block;
    margin: 5px;
}
.video-plant:after {
    background: url(/vsAssetFile/global/img/education/future-school/video-plant.svg);
    content: "";
    display: block;
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: -120px;
    left: -120px;
    background-repeat: no-repeat;
    background-size: contain;
}.school-list {
    background-image: url(/vsAssetFile/global/img/education/future-school/Map-v2.png);
    background-position: 50% 0%;
    height: 413px;
    background-repeat: no-repeat;
}
.edu-home {
    background-image: url(/vsAssetFile/global/img/education/home/top-banner.jpg);
    background-position: 50% 0%;
    height: 930px;
    background-repeat: no-repeat;
}

.future-school {
    background-image: url(/vsAssetFile/global/img/education/future-school/top-banner_v2.jpg);
    background-position: 50% 0%;
    height: 860px;
    background-repeat: no-repeat;
}

.community-kv {
    background-image: url(/vsAssetFile/global/img/education/community/kv.jpg);
    background-position: 50% 0%;
    height: 930px;
    background-repeat: no-repeat;
}
.plant:before {
    background: url(/vsAssetFile/global/img/education/software/Plant.svg);
    content: "";
    display: block;
    position: absolute;
    width: 320px;
    height: 320px;
    bottom: -25%;
    right: 15%;
    background-repeat: no-repeat;
    background-size: contain;
}


.ic-hard {
    position: absolute;
    z-index: 11;
    left: 15%;
    transform: translateX(-50%);
    top: 5%;
}

.ic-soft {
    position: absolute;
    right: 0%;
    top: 5%;
}

.ic-service {
    position: absolute;
    bottom: 30px;
    left: 0;
    letter-spacing: 0;
}

.ic-int {
    position: absolute;
    bottom: 30px;
    right: 0;
    letter-spacing: 0;
}

.uk-icon.uk-slidenav svg {
    color: #5447F5;
}
.team-tablist [aria-expanded="false"] {
    background: #E6E8F4;
}
.team-tablist [aria-expanded="true"] {  border: 5px solid #5447F5;background: #FFF !important;}

.team-tablist  li:hover {
    background-color: #F5F6FB;
}

.team-tablist .nav-pills .nav-link.active {
    color: #5447F5;
    background-color: #ffffff00;
}
blist .nav-pills .nav-link.active {
    color: #5447F5;
    background-color: #ffffff00;
}

#hardware,#software,#service,#integration{transform: scale(.85);transition: .5s;}

.show.active #hardware.animate  {transform: scale(1.3); transition: transform .5s;}
.show.active #software {transform: scale(1.3); transition: transform .5s;}
.show.active #service  {transform: scale(1.3); transition: transform .5s;}
.show.active #integration  {transform: scale(1.3); transition: transform .5s;}

.collapse.show #hardware {transform: scale(1.3); transition: transform .5s;}
.collapse.show #software {transform: scale(1.3); transition: transform .5s;}
.collapse.show #service {transform: scale(1.3); transition: transform .5s;}
.collapse.show #integration {transform: scale(1.3); transition: transform .5s;}

.hardware-title:before,.software-title:before,.service-title:before,.integration-title:before {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.hardware-title:before {
    content: "Hardware";
    top: -30px;
}

.software-title:before {
    content: "Software";
    top: -30px;
}

.service-title:before {
    content: "Service";
    bottom: -35px;
}

.integration-title:before {
    content: "Integration";
    bottom: -35px;
}
.eco-content-m{
    max-width: 440px;
    margin: auto !important;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

section#myviewboard:target:before, section#manager:target:before,section#classswift:target:before,section#teamone:target:before,section#universe:target:before{
    content: "";
    display: block;
    height: 40px;
}

.software-bg{background-image: url(/vsAssetFile/global/img/education/software/BG.svg);background-position: 50% 8%; height:950px;    background-repeat: no-repeat;}

.bg-sunball {
    background-image: url(/vsAssetFile/global/img/education/software/sunball-all.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 150%;
}

.bg-sunball-bg {
    background-image: url(/vsAssetFile/global/img/education/software/sunball-bg.svg);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position-x: center;
}

.sticky-top-software.uk-sticky{ position: fixed; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: #ffffffd1;}
.sticky-top-software.uk-sticky .navbar-brand{ opacity: 0; width: 0; min-height: 50px }
.sticky-top-software.uk-sticky.uk-active .navbar-brand{ width: inherit; opacity: 1; -webkit-transition: .5s; transition: .5s;}
.sticky-top-software.uk-sticky.uk-active {opacity: 1 !important;z-index: 999;}
.sticky-top-software .navbar {-webkit-box-shadow:none;box-shadow:none;}
.sticky-top-software .nav-link {
    font-weight: 400;
}


a.page-scroll.nav-link.active {
    color: #4848F0;
}

.sticky-margin{margin-top: -56px;}

.tooltip-inner {
    padding: 10px;
    color: #FFF;
    background-color: #4848F0;
    border-radius: 1rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #4848F0;
}


.yellow-ball {
    position: absolute;
    right: -50px;
    bottom: 60px;
    width: auto;
}

.green-ball {
    position: absolute;
    left: -30px;
    top: 150px;
    width: auto;
}
#accordionExample1 p span{ color: #4848F0; font-weight: 700;}

ul.uk-accordion li {
    background: #DADAFC;
}
.team-faq .uk-open{  border: 5px solid #5447F5; background: #FFF;}
.software-bg.mvb-bg {
        background-image: url(/vsAssetFile/global/img/education/airsync/airsync-BG.jpg);
        background-position: 50% 12%;
    }
#faq .uk-accordion-title:hover {
    color: #5447F5;
    text-decoration: none;
    background: #F5F6FB;
}
#faq .uk-accordion [aria-expanded="true"] {
    background: #FFF !important;
}

@media (min-width: 1920px) {
    .bg-sunball { background-size: 120%; }
    .ball-2k-padding { padding: 10vh 0; }
    .software-bg {
        background-image: url(/vsAssetFile/global/img/education/software/BG.svg);
        background-size: cover;
        background-position: 57% 30%;
    }
    .bs-home-kv .uk-position-bottom { bottom: 160px;}

}

 @media (min-width: 2560px) {

     .bg-sunball { background-size: 90%; }
 }

@media (min-width: 1920px) {
.software-bg{background-position: 50% 12%;height: 1200px;}
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .bg-sunball {
         background-size:200%;
     }
}
@media (max-width: 1200px) {
    .home-kv-title {
        display: contents;
    }

    .video-plant:after {
        display: none;
    }
    .edu-home {
        background-image: url(/vsAssetFile/global/img/education/home/top-banner-m.jpg);
        background-position: 50% 50%;
        height: inherit;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }
    .plant:before {
        display: none;
    }
    .sticky-margin {
        margin-top: 0;
    }
    .sticky-top-software nav.navbar.navbar-expand-md.d-flex.p-0 {
        display: none !important;
    }

    .software-bg {
        background-image: url(/vsAssetFile/global/img/education/software/BG-m.svg);
        background-position: 50% -25%;
        background-repeat: no-repeat;
        background-size: contain;
        height: 1300px;
    }
}

@media (max-width: 997px) {
    .future-school {
        background-image: url(/vsAssetFile/global/img/education/future-school/top-banner-m.jpg);
        background-position: 50% 50%;
        height:inherit;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }

    .community-kv{
        background-image: url(/vsAssetFile/global/img/education/community/kv-m.jpg);
        background-position: 50% 50%;
        height:inherit;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 80% 0%;
    }

    .vline:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .software-logo{max-width: 200px;}
    .bg-sunball {
        background-position: 50% 0%;
        background-image: url(/vsAssetFile/global/img/education/software/Sunball-AllM-01.svg);
        background-repeat: no-repeat;
        background-size: cover !important;
    }


}

@media (max-width: 576px) {
.ic-int {
    bottom: 85px;
}
#hardware, #software, #service, #integration {
    transform: scale(1);
}
.software-bg { background-image: url(/vsAssetFile/global/img/education/software/BG-m2.svg);background-position: 50% 0%;height:890px;background-repeat: no-repeat;}
.eco-content-m { max-width: 240px;}
.eco-icon { max-width: 80px;}
/*.ic-hard { top: -5%;}*/
.ic-service ,.ic-soft{ bottom: 25%;}
.school-list {
    background-image: url(/vsAssetFile/global/img/education/future-school/Map-Mobile_v3.png);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    aspect-ratio: 375 / 244;
    height: auto;
    padding-top: calc(100% * 244 / 375); 
  }
}

    
