
/* vule 6/29/2022 */
#mainmenu_container a:first-of-type .menu-item {
    margin-left: -45px !important;
}

#mainmenu_container .menu-item {
    font-family: "Inter";
    font-weight: 600;
    color: #222;
    padding: 22px 0px;
    margin: 0 32px 0 0;
    min-width: auto;
}
#mainmenu_container .cop-cover-login {
    float: right;
    text-align: right;
}
#mainmenu_container .cop-register-button, #register_box .cop-register-button {
    border: 1px solid #b41e1a !important;
    background: #b41e1a !important;
    color: aliceblue;
    text-align: center;
    border-radius: 10px;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
    margin: 0;
    margin-top: -5px;
    font-family: "Inter";
	font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    filter: Alpha(Opacity=0);
    opacity: 0.9;
}

#mainmenu_container .cop-register-button {
    padding: 10px 20px 10px 20px;
    font-size: 18px;
}

.header_portal_login {
    float: right;
}

.cop-register-button:hover{
    background: #b41e1a;
    opacity: 1 !important;
    font-weight: 500 !important;
}

.cop-link-register {
    margin-top: 10px;
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
}
.cop-link-register a {
    font-family: "Inter";
    font-weight: 600;
    color: #0B5582;
}

.cop-cover-login .menu-item  .menu-item_text {
    margin-top: -7px;
}

#cpr_header_center{
   width: 1180px !important;
}
#mainmenu_container {
   width: 1180px !important;
}
#inner_container{
  max-width: 1180px;
}

#cpr_container{
    min-height: 800px !important;
}

/* Mobile */
#cop-mobile-header-wrapper {
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    height: 55px;
    width: 100%;
    vertical-align: middle;
    text-shadow: none !important;
    position: fixed;
    z-index: 100;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.ui-header {
    border: none !important;
}

.active_header_mobile {
     background-color: #f1f1f1 !important;
}

#cop-logo_ctn {
    float: left;
    width: 150px;
}
#cop-mobile-header-wrapper #cop-logo_ctn a img {
    width: 100%;
    height: auto;
}

#cop-mobile-header-wrapper .cop-mobile-info-company {
    float: right;
    width: 100px;
}

#cop-mobile-header-wrapper .cop-mobile-info-company .cop-mobile-language {
    /* margin-top: 7px; */
    margin-top: -29px;

}

#cop-mobile-header-wrapper .cop-icon-menu {
    float: right;
}

#cop-mobile-header-wrapper .cop-mobile-info-company .cop-mobile-language .language a {
    width: 80px;
    border: 1px solid lightblue;
    border-radius: 15px;
    position: absolute;
    height: 30px;
    padding: 3px 4px 3px 5px;
    box-sizing: border-box;
    margin-left: -15px;
}

#cop-mobile-header-wrapper .cop-mobile-info-company .cop-mobile-language .language i {
    float: right;
    margin-right: 4px;
    margin-top: 5px;
}

#cop-mobile-header-wrapper .nav-mobile-icon {
    font-size: 26px !important;
    margin-top: 5px !important;
    color: #0B5582;
}

#right-panel ul.menu-nav-mobile {
    width: 200px !important;
}

#mobile-header-wrapper .currentPage {
    color: red !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* #right-panel ul.menu-nav-mobile.open {
    max-height: 240px !important;
} */





/* begin dropdown */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        z-index: 1;
        width: 100%;
        text-align: left;
    }

    .dropdown:hover .dropdown-content {
        display: flex;
        flex-direction: column;
    }
    .dropdown-content ul {
        list-style: none;
    }
    .btn-group {
        display: inline-flex;
        vertical-align: middle;
        position: relative;
        box-sizing: border-box;
    }
    .btn-group:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        cursor: pointer;
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }
    .btn-group .sub-button:hover {
        opacity: 0.7;
    }
    label.dropdown-content > * {
        margin-top: 1px;
    }
    .btn-group .sub-button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -1px;
        color: #fff;
        background-color: #b41e1a;
        border-color: #b41e1a;
        display: inline-block;
        cursor: pointer;
        border: none;
    }
    .btn-group .main-button {
        color: #fff;
        background-color: #b41e1a;
        border: 1px solid #b41e1a;
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 15px;
        font-family: "Inter";
        font-weight: 500;
        cursor: pointer;
    }


