body {

}

.display_course_menu_section {
    height: calc(668px);
    width: 100%;
}

.bar_bg_1 {
    height: 178px;
    width: 100%;
    background-color: #00365C;
    position: absolute;
    z-index: 0;
}

.nav_bar_bottom {
    background-color: #00365C;
    height: 52px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.bar_bg_1 .bg_img_title {
    height: 90px;
    position: absolute;
    left: 24px;
    top: 62px;
}

.bar_bg_1 .title_page {
    font-size: 26px;
    color: #F89938;
    position: absolute;
    left: 0px;
    top: 88px;
}

.sub_menu_link_section {
    position: absolute;
    color: #FFFFFF;
    font-size: 12px;
    right: 0px;
    top: 12px;
}

.course_menu_link .caption {
    bottom: 0px;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

.nav_bar_bottom .caption {
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: calc(50% - (18px / 2));
}

.txt_orange {
    color: #F79838;
}

.main_box_content {
    width: 100%;
    height: calc(438px);
    position: absolute;
    top: 178px;
}

.module_img {
    width: 400px;
    position: absolute;
    top: 108px;
}

.menu_link_section {
    width: calc(100% - 400px);
    height: 100%;
    position: absolute;
    right: 0px;
    box-sizing: border-box;
    padding-top: 56px;
    padding-left: 52px;

    font-size: 12px;
    color: #9A3366;
}

.bullet {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #9A3366;
}

.bullet_txt {
    position: absolute;
    top: 4px;
    left: 34px;
}

.bullet_menu {
    margin-bottom: 20px;
}

.bullet_menu:hover {
    font-weight: bold;
}

.bullet_menu:hover .bullet {
    border: 2px solid #9A3366;;
}

.bullet_done {
    background-color: #9A3366;
}

.caption a:hover {
    color: #9A3366;
}

.validate_icon {
    width: 16px;
    border: 0 !important;
    cursor: auto !important;
}