﻿body 
{
    color: #111;
    background-color:#000;
    font-family:tahoma;
    font-weight:400;
    font-size:13px;
    padding:0 !important;
}
.form-control:focus {box-shadow:none;border-color:#2D983D;}
::-webkit-input-placeholder { font-size:13px;}
::-moz-placeholder { font-size:13px; } /* firefox 19+ */
:-ms-input-placeholder { font-size:13px; } /* ie */
input:-moz-placeholder { font-size:13px; }
h1,h2 {font-weight:700;}
a {color:#1179ea;}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {border:0;border-radius:0;}
a:hover,a:focus {text-decoration:none;color:#265FAA;}
.btn-default {background-color:#BB0200;border:1px solid transparent;padding:5px 20px;color:#fff;font-weight:700;text-transform:uppercase;font-style:normal;}
.btn-default:hover {background-color:#E40101;border:1px solid transparent;color:#fff;}
.bg-pink {background:url('image/bg-customer.jpg') no-repeat top center;height:566px;}
.bg-gray {background-color:#e2e2e2;padding-top:20px;}
.box {width:100%;height:165px;display:block;line-height:165px;}
.box-line {height:4px;background:#ddd;position:relative;margin-top:150px;}
.box-line .box-wrapstar {position:absolute;left:44%;top:-84px;background-color:#fff;}
.box-line img {width:48px;}

.box-2 {width:100%;height:30px;display:block;line-height:30px;}
.box-2 .box-line {height:2px;background:#ddd;position:relative;margin-top:10px;}
.box-2 .box-line .box-wrapstar {position:absolute;left:45.5%;top:-17px;background-color:#fff;}
.box-2 .box-line img {width:32px;}

.nav > li > a:hover {background-color:#1179ea;color:#fff;}

.event {background:url("images/bg_event.jpg") no-repeat top center;background-size:cover;width:100%;height:100px;border:0;margin:0;padding:0;}
.event .close {font-size:36px;color:#fff;opacity:0.8;margin-right:30px}
/*====HEADER=====*/
.header {display:block;width:100%;}
.header .navbar-brand {padding-left:0;}
.header .bar-top ul.nav-membertop {padding:0 20px;background-color:#fff;}
.header .bar-top ul.nav-membertop > li > a{padding:10px 10px;font-family:Roboto;color:#222;font-weight:700;}
.header .bar-top ul.nav-membertop > li:hover > a {background-color:#1179ea;color:#fff;border-radius:0;text-decoration:none !important;}
.header .bar-top ul.nav-membertop > li:first-child > a {text-decoration:underline;}
.header .bar-top ul.nav-membertop > li > span {padding:10px 12px;display:block;font-family:Roboto;}
.header .bar-top ul.nav-membertop-second > li > a {color:#222;}
.header .bar-top ul.nav-membertop-second > li:last-child > a {padding-right:0;}
.header .bar-top ul.nav-membertop-second > li:hover > a {background:none;color:#1179ea;}
.header .nav-bartop-thirt {background-color:#dceeff;}
.header .nav-bartop-thirt > li > a {font-size:13px;padding:10px 33px;}
.header .nav-bartop-thirt > li:last-child > a {padding:10px 29px 10px 28px;}
.header .nav-bartop-thirt > li:hover > a {background-color:#fff;border-radius:0;color:#1179ea;}
.header .header-right {border-bottom:2px solid #1179ea;float:left;width:75%;margin-left:-15px;margin-right:-15px;}
.header .banner .container {background:none;}
.header .has-feedback .form-control-feedback {font-size:40px;color:#ddd;top:9px;right:12px;}
.header .has-feedback input[type=text] {height:50px;}
.header .slogan {position:relative;display:block;height:151px;}
.header .slogan > div {position:absolute;bottom:18px;font-size:25px;font-family:Roboto;left:-50px;}
.header .btn {padding:14px 12px;font-weight:bold;background-color:#ec3434;}
.header .banner-top{background:url('images/bg_top.jpg') repeat;height:48px;line-height:48px;}
.header .banner-top .cart-item {background:url('images/icon_header_cart.png') no-repeat left center;padding-left:30px;}
.header .banner-top .cart-item a {color:#fff;}
.header .banner {min-height:88px;width:1010px;margin:0 auto;}
.header .banner h3{font-family:Roboto;font-weight:300;font-size:31px;}
.header .banner h3 small {color:#ff0000;}
.header .header-line 
{
    width: 2px;
    border-right: solid 1px #e55b4e;
    background-color: #a32819;
    float: left;
    height: 100px;
    margin-top: 20px;  
}
.header .cart-mini {float:left;width:226px;height:142px;margin-top:-29px;}
.header .cart-mini a{width:229px;height:142px;background:url('images/cart.png') no-repeat;display:block;}
.header .search {width:100%;}
.header .search select {width:35%;border-top:0;border-bottom:0;border-left:0;font-size:13px;height:35px;box-shadow:none;}
.header .search .input-group{width:100%;height:35px;margin-top:5px;background-color:#fff;position:relative;}
.header .search .input-group input[type=text]{background:none;width:70%;height:35px;font-size:13px;border-radius:4px;border:0;box-shadow:none;}
.header .search .input-group input[type=text]::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc;}
.header .search .input-group input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #ccc; opacity:  1;}
.header .search .input-group input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */color: #ccc; opacity:  1;}
.header .search .input-group input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */color: #ccc;}
.header .search .input-group input[type=submit],.header .search .input-group button
{
    height:35px;
    width:100%;
    right:0;
    top:0;
    border: none;
    float: right;
    position: absolute;
    display: inline-block;
    background-color:#d83c3c;
    border-radius: 0;
    color:#fff;
    font-weight:700;
    font-size:13px;
}
.header .search .input-group span:before
{
    content:"";
    width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-right: 5px solid #d83c3c;
	position:absolute;
	left:-5px;
	top:13px;
}
.header .search .input-group span
{
    height:35px;
    width: 28%;
    border: 0;
    position: absolute;
    right:0;
    top:0;
    background: none;
    padding: 0;
}
.header .search .input-group span a {height: 27px;width: 29px;display:block;}
/*Header fixed*/
.logo {float:left;width:15%;}
.fixed .mainnav.hidden,.fixed .mainnav {width:87.5%;}
.fixed .mainnav.hidden > .nav > li > ul.dropdown-menu,
.fixed .mainnav > .nav > li > ul.dropdown-menu
{left:206px;border-top:1px solid #d9d9d9;top:-3px;}
.fixed .mainnav,.fixed .topsearch {display:none;}
.fixed .btn-categorymain {margin-top:4px;float:left;width:239px;}
.fixed .btn-categorymain > a {padding:10px 0 9px;}
.btn-categorymain:hover .mainnav {display:block !important;visibility:visible !important;}
.mainnav.hidden {width:90.3%;}
.fixed .nav-righttop ul {margin-top:-1px;}
.fixed .nav-righttop ul > li > a {padding:5px 15px;font-size:11px;border-bottom:0;white-space:nowrap;}
.fixed .nav-righttop ul li a > i {font-size:10px;width:21px;padding:5px;margin-bottom:0;}
.fixed .nav-righttop ul li:first-child span {bottom:-37px;}
.fixed .search .input-group {margin-top:4px;}
/*Button category*/
.btn-categorymain {position:relative;}
.btn-categorymain > a
{
    text-align: left;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    background-color: #dceeff;
    padding: 11px 15px;
    color: #1179ea;
}
.btn-categorymain > a > i {color:#1179ea;margin-top:3px;}
/*nav-bartop*/
.nav-bartop ul {margin-top:5px;}
.nav-bartop ul li a{padding:10px 0 5px;margin-right:21px;font-size:15px;color:#111;font-weight:800;}
.nav-bartop ul li a:hover {background-color:#fff;color:#2C62E8;}
.nav-bartop ul li:last-child a {margin:0;}
/*nav-righttop*/
.nav-righttop ul {margin-top:15px;}
.nav-righttop ul li {position:relative;}
.nav-righttop ul li:first-child:hover a{background-color:#fff;border:1px solid #ddd;z-index:20;}
.nav-righttop ul li:first-child:hover > span > a,.nav-righttop ul li.hover:first-child > span > a {border:0;}
.nav-righttop ul li:first-child.hover a{border-bottom:0;}
.nav-righttop ul li:first-child:hover span {display:block;}
.nav-righttop ul li:first-child span {width:200px;z-index:10;padding:10px 15px;background-color:#fff;border:1px solid #ddd;position:absolute;bottom:-38px;left:0;display:none;}
.nav-righttop ul li a{width:100%;text-align:center;color:#5c5c5c;border:1px solid #F4F4F4;border-radius:0;padding:10px 22px;}
.nav-righttop ul li a:hover {color:#2D983D;background-color:#eee;}
.nav-righttop ul li a > i {width:40px;margin:0 auto;display:block;font-size:20px;background-color:#5c5c5c;padding:10px 5px;border-radius:40px;color:#fff;margin-bottom:3px;}
.nav-righttop ul li a:hover > i,.nav-righttop ul li.hover a > i  {background-color:#2D983D;}
/*top-search*/
.topsearch {padding:10px 15px;}
.topsearch span {font-size:11px;}
.topsearch a {margin:0 5px;font-size:11px;}

.carousel-control {width:18px;height:18px;text-shadow:none;top:48%;opacity:1;}
.carousel-control.left, .carousel-control.right{background:none;}
.carousel-control.left {left:2px;}
.carousel-control img {width:100%;}
.carousel-control.right{right:2px;} 
#carousel-product-hot .carousel-control.left {left:-36px;}
#carousel-product-hot .carousel-control.right {right:-36px;}
/*====MAINNAV====*/
.mainnav-wrapper {float:left;width:85%;}
.mainnav { z-index: 99;}
.mainnav .row{}
.mainnav .navbar {width:100%;margin-bottom:0;bottom:0px;background:none;}
.mainnav .navbar > .container {width:980px;padding-left:0;padding-right:0;background:none;}
.mainnav .navbar > .container .navbar-collapse {padding-left:0;padding-right:0;background:none;border:0;}
.mainnav .navbar-default {border:0;background:none;}
.mainnav .container {background:none;width:1170px;}
.mainnav > .nav{margin:0;position:relative;z-index:999;background-color:#4a442a;}
.mainnav > .nav > li:first-child {border-left:1px dashed #fff;}
.mainnav > .nav > li:first-child > a, .mainnav > .nav > li:first-child > div:hover, .mainnav > .nav > li:first-child > div:focus, .mainnav > .nav > li.active:first-child > div{}
.mainnav > .nav > li:first-child > a {}
.mainnav > .nav > li:first-child.hover > div,
.mainnav > .nav > li:first-child.active > div,
.mainnav > .nav > li:first-child.active > div:hover
{border-bottom:1px solid #d9d9d9;background-color:#fff;}
.mainnav > .nav > li {z-index:999;width:25%;text-align:center;border-right:1px dashed #fff;border-bottom:1px dashed #fff;}
.mainnav > .nav > li+li{margin-left:0;}
.mainnav > .nav > li >  a
{
    border-radius: 0;
    color: #e5bb3f;
    font-size:16px;
    display:block;
    padding:5px 15px;
}
.mainnav > .nav > li > a > span.nav-img {display:table;vertical-align:middle;width:100%;height:36px;}
.mainnav > .nav > li > a >span>span {display:table-cell;vertical-align:middle;text-align:center;}
.mainnav > .nav > li > a >span>span>img {}
.mainnav > .nav > li.hover >  a > span.arrow {background:url('images/hover_menu.png') no-repeat;}
.mainnav > .nav > li > div:hover {background-color:#fff;}
.mainnav > .nav > li > div > a > span {width:100%;display:block;}
.mainnav > .nav > li > div > small {font-weight:normal;width:100%;float:left;font-size:11px;}
.mainnav > .nav > li > div > a > small > a {display:inline;}
.mainnav > .nav > li:last-child {}
.mainnav > .nav > li:hover,
.mainnav > .nav > li:focus,
.mainnav > .nav > li.active,
.mainnav > .nav > li.active:hover,
.mainnav > .nav > li.active:focus,
.mainnav > .nav > li.hover > div
{

}
.mainnav > .nav > li:hover > a,
.mainnav > .nav > li:focus > a,
.mainnav > .nav > li.active > a,
.mainnav > .nav > li.active:hover > a,
.mainnav > .nav > li.active:focus > a,
.mainnav > .nav > li.hover > a
{
    background-color:#E9B63E;
    color:#fff;
}
.mainnav > .nav > li.active > div {background:none;}
.mainnav > .nav > li.active:hover > div {background-color:#fff;} 
.mainnav > .nav > li.hover > div
{
    color: #E67E22;
    border-radius:0;
    border-bottom:1px solid #ddd;
    background:#fff url('images/icon-arrow-right.png') no-repeat right center;
}
.mainnav > .nav > li {z-index:999;position:relative;}
.dropdown-menu {border:0;}
.mainnav > .nav > li > ul.dropdown-menu
{
    position:absolute;
    border-radius:0;
    z-index:999;
    top:98%;
    left:0;
    background-color:#E9B63E;
    border:1px solid #d9d9d9;
    padding:0;
    border-top:0;
}
.mainnav > .nav > li > ul.dropdown-menu > li {}
.mainnav > .nav > li > ul.dropdown-menu > li > a {color:#1b1b1b;font-size:14px;padding:10px 15px;border:0;text-align:left;}
.mainnav > .nav > li > ul.dropdown-menu > li > a:hover {color:#E9B63E;}
.mainnav > .nav > li > ul.dropdown-menu > li > ul > li > a {font-weight:normal;padding:3px 10px 2px;font-size:12px;border-radius:0;}
.mainnav > .nav > li > ul.dropdown-menu > li > ul > li > a:hover {}

/*=================*/
.nav-cart {float:left;padding: 21px 28px;}
.nav-cart>a{padding-left:5px;padding-right:5px;color:#fff;font-size:13px;}
.nav-cart>a:hover {background:none;color:#D4BD3F;}
/*================*/
.highlight>li
{
    width:24.8%;
    background: #040301; /* Old browsers */
    background: -moz-linear-gradient(top,  #040301 0%, #1f1c09 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #040301 0%,#1f1c09 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #040301 0%,#1f1c09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040301', endColorstr='#1f1c09',GradientType=0 ); /* IE6-9 */
    padding:5px 10px;
    color:#fff;
    font-size:14px;
    height:45px;
    line-height:34px;
}
.highlight>li:last-child {background:none;color:#71fb02;font-weight:700;font-size:24px;}
/*====SLIDESHOW====*/
.slideshow {width:100%;height:435px;z-index:0;}
.slideshow .slideshow-content {position:absolute;top:0;left:0;}
.slideshow .camera_caption {left:0;bottom:inherit;top:20%;width:auto;padding:30px 30px 30px 0;}
.slideshow .camera_caption > div {font-size:28px;font-weight:100;}
.slideshow .camera_wrap .camera_pag .camera_pag_ul {text-align:center;}
.slideshow .camera_wrap .camera_pag .camera_pag_ul li {background:none;border:3px solid #1b1b1b;}
.slideshow .camera_wrap .camera_pag .camera_pag_ul li > span {background:none;}
.slideshow .camera_wrap .camera_pag .camera_pag_ul li:hover > span {background:none;}
.slideshow .camera_wrap .camera_pag .camera_pag_ul li:hover {border:3px solid #ff0000;}
.slideshow .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {background:none;border:3px solid #fff;}
.slideshow .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {background:none;}
.slideshow .carousel-indicators {bottom:-5px;left:40%;}
.slideshow .carousel-indicators li {width:28px;height:27px;background:url('images/icon_slide.png') no-repeat;border:0;margin:0;}
.slideshow .carousel-indicators .active {background:url('images/icon_slide_hover.png') no-repeat;}
.slideshow .carousel{width:100%;height: 131px;}
.slideshow .carousel-bg
{
    width:100%;
    height: 558px;
    background-color:#888;
    overflow:hidden;
    position:absolute;left:0;top:0;
    z-index:10;
}
.slideshow .carousel-inner {z-index:1;width:100%;height: 131px;overflow:hidden;}
.slideshow .carousel-inner .item {max-height:131px;overflow:hidden;}
.slideshow .carousel-inner .item img {width:33.3333%;float:left;}
.slideshow .about-short {position:absolute;top:80px;left:0;width:400px;}
.slideshow .about-short h2 {color:#fff;text-shadow: 1px 1px 2px #440088;font-weight:700;font-size:36px;}
.slideshow .about-short p {color:#fff;text-align:justify;line-height:24px;font-size:16px;font-weight:300;margin-bottom:20px;}
.slideshow .about-short a {width:168px;height:56px;background:url('images/btn_xemthem.png') no-repeat;display:block;}
.slideshow .camera_prevThumbs,
.slideshow .camera_nextThumbs,
.slideshow .camera_prev,
.slideshow .camera_next,
.slideshow .camera_commands,
.camera_thumbs_cont
{
    background:none;
    width:45px !important;
    height:45px !important;
}
.slideshow .camera_prev > span
{
    background: url('images/back.png');
    background-position: left top !important;
    width: 45px !important;
    height: 45px !important;
    left: 10px !important;
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -ms-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.slideshow .camera_prev > span:hover {background:url('images/back-hover.png');}
.slideshow .camera_next > span
{
    background: url('images/next.png');
    background-position: left top !important;
    width: 45px !important;
    height: 45px !important;
    right: 10px !important;
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -ms-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.slideshow .camera_next > span:hover{background:url('images/next-hover.png');}
.slideshow .slideFirst {height:250px;}
.slideshow .slideFirst,.slideshow .slideSecond {width:100%;float:left;}
.slideshow .slideSecond {margin-top:10px;}
.slideshow .slideSecond .carousel-control {top:28%;}
.slideshow .slideSecond .carousel-control i{font-size:80px;color:#333;}
/*====MEMBER BOX*/

/*====PRODUCT HIGHLIGHT====*/
.highlight-product {}
.highlight-title {text-align:center;padding:15px 0;color:#1b1b1b;font-size:24px;font-weight:600;}
.highlight-content {width: 969px;margin: 0 auto;padding: 7px 0;}
/*====CONTACT====*/
.contact {height:114px;display:block;width:100%;font-size:15px;}
.contact .address,.contact .facebook,.contact .search {height:72px;margin:23px 0;}
.contact .address {background:url('images/icon_diachi.png') no-repeat left center;padding:2px 0 2px 85px;}
.contact .search {background:url('images/btn_timkiem.png') no-repeat left center;padding:2px 0 2px 85px;}
.contact .facebook {padding:5px 0;}
.contact .facebook a {width:194px;margin-left:70px;}
.contact .search {width:25%;}
.contact .search .input-group{width:252px;margin-top:20px;}
.contact .search .input-group input[type=text]
{
    background: none;
    height:31px;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow:inset 0 0 3px 2px rgba(0,0,0,0.4);
    box-shadow:inset 0 0 3px 2px rgba(0,0,0,0.4);
    border:0;
    background-color:#290E3A;
    border-bottom:1px solid #562969;
    font-style:italic;
}
.contact .search .input-group input[type=submit]{width:100%;float:left;padding:0;background:none;border:0;color:#fff;font-size:12px;background:url('icon_timkiem.png') no-repeat;height:13px;width:13px;}
.contact .search .input-group span {height:26px;width:26px;border:0;position:absolute;right:14px;top:-4px;background:none;z-index:10;}

.facebook-fanpage {width:100%;height:0px;background:url('images/bg_facebook.jpg') repeat top center;}
.fanpage {width:500px;float:left;margin:15px 0 15px 0;}
.banner-fanpage {margin:15px 0 15px 15px;width:337px;height:290px;float:left;}
.main-content {}
/*====CONTENT====*/
.content-wrapper {position:relative;}
.content-wrapper > .container {padding:15px;position:relative;}
.colleft {width:14%;float:left;margin-right:1%;}
.colright {width:85%;float:left;} 
.panel-product {background:#fff;border-radius:0;width:100%;float:left;margin-bottom:15px;}
.panel-product .tab-content .carousel-control {top:-45px;color:#555;bottom:inherit;left:inherit;opacity:1;}
.panel-product .tab-content .carousel-control.left {right:10px;}
.panel-product .tab-content .carousel-control.right {right:-10px;}
.panel-product .content {padding:10px 0 0;}
.panel-product .panel-heading {background:#fff;padding:5px 10px 0;border-radius:0;min-height:557px;}
.panel-product .panel-heading .ih-item.square {height:250px;}
.panel-product .panel-title {font-size:19px;font-weight:bold;}
.panel-product .panel-title a
{
    padding-bottom: 5px;
    padding-right: 15px;
    display: block;
    border-bottom: 2px solid #2D983D;
    color: #21702D;
}
.panel-product .panel-title a i
{
    opacity: 0;
    -webkit-transition: background 350ms ease;
    -moz-transition: background 350ms ease;
    -ms-transition: background 350ms ease;
    -o-transition: background 350ms ease;
    transition: background 350ms ease;
}
.panel-product .panel-title a small {opacity:0;font-size:65%;font-weight:normal;}
.panel-product .panel-title a:hover i,.panel-product .panel-title a:hover small {opacity:1;}
.panel-product .panel-body {background-color:#fff;border-color:#ddd;padding:17px 0 0;}
.panel-product .panel-body .tab-content {width:100%;min-height:520px;float:left;border-top:1px solid #dadada;border-right:0;padding:15px 5px;border-radius:0;}
.panel-cat-sub {padding:10px 0;}
.panel-cat-sub .nav-tabs {border:0;}
.panel-cat-sub .nav-tabs li {width:272px;}
.panel-cat-sub .nav-tabs li a {color:#333;}
.panel-cat-sub .nav-tabs li.active a:hover {border:1px solid #dadada;border-right:0;}
.panel-cat-sub .nav-tabs li.active a {border:1px solid #dadada;border-right:0;border-radius:0;background-color:#fff;margin:0;z-index:100;font-weight:bold;color:#21702D;}
.panel-cat-sub .nav-tabs li a:hover {border-radius:0;background:none;border:1px solid transparent;font-weight:bold;}

.content{min-height:350px;}
.content > .content-middle > .row > .col-xs-3{width:280px;}
.content > .content-middle > .row > .col-xs-9 {width:754px;}
.content > .content-top{width:1024px;height:5px;background:url('images/content_top.png') no-repeat top center;}
.content > .content-bottom{width:1024px;height:5px;background:url('images/content_bot.png') no-repeat top center;}
.content > .content-middle {background:#fff;padding:10px;}
.content .colleft-top{width:250px;height:28px;background:url('images/menu_top.png') no-repeat top center;}
.content .colleft-middle{width:250px;padding-right:15px;}
.content .colleft-bottom{width:250px;height:90px;background:url('images/menu_bot.png') no-repeat top center;}
.content .panel.member-box {border:0;}
.content .panel.member-box .panel-heading {background:none;}
.content .panel {border:0;background:none;border:1px solid #dadada;}
.content .panel > .panel-heading {height:39px;border-radius:0;background-color:#fff;}
.content .panel > .panel-heading > .panel-title {position:relative;}
.content .panel > .panel-heading > .panel-title .title-icon {position:absolute;left:-23px;top:-20px;}
.content .panel > .panel-heading > .panel-title .title-icon img {width:52px;}
.content .panel > .panel-body {background-color:#fff;padding:0;}
.panel-default.panel-left {border-radius:0;border:0;margin-top:15px;}
.panel-default.panel-left > .panel-heading {background-color:#111;border-radius:0;}
.panel-default.panel-left > .panel-heading > .panel-title {font-size:14px;color:#fff;}
.content .panel-left > .panel-body ul.nav > li > a {padding:7px 10px;color:#555;}
.content .panel-left > .panel-body ul.nav > li > a:hover {color:#fff;}
.content .panel-left > .panel-body ul.nav > li.active > a {color:#fff;background-color:#2D983D;}
.content .panel-left > .panel-body div.label.active {border:2px solid #2D983D;}
.content .panel.panel-main .panel-heading {border:0;background:url('images/center2.png') no-repeat;}
.content .panel.panel-main .panel-heading h2 {font-size:14px;margin:0;}
.content .panel.panel-main .panel-body {padding:0;}
.panel.panel-main-2 {border:0;}
.panel.panel-main-2 .panel-heading {border:0;border:0;background:none;border-bottom:1px solid #ddd;padding-left:0;padding-right:0;}
.panel.panel-main-2 .panel-body {padding:0;border:0;}
.panel.panel-main-2 .panel-body ul.nav>li {border-bottom:1px solid #ddd;float:left;width:100%;}
.panel.panel-main-2 .panel-body ul.nav>li>ul.dropdown-menu {position:static;display:block;width:100%;box-shadow:none;margin-top:-15px;}
.panel.panel-main-2 .panel-body ul.nav>li>ul.dropdown-menu>li {border:0;background:url('images/ico_menu.png') no-repeat left center;padding-left:20px;}
.panel.panel-main-2 .panel-body ul.nav>li>ul.dropdown-menu>li>a {text-transform:none;font-size:14px;}
.panel.panel-main-2 .panel-body ul.nav>li>a {padding-left:0;padding-right:0;color:#8d8d8d;font-size:16px;text-transform:uppercase;}
.panel.panel-main-2 .panel-body ul.nav>li>a:hover {background:none;color:#CC9900;}
.panel.panel-main-2 .panel-heading .panel-title {margin:0;color:#8d8d8d;position:relative;font-size:24px;}
.panel.panel-main-2 .panel-heading .panel-title h1:after{content:"";background:url('images/bg_product_list_active.png') no-repeat;width:15px;height:8px;position:absolute;bottom:-11px;left:5%;}
.panel.panel-main-3 {width:100%;float:left;border:0;}
.panel.panel-main-3 > .panel-heading{background:none;border:0;padding:0px;border:0;}
.panel.panel-main-3 > .panel-heading > .panel-title {border-radius:0;width:100%;float:left;text-align:left;padding:0;border:0;}
.panel.panel-main-3 > .panel-body > h1,.content .panel.panel-main-3 > h2.panel-title > a
{
    font-size: 34px;
    margin-top:0;
    color: #111;
    font-weight:normal;
    text-transform:uppercase;
}
.panel.panel-main-3 > .panel-body {padding:0px;border:0;}
.panel.panel-main-3 {border-radius:0;background-color:#fff;}
.panel-viber
{
    background: #7B519D url('images/viber-128.png') no-repeat -4px center;
    min-height: 90px;
    border-radius: 8px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    padding-left:100px;
    text-shadow: 3px 3px 0px #603C83;
    border:0;
    margin-bottom:17px;
}
.panel-zalo
{
    background: #fff url('images/zalo.png') no-repeat 166px center;
    background-size:52%;
    min-height: 90px;
    border-radius: 8px;
    color:#0894DD;
    font-size:19px;
    font-weight:bold;
    padding-left:0px;
    border:0;
    margin-bottom:17px;
}
.panel-zalo span {font-size:18px;color:#D50017;}
.panel-sale
{
    background: #F49D1E url('images/phone-icon.png') no-repeat -20px center;
    min-height: 90px;
    border-radius: 8px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    padding-left:80px;
    text-shadow: 3px 3px 0px #e08d18;
    border:0;
}
.panel-zalo .panel-body {padding:10px;}
.content .nav-left {}
.content .nav-left > li {border-bottom:1px solid #ddd;width:100%;float:left;background:none;background:url('images/icon-dmsp.png') no-repeat 5px 10px;}
.content .nav-left > li:last-child {border:0;}
.content .nav-left > li:hover{background-color:#333;}
.content .nav-left > li:hover > a {color:#fff;}
.content .nav-left > li > a {color:#333;font-weight:bold;text-transform:capitalize;padding-left:30px;}
.content .nav-left > li > a > i {color: #F733FF;}
.content .nav-left > li > a:hover,.content .nav-left > li > a:focus {background:none;}
.content .nav-left > li > ul{list-style:none;margin:0;padding:0;display:block;position:static;box-shadow:none;width:100%;border:0;border-radius:0;}
.content .nav-left > li > ul > li
{
    background: url('images/bg_red_block_3_3.jpg') no-repeat 25px center;
    background-size:90%;
    float:left;
    width:100%;
}
.content .nav-left > li > ul > li:last-child {border:0;}
.content .nav-left > li > ul > li > a {width:100%;float:left;color:#666;padding:7px 23px;font-size:13px;}
.content .nav-left > li:hover > ul {display:block;}

.content .member-box .panel-heading ul.nav-tabs > li > .panel-body {left:0;width:274px;}

.button-area {margin:10px 0;width:100%;}
.button-area .btn-primary {width:130px;margin:0 auto;text-align:center;background-color:#30b0e1;border-color:#30b0e1;display:block;border-bottom:3px solid #1486cc;font-weight:700;}
h3.service-title {border:0 !important;background:url('line_news.jpg') no-repeat left bottom;padding-bottom:20px !important;}
/*=====CONTENT SECOND=====*/
.content-second {background-color:#e9e6e6;}
.content-second .support {background-color:#fff;}
.content-second .support > h3 {background:url(images/hotro_line.png) no-repeat right 14px;font-weight:700;}
.content-second .support > img {width:171px;margin:0 auto;display:block;}
.content-second .support .nav-support {background:url('images/line_contact_2.png') repeat-x center bottom;padding-bottom:10px;margin-bottom:10px;}

.content-second .news-index > h3 {background:url(images/news_line.png) no-repeat right 14px;font-weight:700;}
.content-second .news-index .nav-news-index > li > img {max-width:150px;margin:0 15px 15px 0;}
.content-second .news-index .nav-news-index > li > span.news-index-title > a {color:#1b1b1b;font-weight:600;font-size:18px;}
.content-second .news-index .nav-news-index > li > small {font-style:italic;color:#555;margin:10px 0;display:block;}
.content-second .news-index .nav-news-index > li > .news-index-caption {height:83px;overflow:hidden;text-align:justify;margin-bottom:20px;}
.content-second .news-index .nav-news-index > li > a {background:url('images/view_more_icon.png') no-repeat left center;color:#666;padding:7px 15px;}
.content-second .news-index .nav-news-index > li a:hover {color:#ff0000;padding-left:20px;}
.content-second .news-index .nav-news-index > li .news-index-title > a:hover {color:#ff0000;padding-left:0;}
.content-second .news-index .nav-news-index > li {border-bottom:1px solid #f2f2f2;}
.content-second .news-index .nav-news-index > li:first-child,
.content-second .news-index .nav-news-index > li:last-child {border:0;}

/*=====CONTENT THIRD=====*/
.content-third .container .row > h3{text-align:center;color:#1b1b1b;}
/*=====CAROUSEL SERVICE=====*/
.carousel-service .carousel-inner div.item img {width:100%;}
.carousel-service .carousel-inner div.item p.caption
{
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 300;
    height: 85px;
    overflow: hidden;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}
.carousel-service .carousel-inner div.item .item-violet img {border-bottom:8px solid #e46fb7;}
.carousel-service .carousel-inner div.item .item-violet p.caption {background-color:#d83298;}
.carousel-service .carousel-inner div.item .item-violet:hover p.caption {background:#e46fb7;}
.carousel-service .carousel-inner div.item .item-orange img {border-bottom:8px solid #ff7a48;}
.carousel-service .carousel-inner div.item .item-orange p.caption {background-color:#ff4701;}
.carousel-service .carousel-inner div.item .item-orange:hover p.caption {background:#ff7a48;}
.carousel-service .carousel-inner div.item .item-blue img {border-bottom:8px solid #a78ee7;}
.carousel-service .carousel-inner div.item .item-blue p.caption {background-color:#825edd;}
.carousel-service .carousel-inner div.item .item-blue:hover p.caption {background:#a78ee7;}
.carousel-service .carousel-inner div.item .item-yellow img {border-bottom:8px solid #ffcf4d;}
.carousel-service .carousel-inner div.item .item-yellow p.caption {background-color:#ffbb00;}
.carousel-service .carousel-inner div.item .item-yellow:hover p.caption {background:#ffcf4d;}

.banner-ads {margin:15px 0;}
/*====FOOTER====*/
.copy-right {border-top:1px dashed #111;font-size:15px;text-align:center;padding:10px 0;margin-top:10px;}
.footer
{
    min-height:72px;
    bottom:-2px;
    width:100%;
    z-index:9999;
}
.footer .footer-wrapper {padding:5px 0;background:#0c0b07;color:#fff;}
.footer .footer-wrapper label {font-weight:normal;font-size:20px;}
.btn-support
{
    position: relative;
    z-index:999;
    width: 100%;
    height: 65px;
    float: left;
     -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.btnonline {width:250px;height:65px;background:url('images/ico_chat.png') no-repeat;padding-left:30px;display:block;float:left;z-index:50;position:absolute;left:0px;bottom:0px;z-index:20;line-height:87px;color:#fff;font-size:22px;}
.btnhotline {width:272px;height:65px;background:url('images/ico_hotline.png') no-repeat;padding-left:40px;display:block;float:left;position:absolute;left:220px;bottom:0px;z-index:0;line-height:87px;color:#fff;font-size:22px;}
a:hover {color:#CCCC00;}
.online-wrapper
{
    width: 466px;
    float: left;
    height: 0;
    display: none;
    background: #014F01;
    bottom: 2px;
    position: absolute;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.online-wrapper .person {width:50%;}
.btn-support.active a.btnonline,.btn-support.active a.btnhotline{bottom:200px;}
.btn-support.active .online-wrapper {height:198px;display:block;}
.footer .form-group {margin-bottom:5px;}
.footer .copyright {font-size:13px;text-align:right;width:100%;display:block;}
.footer .copyright a {color:#fff;text-align:right;}
.footer .input-group {width:100%;}
.footer .input-group input[type=text] {width:100%;border:0;border-radius:5px;}
.footer .input-group-btn {position:absolute;right:0;width:34px;height:34px;z-index:99;}
.footer .input-group-btn a {display:block;padding:9px 5px;}
.line-1 {color:#bbae3c;}
/*=============================================================================*/
.page-title {background-color:#ee2c34;color:#fce865;font-family:Times New Roman;}
.page-title h2 {margin-bottom:20px;}
.page-content h3{text-align:right;}
.page-content h1 {color:#ee2c34; font-size:26px;font-family:Times New Roman;}
.page-content h4.shared {margin-top:0;}
.page-content small {font-style:italic;}
.page-content ul.nav-what-we-do {width:100%;}
.page-content ul.nav-what-we-do li{border:0;}
.page-content ul.nav-what-we-do li a {font-size:16px;text-transform:capitalize;}
.page-content ul.nav-what-we-do li a i {margin-top:4px;}
.page-content .tab-detail {margin:27px 0;}
.page-content .tab-detail .nav-tabs {border-bottom:3px solid #ee2c34;}
.page-content .tab-detail .nav-tabs > li {border-radius:0;margin-bottom:-2px}
.page-content .tab-detail .nav-tabs > li:first-child {margin-left:10px;}
.page-content .tab-detail .nav-tabs > li.active > a,
.page-content .tab-detail .nav-tabs > li.active > a:hover,
.page-content .tab-detail .nav-tabs > li.active > a:focus
{
    color: #fff;
    cursor: default;
    background-color: #ee2c34;
    border:0;
    border-bottom-color: transparent;
}
.page-content .tab-detail .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius:0;
    font-size:17px;
    color:#555;
}
.page-content .tab-detail .tab-content {border:0;padding:15px 0;}
.page-content .tab-detail .nav-tabs > li > a:hover {
    border:1px solid transparent;
    color:#ee2c34;
}
.page-content .tab-detail .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background:none;
}

.fb-comments{width: 100% !important;}
.fb-comments iframe[style]{width: 100% !important;}
.fb-like-box{width: 100% !important;}
.fb-like-box iframe[style]{width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}
.fb-like-box span{width: 100% !important;}
.fb-like-box iframe span[style]{width: 100% !important;}

.related h3 {color:#ee2c34;border-bottom:2px solid #ee2c34;text-align:center;padding-bottom:20px;font-family:Times New Roman;}
.related .thumbnail {padding:0;border:0;border-radius:0;}
.related .thumbnail:hover {background-color:#ee2c34;}
.related .thumbnail:hover a {text-decoration:none;}
.related .thumbnail:hover .caption h4 {color:#fff;}
.related .thumbnail img {width:100%;height:auto;}
.related .thumbnail .caption {padding:0 5px;}
.related .thumbnail .caption h4{text-align:center;font-size:15px;height:50px;overflow:hidden;}
.related ul.news-high {width:90%;}
.related ul.news-high li {border-bottom:1px dashed #888;}
.related ul.news-high li a{text-align:right;padding-right:0;color:#3f3f3f;}
.related ul.news-high li a:hover {background:none;color:#000;}


/*====TIN TỨC====*/
.col-xs-12.item-product {width:100%;}
.item-product {width:20%;}
.item-product .img {position:relative;}
.item-product .img .product-status {position:absolute;right:0;top:0;width: 0;height: 0;border-style: solid;border-width: 0 70px 70px 0;}
.item-product .img .product-status>span 
{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float:left;
    width:70px;
    height:70px;
    text-align:center;
    padding-top:13px;
    position:relative;
}
.product-note {background-color:rgba(0,0,0,0.5);color:#fff;width:100%;padding:5px 10px;height:29px;position:absolute;bottom:0;left:0;}
.product {margin-left:-15px;margin-right:-15px;margin-top:10px;margin-bottom:10px;float:left;}
.product .hr {height:12px;width:100%;background:url('images/line_sp_3.jpg') no-repeat center center;}
.post-list{background:#f2f2f2;}
.post {padding:10px 5px;margin-top:0;margin:0;}
.post .post-2 {background-color:#EBEBEB;float:left;height:336px;padding-top:5px;}
.post .post-2:hover {background-color:#8AC42F;}
.post .post-2:hover .post-title .title a{color:#fff;}
.post-thumbnail{height:180px;overflow:hidden;padding:0 5px;}
.post img
{
    width: 100%;
    height: auto;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.post:hover img 
{

}
.post-title {padding:10px;padding-bottom:0;text-align:center;}
.post .post-title a
{
    color: #333;
    font-weight: 700;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.panel-news .post .post-title a:hover,.panel-news .post .post-title a:focus {color:#7DB723;}
.post .post-title a:hover, .post .post-title a:focus{color:#fff;}
.post .post-title ul.nav > li {padding:0;}
.post .post-title ul.nav > li > a {font-weight:300;}
.post .post-title .caption
{
    font-size: 12px;
    height: 51px;
    overflow: hidden;
}
.post .post-title .title {text-align:left;}
.related .post .post-title .title {height:42px;overflow:hidden;}
.post .post-title .date {color:#999;width:100%;float:left;}
.post .post-title .post-meta small{font-style:italic;color:#999;}
.post .post-title .price {color: #ff0000;text-align: center;font-size: 16px;margin:5px 0;}
.post .post-title .price span {white-space:nowrap;}
.post .date span {width:50%;padding-top:3px;}
.post .date a {width:50%;color:#fff;}
.post .date a:hover {color:#333;} 
.post-list .col-xs-12 {padding:0;}
.pagination {width:100%;background:#fff;margin:10px 11px;text-align:center;margin-left:10px;border-radius:0;}
.pagination a {background:none;border:0 !important;color:#ccc;padding:10px;display:inline-block;font-size:13px;white-space:nowrap;}
.pagination span.active {background:none;color:#FE793A;display:inline-block;padding:10px;font-size:13px;}
.pagination a:hover,.pagination a:focus {color:#000;}

/*Nav tab index*/
.nav-tabs-index {background-color:#ecf0f1;border:1px solid #ddd;}
.nav-tabs-index li {width:25%;}
.nav-tabs-index li a {border-radius:0;text-align:center;font-family:Roboto;font-size:14px;border-right:1px solid #ddd;margin-right:0;}
.nav-tabs-index li.active {color:#1179ea;border:0;border-top:2px solid #1179ea;margin-top:-1px;}
.nav-tabs-index li.active a,.nav-tabs-index li.active a:hover,.nav-tabs-index li.active a:focus {border-left:0;}
.nav-tabs-index .tab-content {padding:15px 0;}
.carousel-option .carousel-control {background-color:#d5dcde;width:30px;height:30px;padding:5px 12px;bottom:-30px;top:inherit;left:inherit;opacity:.8;}
.carousel-control:hover, .carousel-control:focus {}
.carousel-option .carousel-control.left {right:15px;}
.carousel-option .carousel-control.right {right:-15px;}
.carousel-option .carousel-control.right:hover,.carousel-option .carousel-control.right:focus {background-color:#1179EA;}
.carousel-option .carousel-control.left:hover,.carousel-option .carousel-control.left:focus {background-color:#1179EA;}
.carousel-option .carousel-inner {}
#carouselfanpage .carousel-inner > .item {height:213px;overflow:hidden;}
#carouselfanpage .carousel-control.right {bottom:43%;right:0;}
#carouselfanpage .carousel-control.left {bottom:43%;left:0;}
.tab-pane {position:relative;}
.item-product {height:160px;}
.item-product .title {padding:10px 0;font-weight:700;max-height:72px;overflow:hidden;text-align:center;}
.item-product .price {width:100%;text-align:center;}
.item-product .price span {display:block;width:100%;}
.item-product .price .price-main {font-weight:700;color: #fff;}
.item-product .price .price-sub {text-decoration:line-through;color:#666;}
.viewall {position:absolute;bottom:-25px;width:100px;}
.viewall a{color:#111;}
.chat {position:relative;}
.chat .chat-img {position:absolute;right:15px;top:-15px;}
.chat-wrapper {margin-top:30px;text-align:center;}
.chat-wrapper span.hotline {font-weight:700;font-size:24px;}
.input-group-addon,.form-control {border-radius:0;box-shadow:none;}
/*Member*/
li.member > a {padding:8px 10px !important;}
li.member .avatar img{width:25px;height:25px;}
.member-title {color:#33962c;}
.member-title > .col-xs-12 {border-bottom:1px solid #ddd;padding:10px 0;margin:0 15px;}
.member-title-2 {color:#0066ff;}
.member-title-2 i {color:#33962c;}
.member-title-2 > .col-xs-12 {border-bottom:1px dotted #ddd;padding:10px 0;padding-top:0;margin:0 15px;margin-bottom:10px;}
p.member-title-2 {border-bottom:1px dotted #ddd;padding:10px 0;padding-top:0;margin-bottom:10px;font-weight:700;}
.member-title-3 {color:#0066ff;font-weight:700;font-size:16px;margin-bottom:10px;}
.member-pay .btn {width:180px;}
ul.product-info {margin:0;}
ul.product-info > li {background:url('images/dot.png') no-repeat left center; padding-left:15px;line-height:25px;min-height:25px;margin-bottom:5px;}
ul.product-info > li.max-height {background-position:left 8px;}
ul.product-info > li.max-height span.title {width:100%;}
ul.product-info span.price {color:#ff0000;font-size:19px;font-weight:700;padding-left:10px;}
ul.product-info .form-control {width:auto;padding:3px 10px;font-size:13px;height:25px;}
ul.product-info .title {float:left;width:25%;}
ul.product-info .item {position:relative;width:75%;float:left;}
ul.product-info .item .nav {position:absolute;top:0;left:0;background-color:#fff;border:1px solid #0066FF;padding:5px;z-index:999;display:none;}
ul.product-info .item .nav.display{display:block;}
.nav-function > li:first-child {margin-right:15px;}
.nav-function > li:last-child {margin-top:15px;}
.nav-function > li + li {margin:0;}
.nav-function .btn-danger {margin-left:0;font-size:23px;}
.product-image {margin-top:15px;}
.share-tools {float:left;width:100%;margin-top:10px;}

.chuaxem 
{
    -webkit-animation: btnshare 1s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-delay: 200ms;
    -ms-animation: btnshare 1s infinite;
    -ms-animation-direction: alternate;
    -ms-animation-timing-function: ease-out;
    -ms-animation-delay: 200ms;
    -moz-animation: btnshare 1s infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-out;
    -moz-animation-delay: 200ms;
    animation: btnshare 1s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-delay: 200ms;
    border:1px solid transparent;
    padding:5px 10px;
    background:transparent;
}
.chuaxem > i
{
    -webkit-animation: btnshare 1s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-delay: 200ms;
    -ms-animation: btnshare 1s infinite;
    -ms-animation-direction: alternate;
    -ms-animation-timing-function: ease-out;
    -ms-animation-delay: 200ms;
    -moz-animation: btnshare 1s infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-out;
    -moz-animation-delay: 200ms;
    animation: btnshare 1s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-delay: 200ms;
    border:1px solid transparent;
    background:transparent;
}
@-webkit-keyframes btnshare {
   0% {color:#ff0000;font-size:14px;}
   33% {color:#333;font-size:14px;}
   66% {color:#ff0000;font-size:14px;}
   100% {color:#333;font-size:14px;}
}
@-ms-keyframes btnshare {
   0% {color:#ff0000;font-size:14px; }
   33% {color:#333;font-size:14px;}
   66% {color:#ff0000;font-size:14px;}
   100% {color:#333;font-size:14px;}
}
@-moz-keyframes btnshare {
    0% {color:#ff0000;font-size:14px; }
   33% {color:#333;font-size:14px;}
   66% {color:#ff0000;font-size:14px;}
   100% {color:#333;font-size:14px;}
}
@keyframes btnshare {
    0% {color:#ff0000;font-size:14px; }
   33% {color:#333;font-size:14px;}
   66% {color:#ff0000;font-size:14px;}
   100% {color:#333;font-size:14px;}
}
.timeline-step .item {text-align:center;line-height:35px;width:33.3333%;}
.timeline-step .item.active {}
.timeline-step .item i {float:left;margin-top:11px;}
.timeline-step .item.active i {margin-top:5px;}
.timeline-step .item.active {background-color:#D83C3C;border-color:#olor:#;color:#fff;font-size:24px;}
.timeline-step .item.active.font-small {font-size:16px;}
.timeline-step .item.active.font-small i {margin-top:10px;}
.dropdown-red {border-color:#ff0000;color:#ff0000;}
.ddlcheck {display:inline-block;}

#thongbao {color:Red;}


/*======================*/
#carouselBrand {padding:15px 10px 0px;background-color:#404040;height:605px;}
#carouselBrand .item {float:left;width:100%;}
#carouselBrand .item>a {width:100%;float:left;margin-bottom:37px;background-color:#fff;text-align:center;}
#carouselBrand .item>a:first-child {margin-left:0;}
#carouselBrand .item>a:last-child {margin-right:0;}

.nav-statictis {padding-top:30px;}
.nav-statictis>li a {color:#fff;}
.product_new {margin-bottom:5px;}
.product_new_wrapper {background-color:#c49c56;padding:5px 10px;}
.product_new_wrapper .carousel-inner col-xs-3 {width:20%;}

.product-info
{
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: 84.5%;
    height:70px;
    overflow:hidden;
    padding: 5px 0;
    background-color: rgba(110,60,7,0.6);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.product-info .title a,.product-info .price {color:#fff;font-weight:normal;}
.product-info .title a {white-space:nowrap;text-overflow: ellipsis;overflow:hidden;width:100%;float:left;padding:0 5px;}
.product-info a.btn-primary 
{
    background: #eab92d; /* Old browsers */
    background: -moz-linear-gradient(top,  #eab92d 0%, #c79810 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eab92d 0%,#c79810 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}
.product-info a.btn-primary:hover {border-color:#eab92d;}
.item-product:hover .product-info {height:100%;}
.item-product .product-info a.btn {margin-top:10px;display:block;font-size:13px;}
.content-wrapper {padding-bottom:30px;}
.content-wrapper .container {background-color:#fff;}
.product .product-box{margin-bottom:40px;background-color:#fff;width:100%;float:left;position:relative;z-index:0;padding-bottom:3px;}
.product .product-item>a {width:100%;float:left;}
.product .effect2
{
    background-color:#fff;
    position: relative;
    width:100%;
    float:left;
    z-index:9;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.product .product-box:before, .product .product-box:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #a1a1a1;
  transform: rotate(-3deg);
}
.product .product-box:after
{
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}
.product-more {background-color:#fff;padding:10px;width:100%;float:left;}
.product .product-box .img {padding-left:10px;padding-right:10px;background-color:#fff;width:100%;float:left;}
.product-more .product-title {float:left;font-size:15px;width:60%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product-more .product-price {float:left;color:#ff0000;font-weight:bold;}
.product-more .product-link {float:right;height:26px;width:86px;}

.zoomWrapper>.zoomWrapper img {background-color:#fff;padding:15px;}
.zoomWrapper>.zoomWrapper
{
   
    position:relative;
    z-index:99;
     -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.zoomWrapper>.zoomWrapper:before,.zoomWrapper>.zoomWrapper:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 13px;
  left: 5px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #a1a1a1;
  transform: rotate(-3deg);
}
.zoomWrapper>.zoomWrapper:after
{
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}
.product-detail-price {font-size:14px;}
.product-detail-price .price {font-size:20px;font-weight:bold;color:#ff0000;}
.product-detail-quantity {margin:5px 0;width:75%;}
.nav-product-info>li {width:100%;float:left;}
.product-tag span.title {float:left;margin-right:10px;height:24px;line-height:28px;}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.3s ease-in-out top;
     -moz-transition: 0.3s ease-in-out top;
      -ms-transition: 0.3s ease-in-out top;
       -o-transition: 0.3s ease-in-out top;
          transition: 0.3s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

.bannermobile a {display:block;width:100%;background-color:#fff;text-align:center;margin-bottom:5px;}