/* begin cpr-select2 */
    .select2-container * {
        cursor: pointer;
    }

    .select2-results__option .wrap:before{
        font-family: fontAwesome;
        color:#999;
        content:"\f096";
        width:25px;
        height:25px;
        padding-right: 10px;
        
    }
    .select2-results__option[aria-selected=true] .wrap:before{
        content:"";
        /* content:"\f14a"; */
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] .wrap:before {
        color: #fff;
        content: "\f096";
    }
    body .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
    }
    .select2-results__option.select2-results__option--selected .wrap:before, .select2-results__option.select2-results__option--selected.select2-results__option--highlighted .wrap:before {
        content: "\f14a";
    }
    .select2-container.select2-container--default .select2-results__option--selected {
        background-color: transparent;
    }
/* end cpr-select2 */

.menu-sub-tiem {
    position: absolute;
    width: max-content;
    background: white;
    z-index: 30;
    border: 1px solid #cccc;
    border-radius: 5px;
    margin-top: 10px;
    display: none;
}
.menu-item.menu-item-special {
    position: relative;
}
.menu-sub-course{
    display: flex;
}
ul.menu-course li {
    list-style: none;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #cccc;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    text-align: left;
}
ul.menu-course li:last-child {
    border-bottom: unset;
}
.menu-item.menu-item-special:hover .menu-sub-tiem {
    display: block;
}
ul.menu-course {
    padding-right: 20px;
}
ul.menu-course:first-child {
    padding: 0 20px;
}
i.fa-solid.fa-angle-right.fa-angle-cus {
    float: right;
}
.menu-item.menu-item-register {
    float: right;
}
li.menu-login a::after {
    top: 0px;
    height: 20px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    content: "";
}
ul.lang-groupdiscount li.language{
    float: right;
}
ul.lang-groupdiscount li {
    list-style: none;
}

.paginate-table {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
}
.paginate-table ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}
.paginate-table li a {
    color: #CCCCCC;
}
.paginate-table li {
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.paginate-table li.active {
    color: #000000;
    font-weight: 700;
}
.paginate-table .jum-button {
    border-radius: 8px;
    border: 1px solid #CCCCCC;
}
.paginate-table .show-result {
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    text-align: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.paginate-table .jum-button b {
    color: #000;
    font-weight: 900;
}
.custom-scrollbar {
    overflow-y: auto;
}
.custom-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #083651;
}
.note-version {
    width: 100%;
    color: #F6F9FD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #11557E;
    margin: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.note-version .explore-btn {
    color: var(--Blue-10, #F6F9FD);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    border-radius: 4px;
    background: var(--Other-Dark-Red, #B51D1A);
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    align-items: flex-start;
    border: none;
    cursor: pointer;
}
.menu-switch-version, .list-option ul li a.menu-switch-version {
    display: flex;
    height: 36px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--cpraedcourse-com-chathams-blue, #11557E);

    color: var(--Blue-10, #F6F9FD);
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    margin-bottom: 0;
    box-sizing: border-box;
}
.list-option ul li a.menu-switch-version:hover {
    color: var(--Blue-10, #F6F9FD);
}

@media only screen and (max-width: 992px) {
    ul.menu-course li{
        border-bottom: unset;
    }
    li.sub-menu-m .menu-course li.sub-menu-course a {
        padding: 0 !important;
        border: unset !important;
    }
    li.sub-menu-m .menu-course li.sub-menu-course {
        padding: 15px 0 !important;
        width: 100%;
    }



}