@charset "utf-8";
/* CSS Document*/
/****
* bullet: d8bba3
****/
:root{
	--color: #111;
	--color-main: #1c2745;
	--color-hover: #d70018;
	--color-red: #d70018;
	--bgbar: #d70018;
	--bgnav: #d70018;
	--ftitle: 'Roboto Condensed', sans-serif;
	--freset: 'Roboto', sans-serif;
	--ftitle-spacing: .3px;
}
.row{
	--bs-gutter-x: 1.8rem;
}
html{
	overflow-x:hidden;
}
body{
	position:relative;
	font: 400 14px/24px 'Roboto', sans-serif; color: RGB(0, 8, 28);
	overflow-x:hidden; width:100%;
	background-color: #f6f6f6;
  transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
body.page-cart #bg-main{
	background: #FFF;
}
body.modal-fixed{
	overflow: hidden; position: fixed;
	width: 100vw;
}
/* Bounce To Right */
.readmore,
.hover-black,
.btn-readmore,
.hover,
.hover-main {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	border: none;
}
.readmore,
.hover-black,
.btn.hover,
.btn.hover-main {
	border-radius: .25rem;
	overflow: hidden;
}
.readmore::before,
.hover-black::before,
.hover:before,
.hover-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:var( --color-hover);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-readmore:before{
	background:var( --color);
}
.readmore::before,
.hover-main::before{
	background:var( --color-hover);
}
.hover-black::before{
	background: #000;
}
.readmore:hover, .readmore:focus, .readmore:active,
.hover-black:hover, .hover-black:focus, .hover-black:active,
.btn-readmore:hover, .btn-readmore:focus, .btn-readmore:active,
.hover:hover, .hover:focus, .hover:active,
.hover-main:hover, .hover-main:focus, .hover-main:active {
  color: white;
}
.readmore:hover::before, .readmore:focus:before, .readmore:active:before,
.hover-black:hover::before, .hover-black:focus:before, .hover-black:active:before,
.btn-readmore:hover::before, .btn-readmore:focus:before, .btn-readmore:active:before,
.hover:hover:before, .hover:focus:before, .hover:active:before,
.hover-main:hover:before, .hover-main:focus:before, .hover-main:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-readmore{
	position: relative;
	background: var( --color-hover); color: #FFF;
	font-size: 17px; line-height: 22px;
	padding:14px 35px;	overflow: hidden;
}
.btn-readmore .fa{
	margin-left: 10px;
}
.btn-readmore.btn-xs{
	font-size: 13px; font-weight: 500;
	line-height: 20px;
	padding: 8px 25px 7px;
	min-width: 140px;
	border-radius: 25px;
}
/*****************/
a{
	text-decoration: none;
}
.img-responsive{
	max-width: 100%;	height: auto;
	display: inline-block;
}
.pos_static{
	position: static;
}
.pos_rel{
	position: relative;
}
.figure{
	margin: 0;
}
.img-full{
	display: block; width: 100%;
}
.bg-gray{
	background: #EEE !important; color: #000;
}
.bg-gray .figure-caption{
	color: #000; padding: 6px 15px;
}
[type=number]::-webkit-outer-spin-button,
[type=number]::-webkit-inner-spin-button {
		/* opacity:1; */
	/*	-webkit-appearance: none;*/
    /*margin: 0;*/
}
.hide_arrow::-webkit-outer-spin-button,
.hide_arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    /*-webkit-appearance: none;*/
    /*margin: 0;*/ /* <-- Apparently some margin are still there even though it's hidden */
}
[type=number],
.hide_arrow{
    /*-moz-appearance:textfield;*/ /* Firefox */
}
div[type=button],
p[type=button],
a[type=button]{
	border-radius: 0;
	border: none; background: none;
	-webkit-appearance: none;
}
.tooltip{
	z-index: 99;
	font-size: 12px; font-weight: bold;
	line-height: 1.25;
}
.hr{
	border-color: #CCC;
	margin-top: 20px; margin-bottom: 35px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.5)
}
.btn-full{
	width: 100%
}
/************/
.text_user_limit{
	max-width: 65px;
}
.text-right{
	text-align: right;
}
/************/
.f-title{
	font-family: var( --ftitle); font-weight: 700;
	letter-spacing: .5px;
}
.clearfix{
	clear:both;
}
.text-cap{
	text-transform: capitalize !important;
}
.text-upp{
	text-transform:uppercase;
}
.img-full{
	display:block; width:100%;
}
.transition{
	transition:all 0.3s ease-in;	-moz-transition:all 0.3s ease-in;	-webkit-transition:all 0.3s ease-in;
}
.trans_dis{
	transition:none; -moz-transition:none; -webkit-transition:none;
}
.img-hover-zoom .img-zoom{
	transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s; -moz-transition:all 0.7s ease-in-out 0s;
}
.img-hover-zoom:hover .img-zoom{
	transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);
}
.text_hide{
    text-overflow: ellipsis;    white-space: nowrap;	overflow:hidden;
}
.b500{
	font-weight: 500;
}
.bold{
	font-weight:bold !important;
}
.overflow{
	overflow:hidden;
}
.margin-page{
	margin-top:30px; margin-bottom:30px;
}
.color-main,
.color-main.dcontent{
	color:var( --color-main);
}
.color-red{
	color:var( --color-red);
}
.color-hover{
	color:var( --color-hover);
}
.text-black{
	color: #000;
}
.text-lg{
	font-size: 130%;
}
.hr{
		margin: 30px 0; padding: 0;
}
.hr-red{
		border-color: var( --color-red);
}
.record-empty{
	-ms-flex: 0 0 100%;	flex: 0 0 100%;	max-width: 100%;
	margin: 2rem;
}
/**********************/
#pagination{
	text-align:center; 
	    width: 550px;
    margin: 0 auto;
    margin-top:30px; margin-bottom:30px;
}
#pagination *{
	margin:0 5px;	position:relative;
	height: 34px; min-width: 34px;
	line-height: 24px;	font-size: 15px; font-weight: 500;
	overflow: hidden; background-color: #FFF;
	border-color:#666; color: #000;
	transition:transform 0.3s ease;	-moz-transition:transform 0.3s ease;	-webkit-transition:transform 0.3s ease;
}
#pagination *:last-child::after{
	display:none;
}
#pagination b{
	color:#FFF; font-weight:500;
	background-color: var( --color-hover); border-color: var( --color-hover);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
