html,body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color:#EFEFEF;
	line-height: 19px;
        margin: 0px;
        width: 100%;
}

A:link{
	color:#2a2a2a;
	font-family:"Tahoma";
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	}
A:VISITED{
	color:#2a2a2a;
	font-family:"Tahoma";
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
}
A:active{
text-decoration:none;
color:#F90;
font-weight:bold;
}
input{
	text-align:center;
}
h1{
	font-size:14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}
h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:normal;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight:normal;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	font-weight: normal;
}
h5{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	font-weight: normal;
}
/*  Home */
#secion_main{
    
}
#div-img-banner img{
	width: 100%;
	
	height: auto;
}
#div-menu-top{
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    height:30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BBB;
    overflow: scroll;
    
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#div-menu-top::-webkit-scrollbar {
    display: none;
}


  
#div-menu-top div{
    background-color: #ffffff;
    text-align: center;
    margin: 1px;
    padding: 5px;
    width: 80px;
    height:20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: bold;
}
#div-menu-category{
    background-color: #FFFFFF;
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    
}
#div-menu-category-icon{
    width: 10%;
}
#div-menu-category-text{
    width: 90%;
    text-align:left;   
}

#div_output_menu{
    background-color: #ffffff;
    width: 50%;
    display: none;
    position: absolute;
    padding-bottom: 5px;
}
#div_output_menu .div_menu_list{
    background-color:#FFFFFF;
    padding:3px;  
    border-width:0px 0px 1px 0px;
    border-color:#EFEFEF;
    border-style:solid;
    border-collapse:collapse;
    text-align:left;
    height:28px;
    line-height: 28px;    
}
#div_output_menu .div_menu_list a{
    font-weight:bold;
    color:#333;
}
#div_output_menu .submenu{
    background-color:#FFFFFF;
}
#div_output_menu .submenu div{
	background-color:#999;
	padding:3px 3px 3px 5px;
	color:#FFF;
	border-width:0px 0px 1px 0px;
	border-color:#FFF;
	border-style:solid;
	border-collapse:collapse;
	text-align:left;
	height:28px;
	line-height: 28px;
	font-weight:bold;
}
#div_main_home{
    background-color: #FFFFFF;
    width: 100%;
}
#div_menu_close{
    text-align: right;
    padding-right: 5px;
}
.div_right_column{
	margin-bottom:10px;
}
.div_table_home{
	background-color:#FFF;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}
.div_cell_no_result{
	display:table-cell;
	width:auto;
	height:25px;
	padding:5px;
}
.div_row_home{
	display:flex;
        width: 100%;
        
        flex-wrap: nowrap;
        align-items: center;
        justify-content: left;
        text-align: center;
        
}
.div_cell_home{
	
	width:50%;
	height: 300px;
	
	border-right:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	padding: 0px;
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
}
.div_cell_home_last{
	height: 300px;
	width:50%;
	
	
	border-bottom:1px solid #F0F0F0;
	padding: 0px;
	display:flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
}

.name_product{
	padding:5px 0px 0px 0px;
}
.price_product{
	padding:5px 0px 0px 0px;
	color:#F66;
	font-size:14px;
}
.img_product_home{
	width:50%;
	height:auto;
	border-color:#f5f5f5;
	border-collapse:collapse;
	border-style:solid;
	border-width: 1px;
	border-radius: 15px;
}
.div_menu_title .span_title_path_detail{
    color:#ff6464;
    font-weight:300;
    font-size:10px;
}
.div_menu_title{
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	line-height: 30px;	
	text-align:left;	
	padding:5px 0px 0px 0px;	
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#d78b37;
        display: flex;
        flex-wrap: wrap;
        text-indent: 5px; 
       
}
.div_menu_title_home{
	background-color:#FFFFFF;
	width:100%;
	height:auto;
	line-height: 30px;	
	text-align:left;	
	padding:5px 0px 0px 0px;	
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#d78b37;
        display: flex;
        flex-wrap: nowrap;
        text-indent: 5px; 
}
.div_menu_title_home a
{
	font-weight:300;
	font-size:13px;
	color:#ff6464;
}

.div_menu_title_home .div_title_home{
    width: 75%;
    padding:0px 5px 0px 5px;
}
.div_menu_title_home .div_title_home_more{
    width: 25%;
    padding:0px 5px 0px 5px;
    text-align: right;
}
.div_menu_title_home .div_title_home_more a{
    font-size:10px;
    color:#2b579a;
    text-transform:capitalize;
}

/*  Home */
table{
	padding:0px;
	border-collapse:collapse;
	border-width:0px;
}

.bthome:hover{
	color:#f2b353;
}
.bthome_home:hover{
	color:#f2b353;
}
#header_main{
	width: 100%;
	margin: auto;
}
#div_top_all{
	width: 1250px;
	margin: auto;
	background-color: #ffffff;
}
.nav_top{
	display: table;
	width: 1250px;
	height: 80px;
	margin: auto;
	background-color: #ffffff;
}
.div_top_menu_main{
	display: table;
	width: 100%;
	height: 80px;
	text-align:center;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #ff8000;
	background-color: #ffffff;
}
.div_top_menu{	
	width: auto;
	height: 100%;	
	vertical-align: middle;
	text-align:center;
	display: table-cell;
}
.div_top_menu_all{
	
	width: auto;
	height:auto;
	display: table;
	margin: auto;
}
.bthome_main
{
	
	border-collapse:collapse;
	border-width:0px;
	border-color:#CCCCCC;
	border-style:solid;
	height:24px;
	line-height:24px;
	
}
.bthome_home{
	height:24px;
	line-height:24px;
	float:left;
	padding:2px 30px 2px 30px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	font-family:Arial;
	color:#2e2e2e;

	
}
.bthome{
	float:left;
	padding:2px 30px 2px 30px;
	text-align:center;
	background-image: url("/images/bg/separator.png");
	background-repeat: no-repeat;
	font-size:18px;
	font-weight:normal;
	font-family:Arial;
	color:#2e2e2e;
	height:24px;
	line-height:24px;
	
}

