.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

/**Header**/
header#header-login {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 0 #bababa;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 65px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

header#header-login .header-logo {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

header#header-login .header-support {
    width: 49%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

header#header-login .header-support > span {
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
}

header#header-login .header-logo img {
    width: 110px;
    height: 100%;
    object-fit: contain
}

/**page-login**/
#page-login:after {
    content: "";
    background-image: url(../images/background5.jpeg);
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#page-login .col-description {
    text-align: left;
    display: inline-block;
}

#page-login .col-description .description-title {
    margin-top: 15px;
}

#page-login .col-description .description-title h3 {
    font-family: OpenSans-Semibold;
    font-size: 36px;
    font-style: normal;
    font-stretch: normal;
    color: #0a9d57;
}

#page-login .col-description .description-sub-title {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    margin: 0 0 10px;
    display: block;
}

#page-login .col-description ul {

}

#page-login.col-description ul > li {
    list-style: none;
    margin-top: 18px;
    position: relative;
}

#page-login .col-description ul li i {
    position: absolute;
    left: 13px;
    top: 12px;
    color: #6f6d6d;
}

#page-login .col-description ul > li > .desc-item-img {
    display: inline-block;
}

#page-login .col-description ul > li > .desc-item-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    width: calc(100% - 74px);
}

#page-login .col-description ul > li .li-title {
    display: block;
    height: 24px;
    margin-top: 3px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
}

#page-login .col-description ul > li .li-subtitle {
    height: 19px;
    margin-top: -10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #695e5e;
}

#page-login .col-description ul > li {
    list-style: none;
    margin-top: 18px;
    position: relative;
}

#page-login .col-description .link-info {
    margin-top: 42px;
}

#page-login .col-description .link-info a {
    margin-right: 30px;
    white-space: nowrap;
    /*float: left;*/
}

#page-login .col-description .link-info {

}

#page-login .sub-container {
    margin-top: 120px;
    vertical-align: top;
}

/*** sub-container col-form ***/
#page-login .col-form {
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    margin-top: 110px;
    width: 100%;
    margin-bottom: 78px;
    background-color: #f1f1f1;
}

#page-login .sub-col-form {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    border-radius: 4px !important;
}

/*** form part ***/
#page-login .col-form {
    border: 1px solid #cbcbcb;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#page-login .col-form .title-login {
    margin-top: 13px;
    height: 38px;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #55595c;
}

#page-login .col-form .has-error {
    color: red;
    font-size: 13px;
    padding: 5px 10px;
}

#page-login .col-form .email-group {
    width: 80%;
    margin: auto;
    display: flex;
    position: relative;
    flex-flow: column;
}

#page-login .col-form .email-group .header-input {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    border-radius: 8px 0px 0px 8px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b;
    border-right: none;
    font-family: "OpenSans-Regular";
    box-sizing: border-box;
    z-index: 3;
    position: absolute;
}

#page-login .col-form .icon-input {
    margin-top: 9px;
    margin-left: 0px;
}

#page-login .col-form .email-group .username {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b;
    font-family: "OpenSans-Regular";
    box-sizing: border-box;
    padding-right: 10px;
    left: 0px;
    padding-left: 50px;
}

#page-login .col-form .password-group {
    width: 80%;
    margin: 4px auto 0;
    display: flex;
    position: relative;
    flex-flow: column;
}

.email-group strong, .password-group strong {
    text-align: left;
    font-weight: normal !important;
    font-size: 13px;
    margin-top: 10px;
}

#page-login .col-form .password-group .header-input-pwd {
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    border-radius: 8px 0px 0px 8px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b;
    border-right: none;
    font-family: "OpenSans-Regular";
    box-sizing: border-box;
    z-index: 3;
    position: absolute;
}

#page-login .col-form .password-group span {
    width: 100%;
    position: relative;
}

#page-login .col-form .password-group .password {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b;
    padding-right: 40px;
    box-sizing: border-box;
    padding-left: 50px;
    left: 0px;
}

#page-login .col-form .password-group .peek-password {
    position: absolute;
    top: 25px;
    right: 12px;
}