#pagination a:hover{
	border-color:var( --color-hover); color:var( --color-hover);
	background: none;
	transform: translateY( -3px);
}
/*************
*************/
#button-share{
	margin:15px 0 30px; padding:10px;
	text-align:left;
	background: #f4f4f4;
}
#button-share .header{
	font-weight:600;
	font-size:13px; font-weight:bold; position:relative;
	display:inline-block;	line-height:23px;
	color:#000;
}
#button-share > a{
	display: inline-block; vertical-align: middle;
}
#button-share .share-item{
	color:#FFF; font-size:10px; font-weight:bold; position:relative; margin-left:10px;
	display:inline-block; padding-right:10px; background:#de4501;
	line-height:23px;
}
#button-share a:last-child .share-item{
	margin-right:0;
}
#button-share .share-item b{
	font-weight:bold;
}
#button-share .share-item i{
	background:#FFF; display:inline-block; padding:6px 10px 7px 7px;
	margin:0 10px 0 0; color:#373c43;
	text-align:center; color:#5d72a4; width:28px; font-size:12px;
}
#button-share .share-item i:after{
    border: medium solid transparent;    content: " ";     pointer-events: none;
		height: 0;       position: absolute;    left: 28px;    top: 50%;    width: 0;
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #fff;
    border-width: 5px;    margin-top: -5px;
}
#button-share .share-item:hover i{
	background:#000; color:#FFF
}
#button-share .share-item:hover i:after{
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #000;
}
/********/
#button-share .share-sheet{
	background:#ec1e25;
}
#button-share .share-sheet i{
	background:#000; color:#FFF;
}
#button-share .share-sheet i::after{
	border-color:rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #000;
}
.bg-fb,
#button-share .share-fb{
	background:#5d72a4;
}
.color-fb,
#button-share .share-fb i{
	color:#5d72a4;
}
.bg-twitter,
#button-share .share-twitter{
	background:#00baff;
}
.color-twitter,
#button-share .share-twitter i{
	color:#00baff;
}
.bg-pinterest,
#button-share .share-pinterest{
	background:#f20000;
}
.color-pinterest,
#button-share .share-pinterest i{
	color:#f20000;
}
.bg-link,
#button-share .share-link{
	background:#2f70b0;
}
.color-link,
#button-share .share-link i{
	color:#2f70b0;
}
.bg-youtube{
	background: #F00;
}
.color-youtube{
	color: #F00;
}
.bg-container{
}
.bg-instagram,
#button-share .share-instagram{
	background:rgb(38, 38, 38);
}

