@font-face {
    font-family: 'Be Vietnam';
    src: url(../asset/fonts/be_vietnam/BeVietnam-Regular.ttf);
}

*{margin:0;padding:0;}

html, body{
    font-family: 'Be Vietnam';
    font-size:15px;
    background: #eef1f3;
}

ol, ul {

    list-style: none;

}
a, a:hover {text-decoration:none;}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/*=== Menu ===*/

#top_menu{ background:#fff;  z-index:999; margin-top: -8px;}

#top_menu ul.nav li.nav-item {
	display: inline-block;
	padding:0 6px;
	vertical-align:top;
    position: relative;
}
#top_menu ul.nav li.nav-item.sub-item:after{
    content: '\f107';
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 14px;
    font-family: FontAwesome;
}

#top_menu ul.nav li.nav-item.sub-item.iabouts:after{
    right: 0px;
}

#top_menu ul.nav li.nav-item.sub-item:hover > .dropdown-menu{
	opacity: 1;
	visibility: visible;
	display: block;
}
#top_menu ul.nav>li.nav-item:last-child{
	padding-right: 0;
}
#top_menu > ul > li > a{
	font-size:16px;
	text-transform: none;
	color:#3c3b5c;
	line-height: 26px;
	font-weight: bold;
}
#top_menu ul li a:hover, #top_menu ul li a.active{
	color:#16a6e3;
}
#top_menu.dropdown-menu > li > a{ font-size:14px;}

#top_menu > ul > li > a:hover{
	background:none;
}

#top_menu ul li.active>a{
	color: #d53939;
}
#top_menu ul li:hover>ul{
	display: block !important;
}
#top_menu ul ul li{
	display: block !important;
}
#top_menu ul ul li a{ color:#3c3b5c; }
.nav-item-right ul li {
	width: 100%;
}
.dropdown-menu-left {
    left: 20px;
    width: 250px;
    z-index: 999999;
}

.logo{ margin-top: -22px;}
.logo img{ width: 100%;}

li.dropdown-submenu .fa {
	top: 9px;
	position: absolute;
	right: 10px;
}
.dropdown-menu {display:none;margin:0 !important}
.nav li.nav-item  a:hover > ul > ul.level-1 {
	position: relative;
	display:block;
}
/*li.dropdown-submenu.nav-item-lv1:hover {
position: relative;
}
li.dropdown-submenu.nav-item-lv2:hover {
position: relative;
}*/
.nav-item li.dropdown-submenu .dropdown-menu {left:100%;top:0}
/*=== End Menu ===*/

/*===========BEGIN: BANNER=================*/
.vnt-banner{
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 6px;
}
.vnt-banner:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*background: url("../images/mui_tau.svg") no-repeat 100% 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;*/
}
#slider_banner.slick-initialized .item,
#slider_banner .item:first-child{
    display: block;
}
#slider_banner .item{
    display: none;
}
#slider_banner .item .i-image img{
    width: 100%;
}
#slider_banner .item .i-desc{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    color: #ffffff;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform:translate(-100px,0);
    -moz-transform:translate(-100px,0);
    -o-transform:translate(-100px,0);
    -ms-transform:translate(-100px,0);
    transform:translate(-100px,0);
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
}
#slider_banner.active .item.slick-current .i-desc{
    visibility: visible;
    opacity: 1;
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
#slider_banner .item .i-desc .id-logo{
    margin-bottom: 5px;
}
#slider_banner .item .i-desc .id-text{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #ed1c24;
}
#slider_banner .slick-arrow{
    width: 35px;
    height: 63px;
    background: rgba(255, 255, 255, 1);
    color: #3a290c;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-transform:translate(-100%,-50%);
    -moz-transform:translate(-100%,-50%);
    -o-transform:translate(-100%,-50%);
    -ms-transform:translate(-100%,-50%);
    transform:translate(-100%,-50%);
    z-index: 50;
}
#slider_banner:hover .slick-arrow{
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
#slider_banner .slick-arrow:hover{
    color: #ffffff;
    background: #ed1c24;
}
#slider_banner .slick-prev{
    margin-top: 32px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#slider_banner:hover .slick-prev{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#slider_banner .slick-next{
    margin-top: -32px;
    left: 0;
    right: auto;
}
#slider_banner .slick-arrow:after{
    position: absolute;
    font-size: 33px;
    line-height: 40px;
    padding: 0 1px;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-family: fontawesome;
}
#slider_banner .slick-next:after{
    content: '\f105';
}
#slider_banner .slick-prev:after{
    content: '\f104';
}


