.btnCloseFilter{
	padding-right: 0;
	padding-left: 0;
}
.shop_filters{
    display: flex;
    gap:15px;
    white-space: nowrap;
    align-items: center;
    margin-bottom: 50px;
}
.shop_filters > h2{
    color: #57abcf;
    font-size: 2.5rem;
    padding-right: 30px;
    margin-bottom: 0;
}
.shop_filters .form-select,
.shop_filters .form-control,
.shop_filters .btn,
.shop_filters .keyword{
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 25px;
    font-size: 1.3rem;
}
.shop_filters .keyword{
    overflow: hidden;
    display: flex;
    border-color: #0d56a9;
    flex-grow: 1;
    border: none;
}
.shop_filters .keyword input{
    padding: 0 20px;
    padding-right: 0;
    height: 100%;
    outline: none;
    box-shadow: none;
    background: #0d56a9;
    color: #fff;
}
.shop_filters .keyword input::placeholder{
	color: #fff;
}
.shop_filters .keyword button{
    color: #57abcf;
    font-size: 20px;
    padding: 0 15px;
    background: #0d56a9;
    color: #fff;
}
.shop_filters .keyword > *{
    border: none;
}
.shop_filters .btn-orange{
    background: #f15b11;
    color: #fff;
    border-radius: 30px;
    border: none;
}
.shop_filters .btn-orange:hover{
    background: #ec753a;
    color: #fff;
}
.shop_filters > .btn{
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.shop_filters > .btn i{
    margin-left: 20px;
    color: #000;
}
.shop_filters .form-select{
    padding: 0 30px;
    outline: none;
    box-shadow: none;
    max-width: 320px;
}
.popup_filter .shop_filters{
    display: block;
    padding: 35px 0;
    border-bottom: 2px solid #bebebe;
    margin-bottom: 0;
}
.popup_filter .shop_filters > h4{
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.popup_filter .shop_filters > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    gap: 15px 0;
    flex-wrap: wrap;
}
.popup_filter .shop_filters > ul > li{
    min-width: 50%;
    max-width: 50%;
}
.price_rang{
    display: flex;
    align-items: flex-end;
}
.price_rang label{
    display: block;
    font-weight: 300;
}
.price_rang .ms{
    padding-left: 15px;
    padding-right: 15px;
}
.price_rang input{
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 1.2rem;

}
.popup_h4{
    text-align: center;
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 15px;
}
.popup_filter{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    overflow-y: auto;
    display: none;
}
.popup_filter .fhead{
    font-size: 1.6rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 2px solid #bebebe;
}
.popup_filter .box_filter{
    background: #fff;
    max-width: 600px;
    padding: 35px 35px;
    padding-bottom: 100px;
    min-height: 100%;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;  
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px); 
}
.popup_filter.open .box_filter{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    
}