/*********************
*************/
.header__action_mobile{
	display: none;
}
.header__action_logo_mobile{
	border: none; background: #FFF;
	padding: 5px;
}
.header__action_logo_mobile > a{
	display: block;
}
.header__action_logo_mobile img{
	height: 25px;
}
.btn__action_mobile{
	border: none; background: none;
	padding: 5px 5px;
	font-size: 23px; line-height: 1;
	color: #222;
}
.btn__action_mobile img{
	height: 30px;
}
.header__fsearch .btn__action_mobile{
	padding: 3px 0; color: #FFF;
	line-height: 30px;
	background: none;
}
.header__logo__cart{
	position: relative; overflow: hidden;
	background: rgba( 233, 233, 233);
	border: 1px solid #FFF;
	font-size: 21px;
	width: 40px; height: 38px; line-height: 38px;
	border-radius: 4px;
	display: block; color: #222;
}
.header__logo__cart > span{
	position: absolute; right: 2px; top: 3px; z-index: 1;
	font-size: 11px; font-weight: bold;
	line-height: 1;
	background: var( --color-red); color: #FFF;
	padding: 4px 5px 3px 6px; text-align: center;
	border-radius: 15px;
}
/**************/
.outline-none{
	outline: none;
}
#hlogo__container-sticky-wrapper,
#undefined-sticky-wrapper{
	height: auto !important;
}
.is-sticky .header__nav__container{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .navigation > li.nav-logo{
	display: inline-block; opacity: 1;
	transition:opacity 0.3s ease-in 0s;	-moz-transition:opacity 0.3s ease-in 0s;	-webkit-transition:opacity 0.3s ease-in 0s;
}

/*********************
*************/
#header{
	width:100%;	display:block; float:left; clear:both;
	font-size:14px;	padding:0px; margin:0;
	background: #FFF;
	background-size: cover;
	transition:all 0.3s ease-out 0s;	-moz-transition:all 0.3s ease-out 0s;	-webkit-transition:all 0.3s ease-out 0s;
}
/*********/
.header__logo{
	margin:10px 0;
}
.header__logo img{
		max-height: 60px;
		display: inline-block;
		transition:all 0.2s ease-out 0s;	-moz-transition:all 0.2s ease-out 0s;	-webkit-transition:all 0.2s ease-out 0s;
}
/*************/
.header__fsearch{
	padding-left: 2rem;
	padding-right: 2rem;
}
.header__fsearch > .row{
	margin-left: 0; margin-right: 0;
}
.header__action__fsearch{
	position: relative;
	padding-left: 0;
	transition:all 0.3s ease-in;	-moz-transition:all 0.3s ease-in;	-webkit-transition:all 0.3s ease-in;
	border: 2px solid var( --color-hover);
	border-radius: 25px; overflow: hidden;
	height: 42px;
	background: var( --color-hover);
}
.header__action__fsearch input{
	display: block; border: none;
	background: rgb( 255, 255, 255);
	width: 100%;
	height: 38px; line-height: 38px;
	padding: 3px 70px 3px 20px;
}
.header__action__fsearch button{
	background: var( --color-hover);
	position: absolute; right: 0; top: 0; bottom: 0;
	min-width: 110px; text-align: center;
	padding: 0 25px;
	color: #FFF; font-size: 13px;
	border: 1px solid var( --color-hover);
	border-radius: 25px; overflow: hidden;
}
/***************/
.header__action__fsearch_quick{
	position: absolute; left: 0; top: 100%; z-index: 9;
	width: 100%; max-height: 0px; overflow: hidden;
	transition: max-height 0.3s ease; -moz-transition: max-height 0.3s ease; -webkit-transition: max-height 0.3s ease;
}
.header__action__fsearch_quick ul,
.header__action__fsearch__container:focus-within .header__action__fsearch_quick{
		max-height: 550px;
}
.header__action__fsearch_quick ul{
	margin: 0 32px; list-style-type: none;
	padding: 0px 0px;
	overflow: hidden; overflow-y: auto;
	box-shadow: 0 .5rem 1rem #00000026;
}
.header__action__fsearch_quick ul li{
	margin: 0; padding: 0; list-style-type: none;
	border: 1px solid #DDD; border-top: none;
	background: #FFF;
}
.header__action__fsearch_quick ul li:first-child{
	border-top: 1px solid var( --color-hover);
}
.header__action__fsearch_quick ul li:last-child{
	border-radius: 0 0 6px 6px;
}
.header__action__fsearch_quick a{
	display: block; color: inherit;
	padding: 11px 13px 10px;
	font-size: 13px; line-height: 1.2;
}
.header__action__fsearch_quick a:hover{
	color: var( --color-hover);
}
.header__action__fsearch_quick img{
	width: 50px;
}
.header__action__fsearch_quick .title{
	font-size: 14px; margin-bottom: 3px;
	line-height: 18px;
}
.header__action__fsearch_quick .price{
	color: var( --color-hover);
}
/***************/
.header__action__container{
}
.header__action{
		margin: 0; padding: 0; list-style-type: none;
		text-align: center;
		font-size: 12px; text-transform: uppercase;
		line-height: 20px; font-weight: 500;
}
.header__action__item{
	padding: 1px 15px; margin: 0; list-style-type: none;
}
.header__action__item > a{
	position: relative;
	padding-left: 50px; min-height: 40px;
	text-align: left;	color: inherit;
	display: block;
	text-decoration: none;
}
.header__action__item > a::before{
	position: absolute; left: 0; top: 0;
	width: 45px;	min-height: 100%;
	content: ""; display: block;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.header__action__item > a b{
	display: block; clear: both;
	color: var( --color-hover);
	word-break: normal;
}
.header__action__item a:hover,
.header__action__item a:hover	*{
	text-decoration: none;
	color: var( --bs-primary);
}
.header__action__item a:hover::before{
		transform: translateY( -5px);
		transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.header__action__icon_checkorder::before{
	background: url( 'img/check-order.png') no-repeat center;
	background-size: auto 38px;
}
.header__action__icon_order::before{
	background: url( 'img/icon-cart.png') no-repeat center;
	background-size: auto 38px;
}
.header__action__icon_store::before{
	background: url( 'img/google-pin.png') no-repeat center;
	background-size: auto 38px;
}
/***************/
.header__nav__container{
	display: block;
	background: var( --bgnav); width: 100%;
	text-align: center;
	margin-left: 0; margin-right: 0;
}
.navigation{
		position: relative;
		margin: 0; padding: 0; list-style-type: none;
		text-align: center;		font-size: 13px;		font-weight: bold; line-height: 20px;
}
.navigation > li,
.header__navsub > li{
	padding: 0; margin: 0; list-style-type: none;
}
.navigation > li{
	position: relative;
	display: inline-block;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.navigation li.no-border{
	border: none;
}
.navigation a{
	color: #FFF;
	position: relative;
	padding: 15px 21px 9px; display: block;
	text-decoration: none;
}
.navigation a span{
	display: block; position: relative;
	vertical-align: middle;
	line-height: 22px; padding-bottom: 2px;
}
.navigation a span::before{
	position: absolute; left: 50%; bottom: -2px; z-index: 1;
	content: ""; display: block;
	width: 0; height: 1px;
	background: #FFF;
	transform: translateX( -50%);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.navigation a:hover span::before{
	width: 100%;
}
.navigation a:hover{
	color: #FFF; text-decoration: none;
}
.navigation li.selected{
	background: rgba(0, 0, 0, 0.2)
}
.navigation img{
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	margin-right: 3px;
	transform: translateY( -2px);
}
.navigation .fa{
	margin-right: 7px;
	font-size: 17px; color: rgb( 255, 255, 255, .98);
	transform: translateY( 1px);
}
/***************/
.navigation > li.nav-logo{
	display: none;	opacity: 0;
	transition:opacity 0.3s ease-out 0s;	-moz-transition:opacity 0.3s ease-out 0s;	-webkit-transition:opacity 0.3s ease-out 0s;
	vertical-align: top;
}
.navigation > li.nav-logo > a{
	padding: 0px 0px 3px
}
.navigation > li.nav-logo span{
	line-height: 1;	padding: 0;	border-radius: 1px;
}
.navigation > li.nav-logo span::before{
	display: none;
}
.navigation > li.nav-logo img{
	height: 45px; width: auto;
	object-fit: cover; object-position: center;
	transform: none;	margin: 0;
}
/***************/
.navigation .arrow:before {
	bottom: -3px;	left: 50%; z-index: 9;
	border: solid transparent;
	content: " ";	height: 0;	width: 0;
	position: absolute; z-index: 9;
	pointer-events: none;
	opacity: 0;
}
.navigation .arrow:before {
	border-color: #FFF;
	border-bottom-color: #FFF;
	border-width: 7px;
	margin-left: -7px;
}
.navigation > .arrow:hover:before {
	opacity: 1;
}
.navigation li:hover > .header__navsub{
	transition: opacity 0.5s ease-in;
	display: block; opacity: 1;
}
.header__navsub{
	opacity: 0; display: none;
	position: absolute;	top: 100%;	left: -1px; z-index: 8;
	width: 245px; text-align: left;
	padding: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	background: rgba(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 28px 0px;
	font-weight: normal; color: #000;
	font-size: 11px; line-height: 20px;
	transition: all 0.3s ease-out;
}
.header__navsub__container{
	position: relative;
	margin: 0; padding: 10px 0px; list-style-type: none;
}
.header__navsub__container > li{
	clear: both; display: block;
	margin: 0; padding: 2px 15px 2px 20px;
	text-align: left;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.header__navsub__container li::after{
	display: none;
}
.header__navsub__container li:last-child{
	border: none;
}
.header__navsub__container li:hover{
	color: var( --color-hover);
	border: none;
}
.header__navsub__container a{
	border: none;	display: block;
	padding: 4px 0px !important;	margin: 0 0 !important;
	color: #000;
	font-family: var( --ftitle);
	font-weight: normal;
	font-size: 15px; text-transform: none;
	line-height: 21px;
}
.header__navsub__container a:hover{
	color: var( --color-red) !important;
}
/***************/
.header__navsub_right{
	left: auto; right: 0; max-width: 220px;
}
/**************/
.header__navsub__container li:hover .header__navsubctl{
	transition: max-width 0.35s ease-in;
	max-width: 100%;
	width: 100%;
}
.header__navsub__container li:hover{
	background: #eee;
}
.header__navsubctl{
	display: block;
	position: absolute;	top: 0;	left: 100%; z-index: 8;
	max-width: 0; min-height: 100%;
	text-align: left;
	background: #f8f8f8;
	padding: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 28px 0px;
	font-weight: normal; color: #000;
	font-size: 11px; line-height: 20px;
	transition: all 0.3s ease-out;
	overflow: hidden;
}
.header__navsubctl li{
	min-width: 245px; display: block;
	padding-left: 33px;
	position: relative;
}
.header__navsubctl li::before{
	position: absolute; left: 15px; top: 12px;
	font-size: 7px; color: #000;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/***************/
#footer{
	font-size:13px; line-height:18px; color: #000;
	position:relative; padding: 0px;
	color: var( --color);
	background: #FFF;
}
.footer_intro{
	background: #f1f0f1;
	padding-top: 20px;
}
.footer__navigation{
	border-top: 3px solid var( --color-hover);
	background: #fff;
	padding-bottom: 15px;
}
.footer_intro > .container.row{
	margin: 0 auto;
}
#footer a{
	color: inherit;
}
#footer a:hover{
	color: var( --color-hover);
}
.footer__title{
		font-size: 14px;
		font-weight: bold;		margin-bottom: 10px;
		font-family: var( --ftitle); font-weight: 700;
		letter-spacing: var(--ftitle-spacing);
}
.footer__titlesub{
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;		margin-bottom: 5px;
}
.footer_info address,
.footer_info p{
	font-size:13px; line-height:20px; color: #000;
	margin-bottom: 8px;
}
.footer_info p > b{
	font-weight: normal;
}
/******/
.footer_nav a{
	color: inherit;
}
.footer_ul:not(.row){
	margin: 0; padding: 0; list-style-type: none;
}
.footer_ul li{
	clear: both;
	display: block;	margin-bottom: 8px;	vertical-align: middle;
	text-transform: capitalize;
}
.footer_ul.row{
	padding: 0;
}
.footer__title a:hover,
.footer_ul a:hover{
	color: var( --color-red); text-decoration: none;
}
#footer a[href*=mailto]{
	color: var( --bs-blue);
	text-transform: none;
}
#footer a[href*=mailto] b{
	clear: both; display: block;
	font-weight: 500; line-height: 18px;
	color: var( --color);
	text-decoration: none;
}
#footer a[href*=mailto]:hover{
	color: var( --color-hover);
}
.footer_ul .fa,
.footer_ul .fab{
	margin-right: 5px;
	min-width: 13px;
	font-size: 14px;
}
.footer_ul .fa-facebook-square{
	color: rgb(93, 114, 164);
}
.footer_ul .fa-youtube{
	color: RGB(255, 0, 0);
}
.footer_ul .fa-map-marker-alt{
	color: blue
}
.footer_ul .fa-phone-alt{
	color: rgb(255, 108, 0)
}
/**************/
.footer_infotext{
	text-align: center;
	padding-bottom: 15px;
}
#footer .footer_text{
	line-height: 22px; font-size: 13px; line-height: 20px;
	margin-bottom: 5px;
}
#footer .footer_text p{
	margin-bottom: 3px;
}
#footer .footer_text p:last-child{
	margin-bottom: 0;
}
/*************/
.footer_social{
	margin: 0 -3px; padding: 0px 0px; list-style-type: none;
	line-height: 22px;	text-transform: capitalize;
}
.footer_social .fab{
	font-size: 17px; vertical-align: middle;
}
.footer_social a{
	display: inline-block;
	text-align: center; color: #FFF !important;
	width: 32px; height: 32px; line-height: 30px;
	border-radius: 4px; overflow: hidden;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
	vertical-align: middle;	opacity: .9;
}
.footer_social a:hover{
	transform: translateY( -5px);
	color: #FFF;
	opacity: 1;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}
