
.clear {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:after {
 display: block;
 content: "";
 clear: both;
}
.wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.marginright {
    margin-right:0 !important;
}
.wt-top-header {
    width: 100%;
}
.top-header-full {
        background-color: #333;
    color: #bbb;
    padding: 6px 0;
    font-size: 12px;
}
.top-header {
    padding: 10px 0;
}
.head-left {
    float: left;
}
.head-right {
    float: right;
}
.head-left .head-left-info span{
    color: #666666;
    font-size: 14px;
}
.head-right .head-right-info ul li.hotline-head {
    display: inline-block;
}
.head-right .head-right-info ul li.email-head {
    display: inline-block;
     border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1;
}
.head-right .head-right-info ul li {
    float: left;
}
.head-right .head-right-info ul li span {
    color: #848383;
}
.head-right .head-right-info ul li.email-head span {
    background: url("../images/icon-email.png") no-repeat left center;
    padding-left: 18px;
}
.head-right .head-right-info ul li.hotline-head span {
    background: url("../images/icon-phone.png") no-repeat left center;
    padding-left: 15px;
}
.head-right .head-right-info ul li.hotline-head span strong{
    color: #02A8F3;
}
.head-right .head-right-info ul li.login  {
   display: inline-block;
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1;
}
.head-right .head-right-info ul li.login a {
    background: url("../images/icon_login.png") no-repeat left center;
    padding-left: 15px;
    color: #666666;
}
.head-right .head-right-info ul li.login a:hover {
    
    color: #ff8c00;
}
.head-right .head-right-info ul li.re  {
   display: inline-block;
    border-left: 1px solid #000;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1;
}
.head-right .head-right-info ul li.re a {
    background: url("../images/icon_re.png") no-repeat left center;
    padding-left: 15px;
    color: #666666;
}
.head-right .head-right-info ul li.re a:hover {
    
    color: #ff8c00;
}
.logo {
    display: inline-block;
    padding: 17px 0 2px 0;
    float: left;
}
.logo img {
  vertical-align: middle;
  position: relative;
  top:  8px;
}
.col-right {
    float: left;

}
.col-right-header {
  width: 950px;
  margin-top: 20px;
  margin-left: 37px;
}
.main-menu {
    width: 100%;
      margin-top: 20px;
      float: left;
}
.main-menu ul{
    float: left;
}
.main-menu ul:after {
  display: block;
  content: "";
  clear: both;
}
.main-menu > ul > li {
      float: left;
      position:relative;
}
.main-menu > ul  > li > a{
     text-transform: uppercase;
     color: #000;
     font-size: 14px;
     padding: 0px 12px;
     float: left;
     font-family: 'Muli';
     position: relative;
	 font-weight: 600;
}

.main-menu > ul  > li > a:after{
    content: "";
    height: 13px;
    width: 1px;
    position: absolute;
    top: 2px;
    right: 0;
    border-left: 1px dotted #999;
}
.main-menu > ul > li > a:hover {
    
    color: #3ab54a;
}
.main-menu > ul > li > a.active {
    
    color: #3ab54a;
}

/*submenu2*/
.main-menu > ul > li > ul.submenu2
{
    position: absolute;
    display: none;
    background: #ffffff;
    top: 69px;
    margin: 0;
    padding: 10px 0 0 0;
    z-index:9999999999999999;
    box-shadow: 0px 1px 2px #c2c2c2 inset;
    width:180px;
}
.main-menu > ul > li:hover > ul.submenu2 {
    display: block;
}
.main-menu > ul > li:hover > ul.submenu2 > li {
    float: left;
    width: 100%;
}
.main-menu > ul > li:hover > ul.submenu2 > li:hover {
    background:#eeecec;
}
.main-menu > ul > li:hover > ul.submenu2 > li > a {
    color:#666666;
    font-size:13px;
    padding: 5px 15px;
    float: left;
}

/*submenu3*/
.main-menu > ul > li > ul > li > ul.submenu3
{
    position: absolute;
    display: none;
    background: #ffffff;
    top: -10px;
    margin: 0;
    padding: 10px 0 0 0;
    z-index:10;
    box-shadow: 0px 1px 2px #c2c2c2 inset;
    left: 180px;
    width:175px;
    border-left: 1px solid  #00a0d3;
}
.main-menu > ul > li:hover > ul > li:hover > ul.submenu3 {
    display: block;
}
.main-menu > ul > li > ul.submenu2 > li {
    position:relative;
}
.main-menu > ul > li:hover > ul > li:hover > ul.submenu3 > li > a {
    color:#666666;
    font-size:13px;
    padding: 5px 15px;
    float: left;
}
.main-menu > ul > li:hover > ul > li:hover > ul.submenu3 > li{
    float: left;
    width: 100%;
 }
.main-menu > ul > li:hover > ul > li:hover > ul.submenu3 > li:hover{
    background: #EEECEC;
 }

.search {
  position: relative;
  float: right;
  padding: 6px;
  top:  -20px;
}
.search form {
 position: relative;
 
  width: 100%;
}
.search form select {
  width: 170px;
  height: 35px;
  border: none;

}
.search form input {
  width: 253px;
  height: 35px;
  border: none;
  border-left: 1px solid #eee;
  padding-left: 10px;
  background: #FFF;
  font-family: 'Muli';
}
.search form .submit_search {
  width: 39px;
  height: 39px;
  background: #3ab54a;
 cursor: pointer;
  border: none;
  position: absolute;
  right: -1px;
  top: -1px;
  color: #fff;
  text-transform: uppercase;
}
.love {
  float: left;
  background: url(../images/icon_love.png) center top no-repeat;
  padding-top: 22px;
  margin-left: 60px;
  color: #848383;
}

.view-bag {
    display: inline-block;
    position:relative;
    margin:0 15px 0 5px;
}
.icon-cart {
 
}
.main_ajax_widget_shopping {
	display: none;
}
.icon-cart span {
    line-height: 2;
  font-style: initial;
  font-size: 11px;
}
.text-cart {
  color: #666666;
  font-size: 11px;
  text-transform: uppercase;
  border: 1px dashed #eee;
  padding: 5px 30px 5px 7px;
}
.search-view-cart {
    display: inline-block;
  float: right;
  padding: 20px 0;
}
.nav-bar-full {
 
  background: #F6F6F6;
}
.copyright-footer-full
{
    background: #333 ;
    width: 100%;
    border-top: 2px solid #00adef;
}
.content-copyright-footer
{
    padding: 25px 0;
}


.copyright-footer-info
{   
    text-align:left;
    width: 370px;
}
.nav-footer-social-full {
    background:#f0efef;
}
.nav-footer-social-full .nav-footer-social-info {
    padding: 10px 0;
}
.nav-footer-social-full .social-footer {
    
}
.nav-footer-social-full .online-footer {
    float: left;
    width:50%;
    text-align: right;
}

.nav-footer-social-full .social-footer  .col-left-social ul li {social-footer
    padding-right: 5px;
    display: inline-block;
}
.nav-footer-social-full .social-footer  .col-left-social ul li a {
    text-indent: -999em;
    position: relative;
    white-space: normal;
    padding: 0;
    margin: 0;
    color: transparent;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.nav-footer-social-full .social-footer .col-left-social ul li a.twitter {
    background: url("../images/icon-twitter.png") no-repeat center;
}
.nav-footer-social-full .social-footer .col-left-social ul li a.facebook {
    background: url("../images/icon-face.png") no-repeat center;
}
.nav-footer-social-full .social-footer .col-left-social ul li a.googleplus {
    background: url("../images/icon-google-plus.png") no-repeat center;
}
.nav-footer-social-full .social-footer .col-left-social ul li a.twitter:hover {
    background: url("../images/icon-twitter-hover.png") no-repeat center;
}
.nav-footer-social-full .social-footer .col-left-social ul li a.facebook:hover {
    background: url("../images/icon-face-hover.png") no-repeat center;
}
.nav-footer-social-full .social-footer .col-left-social ul li a.googleplus:hover {
    background: url("../images/icon-google-plus-hover.png") no-repeat center;
}
.online-footer ul li {
    display: inline-block;
}
.content {
   margin: 30px 0;
}

/*newproduct*/
.box-cc {
   text-align: center;
    background: #FFF;
    height: 280px;
    width: 100%;
    padding-top:  10px;
    border:  1px solid #ddd;
}





.box-cc :hover img {

  
}
.new-product-bxslider .box-cc {

    float: left;
    border: 1px solid #eee;
    padding: 10px;
    width:204px;
    height: 297px;
	margin-right:10px;
	margin-bottom:10px;
}
.pc_margin {
	margin-right:0px!important;
}
.content-cc h2 a{
    color: #666;
    font-size: 14px;
    font-family: 'Muli';
}
.content-cc h2 p,
.price-cc span {
    color: #666;
    font-size:12px;
}
.price-cc {
        margin: 0px 0;
   
   
}
.price-cc  span strong
{
    color: #3ab54a ;
    font-size: 16px;
 }
.order-cc  a{
   background: #3c3c3c;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 3px;
}
.box-cc:hover .order-cc a{
    background: #ff8c00;
 }

.box-cc:hover .content-cc h2
{
   color: #00acee;
 }
.box-title {
    background: #f5f5f5;
    text-transform: uppercase;
   
    position: relative;
    height: 40px;
    border-bottom: 1px solid #3ab54a ;
}
.box-title p {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #3ab54a url(../images/add1.png) 1px -2px no-repeat;
  text-align: center;
  line-height: 50px;
}
.icon-title {
  
  padding: 10px 0px;
 
  text-align: left;
  color: #666;
  font-size: 14px;
  display: block;
  padding-left: 50px;
  font-weight: bold;
}
.box-title-pro {
    border-top: 1px solid #015da7;
}
.box-title-pro .icon-title  {
   background: #015da7;
}
.box-title-1 {
    border-top: 1px solid #6ed9eb;
}
.box-title-1 .icon-title  {
   background: #6ed9eb;
}
.box-title-2 {
    border-top: 1px solid #73d777;
}
.box-title-2 .icon-title  {
   background: #73d777;
}

.box-title-3 {
    border-top: 1px solid #7947b1;
}
.box-title-3 .icon-title  {
   background: #7947b1;
}
.box-title-4 {
    border-top: 1px solid #b6892c;
}
.box-title-4 .icon-title  {
   background: #b6892c;
}

.box-title-5 {
    border-top: 1px solid #d652bf;
}
.box-title-5 .icon-title  {
   background: #d652bf;
}
.box-title-6 {
    border-top: 1px solid #6ed9eb;
}
.box-title-6 .icon-title  {
   background: #6ed9eb;
}
.box-title-7 {
    border-top: 1px solid #73d777;
}
.box-title-7 .icon-title  {
   background: #73d777;
}

.box-title-8 {
    border-top: 1px solid #7947b1;
}
.box-title-8 .icon-title  {
   background: #7947b1;
}
.box-title-9 {
    border-top: 1px solid #b6892c;
}
.box-title-9 .icon-title  {
   background: #b6892c;
}

.box-title-10 {
    border-top: 1px solid #d652bf;
}
.box-title-10 .icon-title  {
   background: #d652bf;
}
.box-title-11 {
    border-top: 1px solid #7947b1;
}
.box-title-11 .icon-title  {
   background: #7947b1;
}
.box-title-12 {
    border-top: 1px solid #73d777;
}
.box-title-12 .icon-title  {
   background: #73d777;
}

.new-product {
	float:left;
	width:100%;
}
.sitebar {
  float: left;
  width: 310px;
 
}
.product_right_home {
  width: 920px;
  float: right;
}
.product_hot {
  margin-bottom: 30px;
}
.product_hot .box-title {
  margin: 0;
}
.product_hot .box-title p {
  background: #3ab54a url(../images/add1.png) 1px -90px no-repeat;
}
.news_home .box-title p {
  background: #3ab54a url(../images/add1.png) 1px -44px no-repeat;
}
.news_home h3{
  margin-top: 2px;
  color: #000;
}
.product_hot .box-cc {
  border: 1px solid #eee;
}

.product_hot  ul li ul {
  margin-top:5px;
}
.product_hot  ul li ul:nth-child(1) {
 display: block;
}
.product_hot  ul li ul .box-cc {
 width: 90%;
 float: none;
}

.product_hot ul li .title_pro_sitebar {
  display: table;
  background: #EEEEEE;
 
  color: #666;
  font-size: 14px;
  font-weight: 700;
}


.new-product_home {
	width:100%;
	float:left;
  margin-bottom: 30px;
  padding-top: 30px;
}

.new-product .bx-wrapper {
    margin: 0 auto;
}
.box01 {
    width: 270px;
    float: left;
    margin-right: 20px;
}
.list-items-new {
    float:left;
    width:48%;
}
.list-support-customer {
    float:right;
    width:48%;
}
.meida-img h2 a {
    color: #000;
    font-size: 13px;
}
 .time-news {
    color: #999999;
    font-size: 11px;
    font-style: italic;
}
 .time-news span {
    background: url("../images/icon-block.png") no-repeat left center;
    padding-left:17px;
        padding-top: 3px;
}
.box-contentC .media-info {
    margin-top:5px;
}
.box-contentC .media-info p {
    color:#666;
}
.media-readmore a{
   color: #00acee;
    font-style: italic;
}
.media-readmore a span {
    background: url("../images/icon-read-more.png") no-repeat right center;
    padding-right:15px;
}
.box2 {
    float:right;
    width:270px;
}
.list-items-new .box-title {
    
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 45px;

}
.new-support-customer {
    margin-top: 40px;
	width:100%;
	float:left;
}
.meida-img h2 a:hover {
    color:#00acee;
}
.box-media {
    margin-top:5px;
}
.box-media .meida-img h2 {
    font-weight: 400;
}
.support-customer-info .box-title {
    
}
.production-full {
    border-top: 1px solid #eee;
        padding-top: 15px;
    margin-top: 30px;
    clear:both;
}
.container-left {
    float:left;
    width: 310px;
    
}
.container-right {
    float:right;
    width: 850px;
    margin-bottom: 20px;
}


.new-production li {
    float: left;
    width: 25%;
    padding:  0 10px;
	margin-bottom: 20px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.ul_sp li {
 overflow: hidden;
    position: relative;
}

  .new-production li:nth-child(8) {
     margin-right: 0;
}
   .new-production li:nth-child(12) {
     margin-right: 0;
}
.new-production li:nth-child(16) {
     margin-right: 0;
}
.new-production li:nth-child(20) {
     margin-right: 0;
}
.new-production li:nth-child(24) {
     margin-right: 0;
}
.new-production li:nth-child(28) {
     margin-right: 0;
	
}
.icon_pro {
  position: absolute;
  top: -50%;
  left: 30%;
  transition: 0.5s all ease 0s;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  color:  #FFF;
  opacity: 0;
}
.icon_pro .fa-search { 
  color: #FFF;
  font-size: 20px;
}

.ul_sp li :hover .icon_pro {
     top: 70%;
	 opacity: 1;
}


.btn_addcart {
  position: absolute;
  top: 70%;
  right: 30%;
  transition: 0.5s all ease 0s;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  color:  #FFF;
  opacity: 0;
}
.btn_addcart .fa-search { 
  color: #FFF;
  font-size: 20px;
}
.ul_sp li :hover .btn_addcart {
     opacity: 1;
}



.page {
    text-align: center;
    margin-bottom: 20px;
}
   .page > a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #000;
    cursor: pointer !important;
    display: inline;
    padding: 3px 7px;
    border-radius: 4px;
    z-index: 2;
}
   .page > a:hover, .page > a.active {
    background-color: #00acee;
    box-shadow: 1px -1px 6px 4px #019fdc inset;
    color: #FFF;
    cursor: default;
    z-index: 2;
    display: inline;
        padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid #019fdc;
}

.description-list-pro {
    margin-bottom: 20px;
}
.title_news span {
    font-size:15px;
    font-weight: bold;
}
.title_news {
  font-weight: bold;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.title_news_other{
  bottom: 1px solid #666666;
  margin-bottom: 10px;

}
.catelogories-left-full > ul > li > a {
        font-size: 14px;
    color: #333;
      background: url("../images/icon-list.jpg") no-repeat left;
          padding-left: 10px;
}
.catelogories-left-full > ul {
    margin-left:5px;
}
.catelogories-left-full > ul > li {
    padding-bottom:10px;
}
.catelogories-left-full > ul > li > a:hover, .catelogories-left-full > ul > li .active{
    color:#00acee;
}
    .catelogories-left-full > ul > li > ul {
            background: #f3f3f3;
            margin-left: 10px;
    }
.catelogories-left-full > ul > li > ul > li > a {
        font-size:13px;
        color:#666;
            padding: 8px 10px;
    display: block;
}
.catelogories-left-full > ul > li > ul > li
{
        border-bottom: 1px solid #fff;
}
.catelogories-left-full > ul > li > ul > li:hover
{
    background: #00acee;
}
.catelogories-left-full > ul > li > ul > li:hover a
{
    color:#fff;
}
.contact-info {
    margin-top:20px;
}
.contact-detail {
    font-size: 14px;
}
.contact-detail > ul > li > a {
    color:#333;
	font-size:13px;
  display: block;
 }
 .contact-detail > ul > li > a strong {
  float: right;
  color: #02A8F3!important;
 }
.contact-detail > ul > li {
        
       
            margin-bottom: 10px;
}
.box-news {
    width: 291px;
    height: 360px;
    float: left;
    margin-right: 12px;
}
.box-news:nth-child(3) {
    margin-right:  0;
}
.box-news:nth-child(6) {
    margin-right:  0;
}
.box-news:nth-child(9) {
    margin-right:  0;
}
.list-new-full .box-news {
    margin-bottom: 28px;
}
.col-form-info {
    width: 48%;
    float: left;
}
.col-form-info-right {
    float: right;
    width: 48%;
	overflow:hidden;
}
address {
    margin-bottom: 10px;
    font-style: normal;
    line-height: 1.42857143;
}
.text-required {
    color:#00acee;
    font-style: italic;
        margin-bottom: 10px;
}
.col-sm-3 {
    width: 25%;
    float:left;
}
.col-sm-9 {
    width: 75%;
     float:left;
}
.form-group {
    margin-bottom: 15px;
        float: left;
    width: 100%;
}
.form-control {
    display: block;
    width: 70%;
    height: 30px;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #eee;
}
.form-horizontal .control-label {
    text-align: left;
        padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.col-sm-offset-3 {
        width: 75%;
    float: right;
}
.col-sm-offset-3  .btn
{
    background: #00acee;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 1px 2px 0 #028dc2;
}
.col-sm-offset-3 .btn:hover {
    background:#028dc2;
    color:#fff;
}
.decription-products,
.info-details {
    width: 100%;
    float: left;
    margin:20px 0px;
}
.info-details h4{
    font-size:16px;
	border-bottom:1px solid #eee;
	padding-bottom:6px;
}
.decription-products h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Muli';
}
.col-left-pro{
    float:left;
    width:50%;
    margin-right: 20px;
}
.col-right-pro {
    float:left;
    text-align:left;
     width:48%;

}
.col-right-pro .price{
   background: none;

}
.col-right-pro .intro{
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  background: none;
  padding:10px 0;

}
.col-right-pro .price strong{
    color:#999;

}
.price-promotion strong {
  color: #df1f26!important;
}
.col-right-pro-row {
    
  
    
    margin-bottom: 5px;
}
.col-order {
   background: none;
   padding-left: 0px;
   font-weight: bold;
   margin-top: 20px;
}
#qty_num {
  width: 50px;
  border: 1px solid #eee;
  margin-left: 10px;
}
.col-right-pro-row:last-child {
     border-bottom:0;
}
.quantity-pro {
    margin-top:5px;
}
.quantity-pro select{
    width: 25%;
    height: 25px;
    border: 1px solid #dbdbdb;
}



/*an fix*/
.img_cc {

  display: block;
  text-align: center;
}
.other_pro {

  width: 100%;
    float: left;
    margin: 20px 0px;
}
.other_pro_title {

  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight:bold;
  border-bottom:1px solid #eee;
  padding-bottom:6px;
}
.other_news ul li {
  width: 100%;
  float: left;
  
}
.other_news ul li a{
  background: url("../images/icon-list.jpg") no-repeat left;
  color: #333333;
  padding-left: 10px;
}
.other_news ul li a:hover {
  
  color: #ff8c00;
  
}
.other_news_title {
  color: #333333;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.alert_msg_contact_sussess {
  color: red;
  font-size: 20px;
  margin-bottom: 20px;
}

#content > h1 {
  line-height: 43px;
  border-bottom: 1px solid #eee;
  background: #f4f4f4;
  padding: 0px 15px 0px;
  height: 43px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  color: #2A2A2A;
  font-size: 14px;
  text-transform: uppercase;
}
#content {
    min-height: 450px;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    position: relative;
}

