*{margin:0;padding:0;}
body{
	font-size:14px;
    font-family: 'Be Vietnam Pro', sans-serif;
	color:#333;
}
ol, ul {
    list-style: none;
}
a{ color:#ff5c00;}
a, a:hover {text-decoration:none; color: #d34f04;}

.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{ position: relative; z-index:999; padding: 0; background-image: linear-gradient(#14638c, #0c6ce7); color:#fff; }
#top_menu ul.nav{ margin:0; padding: 0;width: 100%; }
#top_menu ul.nav li.nav-item {
	display: inline-block;
	padding:0;
	vertical-align:top;
}
#top_menu ul.nav li.nav-item.sub-item:after{
    margin-right: 2px;
	display: inline-block;
	padding:0 !important;
	vertical-align:top;
}


#top_menu ul.nav > li > a{
	text-transform: uppercase;
	color:#fff;
	font-weight:bold;
	padding:8px 5px;
    font-size: 12px;
    display: block;
}
#top_menu ul.nav > li:last-child > a{border-right: none; }

#top_menu #topmn .dropdown-menu{ background:#fff;}
#top_menu #topmn .dropdown-menu > li > a{ display: block; font-size:14px; text-align:left; color:#d81920; border-bottom:1px solid #eee; padding: 6px 10px;}
#top_menu  #topmn .dropdown-menu > li:last-child > a{ border:none;}
#top_menu #topmn .dropdown-menu > li > a:hover{ background:#000; color:#fff;}

#top_menu ul#topmn li.active > a{
	color: #d53939;
}
#top_menu ul#topmn li:hover>ul{
	display: block !important;
}
#top_menu ul#topmn ul li{
	display: block !important;
}
#top_menu ul#topmn li#mnprovider  ul li{
    display: inline-block !important;
    width: 25%;
}

.logo{padding:0; position:relative; margin-top: 5px; margin-bottom: 5px;  text-align: center;}

.logo img{position:relative; max-height:100px; z-index:99;}

.logo .logo-wrapper{
	text-align:center;
	display:block;
}

.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;
	z-index:999;
}
.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: 48px;
    height: 48px;
    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{
   
}
#slider_banner .slick-prev{

    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
	
	background:url(../images/left_arrow2.png) no-repeat;
	opacity: 0.5;
	
	
}
#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{
  
  background:url(../images/right_arrow2.png) no-repeat;
  opacity: 0.5;

}
#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%);
    
}
#slider_banner .slick-next:after{
    
}
#slider_banner .slick-prev:after{
   
}


#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=================*/





/*===========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;
}
.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=================*/