#slider_banner .slick-dots {
    bottom: 10px;
    text-align: center;
}
#slider_banner .slick-dots li {
    margin: 0 2px;
}

#slider_banner .slick-dots li button::before {
    font-size: 12px;
    opacity: 1;
    color: #b2b2b2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider_banner .slick-dots li.slick-active button::before,
#slider_banner .slick-dots li button:hover::before,
#slider_banner .slick-dots li button:focus::before {
    color: #ec1c24;
}

/*===========END: BANNER=================*/

.slogan_home{ text-align:center; padding:10px; font-size: 32px; color: #3c3b5c; margin-bottom:15px; }
.slogan_home span{ border-bottom:3px solid red;padding-bottom:10px;}

/*===========BEGIN: ABOUT=================*/
.vnt-about{
}
.vnt-about .va-title{
    padding: 30px 0;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #ed1c24;
    font-family: 'EurostileVO';
    font-weight: 900;
}
.vnt-about .va-title h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: 900;
}
.vnt-about .vac-text{
    width: 50%;
    float: left;
    background: #fafafa;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: justify;
}

.tnt-text{

    font-size: 14px;
    line-height: 25px;
text-align: justify;
}
.vnt-about .wrap-text{
    max-width: 600px;
    padding: 55px 60px 55px 15px;
    margin: 0 0 0 auto;
}
.vnt-about .vac-img{
    width: 50%;
    float: right;
}
.vnt-about .vac-img img{
	margin-left:15px;
}
.view-more{
    margin-top: 15px;
}
.view-more a{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding: 9px 25px;
    background: #ffffff;
    font-weight: 600;
    color: #375a9c;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    position: relative;
}
.view-more a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    content: '';
    background: #375a9c;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	text-decoration:none;
}
.view-more a:hover:before{
    right: 0;
	text-decoration:none;
}
.view-more a span{
    position: relative;
    z-index: 1;
}
.view-more a:after{
    font-family: fontawesome;
    content: '\f105';
    padding-left: 10px;
    position: relative;
    z-index: 1;
}
.view-more a:hover{
    color: #ffffff;
	text-decoration:none;
}
/*===========END: ABOUT=================*/

