/**
 * Place your custom styles here.
 */
 html{
    overflow-x: hidden;
    border: 20px solid #FFFFFF;
 }
body{
    font-size: 14px !important;
    font-weight: normal;
    margin: 0;
    color: #333333;
    font-family: 'Roboto' !important;
    overflow-x: hidden;
    background: none !important;
    line-height: 22px !important;
    animation-name: loader;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}
    body:after{
        content: "dev version | screen: mobile";
        display: none;
        padding: 5px 10px;
        background: rgba(0,0,0,0.5);
        color: rgba(255, 255, 255, 0.7);
        position: fixed;
        bottom: 5px;
        right: 5px;
        font-size: 11px;
        z-index: 9999;
    }

.row{
    --bs-gutter-x: 0;
}

@keyframes loader{
    0% { opacity: 0; }
    100% { opacity: 1; }
}

:target{
    background: rgb(255,226,0);
    background: linear-gradient(90deg, rgba(211,244,0,0.7) 0%, rgba(255,255,255,0) 100%);
    padding: 10px 10px;
    position: relative;
}
:target::after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -15px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600; 
    content: "\f02e";
    color: #EEEEEE;
    transform: rotate(90deg);
}

a, .link{
    text-decoration: none !important;
    outline: none;
    transition: color 0.3s ease-out;
    color: #374785;
    /* color: #243569; */

}
a:hover,
a:focus,
.link:hover,
.link:focus {
    color: #374785;
}

select:focus-visible {
    outline: none;
}

.page-link,
.page-link:hover {
  color: #374785;
}

.btn-primary {
    background-color: #374785;
    border-color: #374785;
  }
  
  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #374785;
  }
  

ul, ol{
    margin: 0 0 0 0;
    padding: 0;
}
    /* .node--type-basic-page .node__content ul,
    .node--type-basic-page .node__content ol{
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .node--type-basic-page .node__content li ul,
    .node--type-basic-page .node__content li ol{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .node--type-basic-page .node__content ul li,
    .node--type-basic-page .node__content ol li{
        padding-left: 20px;
        margin-bottom: 15px;
        margin-left: 15px;
    } */
li{
    padding-left: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
}
    .toolbar-menu li{
        margin-bottom: 0;
    }
h1{
    font-size: 22px;
}
    h1.title{
        color: #333333;
        border: 0;
        font-size: 1.92em;
        /* font-size: 27px; */
        font-weight: 500;
        margin: 0 0 20px 0;
        text-transform: capitalize;
        margin-bottom: 50px;
    }


h2{
    font-size: 18px;
}
    /* .node--type-basic-page h2{
        color: #4661ae; 
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    } */
h3{
    font-weight: bold;
    font-size: 17px;
}

button{
    outline: none;
}
:target{
    /* background: yellow; */
}

/* Table */
.table thead th{
    border-bottom: 0;
    border-top: 0;
    padding: 15px;
    background: #808080;
    border-width: 2px;
}
table.table tr:nth-child(odd) td{
    background: #f7f7f7;
}
table.table tr:nth-child(even) td{
    background: #EEEEEE;
}

/* Table (view) */

.view table{
    font-size: 15px;
}
.view table tr{

}
.view table th{
    padding: 10px;
    background: #f5f8fd;
    /* border: 1px solid #CCCCCC; */
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
}
.view table td{
    padding: 10px 20px;
    /* border: 1px solid #CCCCCC; */
    font-size: 14px;
}
.view table tr:nth-child(odd) td{
    background: #f5f8fd;
}
.view table tr:nth-child(even) td{
    background: #FFFFFF;
}
.view table td a{
    color: #333333;
}


/* Nav tabs */
nav.tabs{
    margin: 7px 0 20px 0;
    position: relative;
    /* z-index: 100; */
    
    
}
nav.tabs ul{
    border-color: #333333;
}
nav.tabs ul li{
    margin: 0;
    padding: 0;
}
nav.tabs ul li a{
    color: #333333;
}
nav.tabs .nav-item.active a{
    border-color: #333333;
}

.node__content{
    /* font-size: 15px !important; */
}

/* paragraphs */
.field--name-field-paragraphs > .field__item{
    margin-bottom: 30px;
}
.paragraph a{
    /* border-bottom: 1px dashed #41311a; */
}

/* paragraph Rich text - img alignment */
.paragraph.paragraph--type--rich-text img.align-right,
img.align-right{
    margin: 0 0 20px 20px;
}
.paragraph.paragraph--type--rich-text img.align-left,
img.align-left{
    margin: 0 20px 20px 0;
}

/* paragraph Rich text - h2 */
.paragraph--type--rich-text h2{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 20px;
}
body.node--type-custom-page .paragraph--type--rich-text h2:before{
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #dab475;
}
.block-content-basic .paragraph--type--rich-text h2:before{
    display: none;
}
.block-content-basic .paragraph--type--rich-text h2{
    padding-left: 0;
}

/* paragraph Rich text - h3 */
.paragraph--type--rich-text h3{
    text-transform: capitalize;
    font-size: 1.21em;
    /* font-size: 17px; */
    font-weight: bold;
    color: #333333;
    margin: 0 0 20px 0;
}

/* paragraph Rich text - h4 */
.paragraph--type--rich-text h4{
    font-size: 15px;
    font-weight: bold;
}

/* paragraph Rich text - list */
.paragraph--type--rich-text ul,
.paragraph--type--rich-text ol{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.paragraph--type--rich-text ul li,
.paragraph--type--rich-text ol li{
    padding-left: 20px;
    margin-bottom: 15px;
    margin-left: 0;
}

/* paragraph Rich text - table */
.paragraph.paragraph--type--rich-text table{
    font-size: 15px;
}
.paragraph.paragraph--type--rich-text table tr{

}
.paragraph.paragraph--type--rich-text table th{
    padding: 10px;
    background: #f5f8fd;
    border-width: 2px;
    color: #333333;
    font-size: 13px;
}
.paragraph.paragraph--type--rich-text table th p{
    margin: 0;
}
.paragraph.paragraph--type--rich-text table td{
    padding: 15px 20px;
    border-width: 2px;
    font-size: 14px;
}
.paragraph.paragraph--type--rich-text table tr:nth-child(odd) td{
    background: #FFFFFF;
}
.paragraph.paragraph--type--rich-text table tr:nth-child(even) td{
    background: #f5f8fd;
}
.paragraph.paragraph--type--rich-text table table tr:nth-child(even) td{
    background: #FFFFFF;
}

/* paragraph Rich text - iframe embed */
.field--name-field-rich-text iframe,
.paragraph--type--embed-code iframe{
    width: 100%;
    height: 300px;
    margin: 20px 0 30px 0;
}

/* paragraph Image Slider */
.paragraph--type--image-slider{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    border: 1px solid red; */
    margin: 0 0 30px 0;
}
.paragraph--type--image-slider .field__item{
    margin: 0;

}
.paragraph--type--image-slider .field--name-field-slider-images{
    /* width: 50%; */
    width: 60%;
    max-height: 500px;
    margin: 0 auto;
    float: none;
    
}
.paragraph--type--image-slider .field--name-field-slider-images .slick-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 500px;
}
.paragraph--type--image-slider .field--name-field-slider-images img{
    margin: 0 auto;
    width: 100%;
    height: auto;
    /* object-fit: cover;
    width: auto;
    height: auto; */
}
.paragraph--type--image-slider .slick-prev{
    position: absolute;
    top: 50%;
    left: 0;
}
.paragraph--type--image-slider .slick-next{
    position: absolute;
    top: 50%;
    right: 0;
}
/* .mini-photo-slider .sp-slide{
    background: #000000;
}
.mini-photo-slider .sp-slide img{
    object-fit: contain;
    width: 100%;
    max-height: 500px;
} */


/* paragraph FAQ */
.paragraph--type--question-and-answer{
    width: 100%;
    margin: 0 auto;
}
.field--name-field-question-answer-title{
    font-weight: bold;
}
.paragraph--type--question-and-answer .field--name-field-question{
    font-weight: bold;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    padding: 20px 20px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    border-radius: 7px;
}
.paragraph--type--question-and-answer .field--name-field-question p:last-child{
    margin-bottom: 0;
}
.paragraph--type--question-and-answer .field--name-field-question:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal; 
    content: "\f067";

    display: inline-block;
    margin-right: 20px;
    margin-left: 40px;
    color: #333333;
    float: right;
    
}
.paragraph--type--question-and-answer .field--name-field-question.active:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f068";

    display: inline-block;
    margin-right: 20px;
    color: #CCCCCC;
    float: right;
}
.paragraph--type--question-and-answer .field--name-field-answer{
    display: none;
    margin-bottom: 30px;
    padding: 0 10px;
    /* padding: 0 80px 0 10px; */
}
    /* table inside */
    .paragraph--type--question-and-answer table{
        font-size: 15px;
    }
    .paragraph--type--question-and-answer table tr{

    }
    .paragraph--type--question-and-answer table th{
        padding: 10px;
        background: #f5f8fd;
        /* border: 1px solid #CCCCCC; */
        color: #333333;
        font-size: 13px;
    }
    
    .paragraph--type--question-and-answer table th p{
        margin: 0;
    }
    .paragraph--type--question-and-answer table td{
        padding: 15px 20px;
        /* border: 1px solid #CCCCCC; */
        font-size: 14px;
    }
    .paragraph--type--question-and-answer table tr:nth-child(odd) td{
        background: #f5f8fd;
    }
    .paragraph--type--question-and-answer table tr:nth-child(even) td{
        background: #FFFFFF;
    }

/* Paragraph member group */
/* .field--name-field-group-members > .field__item{
    display: block;
    clear: both;
    margin: 0;
}
.field--name-field-group-members > .field__item:nth-child(odd){
    background: #f7f7f7;
}
.field--name-field-group-members > .field__item:nth-child(even){
    background: #EEEEEE;
}
.field--name-field-group-members .paragraph--type--member-profile{
    display: flex;
    padding: 30px;
}
.paragraph--type--member-profile .member-photo-container{

}

    .photo-size-large .paragraph--type--member-profile .member-photo-container .field--name-field-member-photo img{
        width: 200px;
        height: auto;
    }
    .photo-size-medium .paragraph--type--member-profile .member-photo-container .field--name-field-member-photo img{
        width: 150px;
        height: auto;
    }
    .photo-size-small .paragraph--type--member-profile .member-photo-container .field--name-field-member-photo img{
        width: 100px;
        height: auto;
    }

.paragraph--type--member-profile .member-details-container{
    width: 100%;
    padding-left: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.field--name-field-group-members .field--name-field-member-photo{
    margin: 0;
}
.field--name-field-group-members .field--name-field-member-photo img{
    object-fit: cover;
    width: 100%;
    height: 100px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    background: #FFFFFF;
    margin: 0;
}
.field--name-field-group-members .field--name-field-member-name{
    font-weight: bold;
    margin-bottom: 7px;
    color: #1c3f75;
    font-size: 16px;
    text-transform: uppercase;
}

.field--name-field-group-members .field--name-field-member-position{
    margin-bottom: 15px;
    color: #ac821f;
    font-size: 13px;
    line-height: 16px;
}
.field--name-field-group-members .field--name-field-member-email{
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 20px;
}
.field--name-field-group-members .field--name-field-member-email a{
    color: #333333;
}
    .field--name-field-group-members .field--name-field-member-email .field__item{
        margin-bottom: 5px;
        background: #dddddd;
        padding: 5px 10px;
        border-radius: 10px;
        color: #333333;
        text-shadow: 0 1px 0px rgba(255,255,255,0.5);
        display: inline-block;
    }
    .field--name-field-group-members .field--name-field-member-email .field__item:before{
        font-family: 'Font Awesome 5 Pro';
        content: "\f0e0";
        margin-right: 10px;
        font-weight: bold;
    }
.field--name-field-group-members .field--name-field-member-phone{
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 10px;
}
    .field--name-field-group-members .field--name-field-member-phone:before{
        font-family: 'Font Awesome 5 Pro';
        content: "\f879";
        margin-right: 10px;
        font-weight: bold;
    }
.field--name-field-group-members .field--name-field-member-email{
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 10px;
}
    .field--name-field-group-members .field--name-field-member-email:before{
        font-family: 'Font Awesome 5 Pro';
        content: "\f0e0";
        margin-right: 10px;
        font-weight: bold;
    }
.field--name-field-group-members .field--name-field-member-fax{
    font-size: 13px;
    margin-bottom: 5px;
    margin-left: 10px;
}
    .field--name-field-group-members .field--name-field-member-fax:before{
        font-family: 'Font Awesome 5 Pro';
        content: "\f1ac";
        margin-right: 10px;
        font-weight: bold;
    }
.field--name-field-group-members .field--name-field-member-remarks{
    margin: 10px 0;
    font-size: 13px;
}
.field--name-field-group-members .field--name-field-member-remarks ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.field--name-field-group-members .field--name-field-member-remarks ul li{
    margin: 0 0 5px 0;
}
.field--name-field-group-members .field--name-field-member-remarks ul li:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f058";
    margin-right: 10px;
    color: #1b5267;
    font-weight: bold;
} */

/* Paragraph member horizontal */
.paragraph--type--directory-horizontal-group .field--name-field-directory-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.paragraph--type--directory-horizontal-group .field--name-field-directory-items > .field__item{
    width: 42%;
    margin: 10px 10px;
    display: inline-block;
    vertical-align: top;
}
.paragraph--type--directory-horizontal-group .field--name-field-directory-items > .field__item:first-child{
    width: 100%;
    margin: 0;
}

@media(max-width:500px){
/*************************************************************/

.paragraph--type--directory-horizontal-group .field--name-field-directory-items > .field__item{
    width: 90%;
}
.paragraph--type--directory-horizontal-group .field--name-field-directory-items > .field__item:first-child{
    width: 90%;
    margin: 0;
}

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


.paragraph--type--directory-horizontal-group .field--name-field-directory-items .field--name-field-member-photo{
    margin: 0;
    float: none;
}
.paragraph--type--directory-horizontal-group .field--name-field-directory-items .field--name-field-member-photo img{
    object-fit: contain;
    /* height: 200px;
    width: auto; */
    width: 100%;
    max-width: 200px;
    height: auto;
    border: 4px solid #FFFFFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
    .paragraph--type--directory-horizontal-group[highlight-first-member="Yes"] .field--name-field-directory-items > .field__item:first-child .field--name-field-member-photo img{
        max-width: 350px;
    }
.paragraph--type--directory-horizontal-group .field--name-field-directory-items .field--name-field-member-name{
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px 0;
    min-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #1c3f75;
    line-height: 19px;
}

.paragraph--type--directory-horizontal-group .field--name-field-directory-items .field--name-field-member-position{
    font-size: 12px;
    line-height: 16px;
}
.paragraph--type--directory-horizontal-group .field--name-field-directory-items .field--name-field-member-position:before{
    content: "";
    width: 30%;
    height: 3px;
    background: #e0c27c;
    margin: 0 auto 10px auto;
    display: block;
}
.paragraph--type--directory-horizontal-group .field--name-field-member-link a{
    font-size: 15px;
    color: #1c3f75;
    font-weight: bold;
    border: 1px solid #000000;
    border-radius: 7px;
    display: block;
    padding: 10px 10px;
    transition: background 0.3s ease-out, color 0.2s ease-out;
}
.paragraph--type--directory-horizontal-group .field--name-field-member-link a:hover{
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #1b5267;
    background: #1b5267;
    color: #e2c076;
}
.paragraph--type--directory-horizontal-group .field--name-field-directory-items .break{
    display: block;
    width: 100% !important;
    border: 0;
    max-width: 100% !important;
}

/* Paragraph member vertical */
.paragraph--type--directory-vertical-group{
    margin-bottom: 30px;
}
.paragraph--type--directory-vertical-group .field--name-field-group-name{
    cursor: pointer;
}
.paragraph--type--directory-vertical-group .field--name-field-directory-items.active{
    display: block;
}
.paragraph--type--directory-vertical-group .field--name-field-group-name{
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    text-align: right;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.paragraph--type--directory-vertical-group .field--name-field-directory-items > .field__item{
    padding: 20px 20px;
}
.paragraph--type--directory-vertical-group .field--name-field-directory-items > .field__item:nth-child(even){
    background: #f5f8fd;
}

/* test page */
.page-node-313 .paragraph--type--directory-vertical-group .field--name-field-member-photo{ grid-area: photo; grid-column-size: 500px; }
.page-node-313 .paragraph--type--directory-vertical-group .field--name-field-member-name{ grid-area: name; }
.page-node-313 .paragraph--type--directory-vertical-group .field--name-field-member-position{ grid-area: position; }
.page-node-313 .paragraph--type--directory-vertical-group .field--name-field-member-phone{ grid-area: phone; }
.page-node-313 .paragraph--type--directory-vertical-group .field--name-field-member-email{ grid-area: email; }
.page-node-313 .paragraph--type--directory-vertical-group .field--name-field-member-fax{ grid-area: fax; }
.page-node-313 .paragraph--type--directory-vertical-group .field--name-field-member-remarks{ grid-area: remarks; }

.page-node-313 .paragraph--type--directory-vertical-group .paragraph--type--directory-item-vertical{
    display: grid;
    grid-template-columns: 180px auto;

    grid-template-areas: 
    "photo name"        
    "photo position"
    "photo email"
    "photo phone"
    "photo fax"
    "photo remarks";
    grid-gap: 5px;
}
.paragraph--type--directory-item-vertical .field--name-field-member-photo img{
    object-fit: contain;
    width: auto;
    height: 150px;
}
.paragraph--type--directory-item-vertical .field--name-field-member-name{
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 0;
    color: #1c3f75;
}
/* .paragraph--type--directory-item-vertical .field--name-field-member-name:after{
    content: "";
    width: 100px;
    background: #e0c27c;
    height: 2px;
    position: relative;
    display: block;
    margin-top: 5px;
} */
.paragraph--type--directory-item-vertical .field--name-field-member-position{
    font-size: 13px;
}
.paragraph--type--directory-item-vertical .field--name-field-member-email a{
    display: inline-block;
    background: #EEEEEE;
    color: #333333;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 10px;
    text-shadow: 0 1px 0px rgba(255,255,255,0.5);
}
.paragraph--type--directory-item-vertical .field--name-field-member-email a:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0e0";
    margin-right: 10px;
    font-weight: bold;
    font-size: 13px;
}
.paragraph--type--directory-item-vertical .field--name-field-member-phone{
    font-size: 13px;
    margin-left: 13px;
}
.paragraph--type--directory-item-vertical .field--name-field-member-phone .field__item{
    /* margin: 0 0 5px 0; */
    font-size: 14px;
}
.paragraph--type--directory-item-vertical .field--name-field-member-phone .field__item:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f879";
    margin-right: 10px;
    font-weight: bold;
}
.paragraph--type--directory-item-vertical .field--name-field-member-fax{
    font-size: 14px;
    margin-left: 13px;
}
.paragraph--type--directory-item-vertical .field--name-field-member-fax:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f1ac";
    margin-right: 10px;
    font-weight: bold;
}

