html, body {
    font-family: Arial,sans-serif;
    font-size: 28px;
    color: #555;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    text-rendering: optimizelegibility;
}

.fixed-top {
    position: fixed;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.15);
}

.header {
    left: 0px;
    right: 0px;
    z-index: 1002;
    background: none repeat scroll 0% 0% #005C97;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    height: 150px;
    background-color: #004993;
}

.header-col1 {
    width: 80%;
    float: left;
}

.logo-raya {
    padding: 20px;
    padding-left: 30px;
    width: 200px;
}

.circle-logo {
    width: 300px;
    height: 150px;
    background: #FFF;
    border-radius: 0px 70px 70px 0px;
}

.header-col2 {
    width: 20%;
    font-weight: bold;
    float: right;
    text-align: right;
}

.info-date {
    padding-right: 20px;
    padding-top: 85px;
    font-size: 45px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #F07126;
}

.marquee {
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding: 35px;
    font-weight: bold;
}

#my-video {
    text-align: center;
    max-height: 1000px;
    width: 100%;
    object-fit: cover;
}

.banner {
    height: 100px;
    color: #FFF;
    width: 100%;
}

    .banner h1 {
        font-size: 50px;
        font-wight: bold;
        float: left;
    }

    .banner img {
        float: left;
    }

#top-info {
    height: 30px;
    margin: 5px 25px 5px;
    border-bottom: 3px solid #F63;
    font-weight: bold;
    text-align: center;
}

#video-info {
    margin: 0px 0px 15px 0px;
    padding: 10px;
}

    #video-info embed {
        min-height: 1000px;
        width: 100%;
        padding: 0;
    }

#picture-info {
    margin: 0px 5px 25px 5px;
    padding: 10px;
}

.top-content #title {
    font-size: 20px;
    color: #999;
    padding: 3px;
}

#main-content {
    padding: 10px;
    margin: 15px 10px 15px 10px;
}

.content-15 {
    width: 15%;
    float: left;
}

.content-18 {
    width: 18%;
    float: left;
}

.content-20 {
    width: 20%;
    float: left;
}

.content-22 {
    width: 22%;
    float: left;
}

.content-25 {
    width: 25%;
    float: left;
}

.content-35 {
    width: 35%;
    float: left;
}

.content-40 {
    width: 40%;
    float: left;
}

.title-content {
    background-color: #004993;
    color: #FFF;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    border-bottom: 3px solid #F63;
}

.content {
    margin: 10px 15px 25px 15px;
}

    .content table {
        width: 100%;
    }

    .content td {
        padding: 10px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .content th {
        padding: 15px;
        border-bottom: 1px solid #ccc;
        background-color: #F07126;
        color: #FFFFCC;
    }

    .content .thblue th {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        background-color: #004993;
        color: #FFF;
    }

    .content .thsoftblue th {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        background-color: #E7F4FF;
        color: #004993;
    }

    .content .thsoftbluecenter th {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        background-color: #E7F4FF;
        color: #004993;
    }

    .content .thwhite th {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        background-color: #FFFFCC;
        color: #004993;
    }

    .content table .tbodd td {
        background-color: #FFFFCC;
    }

    .content table .tbsoftblue td {
        background-color: #E7F4FF;
    }

    .content table .thsoftbluecenter td {
        background-color: #E7F4FF;
        text-align: center;
        width: 30%;
    }

    .content table .tborange td {
        background-color: #F07126;
        color: #FFF;
    }

    .content table tr .tbright {
        text-align: right;
    }

    .content table tr .tbleft {
        text-align: left;
    }

    .content table tr .tbcenter {
        text-align: center;
    }

.cellspacing {
    border-collapse: collapse;
    border-spacing: 0;
}

.raya-blue {
    color: #004993;
}

.raya-orange {
    color: #F07126;
}

.raya-soft-blue {
    color: #E7F4FF;
}

.custom-thblue {
    background-color: #004993 !important;
}

#picture-container {
    flex-grow: 1;
}

    #picture-container #banner {
        align-content: center;
        vertical-align: middle;
        height: 2000px;
        margin: 0 auto 20px auto;
        background-color: #fff;
    }

.slideshow {
    position: relative;
}

    .slideshow .slide-item {
        width: 100%;
        height: 100%;
        top: 5px;
        position: relative;
    }

        .slideshow .slide-item img {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }


.flickity-page-dots {
    bottom: 10px;
}

    .flickity-page-dots .dot.is-selected {
        background-color: #fff;
    }

    .flickity-page-dots .dot {
        opacity: 1;
        border: 1px solid #fff;
        background: transparent;
    }