.tr_title{
	
	color: #000000;
	font-weight: bold;
}
.span_menu_title{
	font-size:16px;
	font-weight:normal;
	font-family:Arial;
	color:#1b1b1b;
}
.span_menu_title:hover{
	font-size:16px;
	font-weight:normal;
	font-family:Arial;
	color:#ff8000;
}
#div_body_bottom{
	background-color:#FFFFFF;	
	height: 40px;
	width:100%;
	line-height: 40px;
	border-bottom-width:3px;
	border-bottom-color:#efefef;
	border-bottom-style:solid;
	display:table;
}
#div_bottom_menu{
	width:auto;
	height:auto;
	display:table;
	margin:auto;
	text-align:center;
}
#div_bottom_menu div{
	float:left;
	width:100px;
	height:25px;
	text-align:center;
}
.div_no_result{
	padding: 10px;
	background-color: #FFFFFF;
}
.span_title_home{
	color:#333;
	font-weight:bold;
	font-size:16px;
}
.span_title_path
{
	color:#969696;
	font-weight:bold;
	font-size:12px;
}

.div_menu_title_cart{
	background-color:#FFFFFF;
	width:auto;
	height:auto;
	line-height:26px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	
	padding:5px 0px 0px 20px;
	
	
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#d78b37;
	
}
.div_menu_title_left{
	background-color:#FFFFFF;
	width:auto;
	height:35px;
	line-height:35px;
	color:#333;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	padding-left:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	text-transform: uppercase;
	
}
.div_menu_list:hover{
	color:#bb0409;
	font-weight:bold;
}
.div_menu_list{
	background-color:#FFFFFF;
	padding:3px;
	color:#333;
	border-width:0px 0px 1px 0px;
	border-color:#EFEFEF;
	border-style:solid;
	border-collapse:collapse;
	text-align:left;
	height:28px;
	line-height: 28px;
	font-weight:bold;
}