.langtabbox .nav-pills{
	margin-bottom: 20px;
}
.lesson_lists{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.lesson_lists > li{
	margin-bottom: 10px;
	position: relative;
}
.lesson_lists > li > a{
	display: block;
	font-size: 1.2rem;
	padding: 12px 20px;
	background: #e2e2e2;
	color: #333;
	padding-right: 90px;
}
.lesson_lists > li.open > a{
	background: #cbe4dd;
}
.lesson_lists .card-body{
	position: relative;
	padding: 15px 0;
}
.shop_title{
	color: #333;
	margin: 0;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.lesson_lists > li .fn_option{
	position: absolute;
	right: 5px;
	top: 5px;
}
.fn_choise_option a{
	display: flex;
	align-items: center;
}
.fn_choise_option a span{
	padding-right: 5px;
	font-size: 1.5rem;
	line-height: 1;
}
.fn_choise_option i{
	font-size: 20px;
	line-height: 0;
	margin-left: 5px;
}
.lesson_lists .choise_lists{
}
.lesson_lists .choise_lists > ul{
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.lesson_lists .choise_lists > ul > li{
	display: flex;
	font-size: 1rem;
	padding: 5px 5px;
	position: relative;
	padding-right: 100px;
}
.lesson_lists .choise_lists > ul > li:hover{
	background: #eee;
}
.lesson_lists .choise_lists > ul > li .icon{
	padding-right: 5px;
	min-width: 30px;
	max-width: 30px;
	font-size: 1.2rem;
	line-height: 1.7rem;
	text-align: center;
}
.choise_lists .fn_option .btn{
	font-size: 14px;
	align-items: flex-start;
	padding: 2px 8px;
	min-width: 28px;
}
.btnSort{
	cursor: move;
}
.choise_box{
	display: flex;
	align-items: flex-start;
}
.choise_box .form-check {
	display: flex;
	align-items: center;

}
.choise_box > .form-check .form-check-label{
	font-size: 2rem;
	color: #3881ae;
}
.choise_box .answser{
	padding-left: 20px;
}
.choise_box .answser{
	min-width: calc(100% - 60px);
}
.show_picture{
	height: 0;
	overflow: hidden;
	-webkit-transition: ease all 0.3s;
	-moz-transition: ease all 0.3s;
	-ms-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.check_is_pic{
	display: none;
}
.check_is_pic:checked ~ .show_picture{
	height: inherit;
	overflow: inherit;
}
.view_question{
	min-height: 300px;
}
.view_question > ol{
	border-radius: 0;
	border: none;
}
.view_question > ol > li{
	position: relative;
	border: none;
	margin-bottom: 15px;
	background: #f8f8f8;
}
.view_question > ol > li:hover{
	background: #f1f1f1;
}
.view_question > ol > li .fn_option{
	position: absolute;
	right: 5px;
	top:5px;
}
.view_question > ol > li .fw-bold{
	font-size: 1.2rem;
	color: #3881ae;
	margin-bottom: 5px;
}
.view_question > ol > li .desc{
	display: flex;
	margin-bottom: 15px;
}
.view_question > ol > li .desc .img{
	width: 200px;
}
.view_question > ol > li .desc .name{
	margin-bottom: 5px;
}
.view_question > ol > li .badge{
	width: 25px;
	height: 25px;
	line-height: 0;
	display: flex;
	justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 1rem;
}
.fn_option .btn{
	min-width: 30px;
}
.view_question > ol .ui-state-highlight{
	background: #fffa90!important;
	min-height: 50px;
}
.view_question > ol .ui-sortable-helper{
	opacity: 0.8;
}
.checkout{
	margin-top: 50px;
}
.checkout .inner_header{
	height: auto;
	background: #fff;
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.checkout .inner_header ul.steps{
	list-style: none;
    padding: 0;
    margin: auto;
    display: flex;
    gap: 60px;
    font-size: 1.2rem;
    position: relative;
    justify-content: space-between;
    max-width: 650px;
}
.checkout .inner_header ul.steps > li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 400;
	position: relative;
	z-index: 1;
	min-width: 110px;
	max-width: 110px;
}
.checkout .inner_header ul.steps > li > a .icon{
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background: #a3a3a3;
	color: #fff;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	font-weight: 300;
}
.checkout .inner_header ul.steps > li.active > a .icon{
	background: #f55803;
}
.checkout .inner_header ul.steps > li > a:hover .ms{
	color: #000!important;
}
.checkout .inner_header ul.steps::before{
	content: '';
	position: absolute;
	height: 2px;
	background: linear-gradient( to right,#a3a3a3 0%,#a3a3a3 50%,#a3a3a3 50%,#a3a3a3 100% );
	top: 33px;
	left: 55px;
	right: 55px;
}
.checkout .inner_header ul.steps.c25::before{
	background: linear-gradient(
        to right,
        #f55803 0%,
        #f55803 calc(25% + 25px),
        #a3a3a3 calc(25% + 25px),
        #a3a3a3 100%
    );
}
.checkout .inner_header ul.steps.c75::before{
	background: linear-gradient(
        to right,
        #f55803 0%,
        #f55803 calc(60% + 25px),
        #a3a3a3 calc(25% + 25px),
        #a3a3a3 100%
    );
}
.checkout .inner_header ul.steps.c100::before{
	background: linear-gradient( to right,#f55803 0%,#f55803 25%,#f55803 75%,#f55803 100% );
}
.cart_info{
	display: flex;
	min-height: 500px;
	align-items: flex-start;
	padding: 80px 0;
	padding-bottom: 70px;
}
.cart_info .infos{
	min-width: calc(100% - 500px);
	max-width: calc(100% - 500px);
	padding-right: 150px;
}
.cart_info ul.cart_lists{
	list-style: none;
	padding: 0px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #b4b4b4;
}
.cart_info ul.cart_lists > li{
	padding: 20px 0;
	border-bottom: 1px solid #b4b4b4;
}
.cart_info ul.cart_lists > li:last-child{
	border-bottom: none;
}
.cart_info ul.cart_lists > li .bill_productbox{
	display: flex;
	align-items: center;
}
.cart_info ul.cart_lists > li .bill_productbox .img{
	width: 140px;
}
.cart_info ul.cart_lists > li .bill_productbox .img > img{
	width: 100%;
}
.cart_info ul.cart_lists > li .bill_productbox .info{
	padding-left: 20px;
	max-width: calc(100% - 450px);
	min-width: calc(100% - 450px);
	color: #000;
}
.cart_info ul.cart_lists > li .bill_productbox .unit{
	min-width: 100px;
	max-width: 100px;
}
.cart_info ul.cart_lists > li .bill_productbox .info .subjec{
	font-weight: 400;
	font-size: 1.3rem;
}
.cart_info ul.cart_lists > li .bill_productbox .info .desc{
	color: #999;
	display: flex;
	gap:0 50px;
	padding-top: 10px;
}
.cart_info ul.cart_lists > li .bill_productbox .prices{
	display: flex;
	justify-content: flex-end;
	gap: 0 30px;
	min-width: 300px;
	max-width: 300px;
	font-size: 1.3rem;
}
.cart_info ul.cart_lists > li .bill_productbox .prices .price{
	padding: 0 20px;
}
.cart_info .summary{
	min-width: 500px;
	max-width: 500px;
}
.cart_info .summary .suminfo{
	background: #0d56a9;
	padding: 50px 40px;
	margin-top: 0px;
	color: #fff;
}
.cart_info .summary .suminfo > h4{
	margin-bottom: 20px;
}
.cart_info .summary .suminfo .form-control{
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
.cart_info .summary .suminfo .form-check{
	display: flex;
	align-items: center;
}
.cart_info .summary .suminfo .form-check-label{
	font-size: 1.3rem;
}
.cart_info ul.cart_lists > li .bill_productbox .prices .delete{
	color: #000;
}
.cart_info .subinfo{
	display: flex;
	justify-content: space-between;
	gap:15px;
	font-size: 1.2rem;
	padding-bottom: 15px;
	align-items: center;
}
.cart_info .subinfo.totalinfo{
	font-size: 1.5rem;
	font-weight: 300;
}
.cart_info .subinfo.totalinfo .right{
	font-size: 2.5rem;
}
.cart_info .ck_products > ul > li > .ck_info{
	display: flex;
	align-items: center;
	column-gap: 20px;
	font-size: 1.5rem;
}
.cart_info .ck_products > ul > li > .ck_info .col1{
	flex-grow: 1;
}
.cart_info .ck_products > ul > li > .ck_info .col3{
	min-width: 200px;
	max-width: 200px;
}
.cart_info .ck_products > ul > li > .ck_info .col4{
	font-weight: 400;
}
.cart_info .ck_products > ul > li > .img{
	max-width: 150px;
	min-width: 150px;
}
.bill_info{
	width: 1100px;
	border: 1px solid #b4b4b4;
	margin: auto;
	padding: 50px 60px;
}
.bill_info ul.cart_lists > li .bill_productbox .prices .price{
	padding-right: 0;
}
.bill_info .head{
	display: flex;
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 40px;
}
.bill_info .head .center{
	padding-left: 60px;
	padding-right: 20px;
	font-size: 0.9rem;
	min-width: calc(100% - 380px);
	max-width: calc(100% - 380px);
}
.bill_info .head .center .thk{
	font-weight: 400;
	font-size: 1.2rem;
}
.bill_info .head .center .thk strong{
	color: #0d56a9;
}
.bill_info .head .no{
	white-space: nowrap;
}
.bill_info .address_info{
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #b4b4b4;
}
.bill_info .address_info .left,
.bill_info .address_info .right{
	min-width: 50%;
	max-width: 50%;
}
.bill_info .address_info .info{
	font-size: 0.9rem;
	color: #5c5c5c;
	margin-bottom: 20px;
}
.bill_info .address_info .info .name{
	font-size: 1.1rem;
	font-weight: 400;
	color: #000;
}
.bill_info .address_info .right{
	padding-left: 40px;
	border-left: 1px solid #c92028;
}
.bill_info .sumtotal{
	display: flex;
	justify-content: space-between;
}
.bill_info .sumtotal .logo{
	min-width: 327px;
	max-width: 327px;
}
.bill_info .sumtotal .logo .img{
	display: block;
}
.bill_info .sumtotal .total{
	min-width: 500px;
	max-width: 500px;
	padding-top: 40px;
}
.bill_info .sumtotal .subinfo{
	padding-bottom: 15px;
}
.bill_info .info .badge{
	font-size: 1rem;
	padding: 5px 15px;
}
.help_message{
	max-width: 650px;
	margin: auto;
	text-align: center;
	color: #000;
	font-size: 1.1rem;
	padding-bottom: 100px;
}
/* learn_box */
.learn_box{
	position: relative;
	background: #fff;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y:auto;
}
.learn_box .menu{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
    align-items: center;
    gap: 20px;
}
.learn_box .menu .name{
	font-size: 1.2rem;
	color: #fff;
}
.learn_box .learn_menu{
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	max-width: 600px;
	width: 100%;
	z-index: 2;
	display: flex;
    flex-direction: column;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
	-webkit-transform: translateX(-600px);
	   -moz-transform: translateX(-600px);
	    -ms-transform: translateX(-600px);
	     -o-transform: translateX(-600px);
	        transform: translateX(-600px);
      

}
.learn_box.open .learn_menu{
	box-shadow: 0 0 10px rgb(0 0 0 / 27%);
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}
.learn_box .learn_menu .le_header{
	display: flex;
	background: #58acd0;
	color: #fff;
	padding: 25px 30px;
	align-items: flex-end;
    justify-content: space-between;
    padding-left: 40px;
    min-height: 100px;
    max-height: 100px;
}
.learn_box .learn_menu .le_header .name{
	font-size : 1.8rem;
}
.learn_box .learn_menu .memuinfo{
	min-height: calc(100% - 100px);
	max-height: calc(100% - 100px);
	display: flex;
	flex-direction: column;
}
.learn_box .learn_menu .memuinfo .nav{
	background: #313131;
	min-height: 100px;
	max-height: 100px;
	overflow: hidden;
}
.learn_box .learn_menu .memuinfo .nav .nav-link{
	border-radius: 0;
	border: none;
	color: #fff;
	display: flex;;
	flex-direction: column;
	align-items: center;
	font-size: 1.5rem;
	padding: 20px 20px;
	min-width: 33.33%;
	max-width: 33.33%;
}
.learn_box .learn_menu .memuinfo .nav .nav-link.active{
	background: #3b85b6;
	border: none;
}
.learn_box .learn_menu .memuinfo .tab-content{
	min-height: calc(100% - 100px);
	max-height: calc(100% - 100px);
	overflow-x: auto;
}
.learn_box #learn_body{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.learn_box #learn_body iframe{
	width: 100%;
	height: 100%;
	float: left;
}
.learn_box .learn_menu .memuinfo .accordion{
	border-radius: 0!important;
	border: 0!important;
}
.learn_box .learn_menu .accordion-item .accordion-button{
	border: none!important;
	border-radius: 0!important;
	outline: none!important;
	box-shadow: none!important;
	background: #e8e8e8;
	color: #333;
	padding-left: 40px;
}
.learn_box .accordion-body{
	padding-left: 40px;
}
.learn_box .accordion-item{
	border: none!important;
	margin-bottom: 1px;
}
ul.shop_menu{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.shop_menu > li{
	display: flex;
	font-size: 1rem;
	padding-bottom: 5px;
	align-items: center;
	align-items: flex-start;
	color: #86898b;
}
ul.shop_menu > li.active{
	color: #58acd0;
	font-weight: 400;
}
ul.shop_menu > li .icon{
	font-size: 1.3rem;
	padding-right: 15px;
	text-align: center;
}
ul.shop_menu > li a{
	color: #86898b;
}
ul.shop_menu > li.active a{
	color: #58acd0;
}
.shop_chat .chat_box{
	padding: 30px 40px;
	background: #eee;
}
.shop_chat .chat_box .head{
	font-size: 1.8rem;
	padding-bottom: 5px;
}
.shop_chat .chat_box .head i{
	margin-right: 5px;
	color: #58acd0;
	font-size: 2rem;
}
.shop_chat .chat_box textarea{
	border: none;
	border-radius: 20px;
	width: 100%;
	outline: none;
}
.add_review .btnLogin,
.shop_chat .chat_box .btnLogin{
	font-size: 1.3rem;
	width: auto;
	padding: 10px 80px;
}
.shop_chat .chat_lists{
	padding: 30px 40px;
	padding-bottom: 100px;
}
.shop_chat .chat_lists ul.chat_log{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.shop_chat .chat_lists > h4{
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 300;
}
.shop_chat .chat_lists ul.chat_log > li{
	display: flex;
	margin-bottom: 15px;
	gap:15px;
}
.shop_chat .chat_lists ul.chat_log > li .img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #58acd0;
}
.shop_chat .chat_lists ul.chat_log > li .info{
	padding-top: 5px;
	min-width: calc(100% - 130px);
	max-width: calc(100% - 130px);
}
.shop_chat .chat_lists ul.chat_log > li .info .teacher{
	color: #999;
	padding-bottom: 5px;
	display: flex;
	gap:10px;
}
.shop_chat .chat_lists ul.chat_log > li .info .teacher strong{
	color: #58acd0;
}
.shop_chat .chat_lists ul.chat_log > li .info .ms{
	border: 2px solid #58acd0;
	width: 100%;
	padding: 7px 15px;
	border-radius: 20px;
}
.shop_chat .chat_lists ul.chat_log > li.anwser{
	flex-direction: row-reverse;
}
.shop_chat .chat_lists ul.chat_log > li.anwser .info .teacher{
	flex-direction: row-reverse;
}
.shop_chat .chat_lists ul.chat_log > li.reply{
	padding-left: 65px;
	padding-right: 65px;
	min-width: 100%;
}
.shop_chat .chat_lists ul.chat_log > li.reply .replybox{
	background: #58acd0;
	min-width: 100%;
	border-radius: 30px;
}
.shop_chat .chat_lists ul.chat_log > li.reply .replybox input{
	background: none;
	color: #fff;
	border: none;
	padding: 8px 15px;
	min-width: calc(100% - 40px);
	outline: none;
}
.shop_chat .chat_lists ul.chat_log > li.reply .replybox input::placeholder{
	color: #fff;
}
.shop_chat .chat_lists ul.chat_log > li.reply .replybox button{
	border: none;
	background: none;
	color: #fff;
}
.shop_reviews .review_box{
	background: #eee;
	padding: 30px 40px;
}
.shop_reviews .review_box .review_desc{
	padding-bottom: 10px;
	padding-left: 20px;
}
.shop_reviews .review_box .review_desc .progress{
	background: #fff;
}
.shop_reviews .review_box .review_desc .averate{
	display: flex;
	gap: 20px;
	align-items: center;
	color: #999;
}
.shop_reviews .review_box .review_desc .averate strong{
	font-size: 1.3rem;
	color: #333;
}
.shop_reviews .review_box .review_desc .averate .totals{
	font-size: 2.5rem;
	color: #ea9808;
	font-weight: 400;
}
.add_review .chat_box textarea{
	border: none;
	border-radius: 20px;
}
.add_review .chat_box .head{
	padding-bottom: 5px;
}
#fnStarSelect .istar{
	cursor: pointer;
}
.reviews_lists{
	padding: 30px 40px;
	background: #fff;
}
.reviews_lists > ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.reviews_lists > ul > li{
	display: flex;
	gap:15px;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.reviews_lists > ul > li:last-child{
	border-bottom: none;
}
.reviews_lists > ul > li .img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #58acd0;
}
.reviews_lists > ul > li .info{
	min-width: calc(100% - 130px);
	max-width: calc(100% - 130px);
}
.reviews_lists > ul > li .info .member{
	color: #999;
	padding-bottom: 5px;
	display: flex;
	gap:10px;
	align-items: center;
}
.reviews_lists > ul > li .info .member strong{
	color: #58acd0;
	font-size: 1.3rem;
	font-weight: 600;
}
.reviews_lists > ul > li .info .ms{
	width: 100%;
	border-radius: 20px;
}

/* exam */
.exam{
	padding-bottom: 50px;
}
.exam .header{
	background: #3b85b6;
	color: #fff;
	padding: 30px 0;
	padding-top: 60px;
}
.exam .header .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.exam .header .timeout{
	text-align: center;
}
.exam .header .timeout .time{
	font-size: 2rem;
	font-weight: 400;
}
.exam .header .ms{
	font-size: 1rem;
}
.exam .header h1{
	margin: 0;
}
.exam .body_ques{
	background: #eeeeee;
	padding: 50px 0;
	padding-bottom: 100px;
}
.exam .body_ques .choise{
	padding-bottom: 40px;
}
.exam .body_ques .choise > ul{
	list-style: none;
	padding: 0;
	display: flex;
	gap:15px;
	margin-bottom: 40px;
}
.exam .body_ques .choise > ul > li > a{
	display: block;
	width: 43px;
	height: 43px;
	color: #000;
	background: #fff;
	border-radius: 50%;
	display: flex;
	font-size: 1.3rem;
	align-items: center;
    justify-content: center;
}
.exam .body_ques .choise > ul > li.active > a{
	background: #3b85b6;
	color: #fff;
}
.exam .body_ques .choise .ms{
	font-size: 1.4rem;
	color: #3b85b6;
}
.exam .body_ques .question{
	display: flex;
	align-items: flex-start;
    justify-content: center;
    min-height: 500px;
}
.exam .body_ques .question .qbox{
	
}
.exam .body_ques .question .qbox .subject{
	font-size: 1.8rem;
	margin-bottom: 25px;
	font-weight: 400;
}
.exam .body_ques .question .qbox.haveimg .anwser{
	display: flex;
	flex-wrap: wrap;
	min-width: 100%;
}
.exam .body_ques .question .qbox .anwser .form-check{
	margin-bottom: 20px;
	font-size: 1.3rem;
}
.exam .body_ques .question .qbox .anwser .form-check label{
	color: #727475;
}
.exam .body_ques .question .qbox .anwser .form-check label strong{
	color: #3b85b6;
	font-size: 1.6rem;
}
.exam .body_ques .question .qbox .anwser .form-check .form-check-input{
	margin-left: 0;
}
.exam .body_ques .question .qbox.haveimg .anwser .img{
	margin-bottom: 15px;
}
.exam .body_ques .question .qbox.haveimg .anwser .form-check{
	min-width: 50%;
	max-width: 50%;
	margin-bottom: 30px;
}
.exam .body_ques .question .qbox.haveimg.c3 .anwser .form-check{
	min-width: 33.33%;
	max-width: 33.33%;
}
.exam .body_ques .question .qbox.haveimg .anwser .img{
	max-width: 500px;
	min-width: 500px;
	max-height: 350px;
	min-height: 350px;
	display: block;
	overflow: hidden;
}
.exam .body_ques .question .qbox.haveimg .anwser .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exam .body_ques .question .qbox.c4{
	max-width: 1200px;
}
.exam .summary{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exam .summary .ms1{
	font-size: 1.7rem;
	padding-bottom: 30px;
	border-bottom: 1px solid #3b85b6;
	margin-bottom: 30px;
	min-width: 100%;
	text-align: center;
}
.exam .summary .ms2{
	text-align: right;
	border-bottom: 1px solid #3b85b6;
	display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.exam .summary .ms1,
.exam .summary .ms2{
	max-width: 450px;
	min-width: 450px;
}
.exam .summary .ms2 .big{
	font-size: 7rem;
	font-weight: 600;
	color: #3b85b6;
	line-height: 7rem;
}
.exam .summary .ms2 .ms{
	font-size: 1.6rem;
	font-weight: 300;
}
.exam .summary .desc{
	font-size: 1.4rem;
	color: #868b8d;
}
.exam .summary .desc strong{
	color: #3b85b6;
}
.exam .summary .score{
	padding-top: 30px;
	font-size: 1.5rem;
}
.exam .summary .score strong{
	color: #e27704;
}
.shop_baanner{
	margin-bottom: 50px;
}
.inner_header{
	padding-bottom: 50px;
}
.box_filter .btn-light,
.box_filter .btn-info{
	font-size: 1.7rem;
	border: none;
	opacity: 0.9;
}
.box_filter .btn-info{
	background: #0d56a9;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.box_filter .btn-light:hover,
.box_filter .btn-info:hover{
	opacity: 1;
}
.shop_filters ul.brand > li{
	max-width: 33.33%;
	min-width: 33.33%;
	position: relative;
	padding: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.shop_filters ul.brand > li .img{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.shop_filters ul.brand > li.active{
	z-index: 1;
}
.shop_filters ul.brand > li:hover .img,
.shop_filters ul.brand > li.active .img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.shop_filters ul.brand > li.active .img{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
ul.shop_lists{
	padding: 0;
	margin: 0 -15px;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
ul.shop_lists > li{
	max-width: 25%;
	min-width: 25%;
	padding: 30px 15px;
}
.shopsbox{
	position: relative;
}
.shopsbox::before{
	background: #ddd;
	color: #fff;
	padding: 15px;
	position: absolute;
	right: 0;
	z-index: 2;
	top: -10px;
	right: -10px;
	width: 77px;
	height: 77px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
.shopsbox .info .desc .price small{
	display: block;
	font-size: 13px;
	text-decoration: line-through;
    line-height: 7px;
    min-width: 100%;
    max-width: 100%;
}
.shopsbox.isSell::before{
	content: attr(title);
	background: #e70a29;
}
.shopsbox.isSell .info .desc .price{
	background-color:#e70a29;
}
.shopsbox.isRecommend::before{
	content: attr(title);
	background: #259579;
}
.shopsbox.isRecommend .info .desc .price{
	background-color :#259579; 
}
.shopsbox.isNew::before{
	content: attr(title);
	background: #0d55a9;
}
.shopsbox.isNew .info .desc .price{
	background-color:#0d55a9; 
}
.product_view{
	display: flex;
	padding-top: 40px;
	column-gap: 100px;
}
.product_view .col_right{
	max-width: 340px;
	min-width: 340px;
}
.product_view .col_left{
	flex-grow: 1;
}
.product_view .col_right > h3{
	font-weight: 400;
	font-size: 2rem;
	margin-bottom: 30px;
}
.main_product{
	display: flex;
	column-gap: 80px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}
.main_product .slidebox{
	max-width: 690px;
}
.main_product .slidebox .product_slide{
	border: 1px solid #ccc;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.main_product .slidebox .img > img{
	width: 100%;
	max-height: 500px;
	object-fit: contain;
}
.main_product .slidebox .product_nav .img > img{
	max-height: 120px;
}
.main_product .main_info{
	flex-grow: 1;
	font-size: 1.3rem;
	color: #777778;
}
.main_product .main_info .p_name{
	font-size: 2.3rem;
	font-weight: 400;
	color: #000;
}
.main_product .main_info .p_fn{
	color: #777778;
	padding: 5px 0;
	column-gap: 20px;
	font-weight: 400;
}
.main_product .main_info .p_fn .p_favorit{
	font-weight: 200;
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 1.1rem;
	cursor: pointer;
}
.main_product .main_info .p_fn .p_favorit,
.main_product .main_info .p_fn .p_favorit:hover{
	color: #999;
}
.main_product .main_info .p_fn .p_favorit.active{
	color: #f5ad03;
}
.main_product .main_info .p_price{
	column-gap: 20px;
	font-size: 2.2rem;
	align-items: center;
}
.main_product .main_info .p_price .p_net{
	color: #f54703;
	font-weight: 400;
}
.main_product .main_info .p_price .p_discount{
	font-size: 1.3rem;
	font-weight: 300;
	text-decoration: line-through;
}
.main_product .main_info .p_price .p_discount_ms{
	font-size: 1.2rem;
	font-weight: 300;
	color: #a0415e;
}
.main_product .main_info .p_fn .p_favorit i{
	color: #999;
	font-size: 1.5rem;
}
.main_product .main_info .p_fn .p_favorit.active i{
	color: #f5ad03;
}
.main_product .main_info .p_btn{
	column-gap: 20px;
	padding: 20px 0;
}
.main_product .main_info .p_btn .btn{
	font-size: 1.4rem;
	padding: 15px 50px;
	min-width: 50%;
	max-width: 50%;
}
.main_product .main_info .p_message{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.main_product .main_info .p_dowload{
	margin-top: 40px;
}
.main_product .main_info .p_dowload .btn{
	font-size: 1.3rem;
	padding: 15px 60px;
}
.product_nav .slick-slide .img{
	padding: 15px;
}
.product_nav .slick-slide.slick-current .img{
	border: 2px solid #f5ad03;
}
.html_product{
	padding: 40px;
}
ul.relate_product > li .shopsbox .info{
	min-height: auto;
}
#delCode{
	color: #fff!important;
	font-size: 14px;
	margin-left: 5px;
}
#discount_text{
	font-weight: 400;
	font-style: italic;
}
@media (max-width: 1899px) {
	.product_view{
		gap: 30px;
		padding-top: 0;
	}
	.main_product{
		column-gap: 30px;
	}
	.main_product .main_info .p_name{
		font-size: 2rem;
	}
	.main_product .main_info .p_dowload .btn,
	.main_product .main_info .p_btn .btn{
		font-size: 1.2rem;
		padding: 10px 30px;
	}
}
@media (max-width: 1399px) {
	ul.shop_lists > li{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.shop_filters{
		margin-bottom: 20px;
	}
	.shop_filters .form-select, .shop_filters .form-control, .shop_filters .btn, .shop_filters .keyword{
		font-size: 1rem;
		height: 40px;
	}
	.popup_filter .box_filter{
		max-width: 450px;
	}
	.popup_filter .form-check-label, .m_inner .m_right .card label.form-label{
		font-size: 1rem;
	}
	.box_filter .btn-light, .box_filter .btn-info{
		font-size: 1.5rem;
	}
	.price_rang input{
		width: 100%;
	}
	.main_product .slidebox{
		max-width: 250px;
		min-width: 250px;
	}
	.main_product .main_info .p_name{
		font-size: 1.5rem;
	}
	.product_view .col_right > h3{
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.product_view .col_right{
		max-width: 250px;
		min-width: 250px;
	}
	.product_view{
		padding-top: 15px;
	}
	.main_product .main_info,
	.main_product .main_info .p_fn{
		font-size: 1rem;
	}
	.html_product{
		padding: 20px 0;
	}
	.shop_filters .keyword{
		min-width: 250px;
	}
}
@media (max-width: 1899px) {
	.cart_info .summary .suminfo .form-control{
		font-size: 1.2rem;
	}
	.cart_info .infos{
		padding-right: 40px;
		max-width: inherit;
		min-width: inherit;
	}
	.cart_info .summary{
		min-width: 350px;
		max-width: 350px;
	}
	.cart_info .summary .suminfo{
		padding: 30px 20px;
	}
	.ck_products > ul > li > .ck_info .name{
		font-size: 1.1rem;
		line-height: 1.2rem;
		margin-bottom: 5px;
	}
	.cart_info .ck_products > ul > li > .ck_info{
		padding-left: 15px;
	}
	.cart_info .summary .suminfo .form-check-label{
		font-size: 1rem;
	}
	.cart_info .summary .suminfo > h4{
		font-size: 1.3rem;
	}
	.cart_info .subinfo.totalinfo{
		font-size: 1.2rem;
	}
	.cart_info .subinfo.totalinfo .right{
		font-size: 1.8rem;
	}
	.btn-big{
		padding-left: 30px;
		padding-right: 30px;
		font-size: 1.3rem;
	}
	.cart_info .ck_products > ul > li > .ck_info{
		font-size: 1.2rem;
	}
}
@media (max-width: 1399px) {
	.cart_info .infos{
		padding-right: 20px;
	}
	.cart_info .ck_products > ul > li > .img{
		max-width: 100px;
		min-width: 100px;
	}
	.cart_info .ck_products{
		padding: 10px;
	}
}
@media (max-width: 1199px) {
	ul.shop_lists > li{
		min-width: 33.33%;
		max-width: 33.33%;
	}
	.shopsbox .img{
		height: 250px;
	}
	.product_view{
		flex-wrap: wrap;
	}
	.product_view .col_left,
	.product_view .col_right{
		min-width: 100%;
		max-width: 100%;
	}
	.cart_info .ck_products > ul > li > .ck_info{
		flex-wrap: wrap;
	}
	.cart_info .ck_products > ul > li > .ck_info .col1{
		min-width: 100%;
		max-width: 100%;
	}
	.cart_info .ck_products > ul > li > .ck_info .col3{
		max-width: 150px;
		min-width: 150px;
	}
	.cart_info .ck_products > ul > li > .ck_info .col4{
		flex-grow: 1;
	}
}
@media (max-width: 991px) {
	.shopsbox .img{
		height: 25vw;
	}
	.shop_filters{
		flex-wrap: wrap;
	}
	.shop_filters .keyword,.shop_filters .form-select{
		max-width: calc(33.33% - 10px);
		min-width: calc(33.33% - 10px);
	}
	ul.shop_lists{
		margin: 0 -10px;
	}
	ul.shop_lists > li{
		padding: 10px;
	}
	.shop_baanner{
		margin-bottom: 30px;
	}
	.cart_info{
		flex-wrap: wrap;
	}
	.cart_info .summary{
		max-width: 100%;
		min-width: 100%;
		margin-top: 15px;
	}
	.checkout .inner_header ul.steps{
		font-size: 1rem;
	}
	.checkout .inner_header ul.steps > li > a .icon{
		width: 50px;
		height: 50px;
		font-size: 1.5rem;
	}
	.checkout .inner_header ul.steps::before{
		top: 25px;
	}
	.checkout .inner_header ul.steps{
		column-gap: 20px;
	}
	.checkout{
		margin-top: 0;
	}
	.checkout .inner_header{
		margin-top: 20px;
		border-top: none;
	}
	.bill_info{
		width: 100%;
	}
	.bill_info .head{
		flex-wrap: wrap;
	}
	.bill_info .head .center{
		min-width: calc(100% - 220px);
    	max-width: calc(100% - 220px);
    	padding-left: 20px;
    	padding-right: 0;
	}
	.bill_info .head .no{
		min-width: 100%;
	}
	.cart_info ul.cart_lists > li .bill_productbox .info .subjec{
		font-size: 1rem;
	}
	.bill_info .sumtotal .logo,
	.bill_info .sumtotal .total,
	.cart_info ul.cart_lists > li .bill_productbox .info,
	.cart_info ul.cart_lists > li .bill_productbox .prices{
		min-width: inherit;;
		max-width: inherit;
	}
	.bill_info .sumtotal .img{
		width: 200px;
	}
}
@media (max-width: 768px) {
	.shop_filters .keyword,.shop_filters .form-select{
		max-width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}	
	.shop_baanner .img{
		margin-bottom: 15px;
	}
	.shopsbox .info .desc .price{
		height: 40px;
	}
	.inner_header{
		padding-bottom: 20px;
	}
	.main_product .slidebox {
	    max-width: 200px;
	    min-width: 200px;
	}
	.main_product .main_info .p_dowload .btn, .main_product .main_info .p_btn .btn{
		font-size: 1rem;
		padding: 5px 20px;
	}
	.main_product .main_info .p_btn .btn{
		min-width: 200px;
		max-width: 200px;
	}
	.main_product .main_info .p_name{
		font-size: 1.3rem;
	}
	.main_product .main_info .p_fn{
		flex-wrap: wrap;
	}
	.main_product .main_info .p_fn > *{
		min-width: 100%;
	}
	.main_product .main_info .p_fn .p_favorit{
		margin-top: 10px;
	}
	.checkout .cart_info{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cart_info .ck_products > ul > li > .img{
		max-width: 60px;
		min-width: 60px;
	}
	.bill_info .sumtotal{
		flex-wrap: wrap;
	}
	.bill_info .sumtotal,
	.bill_info .sumtotal .total{
		padding-top: 0;
		min-width: 100%;
		max-width: 100%;
	}
	.bill_info .sumtotal .logo .img{
		width: 50%;
		margin: auto;
	}
	.bill_info .head .center{
		min-width: 100%;
		max-width: 100%;
		padding: 0;
		padding-top: 20px;
	}
	.bill_info{
		padding: 20px;
	}
	.help_message{
		padding-bottom: 30px;
	}
}
@media (max-width: 600px) {
	ul.shop_lists > li {
	    min-width: 50%;
	    max-width: 50%;
	}
	.shopsbox .img{
		height: 35vw;
	}
	.main_product{
		flex-wrap: wrap;
	}
	.main_product .slidebox{
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.checkout .inner_header ul.steps{
		column-gap: 0px;
	}
	.checkout .inner_header ul.steps{
		font-size: 0.8rem;
	}
	.checkout .inner_header ul.steps > li > a{
		min-width: 80px;
		max-width: 80px;
	}
	.checkout .inner_header ul.steps > li > a .icon {
	    width: 40px;
	    height: 40px;
	    font-size: 1rem;
	}
	.checkout .inner_header ul.steps::before{
		top: 20px;
		left: 40px;
		right: 40px;
	}
}
@media (max-width: 500px) {
	.checkout .inner_header{
		margin-top: 15px;
		padding:20px 0;
	}
	.cart_info .ck_products > ul > li > .ck_info{
		gap:10px;
	}
	.ck_products > ul > li > .ck_info .id{
		margin-bottom: 0;
	}
	.cart_info .ck_products > ul > li > .ck_info{
		font-size: 1rem;
	}
	.ck_products > ul > li > .ck_info .fn_unit input{
		max-width: 40px;
	}
	.cart_info .ck_products > ul > li > .ck_info .col3{
		max-width: auto;
		min-width: auto;
	}
	.cart_info .infos{
		padding-right: 0;
	}
}
@media (max-width: 425px) {
	.shop_filters .keyword,.shop_filters .form-select{
		max-width: calc(100%);
		min-width: calc(100%);
	}
	ul.shop_lists > li {
	    min-width: 100%;
	    max-width: 100%;
	}
	.shopsbox .info{
		border: none;
		border-radius: 0;
		padding-left: 15px;
	}
	.shopsbox{
		display: flex;
		align-items: flex-start;
		border: 1px solid #ddd;
		overflow: 	hidden;
		padding: 15px;
		border-radius: 5px;
	}
	.shopsbox .img{
		height: auto;
		min-width: 30%;
		max-width: 30%;
	}
	.shopsbox .info{
		min-height: 0;
		flex-grow: 1;
	}
	.shopsbox .info .subject{
		padding: 0;
	}
	.shopsbox .info .desc .price{
		height: 35px;
		font-size: 1rem;
	}
	.shopsbox .img{
		border: none;
	}
	.shop_baanner{
		margin-bottom: 10px;
	}
}