.padtop20 {
    padding-top: 20px;
}

@media only screen and (max-width: 5000px) {
    html, body {
        font-family: Arial,sans-serif;
        font-size: 1.0vw;
        color: #555;
        line-height: 1.1vw;
        padding: 0px;
        margin: 0px;
        text-rendering: optimizelegibility;
    }

    #main-content {
        padding: 3px;
        margin: 8px 5px 8px 5px;
    }

    .content-35 {
        width: 35%;
        float: left;
        height: calc(100vh - 6.48vh - 70px - 22px);
        display: flex;
        flex-direction: column;
    }

    #valas, #layanan, #Lyncapping {
        flex: 0 0 auto;
        margin: 1px 5px 2px 5px;
    }

    .padtop20 {
        padding-top: 0;
    }

    #valas .title-content,
    #layanan .title-content,
    #Lyncapping .title-content {
        padding: 0.25vw;
        font-size: 20px;
    }

    #valas td, #valas th,
    #layanan td, #layanan th,
    #Lyncapping td, #Lyncapping th {
        padding: 0.15vw 0.4vw;
        font-size: 15px;
        line-height: normal;
    }

    .vjs-next-button {
        cursor: pointer;
    }


    .title-content {
        background-color: #004993;
        color: #FFF;
        padding: 0.4vw;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        border-bottom: 3px solid #F63;
    }

    .content {
        margin: 0 8px 5px 8px;
    }

        .content table {
            width: 100%;
        }

        .content td {
            padding: 0.2vw 0.4vw;
            font-weight: bold;
            font-size: 15px;
            line-height: normal;
            border-bottom: 1px solid #ccc;
        }

        .content th {
            padding: 0.4vw;
            font-size: 15px;
            line-height: normal;
            border-bottom: 1px solid #ccc;
            background-color: #F07126;
            color: #FFFFCC;
        }

        .content .thblue th {
            padding: 0.4vw;
            font-size: 15px;
            line-height: normal;
            border-bottom: 1px solid #ccc;
            background-color: #004993;
            color: #FFF;
        }

        .content .thsoftblue th {
            padding: 0.4vw;
            font-size: 15px;
            line-height: normal;
            border-bottom: 1px solid #ccc;
            background-color: #E7F4FF;
            color: #004993;
        }

        .content .thsoftbluecenter th {
            padding: 0.4vw;
            font-size: 15px;
            line-height: normal;
            border-bottom: 1px solid #ccc;
            background-color: #E7F4FF;
            color: #004993;
        }

        .content .thwhite th {
            padding: 0.4vw;
            font-size: 15px;
            line-height: normal;
            border-bottom: 1px solid #ccc;
            background-color: #FFFFCC;
            color: #004993;
        }

        .content table .tbodd td {
            background-color: #FFFFCC;
        }

        .content table .tbsoftblue td {
            background-color: #E7F4FF;
        }

        .content table .thsoftbluecenter td {
            background-color: #E7F4FF;
            text-align: center;
            width: 30%;
        }

        .content table .tborange td {
            background-color: #F07126;
            color: #FFF;
        }

        .content table tr .tbright {
            text-align: right;
        }

        .content table tr .tbleft {
            text-align: left;
        }

        .content table tr .tbcenter {
            text-align: center;
        }

    .header {
        left: 0px;
        right: 0px;
        z-index: 1002;
        background: none repeat scroll 0% 0% #005C97;
        transition: all 0.3s ease-in-out 0s;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        height: 6.48vh;
        background-color: #004993;
    }

    .logo-raya {
        padding: 0.55vw;
        padding-left: 1.1vw;
        width: 4.38vw;
    }

    .circle-logo {
        width: 7.3vw;
        height: 6.48vh;
        background: #FFF;
        border-radius: 0px 3.24vh 3.24vh 0px;
    }

    .header-col2 {
        width: 20%;
        font-weight: bold;
        float: right;
        text-align: right;
    }

    .info-date {
        padding-right: 1.04vw;
        padding-top: 3.9vh;
        font-size: 25px;
    }

    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 70px;
        background: #F07126;
    }

    .marquee {
        font-size: 25px;
        text-align: center;
        color: #fff;
        padding: 0.93vh;
        font-weight: bold;
    }

    #video-info {
        margin: 0px;
        padding: 0px;
        flex: 1 1 0;
        min-height: 0;
        overflow: hidden;
    }

    #my-video {
        text-align: center;
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
    }

    #picture-container #banner {
        align-content: center;
        vertical-align: middle;
        height: calc(100vh - 9.26vh - 6.48vh - 30px);
        margin: 0 auto 20px auto;
        background-color: #fff;
    }
}
