.user_container {
    display: flex;
    width: 70vw;
    /* position: relative;
    left: 15vw; */
    gap: 4vw;
    margin-bottom: 3vw;
}

#kh_header {
    width: 100vw;
    height: 8vw;
    text-align: center;
} 

section.user_section {
    margin-top: 2vw;
	 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    min-height: 50vh; 
}

#kh_header h1 {
    position: absolute;
    color: var(--green-pea);
    font-family: var(--font-family-uvn_van-bold);
    font-size: var(--font-size-xxxxl);
    font-style: normal;
    font-weight: 700;
    padding: 0;
    top: 2vw;
    width: 70vw;
    left: 15vw;
    text-transform: uppercase;
    margin: 0;
}

.user_info{
    width: 15vw;    
}

.user_top{
    background-color: #FFF5D2;
    padding-bottom: 1vw;
    border-radius: 1vw 1vw 0 0;
}

.user_main {
    width: 51vw;
    background-color: #FFF5D2;
    border-radius: 1vw;
    padding: 2vw;
    box-sizing: border-box;
}

.user_avatar {
    width: 9vw;
    height: 9vw;
    border-radius: 100%;
    padding-top: 1vw;
    position: relative;
    margin-top: 2vw;
    left: 3vw;
}

.user_name {
    text-align: center;
    padding: 0 0.5vw;
    font-size: 1.1vw;
}

.user_menu .menu_item {
    text-align: center;
    padding: 0.7vw;
}

.user_menu .menu_item.active, .user_menu .menu_item:hover {
    background-color: var(--green-pea);
}

.user_menu .menu_item a{
    color: var(--green-pea);
    font-weight: 600;
}

.user_menu .menu_item.active a, .user_menu .menu_item:hover a{
    color: var(--supernova);
}

.main_nav {
    position: relative;
    display: flex;
    gap: 1vw;
}

.popup .rating_box .rating{
    position: relative;
    top: 2vw;
}


.user_avatar img{    
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_item {
    flex: auto;
    text-align: center;
    align-content: center;
    background-color: #fff;
    height: 2vw;
    border-radius: 1vw;
    position: relative;
    margin-bottom: 3vw;
}

.nav_item a{
    color: var(--green-pea);
    font-weight: 600;
}

.nav_item:hover{
    background-color: var(--green-pea);
}

.nav_item:hover a{
    color: #fff;
}

.nav_item:before{
    content: '';
    position: absolute;
    width: 100%;
    background-color: #ccc;
    height: 1px;
    bottom: -2vw;
    left: 0;
}

.khoahoc_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
}

.khoahoc_item{
    background-color: #2A9633;
    border-radius: 1vw;
    padding: 1vw;
    /* display: flex;
    flex-direction: column; */
}

.khoahoc_title{
    color: var(--supernova);
}

.khoahoc_mota {
    color: #fff;
    margin-bottom: 1vw;
}

.khoahoc_mota>p{
    margin: 0;
    color: #fff;

}

.khoahoc_action {
    background-color: var(--supernova);
    height: 2vw;
    padding: 0 1vw;
    border: navajowhite;
    border-radius: 1vw;
    font-weight: 700;
    color: var(--green-pea);
    cursor: pointer;
}

.khoahoc_action:hover{
    background-color: var(--green-pea);
    color: #fff;
}

.main_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70vw;
    /* position: relative;
    left: 15vw; */
    gap: 15px;
}

.khoahoc_status {
    margin-top: 0.3vw;
    width: 100%;
}

.khoahoc_status span{
    display: inline-block;
    background-color: var(--supernova);
    padding: 0.1vw 1vw;
    border-radius: 0.3vw;
    color: #fff;
    font-size: 0.7vw;
}

.user_maintitle{
    text-align: center;
    margin-top: 0;
    color: var(--green-pea);
}

.baocao {
    display: flex;
    flex-direction: column;
    gap: 1vw;
} 

.baocao .monhoc {
    display: flex;
    gap: 1vw;
}

.baocao .mon_list {
    display: flex;
    gap: 1vw;
    width: 80%;
    flex-wrap: wrap;
}

.baocao .main_thongke {
    display: flex;
    gap: 2vw;
    background-color: #fff;
    padding: 2vw;
    border-radius: 1vw;
}

.baocao .thongke_box {
    width: 70%;
}

.baocao .thongke_item {
    display: flex;
    gap: 2vw;
    font-size: 0.9vw;
    border-bottom: 1px #ccc solid;
    padding-bottom: 0.3vw;
}

