/*
Theme Name: Test Theme - Thienduc
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thienduc
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


#header, #footer{
height: 0;
opacity: 0;
visibility: hidden;
display: none;
}


body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
* {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
	background-color: #eff1f3;
	height: 100vh;
	padding: 30px;
}
.container .header {
	height: fit-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container .header i {
	font-size: 40px;
	cursor: pointer;
}
.container .header p {
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	color: #0e7cf1;
}
#hskList .hsk-item:nth-last-child(2) {
margin-bottom: 2px;
}
.noti_no_hsk.active{
opacity: 1;
visibility: visible;
}
.noti_no_hsk {
margin-bottom: 30px;
opacity: 0;
visibility: hidden;
}
.container p {
	margin: 0;
}
.container .title {
	font-size: 30px;
}
.container .sub_title {
	color: #83889e;
}
.container .hsk-item {
	cursor: pointer;
	display: block;
	transition: all 0.5s ease;
	padding: 15px 10px;
	margin-block: 20px;
	border-radius: 10px;
	border: 1px solid lightgray;
}
.container .selected {
	border: 1px solid #0e7cf1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.container .startButton {
	padding: 15px 10px;
	border-radius: 10px;
	border: none;
	width: 100%;
	color: white;
	background: linear-gradient(97deg, #016aed 0%, #43c3ff 100%);
	cursor: pointer;
}
.container .disabled {
	cursor: context-menu !important;
	background: gray;
}
.body-quest {
	margin: 0 auto;
	max-width: 600px;
	background-image: linear-gradient(180deg, #016aed 0%, #43c3ff 100%);
	height: 100vh;
	padding: 20px;
}
.body-quest p {
	margin: 0;
}
.body-quest .header {
	position: relative;
}
.body-quest .header i {
	font-size: 40px;
	cursor: pointer;
	color: white;
}
.body-quest .header .record {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	line-height: 40px;
	color: white;
}
.body-quest .box-ans {
	margin-top: 20px;
	background-color: white;
	border-radius: 20px;
	padding: 20px;
}
.body-quest .option {
	display: flex;
	gap: 10px;
	padding: 15px 10px;
	border: 1px solid lightgray;
	margin-bottom: 20px;
	border-radius: 10px;
	position: relative;
}
.body-quest .selected {
	border: 1px solid #0e7cf1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.body-quest .optionLetter {
	color: gray;
}
.body-quest #nextButton {
	width: 100%;
	border-radius: 10px;
	border: none;
	padding: 10px;
	margin-top: 20px;
	font-size: 20px;
	background-color: white;
	cursor: pointer;
}
.finish_body {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	    justify-content: center;
}
.finish_body .sub_title p {
    margin: 10px auto;
    text-align: center;
    font-size: 20px;
}
.finish_body .header {
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 20px;
}
.content_text h2 {
    margin: 0;
    text-align: center;
    font-size: 60px;
    color: #444;
}
.finish_body .header i {
	font-size: 40px;
	cursor: pointer;
	color: #000;
}
.finish_body .header .record {
	position: absolute;
    top: 30px;
    left: 65px;
    line-height: 40px;
    color: #000000;
    border-radius: 8px;
    background: #FEBE10;
    padding: 0 20px;
    font-size: 18px;
}
hr{
opacity: 0;
display: none;
}
.finish_body .box_body {
	width: 100%;
	border-radius: 16px;
	height: inherit;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.finish_body .box_body .box-content {
	width: 100%;
    padding:30px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between
}
.finish_body .box_body p {
	font-size: 20px;
}
.finish_body .box_body .title {
	font-size: 30px;
}
.finish_body .box_body .box-info {
	padding: 30px;
}
.finish_body .box_body .box-score {
	border: 1px solid lightgray;
	padding: 30px;
	border-radius: 20px;
}
.finish_body .box_body .box-score .box-top {
	margin-bottom: 20px;
}
.finish_body .box_body .box-score .box-top p {
	color: #83889e;
}
.finish_body .box_body .box-score .box-top p:nth-child(2) {
	margin-top: 8px;
	color: #0e7cf1;
}
.finish_body .box_body .box-score .box-bottom {
	padding-top: 20px;
	display: flex;
	border-top: 1px solid lightgray;
	gap: 30px;
}
.finish_body .box_body .box-score .box-bottom .col-left {
	flex: 2;
}
.finish_body .box_body .box-score .box-bottom .col-left p {
	color: #83889e;
}
.finish_body .box_body .box-score .box-bottom .col-left p:nth-child(2) {
	margin-top: 8px;
	color: #0e7cf1;
}
.finish_body .box_body .box-score .box-bottom .col-right {
	flex: 1;
}
.finish_body .box_body .box-score .box-bottom .col-right p {
	color: #83889e;
}
.finish_body .box_body .box-score .box-bottom .col-right p:nth-child(2) {
	margin-top: 8px;
	color: #0e7cf1;
}
.finish_body .goback {
	background: linear-gradient(98deg, #016aed 0%, #43c3ff 100%);
	padding: 20px;
	border: none;
	border-radius: 10px;
	color: white;
	font-size: 30px;
	min-width: 320px;
}
.finish_body .btn-view {
	margin-top: 30px;
	font-size: 30px !important;
}
.login_body {
	margin: 0 auto;
/*	max-width: 600px;*/
	/* background-color: #f8f9fa; */
	height: calc(100vh - 2px);
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.login_body .box_login {
	display: flex;
    gap: 8px;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}