.submenu div:hover{
	color:#ff1515;
	font-weight:bold;
}

.submenu{
	background-color:#FFFFFF;
	
	
}
.submenu div{
	background-color:#999;
	padding:3px 3px 3px 5px;
	color:#FFF;
	border-width:0px 0px 1px 0px;
	border-color:#FFF;
	border-style:solid;
	border-collapse:collapse;
	text-align:left;
	height:28px;
	line-height: 28px;
	font-weight:bold;
}
.div_table_home{
	background-color:#FFF;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
.div_cell_no_result{
	display:table-cell;
	width:auto;
	height:25px;
	padding:5px;
}
.div_cell_page_divide{
	display:table;
	width:auto;
	height:auto;
	text-align:center;
	vertical-align:middle;
	border:0px solid #8080ff;
	margin-left: auto;
	margin-right: auto;
}
.div_cell_home_top_row{
	display:table-cell;
	width:190px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #F0F0F0;
	padding: 5px;
}
.div_cell_comment{
	display:table-cell;
	width:auto;
	height:auto;
	text-align:left;
	vertical-align:middle;
	padding: 10px;
		
}
.div_cell_comment textarea, .div_cell_comment input{
    width: 100%;
}
.div_cell_comment_sendbt{
	display:table;
	width:auto;
	height:auto;
	text-align:center;
	vertical-align:middle;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	
}
.name_product{
	padding:5px 0px 0px 0px;
}
.name_product_2{
	padding:5px 0px 0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	
}
.price_product{
	padding:5px 0px 0px 0px;
	color:#F66;
	font-size:12px;
}
.text_bold_product, .text_bold{
	font-weight:bold;
}
.text_date{
	color:#C3C3C3;
	font-size:10px;
}
.span_text_date{
	color:#C3C3C3;
	font-size:10px;
	text-align: right;
}
.div_page_info{
	background-color:#FFFFFF;
	border-radius:12px;
	border-width:0px;
	border-color:#EAEAEA;
	border-style:solid;
	padding: 15px 5px 15px 5px;
	margin-bottom: 5px;
}
.div_product_home{
	width: 100%;
	background-color:#FFFFFF;
	border-radius:12px;
	border-width:0px;
	border-color:#EAEAEA;
	border-style:solid;
	margin-bottom:10px;
}
.div_cart_book_success{
	
	background-color:#FFFFFF;
	border-radius:12px;
	border-width:0px;
	border-color:#EAEAEA;
	border-style:solid;
	margin-bottom:10px;
	padding:20px 10px 20px 10px;	
}
.td_product_home_left{
	border-left-color:#DFDFDF;	
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-color:#DFDFDF;
	border-bottom-width: thin;	
	border-bottom-style: solid;
	border-spacing:0px;
}
.td_product_home_right{
	border-right-color:#DFDFDF;	
	border-right-width: thin;	
	border-right-style: solid;
	border-bottom-color:#DFDFDF;	
	border-bottom-width: thin;	
	border-bottom-style: solid;
	border-spacing:0px;
}
.td_product_home_bottom{
	border-bottom-color:#DFDFDF;
	border-bottom-width: thin;	
	border-bottom-style: solid;
	border-spacing:0px;
}


.div_link_page{
	background-color:#F3F3F3;
	
	border-style:solid;
	border-width:thin;
	border-color:#C7C7C7;
	margin:10px 3px 10px 3px;
	padding:5px;
	float:left;
	color:#000000;
	
	height:10px;
	line-height:10px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}
.div_link_page_active{
	background-color:#ECBF7F;
	
	border-style:solid;
	border-width:thin;
	border-color:#666;
	margin:10px 3px 10px 3px;
	padding:5px;
	float:left;
	color:#000000;
	
	height:10px;
	line-height:10px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

#div_slide_top{
	width:100%;
	height:270px;
	display:flex;
	vertical-align:middle;
	align-items: center;
    justify-content: center;
	margin:auto;
}
#div_slide_bottom{
	width:100%;
	display:flex;
	align-items: center;
    justify-content: center;
}
.div_img_slide_sub{
	display:none;
}
#div_img{
	text-align: center;
}
#div_img_slide{
	width:100%;
	height:100%;
	display:flex;
	vertical-align:middle;
	align-items: center;
    justify-content: center;
}
.div_content_slide{
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#CCC;
	margin:5px;
	text-align:center;
}
.div_slide_main{
	width:100%;
	background-color:#FFF;
	border-radius:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.div_marquee{
	width:200px;
	height:1000px;
	overflow:hidden;
	text-align:center;
}
.div_left_column{
	margin-bottom:10px;
}
.div_left_content{
	background-color:#FFF;
	padding:5px 10px 15px 10px;
	text-align:center;
}
.div_search_left{
	width:190px;	
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
input[type=text], input[type=password], textarea, input[type=number]{
	border: 1px solid #CECECE;
    border-radius: 4px;
}
input[type=text]:focus, textarea:focus, input[type=number]:focus {
    background-color: #E4FAF9;
}
.div_search_right{	
	width:40px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.div_middle_content{
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	text-align:center;
}
.text_sumup{
	font-size:11px;
	color:#666;
}
.div_right_column{
	margin-bottom:10px;
}
#div_slide_text{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding:5px 0px 5px 0px;
	text-align:center;
}
.img_slide_each{
	border-radius:5px;
	align-items: center;
}
div#loading
{
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	display: none;	
	text-align:center;
	vertical-align:middle;
	opacity:0.9;
}
#div_top_top{
    width: 100%;
    height: 64px;
}
#div_top{
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	text-align:center;
	width: 100%;
        
	display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        border-width: 0px;
        border-style: solid;
}
#div_top #div_top_logo{
    width: 20%;
    text-align: center;
}
#div_top #div_top_search{
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
#div_top_search_column1{
    width: 90%;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    border-color: #0EC600;
    padding-top: 1px;
}
#div_top_search_column1 input{
    width: 90%;
    
}
#div_top_search_column2{
    width: 10%;
    text-align: center;
    border-width: 0px;
    border-style: solid;
}
#div_top #div_top_login{
    width: 15%;    
    text-align: center;
    text-indent: 6px;
}
#div_top #div_top_cart{
    width: 15%;
    text-align: center;
}
#label_cart_count{
    color: #FF3336;
}
#div_main_home{
	
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.text_bold
{
	font-weight:bold;
	color:#000000;
	font-size:14px;
}
.text_bold_2{
	font-weight:bold;
	font-size:12px;
}
.text_red{
	color:#FF3336;
}
.text_bold_green{
	font-weight:bold;
	color:#0EC600;
}
.tb_cart_detail
{
	border-collapse:collapse;
	border-style:dotted;/*border cua table se co mau khac nhau o Chrome va FF, vi vay phai dung td*/
	border-color:#E3E3E3;
}
.td_cart_detail
{
	border-collapse:collapse;
	border-style:dotted;
	border-color:#E3E3E3;
	border-width: 1px;
}
.div_comment_detail_table{
	display:table;
	width:100%;
}
.div_comment_detail_cell_colspan{
	display:table-cell;
	width:100%;
	text-align:left;
	vertical-align:top;
	height:auto;
	padding:5px 5px 5px 5px;
	
}
.div_comment_detail_cell_colspan_right{
	display:table-cell;
	width:100%;
	text-align:right;
	vertical-align:top;
	height:auto;
	padding:5px 5px 5px 5px;
	
}
.div_comment_detail_cell_left{
	display:table-cell;
	width:20%;
	text-align:left;
	vertical-align:top;
	height:auto;
	padding:5px 5px 5px 5px;
	
}
.div_comment_detail_cell_right{
	display:table-cell;
	width:80%;
	height:auto;
	text-align:right;
	vertical-align:top;
	padding:15px 5px 5px 5px;
	
}
.div_comment_content{
	padding: 10px 5px 10px 5px;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	border-color:#EDEDED;
	background-color:#FFFFFF;
}
#div_comment_main{
	padding-bottom:10px;
}
.div_comment_detail{
	padding: 15px 5px 15px 5px;
	border-radius:15px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	border-style:solid;
	border-color:#F3F3F3;
	border-width:thin;
	width:auto;
}
.div_comment_reply_table{
	display:table;
	width:100%;
}
.div_comment_reply{
	padding: 5px 5px 5px 5px;
	border-radius:25px;
	background-color:#F5F5F5;
	margin:5px 20px 5px 20px;
	border-style:solid;
	border-color:#F3F3F3;
	border-width:thin;
	width:auto;
	color:#212121;
}
.div_comment_form{
	background-color:#FFFFFF;
	margin:15px auto 10px auto;
	border-style:solid;
	border-color:#F3F3F3;
	border-width:thin;
	width:85%;
}
.div_comment_detail td{
	padding:5px 10px 5px 10px;
}
 .div_comment_form td,th{
	padding:15px 10px 15px 10px;
}
.div_product_home_table{
	display:table;
        width:100%;
}
.div_product_home_row{
	display:flex;
        flex-wrap: wrap;
        width:100%;
}