/*===========BEGIN: HOME DIAGRAM =================*/
.home-diagram{
	background:url(../images/bg-diagram-top.png) no-repeat center top;
	padding-top: 0px;
}
.home-diagram .container{padding:0;}
.home-diagram h2{
	font-size: 32px;
	font-family: Prata;
	font-weight: 400;
	color: #3c3b5c;
	margin: 0;
	position: relative;
	line-height: 48px;
	text-align: center;
	padding: 0px 10px;
	padding-bottom: 28px;
	margin-bottom: 40px;
}
.home-diagram h2:after{
	width: 60px;
	height: 3px;
	background: #d53939;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.home-diagram .bg-diagram{
	background:url(../images/bg-diagram.png) center bottom no-repeat;
	border-bottom: 1px solid #e9e9e9;
	min-height: 500px;
}
.home-diagram .bg-diagram .item{
	margin-top: 10px;
	float: left;
	height: 490px;
	text-align: center;
	padding: 0 15px;
	position: relative;
}
.home-diagram .bg-diagram .item.diagram-1{
	padding-top: 192px;
	width: 176px;
}
.home-diagram .bg-diagram .circle-line{
	height: 180px;
}
.home-diagram .bg-diagram .item.diagram-2{
	padding-top: 137px;
	width: 210px;
	margin-left: 71px;
}
.home-diagram .bg-diagram .item.diagram-2 .circle-line{
	height: 210px;
}
.home-diagram .bg-diagram .item.diagram-3{
	padding-top: 102px;
	width: 199px;
	margin-left: 38px;
}
.home-diagram .bg-diagram .item.diagram-3 .circle-line{
	height: 245px;
}
.home-diagram .bg-diagram .item.diagram-4{
	padding-top: 91px;
	width: 210px;
	margin-left: 49px;
}
.home-diagram .bg-diagram .item.diagram-4 .circle-line{
	height: 281px;
}
.home-diagram .bg-diagram .item.diagram-5{
	padding-top: 14px;
	width: 199px;
	margin-left: 54px;
	margin-right: -40px;
}
.home-diagram .bg-diagram .item.diagram-5 .circle-line{
	height: 333px;
}
.home-diagram .icon-diagram{
	text-align: center;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: 10px;
}
.home-diagram .icon-diagram:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
}
.home-diagram .icon-diagram img{
	max-width: 50px;
	max-height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.home-diagram h3{
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	margin-bottom: 8px;
	color: #555555;
	font-weight: 400;
	text-align: center;
}
.home-diagram .circle-line{
	position: relative;
}
.home-diagram .circle-first{
	display: inline-block;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.31);
	width: 27px;
	height: 27px;
	padding: 8px;
	position: relative;
	z-index: 9;
}
.home-diagram .circle-last{
	background: #d53939;
	border-radius: 50%;
	display: block;
	width: 11px;
	height: 11px;
}
.home-diagram .circle-line:before {
	content: "";
	width: 1px;
	display: inline-block;
	height: 100%;
	background: #e2e2e2;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.home-diagram .diagram-year{
	background: #d53939;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 89px;
	height: 32px;
	text-align: center;
	border-radius: 30px;
	padding: 6px 5px;
	margin: 0 auto;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	z-index: 9;
}

/*===========END: HOME DIAGRAM=================*/


.product-f-image {
    position: relative;
	width:100%;
    position: relative;
}
.product-f-image img{
	max-width:100%;
	max-height:100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden; border:1px solid #eee;
    z-index: 99999;
}
.product-hover:after {
  background: none repeat scroll 0 0 #0081ff;
  content: "";
  height:100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}

.product-carousel-price {
  color: #375a9c;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}

.product-carousel-price span{ text-decoration: line-through; color:#000; font-size:12px;
}


.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}

.single-product h2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #375a9c;
    font-weight: 700;
}
.single-product {
  overflow: hidden;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}

.home-product{ text-align:center;}
.home-product .in{}
.home-product .in .product-f-image{ height:250px; overflow:hidden;}
.home-product h3{margin-bottom: 0;}
.home-product h3 a {
    font-size: 17px;
	font-weight: bold;
}
.home-product h2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}
.home-product h2 a {
    color: #222;
}
.home-product p {
    color: #375a9c;
    font-weight: 700;
}
.home-product {
  overflow: hidden;
}
.home-product:hover {}
.home-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.home-product:hover .product-hover a.view-details-link {bottom: 32%;}
.home-product:hover .product-hover:after{left: 0}



.product-carousel {
  padding-top: 10px;
}
.product-carousel .owl-nav {
 
}
.product-carousel .owl-nav div{
	border: 1px solid #818181;
	color: #818181;
	display: inline-block;
	margin-left: 15px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#fff;
	height:40px;
	width:40px;
	text-align:center;
	line-height:40px;
	position:absolute;
	top:130px; 
}
.product-carousel .owl-nav div.owl-prev{
	left:-60px;
}

.product-carousel .owl-nav div.owl-next{
	right:-40px;
}