.footer_social li{
	display: inline-block;
	margin:5px 0px; padding-left: 3px; padding-right: 3px;
	vertical-align: middle;
}
.footer_social .onlinegov{
	width: auto;
	background: none;
	border-radius: 0;
}
.footer_social .onlinegov img{
	height: 32px; width: auto; display: inline-block;
	vertical-align: middle;
}
/*****************************/
.footer_keysearch{
		border-bottom: 1px solid #999;
		margin-bottom: .5rem; padding-bottom: .75rem;
		text-align: left;
}
.footer_keysearch .row .mb-3:last-child{
	margin-bottom: 0 !important
}
.footer_keysearch a{
	display: inline-block;
	padding: 2px 10px 2px 0; margin-right: 12px;
	margin-bottom: 4px;
	position: relative;
	line-height: 18px;
}
.footer_keysearch a::after{
	position: absolute; right: 0; top: 50%;
	content: ""; display: block;
	width: 1px; height: 12px;
	background: #000;
	transform: translateY( -50%);
}
.footer_keysearch div a:last-child{
	margin-right: 0; padding-right: 0;
}
.footer_keysearch div a:last-child::after{
	display: none;
}
/*****************************/
#footer .home-tieuchi{
	margin: 0;
	border-top: 1px solid #CCC;
	box-shadow: none !important;
}
/****************************/
#fixaction_icon{
	position: fixed; right: 42px; bottom: 130px; z-index: 999;
	margin: 0; padding: 0; list-style-type: none;
}
#fixaction_icon li{
	margin: 0 0 10px; padding: 0; list-style-type: none;
	clear: both; display: block;
	transform: translateX( 100%);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	border-radius: 4px 0 0 4px; overflow: hidden;
}
#fixaction_icon li:hover{
	transform: translateX( 46px);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
