@font-face {
	font-family:"ftralt";
	src:url("../fonts/FtraLt.ttf") format("truetype"), url("../fonts/FtraLt.eot");
}
@font-face {
	font-family:"futura-md";
	src:url("../fonts/futura-md.ttf") format("truetype"), url("../fonts/futura-md.eot");
}
*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#FF1921;
}
a:hover{
	color:#f63;
}
table { 
	border-collapse:collapse; 
	border-spacing:0;
	border:1px solid #ccc;
	margin-bottom:10px;
}
table tr td{ 
	padding:5px;
}
input, select, button, textarea{
	border:1px solid #ccc;
}
ul{
	list-style:none;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
body{
	font-family:Arial;
	font-size:13px;
	color:#333;
	line-height:20px;
}
/* ------------- ADMIN CSS ------------- */
#toolbar{
	position:fixed;
	z-index:1000;
	-webkit-box-shadow: 0 -2px 4px rgba(0,0,0,.1);
	box-shadow: 0 -2px 4px rgba(0,0,0,.1);
	width:100%;
	background-color: #e6f5fc;
	border-top: 1px solid #ccc;
	bottom:0;
	left:0;
	height:28px;
	overflow:hidden;
}
#toolbar ul{
	list-style:none;
	padding:0;
	margin:5px 20px;
}
#toolbar ul li{
	float:left;
	margin-left:10px;
	white-space: nowrap;
}
#toolbar ul li a{
	color:#333;
}
#toolbar ul li:first-child{
	margin-left:0;
}
#toolbar .no-level{
	color:#999;
}

/* DRAG BLOCK */
.column {
	border: 1px solid red;
	height: auto !important;
	min-height: 50px;
	width: 100%
}
.column a{
	color:#333;
}
.portlet {
	border: 1px solid navy;
	margin: 1px
}
.portlet a{
	color:#333;
}
.ui-sortable-placeholder {
	border: 1px dotted #000;
	height: 50px !important;
	visibility: visible !important
}

.ui-sortable-placeholder * {
	visibility: hidden
}