.related-products-wrapper .owl-nav div {
  border: 1px solid #375a9c;
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.product-carousel .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #222;border-color: #222}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.brand-wrapper .owl-nav div {
  border: 1px solid #375a9c;
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brands-area{ background:#ededed;}


    .news-carousel .owl-nav {
     
    }
    .news-carousel .owl-nav div{
	    border: 1px solid #818181;
	    color: #818181;
	    display: inline-block;
	    margin-left: 15px;
	    border-radius:50%;
	    -moz-border-radius:50%;
	    -webkit-border-radius:50%;
	    background:#fff;
	    height:40px;
	    width:40px;
	    text-align:center;
	    line-height:40px;
	    position:absolute;
	    top:110px; 
    }
    .news-carousel .owl-nav div.owl-prev{
	    left:-10px;
    }
    
    .news-carousel .owl-nav div.owl-next{
	    right:0px;
    }


/* LIST PRODUCTS */

.list-product {
    overflow: hidden;
}

.list-product .in{ margin:10px 0; height:550px; overflow:hidden; position: relative; border: 1px solid #eee;}
.list-product .in:hover{ border: 1px solid #000;}

.list-product .in .product-f-image{
	height:300px;
    text-align: center;
}

.list-product .in .info{ padding: 20px 50px;}
.info-interact .star-rate{ color: #ffbc00;}
.info-interact .viewnum i{ color: #0d47a1;}
.info-interact .likenum i{ color: #ed0b0b;}

.list-product .in .btn-act{ margin-top: 15px;}
.list-product .in .btn-act ul{}
.list-product .in .btn-act ul:after{ clear:both; content:''; display:block;}
.list-product .in .btn-act ul li{ float: left; margin-right: 10px;}
.list-product .in .btn-act ul li a{ background: #eee; border-radius: 12px; padding: 2px 10px; padding-bottom: 5px; color: #000;}

.list-product h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 45px; overflow: hidden;
}

.list-product h2 a {
    color: #222;
    font-weight: bold;
}
.list-product p {
    color: #375a9c;
    font-weight: 700;
}

.list-product:hover {}
.list-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.list-product:hover .product-hover a.view-details-link {bottom: 32%;}
.list-product:hover .product-hover:after{left: 0}


/*==BEGIN: FOOTER==*/

#footer{ color: #ffffff; font-size:15px;}
#footer a{ color: #ffffff; font-size:15px;}

#footer .node-title h3, #footer .name{ color:#01a8df; text-transform:uppercase; font-size:17px; margin-top: 20px; font-weight:bold; margin-bottom: 20px;}

#footer .name{margin-top: 16px; }

#footer #bottom_cate ul li{ 
	
}
.footer-main{
	border-top: 1px solid #3a424d;
	background:#222222;
    padding: 15px 0;
}
.footer-main .info-company{
	line-height:25px;
}

.footer-main ul li a{
	line-height:25px;
}

.footer-bottom{
	border-top: 1px solid #0b1827;
	background: #11273a;
	padding: 10px 0;
}
.footer-bottom .copyright{
	
}
.copyright{
	font-size: 12px;
	font-style: italic;
	color: #aaaaaa;
}

.copyright span{
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	color: #dddddd;

}
.footer-bottom .vnt-socail{
	float: right;
}
.vnt-socail ul:after{
	display: block;
	content: '';
	clear: both;
}
.vnt-socail ul li{
	float: left;
	margin-left: 2px;
}
.vnt-socail ul li:first-child{
	margin-left: 0;
}
.vnt-socail ul li a{
	display: block;
	width: 45px;
	height: 45px;
	background: #666666;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	padding-top: 10px;
	color: #cccccc;
}
.vnt-socail ul li a:hover{
	background: #ed1c24;
	color: #ffffff;
}
.vnt-socail ul li a i{
	font-size: 22px;
	line-height: 25px;
}
/*==END: FOOTER==*/
.go_top{
	position: fixed;
	right: 5px;
	bottom: 5px;
	width: 60px;
	height: 55px;
	background: #dddddd;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	animation: bounce1 2s infinite;
	-webkit-animation: bounce1 2s infinite;
	-moz-animation: bounce1 2s infinite;
	-o-animation: bounce1 2s infinite;
	z-index: 50;
}
.go_top:hover{
	background: #ed1c24;
}
.go_top:after{
	position: absolute;
	font-family: fontawesome;
	content: '\f077';
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color: #ffffff;
	font-size: 30px;
	line-height: 60px;
}

/* map*/
.iFrameMap{
	width: 100%;}
@media (min-width: 992px) {
	#list-collection ul.collapse {
		display: block;
	}
}
#list-collection{
	margin-bottom: 20px;
}
#list-collection ul ul {
	display: none;
	padding-left: 10px;
}
#list-collection ul li a {
	font-size: 14px;
}
#list-collection ul li:hover > em, #list-collection ul li:hover > a{
	color: #d53939;
	text-decoration:none;
}

#list-collection ul li.active a{ margin-left:5px;}

#list-collection ul li.active a:before{font-family: "FontAwesome"; content: '\f0a9  ';}
	
#list-collection > ul {
	list-style: none;
	margin-left:-6px;
}
#list-collection > ul li {
	/padding: 5px 0;
	position: relative;
}
#list-collection > ul li a {
	font-size: 15px;
	padding: 7px 0;
	padding-left: 20px;
	font-weight: 400;
	border-bottom: none;
	color: #21222a;
	display: inline-block;
}
#list-collection > ul li em {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	left: 0;
	top: 7px;
}
#list-collection > ul li li em {
	/top: 5px;
}
#list-collection > ul > li {
}
#list-collection > ul > li > ul {
	list-style: none;
}
#list-collection > ul > li > ul > li > ul {
	list-style: none;
}