.div_product_home_cell_left{	
	width:100%;
	text-align:center;
	vertical-align:top;
	height:auto;
	padding:15px 0px 5px 0px;	
}
#div_product_detail_list_img{
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;    
    margin: auto;
    align-items: center;
    justify-content: center;
    
}
#div_product_detail_list_img_center{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width:300px;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#div_product_detail_list_img_center::-webkit-scrollbar {
    display: none;
}
.img_product_detail_thumb{
	width:50px;
	height:50px;
        padding: 5px;
	border-width:0px;
        border-style:solid;
        border-color:#8080ff;
}
/*img_detail_$i*/
#img_detail_1{
    border-width:1px;
    border-style:solid;
    border-color:#8080ff;
}
#div_product_detail_img .img_product_detail{
	width:300px;
	height:300px;
}
.div_product_home_cell_right{
	
	width:100%;
	height:auto;
	text-align:left;
	vertical-align:top;
	padding:15px 5px 5px 5px;
	
}
.div_product_home_cell_colspan{
	display:table-cell;
	width:100%;
	height:auto;
	text-align:left;
	vertical-align:top;
	padding:10px 5px 10px 5px;
        font-size: 12px;
}
.div_product_home_cell_colspan img, .div_post_home_detail_content img{
        width:90%;
        height:auto;
}
.div_post_home_detail_content a{
    font-size: 14px;
    color: #0084ff;
}
#div_button_buy{
    width: 100%;
    text-align: center;
}
#div_login_popup{
    display: none;
    width: 80%;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: left;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px;
    border-style:solid;
    border-width:1px;
    border-color: #999;
    
}
#div_login_form_close {
    text-align: right;
}
#div_login_form_close a{
    font-size: 16px;
    color: #FF3336;
    font-weight: bold;
    text-align: right;
}
#div_form_login_result{
    display: none;
    text-align: center;
}
#div_login_form{
    padding: 10px;
}
#form_login input[type=text],#form_login input[type=password]{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
#form_login input[type=button] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
}
#div_cart_popup{
    display: none;
    width: 80%;
    height: 90%;
    position: fixed;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    text-align: left;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0px;
    border-style:solid;
    border-width:1px;
    border-color: #CECECE;
}
#div_cart_form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
}
#div_cart_form_close {
    text-align: right;
    padding: 5px;
    width: auto;
    height: 3%; 
}
#div_cart_form_close a{
    font-size: 16px;
    color: #FF3336;
    font-weight: bold;
    text-align: right;
}
.div_contain_product_in_cart{ 
    overflow-y: auto;
    width: 100%;
    height: 80%;
}

