﻿a:hover {text-decoration:none;}
img { -ms-interpolation-mode: bicubic; }
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.price{color: #f66100;}
th{vertical-align: inherit ;text-align: center;}
td{vertical-align: inherit ;text-align: center;}
.wrapper{overflow: hidden;}
.uppercase{text-transform: uppercase}
.txt-left{text-align: left !important;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}
.txt-red{color: red;}
.txt-blue{color: #0886d2;}
.txt-white{color: #fff;}
.title{
    font-weight: 500;
    margin-bottom: 10px;
}
.img-display, .show-img img,.no-img{
    border: 1px solid #eee;
    padding: 3px;
    width: 90px;
    margin-top: 10px;    
}
.error{
    text-align: center;
    color: red;
    font-size: 12px;
}
/*------------------- HEADER ---------------------*/
.flags {
	padding:0; margin:0;
}

#back-top{
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 40px;
}
#back-top a{
    color: #0660AC !important;
}
/*---------------------- PAGING ----------------------*/
#paging_index{
    text-align: center;
}
.pagination > li > a.active, .pagination > li > a:hover{
    background: #23527c;
    color: #fff;
}
/*---------------------- PATH ------------------------*/
#path { 
	overflow:hidden;
	}
#path ul {
	margin:0; padding:0; 
	float:left;
	text-align:left; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
#path ul li {
	list-style:none; 
	display:inline-block;
}
#path ul li a {
    padding: 10px 15px; 
    display:inline-block;
}
#path ul li.home {
	background: url("../../../images/icons/icon_home.png") no-repeat center left;
	padding-left: 8px;
    margin-left: 10px;
}
.pull_right.like_share_box{
	text-align: right;
    display: inline-flex;
    margin-top: 12px;
}
.pull_right.like_share_box a{
    padding: 0 5px;
}
.pull_right.like_share_box .fb{
	display: block;
	margin-top: 10px;
}
.pull_right a{
    display: block;
    float: left;
}
/*loop ảnh*/
#img_wrapper{
	position:relative;
}
#icon-Zoomer{
	display: inline-block;
	position: relative;
	text-decoration: none;
	margin: 0;
}
#loop{
	width: 150px;
	height: 150px;
	position: absolute;
	border:#ccc 1px solid;
	top:0px;left:0px;
	display:none;
}
#larger_view{
	width: 300px;
	height: 300px;
	position: absolute;
	border:#ccc 1px solid;
	top:0px;left:100%;
	background: #eee;
	z-index: 1000;
	display:none;
}
/*---------------------------*/
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    /*left: 250px;*/
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    /*background: #000;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    /*width: 250px;*/
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}