@media (max-width: 1366px) {
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
        min-width: 1000px;
    }
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
        font-size: 14px;
    }
}
@media (max-width: 1300px){
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 17px;
    }
}



/* Extra Large */
@media (min-width: 1199px){ 

}

@media (max-width: 1199px){
    .choose-area .choose-img {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 1200px){
    
    .main-slider .auto-container {
        padding: 0px 120px;
    }
    .main-slider .content .big-title h2 {
        font-size: 40px;
        line-height: 1.25em;
    }
}
/* Large */
@media (max-width: 991px) {
    body.sticky-header{
        padding-top:0;
    }
    body{
        padding-top: 60px;
    }
    .full-width-header .rs-header .menu-area .logo-area img{
        max-height: 45px;
    }
    .rs-header .menu-area.menu-sticky {
        background: var(--color-content-primary-grad);
        position: fixed;
        z-index: 9999;
        margin: 0 auto;
        border: none;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        box-shadow: 0 1px 5px rgba(0,0,0,0.125);
    }
    .hidden-md {
        display: none !important;
    }
    .full-width-header .rs-header .topbar-area{
        display: none;
    }
    .rs-header .menu-area .logo-area {
        position: absolute;
        z-index: 1;
    }
    .rs-menu {
        position: absolute;
        z-index: 999;
    }
    .main-slider .content .big-title h2 {
        font-size: 40px;
        line-height: 1.25em;
    }
}
/* Medium */
@media (max-width: 767px){
    .main-slider .slide {
        padding: unset;
    } 
    .main-slider.style1 .slide {
        padding: 30px 0 !important;
    }
    .main-slider.style1 .content {
        margin-top: 0;
    }
    .main-slider .content .border-box {
        height: 1px;
    }
    .main-slider .active .content h3 {
        font-size: 12px;
    }
    .main-slider .content .big-title h2 {
        font-size: 15px;
        line-height: 1.25em;
    }
    .main-slider .content .text {
        padding-top: 10px;
        display: none;
    }
    .main-slider .content .text p {
        font-size: 13px;
        line-height: 13px;
    }




    .rector-speech .title {
        margin-top: 2rem;
    }
    .rector-speech .foreword {
        font-size: 1rem;
        color: #434343;
    }
    
    .carousel-announcement-text .carousel-caption h5.title{
        font-size: 1rem;
        font-weight: 600;
    }
    .carousel-announcement-text .carousel-caption p.desc{
        font-size: 0.875rem;
        display: none;
    }
    .carousel-announcement-text .link{
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem; 
    }
    .carousel-announcement-text .p-link{
        display: none;
    }
    .carousel-leader .carousel-item .description{
        text-align: center;
    }
    .carousel-leader .carousel-item .description .title {
        font-size: 2rem;
        margin-top: 1rem;
    }
    .carousel-leader .carousel-item .description .name {
        font-size: 1.5rem;
        margin-bottom: 0.875rem;
    }
    .carousel-leader .carousel-item .description .jabatan {
        font-size: 1rem;
    }
}

/* Small */
@media (max-width: 575px) {
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 40px;
    }
    .main-slider.style1 .auto-container {
        padding: 0px 20px;
        padding-left: 20px;
    }
    .main-slider .content h3 {
        font-size: 18px;
    }
    .main-slider .content .big-title h2 {
        font-size: 30px;
        line-height: 1.25em;
    }
    .main-slider .content .text p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
    }
    .main-slider .owl-theme .owl-nav {
        display: none;
    }
    .main-slider.style1 .banner-carousel.owl-carousel .owl-dots {
        display: none;
    }
    .main-slider .content .btns-box {
        padding-top: 31px;
        display: block;
        align-items: flex-start;
        flex-direction: column;
    }
    .main-slider .content .btns-box a.marlft15 {
        margin-top: 10px;
        margin-left: 0;
    }
    
    .main-slider.style1 .content {
        margin-top: 0;
    }
    .main-slider .content .border-box {
        display: none;
    }
    .main-slider .active .content h3 {
        font-size: 12px;
    }
    .main-slider .content .big-title{
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .main-slider .content .big-title h2 {
        font-size: 12px;
        line-height: 13px;
    }
    .main-slider .content .text {
        padding-top: 10px;
        display: none;
    }
    .main-slider .content .text p {
        font-size: 13px;
        line-height: 13px;
    }
    .main-slider .slide .image-layer {
        bottom: unset;
    }

    .rector-speech {
        padding: 3rem 0;
    }

    .choose-area .site-title {
        font-weight: 700;
        font-size: 30px;
    }
    .choose-area .choose-item-content h4 {
        font-weight: 600;
        font-size: 18px;
    }
    .choose-area .choose-item-content p {
        color: #c8c8c8;
    }
}






@media (min-width: 1300px) {
    
}
@media (min-width: 992px) {
    .rs-header .menu-area.menu-sticky.sticky {
        background: var(--color-content-primary-grad);
        position: fixed;
        z-index: 9999;
        margin: 0 auto;
        border: none;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .rs-header .menu-area.menu-sticky {
        transition: all 0.3s ease 0s;
    }
    .rs-menu {
        height: auto !important;
    }
    .nav-menu .rs-mega-menu {
        position: static;
    }
    .rs-menu ul ul {
        position: absolute;
        top: 100%;
        width: auto;
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0);
        transform-origin: 0 0 0;
    }
    .rs-menu ul ul a {
        width: 260px;
    }
    .rs-menu ul ul li > ul {
        left: 100%;
    }
    ul.mega-menu .sub-menu {
        transform: unset;
    }
    .rs-menu ul ul ul {
        top: 0;
    }
    .nav-menu ul {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .right_menu_togle.mobile-navbar-menu {
        display: none;
    }

    /* submenu hover */
	.rs-menu li:active>ul,
	.rs-menu li:focus>ul,
	.rs-menu li:hover>ul,
	.rs-menu li:hover>ul.mega-menu>li>ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		transform: scaleY(1);
	}
    
    /* megamenu hover */
	.rs-menu li:hover ul.mega-menu .sub-menu {
		transform: unset;
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
	}
    .nav-menu>.menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {
		display: block;
		position: absolute;
		background: #ddd;
		right: 0;
		top: 0;
		height: 50px;
		line-height: 50px;
		width: 45px;
		text-align: center;
		cursor: pointer;
		border-left: none;
		z-index: 9;
		/* Remove the blue Webkit background when element is tapped */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
    
}


@media (min-width: 1200px) and (max-width: 1390px) { 
 
    /*** Main Slider Css ***/     
    .main-slider .auto-container {
        padding: 0px 120px;
    }         
}