.slider-full {
  position: relative;
  width: 100%;
  
  overflow:hidden;
}
.intro_company {
  position: absolute;
  right: -400px;
  top:20px;
  z-index: 9999999;
  opacity: 0.5;
}
.map_left {
	width:350px;
	height:540px;
	float:left;
}
.agent {
	width:560px;
	height:540px;
	float:left;
	margin-left:20px;
}
.agent_item {
	float:left;
	width:98%;
	border-bottom:1px dotted #eee;
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.agent_item h3 {
	font-size:15px;
	font-weight:bold;
	color:#00acee;
}
.agent_item p span {
	font-size:13px;
	font-weight:bold;
}
.agent_item .im {
	float:left;
	margin-right:10px;
	height:115px;
}


.agent_item_home h3 {
	font-size:15px;
	font-weight:bold;
	color:#00acee;
}
.agent_item_home p span {
	font-size:13px;
	font-weight:bold;
}
.media-readmore {
	float:right;
	margin-top:15px;
}
.new-product_mobile {
	display:none;
}
.scroll-pane
{
	width: 560px!important;
	height: 500px;
	overflow: auto;
	margin-top: 0px;
}
.main-slider {
	margin-top:7px;
}
.main-slider img {
	width:100%;
	
}
.menu-cate {
  float: left;
  width: 220px;
  margin-top: -49px;
}
.main_banner {
  width: 100%;
}
.main_banner img {
  width: 100%;
  opacity: 0.2;
}
.main_banner .slick-active img{
  opacity: 1;
}
.menu-cate-title {
    background: #444444;
    width: 100%;
    height: 49px;
   
    
}
.menu-cate-title span{
    text-align: center;
    line-height: 50px;
    display: block;
    background: url(../images/bg_menu.png) 15px no-repeat;
    color: #fff;
    font-weight:bold;
    padding-left: 30px;
}
.menu-cate ul {
  border:1px solid #d3d3d3;
  
  
  position: relative;
  
}
.menu-cate ul > li {
  width: 100%;
    background: url(../images/bg_menu_left.png) 10px 11px no-repeat;
}
.menu-cate ul li:last-child {
  width: 100%;
  border-bottom: none;
}
.menu-cate ul li:last-child a{
  
}

.menu-cate > ul > li > a{
  width: 192px;
  display: block;
  padding:7px 0px;
  padding-left: 25px;
  color: #4b4b4b;
  background: url(../images/bg_menucate.png) 200px no-repeat;
  font-family: 'Muli';
 position: relative;
 z-index: 999999999999999;
  
}
.menu-cate ul li a:hover{
	font-weight:bold;
	color:#02a8f3;
	border-right: 2px solid #FFF;
	border-top: 2px solid #02A8F3;
	
	border-bottom: 2px solid #02A8F3;
	z-index:999999999;
	margin-top: -2px;
}
.an {
	display:none!important;
}
.menu-cate ul li ul.sub-cate {
  display: none;
  position: relative;
  position: absolute;
  top: 0px;
    left: 218px;
    z-index: 999;
    width: 936px;
    background: #FFF;
    border: none;
    padding-left: 20px;
	height: 478px;
	border: 2px solid #02A8F3;
	margin-left: -1px;
}
.menu-cate ul li ul.sub-cate li {
  border: none;
  background: none;
  margin:5px 0;
}

.menu-cate ul li ul.sub-cate li a {
 background: none!important; 
 color: #666666;
 padding: 0px 10px;
 margin:10px;
 padding-left:3px;
 
}
.menu-cate ul li ul.sub-cate li a:hover {
 border-left: 3px solid #02A8F3;
 color: #999999;
 
}
.menu-cate ul li:hover ul.sub-cate {
  display: block;
  
  
}
.im-sub-cate {
  position: absolute;
  top: 0px;
  right: 0px;
}
.sub-cate span {
	display: inline-block;
	margin-top: 30px;
	color: #02A8F3;
	text-transform: uppercase;
	font-weight: 600;
}

.promotion_banner {
  margin-top: 30px;
}
.promotion_banner .box {
	width: 50%;
  float: left;
  padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
.promotion_banner .box a{
    display: block;
    position: relative;
    position: relative;
    overflow:  hidden;
}

.promotion_banner a img {
  width: 100%;
  
}
.promotion_banner a:last-child {
	margin: 0;
}


.promotion_banner a:before{
  border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}
.promotion_banner a:after{
  border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}
.promotion_banner a:hover:before {
    border-width: 500px 680px 0 0;
    transition: all 0.3s ease-in-out;
}

.promotion_banner a:hover:after {
    border-width: 0 0 500px 680px;
    transition: all 0.3s ease-in-out;
}

.new-production {
 
}
.im-cate {
  float: right;
  width: 260px;
  height: 550px;
}
.im-cate img{
  width: 260px;
  height: 550px;
}
.view-all {
  float: right;
  background: url(../images/icon-viewall.png) center right no-repeat;
  position: absolute;
  right: 10px;
  top: 13px;
  padding-right: 15px;
  color: #666666;
}
.banner-cate {
  width: 100%;
  margin-bottom: 30px;
}
.cate-pro {
  margin-top: 0;
} 
.cate-pro .menu-cate-title {
  margin-bottom: 20px;
}
.cate-pro  ul {
  height: auto;
  border:none;
}
.cate-pro  ul li:last-child{
  border:none;
}
.cate-pro  ul li a{
  background: none;
}
.cate-pro  ul li ul li a{
  padding-left: 30px;
}

.cate-pro  ul li .active{
  font-weight: bold;
  color: #02A8F3;
}

.cate-brand .menu-cate-title {
  margin-bottom: 20px;
}
.contact-left-full {
  float: left;
  width: 220px;
}
.orderpro {
	background: #3ab54a;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    width: 300px;
	padding: 10px 0 5px;
    line-height: 14px;
    font-size: 18px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.orderpro span {
	text-transform: none;
    font-size: 11px;
    font-weight: normal;
}
.orderpro:hover{
  background: #df1f26;
  color: #FFF;
}

#qty_num {
  height: 41px;
  text-align: center;
position: relative;
top: -10px;
}

/*order*/
.order-succ {
  width: 100%;
  text-align: center;
  color: #015da7;
  
  font-size: 18px;
  font-weight: bold;
}
.inorder {
    float: left;
    padding: 10px;
    background: #015da7;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 50px;
}
.contin {
    float: left;
    padding: 10px;
    background: #015da7;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 20px;
}

.login-box { 
 
    width: 220px;
    
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #e0dede;
    border-top: none;
    border-radius: 3px;
    position: absolute;
    z-index: 99999;
    top: 29px;
    right: 68px;
    display: none;
}
.login-box input{ 
    width: 100%;
    height: 30px;
    border: 1px solid #e0dede;
    margin-top: 15px;
    text-indent: 10px;
}
.submit-login{ 
    width: 100%;
    height: 30px;
    border: 1px solid #e0dede;
    margin-top: 15px;
    display: block;
    background: #015ca5;
    text-align: center;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.head-right-info {
  position: relative;
}
.alert_msg {
  width: 100%;
  text-align: center;
  color: #ff8c00;
  font-size: 14px;
  margin-top: 10px;
}
/*Trang giỏ hàng*/
.main-order {
  width: 780px;
  float: left;
}
.t-order {
  background-color: #efefef;
    border-color: #efefef;
    border-bottom-width: 1px;
    padding: 10px ;
}

.tb-midle{
  width: 30%;
}
.tb-1{
  width: 15%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.tb-2 {
  width: 20%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.tb-3 {
  width: 20%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.tb-3 a{
  font-size: 16px;
}
.tb-4 {
  width: 20%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.qty {
  width: 40px;
}
.odd {
  border-top:1px solid  #efefef;
}
.block-wish {
    background-color: #f3f2f2;
    border-width: 1px;
    border-color: #fff #f3f2f2;
    border-style: solid;
    
}
.tb-left {
  text-align: left;
   padding:10px 10px;
}
.tb-left a {
  color: #df0302
}
.tb-right {
  text-align: right;
   padding:10px 10px;
}
.tb-right span {
  color: #df0302;
  font-weight: bold;
}
.order-info {
  width: 420px;
  float: left;
}
.send_payment label {
  float: left;
}
.from_label label{
  width:  200px;
  float:  left; 
  text-align: left;
  
  margin-top: 5px;
}
.from_label div {
  margin-bottom: 7px;
}
.from_label input, .from_label textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 7px;
  margin-left: 0px;
  margin-right: 0px;
  width: 90%;
}
.from_label textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
  width: 90%;
  height: 70px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.bank {
  float: left;
  margin-left: 20px;
  width: 330px;
}
.pd-remove a{
  background: url(../images/icon-trash.png);
  width: 20px;
  height: 20px;
  display: block;
}
.icon-order {
  float: right;
}
.btn_submit-shopping-bag {
    color: #fff;
  border: 1px solid #df0302;
    background-color: #df0302;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(204,2,2,1);
    -moz-box-shadow: inset 0px -2px 3px 0px rgba(204,2,2,1);
    box-shadow: inset 0px -2px 3px 0px rgba(204,2,2,1);
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    cursor: pointer;
}
.sumbit-order {
  width: 100%;
  float: left;  
  text-align: center;
  margin-top: 15px;

}
.item-love {
  position: relative;
}
.remove-love {
    position: absolute;
    bottom: 0px;
    right: 5px;
}
.copyright-footer {
  float: left;
  width: 400px;
}
.title-product-footer
{
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.menu-footer {
  width: 550px;
  float: left;
}
.product-footer li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 250px;
  font-size: 12px;
}
.product-footer li:nth-child(2n+1) {
	clear: both;
}
.product-footer  li a{
  color: #fff;
  background: url(../images/icon_list.png) no-repeat left;
  padding-left: 10px;
  transition: 0.5s all ease 0s;
}
.product-footer li a:hover {
	margin-left: 10px;
	color: #3ab54a !important;
}
.camket {
  float: left;
  margin-top: 20px;
}
.camket div {
  height: 35px;
  padding-left: 30px;
}
.camket_1 {
  background: url(../images/bg_camket.png) left top no-repeat;
}
.camket_2 {
  background: url(../images/bg_camket.png) left -40px no-repeat;
}
.camket_3 {
  background: url(../images/bg_camket.png) left -80px no-repeat;
}
.col-left-social {
  float: right;
}
.col-right-social {
  float: left;
  
}
.col-right-social a {
  color:#666666;
}
.through {
	text-decoration: line-through;
}
.brand ul li {
	width:200px;
}
.count_cate {
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-top: 10px;
	
}
.count_cate ul li{
    float:left;
	margin-right: 15px;
    
}
.count_cate a {
    background: url(../images/cate2.png) left center no-repeat;
    color: #333;
    padding-left: 12px;
    font-weight:bold;
}
.count_cate a:hover {
    color: #ff8c00;
}
.count_cate .color_ {
	color:#015da7;
}
.count_cate .color_1 {
	color:#df1f26;
}
/*tab*/
.tab-details-product
{
    float: left;
    width: 100%;
}
.tabs {
    position: relative;
}


.tabs > input#tab-2{
	left: 120px;
}
.tabs > input#tab-3{
	left: 240px;
}
.tabs > input#tab-4{
	left: 360px;
}
.tabs_container {
	float:left;
	width:100%;
}
.tabs > li {
	background: #FFF;
	font-size: 13px;
	position: relative;
	padding: 10px 20px;
    float: left;
	display: block;
	color: #333;
	text-align: center;
   border: 1px solid #eee;
   border-bottom: none;
    margin-right: -1px;
}
.tabs_content_container {
	float:left;
	border:1px solid #ebeaea;
	padding:10px;
	width:97%;
}
.tabs > li a{
	color: #666;
  font-size: 16px;
  text-transform: uppercase;
}
.tabs .active_tab{
	background: #02A8F3;
    color: #fff;
}
.tabs .active_tab a{
	
    color: #fff;

}

.tabs > label:first-of-type {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs .active_tab {
    background: #3ab54a;
	z-index: 6;
    color: #fff;
}

.clear-shadow {
	clear: both;
}


.tab_content_ {
	display:none;
}


.phone-detail {
	color:#ff0000;
	font-weight:bold;
}
.cate-brand {
	margin-top:40px;
}
.cate-brand ul {
	border:none;
	height:auto;
}
.cate-brand span {
  padding-left: 0px;
}
.price-promotion span{
	font-size:22px;
}
.vat {
	font-size:14px!important;
}
.mail_letter {
  width: 100%;
  height: 300px;
  background: url(../images/bg_contact.png);
  background-size: cover;
  text-align: center;
  padding-top: 85px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
}



.newsletter {
    text-align: center;
}
.newsletter h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}
.newsletter .page-heading-sub {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
}
.newsletter h2 span {
    color: #3ab54a;
}
.heading-sub {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
}
.newsletter input {
    height: 29px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    width: 35%;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}
.newsletter button {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #3ab54a;
    border-color: #3ab54a;
    border-radius: 0;
}






.ckf {
  padding: 30px 0;
  background: #DDD;
}
.ckf .ckf_item {
  width: 20%;
  text-align: center;
  float: left;
}
.soci {
  text-align: center;
}
.product_right {
  width: 100%;
}
.flexslider_left,
.flexslider_right {
  width: 100%;
}
.flexslider_left {
  width: 100%;
  margin-top: 20px;
}
.flexslider_left a {
  border: 1px solid #3ab54a;
  margin-bottom: 13px;
  text-align: center;
  padding: 5px;
  display: inline-block;
  float: left;
}

.flexslider_left a.active {
  border: 1px solid #3ab54a;
}

.flexslider_right {
  width: 80%;
  padding: 30px;
  border: 1px solid #eee;
}


.flexslider_right  ul li {
  text-align: center;
  position: relative;
}
.fa-search-plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #333;
  font-size: 20px;
  z-index: 9999;
}
.fa-search-plus:hover {
  color: #02A8F3;
}
.col-right-pro-row p {
  color: #333;
}
.col-right-pro-row p span {
  color: #df1f26;
  font-weight: bold;
}
.col-right-pro-row p span:hover {
  color: #999;
}
.pro_intro {
  margin: 20px 0;
  color: #999;
}
.promotion-price {
  float: left;
  margin-left: 30px;
}
.box-cc .through {
  float: right;
  margin-right: 30px;
}
.through span strong {
  font-size: 12px;
  color: #999;
}

.product_hot li {
  margin-bottom: 1px;
}

.product_hot .box-cc {
  height: 240px;
}
.product_hot .promotion-price {
  margin-left: 30px;
}
.product_hot .box-cc .through {
  margin-right: 36px;
}
.product_hot .img_cc {
  margin-bottom: 20px;
}
.product_hot li a span {
  background: #666;
  display: table-cell;
  height: 100%;
  width: 30px;
  color: #FFF;
  float: left;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.product_hot li a span i{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-style: normal;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.product_hot li a em {
  display: table-cell;
  font-style: normal;
  vertical-align: middle;
  padding: 10px;
}
.line_pro {
  margin: 30px 0;
}
.lienhe {
	color: #df1f26;
	font-size:16px;
}
h4.other_title {
	font-size: 20px;
	margin: 20px 0;
	padding-top: 40px;
	clear:both;
}
.other .box-title {
	width: 98.4%;
}
.order {
	margin-top: 40px;
}
.page {
	margin-top: 20px;
}
.list-new-full {
	margin-top: 20px;
}

.Wrap_check_seri {
	margin-top:60px;
}
.form_check_seri {
    width: 500px;
    margin: 20px auto;
}
.form_check_seri label {
    float: left;
    margin-right: 10px;
    line-height: 25px;
    width: 170px;
}
.form_check_seri input {
    border-radius: 5px;
    float: left;
    margin-bottom: 11px;
    border: 1px solid #DBD9D9;
    color: #999;
    padding: 5px 0;
    width: 290px;
}
.form_check_seri .input_submit {
    background: #FFF;
    border: 1px solid #DDDCDC;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    margin-left: 222px;
    padding: 0 0 2px;
    text-align: center;
    width: 69px;
	display: block;
}
.form_check_seri :hover{
	background: #3ab54a ;
	border: 1px solid #3ab54a;
	color: #FFF;
}
.result {
	background: #EDF1E7;
	width: 100%;
	min-height: 150px;
	padding: 20px;
}
.policy-footer {
	float: right;
	width: 300px;
}
.policy-footer ul li {
	padding: 5px 0;
}
.policy-footer ul li a {
	background: url(../images/icon_list.png) no-repeat left;
  padding-left: 10px;
  transition: 0.5s all ease 0s;
  color: #FFF;
}
.policy-footer ul li a:hover {
	margin-left: 10px;
    color: #3ab54a !important;
}




/*cay nuoc*/

.hotline_top {
    display: inline-block;
}
.hotline_top img {
  vertical-align: middle;
}
.diachi_header {
    margin: 0;
    display: inline-block;
    margin-left: 15px;
}
.diachi_header span {
    font-weight: bold;
    color: #fff;
}
.box-cart {
    display: inline-block;
    background: #3ab54a;
    border-radius: 3px;
	position: relative;
}
.box-cart > a {
    color: #fff;
    padding: 0 8px;
}
.sup {
  margin-top: 30px;
}
.sup .box {
  padding: 0 10px;
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.sup .item {
    padding: 15px 0 15px 65px;
    background: #f4f4f4;
    overflow: hidden;
    border-radius: 46px 0 0 46px;
    color: #444;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    
}
.sup .item:last-child{
   margin-left: 0;
}

.sup .item .icon {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center;
}

.sup .item .des {
    margin: 0;
    line-height: 21px;
}
.sup .item .des span {
    color: #f48549;
}
.sup .item .icon.icon1 {
    background-image: url(../images/return.png);
    
}
.sup .item .icon.icon2 {
    background-image: url(../images/ship.png);
    
}
.sup .item .icon.icon3 {
    background-image: url(../images/money.png);
    
}

.sup .item .icon.icon4 {
    background-image: url(../images/phone1.png);
    
}

.main-content-home {
  background: #F4F4F4;
  padding-top: 30px;
}


.header-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    position: relative;
}
.modtitle {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0px 2px 0;
    line-height: 42px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.modtitle span:nth-child(2) {
    color: #888;
}
.header-title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #3ab54a;
    bottom: 0px;
}
.list-cate-banner {
    padding: 10px 0;
    background: #fff;
}
ul.list-cate-banner .item-sub-cat {
    margin: 0;
    width: 100%;
    position: relative;
}

ul.list-cate-banner .item-sub-cat {
    position: relative;
}

ul.list-cate-banner .item-sub-cat a {
    font-size: 14px;
    color: #555;
    padding: 8px 25px;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: all 0.3s ease-in-out;
    padding: 8px 0 8px 20px;
    color: #444444;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    display: block;
}

ul.list-cate-banner .item-sub-cat > a {
    font-weight: bold;
    text-transform: uppercase;
}
ul.list-cate-banner .item-sub-cat > a i{
    margin-right: 5px;
}
ul.list-cate-banner .item-sub-cat:hover a {
    padding: 8px 0 8px 35px;
    color: #3ab54a;
}
.top_product .right {
  width: 850px;
  float: right
}


.top_product .product_right_home {
  width: 100%;
}
.top_product .right ul li {
  margin-bottom: 20px;
  
}
.content-cc {
  margin: 20px 0;
}
.product_full_home {
  width: 100%;
}
.product_full_home ul li {
  padding: 0 20px;
}

.product_full_home  .promotion-price {
  margin-left: 60px;
}
.product_full_home  .box-cc .through {
  margin-right: 60px;
}
.product_full_home .icon_pro {
  left:  40%;
}
.banner_left {
  margin-top: 20px;
  width: 100%;
}
.banner_left img {
  width: 100%;
}



.news_home {
	margin: 30px 0 0;
}
.news_home .box {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_home .box img {
	width: 100%;
}
.blog_item_inner.transition {
    height: 207px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}
a.lt-image {
    text-align: center;
    display: block;
    position: relative;
}
.thongtin {
    position: absolute;
    top: 168px;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
}
.thongtin {
    transition: 0.5s all ease 0s;
}
.blog_item_title {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    padding: 13px 12px;
    position: relative;
    font-size: 16px;
}

.blog_item_title:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.blog_item_title a {
    color: #fff;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog_item_motangan {
    padding: 10px;
}
.blog_itemt_link {
    background: #fff;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding: 4px 10px;
    display: inline-block;
    margin: 0 12px 10px;
}
.blog_item_inner.transition:hover .thongtin {
    top: 0;
    color: #fff;
}
.partner {
	margin: 30px 0 30px;
}
.map_bottom {
	position: relative;
}
.contact-info {
    padding: 30px 30px 20px;
    position: absolute;
    top: 90px;
    right: 15%;
    background-color: #3ab54a;
    font-family: Arial;
}
.contact-info .shop-name {
    margin-bottom: 20px;
}
.contact-info .address, .contact-info .email, .contact-info .phone {
    margin-bottom: 10px;
}
.contact-info .address .icon, .contact-info label {
    display: inline-block;
    vertical-align: middle;
}
.contact-info label {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}
.icon .fa {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}
.contact-info .address .icon, .contact-info .email .icon, .contact-info .phone .icon {
    display: inline-block;
    height: 34px;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    margin-right: 10px;
}

.contact-info label a {
    color: #fff;
    font-size: 12px;
}
.shop-name h2 {
	color: #FFF;
	font-size: 14px;
}
.copyright-footer p  span{
	color: #FFF !important;
}
.content:after {
	display: block;
	content:"";
	clear: both;
}
.main-content {
	background: #FFF;
}
.title-collection-menu-l {
    font-size: 19px;
    text-align: center;
    background: #3ab54a;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
}

.brand_cate {
	margin: 30px 0 0;
}

.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb {
    background: transparent;
    color: #3ab54a;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
	padding-top: 20px;
}


.breadcrumb>li {
    display: inline-block;
}
.breadcrumb a {
    color: #666;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>li {
    display: inline-block;
}
.container-left .box-colection {
	border: 1px solid #ddd ;
}

h1.name_product {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.giasp {
    color: #f48549;
    font-weight: bold;
    font-size: 27px;
}
span.strike.compare-price {
    font-size: 16px;
    color: #999;
}
.mt20 {
	margin: 0 -20px;
}
.mt10 {
	margin: 0 -10px;
}
.tieude_motanganproduct {
  font-weight: 600;
  text-transform: uppercase;
}
.detailcall {
    height: 50px;
    margin: 20px 0;
}
.callphoneicon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 57px;
    text-align: center;
    color: #3ab54a;
    border: 2px solid #3ab54a;
    border-radius: 100%;
    margin-right: 10px;
}
.callphoneicon i {
    font-size: 26px;
    margin-top: 7px;
}

.detailcall a {
    display: block;
    padding-left: 55px;
    color: #252525;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    text-transform: Capitalize;
}
.detailcall a span {
    font-size: 22px;
    color: #fe4200;
    font-weight: bold;
    line-height: 24px;
}

.container-right-full {
    width: 100%;
    max-width: 1000px;
    float: none;
    margin:  0 auto;
}
.no_through {
    color: #f48549!important;
    font-weight: bold;
    font-size: 25px !important;
}
.wt-footer .wrapper {
    width: 1260px;
}
.slick-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 90%;
    margin: 0 !important;
    border: 0;
    opacity: 1;
    text-indent: -10000px;
    z-index: 99999999;
    cursor: pointer;
    outline: none;
}
.slick-arrow:hover {
  background-color:  #3ab54a;
}
.slick-prev {
  left:  150px;
}
.slick-prev:before {
  content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 13px;
    background: url(../images/mega_i.png) no-repeat -30px -335px;
    opacity: 1 !important;
    
}
.slick-next {
  right:  150px;
}
.slick-next:before {
  content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 15px;
    background: url(../images/mega_i.png) no-repeat -30px -469px;
    
}

.bx-wrapper img {
  display: inline-block;
}