@media (max-width: 991px) {
	#toolbar{
		position:relative;
		height:auto;
	}
	#toolbar .pull-left, #toolbar .pull-right{
		float:none!important
	}
	#toolbar ul li{
		width:100%;
		margin:0;
		border-bottom:1px #C2E7F8 solid;
		padding:6px 0 5px 0;
		-webkit-box-shadow: 0 1px 1px rgba(255,255,255,.9);
		box-shadow: 0 1px 1px rgba(255,255,255,.9);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#toolbar ul li{
		float:left;
		margin-left:5px;
	}
	#toolbar ul{
		margin:5px;
	}
}
.clear{
	clear:both;
}
.wrapper{
	width:1100px;
	margin:0 auto;
	position:relative;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
img{
	max-width:100%;
	height:auto;
}
.main_content{
	background-color:#fff;
	z-index:10;
}
/* ------- Top menu -------- */
.top_head{
	width:100%;
	background-color:#000;
}
.left_top_head{
	width:49%;
	float:left;
	padding:3px;
}
.right_top_head{
	width:14%;
	float:right;
}
/* --------- CART -----------*/
.option{
	z-index:9999;
}
.option-cart {
    position: relative;	
	background-color:#CA5B26;
	padding:4px 10px;
}
.option-cart a.cart-icon {
    font-size: 22px;
	color:#fff;
	position: relative;
	padding-right:15px;
}
.option-cart a.cart-icon span{
	position:absolute;
	top:-3px;
	right:-3px;
	font-size:11px;
}
.option-cart-item {
    position: absolute;
    top: 33px;
    right: 0;
    width: 340px;
    border: 1px solid #256C19;
    padding: 5px;
    background: #fff;
    z-index: 10000;
    display: none;
}
.option-cart:hover .option-cart-item {
    display: block;
}
.option-cart-item li {
    float: left;
    margin: 5px 0;
    width: 100%;
}
.cart-item .image {
    border: 1px solid #cfcfcf;
    float: left;
    height: 50px;
    width: 50px;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
	background-color:#fff;
}
.cart-item .image img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	-moz-border-radius: 3px;
	padding:0;
}
.cart-item .item-description {
    float: left;
    width: 130px;
}
.cart-item .item-description .name {
    font-weight: 700;
    font-size: 12px;
    color: #434343;
}
.cart-item .item-description p {
    font-size: 11px;
    margin-bottom: 2px;
    color: #898989;
}
.option-cart-item a {
    background: none;
}
.cart-item .right {
    float: right;
    text-align: center;
    width: auto;
}
.cart-item .price {
    font-size: 15px;
}
.option-cart-item .total {
    float: left;
    vertical-align: middle;
	font-size:13px;
	line-height:25px;
	padding: 3px 0;
}
.option-cart-item .total strong {
    margin-left: 15px;
    font-size: 17px;
    color: #f7544a;
	font-weight:normal;
}
.option-cart-item .checkout {
    float: right;
	margin-right: 5px;
	padding: 3px 8px;
	line-height:25px;
	color:#fff; 
	background-color:#FF1921;
	border-radius:4px;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-9 {
    width: 75%;
}
.form-group label{
	font-weight:bold;
	font-size:14px;
}
.error {
    color: red;
}
/* --------- TOP SEARCH ------*/
#search_form_shops{
	text-align:center;
}
#search_form_shops .input_search{
	display:inline-block;
}
#search_form_shops .input_search input{
	padding:8px 5px;
	width:340px;
}
#search_form_shops .select_cat{
	display:inline-block;
}
#search_form_shops .select_cat select{
	padding:7px 5px;
	width:160px;
}
#search_form_shops .btn_search{
	padding:7px 15px;
	background-color:#FF1921;
	color:#fff;
	border:none;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
}
#search_form_shops .btn_search:hover{
	background-color:#f63;
}
/* --------- HEADER ----------*/
header{
	background-color:#f9f9f9;
}
.logo{
	width:250px;
	float:left;
}
.logo img{
	height:104px !important;
}
.content_head{
	width:835px;
	float:right;
	position:relative;
}
.left_content_head{
	width:590px;
	float:left;
}
.right_content_head{
	width:230px;
	float:right;
}
.top_content_head{
	margin-bottom:25px;
	margin-top:5px;
}
.top_menu{
	width:100%;
	background-color:#FF1921;
	margin-bottom:10px;
}
.socialList,
.contactList {
    list-style:none;
    padding:0;
    margin:0;
}

