@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 (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;
    }
    .carousel-leader .carousel-item .photo .frame{
        width: 200px;
        height: 200px;
    }
    .event-list .desc .title {
        font-size: 0.875rem;
    }
    .event-list .date {
        width: 50px;
    }
    .event-list .desc {
        width: calc(100% - 50px);
    }
    .photo-gallery .photo {
        width: 49%;
        margin: 2px;
    } 
    .photo-gallery .one-photo {
        width: 100%; 
    }
    .photo-gallery .photo:last-child{
        width: 100%;
    }
    .photo-gallery .photo:last-child img{
        height: auto;
    }
    .blog-post-left .post-desc .post-category {
        display: none;
    }
    .blog-post-left .post-desc .summary {
        display: none;
    }

}

/* 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-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;
    }
    .rector-speech {
        padding: 3rem 0;
    }
    .download-item div.icon {
        width: 28px;
    }
    .download-item div.icon img{
        width:100%;
    }
    .download-item div.desc a.url {
        font-size: 0.875rem;
        line-height: 1.2;
        display: block;
        margin-bottom: 0.5rem;
    }
    .download-item div.desc .meta{
        font-size: 0.8rem;
    }
    .download-item div.link{
        width: 50px;
        text-align: right;
    }
    .download-item div.link .btn span{
        display: none;
    }
}

@media (min-width: 992px) {
    .rs-header .menu-area.menu-sticky.sticky {
        background: linear-gradient(120deg,#0f5884,#192a56);
        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);
	}
    
}
