body {

}

.display_course_menu_section {
    height: 616px;
    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: 70px;
    position: absolute;
    left: 0px;
    top: 4px;
}

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

.bar_bg_1 .title_page_2 {
    font-size: 26px;
    color: #F89938;
    position: absolute;
    left: 128px;
    top: 88px;
    font-family: 'CenturyGothic';
}

.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: 438px;
    position: absolute;
    top: 178px;
}

.module_img {
    width: 460px;
    position: absolute;
    top: -24px;
}

.module_img_2 {
    width: 460px;
    position: absolute;
    top: 36px;
}

.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;
}

.M1_U1_color {
    color: #299ECF;
}

.M1_U2_color {
    color: #299ECF;
}

.M1_U1_color .bullet {
    border: 1px solid #299ECF;
}

.M1_U1_color .bullet_menu:hover .bullet {
    border: 2px solid #299ECF;;
}

.M1_U1_color .bullet_done {
    background-color: #299ECF;
}