.title_page {
	position: relative;
	padding: 5px 0;
	text-align: center;
	margin: 0 0 15px 0;
	border-bottom: 4px double #e1e1e1;
}
.title_page h2 {
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
	padding: 0 0px 10px;
	font-family: Prata;
	color: #21222a;
}

.hotproducts{
	margin:0; padding:0; list-style:none;	
}
.hotproducts li{ margin-bottom:8px;}

.products_details_info .description_product,.products_details_info .select_color,.products_details_info .select_size{
	padding:0;
}
.products_details_info .group-select-number{
	width: 100px;
}
.products_details_info .description_product{
	width: 100%;
	float: left;
	margin:15px 0 0 0;
	padding-bottom: 20px;
	color: #21222a;
}
.products_details_info .description_product strong{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
.products_details_info{overflow:hidden;}
.product-content-tab{
	
}
.tab_products_details {
	position: relative;
	width: 100%;
	float: none;
}
.tab_products_details .nav-css{
	margin-top: 20px;
	text-align: left;
	float: none;
}
.product-content-tab .btn_action_product2{
	margin: 0;
	margin-bottom: 15px;
	display: inline-block;
	float: none;
}
.products_details_zoom_images .sp-large {
	margin: 30px auto;
}
.products_details_zoom_images .sp-wrap.sp-non-touch {
	width: 600px;
	max-width: 600px;
}
.products_details_zoom_images .sp-thumbs a:link, .sp-thumbs a:visited {
	width:100px;
	height:100px
}

.action_button_product {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.action_button_product #qty {
	width: 100%;
	border-radius: 3px;
	border: none;
	padding: 0px 40px 0px 10px;
	font-size: 16px;
	height: 53px;
	line-height: 53px;
	outline: none;
}
.action_button_product .btn_plus {
	width: 31px;
	height: 28px;
	font-size: 17px;
	position: absolute;
	background: #f8f8ff;
	border: 1px solid #cccccc;
	right: -1px;
	top: -1px;
	border-radius: 0px 3px 0px 0px;
	line-height: 25px;
	text-align: center;
}
.action_button_product .btn_plus:focus{outline:none;}
.action_button_product .btn_minis:focus{outline:none;}
.action_button_product .btn_minis{	
	width: 31px;
	height: 28px;
	font-size: 20px;
	position: absolute;
	background: #f8f8ff;
	border: 1px solid #cccccc;
	right: -1px;
	bottom: -1px;
	border-radius: 0px 0px 3px 0px;
	line-height: 25px;
	text-align: center;
}
.action_button_product .group-select-number{
	float:left;
}
.btn_buy_product {
	float:left;
	display: block;
	margin: 1px 0px 0 17px;
	padding: 15px 37px;
	background: #d53939;
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
}
.btn_action_product2 {
	display: block;
	height: 55px;
	background: #d53939;
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 3px;
	position: relative;
	padding: 15px;
	padding-left: 69px;
}
.btn_action_product2 i{
	width: 54px;
	height: 55px;
	background: #eb4e4e;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px 0px 0px 3px;
	line-height: 55px;
}
.btn_action_product2:hover{
	opacity:.7; 
}
.btn_action_product2 {
	float: left;
}

.price_products_main .price {
	font-size:26px;
	font-weight:bold;
	padding-right:10px;
	color:#d53939;
}
.price_products_main .price span {
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
	color: #a1a1a1;
	text-decoration: line-through;
}
.price_products_main .product-price-old {
	font-size: 17px !important;
	text-decoration: line-through;
	color: #a1a1a1 !important;
	font-weight: 400;
}

.group-select-number {
	display: inline-block;
	position: relative;
	width: 40%;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: auto;
}

.btn_minis {
	width: 29px;
	height: 23px;
	/font-size: 24px;
	position: absolute;
	background: none;
	border: none;
	right: 10px;
}

.btn_plus {
	width: 29px;
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	/font-size: 20px;
	height: 22px;
}

#qty {
	width: 100%;
	border: none;
	padding: 10px 10px;
}