.baocao .item_title {
    width: 80%;
}

.thongke_filter {
    display: flex;
    flex-direction: column;
    gap: 0.7vw;
    padding-top: 5vw;
}

.mon_list .min_item {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    color: var(--green-pea);
    font-weight: 600;
    cursor: pointer;
    flex: 0 0 40%
}

.mon_list .min_item:hover, .mon_list .min_item.active {
    background-color: var(--green-pea);
    color: #fff;
}

.monhoc_title {
    font-weight: 600;
    position: relative;
    top: 0.2vw;
}

.nhanxet {
    background-color: var(--supernova);
    padding: 1vw 2vw;
    border-radius: 1vw;
}

.nhanxet h3,.nhanxet p{
    font-size: 0.9vw;
    color: var(--green-pea);
}

.thongke_list {
    display: flex;
    gap: 0.7vw;
    flex-direction: column;
}

.thongke_filter button{
    background-color: var(--supernova);
    border: navajowhite;
    padding: 0.4vw;
    border-radius: 10px;
    font-size: 0.8vw;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--green-pea);
}

.thongke_filter select{
    padding: 0.3vw;
    font-size: 0.8vw;
    font-weight: 600;
}

.thongke_filter  h3{
    margin: 0;
    font-size: 0.9vw;
}
/*UTM CSS*/
.um-profile-nav {
    background: #256727;
}


/*LOGIN PAGE*/

#login .form_box {
    display: flex;
    position: relative;
    width: 70vw;
    left: 15vw;
    border-radius: 1vw;
    background-color: var(--green-pea);
    margin: 40px 0;
}

#login .form_box img{
   width: 100%;
   object-fit: cover;
   height: 100%;
   border-radius: 1vw 0 0 1vw;
}

#login .form_box .form_item {
    text-align: center;
    color: #fff;
    flex: auto;
    width: 50%;
    font-size: 14px;
}

.login_title {
    text-align: center;
    margin-top: 3vw;
    padding: 0;
    color: var(--supernova);
    font-family: var(--font-family-uvn_van-bold);
}

#login .form_box input.um-form-field{
    color: var(--green-pea);
    border-radius: 0.5vw;
    font-weight: 600;
}

#login span.um-field-checkbox-option,#login .um-link-alt {
    color: #fff !important;
}

#login .um-half.um-left{
    width: 100%;
}

#login .um-half.um-right{
    display: none;
}

#um-submit-btn {
    background-color: var(--supernova);
    font-size: 18px;
    color: var(--green-pea);
    font-weight: 600 !important;
    border-radius: 0.7vw !important;
    margin-top: 29px;
}

.textreg {
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.textreg a{
    color: var(--supernova);
    font-weight: 600;
}

.textreg {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    top: 30px;
}

.textreg1 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.textreg1 a{
    color: var(--supernova);
    font-weight: 600;
}

.h2 {
    text-align: center;
    color: var(--green-pea);
}

.content_list>h2{
    text-align: center;
    color: var(--green-pea);
    margin-bottom: 2vw;
}

/* .content_list {
    width: 60vw;
    left: 20vw;
    position: relative;
} */

.kichhoat_list {
    display: flex;
    gap: 2vw;
    width: 100%;
    flex-direction: column;
    position: relative;
    margin-bottom: 3vw;
}

.kichhoat_item {
    flex: auto;
    display: flex;
    gap: 2vw;
    align-items: center;
    position: relative;
}

.kh_info {
    display: flex;
    gap: 1vw;
    background-color: #f36d01;
    border-radius: 1vw;
    width: 55%;
}

.kh_info .img_box {
    width: 8vw;
    height: 8vw;
    padding: 0.3vw;
}

.kh_info .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw
}
.text_box {
    display: flex;
    gap: 0.2vw;
    flex-direction: column;
    width: 73%;
}

.text_box h3{
    padding: 0 2vw;
    color: var(--supernova);
}

.text_box .desc {
    padding: 0 2vw;
}

.text_box .desc p{
    padding: 0;
    color: #fff;
    margin: 0;
}

.kh_active {
    width: 43%;
    text-align: right;
}

.kichhoat_item:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1vw;
    left: 0;
}

.kichhoat_item:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1vw;
    left: 0;
    background-color: #ccc;
}

.kh_active .status {
    display: inline-block;
    padding: 0.3vw 1vw;
    background-color: #ffc90c;
    color: #fff;
    border-radius: 0.6vw;
}