.socialList li,
.contactList li {
    display:inline-block;
    margin-right:10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right:0 !important;
}
.socialList li a {
    display:block;
    width:27px;
    height:27px;
    line-height:27px;
    background:#FF1921;
    color:#fff;
    text-align:center;
    font-size:18px;
    -webkit-border-radius:3px;
    border-radius:3px;
	-moz-border-radius:3px;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.socialList li a[href*="facebook"]:hover {
    background:#3D5D8C;
}
.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
    background:#DD4B39;
}
.socialList li a[href*="twitter"]:hover {
    background:#50A0D7;
}
.socialList li a[href*="feeds"]:hover {
    background:#FF9900;
}
.socialList li .fa {
    margin-right:-4px;
}
.hot-phone{
	font-size:19px;
	color:#fff;
	line-height:27px;
	height:27px;
	background-color:#CA2F2E;
	padding:0 5px;
	-webkit-border-radius:3px;
    border-radius:3px;
	-moz-border-radius:3px;
}
.socialList li.hot-phone a{
	display:inline-block;
    width:auto;
    height:auto;
    line-height:auto;
    background:none;
    color:#fff;
    text-align:none;
    font-size:auto;
    -webkit-border-radius:0;
    border-radius:0;
	-moz-border-radius:0;
}
/*------------ CHÍNH SÁCH HỖ TRỢ --------*/
.chinh-sach li{
	float:left;
    width: 183px;
    font-size: 14px;
    margin-left: 10px;
}
.chinh-sach li a{
	color:#00ADEF;
}
.chinh-sach li i{
	font-size: 40px;
	display:block;
    float: left;
    margin-right: 5px;
}
/* ------------ BLOCK ----------- */
.no_title{
	margin-bottom:10px;
}
.block_default{
	margin-bottom:10px;
	border:1px solid #FF1921;
	position:relative;
}
.title_default{
	padding:7px 5px 7px 10px;
	font-weight:normal;
	font-size:14px;
	background:#FF1921;
	position:relative;
	color:#fff;
}
.title_default a{
	color:#fff;
}
.block_footer{
	margin-bottom:10px;
}
.title_footer{
	font-family: FtraLt;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 20px;
	color: #04c3e0;
	text-transform:uppercase;
}
/*----------- CONTENT ----------- */
#content{
    position: relative;
    z-index: 99;
}
.left_content{
	width:300px;
	float:left;
}
.right_content{
	width:790px;
	float:right;
}
.support-items{
	margin-bottom:10px;
	border-bottom: 1px dashed #CCC;
}
.support-items:last-child{
	border-bottom: none;
	margin-bottom:0;
}
.support-item{
	margin-bottom:10px; 
}
.support-item .img_user{
	float:left;
	margin-right:15px;
}
.support-phone a{
	float:left;
	height: 35px;
    line-height: 37px;
	margin-right:5px;
}
ul.tin_moi li{
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}
ul.tin_moi li:last-child{
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}
ul.tin_moi li img{
	width:80px;
	height:70px;
	float:left;
	border:3px solid #ccc;
	margin-right:10px;
}
ul.tin_moi li .title_tin_moi{
	height:20px;
	overflow:hidden;
	display:block;
}
ul.tin_moi li p{
	height:60px;
	overflow:hidden;
}
.left-bg{
	position:fixed;
	left:0;
	bottom:0;
	z-index:0;
}
.right-bg{
	position:fixed;
	right:0;
	bottom:0;
	z-index:0;
}
@media (max-width: 991px) {
	.left-bg, .right-bg{
	display:none;
	}
}
/*-------- FOOTER ---------- */
footer{
	background:#fff;
    border-top: 1px solid #eaeaea;
	color:#666;
}
footer ul li {
    padding: 0 0 0 10px;
    margin-bottom: 5px;
    background: url(../images/widget-list-bullet.png) no-repeat left 7px;
    border: none;
}
footer a{
	color:#666;
}
.bg_footer{
	padding: 20px 0 0 0;
    background: url(../images/bg-footer-color.gif) top center repeat-x;
    box-shadow: inset 10px 20px 20px #f2f2f2;
    -webkit-box-shadow: inset 10px 20px 20px #f2f2f2;
    -moz-box-shadow: inset 10px 20px 20px #f2f2f2;
}
.footer1{
	width:42%;
	float:left;
	margin-right:2%;
}
.footer2{
	float:left;
	width:26%;
}
.footer3{
	float:right;
	width:28%;;
}
.footer1 iframe, .footer2 iframe, .footer3 iframe{
	width:100% !important;
}
.copyright{
	background: #72bf44;
    box-shadow: inset 0px 3px 10px 5px #6bab45;
    -webkit-box-shadow: inset 0px 3px 10px 5px #6bab45;
    -moz-box-shadow: inset 0px 3px 10px 5px #6bab45;
	text-align:center;
	padding:20px 0;
	color:#fff;
}
/* --------- SHOPS ---------*/
#tooltip{
    position: fixed;
    width: 280px;
    border:1px solid #ccc;
    box-shadow: 0 0 4px #ccc;
    background: #fff;
    display: none;
    overflow: hidden;
    padding: 5px;
    color:#444;
	z-index:999;
	text-align:center;
}
#tooltip .tooltip_title{
	height:25px;
	line-height:25px;
	background-color:#529AFA;
	color:#fff;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}