.hotline-detail{
	margin-bottom: 20px;
}
.hotline-detail .hotline{
	font-size: 24px;
	color: #21222a;
	line-height: 32px;
	font-weight: 500;
}
.hotline-detail .hotline a{
	color: #d53939;
	margin-left: 5px;
}
.hotline-detail .des{
	color: #6f6f6f;
	font-size: 14px;
	font-weight: normal;
}

.promotion-detail h3{
	margin: 0;
	font-size: 14px;
	color: #21222a;
	border-bottom: 1px solid #ebebeb;
	height: 13px;
	line-height: normal;
	margin-bottom: 20px;
}
.promotion-detail h3 span{
	display: inline-block;
	background: #fff;
	padding-right: 5px;
	text-transform: uppercase;
}
.promotion-detail ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.promotion-detail ul li{
	margin-bottom: 5px;
	font-size: 14px;
	color: #666666;
	position: relative;
	padding-left: 20px;
}
.promotion-detail ul li:before{
	width: 8px;
	height: 8px;
	border: 1px solid #767676;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 6px;
	content: "";
}
/*== Tabs Products Details ==*/
.short_description {
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}
.short_description p{
	margin: 0;
}
.tab_products_details .nav-css{
	border-bottom: 4px double #e1e1e1;
}
.tab_products_details .tab-pane:before,.tab_products_details .nav-css:before, .tab_products_details .title_page:before{
	content:none;
}
.tab_products_details .nav-css>li.active a {
	border-bottom: none;
	color:#d53939;
}
.tab_products_details .nav-css>li a{
	font-weight:400;
	font-size: 22px;
	font-family: Prata;
	margin: 5px 14px;
	text-transform: none;
	padding: 0;
	padding-right: 14px;
	border-right: 1px solid #898989;
	height:20px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 0;
}
.tab_products_details .nav-css>li{
}
.tab_products_details .nav-css>li:last-child a{
	border-right:none;
}
.tab_products_details .nav-css:after{
	display: none;
}
.tab_products_details img{
	margin:10px auto;
	max-width: 100%;
	height:auto !important;
	text-align: center;
	display: block;
}
.tab_products_details #products_details{
	text-align: justify;
	padding-bottom: 50px;
	float: none;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.tab_products_details #products_details ul{
	padding-left: 40px;
	list-style: initial;
}
/*== End Tabs Products Details ==*/
.tilte_producst{ margin-top:10px;}
.tilte_producst h1 {
	word-break:break-word;
	font-size: 18px;
	text-transform: none;
	padding: 0px 10px 0 0;
	margin-top:0px;
	margin-bottom: 0;
	text-transform:uppercase;
}