#fixaction_icon li:last-child{
	margin-bottom: 0;
}
#btn-scrolltop,
#fixaction_icon a,
#fixaction_icon button{
	display: block;	color: #FFF;
	line-height: 32px;
	height: 38px; overflow: hidden;
	text-transform: capitalize;
}
#btn-scrolltop:hover,
#fixaction_icon a:hover{
	text-decoration: none;
}
#fixaction_icon li i{
	display: inline-block;
	height: 38px; min-width: 42px; line-height: 38px;
	text-align: center;
	border-right: 1px solid #FFF;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
#fixaction_icon li span{
	display: inline-block;
	padding-left: 5px; padding-right: 10px;
	font-size: 14px; font-weight: 600;
	letter-spacing: 0px;
	min-width: 70px;
	text-align: left;
}
#fixaction_icon .fa{
	font-size: 19px; line-height: 34px;
	transform: translateY(1px);
}
#fixaction_icon li.cart a{
	background: var( --bs-blue);
	border-radius: 4px;
}
#fixaction_icon li.cart a img{
	display: inline-block;
	height: 36px;
	padding:4px 10px;
}
#btn-scrolltop{
	position: relative;
	border: none; background: #111;
	padding: 0; margin: 0;
	text-align: left; width: 100%
}
#btn-scrolltop b{
	background: #111;
	display: inline-block;
}
#btn-scrolltop img{
	display: inline-block;
	width:auto; height:38px; overflow:hidden; cursor:pointer;
	padding:0; margin:0; border:none;
}
#btn-scrolltop span{
	background: #000;
}
#fixaction_icon li.cart,
#fixaction_icon .hotline{
	display: none;
}
#fixaction_icon .store span{
	display: inline-block;
}
#fixaction_icon .hotline button{
	border: none; color: var( --color-hover);
	background: #eee;	padding: 0;
	min-width: 50px; text-align: center;
	border-radius: 4px;
}
#fixaction_icon .store{
	background: var( --color-red)
}
/*************/
.owl-theme .owl-nav{
	margin:0 !important;
}
.owl-theme .owl-dots{
	margin-bottom: 0;
	width: 80%;
	position: absolute; left: 50%; bottom: 5px;
	transform: translateX( -50%);
}
.owl-theme .owl-dots .owl-dot span{
	width: 22px; height: 10px;
	background: #fff;
	margin-top: 0; margin-bottom: 0;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	border-radius: 4px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: var( --color-red);
}
.owl-theme .owl-dots .owl-dot.active span{
	width: 46px;
}
/***********************
************/
#bg-main{
	position: relative; z-index: 2;
	background-color: rgb(241, 240, 241);
	color: #000;
	text-align: center; margin-bottom: 1.5rem;
	border-bottom: 1px solid #CCC;
}
.breadcrumb{
	background: none;
	padding:12px 0px 10px; margin: 0; list-style: none;
	font-size: 12px; line-height: 1.3;
	font-weight: 400; color: inherit;
	letter-spacing: 0.5px;
}
.breadcrumb a,
.breadcrumb-item + .breadcrumb-item::before{
	color: #000;
}
.breadcrumb a:hover{
	color: var( --color-hover); text-decoration: none;
}
/***********************
************************
***********************/
.post__container{
	padding: 1.5rem 2rem 2rem 0;
}
.page-thread #bg-main{
	margin-bottom: 0;
}
.navthread__container{
	position: relative;
	background-color: #f6f6f6;
	padding-top: 2rem; padding-bottom: 3rem;
	padding-left: 1.25rem;
	min-height: 100%;
	padding-right: 30px;
	border-left: 1px solid #ddd;
	width: 28%;
}
.navthread__container::before{
	position: absolute; left: 100%; top: 0;
	z-index: -1;
	width: 100vw; height: 100%;
	content: ""; display: block;
	background-color: #f6f6f6;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}
/***********************
************************
***********************/
/**********
.leftnav__container{
	background: rgb(95, 119, 153);
	margin: 0 0 15px; padding: 0px; list-style-type: none;
	clear: both; display: block;
	line-height: 1.4; font-size: 14px;
	border: 1px solid rgb(228, 228, 228);
}
.leftnav__container li{
	clear: both;
	padding: 2px 10px; margin: 0; list-style-type: none;
	display: block;
	position: relative;
	border-top: 1px solid rgb(228, 228, 228);
}
.leftnav__container li:first-child{
	border-top: none;
}
.leftnav__container a{
	display: block; padding: 9px 0;
	color: #FFF;
}
.leftnav__container .selected a{
	color: #FFF; font-weight: bold;
}
.leftnav__container li.selected::after{
	position: absolute; left: -1px; top: 0;
	content: ""; display: block;
	width: 5px; height: 100%;
	background: var( --color-red)
}
.leftnav__container a:hover{
	text-decoration: none;
		color: #Ff0;
}

************/
.leftnavsub__container{
	margin: 0; padding: 0 0 0 15px; list-style-type: none;
	clear: both; display: block;
}
.leftnavsub__item,
.leftnavsub__container li{
	clear: both; position: relative;
	padding: 0 15px 0 16px; margin: 0; list-style-type: none;
	display: block;	position: relative;
	line-height: 20px;
}
.leftnavsub__item::before,
.leftnavsub__container li::before{
	position: absolute; left: 0; top: 11px;
	width: 15px; height: 15px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;	font-style: normal;
	font-variant: normal;	text-rendering: auto;
	line-height: 1;	content: "\f111";
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size: 7px;
}
.leftnavsub__item a,
.leftnavsub__container a{
	padding-top: 5px; padding-bottom: 5px;
	line-height: 20px; font-size: 14px;
	font-weight: normal;
}
.leftnav__title{
	font-size: 16px; font-weight: 900;
	line-height: 1.4; padding-left: 15px !important;
	margin: 10px 0!important;
	background: #ededed;
}
.collection-item{
	padding-left: 33px !important;
}
.collection-item::before{
	left: 15px;
}
.leftnavsub__item.selected::before,
.leftnavsub__container li.selected::before{
	color: var( --color-red);
}
/***********************
************************
***********************/
.leftnav_thread{
	margin-bottom: 30px;
	font-size: 14px; line-height: 1.4;
}
.leftnav_thread__title{
	font-size: 15px; line-height: 24px;
}
.leftnav_thread__list{
	margin: 0; padding: 0 0 0 15px;
}
.leftnav_thread__list li{
	margin-bottom: 12px;
}
.leftnav_thread__list a{
	color: inherit;
}
.leftnav_thread__list a:hover{
	text-decoration: none; color: var( --color-hover);
}
.leftnav_thread__list .selected,
.leftnav_thread__list .selected a{
	color: red;
}
/***********************
************************
***********************/
.post-title{
	font-size: 27px; 	font-weight:normal; line-height: 26px;
	margin:0px 0 15px; padding: 0 0 0px;
	color:var( --color-main);
}
.title-page{
	font-size: 27px;
	font-weight:bold; line-height: 1.4;
	margin:0px 0 15px; padding: 0 0 0px;
	color: #111;
}
.title-page a{
	color:inherit; text-decoration:none;
}
.titlesub-page{
	font-size: 25px;
	font-weight:700; line-height: 1.4;
	margin:0px 0 5px; padding: 0 0 0px;
	color: #000;
}
.page-quote,
.quote-page{
	margin:0 auto 20px; padding:0;
	font-size:15px; line-height:1.6;
	font-weight: 500; color: #000
}
.dcontent,
.dcontent pre{
	font-size:15px; line-height:26px; font-weight: 400;
	color: #000;	text-align: left;
}
.dcontent pre{
	word-wrap: break-word;      /* IE 5.5-7 */
	white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
	white-space: pre-wrap;
	background:none; border:none;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	padding:0; margin-bottom:15px;
}
.dcontent a{
	color: var( --color-red); text-decoration: none;
}
.dcontent a:hover{
	color:var( --color-hover); text-decoration:none;
	border-bottom:1px dotted var( --color-hover);
}
.dcontent a.btn{
	padding-top: .5rem;
	color: #FFF;
	background: var( --color-hover);
	font-size: 14px; font-weight: bold;
}
.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1,
.dcontent h2,
.dcontent h3,
.dcontent h4,
.dcontent h5,
.dcontent h6{
	line-height:120%;
}
.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1{
	font-size:115%;
	line-height:170%;
}
.dcontent h2{
	font-size:110%; font-weight:bold;
	line-height:160%;
}
.dcontent h3{
	font-size:105%; font-weight:bold;
	line-height:150%;
}
.dcontent h4{
	font-size:14px; font-weight:normal;
	line-height:24px;
}
.dcontent h5{
	font-size:95%; font-weight:normal;
	line-height:95%;
}
.dcontent h6{
	font-size:90%; font-weight:normal;
	line-height:90%;
}
.dcontent p{
	margin-bottom:15px;
}
.dcontent img,
.dcontent iframe{
	max-width:100%;
}
.dcontent p:last-child,
.dcontent ul li p:last-child{
	margin: 0 !important;
}
.dcontent table{
	border-collapse: collapse !important;
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 20px;
}
.dcontent table > thead > tr > th,
.dcontent table > tbody > tr > th,
.dcontent table > tfoot > tr > th,
.dcontent table > thead > tr > td,
.dcontent table > tbody > tr > td,
.dcontent table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
}
.dcontent table > thead > tr > th {
	vertical-align: bottom; background-color:#EEE;
}
.dcontent li{
	margin-bottom: 5px;
}
.dcontent-sm{
	font-size: 14px; line-height: 24px;
}
.dcontent-sm p{
	margin-bottom: 10px;
}
.dcontent .dcontent-btn{
	padding: .4rem 1rem;
	background-color: var( --color-hover); color: #FFF;
	border-color: var( --color-hover);
	text-decoration: none;
	font-size: 14px; font-weight: 500;
	min-width: 220px; text-align: center;
}
.dcontent .dcontent-btn:hover{
	color: #FFF;
	box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}