.single-product .in{ margin-right:20px;border:1px solid #ccc;}
.single-product:nth-child(2n+0) .in{ margin-right:0;}
.single-product h2 {margin:5px 0;text-align:center; line-height: 18px;}

.single-product{ margin-bottom:8px; height: 320px; overflow:hidden;}
.single-product h2 a { font-size: 16px;   color: #000;}
.single-product p {  color: #375a9c;  font-weight: 700;}

.single-product .product-f-image { position: relative; width:100%; height:230px; overflow: hidden;  text-align: center;}
.single-product .product-f-image img{max-width:100%; max-height:230px;}

.single-product-pro .in{ margin-right:20px; border:1px solid #eee; }
.single-product-pro:nth-child(3n+0) .in{ margin-right:0;}
.single-product-pro h2 { font-size: 14px; line-height: 25px;  margin:5px 0;text-align:center;}

.single-product-pro{ float:left; width:33%; margin-bottom:8px; height: 330px; overflow:hidden;}
.single-product-pro h2 a {  color: #000;}
.single-product-pro p { color: #375a9c;  font-weight: 700;}

.single-product-pro .product-f-image { position: relative; width:100%; height:270px; overflow: hidden; text-align:center; display: flex; align-items: center;    flex-wrap: wrap;}
.single-product-pro .product-f-image img, .single-product-pro .product-f-image a{max-width:100%; max-height:270px; margin:0 auto;}

.single-product-dt h2{ font-size:14px;}
.single-product-dt .product-f-image { position: relative; width:100%; height:220px; border:1px solid #eee; overflow: hidden; text-align:center; display: flex; align-items: center;    flex-wrap: wrap;}
.single-product-dt .product-f-image img, .single-product-pro .product-f-image a{max-width:100%; max-height:290px; padding:8px; margin:0 auto;}

.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden; border:1px solid #eee;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height:100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #375a9c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #375a9c;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: #000;
  text-decoration: none;border-color: #444;
}
.product-carousel-price ins {
  color: #375a9c;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.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%;}

.product-carousel {
  padding-top: 0px;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #222;border-color: #222}
.brand-list {}

.brand-wrapper .owl-nav div {
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brands-area{ background:#fff; padding: 8px; }

.brands-area .owl-controls .owl-nav .owl-prev{
    left: -85px;
    top:-70px;
    position: absolute;
}
.brands-area .owl-controls .owl-nav .owl-next{
    right:-20px;
    top:-70px;
    position: absolute;
}
.brands-area .owl-controls .owl-nav i{
    font-size: 32px;
    color: #036870;
}

/* LIST PRODUCTS */
.list-product{ margin:10px 0;}
.list-product h2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.list-product h2 a {
    color: #222;
}
.list-product p {
    color: #375a9c;
    font-weight: 700;
}

.list-product {
  overflow: hidden;
}
.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-main{
    background:#fff; color:#000;
}

.footer-main h2{
	font-size:22px;
	margin-bottom:20px;
	text-transform:uppercase;
	color:#f7e069;
}

.footer-main p{ margin-bottom:2px;}

.footer-main h3.btitle{ position: relative; color:#FF9800; margin-top:3px; font-weight: bold; font-size: 18px; text-transform: uppercase;}
.footer-main h3.btitle:before {
    content: '';
    position: absolute;
    background: #9E9E9E;
    width: 80px;
    height: 1px;
    bottom: -10px;
}

.footer-main h3.btitle:after {
    content: '';
    position: absolute;
    background: #FF9800;
    width: 40px;
    height: 1px;
    bottom: -5px;
    left: 0;
}

.vnt-socail ul:after{
	display: block;
	content: '';
	clear: both;
}
.vnt-socail ul li{
	margin-bottom:5px;
}
.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;
	left: 5px;
	bottom: 72px;
	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 li {

	padding-left: 10px;
}
#list-collection #collection_list li a {
	font-size: 13px;
	display:block;
	padding:12px 0;
	padding-left:20px;
	border-bottom:1px dotted #eee;
	position:relative;
	text-transform:uppercase;
}
#list-collection #collection_list li a:after {
	font-family: "FontAwesome";
	content:'\f00c  ';

	position:absolute;
	left:0px;
	top:10px;
}

#list-collection #collection_list li:last-child a{
	border-bottom:none;
}

#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 {
	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-top:10px; list-style:none;
	margin-left:8px;
	margin-right:8px;
}

.hotproducts .col-md-6{ padding-left:15px; padding-right:5px;}
.hotproducts li{ margin-bottom:8px; padding-bottom:8px; border-bottom: 1px dotted #eee;}

.products_details_info .description_product{
	width: 100%;
	margin:15px 0 0 0;
	padding-bottom: 5px;
	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%;
}
.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-image: linear-gradient(#14638c, #0c6ce7);
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
}
.btn_action_product2 {
	display: block;
	height: 55px;
	background: #ff5c00;
	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:hover { background: #0a94e3; }

.btn_action_product2 i{
	width: 54px;
	height: 55px;
	position: absolute;
	left: 0;
	top: -1px;
	border-radius: 3px 0px 0px 3px;
	line-height: 55px;
}

.btn_action_product2 {
	float: left;
}

.price_products_main .price {
	font-size:26px;
	font-weight:bold;
	padding-right:10px;
	color:#ff5c00;
}
.price_products_main .sale-price {
	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: 20px;
	color: #21222a;
	line-height: 32px;
	font-weight: 500;
    margin-top: 0px;
}
.hotline-detail .hotline span{
    font-size: 16px;
}
.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: 3px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}
.short_description img{
    max-width: 100%!important;
}
.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: 18px;
	color: #666666;
	line-height: 28px;
}
.tab_products_details #products_details ul{
	padding-left: 40px;
	list-style: initial;
}
/*== End Tabs Products Details ==*/
.tilte_producst{ margin-top:10px; margin-bottom:20px;}
.tilte_producst h1 {
	word-break:break-word;
	font-size: 20px;
	line-height: 22px;
	text-transform: none;
	padding: 0px;
	margin:0px;
	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;
}
#pncart { position:absolute; top:0; right:0; width:80px; height:80px; overflow:hidden;}
#pncart span { background:#eee; padding:5px 10px; position:absolute; top:25px; right:10px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; cursor:pointer;}
#pncart a{background: rgba(0, 0, 0, 0) url("../images/bg_cart.png") no-repeat scroll 0 0;cursor: pointer;height: 40px;position: relative; width: 41px; display:block;}
#pncart #cart-total{background: #ed1c24 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: -15px;text-align: center;top: 0;vertical-align: middle;width: 25px;}

.bodybanner{ position:relative; z-index:2;}

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;
}
table.shop_table td.product-name {
    font-size: 14px;
    text-align: left;
}
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 {
    display: inline-block;
    position: relative;
    width: 20%;
}

div.cart-collaterals ul.products li.product img{
	height:180px;
	
}
.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 a{
	font-size:15px; color:#000;
}
.news_row .title_row a:hover{
	text-decoration:none;
}

#top_login { position:absolute; top:0; right:10px;}
#top_login a:hover { text-decoration:none; }

#top_hotline{ position:absolute; top:90px; right:0; font-size:20px; color:red;}



@media (min-width:1200px){
	.btn_buy_product{ 
		margin: 1px 0px 0 17px;
	}
	.btn_action_product2 {
		margin: 0px 0px 0px 17px;
	}
}