body {margin:0px;padding:0px;text-align:center;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color: #333;font-size: 13px;line-height:1.5;
/*overflow: hidden;*/
}
.padding {padding:10px;}
.padding2 {padding:20px;}
h1{font-size: 22px;}
h2{font-size: 20px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
a {color:#333;}
a:hover {text-decoration:none;}
img { -ms-interpolation-mode: bicubic; }
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.price{color: red;position: relative;}
table.list{
    border-left: #DDD 1px solid;
    border-top: #DDD 1px solid;
    width: 100%;    
}
table.list tr.header th, table.list tr.header td{
    background-color: #ccc;
    font-weight: bold;
    height: 27px;
    padding:8px 0px;
}
table.list tr td, table.list tr th{
    border-right: #DDD 1px solid;
    border-bottom: #DDD 1px solid;
    overflow: hidden;    
}
th{vertical-align: inherit ;text-align: center;}
td{vertical-align: inherit ;text-align: center;}
.wrapper{overflow: hidden;}
.content0{
    padding:0px 10px;
    background: #FFFFFF;
    border:1px solid #eee;
}
.content{
    padding:20px 15px;
    background: #FFFFFF;
    border:1px solid #eee;
}
.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;}
.top0{top:0px;}
.bottom0{bottom: 0px}
.left0{left: 0px;}
.right0{right: 0px;}
.mg0{margin: 0px !important}
.mgt0{margin-top: 0px;}
.mgbt0{margin-bottom: 0px;}
.mgl0{margin-left: 0px;}
.mgr0{margin-right: 0px;}
.pd0{padding: 0px;}
.pdt0{padding-top: 0px;}
.pdbt{padding-bottom: 0px;}
.pdl0{padding-left: 0px;}
.pdr0{padding-right: 0px;}
.pd15-0{padding:15px 0px;}
.bg-white{background: #FFFFFF;}
.box{
    background: #FFFFFF;
    border: 1px solid #ddd;
}
.title{
    font-weight: bold;
    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;
}
.column-left,.column-right{width: 50%;float: left;}
/*------------------- HEADER ---------------------*/
.flags {
	padding:0; margin:0;
}
a.en { padding:35px 0 0 0 !important;}
a.vi {padding:35px 5px 0 0 !important}

#back-top{
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 40px;
}
#back-top a{
    color: #E45E5D !important;
}
/*---------------------- PAGING ----------------------*/
.pagination > li > a.active, .pagination > li > a:hover{
    background: #23527c;
    color: #fff;
}
/*---------------------- PATH ------------------------*/
#path { 
	background-color:#EAECEF; 
	overflow:hidden;
    border-bottom: 1px solid #ddd;
}
#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 { color:#909090; padding: 10px 15px; display:inline-block;text-transform: uppercase;}
#path ul li a:hover { color:#0388cd;}
#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;
    }
}
#support {position: fixed;
z-index: 9990;
right: 0px;
bottom: 0px;
width: 100%;
text-align: center;
}
#support #sms {
margin: 0px 1px;
height: 40px;
display: inline-block;
max-width: 175px;
width: 45%;
border-radius: 6px 6px 0px 0px;
text-align: center;
font-size: 12px;
background: #e30f0e;
text-decoration: none;
text-transform: uppercase;
color: #fff;
}
#support #call {
margin: 0px 1px;
height: 40px;
display: inline-block;
max-width: 175px;
width: 45%;
border-radius: 6px 6px 0px 0px;
text-align: center;
font-size: 12px;
background: #e30f0e;
text-decoration: none;
text-transform: uppercase;
color: #fff;}
#support span {line-height:40px;display:inline-block}
#support img{vertical-align: middle;}