.div_product_in_cart_left{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;   
    width: 90%;
}

.div_product_in_cart_right{
    width: 10%;
}

.span_text_selected_product{
	color:#8080ff;
}
.div_product_in_cart{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e8e8e8;
    width: 95%;
    height: auto;
    padding: 5px;   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.div_book_button
{
    margin: auto;
    width: 100%;
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.img_product_cart_home{
	width:30%;
	height:auto;
	border-color:#f5f5f5;
	border-collapse:collapse;
	border-style:solid;
	border-width: 1px;
	border-radius: 15px;
}
#div_cart_book_popup{
    display: none;
    width: 80%;
    height: 50%;
    position: fixed;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    text-align: left;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0px;
    border-style:solid;
    border-width:1px;
    border-color: #CECECE;
}
#div_cart_book{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
#div_cart_book_close {
    text-align: right;
    padding: 5px;
    width: auto;
    height: 3%; 
}
#div_cart_book_close a{
    font-size: 16px;
    color: #FF3336;
    font-weight: bold;
    text-align: right;
}
#form_cart_book{
    width: 100%;
    height: 100%;
}
#form_cart_book input[type=text]{
    width: 93%;
    padding: 5px;
    margin-left: 5px;
}
#form_cart_book textarea{
    width: 93%;
    height: 40px;
    padding: 5px;
    margin-left: 5px;
}
#form_cart_book input[type=button]{
    width: 100px;
    height: 26px;
    background-color: #0EC600;
    border-style:solid;
    border-width:1px;
    border-color: #CECECE;
    border-radius: 5px;
}
.div_cart_book_button{
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.div_cart_book{
    width: auto;
    padding: 5px;
    text-align: left;
}
.div_cart_book_title{
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #0EC600;
}
.div_product_detail_menu_available, .div_product_detail_color_available{
	
	margin: 3px;
	width: auto;
	padding: 5px;
	border-style:solid;
	border-width:1px;
	border-color: #e8e8e8;
}
.div_product_detail_menu_available_selecting, .div_product_detail_color_available_selecting{
	
	margin: 3px;
	border-style:solid;
	border-width:2px;
	border-color: #ff8000;
	width: auto;
	padding: 5px;
}
.div_product_detail_select{
	width: 100%;
	display: flex;
        flex-wrap: wrap;
        justify-content: center;
}
.div_product_detail_color_not_available{
	
	margin: 3px;
	width: auto;
	padding: 5px;
	border-style:solid;
	border-width:1px;
	border-color: #e8e8e8;
	color: #cecece;
}
.footer1{
    color: #333;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 11px;
}
.footer2{
    color: #ffffff;
    background-color: #F90;
    width: 100%;
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 11px;
}
#chat_support_zalo{
	position: fixed;
	z-index: 1;
	float: right;
	bottom: 2px;
	right:70px;	
	padding: 10px;
	border-width: 0px;
	border-style: solid;
	border-color: #e9e9e9;
	border-radius: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
#chat_support_fb{
	position: fixed;
	z-index: 1;
	float: right;
	bottom: 2px;
	right:5px;	
	padding: 10px;
	border-width: 0px;
	border-style: solid;
	border-color: #e9e9e9;
	border-radius: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ************************************NEWS********************************************** */

#div_upload_form_post{
	position:fixed;
	z-index: 10px;
	top:450px;
	left:450px;
	background-color:#FFF;
	display:none;
	border-style:dotted;
	border-width:1px;
}
.div_img_uploaded_post{
	display: table-cell;
	border-style:dotted;
	border-width:1px;
	border-color: green;
	padding: 5px;
	margin: 5px;
}
.div_img_uploaded_post_left{
	display: table-cell;
	vertical-align: bottom;
}
.div_img_uploaded_post_right{
	display: table-cell;
	vertical-align: bottom;
}
.div_form_post{
	background-color: #f4f9ff;
	margin: auto;
	width: 900px;
}
.div_form_post_2, .div_form_post_3, .div_form_post_4, .div_form_post_5, .div_form_post_6{
	display: table;
	width: 100%;
	margin: auto;
	padding: 0px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color: #c0c0c0;
}
.div_form_post_7, .div_form_post_8, .div_form_post_1{
	padding: 15px 0px 15px 0px;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	
}
.div_form_post_2_1, .div_form_post_3_1, .div_form_post_4_1, .div_form_post_6_1{
	display: table-cell;
	width: 20%;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding-left: 6px;
}
.div_form_post_2_2, .div_form_post_3_2, .div_form_post_4_2, .div_form_post_6_2{
	display: table-cell;
	width: 80%;
	height: 30px;
	text-align: left;
	vertical-align: middle;
}
.div_form_post_5_1{
	padding: 5px 0px 5px 6px;
	width: 100%;
	height: auto;
	text-align: left;
	vertical-align: middle;
}
.div_form_post_5_2{
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: auto;
	text-align: left;
	vertical-align: middle;
}