#tooltip img{
	max-height:300px;
	max-width:100%;
}
.sp_moi #tooltip{
	display:none !important;
}
.msgshow{
	display:none;
	z-index:10000;
	background-color:#090;
	color:#fff;
	border:3px solid #f93;
	padding:20px 20px;
	position:fixed;
	font-size:20px;
	font-weight:bold;
	bottom:0;
	right:0;
}
div.infoproduct{
    display: none;
}
.width_product1{
	width:30%;
	float:left;
}
.width_product2{
	width:70%;
	float:right;
	height:305px;
	overflow-y:auto;
}
.width_product2 p{
	margin-bottom:5px;
	text-align:justify;
}
.products .list_items{
	width:20%;
	float:left;
}
.products .list_items_c{
	width:25%;
	float:left;
}
.products .product_info{
	padding:5px;
	margin:5px;
	position:relative;
	border:1px solid #06c;
}
.products .product_info .product_img{
	position:relative;
    background: #fff;
	height:170px;
	overflow:hidden;
	margin-bottom:5px;
	text-align:center;
}
.products .product_info .product_img_n{
	position:relative;
    background: #fff;
	height:145px;
	overflow:hidden;
	margin-bottom:5px;
	text-align:center;
}
.products .product_info .product_img img{
    max-height: 100%;
    max-width: 100%;
}
.products .product_info .product_name{
	height:33px;
	line-height:17px;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
}
.products .product_info .product_name a{
	color:#333;
}
.products .product_info .product_name a:hover{
	color:#f63;
}
.products .product_info .content_price{
	text-align:center;
	font-weight:bold;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.products .product_info .content_price span{
	color:#f00;
	font-size:13px !important;
}
.products .product_info .content_price del{
	margin-right:10px;
	font-size:12px;
}
.products .product_info .info_link {
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	margin:0 auto;
}
.products .product_info .btn_cart{
	background-color:#5CABFA;
	width:76px;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	height:25px;
	line-height:25px;
	float:left;
}
.products .product_info .btn_cart:hover{
	background-color:#FF1921;
}
.products .product_info .btn_detail{
	background-color:#ccc;	
	color:#333;
	border-radius:4px;
	width:76px;
	display:inline-block;
	height:25px;
	line-height:25px;
	float:right;
}
.products .product_info .btn_detail:hover{
	background-color:#FF1921;
	color:#fff;
}
.products .product_info .newday{
	position:absolute;
	top:5px;
	right:5px;
	text-indent:-9999px;
	background:url(../images/new.gif) no-repeat;
	width:32px;
	height:20px;
	z-index:2;
}
.products .product_info .gift{
	z-index:2;
	text-indent:-9999px;
	position:absolute;
	bottom:5px;
	right:5px;
	color:#fff;
	height:28px;
	width:89px;
	background:url(../images/khuyen-mai.gif) no-repeat;
}
.products .product_info .giamgia{
	z-index:2;
	position:absolute;
	top: 0;
    left: -0;
    color: #fff;
    height: 20px;
    width: auto;
	padding:0 5px;
	font-weight:bold;
	text-align:center;
	_-ms-transform: rotate(307deg);
	_-webkit-transform: rotate(307deg);
	_-moz-transform: rotate(307deg);
	_-o-transform: rotate(307deg);
	_writing-mode: lr-tb;
	background-color:#f63;
	font-size:12px;
}
.content_category{
	margin-bottom:10px;
	border: 1px solid #FF1921;
    position: relative;
}
.title_category{
    padding: 7px 5px 7px 10px;
    font-size: 14px;
    background: #FF1921;
	position:relative;
	color:#fff;
}
.title_category a{
	color:#fff;
}
.title_category a:hover{
	color:#333;
}
.padding5{
	padding:5px;
}
.view_all{
	position:absolute;
	right:10px;
	top:8px;
}
#category .slick-prev, #category .slick-next{
	top:-33px;
}
#category .slick-prev{
	right:45px;
}
#category .slick-next{
	right:10px;
}
.pagination{
	clear:both;
	width:100%;
	margin:5px 0;
}
.pagination li{
	float:left;
	margin:0 3px;
	position:relative;
	height:30px;
	line-height:30px;
}
.pagination li a{
	background-color:#090;
	color:#fff;
	padding:7px 8px;
	border-radius:4px;
}
.pagination li.active a{
	background-color:#f63;
}
.pagination li.disabled a{
	opacity:0.5;
}
.pagination li a:hover{
	background-color:#f63;
}
.mota_cat{
	margin-bottom:10px;
	text-align:justify;
}
.mota_cat p{
	margin-bottom:5px;
}
.list_products .list_items{
	width:100%;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
	padding-bottom:10px;
}
.list_products .list_items:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.list_products .product_info .product_img{
	position:relative;
	border:1px solid #ccc;
    background: #fff;
	height:150px;
	width:200px;
	border-radius:3px;
	overflow:hidden;
	float:left;
	text-align:center;
}
.list_products .product_info .product_img img{
	max-width:100%;
	height:100%;
}
.list_products .product_info .info_product{
	width:565px;
	height:150px;
	overflow:hidden;
	float:right;
	position:relative;
}
.list_products .product_info .product_name{
	overflow:hidden;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	height:20px;
}
.list_products .product_info .product_name a{
	color:#333;
}
.list_products .product_info .product_name a:hover{
	color:#f63;
}
.list_products .product_info .product_description{
	text-align:justify;
	height:83px;
	overflow-y:auto;
}
.list_products .product_info .content_price{
	font-weight:bold;
	font-size:16px;
	position:absolute;
	left:0;
	bottom:0;
}
.list_products .product_info .content_price span{
	color:#f00;
}
.list_products .product_info .content_price del{
	margin-right:10px;
	font-size:12px;
}
.list_products .product_info .info_link {
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	right:0;
	bottom:0;
}
.list_products .product_info .btn_cart{
	background-color:#f00;
	width:85px;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	height:25px;
	line-height:25px;
	text-align:center;
}
.list_products .product_info .btn_detail{
	background-color:#ccc;	
	color:#333;
	border-radius:4px;
	width:85px;
	display:inline-block;
	height:25px;
	text-align:center;
	line-height:25px;
}
.list_products .product_info .newday{
	position:absolute;
	top:5px;
	right:5px;
	text-indent:-9999px;
	background:url(../images/new.gif) no-repeat;
	width:32px;
	height:20px;
	z-index:2;
}
.list_products .product_info .gift{
	z-index:2;
	text-indent:-9999px;
	position:absolute;
	bottom:5px;
	right:5px;
	color:#fff;
	height:28px;
	width:89px;
	background:url(../images/khuyen-mai.gif) no-repeat;
}
.list_products .product_info .giamgia{
	z-index:2;
	position:absolute;
	top: 10px;
    left: -26px;
    color: #fff;
    height: 20px;
    width: 85px;
	font-weight:bold;
	text-align:center;
	-ms-transform: rotate(307deg);
	-webkit-transform: rotate(307deg);
	-moz-transform: rotate(307deg);
	-o-transform: rotate(307deg);
	writing-mode: lr-tb;
	background-color:#f63;
	font-size:12px;
}
#formsearch{
	border:1px solid #ccc;
	background-color:#f1f1f1;
	border-radius:4px;
	margin-bottom:10px;
}
#formsearch label{
	font-weight:bold;
}
.row_search {
	width:99.6%;
	margin-bottom:10px;
}
.row_search input{
	width:97.5%;
	border:1px solid #ccc;
	padding:5px 10px;
}
.row_search50{
	width:49.6%;
	margin-bottom:10px;
}
.row_search50 input{
	width:94%;
	border:1px solid #ccc;
	padding:5px 10px;
}
.row_search50 select{
	width:99%;
	border:1px solid #ccc;
	padding:5px 10px;
}
.image_product{
	width:350px;
	float:left;
}
.infomation{
	width:415px;
	float:right;
	position:relative;
}
.product_code{
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.hometext{
	text-align:justify;
	margin-bottom:10px;
}
.status_product{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
.status_product span{
	color:#f00;
}
.content_price{
	font-weight:bold;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.content_price span{
	color:#f00;
	font-size:16px;
}
.content_price del{
	margin-right:10px;
	font-size:12px;
	color:#333;
}
.border-slides{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

#product-slider {
	width: 100%;
	position: relative;	
	text-align:center;
	background-color:#fff;
	height: 310px;
}

#product-slider img {
	max-width: 100% !important;
	height:310px !important;
}
.product-single .product-actions-single .chosen-single, .page-content .chosen-single {
	height: 40px;
	padding: 6px 0 0 8px;
	background-color: #fff;
	color: #7a8188;
}

.product-single .product-actions-single .chosen-single div, .page-content .chosen-single div {
	top: 7px;
	background-color: #fff;
}

.product-single .product-actions-single .chosen-drop li, .page-content .chosen-single li {
	padding: 8px 6px;
	background-color: #fff;
}

.product-single .product-actions {
	max-width: 280px;
	background-color: #fff;
}

.product-single .numeric-input {
	margin-right: 10px;
}
#product-carousel img {
	height: 75px;
	background-color:#fff;
	cursor: pointer;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

#product-carousel img.active-item, #product-carousel img:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
}

#product-carousel {
	padding-right: 40px;
	position: relative;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#product-carousel li{
	height:75px;
}
.product-arrows > div {
	display: inline-block;
	width: 40px;
	height: 37px;
	line-height:37px;
	background: #529AFA;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	color:#fff;
	font-size:25px;
	font-weight:bold;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	cursor: pointer;
}