.dcontent .dcontent-figcaption{
	padding: 12px 15px 10px;
	background: #f2f2f2; text-align: center;
}
/*****************/
.dcontent .dcontent-h2{
		font-size: 23px; font-weight: bold; line-height: 1.4;
}
.dcontent .dcontent-h3{
		font-size: 21px; font-weight: bold; line-height: 1.4;
}
.dcontent .dcontent-h4{
		font-size: 19px; font-weight: bold; line-height: 1.4;
}
.dcontent .dcontent-h5{
		font-size: 17px; font-weight: normal; line-height: 1.4;
}
.dcontent .dcontent-h6{
		font-size: 17px; font-weight: normal; line-height: 1.4;
}
.dcontent .dcontent-btn1,
.dcontent .dcontent-btn2,
.dcontent .dcontent-btn3{
	position: relative;
	display: inline-block;
	color: RGB(255, 255, 255);
	font-size: 14px;	font-weight: bold;
	padding:.6rem 15px; margin-bottom: .75rem;
	border-radius: 35px; min-width: 220px; text-align: center;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.dcontent .dcontent-btn1 a,
.dcontent .dcontent-btn2 a,
.dcontent .dcontent-btn3 a{
	color: #FFF; text-decoration: none;
}
.dcontent .dcontent-btn1{
	background: var( --color-hover); color: #FFF;
}
.dcontent .dcontent-btn2{
	text-align: center;
	background: #111; color: #FFF;
}
.dcontent .dcontent-btn3{
	text-align: center;
	background: var( --bs-blue); color: #FFF;
}
.dcontent .dcontent-btn1:hover,
.dcontent .dcontent-btn2:hover,
.dcontent .dcontent-btn3:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	transform: translateY(-1px);
	color: #FFF !important;
}
.dcontent .dcontent-btn1 a:hover,
.dcontent .dcontent-btn2 a:hover,
.dcontent .dcontent-btn3 a:hover{
	color: #FFF; text-decoration: none;
	border: none;
}