.div_table_admin_all_post{
	display: table;
	width: 100%;
	margin: auto;
	padding: 0px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color: #c0c0c0;
	
}
.div_tr_admin_all_post{
	display:table-row;
}
.div_tr_admin_all_post div{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color: #f2f2f2;
	
}
.div_td_admin_all_post_id{
	display: table-cell;
	width: 5%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_pic{
	display: table-cell;
	width: 10%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_title{
	display: table-cell;
	width: 20%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_content{
	display: table-cell;
	width: 15%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_keyword{
	display: table-cell;
	width: 10%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_view{
	display: table-cell;
	width: 5%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_menu{
	display: table-cell;
	width: 10%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_date_add{
	display: table-cell;
	width: 15%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

.div_td_admin_all_post_action{
	display: table-cell;
	width: 10%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
.div_td_admin_all_post_action_all{
	display: table-cell;
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 0px 0px;
}
.img_post_home_1{
	width:70px;
	height:70px;
	border-color:#f5f5f5;
	border-collapse:collapse;
	border-radius: 10px;
	border-style: solid;
	border-width: 0px;
}
.div_td_post_home_1{
	display: table-cell;
	text-align: center;
	width: 70px;
}
.div_td_post_home_2{
	display: table-cell;
	text-align: left;
	width: 170px;
	vertical-align: top;
	padding: 5px 20px 5px 10px;
}
.div_table_post_home_1{
	display: table;
	width: 240px;
	vertical-align: middle;
	margin:10px 0px 10px 0px;
}
.span_title2{
	font-size: 18px;
	color: #ff0000;
}
.div_post_home_detail{
	padding: 0px 10px 0px 10px;
}
.div_post_home_detail_content{
	font-size: 14px;
	line-height: 22px;
}
.td_date_post{
	font-size: 11px;
	color: #adadad;
}
.div_table_same_post{
	color: #8080ff;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 10px;
}
.div_table_same_post_list {
	
	margin: 5px 5px 5px 5px;
}
.div_table_same_post_list a{
	color: #414141;
	font-size: 12px;
	font-weight: bold;
}
.div_table_same_post_list a:hover{
	color: #ff8000;
	font-size: 12px;
	font-weight: bold;
}
.div_cell_same_post_1{
	display: table-cell;
	text-align: center;
	width: auto;
	vertical-align: middle;
	padding: 5px;
}
.div_cell_same_post_2{
	display: table-cell;
	text-align: left;
	width: auto;
	vertical-align: middle;
	padding: 5px;
}
.div_cell_same_post_3{
	display: table-cell;
	text-align: left;
	width: auto;
	font-size: 11px;
	color: #adadad;
	padding: 5px;
	vertical-align: middle;
}
.div_table_menu_post{	
        background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #8080ff;
	width:100%;
}
.div_table_menu_post_1{
	display: table-cell;
	text-align: center;
	width: 22px;
	vertical-align: middle;
	padding: 5px;
}
.div_table_menu_post_2{
	display: table-cell;
	text-align: left;
	width: auto;
	vertical-align: middle;
	padding: 5px;
}
.div_table_menu_post_2 a{
	font-size: 16px;
	color: #8080ff;
}
.div_table_menu_post_2 a:hover{
	font-size: 16px;
	color: #ff8000;
}
.div_cell_all_post_1{
	display: table-cell;
	text-align: center;
	width: auto;
	vertical-align: top;
	padding: 5px;
}
.div_cell_all_post_2{
	display: table-cell;
	text-align: left;
	width: auto;
	vertical-align: top;
	padding: 5px;
}
.div_cell_all_post_2_1{
	margin: 5px 0px 5px 0px;
}
.div_cell_all_post_2_2{
	margin: 5px 0px 5px 0px;
	color: #515151;
}
.div_cell_all_post_2_3{
	margin: 5px 0px 5px 0px;
	color: #c0c0c0;
}
.div_cell_all_post_2_1 a{
	font-size: 14px;
	font-weight: bold;
}
.div_table_post_category{
	display: flex;
        flex-wrap: wrap;
	margin: auto;
	padding: 0px 0px 10px 0px;
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #e6e6e6;
	background-color: #FFFFFF;
	
}
.div_table_title_category{
	margin: 10px 0px 20px 0px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	height: 30px;
        width: 100%;
	
}
.div_cell_title_category{
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}
.div_cell_title_category a{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.div_cell_title_category a:hover{
	font-size: 16px;
	font-weight: bold;
	color: #ff8000;
}
.div_table_content_category{
	display: table;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.div_cell_content_category_3{
	display: table-cell;
	width: 100%;	
}
.div_cell_content_category_1{
	display: table-cell;
	width: auto;
	text-align: center;
	vertical-align: middle;
}
.div_cell_content_category_2{
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
}
.div_table_content_category_title_1{
	display: table;
	margin: 0px 0px 10px 0px;
}
.div_table_content_category_title_1 a{
	font-size: 14px;
	font-weight: bold;
	color: #0080c0;
}
.div_table_content_category_title_1 a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #ff8080;
}
.div_table_content_category_title_2 a{
	font-size: 14px;	
	color: #404040;
}
.div_table_content_category_title_2 a:hover{
	font-size: 14px;	
	color: #008000;
}
.div_table_content_category_date{
	display: table;
	margin: 0px 0px 10px 0px;
	color: #c0c0c0;
}
.div_table_content_category_content{
	display: table;
	margin: 0px 0px 10px 0px;
        width: 100%;
        height: 120px;
}
.div_table_content_category_1{
	display: table;
        width: 100%;
        height: 120px;
}
.div_cell_content_category_1_1{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
        width: 40%;
        height: 120px;
}
.div_cell_content_category_1_2{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
        width: 60%;
}
.div_cell_content_category_1_1 img{
    width: 100%;
    height:90%;
}
.div_table_content_category_title_1{
	display: table;
}
.div_table_content_category_date_1{
	display: table;
}
.div_post_home_detail_date, .div_post_home_detail_name, .div_post_home_detail_view{
	color: #c0c0c0;
	text-align: right;
	font-size: 11px;
}
.div_post_home_detail_title{
	text-align: center;
	margin: 20px 0px 20px 0px;
}
.div_post_home_detail_picture{
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.img_detail_post{
	max-width:730px;
	max-height:auto;
	margin: auto;
	display: table;
}
