@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
	font-family: 'SVN-Gotham';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/SVN-Gotham-Light.ttf?v=1283185319568847590)
}

@font-face {
	font-family: 'SVN-Gotham';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/SVN-Gotham-Book.ttf?v=10103282578528593605)
}

@font-face {
	font-family: 'SVN-Gotham';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/SVN-Gotham-Medium.ttf?v=3385182669691405165)
}

@font-face {
	font-family: 'SVN-Gotham';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/SVN-Gotham-Bold.ttf?v=4097013685220487282)
}


@font-face {
	font-family: 'SVN-Gotham';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/SVN-Gotham-Black.ttf?v=13254816072725533698)
}
.f-news-date {
	margin-bottom: 15px;
	color: #999;
	font-size: 13px;
}
img{
	max-width: 100%;
	height: auto;
}
.f-news-date i {
	margin-right: 3px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.row{
	/* margin-left: -10px; */
	/* margin-right: -10px; */
}

body{
	font-weight: 400;
	font-size: 14px;
	color: #1c1c1c;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a:hover {
    color:inherit;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
li{
	list-style: none;
}
.btn-success, .btn {}
.form-control {
    height: 33px !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success{
	background: none;
    border: none;
    color: inherit;
}
ul.login-bar li{
	float: right;
}
.header-top-top {
    background: #002842;
    height: 37px;
    line-height: 37px;
}
.block-option-top {
    color: #fff;
    font-size: 12px;
}
.social-links {
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.social-links a {
    color: #fff;
    display: inline-block;
    margin: 0 0px;
    font-size: 15px;
    padding: 11px 15px;
}
.social-links a:hover
{
    background: #be393e;
}
ul.styleheadertop {
    float: right;
    margin: 0;
    margin-right: 16px;
}
ul.login-bar li a {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
    font-weight: normal;
}
ul.login-bar li a:hover {
    color: rgb(51, 55, 69);
}
div#search-box {
    position: relative;
    margin: 2px 0;
}
.search-area .input-group {
    margin: auto;
    width: 100%;
}
.search-area input {
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: rgb(255,255,255);
    height: 40px;
    border-radius: 0;
    padding-left: 12px;
    box-shadow: none;
}
.input-group-btn.buttonsearch {
    position: absolute;
    z-index: 99;
    top: 1px;
    right: 1px;
    height: 38px;
    width: 40px;
    background: #0145a5;
    text-align: center;
}
.input-group-btn.buttonsearch i:before {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
#f-compare {
	position: fixed;
	top: 25px;
	right: -190px;
	width: 184px;
	background: #FCFCFC;
	z-index: 12;
	box-shadow: 0 0 2px #CCC;
	border-bottom: 5px solid #f3f3f3;
}
#f-compare .f-compare-title {
	position: relative;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 2px solid #F34711;
}
#f-compare .f-compare-title i {
	padding: 8px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
}
#f-compare .f-compare-title span {
	text-transform: uppercase;
	font-size: 13px;
	color: #686868;
}
#f-compare .f-compare-body ul {
	list-style: none;
}
#f-compare .f-compare-body ul li {
	position: relative;
	height: 42px;
	line-height: 40px;
	text-overflow: ellipsis;
	width: 182px;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #F1F1F1;
	border-left: 2px solid #FFF;
	cursor: pointer;
	background: #FCFCFC;
}
#f-compare .f-compare-body ul li:last-child {
	border-bottom: 0px solid #F1F1F1;
}
#f-compare .f-compare-body ul li:hover {
	border-left: 2px solid #f34711;
	background: #fff;
}
#f-compare .f-compare-body ul li a {
	padding: 10px;
	padding-top: 12px;
	background: url(../imgs/trash.png) no-repeat;
	position: absolute;
	top: 7px;
	left: 2px;
}
#f-compare .f-compare-body ul li span {
	margin-left: 26px;
}
#f-compare .f-compare-body ul li a:hover {
	background: url(../imgs/trashopen.png) no-repeat;
}
#f-compare .f-compare-body .f-compare-info {
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #F7F7F7;
	border-bottom: 1px solid #6D6D6D;
	border-top: 1px solid #797979;
	color: #F60;
}
#f-compare .f-compare-body .f-compare-button {
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#f-compare .f-compare-body .f-compare-button a {
	background: #ECECEC;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	box-shadow: 0 0 5px #E4E4E4;
	border: 1px solid #CFCFCF;
	color: #7C7C7C;
}
.f-compare-page table thead tr th a{
	font-weight:normal;
}
.f-compare-page table thead tr th span{
	font-weight:normal;
	color:#f34711;
}
/* End Compare css*/