.peek-password:hover {
    opacity: 0.7;
}

#page-login .col-form .password-group .peek-password:hover {
    cursor: pointer;
}

#message {
    margin-top: -10px;
}

#message p {
    color: red;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.reset-password .peek-password {
    position: absolute;
    top: 30px;
    right: 6%;
    cursor: pointer;
}

.reset-password .box-input {
    width: 70%;
    position: relative;
}

.reset-password .has-error {
    border-color: #9c3328 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #9c3328 !important;
}

.reset-password .error-message {
    display: inline;
    color: #a94442;
}

/*Validation*/
.reset-password label.error {
    color: red;
    text-align: left;
    display: block;
    margin-top: -10px;
    font-size: 12px;
}

.reset-password input.error {
    border: 1px solid red !important;
}

.student-login .has-error {
    margin: 5px;
    color: red;
}

#page-login .col-form .remember-checkbox-wrapper {
    box-sizing: border-box;
    padding-left: 10%;
    display: inline-flex;
    margin-top: 20px;
    width: 100%;
}


#page-login .col-form .login-btn {
    margin-top: 20px;
    width: 80%;
    height: 48px;
    border-radius: 8px;
    background-color: #229541;
    border: none;
    cursor: pointer;
}

#page-login .col-form .login-btn:hover {
    background-color: #1b5e20;
}

#page-login .col-form .login-btn .text-btn-login {
    margin-top: 14px;
    width: 96px;
    height: 22px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

#page-login .col-form .tablet-login-alternate {
    display: none;
}

#page-login .col-form .tablet-login-alternate hr {
    width: 80%;
    height: 1px;
    background-color: #dbe2e8;
    border: none;
    margin: 30px auto 10px auto;
}

#page-login .col-form .tablet-login-alternate p {
    color: #9b9b9b;
}

#page-login .col-form .login-w-gg {
    width: 80%;
    height: 48px;
    border-radius: 8px;
    background-color: #ffffff;
    border: none;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 22px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 48px;
}

#page-login .col-form .login-w-gg:hover {
    background-color: #bdbdbd;
    color: #fff !important;
}

#page-login .col-form .login-w-gg > div {
    margin-top: 5px;
    display: inline-block;
}

#page-login .col-form .login-w-gg .logo-gg {
    width: 24.9px;
    height: 16px;
    object-fit: contain;
}

#page-login .col-form .login-w-gg .text-login-gg {
    height: 24px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #858585;
}

#page-login .col-form .forget-pass {
    margin-top: 20px;
    padding-bottom: 10px;
}

#page-login .col-form .forget-pass a {
    color: #4a90e2;
}

/**
setting for forget password
 */
#page-login .box-container {
    margin-top: 120px;
    vertical-align: top;
    display: inline-block;
    align-content: center;
    margin: 15% 20%;
    width: 60%;
    border: 1px solid #D7D7D7;
}

#page-login .box-container .box-center {
    width: 83.33333333%;
    margin: auto;
    text-align: center;
}

#page-login .box-container h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    color: inherit;
    text-align: center;
}

#page-login .box-container p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
}

#page-login .box-container .form-control {
    display: block;
    width: 92%;
    height: 20px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#page-login .box-container .box-center input {
    margin-top: 20px;
    margin-bottom: 10px;
}

#page-login .box-container .box-center .btn-submit {
    width: 160px;
    height: 40px;
    background: #0a9d59;
    color: white;
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

#page-login .box-container .box-center .btn-submit:hover {
    opacity: 0.7;
}

.forget-pass #forgot p:hover {
    opacity: 0.8;
}

.form-forgot-pwd label.error {
    float: left;
    font-size: 12px;
    color: red;
    margin-top: -9px;
}

.form-forgot-pwd input.error {
    border: 1px solid red !important;
}

/**user header**/
.cc_user_information {
    position: relative;
    padding: 13px 0;
}