.kh_active p{
    font-size: 1vw;
    margin-top: 1vw;
    color: #666666;
}

.content_list .text_link{
    width: 60%;
    position: relative;
    left: 20%;
    text-align: center;
    color: #666666;
}

.content_list .text_link a {
    display: inline-block;
    padding: 0.5vw 1vw;
    margin-top: 2vw;
    background-color: #ffc90c;
    font-weight: 600;
    color: var(--green-pea);
    border-radius: 10px;
    margin-bottom: 1vw;
}

/*VÀO HỌC*/

.main_khoahoc {
    margin-bottom: 3vw;
}

.kh_title{
    color: var(--green-pea);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 600;
}

.kh_desc h2,
.kh_desc h3{
    font-size: 1vw;
}  

.kh_desc{
    height: 8vw;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
    padding-bottom: 2vw;
}

.kh_desc.expanded {
    height: auto; 
}

.show_more{
    display: none;    
}

.show_more.active{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    align-content: center;
    height: 2vw;
    background: #fff;
    color: var(--green-pea);
    font-family: var(--font-family-montserrat);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
}



.main_khoahoc .tieude {
    width: 100%;
    min-height: 3vw;
    background-color: var(--supernova);
    align-content: center;
    border-radius: 1vw 1vw 0 0;
    color: var(--green-pea);
    font-weight: 700;
    box-sizing: border-box;
    padding: 0.5vw 1vw;
}

.hocphan {
    width: 100%;
    min-height: 3vw;
    background-color: #e6e6e6;
    align-content: center;
    padding-left: 1vw;
    color: var(--green-pea);
    margin: 0.2vw 0;
    position: relative;
    padding: 0.5vw 1vw;
    box-sizing: border-box;
    display: flex;
}

.hocphan span{
    position: absolute;
    width: 1vw;
    height: 1vw;
    right: 1vw;
    top: 1vw;
    background-image: url('/wp-content/themes/growdemy/images/icon_down.png');
    /* background-color: #fff; */
    background-size: 100%;
    background-repeat: no-repeat;
}

.hocphan.active span{
    background-image: url('/wp-content/themes/growdemy/images/icon_up.png');
}

.hocphan span>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hoclieu_list {
    padding-left: 1vw;
    height: 0;
    overflow: hidden;
    
}

.hoclieu_list {
    padding-left: 1vw;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.hoclieu_list.active{
    height: auto;
}

.hoclieu {
    width: 100%;
    background-color: transparent;
    align-items: center;
    color: var(--green-pea);
    border: 1px #ccc solid;
    margin: 0.2vw 0;
    min-height: 3vw;
    padding: 0.5vw 1vw;
    box-sizing: border-box;
    display: flex
;
}

.main_khoahoc .btn_view,
.main_khoahoc .btn_ontap{
    float: right;
    background-color: #DF0000;
    border: navajowhite;
    padding: 0.3vw;
    color: #fff;
    cursor: pointer;
    min-width: 12vw;
    border-radius: 0.3vw;
} 

/*LUYEn TAP*/

.luyentap_container{
    display: flex;
    position: relative;
    width: 70vw;
    left: 15vw;
    background-color: #FFF5D2;
    box-sizing: border-box;
    padding: 1vw;
    margin: 3vw 0;
    border-radius: 1vw;
    flex-direction: column;
}

.luyentap_container .timmer{
    text-align: center;
}

.luyentap_main{
    display: flex;
}

.luyentap_container .cauhoi_list{
    width: 20%;
    display: flex;
    flex-direction: column;
}

.luyentap_container .luyentap_tool{
    width: 15%;
}

.luyentap_container .luyentap_info {
    flex: auto;
    width: 70%;
}

.luyentap_container .luyentap_item{
    display: none;
}

.luyentap_container .luyentap_item.active{
    display: block;
}

.luyentap_container .cauhoi_list .cauhoi_item{    
    text-align: center;
}

.luyentap_container .cauhoi_item h3 {
    display: inline-block;
    margin: 0.5vw 0;
    padding: 0.5vw 1vw;
    background-color: #fff;
    font-size: 1vw;
    border: 1px #ccc solid;
    border-radius: 0.5vw;
}

.luyentap_container .cauhoi_item.active h3{
    background-color: #ccc;
}

.luyentap_container .cauhoi_item.false h3 {
    background-color: #CD0000;
    color: #fff;
}

.luyentap_container .cauhoi_item.true h3 {
    background-color: var(--green-pea);
    color: #fff;
}

.ltool_list {
    text-align: center;
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
}

.ltool_item {
    width: 2.5vw;
    height: 2.5vw;
    background-color: var(--supernova);
    margin-bottom: 1vw;
    padding: 0.7vw;
    text-align: center;
    border-radius: 1vw;
    font-weight: 600;
    color: #256727;
} 

.contain_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.luyentap_container .cau_number{    
    text-align: center;
    margin: 1vw;
}

.luyentap_container .cau_number h3 {
    display: inline-block;
    margin: 0.5vw 0;
    padding: 0.5vw 1vw;
    background-color: #256727;
    font-size: 1vw;
    color: #fff;
    border-radius: 0.5vw;
}

.cau_title {
    text-align: center;
    padding: 1vw;
    font-weight: 700;
}

.cau_voice {
    text-align: center;
    margin: 0.5vw;
}

.cau_noidung {
    text-align: center;
    font-weight: 600;
    margin: 1vw;
}

.dapan_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    width: 100%;
}