/* Image boxes (image with caption) */
.paragraph--type--image-box-container .field--name-field-image-box-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.paragraph--type--image-box-container .field--name-field-image-box-items .field__item{
    margin: 10px 10px;
}
.paragraph--type--image-box-container .paragraph--type--image-box-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px;
}
.paragraph--type--image-box-container .paragraph--type--image-box-item .field--name-field-img-box-img img{
    object-fit: cover;
    /* object-fit: contain; */
    height: 200px;
    /* max-height: 400px; */
    width: auto;
}
.paragraph--type--image-box-container .paragraph--type--image-box-item .field--name-field-img-box-title p{
    margin: 0;
}
.paragraph--type--image-box-container .paragraph--type--image-box-item .field--name-field-img-box-title a{
    color: #333333;
    font-size: 16px;
} 

/* Icon boxes */
.paragraph--type--icon-box-container .field--name-field-icon-box-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.paragraph--type--icon-box-container .field--name-field-icon-box-items .field__item{
    margin: 10px 10px;
}
.paragraph--type--icon-box-container .paragraph--type--icon-box-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px;
}
.paragraph--type--icon-box-container .paragraph--type--icon-box-item .field--name-field-icon-box-title img{
    object-fit: contain;
    max-height: 400px;
    width: auto;
}
.paragraph--type--icon-box-container .paragraph--type--icon-box-item .field--name-field-icon-box-title p{
    margin: 0;
}
.paragraph--type--icon-box-container .paragraph--type--icon-box-item .field--name-field-icon-box-title a{
    color: #333333;
    font-size: 16px;
} 

/* Image boxes with overlay */
.paragraph--type--image-box-overlay-container .field--name-field-image-box-overlay-title{
    text-align: center;
    margin: 30px 20px;
    font-weight: bold;
    font-size: 20px;
}
.paragraph--type--image-box-overlay-container .field--name-field-image-box-overlay-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
.paragraph--type--image-box-overlay-container .field--name-field-image-box-overlay-items .field__item{
    margin: 10px 10px;
    position: relative;
}

.paragraph--type--image-box-overlay-container .field--name-field-image-box-overlay-items > .field__item{
    width: 100%;
}

