/*desktop*/
.campus-menu ul{
    display: inline-flex;
    align-items: center;
    gap: 40px;
    list-style-type: none;
}

.campus-menu ul li{
    margin-left: 0 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.campus-menu ul li a {
    color: #474747 !important
}

.gray-uppercase {
    color: #B5B5B5;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.campus-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.campus-describe {
    margin: 16px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 16px 24px;
    border-left: 1px #EE60A3 solid;
}

.campus-contact {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.campus-contact li {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 8px;
    margin-left: 0;
}

.campus-contact li img {
    width: 16px;
}
.campus-contact li a {
    color: #474747;
}
.campus-contact li a:hover {
    color: #ED0573;
;
}
.campus-feature h2{
    color: #323232;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 8px 0 0 0;
}



.campus-feature h3{
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0;
}

.campus-feature p{
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.experience-title{
    color: #323232;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
        margin-bottom: 20px;
}

.p16 p {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.tab-infra .vc_tta-tabs-list{
    padding: 10px !important;
    border-radius: 50px;
    background: #fff;
    display: flex !important;
    justify-content: space-between
}

.tab-infra .vc_tta-tabs-list li{
    border-width: 0;
}

.tab-infra .vc_tta-tabs-list a {
    border-width: 0 !important;
    color: #7B7B7B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 16px !important;
    border-radius: 50px !important;
}

.tab-infra .vc_tta-tabs-list li.vc_active a {
    background: #FDEDF4 !important;
    color: #ED0573 !important;
}

.tab-infra .vc_tta-tabs-list a:hover {
    background: #FDEDF4 !important;
    color: #ED0573 !important;
}



.bg-video .col-video .wpb_wrapper {
    top: calc(50% - 180px);

}
.bg-video .col-video > div{
    background-size: contain;
    background-repeat: no-repeat;
        background-position: center;
}

.img-infra img{
    border-radius: 24px;
}

.infra-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    flex: 1 0 0;
}

.infra-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    color: #323232;
}

.infra-list li small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #474747;
}

.tab-infra .vc_tta-panels {
    border: none !important;
    background-color: inherit !important;
}

.campus-box-content {
    padding: 0 8px;
    height: auto;
}
.campus-box-content .slide-content {
    height: 100%;
}
.campus-box-content .slide-content img {
    width: 80px;
}
.campus-box-content .slide-content h3 {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}
.campus-box-content .slide-content p {
    color: #323232;
    /* Body 2 */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.campus-program-slide {
    width: calc(100% - 72px);
    margin: 0 auto;
}
.campus-program-slide .slick-dots {
    text-align: center;
    font-size: 0;
    list-style: none;
    margin-top: 20px;
}
.campus-program-slide .slick-dots li {
    display: inline-block;
}
.campus-program-slide .slick-dots li button {
    background: #FDEDF4;
    width: 16px;
    height: 6px;
    border: 0;
    border-radius: 16px;
}
.campus-program-slide .slick-dots li.slick-active button {
    background: #EE60A3;
    width: 56px;
}
.campus-program-slide .slick-track {
    display: flex !important;
}
.campus-program-slide .slide-content {
    padding: 32px;
    border-radius: 24px;
    background-color: #FFFAFA;
}
.campus-program-slide .slide-content a {
    color: #00B6FF;
    display: flex;
    align-items: center;
}
.campus-program-slide .slide-content a img {
    width: 16px;
    margin-left: 10px;
}
.campus-program-slide .slick-arrow {
    background: #FDEDF4;
    width: 40px;
    height: 40px;
    z-index: 1 !important;
}
.campus-program-slide .slick-arrow:hover {
    background: #ffdbeb !important;
}
.campus-program-slide .slick-prev {
    left: -55px;
}
.campus-program-slide .slick-prev::before {
    left: 14px;
    top: 4px;
    content: "";
    background: url(images/ico-prev.png);
    background-repeat: no-repeat;
    background-size: 8px 15px;

}
.campus-program-slide .slick-next {
    right: -55px;
}
.campus-program-slide .slick-next::before {
    left: 16px;
    top: 4px;
    content: "";
    background: url(images/ico-next.png);
    background-repeat: no-repeat;
    background-size: 8px 15px;
}
.campus-program-slide .slick-next:hover::before, .campus-program-slide .slick-prev:hover::before {
    content: "";
}

.curriculum {
    position: relative;
}
.curriculum:after {
    position: absolute;
    content: '';
    background: #D6D6D6;
    height: 1px;
    width: 100%;
    top: 50%;
}

.curriculum h2 {
    color: var(--Neutrals-1, #323232);
    background: #ffff;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.tv-them h2 {
    color: #323232;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0 !important;
}

/*campus mobile*/
@media (max-width: 767px){
    .campus-menu ul {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .campus-menu li {
        display: flex;
        height: 40px;
        align-items: center;
        align-self: stretch;
    }

    .campus-menu li a {
        width: 100%;
        padding: 0 !important;
        display: flex !important;
        justify-content: space-between;
    }

    .campus-menu li a:after {
        content: url('images/ic-arrow-right-gray.svg');
    }

    .mobile-center{
        text-align: center !important;
        width: 100%;
    }

    .feature-item>.vc_column-inner >.wpb_wrapper{
        display: grid;
        grid-template-columns: auto auto;
        gap: 16px;
    }

    /* light blue box   */
    .gray-uppercase {
        font-size: 11px !important;
        letter-spacing: 0.55px !important;
    }

    .campus-feature h2{
        font-size: 24px !important;
        line-height: 30px !important;
        margin: 0 0 !important;
    }

    /*slider*/
    .campus-box-content .slide-content>img {
        width: 48px !important;
    }

    .campus-program-slide .slide-content {
        padding: 16px !important;
    }

    .campus-program-slide {
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 567px){

    .campus-title {
        font-size: 24px;
        line-height: 33px;
    }
    .campus-describe {
        font-size: 16px;
        line-height: 22px;
        padding: 6px 10px;
    }
}