.product-arrows > div:hover {
	background: #FF1921;
}

.product-arrows .left-arrow {
	top: 0;
	right: 0;
}

.product-arrows .right-arrow {
	top: 38px;
	right: 0;
}
.gift_detail{
	border:1px solid #ccc;
	border-radius:4px;
	background-color:#EFEFEF;
	margin:5px 0;
}
.gift_detail em{
	color:#f00;
	margin:5px;
	float:left;
	width:40px;
	display:block;
}
.gift_detail p{
	margin:5px;
	width:353px;
	display:block;
	float:left;
	font-weight:bold;
	padding-top:10px;
}
.product_number{
	margin:10px 0;
}
.product_number input{
	padding:5px;
	border:1px solid #ccc;
}
.btn-order{
	color:#fff;
	background-color:#1D4E90;
}
.btn-muangay{
	color:#fff;
	background-color:#FF1921;
}
.btn:hover{
	background-color:#06c;
	color:#fff;
	border:1px solid #06c;
}
.order_online, .order_online a{
	font-size:20px;
	font-weight:bold;
	color:#f00;
	margin-top:15px;
}
.content_product{
	margin-top:15px;
}
.TabViews .Tabs{
	border-bottom:3px solid #FF1921;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}
.TabViews .Tabs a{
	background-color:#265492;
	display:block;
	float:left;
	padding:0 10px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:15px;
	margin-right:5px;
}
.TabViews .Tabs a:hover{
	background-color:#FF1921;
}
.TabViews .Tabs a.Active{
	background-color:#FF1921;
}
.TabViews .Pages #content_detail, .TabViews .Pages #tskt{
	clear:both;
	padding:10px;
	border:1px solid #ccc;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	margin-bottom:10px;
}
#content_rate{
	border-top:1px solid #ccc;
}
.TabViews .Pages p{
	margin-bottom:10px;
	display:block;
	width:100%;
	height:100%;
	text-align:justify;
}
.TabViews .Pages table{
	max-width:100% !important;
	margin-bottom:10px;
}
.TabViews .Pages iframe{
	max-width:100% !important;
	max-height:600px !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rate-ex2-cnt{
	width:150px; height: 30px;
}
.rate-ex2-cnt .rate-btn{
	width: 30px; height:30px;
	float: left;
	background: url(../images/shops/rate/rate-btn2.png) no-repeat;
	cursor: pointer;
}
.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active{
	background: url(../images/shops/rate/rate-btn2-hover.png) no-repeat;
}
.rate-result-cnt{
	width: 82px; height: 18px;
	position: relative;
}
.rate-stars{
	width: 82px; height: 18px;
	background: url(../images/shops/rate/rate-stars.png) no-repeat;
	position: absolute;
}
.rate-bg{
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}
.star-icon{
	width: 17px;
	height: 17px;
	background: url(../images/shops/rate/rate-btn3-hover.png) no-repeat;
	float: left
}
.border-right {
    border-right: 1px solid #ddd;
	padding-right: 19px;
}
.review1{
	width:48%;
}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert {
    padding: 3px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.review_row{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom:5px;
}
.review_row:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom:0;
}
.social_icon{
	position:absolute;
	top:0;
	right:0;
	font-size:20px;
}
.step_bar{
	margin:10px 0;
	height:30px;
	line-height:30px;
}
.step_bar .step{
	padding:5px 10px;
	background-color:#066EB1;
	font-size:14px;
	color:#fff;
	margin-right:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.step_bar .step:hover{
	background-color:#DB3028;
}
.step_bar .step_current{
	background-color:#DB3028;
}
.bgtop {
    background-color: #f5f5f5;
    font-weight: bold;
}
.images img{
	width:80px;
	height:auto;
	padding:5px;
}
.title_cart{
	font-weight:bold;
}
.cart_total{
	font-size:16px;
	font-weight:bold;
	color:#f00;
}
.cart_back a{
	padding:7px 10px;
	background-color:#D39C0B;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	color:#fff;
}
.cart_back a:hover{
	background-color:#093;
}
.error1{
	height:35px;
	line-height:35px;
	color:#f00;
}
.gui_info{
	text-align:center;
	margin-top:10px;
}
.gui_info a{
	padding:6px 10px;
	background-color:#093;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.gui_info a:hover{
	background-color:#f00;
}
.cart1{
	padding:10px;
}
.cart1 table tr td{
	padding:5px;
}
.thanhtoan{
	padding:3px 6px;
	background-color:#f00;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	color:#fff;
}
.thanhtoan:hover{
	background-color:#093;
	color:#fff;
}
.inhoadon{
	padding:3px 6px;
	background-color:#06c;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	color:#fff;
}
.inhoadon:hover{
	background-color:#093;
	color:#fff;
}
.history_order{
	margin-top:10px;
}
.history_order tr td{
	padding:5px;
}
/* ---------- breadcrumb ----------- */
.breadcrumb{
	margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 2px 5px 2px 10px;
    border-left: 5px solid #FF1921;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
    position: relative;
	margin-top:10px;
}
.breadcrumb a{
	color:#333;
}
.breadcrumb a:hover{
	color:#f63;
}
/* ---------- news ----------- */
.entry-meta-data{
	margin-bottom:10px;
	display:block;
	width:100%;
	font-style:italic;
}
.entry-meta-data .views{
	display:inline-block;
}
.entry-meta-data .comment-count{
	display:inline-block;
	margin-right:10px;
}
.entry-meta-data .date{
	margin-right:10px;
	display:inline-block;
}
.img_news{
	width:150px;
	height:auto;
	float:left;
	overflow:hidden;
}
.description_news{
	float:right;
	width:615px;
	font-weight:bold;
	text-align:justify;
	overflow:hidden;
	height:100%;
}
.content-text{
	margin-top:10px;
	width:100%;
	text-align:justify;
	display:block;
}
.content-text p{
	margin-bottom:10px;
	overflow:hidden;
	width:100%;
	height:100%;
}
.iconvideo{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background: url(../images/assets.png) no-repeat scroll 0 -72px;
    opacity: 1;
    z-index: 1;
}
.video iframe{
	width:100% !important;
	height:400px !important;
}
/* ---------- Comment ------- */
#showcomment{
	margin-top:20px;
}
.single-box {
    margin-top: 20px;
}
.panel {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.fl{float:left;}
.fr{float:right;}
.col-xs-6 {
    width: 45%;
}
.form-group {
    margin-bottom: 15px;
}
.form-group:last-child{
	margin-bottom:0;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control {  
    font-size: 14px;
    color: #555;
	padding:1.5%;
	width:97.5%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #5C9E0D;
    border-color: #5C9E0D;
}
.media>.pull-left {
    padding-right: 10px;
}
.pull-left {
    float: left!important;
}
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-body p {
    margin: 0 0 10px;
	overflow:hidden;
	width:100%;
	height:100%;
}
.nv-hr{
	height:1px;
	margin:3.5px 0;
	background-color:#999;
}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.inputcontact{
	padding:1%;
	width:98%;
	border-radius:4px;
	border:1px solid #ccc;
}
.inputcontact[disabled]{
    cursor: not-allowed;
}
.select_contact{
	padding:1%;
	
	border-radius:4px;
	border:1px solid #ccc;
}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.keywords{
	padding:5px;
	border:1px solid #ccc;
	border-radius:4px;
}
.icon_new {
	background: url("../images/new.gif") no-repeat;
	display: inline-block;
	width: 33px;
	height: 15px;
}
#totop, #totop2 {
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 106px;
	height: 220px;
	overflow: hidden;
	cursor: pointer;
	display: none;
	background: url(../images/up.png) no-repeat 0px 0;
	z-index: 9999;
}
#totop2 {
	background: url(../images/up.png) no-repeat -149px 0;
}
.linkadmin{
	color:#fff;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 12px 10px;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  background: #FF1921;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom:1px solid #fff;
}
#cssmenu > ul > li:last-child > a{
	border-bottom:none;
}
#cssmenu > ul > li > a:hover {
  color: #fff;
  background-color:#529AFA;
}
#cssmenu ul > li.has-sub > span {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 5;
  display: block;
  height: 30px;
  width: 30px;
  background: #A5215E;
  background:url(../images/icon-add.png) no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor:pointer;
}
#cssmenu ul > li.has-sub.open > span {
  background:url(../images/minus.png) no-repeat;
}
#cssmenu ul ul li a {
  padding: 12px 25px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #49505a url(../images/arrow-right.png) 10px no-repeat;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom:1px solid #666;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
  background:#49505a;
}
#cssmenu ul ul li a:hover {
  background-color:#529AFA;
}
#cssmenu ul ul > li.has-sub > span {
  
}
.left_bottom_content{
	width:49.5%;
	float:left;
}
.right_bottom_content{
	width:49.5%;
	float:right;
}
#rich_ads_left {
	height:500px; 
	left:0;
	top:15%;
	position:fixed;
	overflow: hidden; 
	z-index:999;
}  
#rich_ads_right {
	height:500px; 
	right:0;
	top:15%;
	position:fixed;
	overflow: hidden; 
	z-index:999;
}
.tab-fixed{
	position:fixed;
	top:0;
	z-index:9999;
	background-color: #265492;
}
.tab-fixed a{
	border-right:1px solid #ccc;
	margin-right:0 !important;
}
ul.menu_news li{
	position:relative;
}
ul.menu_news li a{
	display:block;
	padding:6px 10px;
	color:#333;
	font-size:14px;
	border-bottom:1px solid #ccc;
	transition:ease all 0.5s;
}
ul.menu_news li:last-child a{
	border-bottom:0;
}
ul.menu_news li a:hover{
	background-color:#f0f0f0;
	padding:6px 10px 6px 15px;
}
.menu-fixed{
	position:fixed;
	top:0;
	z-index:9999;
	box-shadow:0 0 3px #333;
}
.bg_cat{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf1f6+0,a8d1ed+50,abd1ea+51,d5ebfb+100 */
background: #ebf1f6; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ebf1f6 0%, #a8d1ed 50%, #abd1ea 51%, #d5ebfb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ebf1f6 0%,#a8d1ed 50%,#abd1ea 51%,#d5ebfb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ebf1f6 0%,#a8d1ed 50%,#abd1ea 51%,#d5ebfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}