/* .div_breadcrumb{display:none;} */
.box_account{max-width:600px;margin:0 auto;}
i.fa.show_pass{position:absolute;right:1px;top:1px;font-size:16px;height:36px;width:36px;line-height:36px;z-index:10;color:#aaa;display:inline-block;text-align:center;cursor:pointer;background:#fff;border-radius:.25rem;}
i.fa.show_pass:hover{color:#222;}
i.fa.show_pass:before{content:"\f070";}
i.fa.show_pass.active:before{content:"\f06e";}
.text-color-red{color:var(--primary-color);}
.text-underline{text-decoration:underline;}
.forgot_pass_group{display:flex;}
.forgot_pass_group .forgot_pass_input{border-radius:.25rem 0 0 .25rem;}
.forgot_pass_group .forgot_pass_button{border-radius:0 .25rem .25rem 0;}
.account_left{padding:20px 15px;background:#f5f5f5;border-radius:.25rem;}
.account_hello{display:flex;margin-bottom:20px;}
.account_hello img{width:40px;height:40px;border-radius:100%;object-fit:cover;}
.account_hello .txt{width:calc(100% - 40px);padding-left:15px;}
.account_hello .txt span{display:block;width:100%;color:#555;}
.account_item_left{list-style:none;}
.account_item_left li a{display:block;color:#222;padding:7px 0;}
.account_item_left li a:hover{color:var(--primary-color);}
.account_item_left li a.active{color:var(--primary-color);}
.table_nowrap{white-space:nowrap;}
#detaiOrder .modal-title{font-size:16px;text-transform:uppercase;color:var(--primary-color);}
.my_modal .close{background:var(--primary-color);border-radius:100%;width:50px;height:50px;text-align:center;display:flex;justify-content:center;align-items:center;margin:-28px -28px;opacity:0.8;transform:scale(.8);transition:all .3s ease-in-out;color:#fff!important;}
.my_modal .close:hover{outline:none;opacity:1!important;transform:scale(1);transition:all .3s ease-in-out;}
.my_modal .close span{color:#fff!important;font-weight:300!important;font-size:20px;line-height:20px;}
#thongbaodangnhap .box{text-align:center;border:1px solid #888;padding:15px 30px;border-radius:20px;font-size:18px;}
#thongbaodangnhap .modal_logo img{max-height:44px;}
#thongbaodangnhap .tt_thongbao{margin:25px 0;font-size:20px;}
#thongbaodangnhap .txt-login{font-weight:700;}
#thongbaodangnhap .txt-signup{font-weight:700;color:var(--primary-color);}
#thongbaodangnhap .txt_thongbao{margin-bottom:20px;}
#thongbaodangnhap .bottom_thongbao .btn-signup{font-weight:700;float:left;color:var(--primary-color);display:inline-block;font-size:16px;line-height:36px;}
#thongbaodangnhap .bottom_thongbao .btn-login{float:right;background:var(--primary-color);color:#fff;padding:8px 15px;display:inline-block;font-size:16px;line-height:1;font-weight:400;border-radius:4px;border:2px solid transparent;border-bottom-color:rgba(0,0,0,0.2);transition:all .3s ease-in-out;}
#thongbaodangnhap .bottom_thongbao .btn-login:hover{background:#b48116;transition:all .3s ease-in-out;}
#thongbaodangnhap .bottom_thongbao .btn-close{float:right;position:relative;left:0;top:0;background:var(--primary-color);color:#fff!important;padding:8px 15px;display:inline-block;font-size:16px;line-height:1;font-weight:400;opacity:1;text-shadow:unset;margin-left:10px;border-radius:4px;border:2px solid transparent;border-bottom-color:rgba(0,0,0,0.2);transition:all .3s ease-in-out;}
#thongbaodangnhap .bottom_thongbao .btn-close:hover{background:#963127;transition:all .3s ease-in-out;}
#menu_mobi .txtsignup{font-weight:700;color:var(--primary-color);}
#menu_mobi .txtlogin{font-weight:700;color:var(--primary-color);}
@media only screen and (max-width:992px){
	.my_modal .modal-dialog{padding-bottom:50px!important;}
}
@media only screen and (max-width:600px){
	#thongbaodangnhap .box{padding:15px;font-size:16px;}
}
@media only screen and (max-width:414px){
	#thongbaodangnhap .bottom_thongbao .btn-signup{font-size:14px;}
	#thongbaodangnhap .bottom_thongbao .btn-login,
	#thongbaodangnhap .bottom_thongbao .btn-close{font-size:14px;}
}
@media only screen and (max-width:375px){
	#thongbaodangnhap .bottom_thongbao .btn-signup{width:100%;}
	#thongbaodangnhap .bottom_thongbao .btn-login,
	#thongbaodangnhap .bottom_thongbao .btn-close{width:calc(50% - 10px);margin:0 5px;display:block;padding-left:2px;padding-right:2px;text-align:center;white-space:nowrap;}
}