.login_body h2 {
	text-align: center;
	color: #333;
}
.login_body input {
	font-size: 20px;
	padding: 15px 10px;
	border: 1px solid #FEBE10;
	border-radius: 4px;
	border-radius: 16px;
	color: #000;
}
.login_body ::placeholder {
	font-size: 20px;
	color: #8E8E93;
}
.login_body .boder{
	width: 100%;
	border-radius: 16px;
	position: relative;
	background: linear-gradient(0deg, #D5980A 0%, #FDE1A1 100%);
	padding: 4px;
}
.login_body .boder button {
	width: 100%;
	padding: 15px 10px;
	border-radius:16px;
	background: linear-gradient(180deg, #DB9834 0%, #FDBC13 100%);
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	border: none;
}
/*.login_body button:disabled {
	background: #FEBE10;
	opacity: 0.8;
	cursor: not-allowed;
}*/
@media only screen and (max-width: 800px) {
	.finish_body .box_body .box-info {
		padding: 0;
		padding-block: 30px;
 }
	.finish_body .box_body p {
		font-size: 16px;
 }
	.finish_body .goback {
		width: 100%;
		font-size: 20px;
		padding: 10px;
 }
	.finish_body .btn-view {
		font-size: 16px !important;
 }
}
.modal {

	visibility: hidden;
	opacity: 0;
	transition: all 500ms;
	position: fixed;
	z-index: 999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal.show{
	visibility: visible;
	opacity: 1;
	transition: all 500ms;
}

@media only screen and (min-width:550px){
	.modal .modal-content {
		width: 30%;
	}
}

.modal .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	
	min-width: 350px;
	border-radius: 10px;
}
.modal .modal-content .warn {
	font-weight: 600;
	font-size: 20px;
}
.modal .modal-content .sub_warn {
	margin-bottom: 30px;
}
.modal .modal-content .box_btn {
	display: flex;
	gap: 20px;
}
.modal .modal-content .box_btn button {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding: 10px 5px;
	border-radius: 30px;
	cursor: pointer;
}
.modal .modal-content .box_btn #logBtn {
	color: #0e7cf1;
}
.modal .modal-content .box_btn #logBtn:hover{
	color: #fff;
	background: linear-gradient(180deg, #DB9834 0%, #FDBC13 100%);
	border: none;
}
.modal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.modal .close:hover, .modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.login_body {
/*    background: url("./assets/bg-293c9f68.png") top left/cover no-repeat;*/
	position: relative;
}
.login_body h2 {
	font-size: 60px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	margin-top: -10px;
}
.login_body .noidung .logo img {
    height: 70px;
    object-fit: scale-down;
}
.login_body .note {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-weight: 400;
}
.login_body .coppyright {
	position: absolute;
	bottom: 20px;
	font-size: 24px;
	max-width: 75%;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
}
.login_body .button.btn_sign {
	font-size: 30px;
	background: #fff;
	color: #000;
	padding: 20px 10px;
	margin-bottom: 20px;
	border-radius: 15px;
}
.login_body .button.btn_sign:hover {
	background: #eee;
}
.login_body button#login_other {
	font-size: 30px;
	background: transparent;
	color: #fff;
	padding: 20px 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 15px;
}
.login_body button#login_other:hover {
	background: #fefefe;
	color: #000;
}

section#main_content {
    background: #D79534;
}
.login_body{
	overflow-y: hidden;
}

.login_body .row .col .noidung{
	z-index: 99;
	position: relative;
	margin: auto;
	text-align: center;
	background: #8A5723;
	border-radius: 50%;
	padding: 80px;
	height: 555px;
	width: 555px;

}
.login_body .box_login input{
	max-width: 500px;
}
.login_body .row .col .noidung::after {
    content: '';
    position: absolute;
    top: -80px; 
    left: -80px; 
    width: calc(100% + 160px); 
    height: calc(100% + 160px); 
    background: rgba(0, 0, 0, 0.2); 
    border-radius: 50%; 
    z-index: -1; 
    opacity: 0.1;
	background: #895501;
	
}
.login_body .row .col .noidung::before {
    content: '';
    position: absolute;
    top: -160px; 
    left: -160px; 
    width: calc(100% + 320px); 
    height: calc(100% + 320px); 
    background: rgba(0, 0, 0, 0.2); 
    border-radius: 50%; 
    z-index: -2; 
    opacity: 0.05;
	background: #895501;
	 animation: pulse 6s infinite ease-in-out;
}
.logotext{
	position: absolute;
	bottom: 30px;
	left: 40px;
}