.cau_form{
    text-align: center;
}

.cau_form.submited .dapan_item{
    pointer-events: none;
}

.luyentap_item.submited .dapan_list,
.luyentap_item.submited .submit_dapan,
.luyentap_item.submited .cau_voice,
.luyentap_item.submited .cau_noidung  
{
    display: none;
}

.luyentap_item.submited .hopnoi .dapan_list  
{
    display: flex;
}

.cau_form .submit_dapan {
    padding: 0.7vw 1vw;
    background-color: var(--supernova);
    font-weight: 600;
    color: var(--green-pea);
    border: none;
    border-radius: 0.5vw;
    cursor: pointer;
    margin-top: 2vw;
}

.motluachon .dapan_item,
.nhieuluachon .dapan_item {
    padding: 0.5vw 2vw;
    background-color: #fff;
    border-radius: 0.5vw;
    border: 1px #ccc solid;
    position: relative;
    cursor: pointer;
    max-width: 25%;
}

.motluachon .dapan_item.active,
.motluachon .dapan_item:hover{
    background-color: #3b8c3d;
    color: #fff;
}

.nhieuluachon .dapan_item.active,
.nhieuluachon .dapan_item:hover{
    background-color: #3b8c3d;
    color: #fff;
}

.motluachon .dapan_item.active:before,
.motluachon .dapan_item:hover:before{
    content: '';
    background-image: url(/wp-content/themes/growdemy/images/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 2vw;
    height: 2vw;
    top: 0vw;
    left: 0.5vw;
    opacity: 0.7;
}

.nhieuluachon .dapan_item.active:before,
.nhieuluachon .dapan_item:hover:before{
    content: '';
    background-image: url(/wp-content/themes/growdemy/images/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 2vw;
    height: 2vw;
    top: 0vw;
    left: 1.3vw;
    opacity: 0.7;
}

.ketqua_header {
    width: 100%;    
    display: flex;
    padding: 0.5vw;
    align-items: center;
    gap: 1vw;
    border-radius: 0.5vw;
    margin-top: 2vw;
}

.ketqua_header h3{
    flex: auto;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.cau_view {
    text-align: center;
}

.cau_ketqua{
    display: none;
}

.dienkhuyet .dapan_item{
    padding: 0.5vw;
    border-radius: 10px;
}

.cau_ketqua.active{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cau_ketqua.true .ketqua_header {
    background-color: #6DC600;
}

.cau_ketqua.false .ketqua_header {
    background-color: #CD0000;
}

.btn_xemdapan{
    padding: 0.7vw 1vw;
    background-color: var(--supernova);
    font-weight: 600;
    color: var(--green-pea);
    border: none;
    border-radius: 0.5vw;
    cursor: pointer;
    height: 2vw;
}

.btn_next{
    padding: 0.7vw 1vw;
    background-color: var(--supernova);
    font-weight: 600;
    color: var(--green-pea);
    border: none;
    border-radius: 0.5vw;
    cursor: pointer;
    height: 2vw;
}

.ketqua_content {
    background-color: #fff;
    width: 100%;
    padding: 0.5vw;
    text-align: center;
    display: none;
}

.ketqua_content.active{
    display: block;
}

.dapandung_value{
    font-size: 1.5vw;
}

.cau_tongket {
    text-align: center;
    margin-top: 5vw;
}

.cau_tongket button.tongket {
    padding: 0.7vw 1vw;
    background-color: var(--supernova);
    font-weight: 700;
    color: var(--green-pea);
    border-radius: 0.5vw;
    cursor: pointer;
    height: 2.2vw;
    border: 1px #256727 solid;
    box-shadow: 0px 2px 1px 1px #25672791;
}

.p_hoclieu .status {
    display: flex;
    align-items: center;
    margin-left: 1vw;
    font-size: 90%;
}

.cau_tongket button.back {
    padding: 0.7vw 1vw;
    background-color: #256727;
    font-weight: 700;
    color: #fff;
    border-radius: 0.5vw;
    cursor: pointer;
    height: 2.2vw;
    border: 1px #256727 solid;
    box-shadow: 0px 2px 1px 1px #25672791;
}

.ketqua_title {
    display: flex;
    align-items: center;
    flex: auto;
    padding-left: 3vw;
}

.ketqua_title h3{
    position: relative;
}

.ketqua_title.false h3:before {
    content: '';
    width: 1.2vw;
    height: 1.2vw;
    background-image: url(/wp-content/themes/growdemy/images/sai_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -1.8vw;
    top: 0;
}

.ketqua_title.true h3:before {
    content: '';
    width: 1.2vw;
    height: 1.2vw;
    background-image: url(/wp-content/themes/growdemy/images/dung_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -1.8vw;
    top: 0;
}

.hoclieu_title {
    width: 65%;
}

.cau_view img{
    width: 100%;
    object-fit: contain;
} 

.qrcode{
    width: 100px;
    height: 100px;
}

.dangkyhoc .xpost_form {
    width: 70%;
}

.dangkyhoc {
    justify-content: center;
    display: flex;
    width: 100%;
}

form.form_dangky {
    width: 70%;
    position: relative;
    left: 12%;
}

.form_dangky input.form-input,
.dangkyhoc input.form-input {
    width: 100%;
    padding: 9px 10px;
    border-radius: 10px;
    border: none;
    margin: 4px;
    color: var(--green-pea);
    font-weight: 600;
}

.form_dangky input.btn,
.dangkyhoc input.btn {
    padding: 7px 15px;
    background-color: var(--supernova);
    border: none;
    margin-top: 15px;
    border-radius: 10px;
    font-weight: 700;
    color: #256727;
}

.qrcode {
    width: 30%;
    position: relative;
    height: 30%;
    left: 35%;
}

.qrcode img{
    object-fit: contain !important;
    border-radius: 0 !important;
}


span.price_1 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

span.price_1:after {
    background-color: var(--white);
    content: '';
    width: 110%;
    height: 1px;
    position: absolute;
    bottom: 9px;
    left: -6px;
    z-index: 3;
}

.sub_text{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

span.price_2 {
    font-size: 20px;
    color: var(--supernova);
    font-weight: 700;
    position: relative;
}

.hopnoi .dapan_list {
    gap: 1vw;
    flex-direction: column;
}

.hopnoi_item {
    flex: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.hopnoi .content1{
    width: 40%;
    text-align: center;
} 

.hopnoi .content2{
    width: 40%;
    text-align: center;
}

.hopnoi .content1 p, .hopnoi .content2 p{
    padding: 5px;
    margin: 0;
}

.hopnoi_item .dapan_item{
    width: 20%;
    text-align: left;
    justify-content: left;
}

.hopnoi_item .dapan_item input {
    width: 25px;
    height: 25px;
    margin: 10px;
    text-align: center;
}

.hopnoi_item .content2 img {
    width: 12vw;
    height: 6vw;
    object-fit: cover;
    border-radius: 10px;
}

.hopnoi_item input[type="number"]::-webkit-outer-spin-button,
.hopnoi_item input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hopnoi_item input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

.cau_noidung p {
    font-size: inherit;
    /* font-weight: inherit; */
}
 

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #c4c4c4 !important;
    margin-top: 15px;
    border-radius: 50px;
}

.content1, .content2 {
    background-color: #ffffffb8;
    position: relative;
    padding: 10px 1.3vw;
    border-radius: 10px;
}

.icon_q {
    position: absolute;
    background-color: #7fa680;
    border: 1px #ffffff solid;
    width: 2vw;
    height: 2vw;
    text-align: center;
    align-content: center;
    border-radius: 100%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    left: -1vw;
}

.q_img {
    width: 100%;
    max-width: 70%;
    height: 7vw;
    border-radius: 10px;
    object-fit: cover;
}

.dapan_item p{
    margin: 0;
    padding: 0;
}

.item_dienkhuyet .cau_noidung span{
    background-color: #fff;
    color: #256727;
    font-size: 16px;
    padding: 4px 8px;
}

.cau_title p{
    padding: 0;
    margin: 0;
    font-size: inherit;
}

.cau_giaithich p{
    text-align: center;
}


.keotha_box {
    min-width: 200px;
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    margin: 11px auto;
    border-radius: 10px;
    border: 1px #ccc solid;
    left: 35%;
    width: 30%;
    position: relative;
}

.fulldapan span{
    font-size: 80%;
    color: var(--green-pea);
    font-weight: 400;
}

.fulldapan{
    font-size: 100%;    
    color: var(--supernova);  
    font-weight: 600;
}

.view_hoso {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Khoảng cách giữa các item */
}

.view_hoso .user_item {
    width: calc(25% - 10px); /* Chia 3 cột, trừ đi khoảng cách */
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    max-width: 250px;
}

.view_hoso  .user_item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    padding: 2px;
    cursor: pointer;
    border: 3px #FFF solid;
}

.lam_lai{
    margin-top: 5vw;
}

.lam_lai a{
    color: #256727;
    padding: 10px;
    background-color: #ffffff;
    border: #256727 solid;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 600;
}

#tongket{
    display: flex;
    background-color: #fff;
    padding: 2vw;
    margin-top: 3vw;
    gap: 2vw;
    border-radius: 1vw;
}

.tongket_diem{
    width: 30%;
    font-size: medium;
}

.diem{
    text-align: center;
}

.tongket_hoanthanh {
    text-align: center;
    margin-top: 2vw;
}

.icon_image_diem{
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
    margin: 0 auto;
    width: 2vw;
    height: 2vw;
}

.icon_image_hoanthanh{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
    margin: 0 auto;
    width: 2vw;
    height: 2vw;
}

.diemso {
    font-size: larger;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

.icon_image_diem img{
    padding: 0;
    width: 1.3vw;
    height: 1.3vw;
    position: relative;
    top: 0.3vw;
    left: 0.1vw;
}

.icon_image_hoanthanh img {
    padding: 0;
    width: 1vw;
    height: 1vw;
    position: relative;
    top: 0.5vw;
    left: 0vw;
}

.rounded-full {
    border-radius: 9999px;
}

.tongket_diem h3{
    text-align: center;
}

.btn_default{
    background-color: var(--supernova);
    padding: 5px 15px;
    border: navajowhite;
    border-radius: 1vw;
    font-weight: 700;
    color: var(--green-pea);
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-center{
    text-align: center;
}

.view_hoso .user_item.active img , .view_hoso  .user_item:hover img{
    border: 3px #FFC90F solid;
}

.view_hoso .user_item.active h4 , .view_hoso  .user_item:hover h4{
    color: var(--green-pea);
}

.hp_title {
    width: 70%;
}

.hp_trangthai {
    width: 30%;
}

.info_status.chuahoc {
    display: inline-block;
    background-color: #DF0000;
    border: navajowhite;
    padding: 0.3vw;
    color: #fff;
    cursor: pointer;
    border-radius: 0.3vw;
    font-size: 70%;
}

.info_status.danghoc {
    display: inline-block;
    background-color: #1ADCF1;
    border: navajowhite;
    padding: 0.3vw;
    color: #fff;
    cursor: pointer;
    border-radius: 0.3vw;
    font-size: 70%;
}

.info_status.dahoc {
    display: inline-block;
    background-color: #A9CF00;
    border: navajowhite;
    padding: 0.3vw;
    color: #fff;
    cursor: pointer;
    border-radius: 0.3vw;
    font-size: 70%;
}

.form_info .form-group{
    display: flex;
    gap: 5%;
    width: 80%;
    position: relative;
    left: 10%;
} 

.form_info .form-label{
    width: 30%;
    font-size: 80%;
} 


.form_info .form-input input,
.form_info .form-input select {
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 90%;
}

.form_info input[type="radio"]{
    width: auto;
    margin-left: 15px;
}

.form_info .form-input button{
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 90%;
    background-color: #ffc90c;
    color: #256727;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.form_info .form-input button:hover{
    background-color: #DF0000;
    color: #fff;
}

.mk_page .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: gray;
}

.mk_page .form-group{
    position: relative;
}

.form_info .form-input {
    display: flex;
    box-sizing: border-box;
    width: 70%;
} 

.mk_page button:disabled {
    background-color: #ccc;
}

.mk_page .error {
    color: red;
    font-size: 14px;
    display: none;
}
.mk_page .success {
    color: green;
    font-size: 14px;
    display: none;
}


@media screen and (max-width: 768px) {
    .user_container {
        flex-direction: column;
    }

    .user_maintitle {
        font-size: 4vw;
    }

    .nhanxet h3, .nhanxet p {
        font-size: 3.5vw;
        color: var(--green-pea);
    }

    .user_main {
        width: 100%;
        padding: 3vw;
    }

    .user_info {
        width: 100%;
        display: flex    ;
    }

    .user_top {
        width: 40%;
        text-align: center;
    }

    .user_menu {
        width: 60%;
        border: 1px #ccc solid;
    }

    .user_name {
        font-size: 3.1vw;
    }

    .user_menu .menu_item {
        text-align: center;
        padding: 1.5vw;
        background-color: #ececec;
        margin-top: 1px;
    }

    .user_top >img {
        left: 0;
    }

    .khoahoc_list {
        display: grid    ;
        grid-template-columns: 1fr;
        gap: 3vw;
    }

    .khoahoc_title {
        color: var(--supernova);
        font-size: 4vw;
        margin: 2vw;
    }

    .khoahoc_mota {
        color: #fff;
        margin-bottom: 2vw;
        padding: 0 2vw;
        font-size: 3vw;
        line-height: 3vw;
    }

    .khoahoc_action {
        background-color: var(--supernova);
        height: 5vw;
        padding: 0 1vw;
        border: navajowhite;
        border-radius: 1vw;
        font-weight: 700;
        color: var(--green-pea);
        align-content: center;
        width: 40%;
        position: relative;
        left: 30%;
        font-size: 2.5vw;
        cursor: pointer;
    }

    .khoahoc_status {
        margin: 2vw 0;
        width: 100%;
        text-align: center;
    }

    .khoahoc_status span {
        display: inline-block;
        background-color: var(--supernova);
        padding: 1.1vw 3vw;
        border-radius: 2.3vw;
        color: #fff;
        font-size: 2.7vw;
    }

    .nav_item {
        height: 5vw;
        font-size: 3vw;
    }
    .content_list {
        width: 90vw;
        left: 5vw;
        position: relative;
    }

    .kh_info {
        display: flex;
        gap: 1vw;
        background-color: #f36d01;
        border-radius: 1vw;
        width: 80%;
    }

    .kh_info .img_box {
        width: 20vw;
        height: 18vw;
        padding: 0.3vw;
    }

    .text_box h3 {
        padding: 0 2vw;
        font-size: 2.5vw;
        color: var(--supernova);
    }

    .text_box .desc {
        padding: 0 2vw;
        font-size: 3vw;
    }

    .kh_active p {
        font-size: 2.5vw;
    }

    .kh_active .status {
        font-size: 3vw;
    }

    .content_list .text_link {
        width: 80%;
        position: relative;
        left: 10%;
        text-align: center;
        color: #666666;
        font-size: 3vw;
    }

    .content_list .text_link a {
        display: inline-block;
        padding: 1.5vw 4vw;
        margin-top: 4vw;
        background-color: #ffc90c;
        font-weight: 600;
        color: var(--green-pea);
        border-radius: 10px;
        margin-bottom: 1vw;
    }

    .user_container {
        width: 90vw;
        left: 5vw;
    }

    .baocao .main_thongke {
        flex-direction: column-reverse;
    }

    .thongke_filter h3 {
        font-size: 2.9vw;
    }

    .thongke_filter select {
        padding: 1.3vw;
        font-size: 2.8vw;
        font-weight: 600;
        margin: 8px 0;
        width: 60%;
    }

    .thongke_filter button {
        background-color: var(--supernova);
        border: navajowhite;
        padding: 1.4vw;
        border-radius: 10px;
        font-size: 2.8vw;
        text-transform: uppercase;
        font-weight: 600;
        color: var(--green-pea);
        width: 60%;
    }

    .baocao .thongke_box {
        width: 100%;
    }

    .baocao .thongke_item {
        gap: 2vw;
        font-size: 2.9vw;
        border-bottom: 1px #ccc solid;
        padding-bottom: 1.3vw;
    }

   .thongke_box h3{
        font-size: 3vw;
    }

    .baocao {
        flex-direction: column;
        gap: 2vw;
        font-size: 3vw;
    }

    .baocao .monhoc {
        gap: 3vw;
        flex-direction: column;
    }

    .baocao .mon_list {
        gap: 2vw;
        flex-direction: column;
    }

    .main_khoahoc .tieude {
        font-size: 3vw;
        width: 100%;
        min-height: 7vw;
    }

    #kh_header {
        width: 100vw;
        height: 27vw;
        text-align: center;
    }

    .hocphan {
        width: 100%;
        font-size: 3vw;
        min-height: 7vw;
    }

    .hocphan span {
        position: absolute;
        width: 3vw;
        height: 3vw;
        right: 2vw;
        top: 2vw;
    }

    .luyentap_main {
        flex-direction: column;
    }

    .luyentap_container .cauhoi_list {
        width: 100%;
        flex-direction: unset;
    }

    .luyentap_container .timmer {
        text-align: center;
        font-size: 3vw;
        margin-top: 10px;
    }

    .luyentap_container .cauhoi_item h3 {
        display: inline-block;
        margin: 2.5vw 3px;
        padding: 1.5vw 2vw;
        background-color: #fff;
        font-size: 3vw;
        border: 1px #ccc solid;
        border-radius: 0.5vw;
    }

    .luyentap_container .cauhoi_list {
        width: 100%;
        flex-direction: unset;
        align-items: center;
        justify-content: center;
    }

    .luyentap_container .luyentap_info {
        flex: auto;
        width: 100%;
    }

    .luyentap_container {
        width: 90vw;
        left: 5vw;
        background-color: #FFF5D2;
        box-sizing: border-box;
        padding: 3vw;
        margin: 5vw 0;
        border-radius: 1vw;
        flex-direction: column;
    }

    .cau_voice audio {
        height: 30px;
        margin: 2vw;
    }

    .luyentap_container .cau_number h3 {
        display: inline-block;
        margin: 0.5vw 0;
        padding: 1.5vw 3vw;
        background-color: #256727;
        font-size: 3vw;
        color: #fff;
        border-radius: 1.5vw;
    }

    .cau_title {
        text-align: center;
        padding: 1vw;
        font-weight: 700;
        font-size: 4vw;
    }

    .cau_noidung {
        text-align: center;
        font-weight: 600;
        margin: 3vw 1vw;
        font-size: 3vw;
    }

    .motluachon .dapan_item, 
    .nhieuluachon .dapan_item {
        font-size: 4vw;
        padding: 1.5vw 3vw;
        background-color: #fff;
        border-radius: 0.5vw;
        border: 1px #ccc solid;
        position: relative;
        cursor: pointer;
    }

    .ltool_list {
        flex-direction: unset;
    }

    .luyentap_container .luyentap_tool {
        width: 100%;
    }

    .cau_form .submit_dapan {
        padding: 1.7vw 3vw;
        background-color: var(--supernova);
        font-weight: 600;
        color: var(--green-pea);
        border: none;
        border-radius: 1.5vw;
        cursor: pointer;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    .ltool_item {
        width: 5.5vw;
        height: 5.5vw;
        background-color: var(--supernova);
        margin-bottom: 1vw;
        padding: 1.7vw;
        text-align: center;
        border-radius: 1vw;
        font-weight: 600;
        color: #256727;
    }

    .ltool_list {
        flex-direction: unset;
        gap: 2vw;
        justify-content: center;
    }

    .ltool_item.ltool_dapan {
        font-size: 2.5vw;
        width: 13vw;
    }

    .cau_tongket button {
        padding: 1.7vw 4vw;
        background-color: var(--supernova);
        font-weight: 600;
        color: var(--green-pea);
        border: none;
        border-radius: 1.5vw;
        cursor: pointer;
        height: 7vw;
        margin: 3vw;
    }

    .dienkhuyet .dapan_item {
        padding: 1.5vw;
        border-radius: 10px;
    }

    .motluachon .dapan_item.active:before, .motluachon .dapan_item:hover:before {
        content: '';
        background-image: url(/wp-content/themes/growdemy/images/check.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0vw;
        left: 1vw;
        opacity: 0.7;
    }

    .nhieuluachon .dapan_item.active:before, .nhieuluachon .dapan_item:hover:before {
        content: '';
        background-image: url(/wp-content/themes/growdemy/images/check.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0vw;
        left: 1vw;
        opacity: 0.7;
    }
}