.policy-detail{
	padding-right: 0;
}
.policy-detail .list-policy{
	background: #f8f8ff;
	padding: 10px 27px 20px;
	margin-bottom: 15px;
}
.policy-detail .list-policy .item{
	padding: 16px 0;
	border-bottom: 1px solid #eaeaff;
	line-height: 26px;

	position: relative;
	font-size: 15px;
	color: #444444;
}
.policy-detail .list-policy .item img{
	max-height: 26px;
	max-width: 26px;
	position: absolute;
	left: 0;
}
.policy-detail .list-policy .item:last-child{
	border-bottom: none;
}
.policy-detail .list-agency{
	background: #f9f9f9;
	padding: 10px 27px;
	margin-bottom: 15px;
}
.policy-detail .list-agency h2{
	font-size: 16px;
	margin: 0;
	color: #21222a;
	font-weight: 500;
	padding-top: 10px;
	margin-bottom: 15px;
}
.policy-detail .list-agency ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.policy-detail .list-agency ul li a{
	font-size: 15px;
	color: #444444;
	display: block;
	padding-right: 15px;
	position: relative;
	padding: 7px 0;
}
.policy-detail .list-agency ul li a i{
	position: absolute;
	right: 0;
}
.policy-detail .list-agency ul li a:hover{
	color: #d53939;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 14px;
}
table.shop_table .remove{
	 font-size:20px; color:red;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #375a9c;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {

}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #375a9c;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 20%;
	height:320px;
}

div.cart-collaterals ul.products li.product img{
	
	max-height:250px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #375a9c;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 15px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #375a9c;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}

.checkout-button{
background: none repeat scroll 0 0 #375a9c;
border: medium none;
color: #fff;
padding: 11px 20px;
text-transform: uppercase; 
float:right;
display:inline-block;
}

.checkout-button:hover{
	background: none repeat scroll 0 0 #000;
	color: #fff;
	text-decoration:none;
}

.document_row{
	padding:10px 0;
}
.document_row .title_row a{
	font-size:15px; color:#000;
}
.document_row .title_row a:hover{
	text-decoration:none;
}

.news_row{
	padding:10px 0;
}
.news_row .title_row{ line-height: 22px; margin-top: -5px;}
.news_row .title_row a{
	font-size:16px; color:#000; display: block;
}
.news_row .title_row a:hover{
	text-decoration:none;
}

#top_login {  margin-top: -13px;}
#top_login a{ font-size: 14px; font-weight: 300;}
#top_login a:hover { text-decoration:none; }


#top_hotline{ position:absolute; top:90px; right:0; font-size:20px; color:red;}

#pnsearch{ position:absolute; top:76px; right:230px; z-index:999;}
#pnsearch > i{ font-size:28px; color:#4e4e4e; cursor:pointer;}

#pnsearch form{ width:600px; position:relative;  display:none; margin-top:-28px;}
#pnsearch form .fa-times{ font-size:26px; position:absolute; top:-10px; left:-15px; z-index:9999; cursor:pointer;}

#pnsearch form .btn-success{ background:#36b3ff; border:1px solid #1b8dd2;}

#pncart {}
#pncart a{cursor: pointer;height: 40px;position: relative; width: 41px; display:block; color: #808080;}
#pncart #cart-total{background: #009cff none repeat scroll 0 0;border: 2px solid #fff;border-radius: 50%;color: #fff;font-size: 12px;font-weight: 400;height: 25px;line-height: 22px;margin: 0;position: absolute; right: -5px; top:-10px; text-align: center;vertical-align: middle;width: 25px;}


#fixed_support{
	position: fixed;
	top: 5px;
	right: -5px;
	z-index: 9999;
}

#fixed_hotline{
	background:#f15a29;
	border-radius: 10px 0 0 10px;
	text-align:center;
	color:#fff;
	width:170px; 
	height:70px;
}
#fixed_hotline a{ display:block; padding:0 8px; color:#fff; font-size:17px;}

#fixed_registration_pro{
	background:#8dc63f;
	border-radius: 10px 0 0 10px;
	text-align:center;
	color:#fff;
	width:170px; 
	height:60px;
	margin-top:-20px;
	box-shadow: 0 3px 3px #8C8989;
	padding-top:10px;
}
#fixed_registration_pro a{ display:block; padding:0 8px; color:#fff; font-size:17px;}

.bar_mobile{
	background:#375a9c;
}
.bar_mobile i{ color:#fff; cursor:pointer; margin-left:5px;}

.bar_mobile i:active {

}

.bar_mobile:before{
	content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
}

@media (min-width:1200px){
	.btn_buy_product{ 
		margin: 1px 0px 0 17px;
	}
	.btn_action_product2 {
		margin: 0px 0px 0px 17px;
	}
}