.shopcart .checkorder{
font-size: 14px;
display: block;
}
.headerbottom1 {text-align: center;}
.shopcart .checkorder:hover span {
    color: rgb(51, 55, 69);
}
.phoneview{position: relative;}
.phoneview-show{
	position: absolute;
	top: 25px;
	right: 0;
	width: 160px;
	height: 160px;
	z-index: 99;
	display: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.phoneview-show:after{
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	content: '';
	width: 10px;
	height: 10px;
	margin: auto;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border: 1px solid rgba(0, 0, 0, 0.21);
	background: #FFF;
	border-top: 0;
	border-right: 0;
}
.phoneview-show img{
	width: 160px;
	height: 160px;
}
.phoneview:hover .phoneview-show{
	display: block;
}
.checkordernb-show{
	position: absolute;
	top: 90%px;
	left: -70px;
	width: 260px;
	z-index: 999999;
	margin: auto;
	display: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	background: #fff;
	padding: 14px;
}
.checkordernb-show:after{
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	content: '';
	width: 10px;
	height: 10px;
	margin: auto;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border: 1px solid rgba(0, 0, 0, 0.21);
	background: #FFF;
	border-top: 0;
	border-right: 0;
}

.checkordernb:hover .checkordernb-show{
	display: block;
}

.checkordernb .checkordernb-show .chelp{
	display: block;
color: #000;
font-size: 12px;
padding: 0;
margin: 0;
}
 
.checkordernb-show input{width: 100%;
margin-bottom: 10px;}
.checkordernb-show button{display: block;
background: #F23030;
width: 120px;
text-align: center;
color: #FFF;
padding: 3px;
margin: auto;margin-top: 10px;
border: 0px;

}
.pos-r {
  position: relative;
}
.menutop{
	background: #F4ECDC;
}
.menu {}
.f-menutop {
  position: relative;
}
.f-menutop-name span {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
    font-size: 12px;
  font-weight: bold;
}
.f-menutop-name {
  display: none;
}
 .menutop .navbar {
	margin-bottom: 0px;
}
 .menutop .f-menu-toggle {
	cursor:pointer;
	color:#fff;
}
 .news-top {
	position: relative;
z-index: 16;
background: #F4ECDC;
float: left;
} .news-top b{
	 display: inline-block;
width: 82px;
text-transform: uppercase;
font-size: 11px;
margin: 0;
color: #FFF;
} .news-top ul{
 list-style: none;
display: inline-block;
margin: 0;
} .news-top ul li{
 margin: 0 5px;
 float: left;
 padding: 15px 0px;
 text-align: center;
} .news-top ul a{
font-size: 11px;
color: #000;
font-family: arial;
text-transform: uppercase;
font-weight: 600;
}

.news-top ul a p{
	font-weight: normal;
}
.bold-li{
	font-weight: bold !important;
	margin-bottom: 0px;
}
.f-menutop>.f-menutop-ul>li:first-child {
}
.f-menutop>.f-menutop-ul>li {
 list-style: none;
 position: relative;
 display: inline-block;
}
.f-menutop .f-menutop-ul>li>a.firstlink {
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	display: block;
	padding: 16px 5px;
	background: none;
	font-weight: 500;
}
.f-menutop .f-menutop-ul > li:hover > a.firstlink{
	color: #002842;
}
.f-menutop .f-menutop-ul > li > a.firstlink:hover:after{
	background: #303030	;
}
.top-menu-backgroud{
	position: absolute;
	top: 45px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	background: #fff;
	min-width: 200px;
	box-shadow: 2px 2px 2px -2px #ddd;
}
.top-menu-sub ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    min-width: 200px;
    display: none;
	box-shadow: 2px 2px 2px -2px #ddd;
}
.top-menu-backgroud img{ 
	-ms-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.f-menutop .f-menutop-ul > li:hover .top-menu-backgroud img{

	-webkit-transition: 4s ease-in-out;
	-moz-transition: 4s ease-in-out;
	-o-transition: 4s ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
		 
}
.top-menu-sub ul li{
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.top-menu-sub ul li a{
	background: none;
	display: block;
	font-size: 12px;
	padding: 11px 25px 12px 9px;
	color: #333745;
	border-bottom: 1px solid #f4f4f4;
	position: relative;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}
.top-menu-sub ul li a.have-sub:after {
    content: "\f105";
    color: #000;
    font-family: fontawesome;
    margin-right: 5px;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 6px;
}
.top-menu-sub ul > li:hover > a, .top-menu-sub ul li a:hover:after{
	color: #fff;
	background: #002842;
}

.headder-bottom {
    float: right;
    width: 250px;
    background: #fff;
    margin-top: 2px;
}
.v2-block-brand{}
.v2-block-brand ul{list-style: none;
margin: 0;
padding: 0;}
.v2-block-brand ul li{width: 131px;
float: left;
margin: 2px;
border: 1px solid #E4E4E4;
height: 55px;
position: relative;}
.v2-block-brand ul li a.brimg{display: block;
 }
.v2-block-brand ul li a.brimg img{ position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.v2-block-brand ul li a.brname{
	float: left;
}
.v2-block-brand ul li h2{display: none;}
.v2-block-support li .f-news-bl-item .f-news-bl-item-img{
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
border: 2px solid #00AEEF;
position: relative;
}
.v2-block-support li .f-news-bl-item .f-news-bl-item-img img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:auto;
}
.v2-block-support .f-news-bl-item-title h2 a{
font-size: 12px;
color: #4D4D4D;
line-height: 20px;
text-transform: uppercase;
font-weight: 600;
}
.v2-block-support  li div {
list-style: none;
padding-left: 10px;
padding-right: 4px;
}
.f-block {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.v2_bnc_products_details_box_prices {
	margin-bottom: 20px;
}
.f-miniCart-miniv2{position: relative;height: 100%;z-index: 9;right: 0!important;top: 12px;float: right;margin-left: 12px;}
.miniv2-toolbar-close{color: #FFF;
width: 35px;
height: 35px;
text-align: center;
background: #323232;
line-height: 30px;
font-size: 23px;
cursor: pointer;
visibility: hidden;
display: none;}
.miniv2-toolbar-close span{} 
.miniv2-toolbar-barclick{text-align: center;color: #FFF;font-size: 11px;cursor: pointer;position: relative;display: block;
	width: 20px;height: 20px}
.miniv2-toolbar-barclick .fa{
	float: left;
	color: #fff;
	font-size: 22px;
	position: relative;
} 
.miniv2-toolbar-count{
    font-size: 14px;
    position: absolute;
    margin: 0 auto;
    margin-right: 5px;
    background: #0a3c5d;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: 16px;
    top: -10px;
    line-height: 20px;
} 

.miniCart-top{height: 35px;
background: #6A7B7F;
color: #FFF;
text-align: center;
line-height: 35px;}
.miniCart-body{
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 29px;
    width: 300px;
    background: #fff;
    display: none;
    padding: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
} 
.miniCart-body:before {
    content: "";
    position: absolute;
    right: 5px;
    top: -8px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.miniCartItem{
    margin-bottom: 0;
} 
.miniCartItem li{border-bottom: 1px solid #F1F1F1;
	max-width: 100%;
	width: 100%;padding: 10px;overflow: hidden}
.miniCartItemImg{float: left;
width: 50px;
margin-right: 5px;} 
.miniCartItemImg img{display: block;
width: 100%;} 
.miniCartItem p{display: block;
padding: 3px 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;margin: 0;font-size: 12px;}
.miniCartItem p b {
color: #919191;
}
.miniCartItem p i {
float: right;
margin-right: 10px;
cursor: pointer;
font-size: 14px;
color: #919191;
}
.miniCartItem p a{
	font-size: 14px;color: #000;
}
.minicartItemTotal{padding: 0 10px;
	float: left;width: 100%;
font-size: 13px;}
.minicartItemTotal b:first-child{}
.minicartItemTotal b:last-child{float:right;color: #F04E23;}
.minicartItemPay{padding: 10px; float: left;width: 100%;}
.minicartItemPay a{display: block;
line-height: 35px;
font-size: 13px;border: none;
color: #FFF;
text-align: center;
cursor: pointer;
background: #F04E23;
transition: all 0.15s;} 
.moveimg{
    position: fixed;
    z-index: 9999;
    border: 1px solid #fff;
  }
 .next-slide{
 	  background: url("../imgs/next.png");
  width: 59px;
  height: 66px;
  float: left;
  right: 0;
  top: 50%;
  margin-top: -28px;
  position: absolute;
 }
 .prev-slide{
 	  background: url("../imgs/prev.png");
  width: 59px;
  height: 66px;
  float: left;
  left: 0;
  top: 50%;
  margin-top: -28px;
  position: absolute;
 }
 .prev-slide:hover{
 	background: url("../imgs/prev-hover.png");
 }
 .next-slide:hover{
 	background: url("../imgs/next-hover.png");
 }
 a.carousel-control{
 	background: none !important;
 }
.f-new-item-sum{
	font-size: 15px;
	text-align: left;
	margin-top: 0;
	line-height: 22px;
	margin-bottom: 19px;
}
.f-news-item-title h2 {
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}
.f-feedback-home-item{text-align: center;}
.f-feedback-home-item-img{
position: relative;
overflow: hidden;
border-radius: 50%;
margin: auto;
border: 5px solid #FFF;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 10;
}
.f-news-item {
    margin-bottom: 10px;
}
  .f-feedback-home-item-img a{}
  .f-feedback-home-item-img a img{display: block;
width: 100%;
height: 100%;}
  .f-feedback-home-title{
    text-align: center;
    font-size: 40px;
}
.f-feedback-home-body .owl-page span
{
    width: 25px !important;
    height: 4px !important;
    background: #666!important;
}
.f-feedback-home-title h3 {
    color: #be393e;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
  .f-feedback-home-title h2{}
  .f-feedback-home-title a{font-size: 15px;
color: #000;
font-weight: 700;}
  .f-feedback-home-time{font-size: 11px;
background: #F5F5F5;
border-radius: 2px;
color: #9B9B9B;}
 .f-feedback-home-sum{color: #444;font-size: 14px;position: relative;line-height: 25px;overflow: hidden;margin-top: 22px;text-align: center;}

.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-item-img{
	border-color: #2782E8;
}
.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum{
	border-color: #000;
}
.f-feedback-home-title h2{
	height: 32px;
}
.owl-page span{
	background: #23B9DB !important;
}
.f-news-item-img {
    position: relative;
    height: 250px;
}
.f-news-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-sp h2{
	height: 31px;
}
.v2-home-catepr{
	/* background-image: url(http://upload2.webbnc.vn/uploadv2/web/83/8353/media/2017/09/29/07/21/1506669459_saaq02.jpg); */
	/* background-position: center center; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
}
.menu-sub-bottom{
	display: none;
}
.f-footer-content {background: #002842;}
.f-footer-info {
    /* background: #0F9AB9; */
}
.f-footer-nav>li {
    float: left;
    padding-right: 25px;
}
.f-footer-nav li a:hover{
	color: #23B9DB;
}
ul.f-footer-nav li a h3 {
    text-align: left;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.f-footer-nav>li>a{
	white-space: nowrap;
  color: #535455;
  font-size: 12px;
  font-family: arial;
  line-height: 36px;
  font-weight: bold;
  border-left: 1px solid #CCC;
}
ul.f-footer-nav li ul li {
	padding: 0;
	line-height: 30px;
}
ul.f-footer-nav li ul li:before {
    content: "\f105";
    color: #fff;
    font-family: fontawesome;
    margin-right: 5px;
    font-size: 12px;
}
ul.f-footer-nav li ul li a {
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none;
	color: #fff;
	transition: .2s all;
	font-size: 12px;
}
.f-footer-nav li:first-child a{
	border-left:none;
}
.f-footer-nav h3 a  {font-weight: bold;color: #fff;text-transform: uppercase;font-size: 17px;}
.f-footer-nav h3
{
	margin-top:0
}
.logo-bottom{
	float: left;
	text-align: center;
	width: 100%;
}
.logo-bottom a.logo{
	width: 100%;
	float: left;

}
.logo-bottom a.logo img{
	margin: auto;
}
.copyright{
}
.copyright,.copyright a{
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
a.box-ft{
	font-weight: bold;
	color: #000;

}
.f-footer{
}
#quantity{
	display: block !important;
}
.f-menutop-ul .f-block-title.title-cat-pro{
	display: none;
}
.f-menutop-ul .f-block{
	border: none;
}
.f-menutop-ul .f-block-news-menu{
	border: none;
}
.f-menutop-ul .f-block-news-menu li{
	border-bottom:1px solid #b4a47c;
	border-top:none;
}
.f-menutop-ul .menu-sub-cat-pro{
	position: absolute;
	right: -265px;
	height: 475px;
	width: 275px;
	z-index: 999;
	background: #fff;
	top: 0px;
}
.f-menutop-ul a.pra{
	border: none !important;
}
.f-menutop-ul .qc-1{
	display: none;
}
.f-module-page{
	margin-top: 0;
}
.f-module-page .f-module-page-title i img{
	 border: 1px solid #EAEAEA;
	padding: 3px;
	border-radius: 2px;
}
.f-module-page .f-module-page-title h1 {
	font-style: normal;
	font-size: 35px;
	text-transform: none;
}
.f-module-page-desc{
background: #F2F2F2 !important;
margin-top: 10px;
width: 100%;
padding: 10px;
border-radius: 2px;
}
.f-module-page-title h1{
	margin: 0;
	padding: 0;
}
.f-module-page .f-module-page-body {
}
.v2-filterpr{
	display: table;
    width: 100%;
    background: #F4F4F4;
    padding: 5px 10px;
}
.v2-filterpr .form-control {
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
}
.f-product-chooseview{
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
.f-product-chooseview a span {
    font-size: 18px;
    margin-right: 6px;
}
.f-product-chooseview a.active {
    color: #c14141;
}
.noUi-connect{
	background: #669933 !important;
}
.button-small{
    border: none !important;
    background: #002842;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.v2_bnc_products_details_box_price span.key {
    font-weight: bold;
    font-size: 15px;
}

.v2_bnc_products_details_box_price span.price {
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.cat-news ul{
	width: 100%;
}
.cat-news ul li{
	position: relative;
}
.cat-news ul li ul{
	position: absolute;
	display: none;
}
.cat-news ul li:hover ul{
	position: relative;
	display: block;
}
.cat-news ul.f-block-news-menu li:hover a{
	background: #669933 !important;
	position: relative;
	color: #fff; 
}
.cat-news .f-block-title{
	background: #669933 !important;
	color: #fff;
}
.cat-new ul{
	width: 100%;
}
.wp-sp-block img{
	width: 100px !important;
	height: 100px !important;
}
#galleria{height:520px}
.cat-new ul li img{
	display: none;
}
.qc-text{
	width: 136px;
	float: left;
	padding-top: 55px;
}
.miniv2-toolbar-name {
  /* background-color: #669933; */
}
.v2-gotop {
    text-align: center;
    position: fixed;
    bottom: 20px;
    
    padding: 15px;
    right: 0;
}
a.lentop{
	color: #fff;
	font-size: 15px;
	background: #002842;
	padding: 10px 13px;
}
.check-cart a{
	font-size: 13px;
}
.f-footer-nav  .ft-mn{
	width: 193px;
}
.f-footer-nav li a{
	border: none !important;
}
.menu-sub-bottom{
	display: block;
}
.menu-sub-bottom li a{
	font-size: 12px;
	font-weight: normal !important;
	height: 25px;
	line-height: 25px;
}
.mau-ft{
	  background: none repeat scroll 0 0 #efefef;}
.copy_content{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ac-lf{
	float: left;
}
.quang-cao{
	float: left;
}
.language{
	float: right !important;
}

.news-top li:hover{
	background: #efe5cd;
}
.f-menutop {
	text-align: center;
	margin-bottom: 0;
}
div#notify-box {
    float: right;
    padding: 0 6px;
    display: none;
}
.shopcart{
	float: right;
  height: 40px;
  line-height: 40px;
}
.shopcart span {
    color: #fff;
}
#search-category li{
	padding-left: 10px;
}
.filter>div{
	line-height: 45px;
}
.f-block-title span {
    display: block;
    background: #d81616;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    \: 10px;
}

.f-block-body ul li a {
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    color: #fff;
    padding: 10px;
    padding-right : 25px;
    display: block;
    border-bottom: 1px solid rgb(228, 228, 228);
    background: #bd1d1d;
}
.f-block-body ul li a:hover {
    background: #38aef3;
    color: #fff;
}
.f-block-body ul li{position: relative;}

.f-block-body ul li ul li a {background: rgba(249, 249, 249, 0.86);color: #333;}
.f-block-body ul li ul li a{
	padding-left: 20px;
}
.f-block-body ul li ul li ul li a {
    padding-left: 30px;
}
.main1 {
    /* padding-top: 20px; */
}
.qc-below-slide {
    margin: 20px -10px;
	display: table;
}
.qc-below-slide img {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.v2-tabhome-name {
    font-size: 29px;
    text-align: center;
    margin-bottom: 35px;
}
.v2-tabhome-name span:after {
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    content: "";
    background: red;
    height: 1px;
}
.v2-home-pr-item-saleof {
   position: absolute;
   background: red;
   color: #fff;
   width: 40px;
   text-align: center;
   right: 15px;
   height: 40px;
   line-height: 40px;
   border-radius: 50%;
   z-index: 111;
}
.v2-home-pr-item-boxdetail h2 {
    font-weight: bold;
    font-family: Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #333745;
    text-align: center;
    height: 30px;
    overflow: hidden;
}
.v2-home-pr-item-price-gr {
    text-align: center;
    margin: auto;
    margin-top: 4px;
}
.v2-home-pr-item-price-gr div {
    \: bold;
    \: Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    color: #002842;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
}
.v2-home-pr-item-action {
    text-align: center;
    display: none;
}
.v2-home-pr-item-action a.BNC-add-cart {
    display: inline-block;
    padding: 6px 12px;
    color: #333745;
}
.v2-home-pr-item:hover a.quickview{
	opacity: 0;
	visibility: hidden;
}
.v2-home-pr-item a.quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #c14141;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}
.v2-home-pr-item a.quickview span {
    display: none;
}
.v2-home-pr-item a.quickview i {
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}
.v2-home-pr-item-price-gr .v2-home-pr-item-price-old {
    color: #ccc;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 15px;
}
.v2-home-pr-item-img img {width: 100%;height: 100%;object-fit: scale-down;}
.v2-home-pr-item-img {
    height: 291px;
    position: relative;
    overflow: hidden;
}
.f-ctn-left {
    /* padding-right: 0; */
}
.f-ctn-right {
    padding-left: 0;
}
.v2-tabhome {
    margin-bottom: 10px;
}
.v2-tabhome-title ul {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #d81616;
    line-height: 40px;
}
ul#f-pr-tab-home li a {
    color: #333;
    background: none;
    border: none;
    font-size: 13px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.item-block-duoi {
}
div#owldoitacduoi .owl-item{}
ul#f-pr-tab-home li.active {
    background: #d81616;
}
ul#f-pr-tab-home li.active a{
	color:#fff
}
.v2-home-catepr-title i {
    display: none;
}
.v2-home-catepr-left-mn {
    margin-top: 10px;
}
.v2-home-catepr-title h2 a {
    font-size: 14px;
    color: #333;
    font-size: 28px;
}
.v2-home-catepr-title>a{
	float: left;
	background: #0145a5;
	padding: 0 15px;
	line-height: 40px;
}
.v2-home-catepr-title>a:hover{color:#fff;}
ul.v2-home-catepr-tabul li a {
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    font-size: 13px;
}
ul.v2-home-catepr-tabul {
    float: left;
    width: 70%;
    border: none!important;
    display: none;
}
.v2-home-catepr-tabul li.active a {
    background: none!important;
    border: none!important;
    color: #fff!important;
}
ul.v2-home-catepr-tabul li.active {
    background-color: #333745;
}
ul.v2-home-catepr-tabul li:hover a {
    color: #333745;
}
.tab-content .owl-theme .owl-buttons div {
    background: #333745!important;
    opacity: 1!important;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	right : 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 0;
}
.tab-content .owl-theme .owl-buttons div i {
    position: absolute;
    font-size: 18px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.qc-dmsp {
    margin-bottom: 20px;
}
.v2-home-pr-item {
  
   margin-bottom: 10px;
   padding-bottom: 10px;
}

.tab-content .owl-item li {padding: 0 15px;}
.tab-content {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}
.header-logo-bottom h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: none;
}
.f-block-bottom-body ul li h3 {
    font-size: 16px;
    font-weight: bold;
}
.f-block-bottom-body ul li a {
    color: rgb(235,88,88);
}
.f-block-bottom-body ul li img {
    float: left;
    margin-right: 10px;
}
.f-pr-bl-item-saleof {
    position: absolute;
    color: #fff;
    background: rgb(221, 0, 23);
    padding: 5px;
    display: none;
}
.item.f-product-bl {
    display: table;
    width: 100%;
    padding: 5px;
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid rgb(228, 228, 228);
}
.f-block-body .f-pr-bl-item-img img {
    height: 55px;
    width: 55px;
}
.f-pr-bl-item-boxdetail h2 {
    margin: 0;
}
.f-pr-bl-item-boxdetail p {
    margin-bottom: 0;
}
.f-block-body .f-pr-bl-item-img {
    float: left;
   	width: 30%;
}
.f-pr-bl-item-boxdetail {text-align: center;}
.f-pr-bl-item-boxdetail h2 a {
    font-weight: 400;
    \: "Roboto";
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    display: block;
    color: #333;
    margin-bottom: 10px;
}
.f-pr-bl-item-boxdetail p {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    text-transform: none;
    color: #df1414;
}
p.f-pr-bl-item-old-price {
    color: #333;
    text-decoration: line-through;
    font-weight: normal;
}
.f-center-title,.f-block-title-dt,.tit-sp,.f-block-title-new {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 25px;
    position: relative;
}
.f-center-title:after,.f-block-title-dt:after,.tit-sp:after,.f-block-title-new:after {
    width: 54%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    content: "";
    background: #ccc;
}

.f-center-title span, .f-block-title-dt span, .tit-sp h1,.f-block-title-new span {
    font-size: 25px;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    color: #002842;
    padding: 12px 15px;
    position: relative;
    z-index: 1;
}
ul.f-pr-tab-home-cate {
    display: table;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: none;
}
ul.f-pr-tab-home-cate li a {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}
ul.f-pr-tab-home-cate li:first-child a{font-size: 17px;}
ul.f-pr-tab-home-cate li:first-child {
    background-color: #333745;
    padding-right: 10px;
}
ul.f-video-tab-home li a {
    font-size: 12px;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    background: #d81616;
    text-transform: uppercase;
    font-weight: bold;
}
.tooltip-inner {
    max-width: none;
    background: #23B9DB;
    border-radius: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #23B9DB;
}
.f-subscribe-title span {
    text-align: left;
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px dotted rgb(95, 104, 116);
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
input#subscribe_email {
    padding: 8px;
    height: 44px;
    border-radius: 0;
    background: #fff;
}
.f-subscribe .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
}
fieldset {
    position: relative;
}
.form-group.sendEmail {
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.form-group.sendEmail button {
    height: 34px;
    background: #004F86;
    border-radius: 0;
    color: #fff;
}
.f-news-bl-item-title h2 {
    margin: 0;
}
ul.f-news-bl li {
    display: table;
    width: 100%;
    padding: 5px;
    background-color: rgba(244, 244, 244, 0.53);
    border-bottom: 1px solid rgb(228, 228, 228);
}
.f-news-bl-item-img img {
    height: 55px;
    width: 55px;
    max-width: none;
}
.f-block-body .f-news-bl-item a {
    padding: 0;
    border: none;
}
.productbreadcrumb {float: left;position: relative;width: 100%;}
.breadcrumb > li + li:before {
    content: "/";
    padding: 0 5px;
    color: #bfbfbf;
}

ol.breadcrumb li a {
    font-size: 12px;
    color: #bfbfbf;
}
.breadcrumb > li:last-child a {
	color: #1c1c1c;
}
.breadcrumb {
    margin-bottom: 0;
    background: none;
    padding: 10px 0;
}
.f-product span.text-action {
    display: none;
}
.f-product .mota-ngan{display: none;}
/* viewlist */
.viewlist li {
    float: none;
    width: 100%;
}
.viewlist .v2-home-pr-item-img {
    float: left;
    height: auto;
}
.viewlist .v2-home-pr-item-img img{
	position: static;
	height: 200px;
    width: 200px;
}
.viewlist .v2-home-pr-item {
    height: 220px;
    border: none;
    background-color: #f4f4f4;
}
.viewlist .v2-home-pr-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.viewlist .v2-home-pr-item-boxdetail h2 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
}
.viewlist .v2-home-pr-item-price-gr div {
    font-size: 12px;
    border: none;
    text-align: left;
    padding: 8px 0;
    margin-right: 10px;
}
.viewlist .v2-home-pr-item-price-gr {
    text-align: left;
    margin: 0;
    height: auto;
}
.viewlist .v2-home-pr-item-action a.BNC-add-cart {
    color: #fff;
    display: block;
    padding: 0;
}
.viewlist .v2-home-pr-item-action .text-action {
    margin-left: 5px;
}
.viewlist .v2-home-pr-item-action {
    text-align: left;
}
.viewlist .v2-home-pr-item-action a.BNC-add-cart div {
    background: rgb(235,88,88);
    display: inline-block;
    padding: 6px 12px;
}
.viewlist .v2-home-pr-item-action .btn {
    padding-left: 0;
    font-size: 11px;
    margin-top: 5px;
}
.viewlist .mota-ngan {
    padding: 0 0 12px 0;
    color: #5F6874;
}
.f-video-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.f-video-item {
    margin-bottom: 20px;
}
.f-product-view-name h1 span {
    font-weight: bold;
    font-size: 22px;
    text-transform: none;
    color: #002842;
    display: block;
    line-height: 22px;
}
.f-product-view-name h1 {
    margin-top: 0;
}
.v2-rating {
	position: relative;
	display: none;
}
.zoomWrapper {
    margin: auto;
    height: 400px !important;
    position: relative;
    margin: auto;
    /* text-align: center; */
    width: 100% !important;
}
.f-pr-image-zoom{
	float: left;
	width: calc(100% - 90px);
}
.f-pr-view-tool {
    margin: 5px 0;
}
.f-pr-view-tool ul li {
    float: left;
    padding: 0 10px;
    font-size: 12px;
    border-left: 1px solid #ccc;
}
.f-pr-view-tool ul li:first-child {
    padding-left: 0;
    border-left: none;
}
.f-pr-view-tool ul li a {
    font-size: 12px;
}
.zoomWrapper img {width: 100% !important;height: 380px !important;object-fit: scale-down;display: inline-block;margin: 0 auto;}
.f-pr-view-info ul li.key {
    width: 150px;
}
.f-pr-view-info ul li {
    float: left;
    margin: 5px 0;
}
.f-pr-view-choosesizeGroup{
    background: #F4F4F4;
}
.f-pr-view-info, .f-pr-view-box-size {
}
.f-pr-view-box-size{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.wrap-btn-buy {
    float : left;
    clear: both;
}
span.box-size-title {float: left;width: 150px;}
.f-pr-view-box-size select {
    height: 40px;
    padding: 5px;
}
.color-info{
	display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}
.f-pr-view-info ul li.key-color {
    float: none;
    clear: both;
}
.f-pr-view-info ul li.value-color {
    margin-bottom: 5px;
}
div#slidezoompage img {

}
.f-pr-image-zoom {
	position: relative;
}
.owl-pr-zoom-item .f-pr-image-zoom-gallery-item a.active img {
	border-color: #1c1c1c;
}
ul#f-pr-page-view-tabid li a {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #916841;
	display: block;
	padding: 15px 0;
	position: relative;
	border: unset !important;
	box-shadow: unset !important;
}
ul#f-pr-page-view-tabid li+li {
	margin-left: 13px;
}
.f-product-view-tab .tab-content table td {
	padding: 10px;
}
.tab_contact_panel {
	display: none;
}
.f-product-view-tab-body .tab-contact-header ul li a.active {
	color: #916841;
}
.f-product-view-tab-body {
	line-height: 26px;
	padding: 15px 0;
	font-weight: 400;
	font-size: 14px;
	color: #1c1c1c;
}
.f-product-view-tab .tab-content {
    margin: 0;
}
ul#f-pr-page-view-tabid {
    border: none;
}
.f-product-view-tags {
    margin: 10px 0;
}
.f-product-view-tags a {
    background-color: rgb(235, 88, 88);
    color: rgb(255, 255, 255);
    margin-left: 0;
    padding: 2px 6px 3px 6px;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 15px;
}
ul#f-pr-page-view-tabcomentid li a {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 55, 69);
    display: block;
    padding: 5px 8px;
}
ul#f-pr-page-view-tabcomentid li.active a {
    background-color: #002842;
}
.related-slide .owl-item {
    padding-left: 10px;
    padding-right: 10px;
}
.f-product-view-other {
    overflow: hidden;
}
.f-page-split-title {
    line-height: 40px;
    color: #002842;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.f-block-top-news-menu li {
    float: left;
    margin-right: 10px;
}
ul.f-block-top-news-menu li img {
    height: 40px;
    width: 20px;
    float: left;
    margin-right: 5px;
    padding: 10px 0px;
}
ul.f-block-top-news-menu li a {
    color: #fff;
    display: table;
}
ul.f-block-top-news-menu li a span {
    float: left;
}
ul.f-block-top-news-menu li a:hover {
    color: #333745 ;
}
form#news_filter select, form#news_filter input {
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
}
.f-page-split-news ul {
}
.f-page-split-news ul li {
    list-style-type: disc;
}
.f-page-split-news ul li h3 {
    margin: 0;
    margin-top: 8px;
}
.header-top-top .container {
    background: none;
}
.content-footer {

    padding-top: 30px;
}
div#logo {
    padding: 10px 0;
    text-align: center;
}
div#logo img
{
	display:inline-block
}
.f-block-body ul li i {
    display: none;
}
span.vnd-sum {
    font-size: 16px;
    color: #fff;
    display: none;
    margin-left: 10px;
}
.f-block.dmsp .f-block-body ul li a {
    background: #3662e0;
    color: #fff;
}

.f-block.dmsp .f-block-body ul li ul li a {
    background: #eee;
    color: #333;
}
.v2-home-pr-item-boxdetail h3 {
    text-align: center;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
}
ul#f-pr-page-view-tabid li.active a {

}
ul#f-pr-page-view-tabid li.active a:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	height: 1px;
	background: #916841;
	width: 100%;
	left: 0;
}
.f-product-view-tab {
    margin-top: 0px;
}
.f-product-view-tab-header {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.v2_bnc_products_details_box_name h1 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

ul.ipse {
    float: left;
}

ul.ipse li {
    float: left;
    margin-right: 10px;
    font-size: 13px;
}

.v2_bnc_products_details_box_social {
    margin-bottom: 5px;
}

.v2_bnc_products_details_box_price {
    font-size: 13px;
}

.v2_bnc_price_sale_main {
    font-size: 13px;
    position: relative;
}

.v2_bnc_price_sale_main span.price.price_sale 
{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.number_sale {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 40px;
    top: -5px;
}
.f-news-item-title h3 {
    margin-top: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 6px;
}


.v2-home-pr-item-boxdetail h3 a {
    font-size: 15px;
    line-height: 22px;
    color: #002842;
    text-transform: uppercase;
}
.f-news-page-item-text h3 a {
    font-weight: bold;
}

li.f-news-page-item {
    float: left;
    margin-top: 10px;
}

.f-news-page-item-text
 h3 {
    margin-top: 0;
}

.f-read-more.pull-righ {
    margin-top: 10px;
    display: block;
}

.f-read-more.pull-right {
    margin-top: 10px;
}

.f-news-page-item-img {
    position: relative;
    height: 180px;
}

.f-news-page-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 5px;
}
.f-news-page-item-summary {
    font-size: 13px;
    text-align: justify;
}
.f-news-view-title h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.f-news-view-detail img {
    max-width: 100%;
    height: auto !important;
}
ul.owl-carousel_doitacduoi {
    padding-bottom: 10px;
}
.f-product-comment-tab-header ul {
    border: none;
}
a.hotlinebot {
    position: fixed;
    bottom: 3px;
    z-index: 111;
    left: 14px;
    display: none;
}
a.hotlinebot {
    background: red;
    color: #fff;
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 20px;
}

a.hotlinebot i {
    margin-right: 5px;
    background: #750d0d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
}
.v2-home-catepr-title h2 {
    margin-bottom: 0;
    margin-top: 0;
}
span.price.new {
    font-weight: bold;
    color: #c14141;
    font-size: 18px;
    text-decoration: none;
}
.v2-tabhome-name span {
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
}

.owl-carousel-new .owl-pagination {
    display: none;
}
.f-product-view-tab .tab-content h1 {
    font-size: inherit;
    margin: inherit;
}
.v2_bnc_block_analytics {
    clear: both;
}

.v2_bnc_block_body {
    background-color: rgba(244, 244, 244, 0.53);
}

.v2_bnc_block_analytics ul li {
    padding: 5px 11px;
    font-size: 13px;
}

.v2_bnc_block_analytics ul li img {
    margin-right: 6px;
}

.v2_bnc_block_analytics ul li span {
    float: right;
    font-weight: bold;
}
ul.f-news-bl li a {
    background: none !important;
    color: #333;
}
.row_logo_bottom {
    margin: 15px 0;
}
.tit-intro {
    text-align: center;
    color: #547758;
    font-family: arial;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 15px;
}

.short-ct {text-transform: uppercase;}

.mt-intro {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}
.adv1 ul li:last-child .tit-intro {
    display: none;
}
.bg-intro {
   margin:20px 0
}
.myservice {
    background-image: url(https://cdn-img-v2.webbnc.net/uploadv2/web/83/8353/media/2017/09/29/04/20/1506658571_s01.jpg);
    background-position: center center;
    padding-top: 23px;
    padding-bottom: 70px;
}
                          .tit-adv-two {
    text-align: center;
    color: #fff;
}

.tit-two {
    font-family: arial;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-style: normal !important;
}

.tit-adv-two div {
    font-style: italic;
    margin: 40px 0;
}
.tit-adv-two h2 {
    font-size: 48px;
}
.img-tow {
    position: relative;
    height: 400px;
}

.img-tow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-adv-two {
    position: relative;
    z-index: 2;
    text-align: center;
    border: 2px solid;
    border-color: #547758;
    padding: 15px 10px 35px 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 15px 15px 20px transparent;
    box-shadow: 15px 15px 20px transparent;
}
.item-two {
    position: relative;
    padding-bottom: 65px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sm-tit {
    font-family: arial;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #547758;
    font-weight: bold;
    font-size: 12px;
}

.item-adv-two h3 a {
    font-size: 28px;
    color: #333;
}

a.view-tow {
    background-color: #547758;
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 44px;
    line-height: 44px;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -22px;
}

.wrap-item-tow {
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    width: 89%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

a.view-tow:hover,.list-sr .item-two:hover a.view-tow {
    background: #be393e;
}

.list-sr:hover .item-two {
    position: relative;
    padding-bottom: 65px;
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}
.list-sr .item-two:hover .img-tow,.list-sr .item-two:hover .wrap-item-tow
{
        -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3);
}

.list-sr .item-two:hover .item-adv-two h3 a
{
	color:#be393e;
}
.slide-brands {
    background: #fff;
    padding: 30px;
}

.owl-trungtam.owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.owl-trungtam.owl-carousel a.img-center {
    position: relative;
    height: 100px;
    display: block;
}
.v2-tabhome.bg-sp-new {
	padding: 30px 0 0;
	background-size: contain;
}
.f-feedback-home-module.tab-hot {
    background-image: url(https://cdn-img-v2.webbnc.net/uploadv2/web/83/8353/media/2017/09/29/07/05/1506668473_zxcv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.info-cat {
    font-size: 14px;
    line-height: 26px;
}

.view-all {
    margin-top: 10px;
}

.view-all a {
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    letter-spacing: 1.5px;
    vertical-align: top;
}

.view-all a i {
    font-size: 21px;
    margin-top: -2px;
}
.v2-home-pr-item-img-cat {
    background: #fff;
    height: 200px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.v2-home-pr-item-img-cat img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.v2-home-pr-item-boxdetail-cat h3 a {
    color: #000;
    font-size: 12px;
    display: block;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.v2-home-pr-item-img-cat:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}


.f-news-item-title time {
    text-align: left;
    font-style: italic;
    font-size: 12px;
    color: #be393e;
    display: none;
}

.f-news-item-title h3 a {
    display: inline-block;
    line-height: 24px;
    font-size: 18px;
    color: #333;
}

.f-news-item-title h3 a:hover {
    color: #be393e;
}
.qc-adv-five {
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.form-online {
    background: #444444;
    width: 50%;
    float: left;
    color: #fff;
    padding: 45px 45px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.pos-form-adv5 {margin: 50px 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;}
.form-online {}

.tit-fr {
    font-family: arial;
    font-weight: bold;
    letter-spacing: 1.7px;
    color: #eee;
}

.ct-fr {
    font-size: 48px;
    margin: 17px 0;
}

.info-fr {
    font-style: italic;
    line-height: 23px;
    margin-bottom: 20px;
}

p.text-center.text-danger.p_form_1_title_ {
    display: none;
}

.nd-fr label {
    display: none;
}

.nd-fr input {
    background: #666666;
    border-radius: 0;
    color: #ccc;
}

.form_custom_1_input_0,.form_custom_1_input_1 {
    width: 48%;
    float: left;
    margin: 0 5px;
    margin-bottom: 10px;
}

.form_custom_1_input_1 {}

.form_custom_1_input_2,.form_custom_1_input_3 {
    width: 32%;
    float: left;
    margin: 0 5px;
}



.nd-fr button {
    background: #be393e;
    border-radius: 0;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.3em;
    width: 30%;
    padding: 18px 0;
    border: none;
}

.nd-fr button:hover {
    background: red !important;
}

.time-fr {
    margin-top: 14px;
}
.slide-bot {
    text-align: center;
    margin-top: 25px;
}
.slide-logo-block-bottom .item-block-duoi {height: 100px;position: relative;padding: 0 15px;}

.slide-logo-block-bottom .item-block-duoi img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.menu.fixed {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* z-index: 999; */
}
.sidebar_widget .owl-buttons,.sidebar_widget .owl-pagination, #owldoitacduoi .owl-pagination,#owldoitacduoi .owl-buttons {
    display: none;
}
.sidebar_widget .owl-item {
    padding: 0 10px;
}
.pagein {
    display: none;
}
.f-module-page-title {
	padding: 15px 0;
	font-size: 12px;
	letter-spacing: 1.2px;
	border-top: 1px solid #f5f5f5;
}

.f-module-page-title h1 {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}
.menu.menuin {
    background: #fff;
    border-top: 1px solid #eee;
}
.menu.no-padding.menuin.fixed {
    background: #f2f2f2;
}
ul.f-cate-ul li h2 a {
    background: rgba(255,255,255,0.95);
    font-size: 13px;
    text-align: center;
    color: #333;
    display: block;
    padding: 13px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

li.list-cate:hover h2 a {
    background: #002842;
    color: #fff;
}
.payment-top {
    margin-bottom: 10px;
}

span.price.pricesale {
    text-decoration: none;
    font-weight: bold;
    color: red;
}
.f-product-view-name {
    margin-top: 15px;
}

.f-product-view-info {
    margin-top: 30px;
}
.v2_bnc_products_details_box_description {
    margin: 15px 0;
    font-size: 13px;
    line-height: 22px;
}
.f-news-page-item-img-news {
    height: 250px;
    position: relative;
}

.f-news-page-item-img-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-news-page-item-text-news h3 a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    display: block;
    font-family: arial;
}

.f-news-page-item-summary-news {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
}

.f-news-page-item-text-news h3 a:hover {
    color: #be393e;
}
span.blog-date {
    position: absolute;
    left: 30px;
    top: 0;
    background: #28476b;
    width: 70px;
    height: 90px;
    padding: 14px;
    display: none;
    color: #fff;
    text-align: center;
}

span.blog-date small {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    margin-bottom: 5px;
}
                          .f-news-page-item {
    margin-bottom: 40px;
}
ol.breadcrumb-tit li {
    display: none;
    font-size: 36px;
    padding: 100px 0;
}

ol.breadcrumb-tit li:nth-child(2) {
    display: block;
    color: #333;

}

ol.breadcrumb-tit li:nth-child(2) a {
    color: #333;
}
ol.breadcrumb-tit {padding-left: 0;}
.f-album-item-img {
    height: 220px;
    position: relative;
}

.f-album-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.f-album-item-title h3 {
    text-align: center;
    margin-top: 5px;
}

.f-album-item-title h3 a {
    background: #f2f2f2;
    display: block;
    font-size: 13px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.f-album-item-title h3 a:hover {
    color: #be393e;
}
.f-product-view-comment {
    margin-top: 10px;
}
  .f-contact-form button {
    background: #be393e;
    border: none;
}
  .bg_map
  {
    margin-top:0 !important
  }
  .module_page_content {
    margin-top: 30px;
}
.module_page_maps_right {
    margin-bottom: 30px;
}
.f-video-item-img {
    height: 155px;
}

.f-video-item-title h3 a {
    display: block;
    background: #d81616;
    margin-top: 3px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.f-video-item-title h3 a {
    color: #fff;
    font-size: 13px;
}

.f-video-item-title h3 {
    margin-top: 2px;
}
form#video_filter div {
    margin-bottom: 5px;
}
.f-pr-view-chooseColorGroup.choosesize {
    float: left;
    margin-bottom: 10px;
}

.size-option ul li {
    margin-right: 10px;
    font-size: 11px;
}

.size-option ul li .size {
    line-height: 26px;
    cursor: pointer;
}
.f-pr-view-chooseColorGroup {
    float: left;
}

div#shop-1 {
    float: left;
}

.f-pr-view-chooseColorGroup li.paymentSize span {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}

.f-pr-view-chooseColorGroup li.paymentSize span.active {
    background: #be393e;
    color: #fff;
}
.f-pr-view-info ul li.paymentColor span {
    cursor: pointer;
    border: 1px solid #eee !important;
}

.f-pr-view-info ul li.paymentColor span.active {
    border: 1px solid #be393e !important;
}
span.price.pricesales {
    text-decoration: none;
    color: #002842;
    font-weight: bold;
    font-size: 21px;
}
.search-border select {
    display: none !important;
}

.headder-bottom input {
    background: none;
    font-size: 12px;
    box-shadow: none;
}

.headder-bottom a.btn-default {
    border: none;
}

.v2-home-pr-item-boxdetail-cat h3 {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.v2-home-catepr-title {
    border-bottom: 2px solid #d81616;
    margin-bottom: 10px;
}

.v2-home-catepr-title h2 a {
    display: inline-block;
    background: #d81616;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 12px;
}
.v2-home-pr-item-cat {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
}
.f-pr-bl-item-boxdetail h3 a {
    font-weight: bold;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

.f-pr-bl-item-img {
    position: relative;
    height: 220px;
}

.f-pr-bl-item-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.f-block-body-pro-new .owl-pagination
{
    display:none !important;
}
.f-module-page h1 {
    font-size: 24px;
    margin-top: 5px;
}

ul.f-cate-ul h2 {
    position: absolute;
    bottom: 10%;
    width: 89%;
    left: 5px;
    right: 5px;
    margin: auto;
}



a.livechatfb {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    z-index: 11;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0px 1px 2px 1px #999;
}

a.livechatfb i {
    line-height: 40px;
    color: blue;
    font-size: 17px;
}
.bg-dt {
    text-align: center;
    margin-bottom: 20px;
}

.f-block-title-dt {
}
.v2-home-pr-item-saleof i {
    display: none;
}
.f-news-item-title h3:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 2px;
    content: "";
    background: #ccc;
    bottom: 0;
}
img.bg_topse {
    width: 100%;
    max-height: 400px;
}
.v2_bnc_description_page {
    text-align: center;
    margin: 15px 0;
}
li.list-cate {
    position: relative;
    overflow: hidden;
}
.module_cate {
    margin-bottom: 30px;
}
.inpmed h3 a {
    color: #333;
}
.inpmed .v2-home-pr-item-price
{
    color: #002842;
}

.f-news-bl-item {border-bottom: 1px dotted #ccc;margin-bottom: 15px;}

.f-news-bl-item-title h3 a {
    display: block;
    text-align: left;
    color: #333;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
}

.short-news-bl {
    font-size: 13px;
    display: none;
}

.f-news-bl-item-img-new {
    position: relative;
    height: 250px;
}

.f-news-bl-item-img-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeDesc {
}

.styleItem.adv2 {
    width: 45%;
    float: right;
}

.slidetop {
    margin-bottom: 0;
}

.homeDesc h3 a {
    color: #333;
}
a.view_more_homeDesc {
    background: #0b0b0b;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    display: none;
}
.styleItem.adv2 img {
    padding: 25px 25px 25px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    background: #DEDEDE;
    background: -webkit-linear-gradient(45deg, #DCDCDC, #FFFFFF, #DEDEDE);
    background: linear-gradient(45deg, #DCDCDC, #FFFFFF, #DEDEDE);
    position: relative;
    z-index: 111;
}
.scrollImage {
    margin-top: 100px;
    height: auto;
}
                                        .homeDesc h3 {
    display: none;
}


a.img-cate {
    position: relative;
    height: 400px;
    display: block;
    background: #fafafa;
    padding: 5px;
    margin-bottom: 15px;
}

a.img-cate img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.f-news-page-item-text-news h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.f-block-title-new {
    text-align: left;
    border-bottom: 1px solid #eee;
}

.f-block-title-new:after {
    display: none;
}

.f-block-title-new span {
    padding: 0;
}

.f-news-bl-item-title h3 {
    margin-top: 5px;
}

.f-news-bl-item-title h3 a:hover {
    color: red;
}
.f-page-split-news ul li {
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.imglq {
    position: relative;
    height: 200px;
}

.imglq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h3.v2_bnc_sam_category_title {
    margin-top: 10px;
    display: block;
}

h3.v2_bnc_sam_category_title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
h3.v2_bnc_sam_category_title a:hover {
    color: #be393e;
}
                                        .slidetop img {
    width: 100%;
}
.freeStyleMain {
    background: #002842;
    padding: 30px 0;
}

.freeStyleMain .container {
    
}
.qc4 {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden;
}

.qc4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
                                        .carousel-indicators .active {
    width: 14px;
    background: #002842;
    height: 14px;
    /* background: url(../img/bullet-active.png) no-repeat center center transparent; */
}
                                        .eded ul li {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}
                                        .listpr .v2-home-pr-item-boxdetail h3 a,.listpr .v2-home-pr-item-price-gr div {
    color: #fff;
}
.qc4:hover img {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
ul#f-pr-page-view-tabid li:last-child {
    display: none;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.freeStyleMain .homeDesc .qc4 .adv-left { position: relative; display: block; } .freeStyleMain .homeDesc .qc4 .adv-left:before { z-index: 1; content: ""; position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -moz-transform: scale(0, 1); -webkit-transform: scale(0, 1); -ms-transform: scale(0, 1); transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; } .freeStyleMain .homeDesc .qc4 .adv-left:after { z-index: 1; content: ""; position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1, 0); -moz-transform: scale(1, 0); -webkit-transform: scale(1, 0); -ms-transform: scale(0, 1); transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; } .freeStyleMain .homeDesc .qc4 .adv-left:hover:before,.freeStyleMain .homeDesc .qc4 .adv-left:hover:after{transform:scale(1, 1);-moz-transform:scale(1, 1);-webkit-transform:scale(1, 1);-ms-transform:scale(1, 1)}
.slide-logo-block-bottom .item-block-duoi a:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.slide-logo-block-bottom .item-block-duoi a:hover:before{
	animation: shine 1.5s;
}

.slide-logo-block-bottom .item-block-duoi a {
	position: relative;
	display: inline-block;
	height: 100px;
}
.v2_bnc_fixeds {
	position: fixed;
	top: 50%;
	right: -2.5px!important;
	font-size: 14px!important;
	z-index: 9;
	overflow: visible!important;
	margin-top: -127.5px!important;
}
.v2_bnc_fixeds>div {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	position: relative;
	width: 46px!important;
	height: 46px!important;
	margin: 2.5px!important;
	background-size: 100%!important;
	border-radius: 10px 0 0 10px!important;
	transition: left .5s ease;
	left: 0;
}
.v2_bnc_fixeds .v2_bnc_fixeds_text {
	line-height: 46px!important;
	left: 45px!important;
	position: absolute;
	white-space: nowrap;
	color: #fff;
	padding: 0 8px;
	text-align: right;
}
.v2_bnc_fixeds .v2_bnc_fixeds_phone {
	background-image: url(../imgs/widget_icon_click_to_call_square.svg);
}
.v2_bnc_fixeds .v2_bnc_fixeds_zalo {
	background-image: url(../imgs/widget_icon_zalo_square.svg);
}
.v2_bnc_fixeds .v2_bnc_fixeds_message {
	background-image: url(../imgs/widget_icon_messenger_square.svg);
}
.v2_bnc_fixeds .v2_bnc_fixeds_zalo .v2_bnc_fixeds_text {
	background-image: linear-gradient(180deg,#3a8bff 0,#035ada 100%);
}
.v2_bnc_fixeds .v2_bnc_fixeds_phone .v2_bnc_fixeds_text {
	background-image: linear-gradient(179.83deg,#8ad336 .15%,#509600 92.02%);
}
.v2_bnc_fixeds .v2_bnc_fixeds_message .v2_bnc_fixeds_text {
	background-image: linear-gradient(0deg,#1d77e2 1.46%,#2cb7ff 99.03%);
}
.v2_bnc_fixeds .v2_bnc_fixeds_phone:hover{left:-69px}
.v2_bnc_fixeds_zalo:hover{left:-184px}
.v2_bnc_fixeds_message:hover{left:-147px}
.opacity_menu.open_opacity {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0px !important;
	left: 0px;
	z-index: 9999;
}
.v2_bnc_popup {
	width: 596px;
	z-index: 9999;
	position: fixed;
	background: #fff;
	padding: 0px;
	left: 50%;
	top: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-os-transform: translate(-50%, -50%);
	display: none;
}
.v2_bnc_popup.open_form {
	display: block;
}
.v2_bnc_popup_close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: red;
	color: #fff;
	width: 30px;
	height: 30px;
	z-index: 99;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	cursor: pointer;
}

.v2_bnc_form_reg {
	position: relative;
	padding: 10px 50px;
}
.v2_bnc_logos {
	position: relative;
}

.v2_bnc_logos img {
	margin: auto;
	display: block;
	margin-bottom: 10px;
}

.form_1title_ {
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 20px;
}

#formCustom_1 label {
	display: none;
}

#formCustom_1 input,#formCustom_1 select {
	color: rgb(0, 0, 0);
	background-color: rgba(255, 255, 255, 0);
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10px;
	text-align: left;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
	border-radius: 0px;
	box-shadow: rgb(255, 255, 255) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px inset;
	text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	padding: 0px 14px;
	margin: 0px;
	display: block;
	width: 100%;
	max-height: 52px;
	height: 35px;
	transition: none 0s ease 0s;
	margin-bottom: 5px;
}

#formCustom_1 textarea {
	margin-bottom: 5px;
	width: 100%;
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
	border-radius: 0px;
	font-size: 10px;
	color: rgb(0, 0, 0);
}

#formCustom_1 button {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	height: 40px;
	border: unset;
	text-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	padding: 0 20px;
	text-align: center;
	display: block;
	margin: auto;
}
.v2_bnc_popup_item {
	width: 40%;
	float: left;
}

.v2_bnc_popup_items {
	width: 60%;
	float: left;
	background: url(../imgs/sumo-convert.png) no-repeat;
	background-size: 100%;
}
.v2_bnc_news_home {
	position: relative;
}
.bg-sp-saleoff .owl-pagination {
	display: none;
}
.v2-tabhome.bg-sp-saleoff .v2-home-pr-item-boxdetail {

}
@media (min-width: 1200px) {
	.v2_bnc_news_home ul li:nth-child(3n+1) {
		clear: both;
	}
	.container{
		max-width: 1360px;
	}
}
.v2_bnc_slideleft {
	margin-bottom: 30px;
	position: relative;
}
.v2_bnc_policies {
	padding: 25px 0;
	background: #002842;
}

.v2_bnc_policies_item {
	position: relative;
	text-align: center;
}

.v2_bnc_policies_img {
	position: relative;
}

.v2_bnc_policies_img img {
	height: 36px;
	margin: auto;
	display: block;
}

.v2_bnc_policies_content {
	position: relative;
}

.v2_bnc_policies_content h2 {
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	margin: 15px 0 0;
}
.v2_bnc_product_infos_detatil {
	padding-top: 30px;
	position: relative;
}

.grid {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	position: relative;
	float: none;
}
.align--start {
	align-items: flex-start;
}
.v2_bnc_product_grid_column {
	position: relative;
	box-sizing: border-box;
	min-height: 1px;
	vertical-align: top;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 15px;
	width: 100%;
}

.v2_bnc_product_seven_twelfths {
	width: 58.333%;
}

.v2_bnc_product_single_photos {
	display: flex;
}

.v2_bnc_product_thumbnails_wrapper {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	z-index: 11;
	align-items: flex-start;
}

.v2_bnc_product_single_thumbnails {
	margin: 0;
	padding: 0;
}

.v2_bnc_product_single_thumbnails li {
	list-style: none;
}

.v2_bnc_product_single_thumbnails li a {}

.v2_bnc_product_single_thumbnailss {
	display: block;
	width: 90px;
	height: 90px;
	position: relative;
}

.v2_bnc_product_single_thumbnailss img {
	max-width: 100%;
	display: block;
	border: 2px solid transparent;
	padding: 2px;
	width: 100%;
}
.v2_bnc_product_single_preview {
	flex: 1;
	padding-left: 30px;
	position: relative;
	padding: 0 50px;
}

.v2_bnc_product_single__photo img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
}

.v2_bnc_product_single__photo {
	position: relative;
	overflow: hidden;
}
.v2_bnc_products_details_zoom_img {
	position: relative;
}
.row.v2_bnc_product_single {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 992px) {
	.sticky {
		position: sticky !important;
		top: 15px;
		aspect-ratio: 1;
	}
}

.f-pr-image-zoom-gallery {
	float: left;
	width: 90px;
}
.f-pr-image-zoom{
	padding: 0 10px;
}
@media only screen and (max-width: 992px) {
	.sticky {
		display: flex;
		flex-flow: column-reverse;
	}

	.f-pr-image-zoom-gallery {
		float: none;
		width: 100%;
	}
	.f-pr-image-zoom{
		float: none;
		width: 100%;
	}
}
#slidezoompage {
	margin: 0;
	padding: 0;
}

.owl-pr-zoom-item {
	position: relative;
}

.owl-pr-zoom-item .f-pr-image-zoom-gallery-item {
	position: relative;
}

.owl-pr-zoom-item .f-pr-image-zoom-gallery-item a {
	display: block;
	width: 90px;
	height: 90px;
	position: relative;
	margin-bottom: 5px;
}

.owl-pr-zoom-item .f-pr-image-zoom-gallery-item a img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	border: 2px solid transparent;
	padding: 2px;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.owl-pr-zoom-item .f-pr-image-zoom-gallery-item:not([disabled]):not(.active):hover {
	opacity: 0.8;
}
.v2_bnc_products_details_box {
	position: relative;
}
.products_details_code {
	padding-bottom: 15px;
	font-weight: bold;
}
.v2_bnc_products_details_box_name {
	font-size: 22px !important;
	line-height: 29px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0 !important;
}
.v2_bnc_products_details_box_rating {
	position: relative;
}
.v2_bnc_products_details_box_info {
	position: relative;
}

.v2_bnc_price_sale_main .price_sale {
	font-size: 24px;
	font-weight: 500;
	color: red;
}

.v2_bnc_products_details_box_price_del {
	font-size: 17px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: line-through;
	font-weight: 400;
	color: #999;
}
.v2_bnc_proudct_number_sale {
	position: relative;
	margin-top: 10px;
}

.v2_bnc_proudct_number_sale span {
	color: red;
}
.btn_support {
	border-radius: 0;
	background: #1c1c1c;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 500;
	padding: 0 30px;
	line-height: 48px;
	color: #fff;
	outline: none;
	position: relative;
	transition: .2s all;
	height: 50px;
	display: inline-block;
	border: 1px solid #1c1c1c;
}

.btn_support:hover {
	background: #fff;
	color: #1c1c1c;
}
.btn-buy {
	border-radius: 0;
	background:#62a911;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 500;
	padding: 0 30px;
	line-height: 48px;
	color: #fff ;
	outline: none;
	position: relative;
	transition: .2s all;
	height: 50px;
	display: inline-block;
	border: 1px solid transparent;
}
.btn-buy-white {
	border-color: #1c1c1c;
	background: #fff;
	color: #1c1c1c !important;
}
.btn-buy:hover {
	background: #916841 !important;
	color: #fff !important;
}
.btn-buy.btn-buy-white:hover {
	background: #1c1c1c !important;
	color: #fff !important;
	opacity: 1;
}
.v2_bnc_payments {
	margin: 15px auto;
}
.v2_bnc_regs {
	position: relative;
	padding: 0;
	padding-bottom: 10px;
}

.form_3title_ {
	font-weight: 500;
	font-size: 20px;
	color: #1c1c1c;
	margin-bottom: 8px;
}

#formCustom_3 {
	position: relative;
}

#formCustom_3 label {
	display: none;
}

#formCustom_3 input,#formCustom_3 select {
	background: #f7f7f7;
	height: 60px;
	padding: 0 25px;
	border: 1px solid transparent;
	outline: none;
	width: 100%;
	margin-bottom: 10px;
}

#formCustom_3 button {
	background: #1c1c1c;
	color: #fff;
	display: inline-flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	justify-content: center;
	height: 55px;
	padding: 0 50px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.2px;
	white-space: nowrap;
	transition: .2s all;
	border: 1px solid transparent;
	width: 100%;
}
.v2_bnc_product_infos_detatil .v2_bnc_policies {
	background: transparent;
}

.v2_bnc_product_infos_detatil .v2_bnc_policies_content h2 {
	color: #1c1c1c;
}
.v2_bnc_product_single_section{
	position: relative;
	margin-bottom: 30px;
}
.v2_bnc_product_single_sectiona {
	padding-top: 0;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	position: relative;
	float: none;
}
.v2_bnc_product_seven_twelfthxs {
	width: 58.333%;
}

.v2_bnc_product_five_twelfthsx {
	width: 41.666%;
}
.v2_bnc_product_seven_twelfthxs img {
	margin: auto;
	display: block;
}
.v2_bnc_product_grid_column .v2_bnc_product_titlesx {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 4.4px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 400;
}
.v2_bnc_product_grid_column .v2_bnc_product_titlesx {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 4.4px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 400;
}

.v2_bnc_product_dewss_content table {
	width: 100%;
}
.v2_bnc_product_dewss_content table td {
	font-size: 13px;
	letter-spacing: 0.5px;
	padding: 15px 0;
}
.v2_bnc_product_dewss_content table td:first-child {
	font-weight: 500;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.v2_bnc_product_dewss_content table td:last-child {
	text-align: right;
}
.f-page-split-titles {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 4.4px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 400;
}
.f-page-split-titles {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 4.4px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 400;
}

.f-product-view {
	position: relative;
}

.f-product-view .owl-pagination {
	display: none;
}
.form_2title_ {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #fff;
}
.v2_bnc_footer{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #fff;
	margin-top: 0;
}
.v2_bnc_footer a{
	color: #fff;
}
#formCustom_2 {
	position: relative;
}

#formCustom_2 label {
	display: none;
}

#formCustom_2 input,#formCustom_2 select {
	height: 40px;
	background-color: #f8f8f8;
	line-height: 40px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 8px;
	width: 100%;
	padding: 0 16px;
	outline: none;
	border: 1px solid transparent;
	margin-bottom: 10px;
	background: #f7f7f7;
}

#formCustom_2 input:focus, #formCustom_2 select:focus {
	border-color: #333;
}

#formCustom_2 button {
	display: inline-flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	justify-content: center;
	height: 44px;
	padding: 0 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.2px;
	white-space: nowrap;
	transition: .2s all;
	border: 1px solid transparent;
	width: 100%;
	background: #1c1c1c;
	color: #fff;
}

#formCustom_2 textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
}
.f-news-view-detail {
	line-height: 25px;
	margin-bottom: 15px;
}

.f-news-view-detail img {
	margin-bottom: 15px;
}
.f-product-view-tab-body ul li a {
	color: #333;
}
.v2_bnc_product_information {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.v2_bnc_product_information p {
	margin: 0;
	color: #ff2d37;
	display: inline-block;
	margin-right: 5px;
}

.v2_bnc_product_information p span {
	color: #333;
	font-weight: 500;
}
.v2_bnc_slideleft_item {
	height: 100px;
}

.v2_bnc_slideleft_item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}