.cc_user_information .cc_user_avatar {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

.cc_user_information .cc_user_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.cc_user_information .cc_user_dropdown {
    display: none;
    min-width: 250px;
    position: absolute;
    right: 0px;
    top: 65px;
    box-shadow: 4px 4px 16px rgb(20 23 28 / 25%);
    border-bottom-left-radius: 3px;
    background-color: var(--white);
    overflow-y: auto !important;
    z-index: 9999;
}

.cc_user_information .cc_user_box {
    background: #f2f2f2;
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.cc_user_information .cc_user_box .cc_user_avatar {
    margin: auto;
    display: block;
    float: none;
    width: 70px;
    height: 70px;
}

.cc_user_information .css_user_name {
    font-size: 15px;
    text-align: center;
    margin: 15px 0 0 0;
}

.cc_user_information .cc_user_item {
    width: 100%;
    display: inline-block;
}

.cc_user_information .cc_user_item ul {
    margin: 0px !important;
}

.cc_user_information .cc_user_item ul li a {
    color: #333;
    font-size: 14px;
}

.cc_user_information .cc_user_item ul li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.cc_user_information .cc_user_item ul li {
    padding: 5px 10px;
}

.cc_user_information .cc_user_item ul li:hover {
    background: var(--main-color);
}

.cc_user_information .cc_user_item ul li:hover a {
    color: #fff;
}

/***student dashboard**/
section#student-page {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
}

section#student-page .admin-widget {
    width: 100%;
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 4px !important;
}

.admin-widget-header {
    background: #f2f2f2;
    padding: 20px 0;
}

.admin-widget-header .admin-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
}

.admin-widget-header .admin-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.admin-widget-item {
    width: 100%;
    display: inline-block;
}

.admin-widget-item ul {
    margin: 0px !important;
}

.admin-widget-item ul li {
    padding: 8px 15px;
}

.admin-widget-item ul li a {
    font-size: 15px;
    color: #000;
    width: 100%;
}

.admin-widget-item ul li:not(:last-child) {
    margin: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}

.admin-widget-item ul li:hover, .admin-widget-item ul li.active {
    background: var(--main-color);
}

.admin-widget-item ul li:hover a, .admin-widget-item ul li.active a {
    color: #fff;
}

.admin-name {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 18px;
}

/**list course**/
.site-title h3 {
    width: 100%;
    font-size: 25px;
    margin-bottom: 20px;
}

.course-item {
    width: 100%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    display: block;
}

.course-item .course-thumbnail {
    width: 100%;
    height: 180px;
}

.course-item .course-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.course-item .course-content {
    width: 100%;
    padding: 15px 10px 0 15px;
}

.course-item .course-content h3 {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    height: 36px;
    min-height: 42px;
    font-size: 15px;
    color: var(--dark);
    margin-bottom: 10px;
}

.course-content .course-teacher {
    font-size: var(--fsize-small);
    color: var(--gray);
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 21px;
    height: 21px;
}

.course-item .progress {
    overflow: hidden;
    height: 5px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.course-item .progress-bar-success {
    background-color: #5cb85c;
}

.course-item .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #fc7700;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.course-item .cc_comp_item_rate_star i {
    font-size: 13px;
    color: var(--yellow);
}

.course-item .cc_comp_item_rate_num {
    font-size: var(--fsize-small);
    color: var(--gray);
}

/**site form**/
.site-input, .site-textarea, .site-select {
    border: 1px solid #ccc;
    border-radius: 0px !important;
}

.site-form label {
    font-size: 14px;
}

.wrap-change-img {
    position: relative;
}

.wrap-change-img img {
    width: 165px;
    height: 165px;
    object-fit: cover;
    border-radius: 50%;
}

.changeImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    padding: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: url(../images/sua-tt-ca-nhan.svg) center center no-repeat;
    background-color: var(--main-color);
    background-size: auto;
    border: 0px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}

.file-upload {
    display: none;
}

button.btnSubmit {
    background-color: var(--main-color);
    border: 0px !important;
    padding: 8px 20px;
    color: #fff;
}


.regis {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    z-index: 2;
    transform: translateY(-50%);
}

.btn-green {
    background-color: #0a9d57;
    color: #fff;
    outline: none;
    border: none;
    font-size: 15px;
}

.btn {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
}

.course-item .course-thumbnail:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/rectangle-37-copy-7.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