/***************************
***************************/
.owl-theme .owl-nav{
	margin:0 !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	position: absolute; top: 50%; z-index: 99;
	min-width: 25px; min-height: 25px; margin: 0;
	border: none;	background: none;
	text-align: right;
	overflow: hidden;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background: none;
}
/*
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	opacity: 1;
	background: #FFF;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.owl-theme .owl-nav .owl-prev{
	background-image: url( img/pro-arrow-right.png);
	right: 10px;
	border-left: 5px solid transparent;
}
.owl-theme .owl-nav .owl-next{
	left: 10px;
	border-right: 5px solid transparent;
	background-image: url( img/pro-arrow-left.png) ;
}
*/
/*******************
********************************/
.homebanner_ver__boxgroup{
	position: relative;
}
.homebanner_ver__group{
	position: absolute; top: 0;
	left: 50% !important; transform: translateX( -50%);
}
.homebanner_ver__group.is_scrollfix{
}
.homebanner-ver{
	position: absolute;
	max-width: 150px;
}
.homebanner-ver.ver-left{
	left: 0 ;
	transform: translateX( -100%);
}
.homebanner-ver.ver-right{
	right: 0 !important;	left: auto !important;
	transform: translateX( 100%);
}
/*******************
********************************/
/************************/
#modal_popup .close{
	position: absolute; right: 0; top: 0; z-index: 9;
	transform: translateY( -100%);
	background: var( --color-red); color: #FFF;
	display: block;	opacity: 1;
	font-size: 11px; font-weight: normal;
	line-height: 1.3;	padding: 3px 8px;
	border-radius: 0;
}
#modal_popup .modal-content{
	background: none; padding-bottom: 12vh;
	box-shadow: none; border: none;
}
/*********************
**********************
*********************/
body.menu-open{
	overflow:hidden;
}
#btn_menu_close{
	position:fixed; left:80%; top:0; display:none; z-index: 1;
	padding:0 20px; height:53px;
	border:none; background:#FFF; color:#000;
	border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; -webkit-border-radius:0 2px 2px 0;
	box-shadow:0 0 10px #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#btn_menu_close .fa{
	color:#000; font-size:30px;
}
#btn_menu_close:hover, #btn_menu_close:focus, #btn_menu_close:active{
	background-color:#ec1e25;
}
#btn_menu_close:hover .fa, #btn_menu_close:focus .fa, #btn_menu_close:active .fa{
	color:#FFF;
}
#menu_mobile{
	position:fixed; left:-100%; top:0; z-index:9999;
	width:100%; height:100vh; overflow-x:hidden; overflow-y:scroll;
	background: rgba( 0, 0, 0, .3); color:#000;
	font-size: 14px; line-height: 24px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu_mobile.open{
	left:0;
}
#menu_mobile.open #btn_menu_close{
	display:block;
}
#menu_mobile .menu-container{
	display:block; width:80%; min-height:100vh;
	padding-bottom: 23vh;
	float:left; background:#f6f6f6;
	position:relative;
}
/********************************/
#menu_mobile a{
	color: inherit;
}
#menu_mobile .accordion-header{
	padding: 8px 5px 8px 10px;
	background: none;
}
#menu_mobile .accordion-item{
	border-bottom: 1px solid #DDD;
}
#menu_mobile .accordion-button{
	padding: 0; vertical-align: middle;
	border: none;	background: none; outline: none;
}
#menu_mobile .accordion-button:focus{
	box-shadow: none; outline: none;
	color: inherit;
}
#menu_mobile .accordion-button::after{
	background-size: 1rem;
}
#menu_mobile .menuxs__title{
	font-size: 15px; font-family: var( --ftitle);
	letter-spacing: 1px;
	font-weight: 400; line-height: 20px;
}
#menu_mobile .accordion-header .xsheader__img{
	display: inline-block;
	padding: 5px; text-align: center;
	height: 38px; width: 38px;
	object-fit: contain; object-position: center;
	border-radius: 50%; overflow: hidden;
	background: var( --color-hover);
	margin-right: 10px;
	vertical-align: middle;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