.paragraph--type--image-box-overlay-container .field--name-field-image-box-overlay-items .field__item .field__item{
    margin: 0;
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 200px;
    /* border-radius: 10px; */
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item .field--name-field-imgbox-overlay-img{
    height: 200px;
    width: 100%;
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item .field--name-field-imgbox-overlay-img img{
    object-fit: cover;
    /* object-fit: contain; */
    height: 100%;
    /* max-height: 400px; */
    width: 100%;
    /* border-radius: 10px; */
    object-position: center;
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item .field--name-field-imgbox-overlay-title{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item .field--name-field-imgbox-overlay-title:before{
    content: "";
    background: rgba(55,71,133,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 10;
    /* border-radius: 10px; */
    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item:hover .field--name-field-imgbox-overlay-title:before{
    opacity: 0;
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item .field--name-field-imgbox-overlay-title p{
    margin: 0;
    position: relative;
    z-index: 20;
    height: 100%;
}
.paragraph--type--image-box-overlay-container .paragraph--type--imgbox-overlay-item .field--name-field-imgbox-overlay-title a{
    color: #FFFFFF;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
} 
    /* small box enabled */
    .paragraph--type--image-box-overlay-container.small-box-on .paragraph--type--imgbox-overlay-item{
        height: 100px;
        overflow: hidden;
    }
    .paragraph--type--image-box-overlay-container.small-box-on .paragraph--type--imgbox-overlay-item .field--name-field-imgbox-overlay-title a{
        font-size: 18px;
    }

/* Paragraph: Attachment container */
.paragraph--type--file-attachment-container .field--name-field-file-attachment-para > .field__item{
    margin: 0;
}
.paragraph--type--file-attachment-container .field--name-field-file-attachment-para{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.paragraph--type--file-attachment-container .field--name-field-file-attachment-para .paragraph--type--file-attachment{
    /* padding: 10px 10px; */
    margin: 0;
}



/* Paragraph: Attachment */
.paragraph--type--file-attachment .field__item{
    margin: 0;
}
.paragraph--type--file-attachment .field--name-field-file-cover-img{
    margin: 0 20px 0 0;
}
.paragraph--type--file-attachment .field--name-field-file-cover-img img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 1px solid white;
}
.paragraph--type--file-attachment .field--name-field-title{
    font-weight: bold;
    font-size: 16px;
    color: #374785;
}
.paragraph--type--file-attachment .field--name-field-file-upload{
    margin: 10px 0;
}
.paragraph--type--file-attachment .field--name-field-file-upload .file{
    margin: 0;
    padding: 0;
    width: 100%;
}
.paragraph--type--file-attachment .field--name-field-file-upload .file a{
    color: #333333;
    display: inline-block;
    font-size: 13px;
    display: block;
    padding: 10px 10px;
    transition: background 0.3s ease, color 0.2s ease-out;
}
.paragraph--type--file-attachment .field--name-field-file-upload .file a:hover{
    background: #374785;
    color: #FFFFFF;
}
.paragraph--type--file-attachment .field--name-field-file-upload .file a:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f358";
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 0px;
}
.paragraph.paragraph--type--file-attachment table{
    font-size: 15px;
    width: 100%;
}
.paragraph.paragraph--type--file-attachment table tr{

}
.paragraph.paragraph--type--file-attachment table th{
    padding: 10px;
    background: #808080;
    border-width: 2px;
    color: #FFFFFF;
    font-size: 13px;
    display: none;
}
.paragraph.paragraph--type--file-attachment table td{
    padding: 0;
    border-width: 2px;
    font-size: 14px;
}
.paragraph.paragraph--type--file-attachment table td:nth-child(2){
    padding: 10px 10px;
}
.paragraph.paragraph--type--file-attachment table td:first-child{
    width: 70%;
}
.paragraph.paragraph--type--file-attachment table td:last-child{
    width: 30%;
    font-size: 12px;
    text-align: center;
    background-color: #eeeeee;
    opacity: 0.8;
    background-size: 10px 10px;
    background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, #eeeeee 0, #eeeeee 50%);
}


/* Paragraph: 3 column */
.paragraph--type--three-column{
    display: flex;
    flex-direction: column;
}
.paragraph--type--three-column .field--name-field-column-left{
    margin: 0;
}
.paragraph--type--three-column .field--name-field-column-middle{
    margin: 0;
}
.paragraph--type--three-column .field--name-field-column-right{
    margin: 0;
}

/* Paragraph: 2 column */
.paragraph--type--two-column{
    display: flex;
    flex-direction: column;
}

/* Paragraph: Icon + Description box */
/* .paragraph--type--icon-with-description-box-set .field--name-field-icon-with-description-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.paragraph--type--icon-with-description-box-set .field--name-field-icon-with-description-box > .field__item{
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}
.paragraph--type--icon-with-description-box{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.paragraph--type--icon-with-description-box > .field__item{
    margin-bottom: 0;
}
.paragraph--type--icon-with-description-box .field--name-field-icon{
    margin: 0;
}
.paragraph--type--icon-with-description-box .field--type-fontawesome-icon .fontawesome-icon{
    position: relative;
    z-index: 10;
}
.paragraph--type--icon-with-description-box .field--type-fontawesome-icon .fontawesome-icon i{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #d9201e;
    color: #FFFFFF;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 2px rgba(0,0,0,0.7);
}
.paragraph--type--icon-with-description-box .field--name-field-description-box{
    background: #efefef;
    padding: 50px 30px 30px 30px;
    position: relative;
    top: -20px;
    z-index: 5;
    border: 1px solid #CCCCCC;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.paragraph--type--icon-with-description-box .field--name-field-description-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.paragraph--type--icon-with-description-box .field--name-field-description-box ul li{
    margin: 0;
    padding: 0;
}
.paragraph--type--icon-with-description-box .field--name-field-description-box img{

}
.paragraph--type--icon-with-description-box .field--name-field-description-box a{
    color: #333333;
    border-bottom: 1px dashed #333333;
    padding-bottom: 3px;
    display: inline-block;
} */

/* Paragraph break */
.paragraph .field__item .break{
    display: block;
    width: 100% !important;
    border: 0;
}

/* Popup banner */
.popup-banner-container.is-active{
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    display: block;
}
.popup-banner-container.not-active{
    background: none;
    position: unset;
    z-index: unset;
    display: none;
}
.popup-banner-container .popup-banner{
    /* border: 1px solid red; */
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.popup-banner-container .popup-banner img{
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-radius: 7px;
    width: 100%;
    max-width: 70vw;
    height: auto;
    object-fit: contain;
}
.view-popup-banner.featured .close-button{
    background: #FFFFFF;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 900;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.view-popup-banner.featured .close-button.is-active{
    position: fixed;
    top: 20%;
    right: 0;
    border-radius: 7px 0 0 7px;
}
.view-popup-banner.featured .close-button.is-active span:after{
    content: "CLOSE";
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.view-popup-banner.featured .close-button.not-active{
    position: fixed;
    top: unset;
    bottom: 0;
    right: 12%;
    border-radius: 7px 7px 0 0;
    background-color: rgb(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
}
.view-popup-banner.featured .close-button.not-active span:after{
    content: "View Message";
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}
.view-popup-banner.featured .close-button.not-active span:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0e0";
    font-size: 15px;
    color: #000000;
    margin-right: 10px;
}
.view-popup-banner.featured .close-button span{
    display: flex;
    flex-direction: row;
}
.view-popup-banner.featured .views-row{
    position: relative;
}
.view-popup-banner.featured .popup-edit{
    position: absolute;
    top: 10%;
    right: 10%;
}
.view-popup-banner.featured .popup-edit a{
    display: inline-block;
    background: gold;
    color: #000000;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 10px;
    border: 1px solid gold;
    transition: background 0.3s ease-out, border-color 0.2s ease-out;
}
.view-popup-banner.featured .popup-edit a:hover{
    background: #FFFFFF;
    border-color: #000000;
    color: #000000;
}

    

/* Header logo n crest */
.logo-crest-block{
    text-align: center;
}
.logo-crest-block p{
    margin: 0;
}
.logo-crest-block .field__item{
    margin: 0;
}

/* Main menu */
.main-menu-block{
    border: 1px dashed #FFFFFF;
    background: #333333;
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
    display: none;
}
.main-menu-block > ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.main-menu-block ul li{
    margin: 0;
    padding: 0;
}
.main-menu-block ul li a{
    color: #FFFFFF !important;
    padding: 20px 20px;
    text-transform: uppercase;
}
.main-menu-block ul li span.nav-link{
    color: #FFFFFF !important;
    padding: 20px 20px;
    text-transform: uppercase;
}
.main-menu-block ul li a.is-active,
.main-menu-block ul li span.nav-link.active{
    font-weight: bold;
    background: #000000;
}
/* sub menu */
.main-menu-block ul li ul{
    background: #000000;
    border-radius: 0;
    padding: 0;
}
.main-menu-block ul li li{
    
}
.main-menu-block ul li li a{
    color: #FFFFFF;
    padding: 10px 20px;
    display: block;
    text-transform: capitalize;
}
.main-menu-block ul li li span{
    color: #FFFFFF;
    padding: 10px 20px;
    display: block;
    text-transform: capitalize;
}
.main-menu-block ul ul.dropdown-menu ul.dropdown-menu {
    top: -45px !important;
    left: 100% !important;
}
.main-menu-block .dropdown-item:focus, 
.main-menu-block .dropdown-item:hover{
    background: rgba(0,0,0,0.3);
}

/* Hamburger menu */
.hamburger-menu-block{
    background: #374785;
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 600;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: top 0.3s ease-out, right 0.3s ease-out, background 0.5s ease-out;
}
.hamburger-menu-block.is-active{
    background: #d7b574;
}
    body.toolbar-horizontal .hamburger-menu-block{
        margin-top: 39px;
    }
    body.toolbar-horizontal.toolbar-tray-open .hamburger-menu-block{
        margin-top: 79px;
    }
    body.toolbar-vertical .hamburger-menu-block{
        margin-top: 39px;
    }

    /* front page */
    body.path-frontpage .hamburger-menu-block{
        top: 30px;
        right: 30px;
        /* top: 90px;
        right: calc(60px + 20px); */
    }
    /* inner page */
    body.path-frontpage.menu-open .hamburger-menu-block{
        top: 30px;
        right: 30px;
    }

    /* front page scrolled */
    body.scrolled .hamburger-menu-block{
        top: 140;
        right: 30px;
    }
    

    /* inner page */
    body:not(.path-frontpage) .hamburger-menu-block{
        top: 20px;
    }

    /* inner page scrolled */
    body:not(.path-frontpage).scrolled .hamburger-menu-block{
        top: 20px;
    }

/* body.menu-open .hamburger-menu-block{
    top: 20px;
    right: 30px;
} */

.hamburger-menu-block .hamburger-label{
    display: none;
}
.hamburger-menu-block .hamburger-inner, 
.hamburger-menu-block .hamburger-inner:after, 
.hamburger-menu-block .hamburger-inner:before {
    background-color: #FFFFFF;
    width: 17px;
    height: 3px;
    border-radius: 2px;
}

.hamburger-menu-block .hamburger{
    padding: 0;
}
.hamburger-menu-block .hamburger-box{
    width: 25px;
    
    padding: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger-menu-block .field--type-text-with-summary{
    height: 63px;
    width: 63px;
}

.hamburger-menu-block .hamburger-inner {
    margin: 0;
}

.hamburger.is-active .hamburger-inner, 
.hamburger.is-active .hamburger-inner:after, 
.hamburger.is-active .hamburger-inner:before{
    background-color: #374785 !important;
}
.hamburger.is-active:hover, .hamburger:hover{
    opacity: 1 !important;
}

.hamburger-menu-block .hamburger-inner:before{
    top: -8px;
}
.hamburger-menu-block .hamburger-inner:after{
    bottom: -8px
}
.hamburger-menu-block .field__item{
    margin: 0;
}

/* Overlay */
.menu-open-overlay.is-active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,0.8); */
    background: rgba(0,0,0,0.67);
    animation-name: overlay-fade-in;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    z-index: 210;
}
@keyframes overlay-fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body.menu-open .header-a-container,
body.menu-open .hero-banner-block,
body.menu-open .masthead-block,
body.menu-open .how-we-can-help-block,
body.menu-open .feature-box-block,
body.menu-open .city-deco-block,
body.menu-open .latest-news-block,
body.menu-open .hebahan-header-block,
body.menu-open .announcement-block,
body.menu-open .site-footer,
body.menu-open #main-wrapper,
body.menu-open .inner-banner,
body.menu-open .sitename-block,
body.menu-open .site-wide-search-block
 {
    filter: blur(3px);
}

/* Mobile menu container */
.mobile-menu-container{
    background: #374785;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    transform: translateX(110%);
    z-index: 500;
    transition: transform 0.3s ease-in-out;
    /* padding: 5% 5%; */
    width: 90%;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    overflow-y: scroll;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding-top: 125px;
}
.mobile-menu-container.is-active{
    transform: translateX(0%);
}

/* Main menu (mobile) */
.main-menu-mobile-block{
    padding: 15% 20% 10% 20%;
}
    .main-menu-mobile ul{
        padding: 0;
        margin: 0;
    }
    .main-menu-mobile-block ul li{
        padding: 0;
        margin: 0;
        transition: background 0.3s ease-out;
    }

    .main-menu-mobile-block ul li a.nav-link,
    .main-menu-mobile-block ul li span.nav-link{
        color: rgba(255,255,255,0.95);
        padding: 15px 20px 15px 35px;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease-out;
        color: rgba(255,255,255,0.9);
        background: url("../images/menu-item-separator-rv2.png") repeat-x 0 100%;
        position: relative;
    }
    .main-menu-mobile-block ul li > a.nav-link::after{
        font-family: 'Font Awesome 5 Pro';
        content: "\f138";
        font-size: 15px;
        border: 0;
        margin: 0 0 0 10px;
        font-weight: bold;
        cursor: pointer;
        color: #FFFFFF;

        position: absolute;
        left: 0;
        top: 0;
        width: 0px;
        height: 53px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-menu-mobile-block ul li a.is-active,
    .main-menu-mobile-block ul li > a.nav-link.is-active::after{
        color: #f8e6a3;
    }
    .main-menu-mobile-block ul li a.nav-link.active,
    .main-menu-mobile-block ul li span.nav-link.active{
        color: #f8e6a3;
    }
    .main-menu-mobile-block ul li a.nav-link.active.show,
    .main-menu-mobile-block ul li span.nav-link.active.show{
        background: none;
    }
    .main-menu-mobile-block ul li.dropdown-item span.nolink.active{
        color: #FFFFFF;
    }
    .main-menu-mobile-block ul li .dropdown-toggle::after{
        font-family: 'Font Awesome 5 Pro';
        content: "\f138";
        font-size: 15px;
        border: 0;
        margin: 0 0 0 10px;
        font-weight: bold;
        color: #FFFFFF;
        cursor: pointer;

        /* border: 1px dashed red; */
        position: absolute;
        left: 0;
        top: 0;
        width: 0px;
        height: 53px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-menu-mobile-block ul li li .dropdown-toggle::after{
        height: auto;
        top: 4px;
    }
    .main-menu-mobile-block ul li li .dropdown-toggle{
        padding-left: 30px;
    }
    .main-menu-mobile-block ul li li .dropdown-toggle::after{
        margin-left: 20px;
    }
    .main-menu-mobile-block ul li .dropdown-toggle.show::after{
        content: "\f13a";
    }

    /* dropdown */
    .main-menu-mobile-block ul ul.dropdown-menu{
        position: relative !important;
        transform: translate(0) !important;
        /* padding: 20px 10px; */
        /* padding: 0 0 0 20px; */
        background: none;
        border: 0;
        border-radius: 0;
        /* left: 20px !important; */
        padding: 0;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .main-menu-mobile-block ul ul ul.dropdown-menu{
        /* padding-left: 20px; */
    }
    .main-menu-mobile-block ul li li .dropdown-toggle::after{
        font-family: 'Font Awesome 5 Pro';
        font-size: 10px;
        content: "\f054";
    }
    .main-menu-mobile-block ul li li .dropdown-toggle.show::after{
        content: "\f107";
    }
    .main-menu-mobile-block ul ul.dropdown-menu li.dropdown-item a,
    .main-menu-mobile-block ul ul.dropdown-menu li.dropdown-item span{
        color: rgba(255,255,255,0.95);
        padding: 5px 20px 5px 20px;
        display: block;
        font-size: 14px;
        white-space: normal;
        margin-left: 33px;
        transition: background 0.3s ease-out;
        /* border-bottom: 1px solid rgba(255,255,255,0.1); */
    }
    .main-menu-mobile-block ul ul.dropdown-menu li.dropdown-item span{
        /* font-weight: bold; */
    }
    .main-menu-mobile-block ul ul ul.dropdown-menu li.dropdown-item a,
    .main-menu-mobile-block ul ul ul.dropdown-menu li.dropdown-item span{
        /* padding: 7px 10px; */
        font-size: 14px;
        opacity: 0.85;
        transition: opacity 0.3s ease-out;
        /* border: 1px solid red; */
    }
    .main-menu-mobile-block ul ul ul.dropdown-menu li.dropdown-item a:hover,
    .main-menu-mobile-block ul ul ul.dropdown-menu li.dropdown-item span:hover{
        opacity: 1;
    }
    /* .main-menu-mobile-block ul ul ul.dropdown-menu li.dropdown-item a:before,
    .main-menu-mobile-block ul ul ul.dropdown-menu li.dropdown-item span:before{
        font-family: 'Font Awesome 5 Pro';
        content: "\f054";
        font-size: 10px;
        color: #FFFFFF;
        font-weight: bold;
        margin-right: 7px;
    } */
    .main-menu-mobile-block ul ul.dropdown-menu li.dropdown-item:hover{
        background: none;
    }
    .main-menu-mobile-block ul ul.dropdown-menu li.dropdown-item.active{
        background: none;
    }
    .main-menu-mobile-block ul ul.dropdown-menu li a.is-active,
    .main-menu-mobile-block ul ul.dropdown-menu li a.active{
        font-weight: bold;
        /* color: #f8e6a3; */
        background: rgba(0,0,0,0.2);
    }

    .main-menu-mobile-block ul > .menu-item--expanded > ul.dropdown-menu.show{
        /* background: rgba(0,0,0,0.2); */
        animation-name: dropdown-menu-appear;
        animation-duration: 0.3s;
        /* animation-fill-mode: forwards; */
    }
    .main-menu-mobile-block ul > .menu-item--expanded > ul.dropdown-menu:not(.show){
        animation-name: dropdown-menu-appear;
        animation-duration: 0.3s;
        animation-direction: reverse;
    }
    .main-menu-mobile-block span.dropdown-toggle.is-active{
        color: #f8e6a3 !important;
        font-weight: bold;
    }
    .main-menu-mobile-block span.dropdown-toggle.is-active:after{
        color: #f8e6a3 !important;
    }

    @keyframes dropdown-menu-appear{
          0% { opacity: 0; top: -20px;  }
        100% { opacity: 1; top: 0; }
    }
    

/* Mobile vector */
.mobile-menu-vector-block .field__item{
    margin: 0;
}

/* Mobile menu social media */
.social-media-mobile-menu-block{
    margin-top: -30%;
    position: relative;
    top: -30px;
}
.social-media-mobile-menu-block ul.nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.social-media-mobile-menu-block ul.nav li{
    margin: 0;
    padding: 0;
}
.social-media-mobile-menu-block ul.nav li a{
    color: #203064;
    transition: color 0.2s ease-out;
}
.social-media-mobile-menu-block ul.nav li:hover a{
    color: #FFFFFF;
}
.social-media-mobile-menu-block ul li a:before{
    transition: color 0.2s ease-out;
}
.social-media-mobile-menu-block ul li span{
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
}
.social-media-mobile-menu-block ul li a.menu-facebook:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\f39e";
}
.social-media-mobile-menu-block ul li a.menu-youtube:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\f167";
}
.social-media-mobile-menu-block ul li a.menu-tiktok:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\e07b";
}
.social-media-mobile-menu-block ul li a.menu-instagram:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\f16d";
}

/* Slideshow */
.slideshow-block{
    border: 1px dashed #333333;
    background: #CCCCCC;
    border-radius: 20px;
    width: 100%;
    height: 200px;
    margin: 20px auto;
    position: relative;
}
.slideshow-block:after{
    content: "[ Slideshow ]";
    display: inline-block;
    padding: 10px 20px;
    /* background: #FFFFFF; */
    border-radius: 0px;
    /* border: 1px solid #333333; */
    position: absolute;
    top: 45%;
    left: 45%;
    color: #333333;
}

/* Header A */
.header-a-container{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* top: 20px;
    left: 20px;
    width: calc(100% - 40px); */
    /* height: 50px; */
    /* z-index: 30; */
    z-index: 120;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background: #0b305d;
    /* display: none; */
    padding: 10px 10px;
}
body.toolbar-horizontal .header-a-container{
    margin-top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open .header-a-container{
    margin-top: 79px;
}
    body:not(.path-frontpage) .header-a-container{
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    body:not(.path-frontpage).toolbar-horizontal .header-a-container{
        margin-top: 0;
    }
    body:not(.path-frontpage).toolbar-horizontal.toolbar-tray-open .header-a-container{
        margin-top: 0;
    }

.header-a-container .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

/* Header A left */
.header-a-container .header-a-left{
    width: 100%;
}
.header-a-container .header-a-left .wrapper{
    padding-left: 5%;
    flex-grow: 2;
}

/* Header B left */
.header-a-container .header-a-right{
    width: 100%;
}
.header-a-container .header-a-right .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    flex-grow: 2;
}



/* Utility menu */
.utility-menu-block{

}
.utility-menu-block ul.nav{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.utility-menu-block ul.nav li{
    margin: 0;
    padding: 0;
}
.utility-menu-block ul.nav li a{
    display: block;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 13px;
}
    /* hide on mobile */
    .utility-menu-block ul.nav li a.menu-info,
    .utility-menu-block ul.nav li span.menu-accessibility{
        display: none;
    }


.utility-menu-block ul.nav li a:after,
.utility-menu-block ul.nav li span:after{
    content: "|";
    margin: 0 0 0 20px;
    color: #FFFFFF;
}
.utility-menu-block ul.nav li:last-child a:after{
    display: none;
}
.utility-menu-block .field--name-field-paragraphs > .field__item{
    margin: 0;
}
.utility-menu-block ul.nav li a.menu-info:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f05a";
    font-weight: 100;
    font-size: 18px;
}
.utility-menu-block ul.nav li a.menu-peta-laman:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0e8";
    font-weight: 100;
    font-size: 18px;
}
.utility-menu-block ul.nav li a.menu-telefon:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f879";
    font-weight: 100;
    font-size: 18px;
}
.utility-menu-block ul.nav li a.menu-search:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f002";
    font-weight: 100;
    font-size: 18px;
}
.utility-menu-block ul.nav li a.menu-faq:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f059";
    font-weight: 100;
    font-size: 18px;
}
.utility-menu-block ul.nav li span.menu-accessibility:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f29a";
    font-weight: 100;
    font-size: 20px;
    cursor: pointer;
}
.utility-menu-block ul.nav li span.menu-accessibility span{
    display: none;
}

.utility-menu-block ul.nav li a span{
    display: none;
}

/* GTranslate */
.gtranslate_wrapper{
    margin-top: 5px;
    margin-left: 20px;
}
.gtranslate_wrapper select{
    border-radius: 5px;
    border: 0;
    padding: 5px 7px;
    margin-left: 5px;
    font-size: 11px;
}
.gtranslate_wrapper span{
    color: #FFFFFF !important;
    font-size: 12px;
    margin-left: 5px;
}
.gtranslate_wrapper .gt_white_content{
    width: 225px;
}
.gtranslate_wrapper .gt_white_content span{
    color: #333333 !important;
    margin-left: 10px;
}
.gtranslate_wrapper a.glink img{
    height: 15px;
    border-radius: 3px;
}

body.scrolled .block-gtranslate-block{
    position: relative;
    
    z-index: 900;
}
body.scrolled.toolbar-horizontal .block-gtranslate-block{
    margin-top: 39px;
}
body.scrolled.toolbar-horizontal.toolbar-tray-open .block-gtranslate-block{
    margin-top: 79px;
}
body.scrolled.toolbar-vertical .block-gtranslate-block{
    margin-top: 39px;
}

body.scrolled .block-gtranslate-block{
    /* animation-name: gtranslate-entrance;
    animation-duration: 0.7s;
    animation-fill-mode: forwards; */
}
body.scrollup:not(.scrolled) .block-gtranslate-block{
    /* animation-name: gtranslate-i-am-back;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; */
}
@keyframes gtranslate-entrance {
    0% { opacity: 0; transform: translateY(-100px);  }
    100% { opacity: 1; transform: translateY(0);  }
}

@keyframes gtranslate-i-am-back {
    0% { opacity: 0; transform: translateY(-30px);  }
    100% { opacity: 1; transform: translateY(0px);   }
}


/* Sticky bar when scrolled */
.admin-sticky-bar-block{
    background: rgb(255,255,255,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    opacity: 0;
    z-index: 800;
    display: none;
}
body.scrolled .admin-sticky-bar-block{
    animation-name: admin-sticky-bar-entrance;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
body.scrollup:not(.scrolled) .admin-sticky-bar-block{
    animation-name: admin-sticky-bar-exit;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes admin-sticky-bar-entrance {
    0% { opacity: 0; transform: translateY(-100px);  }
    100% { opacity: 1; transform: translateY(0);  }
}

@keyframes admin-sticky-bar-exit {
    0% { opacity: 1; transform: translateY(0);  }
    100% { opacity: 0; transform: translateY(-100px); display: block;  }
}
.admin-sticky-bar-block .field__item{
    margin: 0;
}

body.toolbar-horizontal .admin-sticky-bar-block{
    margin-top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open .admin-sticky-bar-block{
    margin-top: 79px;
}
body.toolbar-vertical .admin-sticky-bar-block{
    margin-top: 39px;
}
.admin-sticky-bar-block .content img{
    height: 50px;
}



/* Header B */
.header-b-container{
    position: relative;
    overflow: hidden;
}
body:not(.path-frontpage) .header-b-container{
    padding: 0;
    /* padding: 30px 20px 10px 20px; */
    display: flex;
    flex-direction: column;
}

/* Masthead lite */
.masthead-lite-block{
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px 5%;
    display: none;
}
.masthead-lite-block .field--name-field-paragraphs > .field__item{
    margin: 0;
}
.masthead-lite-block .field--name-field-column-one{

}
.masthead-lite-block .paragraph--type--two-column{
    flex-direction: row; /* overwrite default */
}
.masthead-lite-block .logo-crest-container{
    display: flex;
    align-items: flex-end;
}
.masthead-lite-block .logo-crest-container .sabah-gov-crest{
    margin-right: 5px;
}
.masthead-lite-block .logo-crest-container .sabah-gov-crest img{
    object-fit: contain;
    width: 100%;
    height: 95px;
}
.masthead-lite-block .logo-crest-container .dbkk-logo{

}
.masthead-lite-block .logo-crest-container .dbkk-logo img{
    object-fit: contain;
    width: 100%;
    height: 60px;
}
.masthead-lite-block .field--name-field-column-two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-left: 15px;
}
.masthead-lite-block .field--name-field-column-two h1{
    font-family: 'Raleway';
    font-size: 30px;
   
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    margin-top: 10px;
}
.masthead-lite-block .field--name-field-column-two h1 .laman-rasmi-text{
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.masthead-lite-block .field--name-field-column-two h1 .dbkk-text{
    display: block;
    font-size: 25px;
    font-weight: 700;
}

/* Masthead mobile */
.masthead-mobile-block{
    display: block;
    text-align: center;
}
.masthead-mobile-block .field--name-field-paragraphs > .field__item{
    margin: 0;
}
.masthead-mobile-block h1{
    margin: 20px 0;
    font-family: 'Raleway';
    font-weight: bold;
    color: #0b305d;
    text-transform: uppercase;
}
.masthead-mobile-block h1 .laman-rasmi-text{
    display: block;
    font-size: 15px;
}
.masthead-mobile-block h1 .dbkk-text{
    display: block;
}

/* Masthead */
.masthead-block{
    position: absolute;
    top: 20%;
    left: 0; 
    width: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.masthead-block h1{
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 5px 0;
    text-shadow: 0 0 7px rgba(0,0,0,1);
    animation-name: masthead-entrance;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    padding: 0 20px;
    transition: font-size 0.3s ease-out;
}
.masthead-block h2{
    font-family: 'Raleway';
    color: #FFFFFF;
    margin: 5px 0;
    text-shadow: 0 0 7px rgba(0,0,0,1);
    font-weight: 500;
    animation-name: masthead-entrance;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    opacity: 0;
    font-size: 20px;
    padding: 0 20px;
}
.masthead-block img{
    animation-name: masthead-crest-entrance;
    animation-duration: 0.5s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes masthead-entrance{
    0% { transform: translateY(20px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; }
}
@keyframes masthead-crest-entrance{
    0% { transform: translateY(0px); opacity: 0; }
    100% { transform: translateY(20px); opacity: 1; }
}

/* Site-wide search */
.site-wide-search-block.views-exposed-form{
    position: absolute;
    top: 90px;
    right: 130px;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: none;
    display: none;
}
    body:not(.path-frontpage) .site-wide-search-block.views-exposed-form{
        position: unset;
        margin-right: 3%;
        flex-grow: 2;
    }
.site-wide-search-block.views-exposed-form .flex-wrap{
    flex-direction: row;
    justify-content: flex-end;
}
.site-wide-search-block.views-exposed-form .mb-3{
    margin: 0 !important;
}
.site-wide-search-block.views-exposed-form input[type="text"]{
    padding-right: 53px;
    width: 220px;
    border: 0;
    border-radius: 13px;
    font-size: 13px;
}
    body:not(.path-frontpage) .site-wide-search-block.views-exposed-form input[type="text"]{
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
.site-wide-search-block.views-exposed-form input[type="text"]:focus,
.site-wide-search-block.views-exposed-form input[type="text"]:active{
    border: 0;
}
.site-wide-search-block.views-exposed-form #edit-submit-site-wide-search{
    position: relative;
    left: -50px;
    top: 0px;
    background: none;
    color: #0b305d;
    font-weight: bold;
    border: 0;
    border-radius: 0 13px 13px 0;
}
.site-wide-search-block.views-exposed-form #edit-submit-site-wide-search:after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f002";
}

/* Hero banner */
.hero-banner-block{
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: none;
}
.view-hero-banner .views-field-field-hero-banner{
    position: relative;
}
.view-hero-banner .views-field-field-hero-banner img{
    animation-name: hero-banner-entrance;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
/* .view-hero-banner .views-field-field-hero-banner:after{
    content: "";
    width: 100%;
    height: 288px;
    background: url("../images/dbkk-mount-kinabalu.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
} */


.view-hero-banner .views-field-edit-node{
    position: absolute;
    top: 50%;
    left: 10px;
}

.view-hero-banner .hero-container{
    position: relative;
}

.view-hero-banner .hero-container .normal-mode{

}

.view-hero-banner .hero-container .dark-mode{
    display: none;
}
.view-hero-banner .hero-container img{
    animation-name: hero-banner-entrance;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;

    object-fit: cover;
    height: 100vh;
    width: 100%;
    /* width: auto; */
}
.view-hero-banner .hero-container .normal-mode img{
    position: relative;
    z-index: 20;
}
.view-hero-banner .hero-container .dark-mode img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@keyframes hero-banner-entrance{
    0% { transform: scale(1.2); }
    100% { transform: scale(1.1); }
}

/* Hero banner slider (img + video) */
.hero-banner-slider-img-vid{
    display: none;
    overflow: hidden;
}
.view-hero-banner.hero-banner-slider-img-vid{
    overflow: hidden;
}
.view-hero-banner.hero-banner-slider-img-vid img{
    object-fit: cover;
    height: 100vh;
    width: 100%;
}
.view-hero-banner.hero-banner-slider-img-vid video{
    object-fit: cover;
    height: 100vh;
    width: 100%;
}
.view-hero-banner.hero-banner-slider-img-vid .hero-container{
    position: relative;
}
.view-hero-banner.hero-banner-slider-img-vid .hero-container .dark-mode{
    display: none;
}
.view-hero-banner.hero-banner-slider-img-vid .hero-container img{
    animation-name: hero-banner-entrance;
    animation-duration: 5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;

    object-fit: cover;
    height: 100vh;
    width: 100%;
    /* width: auto; */
}
.view-hero-banner.hero-banner-slider-img-vid .hero-container .normal-mode img{
    position: relative;
    z-index: 20;
}
.view-hero-banner.hero-banner-slider-img-vid .hero-container .dark-mode img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.view-hero-banner.hero-banner-slider-img-vid .views-field-nothing a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.view-hero-banner.hero-banner-slider-img-vid .views-field-nothing a span{
    visibility: hidden;
}

.view-hero-banner.hero-banner-slider-img-vid .views-field-edit-node{
    z-index: 30;
}


/* Frontpage A */
.frontpage-a-container{
    /* margin-top: -100px; */
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* Logo crest */
.sitename-block .logo-crest{
    display: flex;
    flex-direction: row;
    margin-right: 10px;
    position: relative;
    top: -13px;
    justify-content: center;
}
.sitename-block .logo-crest .sabah-crest{
    position: relative;
    /* top: -3px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 5px;
}
.sitename-block .logo-crest .sabah-crest img{
    object-fit: contain;
    width: auto;
    height: 75px;
}
.sitename-block .logo-crest .dbkk-crest{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sitename-block .logo-crest .dbkk-crest img{
    object-fit: contain;
    width: auto;
    height: 50px;
}
/* Site name */
.sitename-block{
    width: 100%;
    justify-content: flex-start;
    margin: 0 0;
}
.sitename-block .paragraph--type--two-column{
    justify-content: flex-start;
}
.sitename-block .field__item.field--name-field-column-one{

}
.sitename-block .field__item.field--name-field-column-two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    margin-bottom: 20px;
}
.sitename-block .field--name-field-column-two h2{
    text-transform: uppercase;
    font-family: "Raleway";
    margin: 0 0 2px 0;
    text-align: center;
    color: #222222;
}
.sitename-block .field--name-field-column-two h1{
    text-transform: uppercase;
    color: #273359;
    font-family: "Raleway";
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.sitename-block .field--name-field-column-two h1 a{

}
.sitename-block .field--name-field-column-two h2 a{
    color: #000000;
}
.sitename-block .field--name-field-column-two h3 a{
    color: #0e305e;
}
.sitename-block .field--name-field-column-two h3{
    text-align: right;
    font-family: 'Cookie';
    font-size: 25px;
    font-weight: 100;
    color: #24305e;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.sitename-block .field--name-field-column-two h3:after{
    content: "";
    width: 100%;
    background: #FFFFFF;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;

    animation-name: bandaraya-peranginan-reveal;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes bandaraya-peranginan-reveal{
    0% { width: 100%; }
    100% { width: 0; }
}

.sitename-block .field__item{
    margin: 0;
}

/* Site name top bar */
.sitename-topbar-block{
    position: relative;
    top: -2px;
    display: none;
}
.sitename-topbar-block .field__item{
    margin: 0;
}
.sitename-topbar-block .paragraph--type--two-column{
    justify-content: flex-start;
}
.sitename-topbar-block .field--name-field-column-one{
    padding: 0;
}
.sitename-topbar-block .field--name-field-column-two{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 10px;
}
.sitename-topbar-block .field--name-field-column-two h2{
    text-transform: uppercase;
    font-family: "Raleway";
    margin: 0 0 -2px 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 12px;
}
.sitename-topbar-block .field--name-field-column-two h1 a,
.sitename-topbar-block .field--name-field-column-two h2 a{
    color: #FFFFFF !important;
}
.sitename-topbar-block .field--name-field-column-two h1{
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Raleway";
    font-weight: bold;
    margin: 0;
    text-align: left;
    font-size: 13px;
}
.sitename-topbar-block .field--name-field-column-two h1 a{

}
.sitename-topbar-block .field--name-field-column-two h2 a{
    color: #000000;
}
.sitename-topbar-block .logo-crest{
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
}
.sitename-topbar-block .logo-crest .sabah-crest{
    position: relative;
    top: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 5px;
}
.sitename-topbar-block .logo-crest .sabah-crest img{
    object-fit: contain;
    width: auto;
    height: 40px;
}
.sitename-topbar-block .logo-crest .dbkk-crest{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    top: -1px;
}
.sitename-topbar-block .logo-crest .dbkk-crest img{
    object-fit: contain;
    width: auto;
    height: 26px;
}

/* Menu open overlay */
.menu-open-overlay-block .field__item{
    margin: 0;
}


/* How Can We Help block */
.how-we-can-help-block{
    text-align: center;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    margin: 20px 0 0 0;
}
.how-we-can-help-block .field--name-field-paragraphs > .field__item{
    margin: 0;
}
.how-we-can-help-block h2{
    font-family: 'Amaranth';
    font-size: 25px;
    font-weight: normal;
    color: #0b305d;
    margin: 5px 0 20px 0;
    opacity: 0;
    animation-name: how-can-we-help-entrance;
    animation-duration: 0.5s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    display: none;
}
.how-we-can-help-block h2 i{
    margin-left: 10px;

    animation-name: leaf-pulse;
    animation-delay: 1s;
    animation-iteration-count: 2;
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

@keyframes leaf-pulse{
    0% { transform: scale(1); }
    50% { transform: scale(0.9); }
    100% { transform: scale(1); }
}


.how-we-can-help-block h3{
    font-size: 15px;
    font-weight: bold;
    color: #0b305d;
    margin: 5px 0 20px 0;
    text-transform: capitalize;
    opacity: 0;
    
    animation-name: how-can-we-help-entrance;
    animation-duration: 0.5s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
}
.how-we-can-help-block h3:after{
    content: "";
    width: 200px;
    height: 4px;
    background: #e3a70b;
    display: block;
    margin: 10px auto;
}

@keyframes how-can-we-help-entrance{
    0% { transform: translateY(-20px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; }
}


.how-we-can-help-block .audience-links ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.how-we-can-help-block .audience-links ul li{
    width: 48%;
    padding: 0;
}

@media(max-width:450px){
/*************************************************************/

    .how-we-can-help-block .audience-links ul li{
        width: 100%;
    }

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

.how-we-can-help-block .audience-links ul li a{
    background: #FFFFFF;
    display: block;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    text-align: left;
    color: #0b305d;
    border: 1px solid #0b305d;
    line-height: 17px;
    position: relative;
    min-height: 55px;
}
.how-we-can-help-block .audience-links ul li a:before{
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: #354b84;
    width: 0;
    height: 100%;
    transition: width 0.3s ease-out;
}
.how-we-can-help-block .audience-links ul li:hover a:before{
    width: 100%;
}
.how-we-can-help-block .audience-links ul li .title{
    width: 80%;
    position: relative;
    z-index: 10;
    transition: color 0.4s ease-out;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.how-we-can-help-block .audience-links ul li:hover .title{
    color: #FFFFFF;
}
.how-we-can-help-block .audience-links ul li .title strong{
    display: block;
}
.how-we-can-help-block .audience-links ul li .icon{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.how-we-can-help-block .audience-links ul li .icon i{
    font-size: 25px;
    position: relative;
    z-index: 10;
    transition: color 0.4s ease-out;
}
.how-we-can-help-block .audience-links ul li:hover .icon i{
    color: #e3a70b;
}

/* Audience links block */
/* .audience-links-block{
    width: 50%;
    display: flex;
    padding: 0 3%;
    background: #FFFFFF;
}
.audience-links-block .content{
    width: 100%;
}
.audience-links-block .field--name-field-icon-box-items{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
.audience-links-block .field--name-field-icon-box-img img{
    height: 80px;
    width: auto;
    object-fit: contain;
}
.audience-links-block .paragraph--type--icon-box-item .field--name-field-icon-box-title a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s ease-out;
}
.audience-links-block .paragraph--type--icon-box-item .field--name-field-icon-box-title a:hover{
    color: #22335d;
} */

/* Hebahan header */
.hebahan-header-block{
    width: 100%;
    padding: 20px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hebahan-header-block .field--name-field-rich-text a{
    background: #354b84;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
}
.hebahan-header-block .paragraph--type--rich-text h2{
    padding-left: 0;
}
.hebahan-header-block .paragraph--type--rich-text h2:before{
    display: none;
}
.hebahan-header-block p.more-link{
    text-align: center;
}
.hebahan-header-block p.more-link a{
    margin-top: 30px;
    border-radius: 7px;
}

/* Announcement / Hebahan / Notice (featured block) */
.announcement-block{
    width: 100%;
    padding: 3% 5%;
}
.view-announcement.featured .views-row{
    position: relative;
}
.view-announcement.featured .views-field-field-cover-image{
    padding: 10px;
    text-align: center;
}
.view-announcement.featured .views-field-field-cover-image img{
    border-radius: 10px;
    height: 350px;
    width: auto;
    object-fit: contain;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    margin: 0 auto;
}
.view-announcement.featured .views-field-title{
    visibility: hidden;
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: bold;
}

    @media(max-width:350px){
    /*************************************************************/
    .view-announcement.featured .views-field-field-cover-image img{
        height: auto;
        width: 100%;
        box-shadow: none;
    }
    /*************************************************************/
    }

.view-announcement.featured .views-field-edit-node{
    position: absolute;
    top: 0;
    right: 10px;
    height: 10px;
    z-index: 100;
}

/* Announcement / Hebahan / Notice (listing) */
.view-announcement.listing .view-content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.view-announcement.listing .view-content ul li{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px;
    margin: 0 0 20px 0;
}
.view-announcement.listing .view-content ul li .views-field-edit-node{
    position: absolute;
    top: 0;
    right: 0;
}
.view-announcement.listing .view-content ul li .views-field-edit-node a{
    border-radius: 5px 0 5px 5px;
}
.view-announcement.listing .view-content ul li .views-field-field-cover-image{
   
}
.view-announcement.listing .view-content ul li .views-field-field-cover-image img{
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.view-announcement.listing .view-content ul li .views-field-title{
    margin-top: 20px;
}
.view-announcement.listing .view-content ul li .views-field-title h2{
    font-weight: bold;
    font-size: 16px;
}

/* Feature boxes */
.feature-box-block{
    margin: 0 auto;
    flex-basis: 100%;
}
.view-feature-box{
    margin: 0 auto;
    text-align: center;
}
.view-feature-box .view-content{

}
.view-feature-box .views-view-responsive-grid__item:first-child{ grid-area: one; }
.view-feature-box .views-view-responsive-grid__item:nth-child(2){ grid-area: two; }
.view-feature-box .views-view-responsive-grid__item:nth-child(3){ grid-area: three; }
.view-feature-box .views-view-responsive-grid__item:nth-child(4){ grid-area: four; }
.view-feature-box .views-view-responsive-grid__item:nth-child(5){ grid-area: five; }
.view-feature-box .views-view-responsive-grid__item:nth-child(6){ grid-area: six; }
.view-feature-box .views-view-responsive-grid__item:nth-child(7){ grid-area: seven; }
.view-feature-box .views-view-responsive-grid__item:nth-child(8){ grid-area: eight; }
.view-feature-box .views-view-responsive-grid__item:nth-child(9){ grid-area: nine; }

.view-feature-box .views-view-responsive-grid__item{
    /* width: 260px; */
    width: 100%;
    min-width: 241px;
    height: 185px;
    background: #22335e;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
/* .view-feature-box .views-view-responsive-grid__item:nth-child(3){
    width: 425px;
    height: 380px;
} */

.view-feature-box .views-view-responsive-grid--horizontal{
    display: flex;
    flex-direction: column;
}

    @media(max-width:768px){
    /*************************************************************/

    /* .view-feature-box .views-view-responsive-grid--horizontal{
        grid-template-areas: 
        "one two "
        "three three" 
        "four five"
        "six seven"
        "eight nine";
    } */

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

.view-feature-box .views-view-responsive-grid__item-inner h2{
    color: #FFFFFF;
    position: absolute;
    bottom: 12%;
    left: 7%;
    width: 60%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 30;
}
.view-feature-box .views-view-responsive-grid__item:nth-child(3) .views-view-responsive-grid__item-inner h2{
    bottom: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}
.view-feature-box .views-view-responsive-grid__item-inner h2:before{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #d4b775;
    position: relative;
    top: -10px;
    transition: width 0.3s ease-out;
}
.view-feature-box .views-view-responsive-grid__item-inner:hover h2:before{
    width: 60px;
}
.view-feature-box .views-view-responsive-grid__item:nth-child(3) .views-view-responsive-grid__item-inner h2:before{
    margin: 0 auto;
}
.view-feature-box .views-view-responsive-grid__item img{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: transform 0.3s ease-out;
}
.view-feature-box .views-view-responsive-grid__item:hover img{
    transform: scale(1.2);
}
.view-feature-box .views-view-responsive-grid__item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.view-feature-box .views-view-responsive-grid__item .overlay.yellow{
    background: rgba(185, 137, 6, 0.5);
}
.view-feature-box .views-view-responsive-grid__item .overlay.blue{
    background: rgba(34, 51, 93, 0.5);
}

.view-feature-box .views-view-responsive-grid__item .views-field-edit-node{
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 50;
}
.view-feature-box .views-view-responsive-grid__item .views-field-edit-node a{
    border-radius: 0 7px 0 7px;
}
.view-feature-box .views-view-responsive-grid__item-inner .link{
    
}
.view-feature-box .views-view-responsive-grid__item-inner .link a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    
    z-index: 50;
}
.view-feature-box .views-view-responsive-grid__item-inner .link a span{
    visibility: hidden;
}

/* City deco */
.city-deco-block .field__item{
    margin: 0;
}


/* Inner banner */
.inner-banner{
    position: relative;
    height: 347px;
    overflow: hidden;
    display: none;
}
body.path-frontpage .inner-banner{
    display: none;
}

/* Inner banner (uploaded by user)  */
.inner-banner-block{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 347px;
    overflow: hidden;
}
.inner-banner-block .views-field-field-page-banner img{
    object-fit: cover;
    height: 347px;
    width: 100%;
}

/* Inner banner default */
.inner-banner-default-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 347px;
    overflow: hidden;
}
.inner-banner-default-block img{
    object-fit: cover;
    height: 347px;
    width: 100%;
}

/* Pre-content */
.pre-content {
    max-width: 1320px;
}

/* Page */
body #page, body #main-wrapper{
    background: none;
} 
body:not(.path-frontpage) #main-wrapper{
    background: #f8f8f8;
    padding: 0;
}
#main.container-fluid{
    padding: 0;
}

/* Sidebar */
.sidebar.sidebar_first{
    margin-right: 50px;
}

/* Sidebar menu */
.sidebar .sidebar-menu-block.block{
    background: #FFFFFF;
    border: 0;
    border-top: 10px solid #344686;
    padding: 15px 10px;
}
.sidebar-menu-block ul.nav{
    margin: 0;
    padding: 0;
    display: block;
}
.sidebar-menu-block ul.nav li{
    margin: 0;
    padding: 0;
}
.sidebar-menu-block ul.nav li > a,
.sidebar-menu-block ul.nav li > span{
    color: #33467e;
    padding: 10px 30px;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    position: relative;
}
.sidebar-menu-block ul.nav li a.active:before,
.sidebar-menu-block ul.nav li span.active:before{
    content: "";
    width: 5px;
    height: 100%;
    background: #dab475;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
    .sidebar-menu-block ul.nav li li a.active:before,
    .sidebar-menu-block ul.nav li li span.active:before{
        display: none;
    }
.sidebar-menu-block ul.nav li:last-child a,
.sidebar-menu-block ul.nav li:last-child span{
    border-bottom: 0;
}
.sidebar-menu-block .dropdown-toggle{
    white-space: normal;
}
.sidebar-menu-block .dropdown-toggle::after{
    position: absolute;
    right: 0;
}
.sidebar-menu-block .dropdown-menu{
    position: relative !important;
    transform: translate(0) !important;
    border-radius: 0;
    border: 0;
    background: #EEEEEE;
    /* padding: 0 0 0 20px; */
}
.sidebar-menu-block ul ul.dropdown-menu li.dropdown-item a,
.sidebar-menu-block ul ul.dropdown-menu li.dropdown-item span{
    display: block;
    white-space: normal;
    font-size: 14px;
}
.sidebar-menu-block .dropdown-item.active, 
.sidebar-menu-block .dropdown-item:active{
    background: none;
    color: #000000;
}
.sidebar-menu-block .nav-item .dropdown-item a.active{
    color: #333333;
}

/* Main content */
body:not(.path-frontpage) .main-content{
    background: #FFFFFF;
    padding: 5%;
}

/* Latest news */
/* Featured (block) */
.latest-news-block{
    width: 100%;
    margin: 0 auto;
    background: #f3f0eb;
    padding: 50px 5% 160px 5%;
    position: relative;
}
.latest-news-block:after{
    content: "";
    background: #374785;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 10;
}
.latest-news-block h2.block-title{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    position: relative;
    z-index: 20;
    text-align: center;
}
.view-news-events.featured .view-content{
    position: relative;
    z-index: 50;
}
/* .view-news-events.featured .view-content ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    z-index: 20;
}
.view-news-events.featured .view-content ul li{
    width: 100%;
    position: relative;
    background: #FFFFFF;
    padding: 30px;
    border: 1px solid #354b84;
    margin-bottom: 20px;
    overflow: hidden;
} */
.view-news-events.featured .view-content .views-row{
    position: relative;
    border: 1px solid #374785;
    margin: 0 10px;
    background: #FFFFFF;
    border-radius: 11px;
}
.view-news-events.featured .view-content .views-field-field-cover-image{
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.view-news-events.featured .view-content .views-field-field-cover-image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-out;
    
}
.view-news-events.featured .view-content .views-row:hover .views-field-field-cover-image img{
    transform: scale(1.2);
}
.view-news-events.featured .image-container{
    
}
.view-news-events.featured .image-container .vector-first-layer{
    background: url(../images/news-deco-svg-01.png) 0 100% no-repeat;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    /* margin-left: -20px; */
    /* margin-right: -20px; */
}
.view-news-events.featured .image-container .vector-second-layer{
    background: url(../images/news-deco-svg-02.png) 0 100% no-repeat;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    /* margin-left: -20px; */
    /* margin-right: -20px; */
}
.view-news-events.featured .view-content .views-field-title{
    margin: 0 0 0 0;
    text-align: left;
    text-align-last: left;
    background: #FFFFFF;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 125px; */
}
.view-news-events.featured .view-content .views-field-title h2{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #22365b;
}
.view-news-events.featured .view-content .date-container{
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    padding: 10px 10px;
    text-align: center;
    border-radius: 10px;
    z-index: 10;
    /* display: none; */
}
    .view-news-events.featured .view-content .date-container .day{
        font-size: 27px;
        font-weight: bold;
    }
    .view-news-events.featured .view-content .date-container .month{
        font-size: 15px;
        font-weight: bold;  
        text-transform: uppercase;
    }
    .view-news-events.featured .view-content .date-container .year{
        font-size: 14px;
        font-weight: bold;
        background: #354b84;
        color: white;
        margin: 0 -10px -10px -10px;
        border-radius: 0 0 7px 9px;
    }

    .view-news-events.featured .views-field-edit-node{
        position: absolute;
        top: 3px;
        right: 3px;
    }
    .view-news-events.featured .views-field-edit-node a{
        border-radius: 0 7px 0 7px;
    }

    .view-news-events.featured .view-content .more-link{
        text-align: center;
        padding: 10px 10px 30px 10px;
    }
    .view-news-events.featured .view-content .more-link a{
        display: inline-block;
        text-transform: uppercase;
        background: #354b84;
        padding: 10px 20px;
        color: #FFFFFF;
        font-size: 12px;
        border-radius: 7px;
        position: relative;
    }
    .view-news-events.featured .view-content .more-link a:hover{
        color: #000000;
    }
    .view-news-events.featured .view-content .more-link a:before{
        content: "";
        background: #E4A806;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 7px;
        transition: width 0.3s ease;
    }
    .view-news-events.featured .view-content .more-link a:hover:before{
        width: 100%;
    }
    .view-news-events.featured .view-content .more-link a:hover:after{
        color: #000000;
    }
    .view-news-events.featured .view-content .more-link a span{
        position: relative;
        z-index: 10;
    }
    .view-news-events.featured .view-content .more-link a i{
        margin-left: 10px;
        position: relative;
        z-index: 10;
    }
    .view-news-events.featured .view-header{
        position: relative;
        z-index: 50;
        width: 100%;
        text-align: right;
        
    }
    .view-news-events.featured .view-header a{
        color: #272f5d;
        text-transform: uppercase;
        background: #d7b576;
        border: 0;
        margin: 20px 0;
        position: relative;
        top: 0;
        font-weight: bold;
        border-radius: 7px;
        overflow: hidden;
    }
    .view-news-events.featured .view-header a span{
        position: relative;
        z-index: 20;
    }
    .view-news-events.featured .view-header a:after{
        content: "";
        width: 0;
        height: 100%;
        background: #FFFFFF;
        position: absolute;
        z-index: 10;
        display: block;
        top: 0;
        left: 0;
        transition: width 0.3s ease-out;
        border-radius: 7px;
    }
    .view-news-events.featured .view-header a:hover:after{
        width: 100%;
    }
    .view-news-events.featured .arrow-left{
        top: unset;
        left: 30%;
        bottom: -20%;
    }
    .view-news-events.featured .arrow-right{
        right: 30%;
        top: unset;
        bottom: -20%;
    }
    
/* Latest news (listing) */
.view-news-events.listing{

}
.view-news-events.listing .view-content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.view-news-events.listing .view-content ul li{
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: background 0.3s ease-out;
}
/* .view-news-events.listing .view-content ul li:hover{
    background: #344686;
    color: #FFFFFF;
} */
.view-news-events.listing .view-content ul li .news-container{
    /* display: flex;
    flex-direction: row; */
}
.view-news-events.listing .view-content ul li .news-container .cover{
    
}
.view-news-events.listing .view-content ul li .news-container .cover img{
    object-fit: cover;
    width: 100%;
    height: 200px;
}
.view-news-events.listing .view-content ul li .news-container .news-details{
    padding: 20px 20px;
    /* min-height: 200px; */
}
.view-news-events.listing .view-content ul li .news-container .news-title{

}
.view-news-events.listing .view-content ul li .news-container .news-title a{
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #000000;
    transition: color 0.2s ease-out;
}
    /* .view-news-events.listing .view-content ul li:hover .news-container .news-title a{
        color: rgba(255,255,255,0.85);
    } */
.view-news-events.listing .view-content ul li .date{
    color: #344686;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    margin: 10px 0 20px 0;
    transition: color 0.2s ease-out;
}
/* .view-news-events.listing .view-content ul li:hover .date{
    color: rgba(255,255,255,0.85);    
} */
.view-news-events.listing .view-content ul li .date:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f073";
    margin-right: 10px;
    color: #344686;
    font-weight: bold;
    transition: color 0.2s ease-out;
}
    /* .view-news-events.listing .view-content ul li:hover .date:before{
        color: rgba(255,255,255,0.85);
    } */
.view-news-events.listing .view-content ul li .news-container .location{
    margin: 20px 0;
}
.view-news-events.listing .view-content ul li .news-container .location:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f276";
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
    transition: color 0.2s ease-out;
}
    /* .view-news-events.listing .view-content ul li:hover .news-container .location:before{
        color: rgba(255,255,255,0.85);
    } */
.view-news-events.listing .view-content .upcoming{
    position: absolute;
    top: 10%;
    right: 0;
    display: inline-block;
    padding: 5px 10px;
    background: #000000;
    color: #FFFFFF;
}
.view-news-events.listing .view-grouping-content h3{
    /* background: #CCCCCC; */
    display: inline-block;
    /* padding: 10px; */
    color: #333333;
    /* border: 1px solid #333333; */
    text-transform: uppercase;
}
.view-news-events.listing .view-content  .views-field-edit-node{
    position: absolute;
    top: 2px;
    right: 2px;
}
.view-news-events.listing .view-content  .views-field-edit-node a{
    border-radius: 5px 0 5px 5px;
}

/* News (individual) */
.view-news-events.individual .news-container{

}
.view-news-events.individual .view-content .description{
}
.view-news-events.individual .view-content .news-meta{
    display: flex;
    flex-direction: row;
    margin: 30px 0;
    padding-bottom: 30px;
}
.view-news-events.individual .view-content .news-meta .news-meta-item{
    margin: 0 30px 0 0;
}
.view-news-events.individual .view-content .news-meta .news-date{
    font-size: 15px;
}
    .view-news-events.individual .view-content .news-meta .news-date i{
        margin-right: 0;
        /* border: 1px solid #354b84; */
        border-radius: 5px;
        padding: 5px 5px;
        /* background: #354b84; */
        color: #354b84;
    }
    .view-news-events.individual .view-content .news-meta .news-date span{
        
    }
    .view-news-events.individual .view-content .news-meta i{
        margin-right: 0;
        /* border: 1px solid #354b84; */
        border-radius: 5px;
        padding: 5px 5px;
        /* background: #354b84; */
        color: #354b84;
        font-weight: b;
    }


/* News node */
body.node--type-news .main-content{
    /* width: 70%; */
    flex: none;
    margin: 0 auto;
}
body.node--type-news h1.title{
    text-align: center;
}
body.node--type-news .node__content .field--name-field-cover-image{
    text-align: center;
    float: none;
    margin: 20px 0;
}
body.node--type-news .node__content .field--name-field-cover-image img{
    object-fit: contain;
    width: auto;
    /* width: 80%; */
    height: auto;
}
body.node--type-news .node__content .field--name-field-date-start{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
}
body.node--type-news .node__content .field--name-field-rich-text{
    text-align: justify;
    text-align-last: left;
}
body.node--type-news .node__content .field--name-field-body h2{
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
    color: #5551FF;
    margin: 0 0 20px 0;
}

/* Kalendar Acara (listing) */
.view-events.listing .view-content{
    display: block;
}
.view-events.listing .view-content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
    padding: 0;
}
.view-events.listing .view-content ul li{
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.view-events.listing .view-content ul li .event-container{

}
.view-events.listing .view-content ul li .event-container .event-details a{
    color: #333333;
}
.view-events.listing .view-content ul li .event-container .event-details{
    padding: 20px;
}
.view-events.listing .view-content ul li .event-container .event-details .date-time{
    margin: 10px 0 20px 0;
}
.view-events.listing .view-content ul li .event-container .event-details .date-time:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f073";
    margin-right: 10px;
    color: #344686;
    font-weight: bold;
}
.view-events.listing .view-content ul li .event-container .event-details .date-time .date {
    color: #344686;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.1em;
}
.view-events.listing .view-content ul li .event-container .event-details .event-title{
    text-transform: capitalize;
    /* font-size: 14px;
    line-height: 20px; */
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #000000;
}
.view-events.listing .view-content ul li .event-container .event-details .location{
    margin: 10px 0;
    color: #333333;
    /* font-size: 14px;
    line-height: 16px; */
    display: flex;
    flex-wrap: nowrap;
    font-weight: 400;
}
.view-events.listing .view-content ul li .event-container .event-details .location:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f276";
    margin-right: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}
.view-events.listing .view-content ul li .event-container .time-container{
    margin: 10px 0;
    color: #333333;
    /* font-size: 14px;
    line-height: 16px; */
    display: flex;
    flex-wrap: nowrap;
    font-weight: 400;
}
.view-events.listing .view-content ul li .event-container .time-container:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f017";
    margin-right: 10px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
.view-events.listing .view-content ul li .event-container .event-cover img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 200px;
}
.view-events.listing .view-content ul li .views-field-edit-node{
    position: absolute;
    top: 3px;
    right: 3px;
}
.view-events.listing .view-content ul li .views-field-edit-node a{
    border-radius: 5px 0 5px 5px;
}

/* Kalendar Acara (individual) */
.view-events.individual .event-container{

}
.view-events.individual .view-content .description{
}
.view-events.individual .view-content .event-meta{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px 0;
    padding-bottom: 30px;
}
.view-events.individual .view-content .event-meta .event-meta-item{
    margin: 0 30px 10px 0;
}
.view-events.individual .view-content .event-meta .event-date{
    font-size: 15px;
}
    .view-events.individual .view-content .event-meta .event-date i{
        margin-right: 0;
        /* border: 1px solid #354b84; */
        border-radius: 5px;
        padding: 5px 5px;
        /* background: #354b84; */
        color: #354b84;
    }
    .view-events.individual .view-content .event-meta .event-date span{
        
    }
.view-events.individual .view-content .event-meta .event-location{
    font-size: 15px;
}
    .view-events.individual .view-content .event-meta i{
        margin-right: 0;
        /* border: 1px solid #354b84; */
        border-radius: 5px;
        padding: 5px 5px;
        /* background: #354b84; */
        color: #354b84;
        /* font-weight: bold; */
    }
    .view-events.individual .view-content .event-meta .event-location span{

    }
    .view-events.individual .view-content .categories{

    }
    .view-events.individual .view-content .categories ul{
        display: flex;
        flex-direction: row;
        position: relative;
        top: -5px;
    }
    .view-events.individual .view-content .categories ul li{
        display: block;
        border: 0;
    }
    .view-events.individual .view-content .categories ul li span{
        display: inline-block;
        padding: 5px 10px;
        border-radius: 5px;
        background: #EEEEEE;
        border: 1px solid #CCCCCC;
    }

/* View downloads */
.view-downloads .row{
    flex-direction: column;
}
.view-downloads table{
    caption-side: top;
    font-size: 20px;
    font-weight: bold;
}
.view-downloads .view-content table caption{
    color: #333333;
    cursor: pointer;
}
.view-downloads .view-content table caption:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0d8";
    cursor: pointer;
    margin-right: 10px;
    font-size: 13px;
}
.view-downloads .view-content table caption.hide:before{
    content: "\f0d7";
}
.view-downloads .view-content .table caption .term-name{
    font-size: 20px;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.view-downloads .view-content .table caption .term-edit{
    font-size: 15px;
}
.view-downloads .view-content .table caption .term-description{
    font-size: 14px;
    display: block;
    margin-top: 10px;
    text-align: justify;
    line-height: 17px;
    padding-left: 23px;
}
.view-downloads .view-content .table caption .term-description.hide{
    display: none;
}
.view-downloads .view-content thead.hide,
.view-downloads .view-content tbody.hide{
    display: none;
}
.view-downloads td h2{
    font-size: 15px;
}

.view-downloads .views-field-nothing-1{
    text-align: center;
    /* width: 20%; */
}
.view-downloads .views-field-edit-node{
    width: 5%;
    text-align: center;
}

    /* box mode */
    .view-downloads.box-mode ul{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .view-downloads.box-mode ul li{
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid #CCCCCC;
        border-radius: 10px;
        margin: 10px 10px;
        padding: 30px 20px;
        position: relative;
        background: #EEEEEE;
        transition: background 0.3s ease-out, color 0.2s ease-out, border 0.2s ease-out;
    }
    .view-downloads.box-mode ul li:hover{
        background: #374785;
        color: #FFFFFF;
        border: 1px solid #374785;
    }
    .view-downloads.box-mode .download-button a{
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .view-downloads.box-mode .download-button a span{
        visibility: hidden;
    }
    .view-downloads.box-mode ul li .views-field-edit-node{
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
    .view-downloads.box-mode ul li .views-field-edit-node a{
        border-radius: 0 10px 0 10px;
    }
    .view-downloads.box-mode ul li .views-field-title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
    }
    .view-downloads.box-mode h3{
        font-size: 28px;
        color: #374785;
    }
    .view-downloads.box-mode .term-description{
        font-size: 15px;
        color: #000000;
        display: block;
        margin: 10px 0;
    }
    .view-downloads.box-mode .term-edit a{
        color: black;
        font-size: 12px;
        background: gold;
        font-weight: normal;
        padding: 4px;
    }

/* Sidebar search */
.sidebar-search-block.block{
    background: #FFFFFF !important;
}
.sidebar-search-block h2.block-title{
    font-weight: bold;
    color: #1b3f73;
    border: 0;
}
.sidebar-search-block .bef-links ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.sidebar-search-block .bef-links ul li{
    margin: 0 3px 3px 0;
    padding: 0;
    list-style: none;
    border: 1px solid #CCCCCC;
    /* background: #EEEEEE; */
    flex-grow: 1;
    text-align: center;
}
.sidebar-search-block .bef-links ul li a{
    display: block;
    padding: 10px 10px;
    color: #333333;
    font-size: 12px;
    transition: background 0.3s ease-out, color 0.2s ease-out;
}
.sidebar-search-block .bef-links ul li a:hover{
    background: #CCCCCC;
    color: #333333;
}
.sidebar-search-block input[type="text"]{
    border-radius: 0;
    border: 1px solid #CCCCCC;
    width: calc(100% - 3px); 

}
.sidebar-search-block label{
    font-weight: bold;
    font-size: 13px;
}

/* Photo gallery */
/* listing */
/* .view-photo-gallery.listing .view-content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.view-photo-gallery.listing .view-content ul li{
    width: 100%;
    position: relative;
    margin: 5px 5px 10px 5px;
    padding: 0;
}
.view-photo-gallery.listing .view-content ul li .album-container{

}
.view-photo-gallery.listing .view-content ul li .album-container .cover{

}
.view-photo-gallery.listing .view-content ul li .album-container .cover img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.view-photo-gallery.listing .view-content ul li .album-container .title{
    margin: 10px 0 0 0;
    font-weight: bold;
}
.view-photo-gallery.listing .view-content ul li .album-container .date-container{
    border: 1px solid #000000;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    padding: 10px 10px;
    text-align: center;
}
    .view-photo-gallery.listing .view-content ul li .album-container .date-container .day{
        font-size: 27px;
        font-weight: bold;
    }
    .view-photo-gallery.listing .view-content ul li .album-container .date-container .month{
        font-size: 15px;
        font-weight: bold;  
        text-transform: uppercase;
    }
    .view-photo-gallery.listing .view-content ul li .album-container .date-container .year{
        font-size: 14px;
        font-weight: bold;
    }
    .view-photo-gallery.listing .view-content ul li .album-container .link a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .view-photo-gallery.listing .view-content ul li .album-container .link a span{
        display: none;
    }
    .view-photo-gallery.listing .view-content ul li .views-field-edit-node{
        position: absolute;
        top: 5px;
        right: 10px;
    } */

    /* grid test */
    .view-photo-gallery.grid .views-view-responsive-grid__item.album-1{grid-area: one;}
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(2){grid-area: two;}
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(3){grid-area: three;}
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(4){grid-area: four;}    
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(5){grid-area: five;}
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(6){grid-area: six;}
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(7){grid-area: seven;}
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(8){grid-area: eight;}
    .view-photo-gallery.grid .views-view-responsive-grid__item:nth-child(9){grid-area: nine;
    }

    .view-photo-gallery.grid .views-view-responsive-grid--horizontal.album-1{
        grid-template-areas: 
        "one one one"        
        "two two two"
        "three three three"
        "four four four"
        "five five five"
        "six six six"
        "seven seven seven" 
        "eight eight eight"
        "nine nine nine";
        grid-gap: 10px;
    }
    .view-photo-gallery.grid .views-view-responsive-grid--horizontal:not(.album-1){
        grid-template-areas: 
        "one one one"        
        "two two two"
        "three three three"
        "four four four"
        "five five five"
        "six six six"
        "seven seven seven" 
        "eight eight eight"
        "nine nine nine";
        grid-gap: 10px;
    }


    /* .view-photo-gallery.grid .views-view-responsive-grid--horizontal.album-1{
        grid-template-areas: 
        "one one two"
        "one one three"
        "four five six"
        "seven eight nine";
        grid-gap: 10px;
    }
    .view-photo-gallery.grid .views-view-responsive-grid--horizontal:not(.album-1){
        grid-template-areas: 
        "one two three"
        "four five six"
        "seven eight nine";
        grid-gap: 10px;
    } */
    .view-photo-gallery.grid .views-view-responsive-grid__item{
        position: relative;
        overflow: hidden;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .cover{
        /* margin-bottom: 10px; */
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .cover img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: filter 1s ease, transform 1s ease;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item:hover .album-container .cover img{
        filter: blur(3px);
        transform: scale(1.1);
    }
    
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .title{
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.4);
        padding: 20px 20px;
        color: #FFFFFF;
        width: 100%;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .title span{
        position: relative;
        z-index: 10;
    }

    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .title:after{
        content: "";
        background: #374785;
        width: 0;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        transition: width 0.3s ease-out;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item:hover .album-container .title:after{
        width: 100%;
    }

    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .title h2{
        margin: 0;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .link{
        /* display: none; */
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .link a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 30;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .link a span{
        display: none;
    }
    .view-photo-gallery.grid .pagination{
        margin-top: 20px;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container .overlay{
        background: none;
        transition: background 0.3s ease-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .view-photo-gallery.grid .views-view-responsive-grid__item .album-container:hover .overlay{
        background: rgb(55, 71, 133, 0.4);
    }
    .view-photo-gallery.grid .views-field-edit-node{
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 50;
    }
    .view-photo-gallery.grid .views-field-edit-node a{
        border-radius: 5px 0 5px 5px;
    }

/* Photo gallery (individual) */
.view-photo-gallery.individual .view-content{

}
.view-photo-gallery.individual .view-content .album-container{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.view-photo-gallery.individual .view-content .album-container .photos{

}
.view-photo-gallery.individual .view-content .album-container .photos ul.list-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
} 
.view-photo-gallery.individual .view-content .album-container .photos ul.list-group li{
    margin: 2px;
    padding: 0;
    border: 0;
}
.view-photo-gallery.individual .view-content .album-container .photos ul.list-group li img{
    
}
.view-photo-gallery.individual .view-content .album-container .details .date{
        font-size: 18px;
        margin: 30px 0;
}
.view-photo-gallery.individual .view-content .album-container .details .date:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f783";
    font-size: 20px;
    color: #354b84;
    margin-right: 10px;
}
.view-photo-gallery.individual .view-content .album-container .details h2{
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
}
.view-photo-gallery.individual .view-content .album-container .details .description{
    
}
.view-photo-gallery.individual .view-content .event-meta{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
    padding-bottom: 30px;
}
.view-photo-gallery.individual .view-content .event-meta .event-meta-item{
    margin: 0 30px 10px 0;
}
.view-photo-gallery.individual .view-content .event-meta .event-date{
    font-size: 15px;
}
.view-photo-gallery.individual .view-content .event-meta .event-date i{
        margin-right: 0;
        /* border: 1px solid #354b84; */
        border-radius: 5px;
        padding: 5px 5px;
        /* background: #354b84; */
        color: #354b84;
    }
    .view-photo-gallery.individual .view-content .event-meta .event-date span{
        
    }
    .view-photo-gallery.individual .view-content .event-meta i{
        margin-right: 0;
        /* border: 1px solid #354b84; */
        border-radius: 5px;
        padding: 5px 5px;
        /* background: #354b84; */
        color: #354b84;
        font-weight: bold;
    }
    .view-photo-gallery.individual .view-content .categories{

    }
    .view-photo-gallery.individual .view-content .categories ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        top: -5px;
    }
    .view-photo-gallery.individual .view-content .categories ul li{
        display: block;
        border: 0;
        flex-grow: 2;
        margin: 1px 1px;
        padding: 0;
    }
    .view-photo-gallery.individual .view-content .categories ul li span{
        display: inline-block;
        padding: 5px 10px;
        border-radius: 5px;
        background: #EEEEEE;
        border: 1px solid #CCCCCC;
        width: 100%;
    }

/* Tender */
.view-tender .views-field-field-tender-expiry-date{
    text-align: center;
}
.view-tender .views-field-nothing-1{
    text-align: center;
}
.view-tender .views-field-field-tender-no{
    width: 15%;
}
.view-tender .views-field-nothing-1{
    width: 18%;
}
.view-tender .views-field-field-tender-expiry-date{
    width: 18%;
}
/* .view-tender .download-button{

} 
.view-tender .download-button a{
    display: inline-block;
    background: #CCCCCC;
    border: 1px solid #000000;
    padding: 10px 20px;
    color: #000000;
}  */
.view-tender .views-field-edit-node{
    text-align: center;
    width: 5%;
}

.view .download-button a{
    display: inline-block;
    background: #354b84;
    color: #FFFFFF;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: normal;
}

/* Quotation */
.view-sebut-harga .views-field-field-quotation-expiry-date{
    text-align: center;
}
.view-sebut-harga .views-field-nothing-1{
    text-align: center;
} 
/* .view-sebut-harga .download-button a{
    display: inline-block;
    background: #CCCCCC;
    border: 1px solid #000000;
    padding: 10px 20px;
    color: #000000;
}  */
.view-sebut-harga .views-field-edit-node{
    text-align: center;
    width: 5%;
}

/* Views date container (general styling) */
/* .view .date-container{
    border: 1px solid #000000;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffc700;
    padding: 10px 10px;
    text-align: center;
}
    .view .date-container .day{
        font-size: 27px;
        font-weight: bold;
    }
    .view .date-container .month{
        font-size: 15px;
        font-weight: bold;  
        text-transform: uppercase;
    }
    .view .date-container .year{
        font-size: 14px;
        font-weight: bold;
    } */

/* E-Bulletin */
.view-e-buletin-inovasi .view-content h2,
.view-e-buletin-dbkk .view-content h2{
    font-size: 16px;
}
.view-e-buletin-inovasi .view-content h3,
.view-e-buletin-dbkk .view-content h3{
    font-size: 27px;
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.view-e-buletin-inovasi .view-content ul,
.view-e-buletin-dbkk .view-content ul{
    display: flex;
    flex-wrap: wrap;
}
.view-e-buletin-inovasi .view-content ul li,
.view-e-buletin-dbkk .view-content ul li{
    width: 100%;
    padding: 30px 20px;
    background: #FFFFFF;
    margin: 0 20px 50px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 7px;
}
.view-e-buletin-inovasi .view-content ul li .views-field-title,
.view-e-buletin-dbkk .view-content ul li .views-field-title{
    margin-right: 10px;
    padding-bottom: 40px;
}
.view-e-buletin-inovasi .view-content ul li .download-link,
.view-e-buletin-dbkk .view-content ul li .download-link{
    position: absolute;
    bottom: 0;
    right: 0;
}
.view-e-buletin-inovasi .view-content ul li .download-link a,
.view-e-buletin-dbkk .view-content ul li .download-link a{
    display: inline-block;
    padding: 10px 20px;
    background: #344686;
    border: 1px solid #344686;
    color: #FFFFFF;
    border-radius: 5px 0 0 0;
    transition: background 0.3s ease-out, color 0.2s ease-out, border 0.3s ease-out;
}
.view-e-buletin-inovasi .view-content ul li:hover .download-link a,
.view-e-buletin-dbkk .view-content ul li:hover .download-link a{
    background: #dab475;
    color: #000000;
    border: 1px solid #dab475;
}
.view-e-buletin-inovasi .view-content ul li .views-field-edit-node,
.view-e-buletin-dbkk .view-content ul li .views-field-edit-node{
    position: absolute;
    top: 2px;
    right: 2px;
}
.view-e-buletin-inovasi .view-content ul li .views-field-edit-node a,
.view-e-buletin-dbkk .view-content ul li .views-field-edit-node a{
    border-radius: 0 7px 0 5px;
}

/* Pekeliling */
.view-circular-and-guideline .view-content{
    flex-direction: column;
}
.view-circular-and-guideline .view-content .table caption{
    caption-side: top;
    font-size: 1.41em;
    /* font-size: 20px; */
    font-weight: bold;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Related agency */
.site-footer .related-agency-block.block{
    width: 85%;
    margin: 0 auto;
}
.related-agency-block .paragraph--type--image-slider-multiple .field--name-field-slider-image img{
    object-fit: contain;
    width: auto;
    height: 80px;
    margin: 0 auto;
}
.related-agency-block .arrow-left,
.related-agency-block .arrow-right{
    height: 30px;
    color: #FFFFFF;
}

.related-agency-block .view-content{
    display: flex;
    flex-direction: row;
}
.related-agency-block .views-row{
    width: auto;
}
.related-agency-block .views-row .logo-container{
    height: 100%;
}
.related-agency-block .views-row .logo-container .wrapper{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.related-agency-block .views-row .logo-container .wrapper img{
    object-fit: contain;
    width: auto;
    max-height: 80px;
    margin: 0 auto;
}
.related-agency-block .views-row .views-field-edit-node{
    text-align: center;
    margin: 10px 0;
}
.related-agency-block .views-row .views-field-edit-node a{
    color: #000000;
}
.related-agency-block .views-row .title-container{
    display: none;
}


/* Hubungi Kami */
.form-flex-container{
    flex-direction: column;
}
.form-flex-container input[type="text"],
.form-flex-container input[type="email"],
.form-flex-container textarea{
    border: 1px solid #CCCCCC;
    border-radius: 0;
}
.form-flex-container label{
    font-weight: bold;
    font-size: 13px;
}
    /* webform */
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:first-child{
        width: 100%;
        margin-right: 20px;
    }

    /* contact details */
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child{
        width: 100%;
        background: #374785;
        color: rgba(255,255,255,1);
        padding: 5% 5%;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child h2{
        font-size: 15px;
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child i{
        margin-right: 10px;
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media{
        margin: 50px 0 0 0;
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul{
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul li{
        list-style: none;
        margin: 0 10px;
        padding: 0;
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul li a{
        color: #FFFFFF;
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul li a.menu-instagram:before{
        font-family: 'Font Awesome 5 Brands';
        content: "\f16d";
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul li a.menu-tiktok:before{
        font-family: 'Font Awesome 5 Brands';
        content: "\e07b";
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul li a.menu-youtube:before{
        font-family: 'Font Awesome 5 Brands';
        content: "\f167";
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul li a.menu-facebook:before{
        font-family: 'Font Awesome 5 Brands';
        content: "\f39e";
    }
    .webform-submission-hubungi-kami-form .form-flex-container .webform-flex:last-child .social-media ul li span{
        display: none;
    } 
    .webform-submission-hubungi-kami-form .webform-button--submit.btn-primary{
        background: #374785;
        border: 1px solid #374785;
        font-size: 13px;
    }
    .webform-submission-hubungi-kami-form .webform-button--submit.btn-primary:after{
        font-family: 'Font Awesome 5 Pro';
        content: "\f1d8";
        font-weight: bold;
        margin-left: 10px;
    }

/* Peta laman */
body.page-node-233 .sitemap-menu-block{

}
body.page-node-233 .sitemap-menu-block ul.navbar-nav{
    display: block;
}

    /* transform to grid format */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav > li:first-child{ grid-area: one;} /* menu utama */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav > li:nth-child(2){ grid-area: two;} /* Info korporat */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav > li:nth-child(3){ grid-area: four;} /* Jabatan */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav > li:nth-child(4){ grid-area: three;} /* Media */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav > li:nth-child(5){ grid-area: five;} /* Perkhidmatan */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav > li:nth-child(6){ grid-area: six;} /* Soalan lazim */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav > li:nth-child(7){ grid-area: seven;} /* Hubungi kami */

body.page-node-233 .sitemap-menu-block ul.navbar-nav > li{
    margin: 0 0 20px 20px;
    padding: 20px;
    list-style: disc;
    background: #374785;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    list-style: none;
}
body.page-node-233 .sitemap-menu-block ul.navbar-nav li a.nav-link{
    color: #f8e6a3;
    font-weight: bold;
    font-size: 20px;
    display: block;
}
body.page-node-233 .sitemap-menu-block ul.navbar-nav li span.dropdown-toggle{
    color: #f8e6a3;
    font-weight: bold;
    font-size: 20px;
}
body.page-node-233 .sitemap-menu-block .dropdown-item a{
    display: block;
}

    /* dropdown menu */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav li > ul.dropdown-menu{
        position: relative !important;
        display: block !important;
        border-radius: 0;
        border: 0;
        background: none;
        margin: 0 0 0 5px;
        /* border: 1px dashed red; */
        border-left: 1px solid rgba(255,255,255,0.3);
        padding-top: 0;
    }
    body.page-node-233 .sitemap-menu-block ul.navbar-nav li ul.dropdown-menu.show{
        transform: none !important;
    }
    body.page-node-233 .sitemap-menu-block .dropdown-item.active, 
    body.page-node-233 .sitemap-menu-block .dropdown-item:active,
    body.page-node-233 .sitemap-menu-block .dropdown-item:focus, 
    body.page-node-233 .sitemap-menu-block .dropdown-item:hover {
        background: none;
    }
    body.page-node-233 .sitemap-menu-block ul.navbar-nav li ul.dropdown-menu li a{
        color: #FFFFFF;
        font-size: 15px;
        white-space: normal;
    }
    body.page-node-233 .sitemap-menu-block ul.dropdown-menu li span.dropdown-toggle{
        color: #f8e6a3;
        font-weight: bold;
        font-size: 15px;
        padding: 5px 20px;
        display: block;
        white-space: normal;
    }
    body.page-node-233 .sitemap-menu-block ul.navbar-nav li.dropdown-item{
        margin: 0;
        padding: 0 0 0 15px;
        position: relative;
        /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
    }
    body.page-node-233 .sitemap-menu-block ul.dropdown-menu li.dropdown-item:before{
        /* content: "";
        position: absolute;
        top: 16px;
        left: 0;
        width: 1px;
        height: 100%;
        background: rgba(255,255,255,0.5);
        display: block; */
    }
    body.page-node-233 .sitemap-menu-block ul.dropdown-menu li.dropdown-item:last-child:before{
        height: 0;
        background: red;
    }
    body.page-node-233 .sitemap-menu-block ul.dropdown-menu li.dropdown-item:after{
        content: "";
        position: absolute;
        top: 0;
        top: 16px;
        left: 0;
        width: 26px;
        height: 1px;
        background: rgba(255,255,255,0.5);
        display: block;
    }
    body.page-node-233 .sitemap-menu-block ul.dropdown-menu ul.dropdown-menu li.dropdown-item:after{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 26px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        display: block;
    }
    body.page-node-233 .sitemap-menu-block ul.navbar-nav li.dropdown-item a{
        padding: 5px 20px;
    }

    /* 2nd level dropdown menu and deeper */
    body.page-node-233 .sitemap-menu-block ul.navbar-nav ul.dropdown-menu ul.dropdown-menu{
        margin-left: 20px;
        border-left: 1px solid rgba(255,255,255,0.3);
    }



/* body.page-node-233 .sitemap-menu-block .dropdown-item a:before,
body.page-node-233 .sitemap-menu-block .dropdown-item span:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #e54e4b;
    position: absolute;
    top: 0;
    left: 10px;
}
body.page-node-233 .sitemap-menu-block .dropdown-item:last-child a:before,
body.page-node-233 .sitemap-menu-block .dropdown-item:last-child span:before{
    height: 50%;
} */

/* Site-wide search */
.view-site-wide-search .view-content ul{

}
.view-site-wide-search .view-content ul li{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}


/* Edit button */
.views-field-edit-node{
    position: relative;
    z-index: 20;
}
.views-field-edit-node a{
    display: inline-block;
    background: gold;
    color: #000000;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 10px;
    border: 1px solid gold;
    transition: background 0.3s ease-out, border-color 0.2s ease-out;
}
.views-field-edit-node a:hover{
    background: #FFFFFF;
    border-color: #000000;
    color: #000000;
}

/* Pager */
ul.pagination{
    text-align: center;
    display: flex;
    justify-content: center;
    /* display: inline-block !important; */
    /* float: right; */
}
    ul.pagination li{
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
    }
    ul.pagination li a{
        color: #333333;
        font-size: 12px;
        transition: background 0.3s ease-out;
    }
    ul.pagination li:hover a{
        color: #333333;
    }
    ul.pagination .page-item.active .page-link{
        background: #374785 !important;
        border: 1px solid #374785;
        color: #FFFFFF;
        font-size: 12px;
    }

/* Slick dots */
.slick-dots{
    text-align: center;
    margin: 10px 0 0 0;
}
.slick-dots li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    padding: 5px 1px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f111";
    cursor: pointer;
    font-size: 9px;
    transition: content 0.3s ease-out;
    color: #FFFFFF;
    transition: color 0.3s ease-out;
}
.slick-dots li.slick-active:before{
    content: "\f192";
    transition: color 0.3s ease-out;
}
.slick-dots li:hover:before{
    content: "\f111";
    color: #808080;
}

/* Arrows */
.arrow-left{
    position: absolute;
    top: 35%;
    /* left: -1%; */
    /* background: rgba(255,255,255,1); */
    /* padding: 5px 12px !important; */
    z-index: 5;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s ease-out;
    /* border-radius: 50%; */
    /* padding: 10px 17px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    /* width: auto !important; */
    /* width: 40px; */
    /* height: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 2px solid #CCCCCC; */
    transition: border 0.3s ease-out;

    /* background: url("../images/arrow-blue-left.png") 50% 50% no-repeat; */
    border: 0;
    width: 35px;
    height: 70px;
    background-size: contain;
    padding: 0 !important;
    border-radius: 0;
    left: 0;

    transform: scale(0.4);
}
.arrow-left span{
    visibility: hidden;
    display: inline-block;
    width: 0;
}
.arrow-left span.first-arrow{
    position: absolute;
    background: url("../images/slider-arrow-left-dark.png");
    display: block;
    height: 73px;
    width: 36px;
    z-index: 10;
    visibility: visible;
    left: 0;
    transition: left 0.2s ease-out;
}
.arrow-left span.second-arrow{
    position: absolute;
    background: url("../images/slider-arrow-left-light.png");
    display: block;
    height: 73px;
    width: 40px;
    visibility: visible;
    left: 10px;
    z-index: 5;
    
}
.arrow-left:hover span.first-arrow{
   left: -5px;
}

.arrow-right{
    position: absolute;
    top: 35%;
    /* right: -1%; */
    /* background: rgba(255,255,255,1); */
    /* padding: 5px 12px !important; */
    z-index: 5;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    /* border-radius: 50%; */
    /* padding: 10px 17px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    /* width: auto !important; */
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 2px solid #CCCCCC; */
    transition: border 0.3s ease-out;

    /* background: url("../images/arrow-blue-right.png") 50% 50% no-repeat; */
    border: 0;
    width: 35px;
    height: 70px;
    background-size: contain;
    padding: 0 !important;
    border-radius: 0;
    right: 0;
    transition: height 0.3s ease-out;

    transform: scale(0.4);
}
.arrow-right span{
    visibility: hidden;
    display: inline-block;
    width: 0;
}
.arrow-right span.first-arrow{
    position: absolute;
    background: url("../images/slider-arrow-right-dark.png");
    display: block;
    height: 73px;
    width: 36px;
    z-index: 10;
    visibility: visible;
    right: 0;
    transition: right 0.2s ease-out;
}
.arrow-right span.second-arrow{
    position: absolute;
    background: url("../images/slider-arrow-right-light.png");
    display: block;
    height: 73px;
    width: 40px;
    visibility: visible;
    right: 10px;
    z-index: 5;
}
.arrow-right:hover span.first-arrow{
    right: -5px;
 }
 


/* Slick dots */
ul.slick-dots{
    margin: 10px 0;
    padding: 0;
}
ul.slick-dots li{
    padding: 0 5px;
}
ul.slick-dots li:before{
    color: #CCCCCC;
    font-weight: bold;
}
ul.slick-dots li.slick-active:before{
    color: #354b84;
    font-weight: bold;
    content: "\f111";
}

/* Breadcrumb */
ol.breadcrumb{
    justify-content: flex-start;
    margin-left: 12px;
    margin: 20px 0 20px 10px;
    padding: 0;
    display: none;
    font-weight: bold;
    font-size: 15px;
}
ol.breadcrumb li{
    margin: 0;
    padding: 0;
}
ol.breadcrumb li a{
    color: #344686;
    font-size: 15px;
}
.breadcrumb-item+.breadcrumb-item::before{
    font-weight: bold;
    padding: 0 10px !important;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    color: #000000;
}

/* View grouping */
.view .view-grouping .view-grouping-header{
    font-size: 27px;
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.view .view-grouping .view-grouping-content h3{
   font-size: 20px; 
   font-weight: 500;
   margin: 0 0 30px 0;
   position: relative;
   padding-left: 20px;
}
.view .view-grouping .view-grouping-content h3:before{
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #dab475;
}

/* Maintenance */
body.maintenance-page{  
    background-image: url(../images/welcome.jpg);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-color: #033F63 !important;
    background-size: cover;
    color: #FFFFFF  !important;
    text-align: center;
}
body.maintenance-page .layout-container{
    display: flex;
    height: 100vh;
}
body.maintenance-page a{
    transition: color 0.3s ease-out;
}
body.maintenance-page .layout-container .maintenance-container{
    align-self: center;
    width: 100%;
}
body.maintenance-page .layout-container .maintenance-container h1{
    font-weight: bold;
    color: #FFFFFF;
}
body.maintenance-page .layout-container .maintenance-container h2{
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 15px;
}
body.maintenance-page .logo{
    margin: 0 0 15px 0;
}
body.maintenance-page .layout-container .maintenance-container .content{
    width: 70%;
    margin: 0 auto;
    padding: 5% 3%;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 20px;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);

    position: relative;
    z-index: 100;
}
    body.maintenance-page .layout-container .maintenance-container .logo img{
        width: auto;
        height: 80px;
    }

    body.maintenance-page .layout-container .maintenance-container .content h1.title{
        font-size: 30px;
        /* border-top: 1px solid rgba(255,255,255,0.5); */
        padding-top: 5px;
        width: 80%;
        margin: 0 auto;
    }
    body.maintenance-page .layout-container .maintenance-container .content h2.coming-soon{
        font-size: 16px;
        display: block;
    }

body.maintenance-page .contact-details{
    /* background: rgba(0,0,0,0.3);
    position: relative;
    z-index: 100; */
}
    body.maintenance-page .contact-details p{
        color: #FFFFFF;
        width: 60%;
        margin: 20px auto;
    }
    body.maintenance-page .contact-details a{
        color: #FFFFFF;
        font-weight: bold;
    }
    body.maintenance-page .contact-details .social-media{
        width: 50%;
        margin: 0 auto;
    }
    body.maintenance-page .contact-details ul.social-media{
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    body.maintenance-page .contact-details ul.social-media li{
        margin: 0 0 5px 0;
    }
    body.maintenance-page .contact-details ul.social-media li i{
        margin-right: 10px;
    }
    body.maintenance-page .contact-details ul.social-media li span{
        display: none;
    }
    body.maintenance-page .contact-details ul.social-media li:hover a{
        color: #a1d7ff;
    }

body.maintenance-page .video{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
body.maintenance-page .video video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 0 100%;
}

/* Back button */
.back-button{
    margin-top: 20px;
}
.back-button a{
    background: #354b84;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #354b84;
    transition: background 0.3s ease-out, border 0.3s ease-out, color 0.2s ease-out;
}
.back-button a:hover{
    background: #FFFFFF;
    border: 1px solid #354b84;
    color: #354b84;
    display: inline-block;
    padding: 10px 15px;
}
.back-button a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0a8";
    font-weight: bold;
    margin-right: 10px;
}

/* More button */
.more-button{
    margin-top: 20px;
    text-align: center;
}
.more-button a{
    background: #808080;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #333333;
    transition: background 0.3s ease-out, border 0.3s ease-out, color 0.2s ease-out;
}
.more-button a:hover{
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    padding: 10px 15px;
}

/* view exposed form */
.views-exposed-form{
    background: #EEEEEE;
    padding: 10px 10px;
    border-radius: 0;
    margin-bottom: 30px;
}
.views-exposed-form .flex-wrap{
    flex-direction: column;
}
.views-exposed-form .row{
    justify-content: flex-end;
}
.views-exposed-form .row > *{
    width: auto;
    align-self: flex-start;
}
.views-exposed-form .mb-3{
    margin: 5px 5px !important;
}
.views-exposed-form .btn-primary{
    background-color: #354b84;
    border-color: #354b84;
    margin-left: 10px;
    font-size: 13px;
}
.views-exposed-form .btn-primary:hover,
.views-exposed-form .btn-primary:focus{
    background-color: #354b84;
    border-color: #354b84;
}
.views-exposed-form input::placeholder,
.views-exposed-form select{
    font-size: 13px;
}
.views-exposed-form select{
    padding: 9px 10px;
}

/* Footer */
.site-footer{
    background: none !important;
    padding: 0;
    font-family: "Roboto";
}
.site-footer .block{
    border: 0;
    margin: 0;
}
.site-footer .content{
    color: #000000;
    font-size: 14px;
}
.site-footer .content a:hover{
    color: #000000;
}

/* Footer 01 */
.footer-one-b{
    /* border: 1px dashed red; */
    position: relative;
    height: 300px;
}

/* Trees 01 */
.city-trees-01-block.block{
    /* border: 1px dashed magenta; */
    position: absolute;
    bottom: -15px;
    left: 32%;
    z-index: 30;
    padding: 0;
    margin: 0;
}
.city-trees-01-block .field__item{
    margin: 0;
}

/* Trees 02 */
.city-trees-02-block.block{
    /* border: 1px dashed green; */
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 20;
    padding: 0;
    margin: 0;
}
.city-trees-02-block .field__item{
    margin: 0;
}

/* City building */
.city-building-block.block{
    /* border: 1px dashed green; */
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
}
.city-building-block .field__item{
    margin: 0;
}

/* Social media menu */
.social-media-menu-block.block{
    margin-top: 50px;
}
.social-media-menu-block ul{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.social-media-menu-block ul li{
    margin: 0 2px;
    padding: 0;
}
.social-media-menu-block ul li a{
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease-out, border 0.3s ease-out;
    border: 1px solid #FFFFFF;
}
.social-media-menu-block ul li a:before{
    transition: color 0.3s ease-out;
}
.social-media-menu-block ul li span{
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
}
.social-media-menu-block ul li a.menu-facebook{
    background: #1877f2;
}
.social-media-menu-block ul li a.menu-facebook:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\f39e";
}
.social-media-menu-block ul li a.menu-youtube{
    background: #FF0000 ;
}
.social-media-menu-block ul li a.menu-youtube:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\f167";
}
.social-media-menu-block ul li a.menu-tiktok{
    background: #000000 ;
}
.social-media-menu-block ul li a.menu-tiktok:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\e07b";
}
.social-media-menu-block ul li a.menu-instagram{
    background: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7);
}
.social-media-menu-block ul li a.menu-instagram:before{
    font-family: 'Font Awesome 5 Brands';
    content: "\f16d";
}

.social-media-menu-block ul li:hover a{
    background: #FFFFFF;
    border: 1px solid #000000;
}
.social-media-menu-block ul li:hover a:before{
    color: #000000;
}

/* Footer 02 */
.footer-two-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    background: #374785;
    padding: 50px 20px;
}
.footer-two-child{
    width: 100%;
}
    .footer-two-child .wrapper{
        height: 100%;
    }
    .footer-two-child.footer-two-c{
        width: 100%;
    }
.footer-two-child.footer-two-a{
    width: 100%;
    flex-basis: 100%;
}
.footer-two-child.footer-two-e{
    flex-basis: 100%;
    width: 100%;
}

/* Footer 03 */
.footer-three-container{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
.footer-three-child{
    width: 100%;
}

/* Hubungi Kami header */
.hubungi-kami-header-block{
    text-align: center;
    flex-basis: 100%;
    width: 100%;
}
.hubungi-kami-header-block h2{
    text-transform: uppercase;
    color: #FFFFFF;
}
.hubungi-kami-header-block h2:after{
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    background: gold;
    margin: 10px auto 0 auto;
}
.hubungi-kami-header-block h2 i{
    font-size: 25px;
    margin-right: 15px;
}
.hubungi-kami-header-block h2 span{
    font-size: 18px;
}

/* Address */
.address-footer-block{
    padding: 0 5% !important;
}
.address-footer-block .content{
    color: #FFFFFF;
    text-align: center;
}
.address-footer-block i{
    margin-right: 10px;
}
.site-footer .address-footer-block a:hover{
    color: #FFFFFF;
}

/* Map */
.map-footer-block iframe{
    width: 100%;
    height: 250px;
}

/* QR code */
.qr-code-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.qr-code-block img{
    border: 10px solid #FFFFFF;
}

/* Copyright */
.copyright-block .content{
    font-size: 12px;
    text-align: center;
}
.copyright-block p{
    margin: 0;
    color: #808080;
}
.copyright-block .field__item{
    margin: 0;
}

/* Footer 03 B */
.footer-three-child.footer-three-b .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

/* Last updated */
.last-updated-block .content{
    font-size: 12px;
}
.last-updated-block .kemaskini-label{
    color: #808080;
}
.last-updated-block .content a{
    color: #808080;
}
.last-updated-block .content i{
    margin-right: 5px;
}

/* Footer menu */
.footer-menu-block ul.nav{
    margin: 0;
    padding: 0;
    justify-content: center;
}
.footer-menu-block ul.nav li{
    margin: 0;
    padding: 0;
}
.footer-menu-block ul.nav li a{
    color: #808080;
    /* margin: 0 5px; */
    padding: 0;
    font-size: 12px;
    transition: color 0.3s ease-out;
}
.footer-menu-block ul.nav li a:hover{
    color: #000000;
}
.footer-menu-block ul.nav li a:after{
    content: "|";
    padding: 10px;
}

/* Notice to viewer */
.notice-to-viewer{
    background: #d7b575;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px dashed #000000;
    margin-bottom: 20px;
    text-align: center;
}
.notice-to-viewer [role="button"]{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #000000 !important;
}
.notice-to-viewer .details-wrapper .details-description.text-muted{
    color: #000000 !important;
    font-size: 15px;
}
.notice-to-viewer .details-wrapper .details-description.text-muted a{
    font-weight: bold;
    color: #000000;
    border-bottom: 1px dotted #000000;
}

/* System messages */
.messages{
    background: #808080;
    padding: 20px 20px;
    margin: 0 -20px;
}
.messages.messages--status{
    background: lightgreen !important;
}

/* 404 custom page */
.lost-soul-help-container{
    text-align: center;
}
.lost-soul-help-container h2{
    font-size: 30px;
    margin: 30px 0;
}
.lost-soul-help-container h2::before{
    display: none;
}
ul.lost-soul-help-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
    padding: 0;
}
ul.lost-soul-help-options li{
    list-style: none;
    margin: 5px 5px;
    padding: 0;
}
ul.lost-soul-help-options li a{
    display: block;
    padding: 10px 20px;
    background: #374785;
    color: #FFFFFF;
}

/* Visitor analytics */
.visitor-analytics-block .visitor-analytics{

}
.visitor-analytics-block .visitor-analytics i{
    margin-right: 5px;
}
.visitor-analytics-block .visitor-analytics a{
    display: block;
    padding: 2px 10px;
    font-size: 11px;
    background: #EEEEEE;
    border-radius: 7px;
    color: #808080;
    transition: background 0.3s ease-out, color 0.2s ease-out;
}
.visitor-analytics-block .visitor-analytics a:hover{
    background: #354b84;
    color: #FFFFFF;
}

/* Call to action - mouse scroll */
/* Call to action - mouse scroll */
.mouse-scroll-block{
    /* width: 100%; */
    /* position: absolute;
    bottom: 10px;
    left: 0; */
    z-index: 100;
    text-align: center;
    /* background: #090f1f; */
    /* position: relative; */
    z-index: 100;

    position: absolute;
    z-index: 100;
    top: 50%;
    right: 30px;
}
.mouse-scroll-container {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    padding: 8px;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: background 0.3s ease-out;
}
.mouse-scroll-container:hover{
    background: #0b305d;
}
    
    .mouse-scroll-block.wide-screen-view{
        display: none;
    }
    .mouse-scroll-block.mobile-view{
        position: relative;
        bottom: unset;
        right: unset;
    }
.mouse-scroll-container .mouse-icon{
    color: #FFFFFF;
    margin-top: 10px;
}
.mouse-scroll-container .arrow-down{
    color: #FFFFFF;
}
.mouse-scroll-container .arrow-down .arrow-one{
    color: #FFFFFF;
    font-size: 35px;
    font-weight: normal;
    animation-name: mouse-arrow-pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    opacity: 0;
}
.mouse-scroll-container .arrow-down .arrow-two{
    color: #FFFFFF;
    font-size: 40px;
    font-weight: normal;
    position: relative;
    margin-top: -23px;
    animation-name: mouse-arrow-pulse;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-delay: 0.11s;
    animation-iteration-count: infinite;
    opacity: 0;
}
    .mouse-scroll-block.mobile-view .arrow-one,
    .mouse-scroll-block.mobile-view .arrow-two,
    .mouse-scroll-block.mobile-view .mouse-icon{
        color: #CCCCCC;
    }

@keyframes mouse-arrow-pulse{
    0% { opacity: 0; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0px); }
}
.mouse-scroll-block .field__item{
    margin: 0;
}

/* Contents styling */
/* Visi dan Misi */
.misi-box, 
.visi-box, 
.budaya-korporat-box{
    margin: 0 0 20px 0;
}
.misi-box.paragraph--type--two-column .field--name-field-column-one,
.visi-box.paragraph--type--two-column .field--name-field-column-one,
.budaya-korporat-box.paragraph--type--two-column .field--name-field-column-one{
    background: #374785;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 5%;
    font-size: 30px;
    width: 300px;
}
.misi-box .field--name-field-column-one h2,
.visi-box .field--name-field-column-one h2,
.budaya-korporat-box .field--name-field-column-one h2{
   font-size: 18px; 
}

.misi-box .field--name-field-column-two h2,
.visi-box .field--name-field-column-two h2,
.budaya-korporat-box .field--name-field-column-two h2{
   font-size: 23px; 
}

.misi-box .field--name-field-column-two,
.visi-box .field--name-field-column-two,
.budaya-korporat-box .field--name-field-column-two{
    margin-left: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.misi-box .field--name-field-column-two ul{
    margin: 20px 0 20px 0;
    list-style: none;
}
.misi-box .field--name-field-column-two ul li{
    display: flex;
    flex-direction: row;
    margin-left: 0;
    padding-left: 0;
}
.misi-box .field--name-field-column-two ul li:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f06c";
    margin-right: 20px;
    color: #85a71c;
}

/* Visi box 02 */
.visi-box-02{
    text-align: center;
    margin: 0 0 80px 0;
}
.visi-box-02 h2:before{
    display: none;
}
    .visi-box-02 h2{
        color: #374785;
        text-align: center;
        text-transform: uppercase;
    }
    .visi-box-02 .statement{
        font-size: 2.1em;
        font-family: 'Amaranth';
    }
    .visi-box-02 .statement:before{
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900; 
        content: "\f10d";
        border: 0;
        background: none;
        width: auto;
        position: relative;
        left: -20px;
        top: -20px;
    }
    .visi-box-02 .statement:after{
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900; 
        content: "\f10e";
        border: 0;
        background: none;
        width: auto;
        position: relative;
        right: -20px;
        bottom: -20px;
    }
    .visi-box-02 .statement .kk-text{

    }
    .visi-box-02 .statement .sejahtera-text{

    }

/* Misi box 02 */
.misi-box-02 h2{
    color: #374785;
    text-align: center;
    text-transform: uppercase;
}
.misi-box-02 h2:before{
    display: none;
}
.misi-box-02 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.misi-box-02 ul li{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* line-height: 20px; */
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 7px 0 20px 7px;
}
.misi-box-02 ul li .list-statement{
    padding: 10px 10px;
}
.misi-box-02 ul li strong{
    display: inline;
}
.misi-box-02 ul li span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 20px;
    background: #374785;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 30px;
    margin-right: 10px;
    height: 100%;
    min-height: 100px;
    border-radius: 5px 0 0 5px;
    position: relative;
    font-family: 'Amaranth';
}
.misi-box-02 ul li span:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f400";

    position: absolute;
    font-size: 20px;
    color: #84A81B;
    bottom: 0px;
    right: 16px;

    /* display: none; */
}

/* Rich text quote */
.richtext-quote{
    margin: 60px auto;
    width: 80%;
}
body.node--type-custom-page .paragraph--type--rich-text.richtext-quote h2:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f10d";
    border: 0;
    background: none;
    width: auto;
    position: relative;
    left: -20px;
    top: -20px;
}
body.node--type-custom-page .paragraph--type--rich-text.richtext-quote h2:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f10e";
    border: 0;
    background: none;
    width: auto;
    position: relative;
    right: -20px;
    bottom: -20px;
}

/* Accessibility blocks */
.accessibility-container{
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: fixed;
    right: -200px;
    top: 200px;
    width: 200px;
    height: auto;
    z-index: 9999999999 !important; /* to stay on top of TIDIO chatbot */
    transition: right 0.5s ease-out;
    border-radius: 10px 0 0 10px;
    padding: 20px;
}
.accessibility-container.is-active{
    right: 0;
}
.accessibility-container .trigger-handle{
    
}
.accessibility-container .close-accessibility-button-block{
    margin-bottom: 20px;
}
.accessibility-container .close-accessibility-button-block .close-button{
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
    margin-left: -20px;
    padding: 10px 20px;
    margin-top: -20px;
    margin-right: -20px;
    background: #EEEEEE;
    border-radius: 10px 0 0 0;
}
.accessibility-container .close-accessibility-button-block .close-button i{
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.accessibility-container .field__item{
    margin: 0;
}

/* Accessibility icon pull out */
.accessibility-pull-out-block{
    position: absolute;
    top: 43px;
    left: -45px;
    box-shadow: -1px 0 2px rgba(0,0,0,0.2);
    cursor: pointer;
    border-radius: 10px 0 0 10px;
}
.accessibility-pull-out-block .accessibility-icon{
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
    border-radius: 7px 0 0 7px;
}
.accessibility-pull-out-block .accessibility-icon i{
    font-size: 25px;
}

/* Text resizer */
.text-resizer-block{
    margin-bottom: 10px;
    display: none;
}
.text-resizer-block h2.block-title{
    font-size: 13px;
}
.text-resizer-block .content .content{
    display: flex;
}
.text-resizer-block a#text_resize_decrease,
.text-resizer-block a#text_resize_increase,
.text-resizer-block a#text_resize_reset{
    background: none;
    text-indent: unset;
    background: #EEEEEE;
    border-radius: 5px;
    display: flex;
    height: 30px;
    width: 30px;
    float: none;
    margin: 0;
    display: flex;
    flex-direction: unset;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    border: 1px solid #CCCCCC;
}

/* Style switcher */
.style-switcher-block h2.block-title{
    font-size: 13px;
}
.style-switcher-block a{
    display: block;
}
.style-switcher-block a[data-rel="custom/default"]:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f2ea";
}
.style-switcher-block a[data-rel="custom/dark_mode"]:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f186";
}
.style-switcher-block a[data-rel="custom/low_saturation"]:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f06e";
    opacity: 0.5;
}
.style-switcher-block a[data-rel="custom/high_saturation"]:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f06e";
}
.style-switcher-block a[data-rel="custom/monochrome"]:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f06e";
    color: #808080;
}
.style-switcher-block a[data-rel="custom/remove_images"]:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f03e";
    opacity: 0.5;
}
.style-switcher-block a span{
    font-size: 12px;
    margin-left: 10px;
}
.style-switcher-block ul{
    margin: 0;
    padding: 0;
}
.style-switcher-block ul li{
    padding: 5px 10px;
}
.style-remove-images-experimental{
    /* visibility: hidden; */
}

/* Add to any */
.addtoany-button-block{
    margin: 30px 0 20px 0;
    text-align: right;
}

/* CAPTCHA */
#edit-captcha-response{
    width: 200px;
    flex: unset;
}

/* Apps listing */
.view-apps .view-content{
    
}
.view-apps .view-content ul{
    display: flex;
    flex-wrap: wrap;
}
.view-apps .view-content ul > li{
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
.view-apps .view-content ul li .icon{
    margin: 0 0 10px 0;
}
.view-apps .view-content ul li .icon img{
    object-fit: cover;
    height: 150px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.view-apps .view-content .modal-header{
    background: #374785;
    color: #FFFFFF;
}
.view-apps .view-content .modal-title{
    font-size: 18px;
}

.view-apps .view-content .modal-body .description{
    margin: 20px 0;
}

    /* links */
    .view-apps .view-content .modal-body .links ul{
        display: flex;
    }
    .view-apps .view-content .modal-body .links ul li{
        border: 0;
        width: auto;
        margin: 0 0 5px 0;
    }
    .view-apps .view-content .modal-body .links ul li a{
        display: block;
        background: #EEEEEE;
        border: 1px solid #CCCCCC;
        color: #3b3b3b;
        border-radius: 7px;
        padding: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

    /* links */
    .view-apps .view-content .modal-body .attachments{
        
        
    }
    .view-apps .view-content .modal-body .attachments ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        border-top: 1px dashed rgba(0,0,0,0.2);
        margin-top: 10px;
        padding-top: 20px;
    }
    .view-apps .view-content .modal-body .attachments ul li{
        border: 0;
        width: auto;
        margin: 0 0 5px 0;
    }
    .view-apps .view-content .modal-body .attachments ul li a{
        background: #EEEEEE;
        border-radius: 7px;
        padding: 10px;
        font-size: 11px;
    }
    .view-apps .view-content .modal-body .attachments ul li a:before{
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal; 
        content: "\f0c6";
        margin-right: 5px;
    }
.view-apps .view-content .btn-close{
    cursor: pointer;
    background-color: #FFFFFF;
}
.view-apps .view-content .modal-footer .btn{
    font-size: 13px;
}
.view-apps .view-content .info-button{
    font-size: 13px;
}