/* Keyframes cho ::before (má»Ÿ rá»™ng vÃ  má» dáº§n) */
@keyframes pulse {
    0% {
       
        opacity: 0.05;
    }
    50% {
        
        opacity: 0.1;
    }
    100% {
       
        opacity: 0.05;
    }
}}
.logotext{
	position: absolute;
	left: 40px;
	bottom: 30px;
}
.finish_body .header .row_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.finish_body .box_body .box-info {
    padding: 20px;
    border: 1px solid #FEBE10;
    border-radius: 16px;
    width: 330px;
}
.finish_body .box_body .box-info.col_left.col40 p{
	font-size: 20px;
	color: #000;
	margin: 0 0 8px 0;
}
.finish_body .box_body .box-score{
	width: calc(100%  - 435px);
	 padding: 20px;
    border: 1px solid #FEBE10;
    border-radius: 16px;
}
.col_table {
    display: flex;
    justify-content: space-between;
}
.col_table .icon{
	position: relative;
	margin-bottom: 15px;
}
.col_table .icon img{
	    margin-bottom: -10px;
}
.btn_last {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
    margin: auto;
}
.btn_last .btn-view a{
	border-radius: 16px;
	border:1px solid #DC9A37;
	width: 320px;
	margin: 0 20px;
	padding:15px 20px;
}
.btn_finish  .border_btn {
    width: 100%;
    border-radius: 16px;
    position: relative;
    background: linear-gradient(0deg, #D5980A 0%, #FDE1A1 100%);
    padding: 4px;
}
.btn_finish  .border_btn button{
	width: 100%;
    padding: 15px 10px;
    border-radius: 16px;
    background: linear-gradient(180deg, #DB9834 0%, #FDBC13 100%);
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
}
.box-score.col_right.col60 .noidung{
	color: #007AFF;
	font-weight: 500;
	
}
@media only screen and (max-width:550px){
    .modal .modal-content{
        width: 85% !important;
    }
    .modal .modal-content .box_btn button{
        font-size: 20px;
    }
    section#main_content{
        padding: 0;
    }
}
@media only screen and (max-width:550px){
    .box-ans div#answerOptions{
        grid-template-columns: repeat(1, 1fr);
    }
    .modal .modal-content{
    	min-width: 215px;
    }
    .modal.show{
    	padding-top: 50px;
    }
    section#main_content{
    	padding: 10px;
    }
    .chooselevel .row_header .content_text .title {
    	font-size: 30px;
    }
    .chooselevel .logo {
	    margin: 10px auto;
	}
	.chooselevel .row_header .logo .record img {
	    margin-bottom: 50px;
	    margin: auto;
	    display: block;
	    text-align: center;
	}
	.chooselevel .row_content div#hskList{
		display: block;
	}
	.container .hsk-item{
		    margin-bottom: 15px !important;
	}
}
@media screen and (max-width:550px){
    .login_body h2{
      font-size: 30px;
      margin:-5px 0 10px;
    }
    .login_body .row .col .noidung img{
    	height: 40px;
    	object-fit: scale-down;
    }
    .login_body .note{
    	font-size: 16px;
    }
    .login_body .box_login input{
    	font-size: 14px;
    	padding: 10px 20px;
    	border-radius: 8px;

    }
    .login_body .boder button{
    	padding: 10px;
    	font-size: 14px;
    }
    .login_body .row .col .noidung{
    	border-radius: 5%;
    }
    .login_body .row .col .noidung::after,.login_body .row .col .noidung::before{
    	display: none;
    }
    .login_body .row, .login_body .row .col{
    	    flex-basis: 90.3333%;
    }

}
@media only screen and (min-width:850px){
	footer#footer {
	    margin-top: -5px;
	    padding-top: 5px;
	}
}
@media only screen and (max-width:850px){
	.finish_body   .content_text h2{
            font-size: 30px;
            letter-spacing: 0px;
    }
    .finish_body .box_body .box-score{
    	width: 100%;
    }
    .btn_last{
    	flex-direction: column;
    }
    .finish_body .box_body .box-info{
    	margin:5px 10px;
    }
    .finish_body .box_body .box-score{
    	margin: 15px 10px 10px;
    }
    body{
    	overflow: visible;
    	
    }
    div#content {
    position: relative;
    overflow-x: hidden;
}
    .btn_last .btn-view a,.finish_body .btn-view{
    	margin-bottom: 10px;
    }
    .btn_finish {
    	margin-top: 10px;
    }
}
@media only screen and (max-width:850px) and (min-width:550px){
	.login_body .box_login input{
    	font-size: 14px;
    	padding: 10px 20px;
    	border-radius: 8px;

    }
    .login_body .boder button{
    	padding: 10px;
    	font-size: 14px;
    }
    .login_body .row .col .noidung{
    	border-radius: 5%;
    }
    .login_body .row .col .noidung::after,.login_body .row .col .noidung::before{
    	display: none;
    }
   
}
@media only screen and (max-width:550px){
	.finish_body .header .record{
		top: 20px;
	}
	.login_body h2{
		letter-spacing: 0;
	}
}

.finish_body .logo  img {
    height: 50px;
        margin-top: -5px;

}