@media(min-width:1200px){
/*************************************************************/

/* Main wrapper */
/* #main-wrapper{
    display: none;
} */

/* Widget */
.widget-container{
    text-align: left;
    display: block;
}

/* Current date */
.current-date-time-block{
    display: inline-block;
}

/* Hijrah */
.hijrah-calendar-block{
    display: inline-block;
}

/* Main menu */
.main-menu-block{
    width: 80%;
}

/* Branding */
.branding-container{
    margin-top: 0;
}
.branding-group-block{
    display: block;
}
/* Branding (mobile) */
.branding-mobile-group-block{
    display: none;
}

/* Sidebar menu */
.sidebar-menu-block.block ul.dropdown-menu{
    top: -1px !important;
    left: 100% !important;
    width: 100%;
    border-radius: 0;
}
.sidebar-menu-block.block ul.dropdown-menu.show{
    animation-name: sidebar-menu-appear-left;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}
.sidebar-menu-block.block ul li ul{
    background: none;
}
.sidebar-menu-block.block ul li li a{
    display: block;
    padding: 10px 25px;
    border-bottom: 1px solid #cec8ea;
}
.sidebar-menu-block.block ul li:last-child a, 
.sidebar-menu-block.block ul li:last-child span.nolink {
    /* border-bottom: 1px solid rgba(0,0,0,0.3); */
}
.sidebar-menu-block.block ul > li:last-child span.dropdown-toggle{
    border-bottom: 0;
}

/* Slideshow */
.view-slideshow .caption{
    background: none;
}
.view-slideshow .caption h1{
    font-weight: bold;
    padding: 20px 30px 5px 30px;
    font-family: 'Montserrat';
    opacity: 0;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    font-size: 35px;
}
.view-slideshow .caption h2{
    font-weight: bold;
    padding: 5px 30px 20px 30px;
    opacity: 0;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    font-size: 20px;
}
.view-slideshow .caption{
    position: absolute;
    top: 50%;
    width: 45%;
}
.view-slideshow .caption.position-Left{
    left: 5%;
}
    .view-slideshow .views-row.slick-active .caption.position-Left h1{
        animation-name: slide-caption-left;
        animation-delay: 0.1s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
    .view-slideshow .views-row.slick-active .caption.position-Left h2{
        animation-name: slide-caption-left;
        animation-delay: 0.1s;
        animation-duration: 1.7s;
        animation-fill-mode: forwards;
    }
.view-slideshow .caption.position-Centre{
    left: 30%;
}
    .view-slideshow .views-row.slick-active .caption.position-Centre h1{
        animation-name: slide-caption-centre;
        animation-delay: 0.1s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
    .view-slideshow .views-row.slick-active .caption.position-Centre h2{
        animation-name: slide-caption-centre;
        animation-delay: 0.1s;
        animation-duration: 1.7s;
        animation-fill-mode: forwards;
    }
.view-slideshow .caption.position-Right{
    right: 5%;
}
    .view-slideshow .views-row.slick-active .caption.position-Right h1{
        animation-name: slide-caption-right;
        animation-delay: 0.1s;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }
    .view-slideshow .views-row.slick-active .caption.position-Right h2{
        animation-name: slide-caption-right;
        animation-delay: 0.1s;
        animation-duration: 1.7s;
        animation-fill-mode: forwards;
    }
    .view-slideshow .slick-dots{
        margin-top: -40px;
        position: relative;
        z-index: 10;
        padding: 0;
        display: flex;
        justify-content: center;
        top: -10px;
        display: block !important;
    }

    /* Highlights: Tagline */
    .highlights-tagline{
        display: block !important;
    }

    /* Highlighst: Content */
    .highlights-block{
        width: 85%;
        padding: 5% 2%;
        color: #FFFFFF;
    }
    .highlights-block{
        height: 800px;
    }

/* Highlights: Wanita */
.highlights-wanita-group-block .wanita-group-tagline-block{
    display: inherit;
}
.highlights-wanita-group-block .wanita-group-contents-block{
    width: 85%;
    padding: 5% 2%;
    color: #FFFFFF;
}
.highlights-wanita-group-block .wanita-group-contents-block .field--name-body .item{
    width: 40%;
    border-bottom: 5px solid rgba(0,0,0,0.3);
    margin: 0 20px 20px 20px;
}

/* Highlight: Pegawai Kerajaan */

/* Highlight: Announcement */

/* Upcoming Event group */
/* Content */
.view-events.upcoming ul{
    justify-content: center;
    height: 400px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.view-events.upcoming ul li{
    margin-right: 20px;
    width: 45%;
    clear: unset;
}
.view-events.upcoming ul li a{
    color: #333333;
}

/* Announcement */
.latest-news-block{
    width: 1250px;
    /* width: 80%; */
    margin: 0 auto;
}
.view-latest-news.latest ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
}
.view-latest-news.latest ul li{
    width: 33%;
    padding: 10px 10px;
    position: relative;
}
.view-latest-news.latest ul li:first-child .views-field-field-news-thumbnail{
    float: left;
    margin-right: 40px;
    width: 45%;
}
.view-latest-news.latest ul li .views-field-field-news-summary{
    height: 140px;
}
.view-latest-news.latest ul li .views-field-view-node{
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.view-latest-news.latest ul li h2{
    height: 90px;
}
.view-latest-news.latest ul li .views-field-view-node{
    text-align: left;
}

/* Photo gallery */
.view-photo-gallery.latest .view-content ul{
    display: inline-block;
    width: 1250px;
    /* width: 910px; */
    display: inherit;
}
.view-photo-gallery.latest.jhewa .view-content ul li{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

/* Front page second */
.frontpage-second-first-container{
    /* width: 910px; */
}
.frontpage-second-second-container{
    width: 340px;
}

/* Masonry attempt */
    /* First child */
    .view-photo-gallery.latest .view-content ul li:first-child{
        height: 485px;
        /* height: 403px; */
    }
    .view-photo-gallery.latest .view-content ul li:first-child .views-field-field-album-photos,
    .view-photo-gallery.latest .view-content ul li:first-child .views-field-field-album-photos .field-content{
        height: 100%;
    }
    .view-photo-gallery.latest .view-content ul li:first-child .views-field-field-album-photos img{
        object-fit: cover;
        height: 100%;
    }
    .view-photo-gallery.latest .view-content ul li .views-field-field-album-photos img{
        object-fit: cover;
        /* height: 200px; */
        /* width: 300px; */
        width: 414px;
        height: 241px;
        object-position: 10% 10%;
    }

    /* Second child */
    .view-photo-gallery.latest .view-content ul li:nth-child(2){
        margin: 0 3px 3px 3px;
    }

    /* Third child */
    .view-photo-gallery.latest .view-content ul li:nth-child(3){

    }

    /* Fourth child */
    .view-photo-gallery.latest .view-content ul li:nth-child(4){
        /* width: 603px; */
        width: 831px;
        margin: 0 0 0 3px;
    }
    .view-photo-gallery.latest .view-content ul li:nth-child(4) .views-field-field-album-photos{

    }
    .view-photo-gallery.latest .view-content ul li:nth-child(4) .views-field-field-album-photos img{
        width: 100%;
    }
    
    /* Latest album (MPWS) */
    .view-photo-gallery.latest.mpws .view-content ul{
        margin-left: -8px;
        margin-top: 6px;
    }
    .view-photo-gallery.latest.mpws .view-content ul li{
        float: right;
        margin: 0;
        padding: 0;
        position: relative;
        width: auto;
    }
    /* Second child */
    .view-photo-gallery.latest.mpws .view-content ul li:nth-child(2){
        margin: 0 3px 3px 3px;
    }
    /* Fourth child */
    .view-photo-gallery.latest.mpws .view-content ul li:nth-child(4){
        width: 831px;
        /* width: 603px; */
        margin: 0 3px 0 0;
    }
    .view-photo-gallery.latest.mpws .view-empty p{
        margin: 0 auto;
        width: 60%;
        background: #EEEEEE;
        padding: 10% 10%;
    }

/* Agency links */
.agency-links-block{
    width: 70%;
}

/* Facebook */
.fb-block{
    margin-bottom: 25px;
    display: inline-block;
}
.fb-link-block{
    display: none;
}

.footer-second-first-container{
    display: flex;
    text-align: left;
}

/* QR code */
.qr-code-block{
    margin-right: 8%;
}

.footer-second-second-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Special highlight navigator */
.special-highlights-navigator-block{
    position: absolute;
    right: 5%;
    /* width: auto; */
    z-index: 50;
    margin-top: 25px;
    background: none;
}
.special-highlights-navigator-block ul{
    justify-content: flex-end;
}
.special-highlights-navigator-block .nav-button.nav-button-announcement button.is-active{
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}
.special-highlights-navigator-block .slick-current button{
    background: #000000;
    color: #FFFFFF;
}

/* Hubungi Kami */
.hubungi-kami-page .contact-container{
    flex-direction: row;
}
.hubungi-kami-page .contact-container .contact-box{
    width: 49%;
}

/* Kad Digital */
.view-kad-digital .view-content .views-row{
    width: 48%;
}
.view-kad-digital .view-content .views-field-field-greeting-upload img{
    width: 90%;
    height: 100%;
}


/* Kad Digital */
.view-e-poster-pemakluman .view-content .views-row{
    width: 30%;
}
.view-e-poster-pemakluman .view-content .views-field-field-eposter-img img{
    width: 90%;
    height: 100%;
    min-height: 250px;
}



/*************************************************************/
}
