/* CSS Document */

.navbar {
    position: absolute;
}

body {
    overflow: hidden;
}

.row {
    margin-right: 0px !important;
}

.videoloop {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    z-index: 10;
}

.video_loop {
    margin: 27.4% 47.3%;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    width: 10%;
}

.modal {
    overflow-y: scroll;
}

a {
    cursor: pointer;
}

.col-icon {
    padding: 0px;
}

.map {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100% !important;
}

.body {
    background: url("https://edbapl.s3.ap-east-1.amazonaws.com/background/boothbkg_v7.png");
    min-height: 100vh;
}

.course-content {
    border-radius: 30px;
}

.leftbox {
    background: url('https://edbapl.s3.ap-east-1.amazonaws.com/doc/HKIT/image/693_Data+Application+for+Business_1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.rightbox {
    padding: 30px !important;
}

.chititle {
    font-size: 30px;
    line-height: 30px;
    color: #003399;
}

.engtitle {
    font-size: 30px;
    line-height: 30px;
    color: #003399;
}

.chitxt {
    text-align: justify;
    font-size: 15px;
    color: #417cb9;
    font-family: 'MHeiHK-Bold';
}

.engtxt {
    text-align: justify;
    font-size: 15px;
    color: #417cb9;
    /* font-family: 'Agenda-Semibold-Bold'; */
    font-family: 'MHeiHK-Bold';
}

.language-btn,
.language-btn:hover {
    background-color: #B4B4B4;
    color: #fff;
    width: 40px;
    padding: 2px;
}


/* VIDEO MODAL */

#video {
    padding: 0!important;
}

@media (min-width: 992px) {
    .modal-video {
        max-width: 1000px;
    }
}

.videoCloseBtn {
    position: fixed;
    right: 1.5%;
    top: 10px;
    background-color: rgb(214, 214, 214)!important;
    padding: 8px 15px!important;
    line-height: 1;
    border-radius: 8px!important;
}

.modal-video-content {
    background-color: transparent;
    border: 0;
}

.youtube_video {
    width: 100%!important;
    background-color: #000;
    position: relative;
    padding-bottom: 56.25%!important;
    height: 0;
}

@media (min-width: 576px) {
    #video .modal-dialog {
        max-width: 80%;
        /* margin: 1.75rem auto; */
    }
    #pbvideo .modal-dialog {
        max-width: 80%;
        /* margin: 1.75rem auto; */
    }
    #LiveEvent .modal-dialog {
        max-width: 600px;
        /* margin: 1.75rem auto; */
    }
}

.youtube_video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.PoppopupCloseBtn {
    position: fixed;
    right: 31.5%;
    top: 200px;
    background-color: #ffffff!important;
    padding: 8px 15px!important;
    line-height: 1;
    border-radius: 8px!important;
    opacity: 1 !important;
}

.lanbtnchi {
    color: #ffffff;
    background-color: #808080;
    opacity: 0.5;
    border: 0px;
    width: 35px;
    font-family: 'MHeiHK-Bold';
}

.lanbtneng {
    color: #ffffff;
    background-color: #808080;
    opacity: 0.5;
    border: 0px;
    width: 35px;
    font-family: 'Agenda-Semibold-Bold';
}

.btntitlechi {
    line-height: 15px;
    color: #417cb9;
    font-family: 'MHeiHK-Bold';
}

.btntitleeng {
    line-height: 15px;
    color: #417cb9;
    font-family: 'Agenda-Semibold-Bold';
}

.aplvideo-content {
    border-radius: 40px !important;
    background-color: #f2f2f2;
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.modal.fade.bd-example-modal-sm.show {
    background-color: rgba(0, 0, 0, 0.5);
}

.textbox {
    font-size: 20px;
    width: 260px;
    height: auto;
    border: 1px solid #AAAAAA;
    background-color: #fff;
    color: #0000cc;
    position: fixed;
    left: 300px;
    top: 300px;
    z-index: 50;
    padding: 5px;
    text-align: center;
    display: none;
}

@media (min-width: 576px) {
    .aplvideo-modal {
        max-width: 350px !important;
        margin: 1.75rem auto;
    }
    .poppopup-modal {
        max-width: 390px !important;
        margin: 1.75rem auto;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    body {
        overflow: scroll;
    }
}