#menu_mobile .accordion-header img{
	display: inline-block;
	object-fit: contain; object-position: center;
	height: 28px; width: 28px;
}
#menu_mobile .header_icon > .fa,
#menu_mobile .accordion-header a > .fa{
	display: inline-block;
	padding: 7px; text-align: center;
	height: 38px; width: 38px;
	object-fit: contain; object-position: center;
	border-radius: 50%; overflow: hidden;
	background: var( --color-hover); color: #FFF;
	margin-right: 10px;	vertical-align: middle;
	font-size: 17px; line-height: 24px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
#menu_mobile .accordion-header a{
	color: inherit;
}
.menuxs__logo .accordion-header{
	background: #FFF !important;
	padding-top: 10px !important; padding-bottom: 10px !important;
}
#menu_mobile .menuxs__logo img{
	display: inline-block;
	height: 52px; width: auto;
	background: none;
	padding: 0; border-radius: 0;
	box-shadow: none;
}
#menu_mobile .menuxs__order span{
		display: inline-block; vertical-align: middle;
		line-height: 17px;
		font-size: 13px;
}
#menu_mobile .accordion-body{
	background: #FFF;
	border-top: 1px solid #DDD;
	border-left: 5px solid var( --color-hover);
	padding: .75rem 1rem .7rem 5px;
}
.menu-nav{
	padding-left: 25px;
	margin: 0;
	font-size: 13px; line-height: 20px
}
.menu-nav li{
	margin-bottom: 6px;
	padding-left: 5px;
}
.menu_pro_nav{
	margin-bottom: 15px;
}
/***********************/
.accordion-header_accordion{
	display: flex;
  flex-wrap: wrap
}
.accordion-header_accordion > button{
	border: none; background: none;
	flex: 0 0 auto;
  width: 40px;
}
.accordion-header_accordion > button:not( .collapsed) .fa::before{
	content: "\f077";
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
/***********************/
.overlay{
	position: fixed; left: 0; top: 0; z-index: 9999;
	width: 100%; height: 100vh; overflow: hidden;
	background: url( img/loader.gif) no-repeat center rgba( 0, 0, 0, .3);
}

/****************************************/
.prodetail__boxtechnology .specification{
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	font-size: 13px;
}
.prodetail__boxtechnology .specification:nth-child(2n){
	background: #f7f7f7;
}
.specification > .spec-item{
	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	margin-right: 0px;	margin-left: 0;
}
.specification > .spec-item .label{
	position: relative;	width: 100%;
	padding: 10px;
	-ms-flex: 0 0 135px;	flex: 0 0 135px;	max-width: 135px;
	text-align: left; font-weight: 500;
	border-right: 1px solid #CCC;
}
.specification > .spec-item .value{
	position: relative;	width: 100%;
	padding: 10px;
	-ms-flex-preferred-size: 0;	flex-basis: 0;
	-ms-flex-positive: 1;	flex-grow: 1;
	max-width: 100%;
}
/***************/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
	padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/***************************************/
.parse_boxitem{
	margin-bottom: 15px;
}
.parse_product_contaniner{
	background: #f6f6f6;
	padding: 0 10px 10px;
}
.parse_product_contaniner .parse_content{
	margin: 0;
	padding: .75rem .25rem;
}
.parse_product{
	background: #FFF;
	border: 1px solid RGB(221, 221, 221);
	border-bottom-width: 0; border-right-width: 0;
	margin-bottom: 0;
}
.parse_product .probox__title{
 font-size: 13px; line-height: 18px;
 font-weight: 500;
}
.parse_product .probox__img{
	background: #FFF;
}
.parse_product .proitem{
	padding: 10px 8px;
}
.parse_product a:hover{
	text-decoration: none;
	border-bottom: none;
}
.fb_comments{
	background: #f8f8f8; padding: .5rem;
	border: 1px solid #EEE;
}
.fb_iframe_widget_fluid_desktop iframe{
	width: 100% !important;
}
.fb_dialog iframe{
	right: 80px !important
}
