.hotlineheader{
	font-size:27px;
	color:#f00 !important;
}
.info-header{
	margin-top:10px;
	font-size:15px;
	color:#4b4b4b;
}
.info-header p{
	margin-bottom:0;
}
#header-top{	
	background-color: #eee;
    color: #333;
    padding:6px;
}
.ui-datepicker{z-index:9999 !important;}
.main-menu{background-color:#0167fc;position:relative;}
.navbar-default{background-color:#0167fc;border-color:#0167fc;}
.navbar{min-height:auto;}
.navbar-default .navbar-nav > li > a{color:#fff;padding:10px 13px;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{background-color:#0359ba;color:#fff;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{background-color:#0359ba;color:#fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background-color:#0359ba;}
.dropdown-menu > li > a{padding:5px 20px;}
/* SLIDESHOW */
.slideshow {
    width:100%;
    position:relative;
    overflow:hidden;
    text-align:center;
    z-index: 1;
}
#slideshow{
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 853px;
    height: 350px;
    overflow: hidden;
    visibility: hidden;
}
.list_slide{
    cursor: default;
    position: relative;
    top: 0;
    left: 0;
    width: 853px;
    height: 350px;
    overflow: hidden;
}
.slideshow .btnScroll{
    height: 46px;
    width: 24px;
    display: block;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}
.slideshow .btnScroll:hover,
.slideshow .btnScroll:focus{
    text-decoration: none;
}
.slideshow .btnScroll img{
    width: 100%;
    height: 100%;
}
.btnScroll.btnScrollLeft{
    left: 48px;
}
.btnScroll.btnScrollRight{
    right: 48px;
}
.slideshow-item{
}
.slideshow-item a{
    display: block;
    padding: 0 3px;
    height: 100%;
}
.slideshow-item img{
    width: 100%;
    height: 100%;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.multiple-items .content-slide, .dich_vu .content-slide{
	padding:5px;
	background-color:#f1f1f1;
	border:1px solid #ccc;
	margin:5px;
}
.slider .content-slide .title_slide_news a{
	color:#333;
}
.slider .content-slide .title_slide_news a:hover{
	color:#f63;
}
.slider .content-slide img {
    display: block;
	height:130px; 
	width:100%;
	margin-bottom:5px;
}
.slider .content-slide .content-slide a{
	color:#333;
	font-weight:bold;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev, .slick-next{
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: 31px;
    height: 63px;
    display: block;
	font-size:0;
    background: url("../images/slidebox-button.png") no-repeat;
    transition: 0.3s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
	z-index:9;
	border:0;
}
.slick-prev:hover {
    background: url("../images/slidebox-button-hover.png") no-repeat;
}
.slick-next:hover {
    background: url("../images/slidebox-button-hover.png") no-repeat 0 -63px;
}
.slick-prev {
    left:5px;
	background-position: 0 0;
}
.slick-next {
    right: 3px;
	background-position: 0 -63px;
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #449d44;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
	background:#9f3a24;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active button:before {
    background:#9f3a24;
}
.searchall{
	z-index:2;
	position:relative;
	margin-top:-40px;
}
.searchall .nav-tabs{border-bottom:0;}
.searchall .tab-content{
	background:url(../images/bg4.gif) repeat;
	padding:10px 0;
}
.searchall .nav-tabs > li{margin-bottom:0;}
.searchall .nav-tabs > li.active > a, .searchall .nav-tabs > li.active > a:hover, .searchall .nav-tabs > li.active > a:focus{
	background-color: #fff;
	border-top: 5px solid #093;
}
.searchall .nav-tabs > li > a {
    border-top: 5px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #e9e9e9;
    padding: 8px 12px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#search_form_shops .form-group{margin-bottom:0;}
#search_form_shops .form-group select, #search_form_shops .form-group input[type=text]{background:none;color:#991700 !important;border: 1px solid #a40718;cursor:pointer;font-size:14px;}
#search_form_shops .form-group select option{padding:3px;cursor:pointer}
.img-thumb{
	position:relative;
	overflow:hidden;
}
.title-content-home{
	overflow:hidden;
	_white-space: nowrap;
    _text-overflow: ellipsis;
	border-bottom:1px solid #ccc;
	margin-bottom:5px !important;
	padding-bottom:10px !important;
	font-size:13px;
	font-weight:600;
	height:45px;
}
.title-content-home a{color:#333;}
.tour_hot{
	position:absolute;
	right:0;
	border-radius:0;
	top:0;
	font-size:13px;
	z-index:3;
}
.newday{
	position:absolute;
	left:0;
	border-radius:0;
	top:0;
	z-index:3;
	font-size:13px;
}
.viewed{
	position:absolute;
	bottom:5px;
	right:10px;
}
.dodaitour{
	padding: 0.4em 0.6em 0.4em;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	border-radius:0;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	position:absolute;
	bottom:0;
	right:0;
	font-size:13px;
	background-color:rgba(17, 17, 17, 0.53);
	z-index:3;
}
.gift{
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
}
.btn-view {
    padding: 6px 12px;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -17px;
    line-height: 22px;
    font-size: 14px;
    text-decoration: none;
    background: #73bc28;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	opacity:0;
	transition:ease 0.5s all;
	-webkit-transition:ease 0.9s all;
	-moz-transition:ease 0.9s all;
	-o-transition:ease 0.9s all;
	-ms-transition:ease 0.9s all;
	z-index:10;
}
.bggradient{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#333;
	z-index:2;
	top:0;
	left:0;
	opacity:0;
	transition:ease 0.5s all;
	-webkit-transition:ease 0.5s all;
	-moz-transition:ease 0.5s all;
	-o-transition:ease 0.5s all;
	-ms-transition:ease 0.5s all;
}
.pro-grid .thumbnail:hover .bggradient{opacity:0.5;}
.pro-grid .thumbnail:hover .btn-view{
	opacity:1;
	border-radius:15px;
}
.pro-grid .thumbnail img{
	transition:ease 0.5s all;
	-webkit-transition:ease 0.5s all;
	-moz-transition:ease 0.5s all;
	-o-transition:ease 0.5s all;
	-ms-transition:ease 0.5s all;
}
.pro-grid .thumbnail:hover img{	
	-moz-transform:scale(1.1) rotate(5deg);
	-webkit-transform:scale(1.1) rotate(5deg);
	-o-transform:scale(1.1) rotate(5deg);
	-ms-transform:scale(1.1) rotate(5deg);
	transform:scale(1.1) rotate(5deg);
}
.rating-box {
    color: #f0c808;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.rating-box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}
.footer-content{
	padding:30px 0 20px;
	background-color: #edf0f2;
	
}
.block-footer{
	margin-bottom:20px;
}
.footer-title{
	text-transform:uppercase;
	color:#292d77;
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}ul.list-footer {    margin: 0;    padding: 0;}ul.list-footer li {    margin-bottom: 10px;}ul.list-footer li:before {    content: "\f0da";    font: normal normal normal 14px/1 FontAwesome;    margin-right: 5px;}
.footer-copyright{
	background-color:#222;
	padding:10px 0;	text-align:center;
}
#totop{position:fixed;z-index:999;right:3px;bottom:250px;cursor:pointer;color:#06c;display:none;}
.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:0.438em 0.625em 0.438em 0.625em;line-height:1.125em;cursor:pointer;}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar{margin-top:0.188em;}
.slicknav_menu{*zoom:1;}
.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;}
.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:0.875em;margin:0.188em 0 0 0.438em;}
.slicknav_menu .slicknav_icon:before{background:transparent;width:1.125em;height:0.875em;display:block;content:"";position:absolute;}
.slicknav_menu .slicknav_no-text{margin:0;}
.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:0.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
.slicknav_menu:before{content:" ";display:table;}
.slicknav_menu:after{content:" ";display:table;clear:both;}
.slicknav_nav{clear:both;}
.slicknav_nav ul{display:block;}
.slicknav_nav li{display:block;position:relative;border-top:1px solid #015979;}
.slicknav_nav .slicknav_arrow{font-size:0.8em;margin:0 0 0 0.4em;}
.slicknav_nav .slicknav_item{cursor:pointer;}
.slicknav_nav .slicknav_item a{display:inline;}
.slicknav_nav .slicknav_row{display:block;}
.slicknav_nav a{display:block;}
.slicknav_nav .slicknav_parent-link a{display:inline;}
.slicknav_brand{float:left;}
.slicknav_menu{box-sizing:border-box;background:#0267fd;display:none;}
.slicknav_menu *{box-sizing:border-box;}
.slicknav_menu .slicknav_menutxt{color:#fff;font-weight:bold;}
.slicknav_menu .slicknav_icon-bar{background-color:#fff;}
.slicknav_btn{margin:0;background-color:#06559e;font-size:16px;}
.slicknav_nav{color:#fff;margin:0;padding:0;list-style:none;overflow:hidden;background-color:#0c2f69;}
.slicknav_nav ul{list-style:none;overflow:hidden;padding:0;background-color:#016b62;}
.slicknav_nav > li.slicknav_open{background-color:#07296e;}
.slicknav_nav ul li{margin-left:15px;}
.slicknav_nav ul li ul li{padding-left:5px;}
.slicknav_nav ul li:before{content:"\f0da";font:normal normal normal 14px/1 FontAwesome;position:absolute;left:0;top:12px;}
.slicknav_nav ul li ul li:before{content:"\f178";font:normal normal normal 14px/1 FontAwesome;margin-right:5px;}
.slicknav_nav .slicknav_row{padding:5px 10px;margin:2px 5px;}
.slicknav_nav a{padding:5px 10px;margin:2px 5px;text-decoration:none;color:#fff;}
.slicknav_nav .slicknav_txtnode{margin-left:15px;}
.slicknav_nav .slicknav_item a{padding:0;margin:0;}
.slicknav_nav .slicknav_parent-link a{padding;0;margin:0;}
.slicknav_brand{color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px;}
.title_main_group{border-bottom:1px solid #06c;margin-bottom:5px !important;padding-bottom:5px;color:#06c; position:relative;cursor:pointer;}
.title_main_group:after{content: "\f0dd"; font-family: FontAwesome;position:absolute;top:0;right:0;font-size:16px;font-size: 25px;
line-height: 10px;}
.list-detail{padding-left:12px;margin:0;}
.list-detail li{margin-bottom:5px !important;}
.list-detail li:before{font-family:FontAwesome;content: "\f058";margin-right:5px;color:#093;}
.slider-for{background-color:#ccc;text-align:center;}
.slider-for .detail_img_l{padding:5px;}
.slider-nav{background-color:#ccc}
.slider-nav .slick-prev, .slider-nav .slick-next{
	top: -40px;
	background: #1a9bd8;
	opacity: 0.4;
	width: 40px;
	height: 40px;
}
.slider-nav .slick-next{
	right:0;
}
.slider-nav .slick-prev{
	left:auto;
	right:41px;
}
.slider-nav .slick-prev:before {
    content: "\f137";
    font: normal normal normal 20px/1 FontAwesome;
	color:#fff;
}
.slider-nav .slick-next:before {
    content: "\f138";
    font: normal normal normal 20px/1 FontAwesome;
	color:#fff;
}
.slider-nav .slick-prev:hover{background-color:#f63;}
.slider-nav .slick-next:hover{background-color:#f63;}
.slider-nav:hover .slick-prev, .slider-nav:hover .slick-next{
	opacity:1;
}
.slider-nav .other_img{
	padding:5px;
	background-color:#eeeeee;
	cursor:pointer;
}
.slider-nav .slick-current .other_img, .other_img:hover{background-color:#ed6915;}
.productprice .money{font-size:28px;}
.productprice .moneyd{font-size:20px;color:#888;}
.productprice .moneyd .discounts_money{font-size:20px;}
.productprice .discounts{line-height: 36px;font-size:16px;}
.tab{margin-bottom:15px;}
.tab .tab-content{
	background-color:#fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tab .nav-tabs > li{margin-bottom:0;}
.tab .nav-tabs > li > a{
	border-top:4px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color: #e9e9e9;
	border-radius:0;
	padding: 8px 12px;
}
.tab .nav-tabs > li.active > a, .tab .nav-tabs > li.active > a:hover, .tab .nav-tabs > li.active > a:focus{
	background-color: #fff;
	border-top:4px solid #093;
}
.title-heading{
	text-transform:uppercase;
	margin-bottom:7px;
	font-weight:400;
	position:relative;
	padding-bottom: 5px;
	font-size:18px;
	border-bottom:2px solid #ccc;
}
.title-heading:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:120px;
	height:5px;
	background-color:#292d77;
}

.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
}
.progressbar li {
	list-style-type: none;
	width: 50%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
	font-weight:600;
}
.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 27px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
	z-index: 2;
	position:relative;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: 1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active a{
	color: green;
	font-weight:600;
}
.progressbar li.active:before {
	border-color: #55b776;
	color:#55b776;
}
.progressbar li.active + li:after {
	background-color: #55b776;
}
@keyframes zoomIn{from{width:40px;height:40px;margin-top:-20px;margin-left:-20px}to{width:80px;height:80px;margin-top:-40px;margin-left:-40px}}
#hotlinemb{position:fixed;margin:0;padding:0;right:-10px;bottom:90px;background:#fff;background-color:transparent;cursor:pointer;font-size:0;width:110px;height:110px;z-index:1000}
#hotlinemb .tada{background:#f00;border-radius:100px;width:40px;height:40px;position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-20px;animation-name:tada;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate}
#hotlinemb .tada a i{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-12px;width:65%;color:#fff;font-size:30px;}
@keyframes tada{from{transform:rotate(-20deg)}to{transform:rotate(20deg)}}#text-8 .pulse{width:60px;height:60px;background:rgba(255,144,2,0.39);border-radius:100px;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;animation-name:pulse;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}
@keyframes pulse{from{width:55px;height:55px;margin-top:-27.5px;margin-left:-27.5px}to{width:60px;height:60px;margin-top:-30px;margin-left:-30px}}
#hotlinemb .zoomIn{width:80px;height:80px;border:2px solid #f00;border-radius:100px;position:absolute;top:50%;left:50%;margin-top:-40px;margin-left:-40px;animation-name:zoomIn;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-out}
#hotlinemb .pulse{width:60px;height:60px;background:rgba(255,144,2,0.39);border-radius:100px;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;animation-name:pulse;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out;}
.link-cart {
    text-align: right;
    line-height: 35px;
}
.link-cart a {
    margin-left: 5px;
}
.link-cart a:first-child {
    margin-left: 0;
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/
.cloudzoom-blank div:last-child{display: none !important;}
/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(../images/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(../images/ajax-loader.gif);
    width:32px;
    height:32px;
}
#thumbnail-slider {
    margin:0 auto;
    width:100%;
    padding:10px;
    background-color:#f2f1ea;
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}
.cloudzoom-gallery-active{
	border:2px solid #f63;
}
#thumbnail-slider div.inner {
    /*the followings should not be changed */
    position:relative;
    overflow:hidden;
    padding:0;
    margin:0;
}

#thumbnail-slider div.inner ul {
    /*the followings should not be changed */
    white-space:nowrap;
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}

#thumbnail-slider ul li {
    display:inline-block;
    *display:inline!important; /*IE7 hack*/
    border:3px solid black;
    margin:0;
    margin-right:10px; /* Spacing between thumbs*/
    transition:border-color 0.3s;
    box-sizing:content-box;
    text-align:center;
    vertical-align:middle;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
	background-color:#fff;
	
}

#thumbnail-slider ul li.active {
    border-color:white;
}

#thumbnail-slider .thumb {
    opacity:1;
    width:100%;
    height: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
	cursor:pointer;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {display:none;} /*.pause*/

#thumbnail-slider-prev, #thumbnail-slider-next
{
    opacity:1;
    position: absolute;
    backface-visibility:hidden;
    width:32px;
    height:60px;
    line-height:60px;
    top: 50%;
    margin:0;
    margin-top:-30px;
    color:white;    
    z-index:10;
    cursor:pointer;
}

#thumbnail-slider-prev {
    left:-18px; right:auto;
}

#thumbnail-slider-next {
    left:auto; right:-18px;
}
#thumbnail-slider-next.disabled, #thumbnail-slider-prev.disabled {
    opacity:0.3;
    cursor:default;
}

#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
    position: absolute;
    top: 19px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: 6px solid black;
    border-top: 6px solid black;
}

#thumbnail-slider-prev::before {
    left:7px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
}

#thumbnail-slider-next::before {
    right:7px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
}
.msgshow {
	background: #F5F5F5;
	padding: 20px;
	border: 4px solid #f63;
	position: fixed;
	bottom: 0;
	right: 0;
	font-weight:600;
	color:#222;
	display: none;
	z-index: 10020 !important;
}
.product_action .disabled span {
    font-size: 0;
}
.product_action .disabled:after {
    content: "Đã thích";
}
.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
}
.progressbar li {
	list-style-type: none;
	width: 50%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
	font-weight:600;
}
.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 27px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
	z-index: 2;
	position:relative;
}
.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: 1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active a{
	color: green;
	font-weight:600;
}
.progressbar li.active:before {
	border-color: #55b776;
	color:#55b776;
}
.progressbar li.active + li:after {
	background-color: #55b776;
}
*html div#fl813691{position:absolute;overflow:hidden;top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight):document.body.scrollTop+(document.body.clientHeight-this.clientHeight))}
#fl813691{position:fixed;left:0;bottom:-3px;height:250px;z-index:9999;background-color:#d90000}
#eb951855{width:335px;padding-right:7px;background:url(../images/phai.png) no-repeat right top}
#cob263512{background:url(../images/trai.png) no-repeat left top;height:250px;padding-left:7px}
#coh963846{color:#fff;display:block;height:25px;line-height:20px;font-size:14px;width:320px;padding-top:5px}
#coh963846 a{color:#383737;text-decoration:none}
#coc67178{float:right;padding:0;margin:0;list-style:none;overflow:hidden;height:15px}
#coc67178 li{display:inline}
#coc67178 li a{background-image:url(../images/nut.gif);background-repeat:no-repeat;width:30px;height:0;padding-top:15px;overflow:hidden;float:left}
#coc67178 li a.close{background-position:0 0}
#coc67178 li a.close:hover{background-position:0 -15px}
#coc67178 li a.min{background-position:-40px 0}
#coc67178 li a.min:hover{background-position:-40px -15px}
#coc67178 li a.max{background-position:-70px 0}
#coc67178 li a.max:hover{background-position:-70px -15px}
#co453569{display:block;margin:0;padding:0;height:250px;overflow:hidden;}
.logo img{max-height:115px;padding:10px;}
.ten_ct {
    text-transform: uppercase;
    color: #0467f8;
    font-size: 40px;
	margin-top: 26px;
	line-height: 25px;
	letter-spacing: 1.9px;
}
.chinh-sach{padding:0;margin-top:15px;}
.chinh-sach li {
    float: left;
    width: 20%;
    font-size: 13px;
}
.chinh-sach li div{padding:5px;}
.chinh-sach li i {
    font-size: 38px;
    display: block;
    float: left;
    margin-right: 5px;
}
@media (max-width:992px) {
	.info-header{padding:0 15px;}
	header .container {
		width: 100%;
	}
	.bg-detail{
		background:#fff;
	}
	#header .logo {
        text-align:center;
    }
    #header .logo img {
        max-height:80px;
        width:auto;
		padding:6px 0;
    }
	.ten_ct {		
		margin-top:10px;
		font-size: 37px;
		line-height:35px;
		text-align:center;
	}
	.slicknav_menu{display:block;}
	#menu-site-default .navbar-right{display:none;}
	.footer-contact {
		text-align: center;
	}
    .about-footer-halong {
		text-align: center;
		margin-bottom: 20px;
	}
	.about-footer-halong img{
		height:70px;
		width:auto;
	}
    .column-margin-left{
        margin-left:0 !important
    }
	#footer-menu{text-align:center;}
	#search_form_shops .form-group{margin-bottom:10px;}
}
@media (max-width:767px) {
	.searchall{margin-top:0;}
	.searchall .nav-tabs {padding:0;}
	.searchall .nav-tabs > li{width:50%;}
	.searchall .nav-tabs > li > a{border-radius:0;margin-right:0;border-left:0;border-right:0;}
    .box-shadow {
        box-shadow:none;
        -webkit-box-shadow:none;
    }
    .contactDefault{
        position: relative
    }
    .social-icons,
    .contactDefault,
    .personalArea {
        float:right;
        margin-right:10px;
        margin-left:0;
    }
    .social-icons .content,
    .contactDefault .content {
        display:none;
    }
	#tip {
        width:100%;
    }
    .contactList li {
        display:block;
    }
    .contactList li .fa, .contactList li [class^="icon-"], .contactList li [class*=" icon-"] {
        width:15px !important
    }
    .breadcrumbs-wrap{
        display:none
    }
    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display:none !important;
    }
    .second-nav {
        position:absolute;
        left:-10px;
        top:0;
    }
    .second-nav .bg {
        -webkit-border-top-left-radius:0;
        -webkit-border-top-right-radius:0;
        -webkit-border-bottom-right-radius:5px;
        border-top-left-radius:0;
        border-top-right-radius:0;
        border-bottom-right-radius:10px;
    }
    .third-nav .bg{
        padding: 10px 5px;
    }
    .third-nav .current-time{
        display:none
    }
	#tip{margin-right:0;}
	.slider-nav{margin-bottom:15px;}
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    .visible-ss-block {
        display:block !important;
    }
    .visible-ss-inline {
        display:inline !important;
    }
    .visible-ss-inline-block {
        display:inline-block !important;
    }
    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display:none !important;
    }
    .guestBlock{
        width:100%
    }
	.link-cart{text-align:center;}
}
@media (min-width:500px) and (max-width:991px) {
    
}
@media (min-width:500px) {
    .nv-infodie {
        width:500px;
        left:50%;
        margin-left:-250px;
    }
}
@media (min-height:500px) {
    .nv-infodie {
        height:500px;
        top:50%;
        margin-top:-250px;
    }
}
@media (min-width:768px) {
    .hidden-ss-block {
        display:block !important;
    }
    .hidden-ss-inline {
        display:inline !important;
    }
    .hidden-ss-inline-block {
        display:inline-block !important;
    }
}
@media (min-width:992px) {
    nav > .container > .row {
        margin-left:0;
        margin-right:0;
    }
}
@media (min-width:1200px) {
    nav > .container > .row {
        margin-left:-5px;
        margin-right:-5px;
    }
	.modal-dialog {
		width: 900px;
		margin: 50px auto;
	}
}
@media only screen and (min-width: 970px) and (max-width: 1199px) {
	.modal-dialog{width:800px;margin:50px auto}
}